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 2023/04/06 03:04:45 UTC

Build failed in Jenkins: Guacamole » guacamole-server-latest-docker #664

See <https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-latest-docker/664/display/redirect>

Changes:


------------------------------------------
[...truncated 226.09 KB...]
#8 270.6   176 |     DH_free(dh);
#8 270.6       |     ^~~~~~~
#8 270.6 /usr/include/openssl/dh.h:200:28: note: declared here
#8 270.6   200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
#8 270.6       |                            ^~~~~~~
#8 270.6 /tmp/libvncserver/common/crypto_openssl.c: In function 'dh_compute_shared_key':
#8 270.6 /tmp/libvncserver/common/crypto_openssl.c:185:5: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#8 270.6   185 |     if(!(dh = DH_new()))
#8 270.6       |     ^~
#8 270.6 /usr/include/openssl/dh.h:199:27: note: declared here
#8 270.6   199 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);
#8 270.6       |                           ^~~~~~
#8 270.6 /tmp/libvncserver/common/crypto_openssl.c:192:5: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#8 270.6   192 |     if(!DH_set0_pqg(dh, BN_bin2bn(prime, keylen, NULL), NULL, BN_new()))
#8 270.6       |     ^~
#8 270.6 /usr/include/openssl/dh.h:255:27: note: declared here
#8 270.6   255 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
#8 270.6       |                           ^~~~~~~~~~~
#8 270.6 /tmp/libvncserver/common/crypto_openssl.c:194:5: warning: 'DH_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#8 270.6   194 |     if(!DH_set0_key(dh, NULL, BN_bin2bn(priv, keylen, NULL)))
#8 270.6       |     ^~
#8 270.6 /usr/include/openssl/dh.h:258:27: note: declared here
#8 270.6   258 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
#8 270.6       |                           ^~~~~~~~~~~
#8 270.6 /tmp/libvncserver/common/crypto_openssl.c:197:5: warning: 'DH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#8 270.6   197 |     if(DH_compute_key(shared_out, BN_bin2bn(pub, keylen, NULL), dh) == -1)
#8 270.6       |     ^~
#8 270.6 /usr/include/openssl/dh.h:224:27: note: declared here
#8 270.6   224 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,
#8 270.6       |                           ^~~~~~~~~~~~~~
#8 270.6 /tmp/libvncserver/common/crypto_openssl.c:203:5: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#8 270.6   203 |     DH_free(dh);
#8 270.6       |     ^~~~~~~
#8 270.6 /usr/include/openssl/dh.h:200:28: note: declared here
#8 270.6   200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
#8 270.6       |                            ^~~~~~~
#8 270.6 [ 32%] Building C object CMakeFiles/vncserver.dir/libvncserver/rfbssl_openssl.c.o
#8 270.9 [ 33%] Building C object CMakeFiles/vncserver.dir/libvncserver/zlib.c.o
#8 271.0 [ 34%] Building C object CMakeFiles/vncserver.dir/libvncserver/zrle.c.o
#8 271.5 [ 35%] Building C object CMakeFiles/vncserver.dir/libvncserver/zrleoutstream.c.o
#8 271.6 [ 36%] Building C object CMakeFiles/vncserver.dir/libvncserver/zrlepalettehelper.c.o
#8 271.7 [ 37%] Building C object CMakeFiles/vncserver.dir/common/minilzo.c.o
#8 271.8 [ 38%] Building C object CMakeFiles/vncserver.dir/libvncserver/tight.c.o
#8 272.2 [ 39%] Building C object CMakeFiles/vncserver.dir/common/turbojpeg.c.o
#8 272.4 [ 40%] Building C object CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/rfbtightserver.c.o
#8 272.5 [ 41%] Building C object CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c.o
#8 272.7 [ 42%] Building C object CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filetransfermsg.c.o
#8 272.8 [ 43%] Building C object CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filelistinfo.c.o
#8 272.9 [ 44%] Building C object CMakeFiles/vncserver.dir/libvncserver/websockets.c.o
#8 273.1 [ 45%] Building C object CMakeFiles/vncserver.dir/libvncserver/ws_decode.c.o
#8 273.2 [ 46%] Building C object CMakeFiles/vncserver.dir/common/base64.c.o
#8 273.3 [ 47%] Linking C shared library libvncserver.so
#8 273.5 [ 47%] Built target vncserver
#8 273.5 [ 48%] Building C object CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o
#8 273.6 [ 49%] Linking C executable examples/backchannel
#8 273.7 [ 49%] Built target examples_backchannel
#8 273.8 [ 50%] Building C object CMakeFiles/examples_camera.dir/examples/camera.c.o
#8 273.9 [ 51%] Linking C executable examples/camera
#8 274.0 [ 51%] Built target examples_camera
#8 274.0 [ 52%] Building C object CMakeFiles/examples_cursors.dir/examples/cursors.c.o
#8 274.1 [ 53%] Linking C executable examples/cursors
#8 274.2 [ 53%] Built target examples_cursors
#8 274.3 [ 54%] Building C object CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o
#8 274.4 [ 55%] Linking C executable examples/colourmaptest
#8 274.5 [ 55%] Built target examples_colourmaptest
#8 274.5 [ 56%] Building C object CMakeFiles/examples_example.dir/examples/example.c.o
#8 274.7 [ 56%] Linking C executable examples/example
#8 274.8 [ 56%] Built target examples_example
#8 274.8 [ 57%] Building C object CMakeFiles/examples_fontsel.dir/examples/fontsel.c.o
#8 274.9 [ 58%] Linking C executable examples/fontsel
#8 275.1 [ 58%] Built target examples_fontsel
#8 275.1 [ 59%] Building C object CMakeFiles/examples_pnmshow.dir/examples/pnmshow.c.o
#8 275.2 [ 60%] Linking C executable examples/pnmshow
#8 275.3 [ 60%] Built target examples_pnmshow
#8 275.3 [ 61%] Building C object CMakeFiles/examples_pnmshow24.dir/examples/pnmshow24.c.o
#8 275.4 [ 62%] Linking C executable examples/pnmshow24
#8 275.6 [ 62%] Built target examples_pnmshow24
#8 275.6 [ 63%] Building C object CMakeFiles/examples_regiontest.dir/examples/regiontest.c.o
#8 275.8 [ 64%] Linking C executable examples/regiontest
#8 275.9 [ 64%] Built target examples_regiontest
#8 275.9 [ 65%] Building C object CMakeFiles/examples_repeater.dir/examples/repeater.c.o
#8 276.0 [ 66%] Linking C executable examples/repeater
#8 276.2 [ 66%] Built target examples_repeater
#8 276.2 [ 67%] Building C object CMakeFiles/examples_rotate.dir/examples/rotate.c.o
#8 276.4 [ 68%] Linking C executable examples/rotate
#8 276.5 [ 68%] Built target examples_rotate
#8 276.5 [ 69%] Building C object CMakeFiles/examples_simple.dir/examples/simple.c.o
#8 276.6 [ 70%] Linking C executable examples/simple
#8 276.8 [ 70%] Built target examples_simple
#8 276.8 [ 71%] Building C object CMakeFiles/examples_simple15.dir/examples/simple15.c.o
#8 276.9 [ 71%] Linking C executable examples/simple15
#8 277.0 [ 71%] Built target examples_simple15
#8 277.0 [ 72%] Building C object CMakeFiles/examples_storepasswd.dir/examples/storepasswd.c.o
#8 277.1 [ 73%] Linking C executable examples/storepasswd
#8 277.2 [ 73%] Built target examples_storepasswd
#8 277.3 [ 74%] Building C object CMakeFiles/examples_vncev.dir/examples/vncev.c.o
#8 277.4 [ 75%] Linking C executable examples/vncev
#8 277.5 [ 75%] Built target examples_vncev
#8 277.6 [ 76%] Building C object CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o
#8 277.7 [ 77%] Linking C executable examples/blooptest
#8 277.8 [ 77%] Built target examples_blooptest
#8 277.9 [ 78%] Building C object CMakeFiles/examples_filetransfer.dir/examples/filetransfer.c.o
#8 277.9 [ 79%] Linking C executable examples/filetransfer
#8 278.1 [ 79%] Built target examples_filetransfer
#8 278.1 [ 79%] Building C object CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o
#8 278.2 [ 80%] Linking C executable client_examples/backchannel
#8 278.3 [ 80%] Built target client_examples_backchannel
#8 278.3 [ 81%] Building C object CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o
#8 278.4 [ 82%] Linking C executable client_examples/ppmtest
#8 278.6 [ 82%] Built target client_examples_ppmtest
#8 278.6 [ 83%] Building C object CMakeFiles/client_examples_sshtunnel.dir/client_examples/sshtunnel.c.o
#8 278.7 [ 84%] Linking C executable client_examples/sshtunnel
#8 278.9 [ 84%] Built target client_examples_sshtunnel
#8 278.9 [ 85%] Building C object CMakeFiles/test_cargstest.dir/test/cargstest.c.o
#8 279.0 [ 86%] Linking C executable test/cargstest
#8 279.1 [ 86%] Built target test_cargstest
#8 279.1 [ 87%] Building C object CMakeFiles/test_copyrecttest.dir/test/copyrecttest.c.o
#8 279.2 [ 88%] Linking C executable test/copyrecttest
#8 279.4 [ 88%] Built target test_copyrecttest
#8 279.4 [ 89%] Building C object CMakeFiles/test_encodingstest.dir/test/encodingstest.c.o
#8 279.5 [ 90%] Linking C executable test/encodingstest
#8 279.6 [ 90%] Built target test_encodingstest
#8 279.7 [ 91%] Building C object CMakeFiles/test_tjunittest.dir/test/tjunittest.c.o
#8 279.8 [ 92%] Building C object CMakeFiles/test_tjunittest.dir/test/tjutil.c.o
#8 279.9 [ 92%] Building C object CMakeFiles/test_tjunittest.dir/common/turbojpeg.c.o
#8 280.0 [ 93%] Linking C executable test/tjunittest
#8 280.1 [ 93%] Built target test_tjunittest
#8 280.1 [ 94%] Building C object CMakeFiles/test_tjbench.dir/test/tjbench.c.o
#8 280.3 [ 95%] Building C object CMakeFiles/test_tjbench.dir/test/tjutil.c.o
#8 280.4 [ 96%] Building C object CMakeFiles/test_tjbench.dir/test/bmp.c.o
#8 280.6 [ 97%] Building C object CMakeFiles/test_tjbench.dir/common/turbojpeg.c.o
#8 280.7 [ 98%] Linking C executable test/tjbench
#8 280.8 [ 98%] Built target test_tjbench
#8 280.8 [ 99%] Building C object CMakeFiles/test_wstest.dir/test/wstest.c.o
#8 281.0 [100%] Linking C executable test/wstest
#8 281.1 [100%] Built target test_wstest
#8 281.2 [  0%] Built target copy-compile-commands
#8 281.2 Consolidate compiler generated dependencies of target vncclient
#8 281.3 [ 11%] Built target vncclient
#8 281.3 Consolidate compiler generated dependencies of target vncserver
#8 281.3 [ 47%] Built target vncserver
#8 281.3 Consolidate compiler generated dependencies of target examples_backchannel
#8 281.4 [ 49%] Built target examples_backchannel
#8 281.4 Consolidate compiler generated dependencies of target examples_camera
#8 281.4 [ 51%] Built target examples_camera
#8 281.4 Consolidate compiler generated dependencies of target examples_cursors
#8 281.4 [ 53%] Built target examples_cursors
#8 281.4 Consolidate compiler generated dependencies of target examples_colourmaptest
#8 281.5 [ 55%] Built target examples_colourmaptest
#8 281.5 Consolidate compiler generated dependencies of target examples_example
#8 281.5 [ 56%] Built target examples_example
#8 281.5 Consolidate compiler generated dependencies of target examples_fontsel
#8 281.5 [ 58%] Built target examples_fontsel
#8 281.5 Consolidate compiler generated dependencies of target examples_pnmshow
#8 281.6 [ 60%] Built target examples_pnmshow
#8 281.6 Consolidate compiler generated dependencies of target examples_pnmshow24
#8 281.6 [ 62%] Built target examples_pnmshow24
#8 281.6 Consolidate compiler generated dependencies of target examples_regiontest
#8 281.6 [ 64%] Built target examples_regiontest
#8 281.6 Consolidate compiler generated dependencies of target examples_repeater
#8 281.7 [ 66%] Built target examples_repeater
#8 281.7 Consolidate compiler generated dependencies of target examples_rotate
#8 281.7 [ 68%] Built target examples_rotate
#8 281.7 Consolidate compiler generated dependencies of target examples_simple
#8 281.7 [ 70%] Built target examples_simple
#8 281.7 Consolidate compiler generated dependencies of target examples_simple15
#8 281.8 [ 71%] Built target examples_simple15
#8 281.8 Consolidate compiler generated dependencies of target examples_storepasswd
#8 281.8 [ 73%] Built target examples_storepasswd
#8 281.8 Consolidate compiler generated dependencies of target examples_vncev
#8 281.8 [ 75%] Built target examples_vncev
#8 281.8 Consolidate compiler generated dependencies of target examples_blooptest
#8 281.9 [ 77%] Built target examples_blooptest
#8 281.9 Consolidate compiler generated dependencies of target examples_filetransfer
#8 281.9 [ 79%] Built target examples_filetransfer
#8 281.9 Consolidate compiler generated dependencies of target client_examples_backchannel
#8 281.9 [ 80%] Built target client_examples_backchannel
#8 281.9 Consolidate compiler generated dependencies of target client_examples_ppmtest
#8 282.0 [ 82%] Built target client_examples_ppmtest
#8 282.0 Consolidate compiler generated dependencies of target client_examples_sshtunnel
#8 282.0 [ 84%] Built target client_examples_sshtunnel
#8 282.0 Consolidate compiler generated dependencies of target test_cargstest
#8 282.0 [ 86%] Built target test_cargstest
#8 282.0 Consolidate compiler generated dependencies of target test_copyrecttest
#8 282.1 [ 88%] Built target test_copyrecttest
#8 282.1 Consolidate compiler generated dependencies of target test_encodingstest
#8 282.1 [ 90%] Built target test_encodingstest
#8 282.1 Consolidate compiler generated dependencies of target test_tjunittest
#8 282.1 [ 93%] Built target test_tjunittest
#8 282.1 Consolidate compiler generated dependencies of target test_tjbench
#8 282.2 [ 98%] Built target test_tjbench
#8 282.2 Consolidate compiler generated dependencies of target test_wstest
#8 282.2 [100%] Built target test_wstest
#8 282.2 Install the project...
#8 282.2 -- Install configuration: ""
#8 282.2 -- Installing: /opt/guacamole/lib/libvncclient.so.0.9.14
#8 282.2 -- Installing: /opt/guacamole/lib/libvncclient.so.1
#8 282.2 -- Installing: /opt/guacamole/lib/libvncclient.so
#8 282.2 -- Installing: /opt/guacamole/include/rfb/keysym.h
#8 282.2 -- Installing: /opt/guacamole/include/rfb/threading.h
#8 282.2 -- Installing: /opt/guacamole/include/rfb/rfb.h
#8 282.2 -- Installing: /opt/guacamole/include/rfb/rfbclient.h
#8 282.2 -- Installing: /opt/guacamole/include/rfb/rfbconfig.h
#8 282.2 -- Installing: /opt/guacamole/include/rfb/rfbproto.h
#8 282.2 -- Installing: /opt/guacamole/include/rfb/rfbregion.h
#8 282.2 -- Installing: /opt/guacamole/lib/libvncserver.so.0.9.14
#8 282.2 -- Installing: /opt/guacamole/lib/libvncserver.so.1
#8 282.2 -- Installing: /opt/guacamole/lib/libvncserver.so
#8 282.2 -- Up-to-date: /opt/guacamole/include/rfb/keysym.h
#8 282.2 -- Up-to-date: /opt/guacamole/include/rfb/threading.h
#8 282.2 -- Up-to-date: /opt/guacamole/include/rfb/rfb.h
#8 282.2 -- Up-to-date: /opt/guacamole/include/rfb/rfbclient.h
#8 282.2 -- Up-to-date: /opt/guacamole/include/rfb/rfbconfig.h
#8 282.2 -- Up-to-date: /opt/guacamole/include/rfb/rfbproto.h
#8 282.2 -- Up-to-date: /opt/guacamole/include/rfb/rfbregion.h
#8 282.2 -- Installing: /opt/guacamole/lib/cmake/LibVNCServer/LibVNCServerTargets.cmake
#8 282.2 -- Installing: /opt/guacamole/lib/cmake/LibVNCServer/LibVNCServerTargets-noconfig.cmake
#8 282.2 -- Installing: /opt/guacamole/lib/cmake/LibVNCServer/LibVNCServerConfigVersion.cmake
#8 282.2 -- Installing: /opt/guacamole/lib/cmake/LibVNCServer/LibVNCServerConfig.cmake
#8 282.2 -- Installing: /opt/guacamole/lib/pkgconfig/libvncserver.pc
#8 282.2 -- Installing: /opt/guacamole/lib/pkgconfig/libvncclient.pc
#8 282.2 Cloning into 'libwebsockets'...
#8 288.1 fatal: unable to access 'https://libwebsockets.org/repo/libwebsockets/': Empty reply from server
#8 ERROR: process "/bin/sh -c ${BUILD_DIR}/src/guacd-docker/bin/build-all.sh" did not complete successfully: exit code: 128
------
 > [builder 4/5] RUN /tmp/guacamole-server/src/guacd-docker/bin/build-all.sh:
