You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@guacamole.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/07/30 12:04:20 UTC

Build failed in Jenkins: Guacamole » guacamole-server-master-docker #66

See <https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-master-docker/66/display/redirect?page=changes>

Changes:

[James Muehlner] GUACAMOLE-1652: Only call SSL init functions when the library version requires it.

[James Muehlner] GUACAMOLE-1652: Migrate OpenSSL initialization to modern methods for OpenSSL >= 1.1.0.


------------------------------------------
Started by upstream project "Guacamole/guacamole-server-master" build number 69
originally caused by:
 Started by an SCM change
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-master-docker/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-master-docker/ws/> # timeout=10
Fetching upstream changes from https://github.com/apache/guacamole-server.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --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 6ab82446bbca9fabdd332c0488642dcdf965ccb0 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6ab82446bbca9fabdd332c0488642dcdf965ccb0 # timeout=10
Commit message: "GUACAMOLE-1652: Merge only call SSL init functions when the library version requires it."
 > git rev-list --no-walk eee3ac092c8d1c2b17404c7b52c8a2b794d1ec1a # timeout=10
[guacamole-server-master-docker] $ /bin/sh -xe /tmp/jenkins3227206108975910909.sh
+ export TAG=guacamole/guacd-dev:latest
+ trap docker rmi --force guacamole/guacd-dev:latest || true EXIT
+ docker build --no-cache=true --tag guacamole/guacd-dev:latest .
Sending build context to Docker daemon  3.405MB
Step 1/33 : ARG UBUNTU_BASE_IMAGE=21.10
Step 2/33 : FROM ubuntu:${UBUNTU_BASE_IMAGE} AS builder
21.10: Pulling from library/ubuntu
54b8fda3c9de: Pulling fs layer
54b8fda3c9de: Verifying Checksum
54b8fda3c9de: Download complete
54b8fda3c9de: Pull complete
Digest: sha256:ff46b78279f207db3b8e57e20dee7cecef3567d09489369d80591f150f9c8154
Status: Downloaded newer image for ubuntu:21.10
 ---> 50398b9058c5
Step 3/33 : ARG UBUNTU_RELEASE=impish-backports
 ---> Running in 9037955030a7
Removing intermediate container 9037955030a7
 ---> 733ba3747a75
Step 4/33 : RUN grep " ${UBUNTU_RELEASE} " /etc/apt/sources.list || echo >> /etc/apt/sources.list     "deb http://archive.ubuntu.com/ubuntu/ ${UBUNTU_RELEASE} main contrib non-free"
 ---> Running in e58ee9b41cf0
deb http://archive.ubuntu.com/ubuntu/ impish-backports main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ impish-backports main restricted universe multiverse
Removing intermediate container e58ee9b41cf0
 ---> 43ec0486f486
Step 5/33 : ARG PREFIX_DIR=/usr/local/guacamole
 ---> Running in ad886b3e88fd
Removing intermediate container ad886b3e88fd
 ---> d7726f5a9e57
Step 6/33 : ARG BUILD_DIR=/tmp/guacd-docker-BUILD
 ---> Running in fc27c340944b
Removing intermediate container fc27c340944b
 ---> 60ab0b6ea4f7
Step 7/33 : ARG BUILD_DEPENDENCIES="                      autoconf                              automake                              freerdp2-dev                          gcc                                   libcairo2-dev                         libgcrypt-dev                         libjpeg-turbo8-dev                    libossp-uuid-dev                      libpango1.0-dev                       libpulse-dev                          libssh2-1-dev                         libssl-dev                            libtelnet-dev                         libtool                               libvncserver-dev                      libwebsockets-dev                     libwebp-dev                           make"
 ---> Running in 330ae725d114
Removing intermediate container 330ae725d114
 ---> 2338242468fb
Step 8/33 : ARG DEBIAN_FRONTEND=noninteractive
 ---> Running in cb6d5043e7a8
Removing intermediate container cb6d5043e7a8
 ---> c8b261f1ff06
Step 9/33 : RUN apt-get update                                              &&     apt-get install -t ${UBUNTU_RELEASE} -y $BUILD_DEPENDENCIES &&     rm -rf /var/lib/apt/lists/*
 ---> Running in af4b419a5430
Ign:1 http://archive.ubuntu.com/ubuntu impish InRelease
Ign:2 http://security.ubuntu.com/ubuntu impish-security InRelease
Ign:3 http://archive.ubuntu.com/ubuntu impish-updates InRelease
Err:4 http://security.ubuntu.com/ubuntu impish-security Release
  404  Not Found [IP: 185.125.190.36 80]
Ign:5 http://archive.ubuntu.com/ubuntu impish-backports InRelease
Err:6 http://archive.ubuntu.com/ubuntu impish Release
  404  Not Found [IP: 185.125.190.39 80]
Err:7 http://archive.ubuntu.com/ubuntu impish-updates Release
  404  Not Found [IP: 185.125.190.39 80]
Err:8 http://archive.ubuntu.com/ubuntu impish-backports Release
  404  Not Found [IP: 185.125.190.39 80]
Reading package lists...
E: The repository 'http://security.ubuntu.com/ubuntu impish-security Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu impish Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu impish-updates Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu impish-backports Release' does not have a Release file.
The command '/bin/sh -c apt-get update                                              &&     apt-get install -t ${UBUNTU_RELEASE} -y $BUILD_DEPENDENCIES &&     rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
+ docker rmi --force guacamole/guacd-dev:latest
Error: No such image: guacamole/guacd-dev:latest
Build step 'Execute shell' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@guacamole.apache.org
For additional commands, e-mail: builds-help@guacamole.apache.org


Jenkins build is back to normal : Guacamole » guacamole-server-master-docker #67

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-master-docker/67/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@guacamole.apache.org
For additional commands, e-mail: builds-help@guacamole.apache.org