See 
<https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-main-freerdp/FREERDP_BRANCH=master,JENKINS_LABEL_EXPRESSION=ubuntu/2252/display/redirect>

Changes:


------------------------------------------
[...truncated 461.86 KiB...]
#24 42.73    97 |         WINPR_DEPRECATED_VAR(
#24 42.73       |         ^~~~~~~~~~~~~~~~~~~~
#24 42.73 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#24 42.73                  from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/stream.h:26,
#24 42.73                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:25:
#24 42.73 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:95:47: 
note: declared here
#24 42.73    95 |                              FREERDP_API void 
codecs_free(rdpCodecs* codecs));
#24 42.73       |                                               ^~~~~~~~~~~
#24 42.73 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:567:41: 
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#24 42.73   567 | #define WINPR_DEPRECATED_VAR(text, obj) obj 
__attribute__((deprecated("[deprecated] " text)))
#24 42.73       |                                         ^~~
#24 42.73 plugins/channels.c: In function 
'guac_freerdp_dynamic_channel_collection_add':
#24 42.73 plugins/channels.c:142:5: warning: 'SupportDynamicChannels' is 
deprecated [-Wdeprecated-declarations]
#24 42.73   142 |     settings->SupportDynamicChannels = TRUE;
#24 42.73       |     ^~~~~~~~
#24 42.73 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/settings_types_private.h:832:42:
 note: declared here
#24 42.73   832 |         SETTINGS_DEPRECATED(ALIGN64 BOOL 
SupportDynamicChannels);      /* 5059 */
#24 42.73       |                                          
^~~~~~~~~~~~~~~~~~~~~~
#24 42.73 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:566:31: 
note: in definition of macro 'WINPR_DEPRECATED'
#24 42.73   566 | #define WINPR_DEPRECATED(obj) obj __attribute__((deprecated))
#24 42.73       |                               ^~~
#24 42.73 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/settings_types_private.h:832:9:
 note: in expansion of macro 'SETTINGS_DEPRECATED'