#8 282.2 -- Up-to-date: /opt/guacamole/include/rfb/rfbproto.h
#8 282.2 -- Up-to-date: /opt/guacamole/include/rfb/rfbregion.h
#8 282.2 -- Installing: /opt/guacamole/lib/cmake/LibVNCServer/LibVNCServerTargets.cmake
#8 282.2 -- Installing: /opt/guacamole/lib/cmake/LibVNCServer/LibVNCServerTargets-noconfig.cmake
#8 282.2 -- Installing: /opt/guacamole/lib/cmake/LibVNCServer/LibVNCServerConfigVersion.cmake
#8 282.2 -- Installing: /opt/guacamole/lib/cmake/LibVNCServer/LibVNCServerConfig.cmake
#8 282.2 -- Installing: /opt/guacamole/lib/pkgconfig/libvncserver.pc
#8 282.2 -- Installing: /opt/guacamole/lib/pkgconfig/libvncclient.pc
#8 282.2 Cloning into 'libwebsockets'...
#8 288.1 fatal: unable to access 'https://libwebsockets.org/repo/libwebsockets/': Empty reply from server
------
Dockerfile:139
--------------------
 137 |     
 138 |     # Build guacamole-server and its core protocol library dependencies
 139 | >>> RUN ${BUILD_DIR}/src/guacd-docker/bin/build-all.sh
 140 |     
 141 |     # Record the packages of all runtime library dependencies
--------------------
ERROR: failed to solve: process "/bin/sh -c ${BUILD_DIR}/src/guacd-docker/bin/build-all.sh" did not complete successfully: exit code: 128
+ docker rmi --force guacamole/guacd:latest
Error response from daemon: No such image: guacamole/guacd: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-latest-docker #665

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-latest-docker/665/display/redirect>


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