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

Changes:


------------------------------------------
[...truncated 438.38 KiB...]
#24 48.33 rdp.h:65:40: error: initialization of 'rdpContext *' {aka 'struct 
rdp_context *'} from incompatible pointer type 'freerdp *' {aka 'struct 
rdp_freerdp *'} [-Werror=incompatible-pointer-types]
#24 48.33    65 | #define GUAC_RDP_CONTEXT(rdp_instance) ((rdp_instance))
#24 48.33       |                                        ^
#24 48.33 rdp.c:265:27: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#24 48.33   265 |     rdpContext* context = GUAC_RDP_CONTEXT(instance);
#24 48.33       |                           ^~~~~~~~~~~~~~~~
#24 48.33 rdp.c: In function 'rdp_freerdp_verify_certificate':
#24 48.34 rdp.h:65:40: error: initialization of 'rdpContext *' {aka 'struct 
rdp_context *'} from incompatible pointer type 'freerdp *' {aka 'struct 
rdp_freerdp *'} [-Werror=incompatible-pointer-types]
#24 48.34    65 | #define GUAC_RDP_CONTEXT(rdp_instance) ((rdp_instance))
#24 48.34       |                                        ^
#24 48.34 rdp.c:407:27: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#24 48.34   407 |     rdpContext* context = GUAC_RDP_CONTEXT(instance);
#24 48.34       |                           ^~~~~~~~~~~~~~~~
#24 48.34 rdp.c: In function 'rdp_guac_client_wait_for_messages':
#24 48.34 rdp.h:65:40: error: passing argument 1 of 'freerdp_get_event_handles' 
from incompatible pointer type [-Werror=incompatible-pointer-types]
#24 48.34    65 | #define GUAC_RDP_CONTEXT(rdp_instance) ((rdp_instance))
#24 48.34       |                                        ^~~~~~~~~~~~~~~~
#24 48.34       |                                        |
#24 48.34       |                                        freerdp * {aka struct 
rdp_freerdp *}
#24 48.34 rdp.c:443:49: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#24 48.34   443 |     int num_handles = 
freerdp_get_event_handles(GUAC_RDP_CONTEXT(rdp_inst), handles,
#24 48.34       |                                                 
^~~~~~~~~~~~~~~~
#24 48.34 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:618:65: 
note: expected 'rdpContext *' {aka 'struct rdp_context *'} but argument is of 
type 'freerdp *' {aka 'struct rdp_freerdp *'}
#24 48.34   618 |         FREERDP_API DWORD 
freerdp_get_event_handles(rdpContext* context, HANDLE* events, DWORD count);
#24 48.34       |                                                     
~~~~~~~~~~~~^~~~~~~
#24 48.34 rdp.c: In function 'guac_rdp_handle_events':
#24 48.34 rdp.c:485:73: error: passing argument 1 of 
'freerdp_check_event_handles' from incompatible pointer type 
[-Werror=incompatible-pointer-types]
#24 48.34   485 |     int retval = 
freerdp_check_event_handles(GUAC_RDP_CONTEXT(rdp_client->rdp_inst));
#24 48.34 rdp.h:65:42: note: in definition of macro 'GUAC_RDP_CONTEXT'
#24 48.34    65 | #define GUAC_RDP_CONTEXT(rdp_instance) ((rdp_instance))
#24 48.34       |                                          ^~~~~~~~~~~~
#24 48.34 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:619:66: 
note: expected 'rdpContext *' {aka 'struct rdp_context *'} but argument is of 
type 'freerdp *' {aka 'struct rdp_freerdp *'}
#24 48.34   619 |         FREERDP_API BOOL 
freerdp_check_event_handles(rdpContext* context);
#24 48.34       |                                                      
~~~~~~~~~~~~^~~~~~~
#24 48.34 rdp.c: In function 'guac_rdp_handle_connection':
#24 48.34 rdp.c:551:15: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'VerifyCertificate'; did you mean 'VerifyCertificateEx'?
#24 48.34   551 |     rdp_inst->VerifyCertificate = 
rdp_freerdp_verify_certificate;
#24 48.34       |               ^~~~~~~~~~~~~~~~~
#24 48.34       |               VerifyCertificateEx
#24 48.34 rdp.c:625:9: error: 'freerdp_shall_disconnect' is deprecated: use 
freerdp_shall_disconnect_context instead [-Werror=deprecated-declarations]
#24 48.34   625 |         connection_closing = 
freerdp_shall_disconnect(rdp_inst);
#24 48.34       |         ^~~~~~~~~~~~~~~~~~
#24 48.34 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:582:47: 
note: declared here
#24 48.34   582 |                              FREERDP_API BOOL 
freerdp_shall_disconnect(freerdp* instance));
#24 48.34       |                                               
^~~~~~~~~~~~~~~~~~~~~~~~
#24 48.34 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:497:41: 
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#24 48.34   497 | #define WINPR_DEPRECATED_VAR(text, obj) obj 
__attribute__((deprecated(text)))
#24 48.34       |                                         ^~~
#24 48.34 keyboard.c: In function 'guac_rdp_send_key_event':
#24 48.34 keyboard.c:110:31: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.34   110 |     GUAC_RDP_CONTEXT(rdp_inst)->input->KeyboardEvent(
#24 48.34       |                               ^~
#24 48.34 keyboard.c:111:39: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.34   111 |             GUAC_RDP_CONTEXT(rdp_inst)->input, flags | 
pressed_flags, scancode);
#24 48.34       |                                       ^~
#24 48.34 keyboard.c: In function 'guac_rdp_send_unicode_event':
#24 48.34 keyboard.c:140:31: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.34   140 |     GUAC_RDP_CONTEXT(rdp_inst)->input->UnicodeKeyboardEvent(
#24 48.34       |                               ^~
#24 48.34 keyboard.c:141:39: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.34   141 |             GUAC_RDP_CONTEXT(rdp_inst)->input, 0, codepoint);
#24 48.34       |                                       ^~
#24 48.34 keyboard.c: In function 'guac_rdp_send_synchronize_event':
#24 48.34 keyboard.c:170:31: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.34   170 |     GUAC_RDP_CONTEXT(rdp_inst)->input->SynchronizeEvent(
#24 48.34       |                               ^~
#24 48.34 keyboard.c:171:39: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.34   171 |             GUAC_RDP_CONTEXT(rdp_inst)->input, flags);
#24 48.34       |                                       ^~
#24 48.35 cc1: all warnings being treated as errors
#24 48.35 cc1: all warnings being treated as errors
#24 48.35 cc1: all warnings being treated as errors
#24 48.35 cc1: all warnings being treated as errors
#24 48.36 cc1: all warnings being treated as errors
#24 48.36 input.c: In function 'guac_rdp_user_mouse_handler':
#24 48.36 input.c:60:35: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.36    60 |         GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#24 48.36       |                                   ^~
#24 48.36 input.c:61:43: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.36    61 |                 GUAC_RDP_CONTEXT(rdp_inst)->input, 
PTR_FLAGS_MOVE, x, y);
#24 48.36       |                                           ^~
#24 48.36 input.c:84:39: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.36    84 |             GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#24 48.36       |                                       ^~
#24 48.36 input.c:85:47: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.36    85 |                     GUAC_RDP_CONTEXT(rdp_inst)->input, flags, 
x, y);
#24 48.36       |                                               ^~
#24 48.36 input.c:103:39: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.36   103 |             GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#24 48.36       |                                       ^~
#24 48.36 input.c:104:47: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.36   104 |                     GUAC_RDP_CONTEXT(rdp_inst)->input, flags, 
x, y);
#24 48.36       |                                               ^~
#24 48.36 cc1: all warnings being treated as errors
#24 48.36 input.c:115:43: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.36   115 |                 GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#24 48.36       |                                           ^~
#24 48.36 input.c:116:51: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.36   116 |                         GUAC_RDP_CONTEXT(rdp_inst)->input, 
PTR_FLAGS_WHEEL | 0x78, x, y);
#24 48.36       |                                                   ^~
#24 48.36 input.c:123:43: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.36   123 |                 GUAC_RDP_CONTEXT(rdp_inst)->input->MouseEvent(
#24 48.36       |                                           ^~
#24 48.36 input.c:124:51: error: 'freerdp' {aka 'struct rdp_freerdp'} has no 
member named 'input'
#24 48.36   124 |                         GUAC_RDP_CONTEXT(rdp_inst)->input, 
PTR_FLAGS_WHEEL | PTR_FLAGS_WHEEL_NEGATIVE | 0x88, x, y);
#24 48.36       |                                                   ^~
#24 48.36 make[4]: *** [Makefile:1241: libguac_client_rdp_la-color.lo] Error 1
#24 48.36 make[4]: *** [Makefile:1094: libguac_client_rdp_la-beep.lo] Error 1
#24 48.37 make[4]: *** [Makefile:1262: libguac_client_rdp_la-error.lo] Error 1
#24 48.37 cc1: all warnings being treated as errors
#24 48.37 make[4]: *** [Makefile:1346: libguac_client_rdp_la-rdp.lo] Error 1
#24 48.37 make[4]: *** [Makefile:1290: libguac_client_rdp_la-keyboard.lo] Error 
1
#24 48.37 make[4]: *** [Makefile:1234: libguac_client_rdp_la-client.lo] Error 1
#24 48.37 cc1: all warnings being treated as errors
#24 48.37 make[4]: *** [Makefile:1255: libguac_client_rdp_la-download.lo] Error 
1
#24 48.37 cc1: all warnings being treated as errors
#24 48.37 cc1: all warnings being treated as errors
#24 48.37 cc1: all warnings being treated as errors
#24 48.38 settings.c: In function 'guac_rdp_push_settings':
#24 48.38 settings.c:1533:54: error: 'freerdp' {aka 'struct rdp_freerdp'} has 
no member named 'settings'
#24 48.38  1533 |     rdpSettings* rdp_settings = 
GUAC_RDP_CONTEXT(rdp)->settings;
#24 48.38       |                                                      ^~
#24 48.39 cc1: all warnings being treated as errors
#24 48.39 cc1: all warnings being treated as errors
#24 48.40 cc1: all warnings being treated as errors
#24 48.42 make[4]: *** [Makefile:1108: 
channels/audio-input/libguac_client_rdp_la-audio-input.lo] Error 1
#24 48.42 make[4]: *** [Makefile:1283: libguac_client_rdp_la-input.lo] Error 1
#24 48.42 make[4]: *** [Makefile:1276: libguac_client_rdp_la-gdi.lo] Error 1
#24 48.42 make[4]: *** [Makefile:1339: libguac_client_rdp_la-print-job.lo] 
Error 1
#24 48.42 make[4]: *** [Makefile:1101: 
channels/audio-input/libguac_client_rdp_la-audio-buffer.lo] Error 1
#24 48.42 make[4]: *** [Makefile:1332: libguac_client_rdp_la-pointer.lo] Error 1
#24 48.42 make[4]: *** [Makefile:1318: 
plugins/libguac_client_rdp_la-channels.lo] Error 1
#24 48.42 make[4]: *** [Makefile:1360: libguac_client_rdp_la-settings.lo] Error 
1
#24 48.48 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#24 48.48                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#24 48.48                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#24 48.48                  from channels/cliprdr.h:26,
#24 48.48                  from rdp.h:24,
#24 48.48                  from upload.c:21:
#24 48.48 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:93:9: 
error: 'codecs_free' is deprecated: [since 3.6.0] Use 
freerdp_client_codecs_free [-Werror=deprecated-declarations]
#24 48.48    93 |         WINPR_DEPRECATED_VAR("[since 3.6.0] Use 
freerdp_client_codecs_new",
#24 48.48       |         ^~~~~~~~~~~~~~~~~~~~
#24 48.48 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#24 48.48                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/api.h:23,
#24 48.48                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/cliprdr.h:25,
#24 48.48                  from channels/cliprdr.h:25:
#24 48.48 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:91:47: 
note: declared here
#24 48.48    91 |                              FREERDP_API void 
codecs_free(rdpCodecs* codecs));
#24 48.48       |                                               ^~~~~~~~~~~
#24 48.48 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:497:41: 
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#24 48.48   497 | #define WINPR_DEPRECATED_VAR(text, obj) obj 
__attribute__((deprecated(text)))
#24 48.48       |                                         ^~~
#24 48.48 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#24 48.48                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#24 48.48                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#24 48.48                  from channels/audio-input/audio-input.h:23,
#24 48.48                  from user.c:20:
#24 48.48 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:93:9: 
error: 'codecs_free' is deprecated: [since 3.6.0] Use 
freerdp_client_codecs_free [-Werror=deprecated-declarations]
#24 48.48    93 |         WINPR_DEPRECATED_VAR("[since 3.6.0] Use 
freerdp_client_codecs_new",
#24 48.48       |         ^~~~~~~~~~~~~~~~~~~~
#24 48.48 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#24 48.48                  from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/stream.h:26,
#24 48.48                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:25:
#24 48.48 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:91:47: 
note: declared here
#24 48.48    91 |                              FREERDP_API void 
codecs_free(rdpCodecs* codecs));
#24 48.48       |                                               ^~~~~~~~~~~
#24 48.48 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:497:41: 
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#24 48.48   497 | #define WINPR_DEPRECATED_VAR(text, obj) obj 
__attribute__((deprecated(text)))
#24 48.48       |                                         ^~~
#24 48.51 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#24 48.51                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#24 48.51                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#24 48.51                  from plugins/channels.h:24,
#24 48.51                  from _generated_channel_entry_wrappers.c:1:
#24 48.51 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:93:9: 
error: 'codecs_free' is deprecated: [since 3.6.0] Use 
freerdp_client_codecs_free [-Werror=deprecated-declarations]
#24 48.51    93 |         WINPR_DEPRECATED_VAR("[since 3.6.0] Use 
freerdp_client_codecs_new",
#24 48.51       |         ^~~~~~~~~~~~~~~~~~~~
#24 48.51 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/assert-api.h:27,
#24 48.51                  from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/cast.h:24,
#24 48.51                  from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/crt.h:27,
#24 48.51                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/channels/channels.h:24,
#24 48.51                  from plugins/channels.h:23:
#24 48.51 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:91:47: 
note: declared here
#24 48.51    91 |                              FREERDP_API void 
codecs_free(rdpCodecs* codecs));
#24 48.51       |                                               ^~~~~~~~~~~
#24 48.51 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:497:41: 
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#24 48.51   497 | #define WINPR_DEPRECATED_VAR(text, obj) obj 
__attribute__((deprecated(text)))
#24 48.51       |                                         ^~~
#24 48.53 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#24 48.53                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#24 48.53                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#24 48.53                  from channels/cliprdr.h:26,
#24 48.53                  from rdp.h:24,
#24 48.53                  from sftp.c:21:
#24 48.53 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:93:9: 
error: 'codecs_free' is deprecated: [since 3.6.0] Use 
freerdp_client_codecs_free [-Werror=deprecated-declarations]
#24 48.53    93 |         WINPR_DEPRECATED_VAR("[since 3.6.0] Use 
freerdp_client_codecs_new",
#24 48.53       |         ^~~~~~~~~~~~~~~~~~~~
#24 48.53 In file included from 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#24 48.53                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/api.h:23,
#24 48.53                  from 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/cliprdr.h:25,
#24 48.53                  from channels/cliprdr.h:25:
#24 48.53 
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:91:47: 
note: declared here
#24 48.53    91 |                              FREERDP_API void 
codecs_free(rdpCodecs* codecs));
#24 48.53       |                                               ^~~~~~~~~~~
#24 48.53 
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:497:41: 
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#24 48.53   497 | #define WINPR_DEPRECATED_VAR(text, obj) obj 
__attribute__((deprecated(text)))
#24 48.53       |                                         ^~~
#24 48.59 cc1: all warnings being treated as errors
#24 48.61 make[4]: *** [Makefile:1374: libguac_client_rdp_la-upload.lo] Error 1
#24 48.62 cc1: all warnings being treated as errors
#24 48.63 cc1: all warnings being treated as errors
#24 48.64 make[4]: *** [Makefile:1381: libguac_client_rdp_la-user.lo] Error 1
#24 48.64 make[4]: *** [Makefile:1388: libguac_client_rdp_la-sftp.lo] Error 1
#24 48.78 cc1: all warnings being treated as errors
#24 48.80 make[4]: *** [Makefile:1395: 
libguac_client_rdp_la-_generated_channel_entry_wrappers.lo] Error 1
#24 49.35 make[4]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
#24 49.35 make[3]: *** [Makefile:1463: all-recursive] Error 1
#24 49.35 make[3]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
#24 49.35 make[2]: *** [Makefile:761: all] Error 2
#24 49.35 make[2]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
#24 49.35 make[1]: *** [Makefile:545: all-recursive] Error 1
#24 49.35 make[1]: Leaving directory '/tmp/guacamole-server'
#24 49.35 make: *** [Makefile:465: 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":
48.78 cc1: all warnings being treated as errors
48.80 make[4]: *** [Makefile:1395: 
libguac_client_rdp_la-_generated_channel_entry_wrappers.lo] Error 1
49.35 make[4]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
49.35 make[3]: *** [Makefile:1463: all-recursive] Error 1
49.35 make[3]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
49.35 make[2]: *** [Makefile:761: all] Error 2
49.35 make[2]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
49.35 make[1]: *** [Makefile:545: all-recursive] Error 1
49.35 make[1]: Leaving directory '/tmp/guacamole-server'
49.35 make: *** [Makefile:465: 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 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-1899
Error response from daemon: No such image: 
guac-jenkins-guacamole-guacamole-server-main-freerdp-freerdp-branch-master-jenkins-label-expression-ubuntu-1899: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