#24 42.73   832 |         SETTINGS_DEPRECATED(ALIGN64 BOOL 
SupportDynamicChannels);      /* 5059 */
#24 42.73       |         ^~~~~~~~~~~~~~~~~~~
#24 42.74 plugins/channels.c:145:5: error: ignoring return value of 
'freerdp_dynamic_channel_collection_add' declared with attribute 
'warn_unused_result' [-Werror=unused-result]
#24 42.74   145 |     freerdp_dynamic_channel_collection_add(settings, 
freerdp_args);
#24 42.74       |     
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#24 42.74   CC       libguac_client_rdp_la-_generated_channel_entry_wrappers.lo
#24 42.76 cc1: all warnings being treated as errors
#24 42.76 make[4]: *** [Makefile:1281: libguac_client_rdp_la-gdi.lo] Error 1
#24 42.76 make[4]: *** Waiting for unfinished jobs....
#24 42.76 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#24 42.76                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#24 42.76                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#24 42.76                  from ./channels/audio-input/audio-input.h:23,
#24 42.76                  from channels/audio-input/audio-input.c:21:
#24 42.76 
/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]
#24 42.76    97 |         WINPR_DEPRECATED_VAR(
#24 42.76       |         ^~~~~~~~~~~~~~~~~~~~
#24 42.76 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#24 42.76                  from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/stream.h:26,
#24 42.76                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:25:
#24 42.76 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:95:47: 
note: declared here
#24 42.76    95 |                              FREERDP_API void 
codecs_free(rdpCodecs* codecs));
#24 42.76       |                                               ^~~~~~~~~~~
#24 42.76 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:567:41: 
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#24 42.76   567 | #define WINPR_DEPRECATED_VAR(text, obj) obj 
__attribute__((deprecated("[deprecated] " text)))
#24 42.76       |                                         ^~~
#24 42.77 cc1: all warnings being treated as errors
#24 42.77 make[4]: *** [Makefile:1330: 
plugins/libguac_client_rdp_la-channels.lo] Error 1
#24 42.77 In file included from input-queue.c:27:
#24 42.77 input-queue.c: In function 'guac_rdp_handle_mouse_event':
#24 42.77 rdp.h:64:55: error: ignoring return value of function declared with 
attribute 'warn_unused_result' [-Werror=unused-result]
#24 42.77    64 | #define GUAC_RDP_CONTEXT(rdp_instance) 
((rdp_instance)->context)
#24 42.77 input-queue.c:81:9: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#24 42.77    81 |         GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#24 42.77       |         ^~~~~~~~~~~~~~~~
#24 42.77 rdp.h:64:55: error: ignoring return value of function declared with 
attribute 'warn_unused_result' [-Werror=unused-result]
#24 42.77    64 | #define GUAC_RDP_CONTEXT(rdp_instance) 
((rdp_instance)->context)
#24 42.77 input-queue.c:105:13: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#24 42.77   105 |             GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#24 42.77       |             ^~~~~~~~~~~~~~~~
#24 42.77 rdp.h:64:55: error: ignoring return value of function declared with 
attribute 'warn_unused_result' [-Werror=unused-result]
#24 42.77    64 | #define GUAC_RDP_CONTEXT(rdp_instance) 
((rdp_instance)->context)
#24 42.77 input-queue.c:124:13: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#24 42.77   124 |             GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#24 42.77       |             ^~~~~~~~~~~~~~~~
#24 42.77 rdp.h:64:55: error: ignoring return value of function declared with 
attribute 'warn_unused_result' [-Werror=unused-result]
#24 42.77    64 | #define GUAC_RDP_CONTEXT(rdp_instance) 
((rdp_instance)->context)
#24 42.77 input-queue.c:136:17: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#24 42.77   136 |                 GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#24 42.77       |                 ^~~~~~~~~~~~~~~~
#24 42.77 rdp.h:64:55: error: ignoring return value of function declared with 
attribute 'warn_unused_result' [-Werror=unused-result]
#24 42.77    64 | #define GUAC_RDP_CONTEXT(rdp_instance) 
((rdp_instance)->context)
#24 42.77 input-queue.c:144:17: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#24 42.77   144 |                 GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#24 42.77       |                 ^~~~~~~~~~~~~~~~
#24 42.80 rdp.c: In function 'rdp_freerdp_pre_connect':
#24 42.80 rdp.c:195:5: error: ignoring return value of 
'freerdp_register_addin_provider' declared with attribute 'warn_unused_result' 
[-Werror=unused-result]
#24 42.80   195 |     
freerdp_register_addin_provider(freerdp_channels_load_static_addin_entry, 0);
#24 42.80       |     
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#24 42.83 cc1: all warnings being treated as errors
#24 42.83 make[4]: *** [Makefile:1295: libguac_client_rdp_la-input-queue.lo] 
Error 1
#24 42.84 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#24 42.84                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#24 42.84                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#24 42.84                  from channels/cliprdr.h:26,
#24 42.84                  from rdp.h:24,
#24 42.84                  from print-job.c:21:
#24 42.84 
/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]
#24 42.84    97 |         WINPR_DEPRECATED_VAR(
#24 42.84       |         ^~~~~~~~~~~~~~~~~~~~
#24 42.84 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#24 42.84                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/api.h:23,
#24 42.84                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/cliprdr.h:25,
#24 42.84                  from channels/cliprdr.h:25:
#24 42.84 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:95:47: 
note: declared here
#24 42.84    95 |                              FREERDP_API void 
codecs_free(rdpCodecs* codecs));
#24 42.84       |                                               ^~~~~~~~~~~
#24 42.84 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:567:41: 
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#24 42.84   567 | #define WINPR_DEPRECATED_VAR(text, obj) obj 
__attribute__((deprecated("[deprecated] " text)))
#24 42.84       |                                         ^~~
#24 42.84 pointer.c: In function 'guac_rdp_pointer_new':
#24 42.84 pointer.c:55:5: error: ignoring return value of 
'freerdp_image_copy_from_pointer_data' declared with attribute 
'warn_unused_result' [-Werror=unused-result]
#24 42.84    55 |     
freerdp_image_copy_from_pointer_data(GUAC_DISPLAY_LAYER_RAW_BUFFER(dst_context, 
dst_rect),
#24 42.84       |     
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#24 42.84    56 |         guac_rdp_get_native_pixel_format(TRUE), 
dst_context->stride, 0, 0,
#24 42.84       |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#24 42.84    57 |         pointer->width, pointer->height, pointer->xorMaskData,
#24 42.84       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#24 42.84    58 |         pointer->lengthXorMask, pointer->andMaskData,
#24 42.84       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#24 42.84    59 |         pointer->lengthAndMask, pointer->xorBpp,
#24 42.84       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#24 42.84    60 |         &context->gdi->palette);
#24 42.84       |         ~~~~~~~~~~~~~~~~~~~~~~~
#24 42.85 In file included from keyboard.c:25:
#24 42.85 keyboard.c: In function 'guac_rdp_send_key_event':
#24 42.85 rdp.h:64:55: error: ignoring return value of function declared with 
attribute 'warn_unused_result' [-Werror=unused-result]
#24 42.85    64 | #define GUAC_RDP_CONTEXT(rdp_instance) 
((rdp_instance)->context)
#24 42.85 keyboard.c:112:5: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#24 42.85   112 |     GUAC_RDP_CONTEXT(rdp_inst)->input->KeyboardEvent(
#24 42.85       |     ^~~~~~~~~~~~~~~~
#24 42.85 keyboard.c: In function 'guac_rdp_send_unicode_event':
#24 42.85 rdp.h:64:55: error: ignoring return value of function declared with 
attribute 'warn_unused_result' [-Werror=unused-result]
#24 42.85    64 | #define GUAC_RDP_CONTEXT(rdp_instance) 
((rdp_instance)->context)
#24 42.85 keyboard.c:142:5: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#24 42.85   142 |     GUAC_RDP_CONTEXT(rdp_inst)->input->UnicodeKeyboardEvent(
#24 42.85       |     ^~~~~~~~~~~~~~~~
#24 42.85 keyboard.c: In function 'guac_rdp_send_synchronize_event':
#24 42.85 rdp.h:64:55: error: ignoring return value of function declared with 
attribute 'warn_unused_result' [-Werror=unused-result]
#24 42.85    64 | #define GUAC_RDP_CONTEXT(rdp_instance) 
((rdp_instance)->context)
#24 42.85 keyboard.c:172:5: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#24 42.85   172 |     GUAC_RDP_CONTEXT(rdp_inst)->input->SynchronizeEvent(
#24 42.85       |     ^~~~~~~~~~~~~~~~
#24 42.88 cc1: all warnings being treated as errors
#24 42.88 cc1: all warnings being treated as errors
#24 42.89 make[4]: *** [Makefile:1344: libguac_client_rdp_la-pointer.lo] Error 1
#24 42.89 make[4]: *** [Makefile:1358: libguac_client_rdp_la-rdp.lo] Error 1
#24 42.93 cc1: all warnings being treated as errors
#24 42.94 make[4]: *** [Makefile:1302: libguac_client_rdp_la-keyboard.lo] Error 
1
#24 43.04 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#24 43.04                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#24 43.04                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#24 43.04                  from channels/audio-input/audio-input.h:23,
#24 43.04                  from user.c:20:
#24 43.04 
/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]
#24 43.04    97 |         WINPR_DEPRECATED_VAR(
#24 43.04       |         ^~~~~~~~~~~~~~~~~~~~
#24 43.04 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#24 43.04                  from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/stream.h:26,
#24 43.04                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:25:
#24 43.04 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:95:47: 
note: declared here
#24 43.04    95 |                              FREERDP_API void 
codecs_free(rdpCodecs* codecs));
#24 43.04       |                                               ^~~~~~~~~~~
#24 43.04 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:567:41: 
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#24 43.04   567 | #define WINPR_DEPRECATED_VAR(text, obj) obj 
__attribute__((deprecated("[deprecated] " text)))
#24 43.04       |                                         ^~~
#24 43.09 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#24 43.09                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#24 43.09                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#24 43.09                  from channels/cliprdr.h:26,
#24 43.09                  from rdp.h:24,
#24 43.09                  from upload.c:21:
#24 43.09 
/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]
#24 43.09    97 |         WINPR_DEPRECATED_VAR(
#24 43.09       |         ^~~~~~~~~~~~~~~~~~~~
#24 43.09 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#24 43.09                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/api.h:23,
#24 43.09                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/cliprdr.h:25,
#24 43.09                  from channels/cliprdr.h:25:
#24 43.09 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:95:47: 
note: declared here
#24 43.09    95 |                              FREERDP_API void 
codecs_free(rdpCodecs* codecs));
#24 43.09       |                                               ^~~~~~~~~~~
#24 43.09 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:567:41: 
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#24 43.09   567 | #define WINPR_DEPRECATED_VAR(text, obj) obj 
__attribute__((deprecated("[deprecated] " text)))
#24 43.09       |                                         ^~~
#24 43.20 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#24 43.20                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#24 43.20                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#24 43.20                  from plugins/channels.h:24,
#24 43.20                  from _generated_channel_entry_wrappers.c:1:
#24 43.20 
/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]
#24 43.20    97 |         WINPR_DEPRECATED_VAR(
#24 43.20       |         ^~~~~~~~~~~~~~~~~~~~
#24 43.20 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/assert-api.h:27,
#24 43.20                  from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/cast.h:24,
#24 43.20                  from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/crt.h:27,
#24 43.20                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/channels/channels.h:24,
#24 43.20                  from plugins/channels.h:23:
#24 43.20 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:95:47: 
note: declared here
#24 43.20    95 |                              FREERDP_API void 
codecs_free(rdpCodecs* codecs));
#24 43.20       |                                               ^~~~~~~~~~~
#24 43.20 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:567:41: 
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#24 43.20   567 | #define WINPR_DEPRECATED_VAR(text, obj) obj 
__attribute__((deprecated("[deprecated] " text)))
#24 43.20       |                                         ^~~
#24 43.24 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#24 43.24                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#24 43.24                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#24 43.24                  from channels/cliprdr.h:26,
#24 43.24                  from rdp.h:24,
#24 43.24                  from sftp.c:23:
#24 43.24 
/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]
#24 43.24    97 |         WINPR_DEPRECATED_VAR(
#24 43.24       |         ^~~~~~~~~~~~~~~~~~~~
#24 43.24 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#24 43.24                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/api.h:23,
#24 43.24                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/cliprdr.h:25,
#24 43.24                  from channels/cliprdr.h:25:
#24 43.24 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:95:47: 
note: declared here
#24 43.24    95 |                              FREERDP_API void 
codecs_free(rdpCodecs* codecs));
#24 43.24       |                                               ^~~~~~~~~~~
#24 43.24 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:567:41: 
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#24 43.24   567 | #define WINPR_DEPRECATED_VAR(text, obj) obj 
__attribute__((deprecated("[deprecated] " text)))
#24 43.24       |                                         ^~~
#24 44.00 make[4]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
#24 44.00 make[3]: *** [Makefile:1475: all-recursive] Error 1
#24 44.00 make[3]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
#24 44.00 make[2]: *** [Makefile:765: all] Error 2
#24 44.00 make[2]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
#24 44.01 make[1]: *** [Makefile:546: all-recursive] Error 1
#24 44.01 make[1]: Leaving directory '/tmp/guacamole-server'
#24 44.01 make: *** [Makefile:466: all] Error 2
#24 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":
43.24   567 | #define WINPR_DEPRECATED_VAR(text, obj) obj 
__attribute__((deprecated("[deprecated] " text)))
43.24       |                                         ^~~
44.00 make[4]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
44.00 make[3]: *** [Makefile:1475: all-recursive] Error 1
44.00 make[3]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
44.00 make[2]: *** [Makefile:765: all] Error 2
44.00 make[2]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
44.01 make[1]: *** [Makefile:546: all-recursive] Error 1
44.01 make[1]: Leaving directory '/tmp/guacamole-server'
44.01 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-2252
Error response from daemon: No such image: 
guac-jenkins-guacamole-guacamole-server-main-freerdp-freerdp-branch-master-jenkins-label-expression-ubuntu-2252:latest
Build step 'Execute shell' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to