ilgrosso commented on PR #373: URL: https://github.com/apache/syncope/pull/373#issuecomment-1235448413
@mmoayyed so it seems that build is failing for `arm64`: https://ci-builds.apache.org/job/Syncope/job/Syncope-master-deploy/617/console ``` [INFO] DOCKER> #43 89.63 The following NEW packages will be installed: [INFO] DOCKER> #43 89.63 wait-for-it [INFO] DOCKER> #43 90.67 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [INFO] DOCKER> #43 90.67 Need to get 4,432 B of archives. [INFO] DOCKER> #43 90.67 After this operation, 17.4 kB of additional disk space will be used. [INFO] DOCKER> #43 90.67 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 wait-for-it all 0.0~git20180723-1 [4,432 B] [INFO] DOCKER> #43 94.43 debconf: delaying package configuration, since apt-utils is not installed [INFO] DOCKER> #43 95.02 Fetched 4,432 B in 1s (4,460 B/s) [INFO] DOCKER> #43 95.30 Error while loading /usr/sbin/dpkg-split: No such file or directory [INFO] DOCKER> #43 95.30 Error while loading /usr/sbin/dpkg-deb: No such file or directory [INFO] DOCKER> #43 95.31 dpkg: error processing archive /var/cache/apt/archives/wait-for-it_0.0~git20180723-1_all.deb (--unpack): [INFO] DOCKER> #43 95.31 dpkg-deb --control subprocess returned error exit status 1 [INFO] DOCKER> #43 95.41 Errors were encountered while processing: [INFO] DOCKER> #43 95.41 /var/cache/apt/archives/wait-for-it_0.0~git20180723-1_all.deb [INFO] DOCKER> #43 95.65 E: Sub-process /usr/bin/dpkg returned an error code (1) [INFO] DOCKER> #43 ERROR: process "/dev/.buildkit_qemu_emulator /bin/sh -c apt-get update && apt-get -y install wait-for-it" did not complete successfully: exit code: 100 [INFO] DOCKER> ------ [INFO] DOCKER> > [linux/arm64 19/19] RUN apt-get update && apt-get -y install wait-for-it: [INFO] DOCKER> #43 90.67 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 wait-for-it all 0.0~git20180723-1 [4,432 B] [INFO] DOCKER> #43 94.43 debconf: delaying package configuration, since apt-utils is not installed [INFO] DOCKER> #43 95.02 Fetched 4,432 B in 1s (4,460 B/s) [INFO] DOCKER> #43 95.30 Error while loading /usr/sbin/dpkg-split: No such file or directory [INFO] DOCKER> #43 95.30 Error while loading /usr/sbin/dpkg-deb: No such file or directory [INFO] DOCKER> #43 95.31 dpkg: error processing archive /var/cache/apt/archives/wait-for-it_0.0~git20180723-1_all.deb (--unpack): [INFO] DOCKER> #43 95.31 dpkg-deb --control subprocess returned error exit status 1 [INFO] DOCKER> #43 95.41 Errors were encountered while processing: [INFO] DOCKER> #43 95.41 /var/cache/apt/archives/wait-for-it_0.0~git20180723-1_all.deb [INFO] DOCKER> #43 95.65 E: Sub-process /usr/bin/dpkg returned an error code (1) [INFO] DOCKER> ------ [INFO] DOCKER> Dockerfile:48 [INFO] DOCKER> -------------------- [INFO] DOCKER> 46 | CMD ["/opt/syncope/bin/startup.sh"] [INFO] DOCKER> 47 | [INFO] DOCKER> 48 | >>> RUN apt-get update && apt-get -y install wait-for-it [INFO] DOCKER> 49 | [INFO] DOCKER> 50 | EXPOSE 8080 [INFO] DOCKER> -------------------- [INFO] DOCKER> error: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c apt-get update && apt-get -y install wait-for-it" did not complete successfully: exit code: 100 ``` in particular when it comes to use `apt` to install `wait-for-it`: I wonder if that could be fixed by replacing apt-based installation with `curl` from https://github.com/vishnubob/wait-for-it/blob/master/wait-for-it.sh -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
