Skip to content

fix(colmap_utils): handle 'images/'-prefixed keys in image_rename_map #488

fix(colmap_utils): handle 'images/'-prefixed keys in image_rename_map

fix(colmap_utils): handle 'images/'-prefixed keys in image_rename_map #488

Triggered via pull request May 16, 2026 17:59
Status Failure
Total duration 1h 0m 47s
Artifacts

build_docker_image.yml

on: pull_request
build-and-publish-docker-image
1h 0m
build-and-publish-docker-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build-and-publish-docker-image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c pip install --no-cache-dir --upgrade pip 'setuptools<70.0.0' && pip install --no-cache-dir torch==2.1.2+cu118 torchvision==0.16.2+cu118 'numpy<2.0.0' --extra-index-url https://download.pytorch.org/whl/cu118 && git clone --branch master --recursive https://github.com/cvg/Hierarchical-Localization.git /opt/hloc && cd /opt/hloc && git checkout v1.4 && python3.10 -m pip install --no-cache-dir . && cd ~ && TCNN_CUDA_ARCHITECTURES=\"${CUDA_ARCHITECTURES}\" pip install --no-cache-dir \"git+https://github.com/NVlabs/tiny-cuda-nn.git@b3473c81396fe927293bdfd5a6be32df8769927c#subdirectory=bindings/torch\" && pip install --no-cache-dir pycolmap==0.6.1 pyceres==2.1 omegaconf==2.3.0" did not complete successfully: exit code: 1
build-and-publish-docker-image
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671, docker/login-action@v3, docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/