See
<https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-main-freerdp/FREERDP_BRANCH=master,JENKINS_LABEL_EXPRESSION=ubuntu/2237/display/redirect>
Changes:
------------------------------------------
[...truncated 461.63 KiB...]
#19 38.45 from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/cast.h:24,
#19 38.45 from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/crt.h:27,
#19 38.45 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/channels/channels.h:24,
#19 38.45 from ./plugins/channels.h:23:
#19 38.45
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:95:47:
note: declared here
#19 38.45 95 | FREERDP_API void
codecs_free(rdpCodecs* codecs));
#19 38.45 | ^~~~~~~~~~~
#19 38.45
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:530:41:
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#19 38.45 530 | #define WINPR_DEPRECATED_VAR(text, obj) obj
__attribute__((deprecated("[deprecated] " text)))
#19 38.45 | ^~~
#19 38.47 In file included from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#19 38.47 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#19 38.47 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#19 38.47 from beep.h:23,
#19 38.47 from rdp.c:23:
#19 38.47
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:97:9:
warning: 'codecs_free' is deprecated: [deprecated] [since 3.6.0] Use
freerdp_client_codecs_free [-Wdeprecated-declarations]
#19 38.47 97 | WINPR_DEPRECATED_VAR(
#19 38.47 | ^~~~~~~~~~~~~~~~~~~~
#19 38.47 In file included from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#19 38.47 from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/stream.h:26,
#19 38.47 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:25:
#19 38.47
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:95:47:
note: declared here
#19 38.47 95 | FREERDP_API void
codecs_free(rdpCodecs* codecs));
#19 38.47 | ^~~~~~~~~~~
#19 38.47
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:530:41:
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#19 38.47 530 | #define WINPR_DEPRECATED_VAR(text, obj) obj
__attribute__((deprecated("[deprecated] " text)))
#19 38.47 | ^~~
#19 38.48 CC libguac_client_rdp_la-sftp.lo
#19 38.49 pointer.c: In function 'guac_rdp_pointer_new':
#19 38.49 pointer.c:55:5: error: ignoring return value of
'freerdp_image_copy_from_pointer_data' declared with attribute
'warn_unused_result' [-Werror=unused-result]
#19 38.49 55 |
freerdp_image_copy_from_pointer_data(GUAC_DISPLAY_LAYER_RAW_BUFFER(dst_context,
dst_rect),
#19 38.49 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#19 38.49 56 | guac_rdp_get_native_pixel_format(TRUE),
dst_context->stride, 0, 0,
#19 38.49 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#19 38.49 57 | pointer->width, pointer->height, pointer->xorMaskData,
#19 38.49 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#19 38.49 58 | pointer->lengthXorMask, pointer->andMaskData,
#19 38.49 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#19 38.49 59 | pointer->lengthAndMask, pointer->xorBpp,
#19 38.49 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#19 38.49 60 | &context->gdi->palette);
#19 38.49 | ~~~~~~~~~~~~~~~~~~~~~~~
#19 38.50 CC libguac_client_rdp_la-_generated_channel_entry_wrappers.lo
#19 38.50 gdi.c: In function 'guac_rdp_gdi_surface_frame_marker':
#19 38.50 gdi.c:62:5: warning: 'FrameAcknowledge' is deprecated
[-Wdeprecated-declarations]
#19 38.50 62 | frame_acknowledge = context->settings->FrameAcknowledge;
#19 38.50 | ^~~~~~~~~~~~~~~~~
#19 38.50
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/settings_types_private.h:721:44:
note: declared here
#19 38.50 721 | SETTINGS_DEPRECATED(ALIGN64 UINT32 FrameAcknowledge);
/* 3714 */
#19 38.50 | ^~~~~~~~~~~~~~~~
#19 38.50
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:529:31:
note: in definition of macro 'WINPR_DEPRECATED'
#19 38.50 529 | #define WINPR_DEPRECATED(obj) obj __attribute__((deprecated))
#19 38.50 | ^~~
#19 38.50
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/settings_types_private.h:721:9:
note: in expansion of macro 'SETTINGS_DEPRECATED'
#19 38.50 721 | SETTINGS_DEPRECATED(ALIGN64 UINT32 FrameAcknowledge);
/* 3714 */
#19 38.50 | ^~~~~~~~~~~~~~~~~~~
#19 38.51 In file included from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:28:
#19 38.51 gdi.c:66:16: error: ignoring return value of function declared with
attribute 'warn_unused_result' [-Werror=unused-result]
#19 38.51 66 | IFCALL(context->update->SurfaceFrameAcknowledge,
context,
#19 38.51
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/api.h:80:25: note:
in definition of macro 'IFCALL'
#19 38.51 80 | _cb(__VA_ARGS__);
\
#19 38.51 | ^~~
#19 38.53 cc1: all warnings being treated as errors
#19 38.53 make[4]: *** [Makefile:1344: libguac_client_rdp_la-pointer.lo] Error 1
#19 38.53 make[4]: *** Waiting for unfinished jobs....
#19 38.54 In file included from keyboard.c:25:
#19 38.54 keyboard.c: In function 'guac_rdp_send_key_event':
#19 38.54 rdp.h:64:55: error: ignoring return value of function declared with
attribute 'warn_unused_result' [-Werror=unused-result]
#19 38.54 64 | #define GUAC_RDP_CONTEXT(rdp_instance)
((rdp_instance)->context)
#19 38.54 keyboard.c:112:5: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#19 38.54 112 | GUAC_RDP_CONTEXT(rdp_inst)->input->KeyboardEvent(
#19 38.54 | ^~~~~~~~~~~~~~~~
#19 38.54 keyboard.c: In function 'guac_rdp_send_unicode_event':
#19 38.54 rdp.h:64:55: error: ignoring return value of function declared with
attribute 'warn_unused_result' [-Werror=unused-result]
#19 38.54 64 | #define GUAC_RDP_CONTEXT(rdp_instance)
((rdp_instance)->context)
#19 38.54 keyboard.c:142:5: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#19 38.54 142 | GUAC_RDP_CONTEXT(rdp_inst)->input->UnicodeKeyboardEvent(
#19 38.54 | ^~~~~~~~~~~~~~~~
#19 38.54 keyboard.c: In function 'guac_rdp_send_synchronize_event':
#19 38.54 rdp.h:64:55: error: ignoring return value of function declared with
attribute 'warn_unused_result' [-Werror=unused-result]
#19 38.54 64 | #define GUAC_RDP_CONTEXT(rdp_instance)
((rdp_instance)->context)
#19 38.54 keyboard.c:172:5: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#19 38.54 172 | GUAC_RDP_CONTEXT(rdp_inst)->input->SynchronizeEvent(
#19 38.54 | ^~~~~~~~~~~~~~~~
#19 38.55 plugins/channels.c: In function
'guac_freerdp_dynamic_channel_collection_add':
#19 38.55 plugins/channels.c:142:5: warning: 'SupportDynamicChannels' is
deprecated [-Wdeprecated-declarations]
#19 38.55 142 | settings->SupportDynamicChannels = TRUE;
#19 38.55 | ^~~~~~~~
#19 38.55
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/settings_types_private.h:832:42:
note: declared here
#19 38.55 832 | SETTINGS_DEPRECATED(ALIGN64 BOOL
SupportDynamicChannels); /* 5059 */
#19 38.55 |
^~~~~~~~~~~~~~~~~~~~~~
#19 38.55
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:529:31:
note: in definition of macro 'WINPR_DEPRECATED'
#19 38.55 529 | #define WINPR_DEPRECATED(obj) obj __attribute__((deprecated))
#19 38.55 | ^~~
#19 38.55
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/settings_types_private.h:832:9:
note: in expansion of macro 'SETTINGS_DEPRECATED'
#19 38.55 832 | SETTINGS_DEPRECATED(ALIGN64 BOOL
SupportDynamicChannels); /* 5059 */
#19 38.55 | ^~~~~~~~~~~~~~~~~~~
#19 38.55 In file included from input-queue.c:27:
#19 38.55 input-queue.c: In function 'guac_rdp_handle_mouse_event':
#19 38.55 rdp.h:64:55: error: ignoring return value of function declared with
attribute 'warn_unused_result' [-Werror=unused-result]
#19 38.55 64 | #define GUAC_RDP_CONTEXT(rdp_instance)
((rdp_instance)->context)
#19 38.55 input-queue.c:81:9: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#19 38.55 81 | GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#19 38.55 | ^~~~~~~~~~~~~~~~
#19 38.55 rdp.h:64:55: error: ignoring return value of function declared with
attribute 'warn_unused_result' [-Werror=unused-result]
#19 38.55 64 | #define GUAC_RDP_CONTEXT(rdp_instance)
((rdp_instance)->context)
#19 38.55 input-queue.c:105:13: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#19 38.55 105 | GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#19 38.55 | ^~~~~~~~~~~~~~~~
#19 38.55 rdp.h:64:55: error: ignoring return value of function declared with
attribute 'warn_unused_result' [-Werror=unused-result]
#19 38.55 64 | #define GUAC_RDP_CONTEXT(rdp_instance)
((rdp_instance)->context)
#19 38.55 input-queue.c:124:13: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#19 38.55 124 | GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#19 38.55 | ^~~~~~~~~~~~~~~~
#19 38.55 cc1: all warnings being treated as errors
#19 38.55 rdp.h:64:55: error: ignoring return value of function declared with
attribute 'warn_unused_result' [-Werror=unused-result]
#19 38.55 64 | #define GUAC_RDP_CONTEXT(rdp_instance)
((rdp_instance)->context)
#19 38.55 input-queue.c:136:17: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#19 38.55 136 | GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#19 38.55 | ^~~~~~~~~~~~~~~~
#19 38.55 rdp.h:64:55: error: ignoring return value of function declared with
attribute 'warn_unused_result' [-Werror=unused-result]
#19 38.55 64 | #define GUAC_RDP_CONTEXT(rdp_instance)
((rdp_instance)->context)
#19 38.55 input-queue.c:144:17: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#19 38.55 144 | GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#19 38.55 | ^~~~~~~~~~~~~~~~
#19 38.55 plugins/channels.c:145:5: error: ignoring return value of
'freerdp_dynamic_channel_collection_add' declared with attribute
'warn_unused_result' [-Werror=unused-result]
#19 38.55 145 | freerdp_dynamic_channel_collection_add(settings,
freerdp_args);
#19 38.55 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#19 38.56 make[4]: *** [Makefile:1281: libguac_client_rdp_la-gdi.lo] Error 1
#19 38.58 rdp.c: In function 'rdp_freerdp_pre_connect':
#19 38.58 rdp.c:195:5: error: ignoring return value of
'freerdp_register_addin_provider' declared with attribute 'warn_unused_result'
[-Werror=unused-result]
#19 38.58 195 |
freerdp_register_addin_provider(freerdp_channels_load_static_addin_entry, 0);
#19 38.58 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#19 38.58 cc1: all warnings being treated as errors
#19 38.59 cc1: all warnings being treated as errors
#19 38.59 make[4]: *** [Makefile:1330:
plugins/libguac_client_rdp_la-channels.lo] Error 1
#19 38.59 make[4]: *** [Makefile:1295: libguac_client_rdp_la-input-queue.lo]
Error 1
#19 38.62 cc1: all warnings being treated as errors
#19 38.62 make[4]: *** [Makefile:1302: libguac_client_rdp_la-keyboard.lo] Error
1
#19 38.66 cc1: all warnings being treated as errors
#19 38.67 make[4]: *** [Makefile:1358: libguac_client_rdp_la-rdp.lo] Error 1
#19 38.71 In file included from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#19 38.71 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#19 38.71 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#19 38.71 from channels/audio-input/audio-input.h:23,
#19 38.71 from user.c:20:
#19 38.71
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:97:9:
warning: 'codecs_free' is deprecated: [deprecated] [since 3.6.0] Use
freerdp_client_codecs_free [-Wdeprecated-declarations]
#19 38.71 97 | WINPR_DEPRECATED_VAR(
#19 38.71 | ^~~~~~~~~~~~~~~~~~~~
#19 38.71 In file included from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#19 38.71 from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/stream.h:26,
#19 38.71 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:25:
#19 38.71
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:95:47:
note: declared here
#19 38.71 95 | FREERDP_API void
codecs_free(rdpCodecs* codecs));
#19 38.71 | ^~~~~~~~~~~
#19 38.71
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:530:41:
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#19 38.71 530 | #define WINPR_DEPRECATED_VAR(text, obj) obj
__attribute__((deprecated("[deprecated] " text)))
#19 38.71 | ^~~
#19 38.77 In file included from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#19 38.77 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#19 38.77 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#19 38.77 from channels/cliprdr.h:26,
#19 38.77 from rdp.h:24,
#19 38.77 from upload.c:21:
#19 38.77
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:97:9:
warning: 'codecs_free' is deprecated: [deprecated] [since 3.6.0] Use
freerdp_client_codecs_free [-Wdeprecated-declarations]
#19 38.77 97 | WINPR_DEPRECATED_VAR(
#19 38.77 | ^~~~~~~~~~~~~~~~~~~~
#19 38.77 In file included from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#19 38.77 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/api.h:23,
#19 38.77 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/cliprdr.h:25,
#19 38.77 from channels/cliprdr.h:25:
#19 38.77
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:95:47:
note: declared here
#19 38.77 95 | FREERDP_API void
codecs_free(rdpCodecs* codecs));
#19 38.77 | ^~~~~~~~~~~
#19 38.77
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:530:41:
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#19 38.77 530 | #define WINPR_DEPRECATED_VAR(text, obj) obj
__attribute__((deprecated("[deprecated] " text)))
#19 38.77 | ^~~
#19 38.79 In file included from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#19 38.79 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#19 38.79 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#19 38.79 from channels/cliprdr.h:26,
#19 38.79 from rdp.h:24,
#19 38.79 from sftp.c:23:
#19 38.79
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:97:9:
warning: 'codecs_free' is deprecated: [deprecated] [since 3.6.0] Use
freerdp_client_codecs_free [-Wdeprecated-declarations]
#19 38.79 97 | WINPR_DEPRECATED_VAR(
#19 38.79 | ^~~~~~~~~~~~~~~~~~~~
#19 38.79 In file included from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#19 38.79 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/api.h:23,
#19 38.79 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/cliprdr.h:25,
#19 38.79 from channels/cliprdr.h:25:
#19 38.79
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:95:47:
note: declared here
#19 38.79 95 | FREERDP_API void
codecs_free(rdpCodecs* codecs));
#19 38.79 | ^~~~~~~~~~~
#19 38.79
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:530:41:
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#19 38.79 530 | #define WINPR_DEPRECATED_VAR(text, obj) obj
__attribute__((deprecated("[deprecated] " text)))
#19 38.79 | ^~~
#19 38.80 In file included from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#19 38.80 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#19 38.80 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#19 38.80 from plugins/channels.h:24,
#19 38.80 from _generated_channel_entry_wrappers.c:1:
#19 38.80
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:97:9:
warning: 'codecs_free' is deprecated: [deprecated] [since 3.6.0] Use
freerdp_client_codecs_free [-Wdeprecated-declarations]
#19 38.80 97 | WINPR_DEPRECATED_VAR(
#19 38.80 | ^~~~~~~~~~~~~~~~~~~~
#19 38.80 In file included from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/assert-api.h:27,
#19 38.80 from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/cast.h:24,
#19 38.80 from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/crt.h:27,
#19 38.80 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/channels/channels.h:24,
#19 38.80 from plugins/channels.h:23:
#19 38.80
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:95:47:
note: declared here
#19 38.80 95 | FREERDP_API void
codecs_free(rdpCodecs* codecs));
#19 38.80 | ^~~~~~~~~~~
#19 38.80
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:530:41:
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#19 38.80 530 | #define WINPR_DEPRECATED_VAR(text, obj) obj
__attribute__((deprecated("[deprecated] " text)))
#19 38.80 | ^~~
#19 39.37 make[4]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
#19 39.37 make[3]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
#19 39.37 make[3]: *** [Makefile:1475: all-recursive] Error 1
#19 39.37 make[2]: *** [Makefile:765: all] Error 2
#19 39.37 make[2]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
#19 39.37 make[1]: *** [Makefile:546: all-recursive] Error 1
#19 39.37 make[1]: Leaving directory '/tmp/guacamole-server'
#19 39.37 make: *** [Makefile:466: all] Error 2
#19 ERROR: process "/bin/sh -c ${BUILD_DIR}/src/guacd-docker/bin/autobuild.sh
\"GUACAMOLE_SERVER\" \"${BUILD_DIR}\"" did not complete successfully: exit
code: 2
------
> [guacamole-server 7/8] RUN
> /tmp/guacamole-server/src/guacd-docker/bin/autobuild.sh "GUACAMOLE_SERVER"
> "/tmp/guacamole-server":
38.80 530 | #define WINPR_DEPRECATED_VAR(text, obj) obj
__attribute__((deprecated("[deprecated] " text)))
38.80 | ^~~
39.37 make[4]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
39.37 make[3]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
39.37 make[3]: *** [Makefile:1475: all-recursive] Error 1
39.37 make[2]: *** [Makefile:765: all] Error 2
39.37 make[2]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
39.37 make[1]: *** [Makefile:546: all-recursive] Error 1
39.37 make[1]: Leaving directory '/tmp/guacamole-server'
39.37 make: *** [Makefile:466: all] Error 2
------
Dockerfile:289
--------------------
287 | COPY . ${BUILD_DIR}
288 |
289 | >>> RUN ${BUILD_DIR}/src/guacd-docker/bin/autobuild.sh
"GUACAMOLE_SERVER" "${BUILD_DIR}"
290 |
291 | # Determine location of the FREERDP library based on the version.
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c
${BUILD_DIR}/src/guacd-docker/bin/autobuild.sh \"GUACAMOLE_SERVER\"
\"${BUILD_DIR}\"" did not complete successfully: exit code: 2
+ docker rmi --force
guac-jenkins-guacamole-guacamole-server-main-freerdp-freerdp-branch-master-jenkins-label-expression-ubuntu-2237
Error response from daemon: No such image:
guac-jenkins-guacamole-guacamole-server-main-freerdp-freerdp-branch-master-jenkins-label-expression-ubuntu-2237:latest
Build step 'Execute shell' marked build as failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]