See <https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-main-debian/DEBIAN_RELEASE=unstable,JENKINS_LABEL_EXPRESSION=ubuntu/1877/display/redirect>
Changes: ------------------------------------------ Started by upstream project "Guacamole/guacamole-server-main-debian" build number 1877 originally caused by: Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds30 (ubuntu) in workspace <https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-main-debian/DEBIAN_RELEASE=unstable,JENKINS_LABEL_EXPRESSION=ubuntu/ws/> [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/apache/guacamole-server.git > git init > <https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-main-debian/DEBIAN_RELEASE=unstable,JENKINS_LABEL_EXPRESSION=ubuntu/ws/guacamole-server> > # timeout=10 Fetching upstream changes from https://github.com/apache/guacamole-server.git > git --version # timeout=10 > git --version # 'git version 2.34.1' > git fetch --tags --force --progress -- > https://github.com/apache/guacamole-server.git > +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/apache/guacamole-server.git > # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # > timeout=10 Avoid second fetch Checking out Revision 2f09f6d5bbba35e849c511d5235de398f63c9093 (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 2f09f6d5bbba35e849c511d5235de398f63c9093 # timeout=10 Commit message: "Merge patch branch changes to main." > git rev-list --no-walk 2f09f6d5bbba35e849c511d5235de398f63c9093 # timeout=10 [ubuntu] $ /bin/sh -xe /tmp/jenkins7719351848915574873.sh + cat [ubuntu] $ /bin/sh -xe /tmp/jenkins1103429655214316157.sh + cat [ubuntu] $ /bin/sh -xe /tmp/jenkins9472477176778128154.sh + cat [ubuntu] $ /bin/sh -xe /tmp/jenkins13443890300896913559.sh + echo guac-jenkins-Guacamole-guacamole-server-main-debian-DEBIAN_RELEASE=unstable,JENKINS_LABEL_EXPRESSION=ubuntu-1877 + tr A-Z a-z + sed s/[^a-z0-9]\+/-/g + export TAG=guac-jenkins-guacamole-guacamole-server-main-debian-debian-release-unstable-jenkins-label-expression-ubuntu-1877 + trap docker rmi --force guac-jenkins-guacamole-guacamole-server-main-debian-debian-release-unstable-jenkins-label-expression-ubuntu-1877 || true EXIT + docker build --no-cache=true --rm --tag guac-jenkins-guacamole-guacamole-server-main-debian-debian-release-unstable-jenkins-label-expression-ubuntu-1877 . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 160B 0.0s done #1 DONE 0.3s #2 [internal] load metadata for docker.io/library/debian:unstable #2 DONE 1.1s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.1s #4 [1/4] FROM docker.io/library/debian:unstable@sha256:8be951c6a9505e04562e5837fe0cbdbf52690b5bfd7bf94c76497879083fe7ea #4 CACHED #5 [internal] load build context #5 transferring context: 13.61MB 0.4s done #5 DONE 0.7s #6 [2/4] COPY . /build/ #6 DONE 1.7s #7 [3/4] RUN /bin/bash -e -x /build/install-deps.sh #7 1.647 + export DEBIAN_FRONTEND=noninteractive #7 1.647 + DEBIAN_FRONTEND=noninteractive #7 1.647 + apt-get update #7 2.092 Get:1 http://deb.debian.org/debian unstable InRelease [205 kB] #7 2.365 Get:2 http://deb.debian.org/debian unstable/main amd64 Packages [10.1 MB] #7 5.183 Fetched 10.3 MB in 3s (3095 kB/s) #7 5.183 Reading package lists... #7 7.164 + apt-get upgrade -y #7 7.180 Reading package lists... #7 9.002 Building dependency tree... #7 9.318 Reading state information... #7 9.409 Calculating upgrade... #7 10.05 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. #7 10.06 + apt-get install -y autoconf automake freerdp2-dev gcc libavcodec-dev libavformat-dev libavutil-dev libcairo2-dev libcunit1-dev libgcrypt-dev libjpeg62-turbo-dev libossp-uuid-dev libpango1.0-dev libpulse-dev libssh2-1-dev libssl-dev libswscale-dev libtelnet-dev libtool libvncserver-dev libwebsockets-dev libwebp-dev make #7 10.07 Reading package lists... #7 11.74 Building dependency tree... #7 12.02 Reading state information... #7 12.09 E: Unable to locate package freerdp2-dev #7 ERROR: process "/bin/sh -c /bin/bash -e -x /build/install-deps.sh" did not complete successfully: exit code: 100 ------ > [3/4] RUN /bin/bash -e -x /build/install-deps.sh: 2.365 Get:2 http://deb.debian.org/debian unstable/main amd64 Packages [10.1 MB] 9.318 Reading state information... 10.05 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 12.09 E: Unable to locate package freerdp2-dev ------ Dockerfile:3 -------------------- 1 | FROM debian:unstable 2 | COPY . /build/ 3 | >>> RUN /bin/bash -e -x /build/install-deps.sh 4 | RUN /bin/bash -e -x /build/build.sh 5 | -------------------- ERROR: failed to solve: process "/bin/sh -c /bin/bash -e -x /build/install-deps.sh" did not complete successfully: exit code: 100 + docker rmi --force guac-jenkins-guacamole-guacamole-server-main-debian-debian-release-unstable-jenkins-label-expression-ubuntu-1877 Error response from daemon: No such image: guac-jenkins-guacamole-guacamole-server-main-debian-debian-release-unstable-jenkins-label-expression-ubuntu-1877:latest Build step 'Execute shell' marked build as failure --------------------------------------------------------------------- To unsubscribe, e-mail: builds-unsubscr...@guacamole.apache.org For additional commands, e-mail: builds-h...@guacamole.apache.org