nikolaradulov / SLAMFuse

SLAM performance evaluation framework
https://apt.cs.manchester.ac.uk/projects/PAMELA/
Other
2 stars 1 forks source link

Issues building algorithm containers #26

Closed mihaibujanca closed 1 year ago

mihaibujanca commented 1 year ago

@yuhaozhang7 I'm getting some problems with building A-LOAM and LeGO-LOAM.

Main problem seems to be "docker: Error response from daemon: pull access denied for legoloam-img, repository does not exist or may require 'docker login': denied: requested access to the resource is denied."

Please see below

Building the A-LOAM image...
[+] Building 1.2s (5/73)                                                                                                                                                                                                                           
 => [internal] load build definition from Dockerfile                                                                                                                                                                                          0.0s
 => => transferring dockerfile: 40B                                                                                                                                                                                                           0.0s
 => [internal] load .dockerignore                                                                                                                                                                                                             0.0s
 => => transferring context: 2B                                                                                                                                                                                                               0.0s
 => [internal] load metadata for docker.io/library/ubuntu:20.04                                                                                                                                                                               0.5s
 => CACHED [ 1/70] FROM docker.io/library/ubuntu:20.04@sha256:33a5cc25d22c45900796a1aca487ad7a7cb09f09ea00b779e3b2026b4fc2faba                                                                                                                0.0s
 => ERROR [ 2/70] RUN apt-get -y update && apt-get -y upgrade                                                                                                                                                                                 0.7s
------                                                                                                                                                                                                                                             
 > [ 2/70] RUN apt-get -y update && apt-get -y upgrade:                                                                                                                                                                                            
#5 0.286 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]                                                                                                                                                                       
#5 0.492 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]                                                                                                                                                               
#5 0.507 Err:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease                                                                                                                                                                                
#5 0.507   At least one invalid signature was encountered.                                                                                                                                                                                         
#5 0.537 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
#5 0.557 Err:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
#5 0.557   At least one invalid signature was encountered.
#5 0.586 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
#5 0.602 Err:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
#5 0.602   At least one invalid signature was encountered.
#5 0.644 Err:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
#5 0.644   At least one invalid signature was encountered.
#5 0.647 Reading package lists...
#5 0.658 W: GPG error: http://ports.ubuntu.com/ubuntu-ports focal InRelease: At least one invalid signature was encountered.
#5 0.658 E: The repository 'http://ports.ubuntu.com/ubuntu-ports focal InRelease' is not signed.
#5 0.658 W: GPG error: http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease: At least one invalid signature was encountered.
#5 0.658 E: The repository 'http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease' is not signed.
#5 0.658 W: GPG error: http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease: At least one invalid signature was encountered.
#5 0.658 E: The repository 'http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease' is not signed.
#5 0.658 W: GPG error: http://ports.ubuntu.com/ubuntu-ports focal-security InRelease: At least one invalid signature was encountered.
#5 0.658 E: The repository 'http://ports.ubuntu.com/ubuntu-ports focal-security InRelease' is not signed.
------
executor failed running [/bin/sh -c apt-get -y update && apt-get -y upgrade]: exit code: 100
Populate volume for A-LOAM..
Unable to find image 'aloam-img:latest' locally
docker: Error response from daemon: pull access denied for aloam-img, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
Do you want to build image of algorithm [y/n]: Select LeGO-LOAM...
Building the LeGO-LOAM image...
[+] Building 1.2s (5/85)                                                                                                                                                                                                                           
 => [internal] load build definition from Dockerfile                                                                                                                                                                                          0.0s
 => => transferring dockerfile: 40B                                                                                                                                                                                                           0.0s
 => [internal] load .dockerignore                                                                                                                                                                                                             0.0s
 => => transferring context: 2B                                                                                                                                                                                                               0.0s
 => [internal] load metadata for docker.io/library/ubuntu:20.04                                                                                                                                                                               0.5s
 => CACHED [ 1/82] FROM docker.io/library/ubuntu:20.04@sha256:33a5cc25d22c45900796a1aca487ad7a7cb09f09ea00b779e3b2026b4fc2faba                                                                                                                0.0s
 => ERROR [ 2/82] RUN apt-get -y update && apt-get -y upgrade                                                                                                                                                                                 0.6s
------                                                                                                                                                                                                                                             
 > [ 2/82] RUN apt-get -y update && apt-get -y upgrade:                                                                                                                                                                                            
#5 0.225 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]                                                                                                                                                                       
#5 0.432 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]                                                                                                                                                               
#5 0.448 Err:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease                                                                                                                                                                                
#5 0.448   At least one invalid signature was encountered.                                                                                                                                                                                         
#5 0.479 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
#5 0.490 Err:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
#5 0.490   At least one invalid signature was encountered.
#5 0.528 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
#5 0.531 Err:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
#5 0.531   At least one invalid signature was encountered.
#5 0.588 Err:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
#5 0.588   At least one invalid signature was encountered.
#5 0.592 Reading package lists...
#5 0.602 W: GPG error: http://ports.ubuntu.com/ubuntu-ports focal InRelease: At least one invalid signature was encountered.
#5 0.602 E: The repository 'http://ports.ubuntu.com/ubuntu-ports focal InRelease' is not signed.
#5 0.602 W: GPG error: http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease: At least one invalid signature was encountered.
#5 0.602 E: The repository 'http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease' is not signed.
#5 0.602 W: GPG error: http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease: At least one invalid signature was encountered.
#5 0.602 E: The repository 'http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease' is not signed.
#5 0.602 W: GPG error: http://ports.ubuntu.com/ubuntu-ports focal-security InRelease: At least one invalid signature was encountered.
#5 0.602 E: The repository 'http://ports.ubuntu.com/ubuntu-ports focal-security InRelease' is not signed.
------
executor failed running [/bin/sh -c apt-get -y update && apt-get -y upgrade]: exit code: 100
Populate volume for LeGO-LOAM..
Unable to find image 'legoloam-img:latest' locally
docker: Error response from daemon: pull access denied for legoloam-img, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
yuhaozhang7 commented 1 year ago

Hi, I just test it with echo "y" | ./scripts/algorithm-vol.sh aloam, and it works fine, and it shouldn't fail with > [ 2/70] RUN apt-get -y update && apt-get -y upgrade: which are just basic ubuntu command.

mihaibujanca commented 1 year ago

Closing this one. The issue was that docker had run out of its allocated disk space