See
<https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-main-freerdp/FREERDP_BRANCH=master,JENKINS_LABEL_EXPRESSION=ubuntu/1915/display/redirect>
Changes:
------------------------------------------
[...truncated 436.31 KiB...]
#19 49.44 keyboard.c:111:39: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'input'
#19 49.44 111 | GUAC_RDP_CONTEXT(rdp_inst)->input, flags |
pressed_flags, scancode);
#19 49.44 | ^~
#19 49.44 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]
#19 49.44 65 | #define GUAC_RDP_CONTEXT(rdp_instance) ((rdp_instance))
#19 49.44 | ^
#19 49.44 rdp.c:98:27: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#19 49.44 98 | rdpContext* context = GUAC_RDP_CONTEXT(instance);
#19 49.44 | ^~~~~~~~~~~~~~~~
#19 49.44 keyboard.c: In function 'guac_rdp_send_unicode_event':
#19 49.44 keyboard.c:140:31: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'input'
#19 49.44 140 | GUAC_RDP_CONTEXT(rdp_inst)->input->UnicodeKeyboardEvent(
#19 49.44 | ^~
#19 49.44 rdp.h:65:40: error: passing argument 1 of
'guac_rdp_audio_load_plugin' from incompatible pointer type
[-Werror=incompatible-pointer-types]
#19 49.44 65 | #define GUAC_RDP_CONTEXT(rdp_instance) ((rdp_instance))
#19 49.44 | ^~~~~~~~~~~~~~~~
#19 49.44 | |
#19 49.44 | freerdp * {aka struct
rdp_freerdp *}
#19 49.44 rdp.c:116:36: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#19 49.44 116 |
guac_rdp_audio_load_plugin(GUAC_RDP_CONTEXT(instance));
#19 49.44 | ^~~~~~~~~~~~~~~~
#19 49.44 keyboard.c:141:39: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'input'
#19 49.44 141 | GUAC_RDP_CONTEXT(rdp_inst)->input, 0, codepoint);
#19 49.44 | ^~
#19 49.44 In file included from rdp.c:23:
#19 49.44 channels/audio-input/audio-input.h:50:45: note: expected 'rdpContext
*' {aka 'struct rdp_context *'} but argument is of type 'freerdp *' {aka
'struct rdp_freerdp *'}
#19 49.44 50 | void guac_rdp_audio_load_plugin(rdpContext* context);
#19 49.44 | ~~~~~~~~~~~~^~~~~~~
#19 49.44 keyboard.c: In function 'guac_rdp_send_synchronize_event':
#19 49.44 keyboard.c:170:31: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'input'
#19 49.44 170 | GUAC_RDP_CONTEXT(rdp_inst)->input->SynchronizeEvent(
#19 49.44 | ^~
#19 49.44 rdp.c:139:61: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'settings'
#19 49.44 139 | if
(freerdp_settings_get_bool(GUAC_RDP_CONTEXT(instance)->settings,
FreeRDP_SupportDynamicChannels) &&
#19 49.44 | ^~
#19 49.44 keyboard.c:171:39: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'input'
#19 49.44 171 | GUAC_RDP_CONTEXT(rdp_inst)->input, flags);
#19 49.44 | ^~
#19 49.44 rdp.c:141:43: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'settings'
#19 49.44 141 | GUAC_RDP_CONTEXT(instance)->settings)) {
#19 49.44 | ^~
#19 49.44 rdp.c: In function 'rdp_freerdp_pre_connect':
#19 49.44 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]
#19 49.44 65 | #define GUAC_RDP_CONTEXT(rdp_instance) ((rdp_instance))
#19 49.44 | ^
#19 49.44 rdp.c:168:27: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#19 49.44 168 | rdpContext* context = GUAC_RDP_CONTEXT(instance);
#19 49.44 | ^~~~~~~~~~~~~~~~
#19 49.44 rdp.c:210:31: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'update'
#19 49.44 210 | GUAC_RDP_CONTEXT(instance)->update->PlaySound =
guac_rdp_beep_play_sound;
#19 49.44 | ^~
#19 49.44 rdp.c:213:31: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'update'
#19 49.44 213 | GUAC_RDP_CONTEXT(instance)->update->SetKeyboardIndicators
= guac_rdp_keyboard_set_indicators;
#19 49.44 | ^~
#19 49.44 rdp.c:216:31: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'update'
#19 49.44 216 | GUAC_RDP_CONTEXT(instance)->update->DesktopResize =
guac_rdp_gdi_desktop_resize;
#19 49.44 | ^~
#19 49.44 rdp.c:217:31: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'update'
#19 49.44 217 | GUAC_RDP_CONTEXT(instance)->update->BeginPaint =
guac_rdp_gdi_begin_paint;
#19 49.44 | ^~
#19 49.44 rdp.c:218:31: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'update'
#19 49.44 218 | GUAC_RDP_CONTEXT(instance)->update->EndPaint =
guac_rdp_gdi_end_paint;
#19 49.44 | ^~
#19 49.44 rdp.c:220:31: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'update'
#19 49.44 220 | GUAC_RDP_CONTEXT(instance)->update->SurfaceFrameMarker =
guac_rdp_gdi_surface_frame_marker;
#19 49.44 | ^~
#19 49.44 rdp.c:221:31: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'update'
#19 49.44 221 | GUAC_RDP_CONTEXT(instance)->update->altsec->FrameMarker =
guac_rdp_gdi_frame_marker;
#19 49.44 | ^~
#19 49.44 make[4]: *** [Makefile:1255: libguac_client_rdp_la-download.lo] Error
1
#19 49.44 rdp.c: In function 'rdp_freerdp_authenticate':
#19 49.44 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]
#19 49.44 65 | #define GUAC_RDP_CONTEXT(rdp_instance) ((rdp_instance))
#19 49.44 | ^
#19 49.44 rdp.c:265:27: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#19 49.44 265 | rdpContext* context = GUAC_RDP_CONTEXT(instance);
#19 49.44 | ^~~~~~~~~~~~~~~~
#19 49.44 cc1: all warnings being treated as errors
#19 49.44 rdp.c: In function 'rdp_freerdp_verify_certificate':
#19 49.44 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]
#19 49.44 65 | #define GUAC_RDP_CONTEXT(rdp_instance) ((rdp_instance))
#19 49.44 | ^
#19 49.44 rdp.c:407:27: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#19 49.44 407 | rdpContext* context = GUAC_RDP_CONTEXT(instance);
#19 49.44 | ^~~~~~~~~~~~~~~~
#19 49.44 rdp.c: In function 'rdp_guac_client_wait_for_messages':
#19 49.44 rdp.h:65:40: error: passing argument 1 of 'freerdp_get_event_handles'
from incompatible pointer type [-Werror=incompatible-pointer-types]
#19 49.44 65 | #define GUAC_RDP_CONTEXT(rdp_instance) ((rdp_instance))
#19 49.44 | ^~~~~~~~~~~~~~~~
#19 49.44 | |
#19 49.44 | freerdp * {aka struct
rdp_freerdp *}
#19 49.44 rdp.c:443:49: note: in expansion of macro 'GUAC_RDP_CONTEXT'
#19 49.44 443 | int num_handles =
freerdp_get_event_handles(GUAC_RDP_CONTEXT(rdp_inst), handles,
#19 49.44 |
^~~~~~~~~~~~~~~~
#19 49.44
/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 *'}
#19 49.44 618 | FREERDP_API DWORD
freerdp_get_event_handles(rdpContext* context, HANDLE* events, DWORD count);
#19 49.44 |
~~~~~~~~~~~~^~~~~~~
#19 49.44 rdp.c: In function 'guac_rdp_handle_events':
#19 49.44 rdp.c:485:73: error: passing argument 1 of
'freerdp_check_event_handles' from incompatible pointer type
[-Werror=incompatible-pointer-types]
#19 49.44 485 | int retval =
freerdp_check_event_handles(GUAC_RDP_CONTEXT(rdp_client->rdp_inst));
#19 49.44 rdp.h:65:42: note: in definition of macro 'GUAC_RDP_CONTEXT'
#19 49.44 65 | #define GUAC_RDP_CONTEXT(rdp_instance) ((rdp_instance))
#19 49.44 | ^~~~~~~~~~~~
#19 49.44
/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 *'}
#19 49.44 619 | FREERDP_API BOOL
freerdp_check_event_handles(rdpContext* context);
#19 49.44 |
~~~~~~~~~~~~^~~~~~~
#19 49.44 rdp.c: In function 'guac_rdp_handle_connection':
#19 49.44 rdp.c:551:15: error: 'freerdp' {aka 'struct rdp_freerdp'} has no
member named 'VerifyCertificate'; did you mean 'VerifyCertificateEx'?
#19 49.44 551 | rdp_inst->VerifyCertificate =
rdp_freerdp_verify_certificate;
#19 49.44 | ^~~~~~~~~~~~~~~~~
#19 49.44 | VerifyCertificateEx
#19 49.44 rdp.c:625:9: error: 'freerdp_shall_disconnect' is deprecated: use
freerdp_shall_disconnect_context instead [-Werror=deprecated-declarations]
#19 49.44 625 | connection_closing =
freerdp_shall_disconnect(rdp_inst);
#19 49.44 | ^~~~~~~~~~~~~~~~~~
#19 49.44
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:582:47:
note: declared here
#19 49.44 582 | FREERDP_API BOOL
freerdp_shall_disconnect(freerdp* instance));
#19 49.44 |
^~~~~~~~~~~~~~~~~~~~~~~~
#19 49.44
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:497:41:
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#19 49.44 497 | #define WINPR_DEPRECATED_VAR(text, obj) obj
__attribute__((deprecated(text)))
#19 49.44 | ^~~
#19 49.45 make[4]: *** [Makefile:1360: libguac_client_rdp_la-settings.lo] Error
1
#19 49.45 cc1: all warnings being treated as errors
#19 49.45 cc1: all warnings being treated as errors
#19 49.45 cc1: all warnings being treated as errors
#19 49.46 make[4]: *** [Makefile:1290: libguac_client_rdp_la-keyboard.lo] Error
1
#19 49.46 make[4]: *** [Makefile:1346: libguac_client_rdp_la-rdp.lo] Error 1
#19 49.46 make[4]: *** [Makefile:1101:
channels/audio-input/libguac_client_rdp_la-audio-buffer.lo] Error 1
#19 49.48 cc1: all warnings being treated as errors
#19 49.48 make[4]: *** [Makefile:1276: libguac_client_rdp_la-gdi.lo] Error 1
#19 49.49 cc1: all warnings being treated as errors
#19 49.50 make[4]: *** [Makefile:1339: libguac_client_rdp_la-print-job.lo]
Error 1
#19 49.56 cc1: all warnings being treated as errors
#19 49.57 make[4]: *** [Makefile:1332: libguac_client_rdp_la-pointer.lo] Error 1
#19 49.64 In file included from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#19 49.64 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#19 49.64 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#19 49.64 from plugins/channels.h:24,
#19 49.64 from _generated_channel_entry_wrappers.c:1:
#19 49.64
/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]
#19 49.64 93 | WINPR_DEPRECATED_VAR("[since 3.6.0] Use
freerdp_client_codecs_new",
#19 49.64 | ^~~~~~~~~~~~~~~~~~~~
#19 49.64 In file included from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/assert-api.h:27,
#19 49.64 from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/cast.h:24,
#19 49.64 from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/crt.h:27,
#19 49.64 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/channels/channels.h:24,
#19 49.64 from plugins/channels.h:23:
#19 49.64
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:91:47:
note: declared here
#19 49.64 91 | FREERDP_API void
codecs_free(rdpCodecs* codecs));
#19 49.64 | ^~~~~~~~~~~
#19 49.64
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:497:41:
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#19 49.64 497 | #define WINPR_DEPRECATED_VAR(text, obj) obj
__attribute__((deprecated(text)))
#19 49.64 | ^~~
#19 49.67 In file included from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#19 49.67 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#19 49.67 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#19 49.67 from channels/audio-input/audio-input.h:23,
#19 49.67 from user.c:20:
#19 49.67
/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]
#19 49.67 93 | WINPR_DEPRECATED_VAR("[since 3.6.0] Use
freerdp_client_codecs_new",
#19 49.67 | ^~~~~~~~~~~~~~~~~~~~
#19 49.67 In file included from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#19 49.67 from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/stream.h:26,
#19 49.67 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:25:
#19 49.67
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:91:47:
note: declared here
#19 49.67 91 | FREERDP_API void
codecs_free(rdpCodecs* codecs));
#19 49.67 | ^~~~~~~~~~~
#19 49.67
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:497:41:
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#19 49.67 497 | #define WINPR_DEPRECATED_VAR(text, obj) obj
__attribute__((deprecated(text)))
#19 49.67 | ^~~
#19 49.69 In file included from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#19 49.69 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#19 49.69 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#19 49.69 from channels/cliprdr.h:26,
#19 49.69 from rdp.h:24,
#19 49.69 from upload.c:21:
#19 49.69
/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]
#19 49.69 93 | WINPR_DEPRECATED_VAR("[since 3.6.0] Use
freerdp_client_codecs_new",
#19 49.69 | ^~~~~~~~~~~~~~~~~~~~
#19 49.69 In file included from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#19 49.69 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/api.h:23,
#19 49.69 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/cliprdr.h:25,
#19 49.69 from channels/cliprdr.h:25:
#19 49.69
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:91:47:
note: declared here
#19 49.69 91 | FREERDP_API void
codecs_free(rdpCodecs* codecs));
#19 49.69 | ^~~~~~~~~~~
#19 49.69
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:497:41:
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#19 49.69 497 | #define WINPR_DEPRECATED_VAR(text, obj) obj
__attribute__((deprecated(text)))
#19 49.69 | ^~~
#19 49.71 In file included from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/rdpgfx.h:28,
#19 49.71 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/gdi/gdi.h:34,
#19 49.71 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:35,
#19 49.71 from channels/cliprdr.h:26,
#19 49.71 from rdp.h:24,
#19 49.71 from sftp.c:21:
#19 49.71
/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]
#19 49.71 93 | WINPR_DEPRECATED_VAR("[since 3.6.0] Use
freerdp_client_codecs_new",
#19 49.71 | ^~~~~~~~~~~~~~~~~~~~
#19 49.71 In file included from
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/winpr.h:22,
#19 49.71 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/api.h:23,
#19 49.71 from
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/client/cliprdr.h:25,
#19 49.71 from channels/cliprdr.h:25:
#19 49.71
/opt/guacamole/lib/pkgconfig/../../include/freerdp3/freerdp/codecs.h:91:47:
note: declared here
#19 49.71 91 | FREERDP_API void
codecs_free(rdpCodecs* codecs));
#19 49.71 | ^~~~~~~~~~~
#19 49.71
/opt/guacamole/lib/pkgconfig/../../include/winpr3/winpr/platform.h:497:41:
note: in definition of macro 'WINPR_DEPRECATED_VAR'
#19 49.71 497 | #define WINPR_DEPRECATED_VAR(text, obj) obj
__attribute__((deprecated(text)))
#19 49.71 | ^~~
#19 49.77 cc1: all warnings being treated as errors
#19 49.78 make[4]: *** [Makefile:1388: libguac_client_rdp_la-sftp.lo] Error 1
#19 49.79 cc1: all warnings being treated as errors
#19 49.79 make[4]: *** [Makefile:1374: libguac_client_rdp_la-upload.lo] Error 1
#19 49.80 cc1: all warnings being treated as errors
#19 49.80 make[4]: *** [Makefile:1381: libguac_client_rdp_la-user.lo] Error 1
#19 49.92 cc1: all warnings being treated as errors
#19 49.93 make[4]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
#19 49.93 make[4]: *** [Makefile:1395:
libguac_client_rdp_la-_generated_channel_entry_wrappers.lo] Error 1
#19 49.93 make[3]: *** [Makefile:1463: all-recursive] Error 1
#19 49.93 make[3]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
#19 49.93 make[2]: *** [Makefile:761: all] Error 2
#19 49.93 make[2]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
#19 49.93 make[1]: *** [Makefile:545: all-recursive] Error 1
#19 49.93 make[1]: Leaving directory '/tmp/guacamole-server'
#19 49.93 make: *** [Makefile:465: 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":
49.92 cc1: all warnings being treated as errors
49.93 make[4]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
49.93 make[4]: *** [Makefile:1395:
libguac_client_rdp_la-_generated_channel_entry_wrappers.lo] Error 1
49.93 make[3]: *** [Makefile:1463: all-recursive] Error 1
49.93 make[3]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
49.93 make[2]: *** [Makefile:761: all] Error 2
49.93 make[2]: Leaving directory '/tmp/guacamole-server/src/protocols/rdp'
49.93 make[1]: *** [Makefile:545: all-recursive] Error 1
49.93 make[1]: Leaving directory '/tmp/guacamole-server'
49.93 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-1915
Error response from daemon: No such image:
guac-jenkins-guacamole-guacamole-server-main-freerdp-freerdp-branch-master-jenkins-label-expression-ubuntu-1915:latest
Build step 'Execute shell' marked build as failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]