Deploy OpenBoxes (Grails 3 branch) to obnavtest1.pih-emr.org
Build: #172 failed
Job: Default Job failed
Build log
The build generated 208 lines of output. Download or view full build log.
20-Oct-2022 16:19:54 | Build OpenBoxes - Deploy Application - OBNAV Test 1 (OBNAV-TEST1) - Default Job #172 (OPENBOXES-SDOD2-DJ-172) started building on agent OpenBoxes Grails 3 Agent, bamboo version: 8.2.3 |
20-Oct-2022 16:19:54 | |
20-Oct-2022 16:19:54 | Build working directory is /opt/bamboo-home/local-working-dir/OPENBOXES-SDOD2-DJ |
20-Oct-2022 16:19:54 | Executing build OpenBoxes - Deploy Application - OBNAV Test 1 (OBNAV-TEST1) - Default Job #172 (OPENBOXES-SDOD2-DJ-172) |
20-Oct-2022 16:19:54 | Starting task 'Source Code Checkout' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' |
20-Oct-2022 16:19:54 | Build always requires a clean checkout |
20-Oct-2022 16:19:54 | Cleaning build directory '/opt/bamboo-home/local-working-dir/OPENBOXES-SDOD2-DJ' |
20-Oct-2022 16:19:54 | Checking out into /opt/bamboo-home/local-working-dir/OPENBOXES-SDOD2-DJ |
20-Oct-2022 16:19:54 | Updating source code to revision: 4e5259f18a9d1a80823753814db25b0f6a515ad2 |
20-Oct-2022 16:19:54 | Fetching 'refs/heads/feature/upgrade-to-grails-3.3.10' from 'https://github.com/openboxes/openboxes.git'. |
20-Oct-2022 16:19:55 | Checking out revision 4e5259f18a9d1a80823753814db25b0f6a515ad2. |
20-Oct-2022 16:19:55 | Creating local git repository in '/opt/bamboo-home/local-working-dir/OPENBOXES-SDOD2-DJ/.git'. |
20-Oct-2022 16:19:55 | Cloning into '/opt/bamboo-home/local-working-dir/OPENBOXES-SDOD2-DJ'... |
20-Oct-2022 16:19:55 | done. |
20-Oct-2022 16:19:55 | Switched to a new branch 'feature/upgrade-to-grails-3.3.10' |
20-Oct-2022 16:19:55 | Branch 'feature/upgrade-to-grails-3.3.10' set up to track remote branch 'feature/upgrade-to-grails-3.3.10' from 'origin'. |
20-Oct-2022 16:19:55 | Updated source code to revision: 4e5259f18a9d1a80823753814db25b0f6a515ad2 |
20-Oct-2022 16:19:55 | Finished task 'Source Code Checkout' with result: Success |
20-Oct-2022 16:19:55 | Running pre-build action: VCS Version Collector |
20-Oct-2022 16:19:55 | Running pre-build action: Build Log Labeller Pre Build Action |
20-Oct-2022 16:19:55 | Substituting variable: ${bamboo.buildNumber} with 172 |
20-Oct-2022 16:19:55 | Starting task 'grails prod war --non-interactive --plain-output' of type 'com.atlassian.bamboo.plugins.bamboo-grails-plugin:grailsBuilderTaskType' |
20-Oct-2022 16:19:55 | Error occurred while running Task 'grails prod war --non-interactive --plain-output(2)' of type com.atlassian.bamboo.plugins.bamboo-grails-plugin:grailsBuilderTaskType. |
20-Oct-2022 16:19:55 | java.lang.IllegalStateException: Cannot find Grails home at '/usr/local/sdkman/candidates/grails/3.3.16/bin/grails' |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.plugins.grails.GrailsBuildTask.getGrailsHome(GrailsBuildTask.java:197) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.plugins.grails.GrailsBuildTask.getExecutable(GrailsBuildTask.java:153) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.plugins.grails.GrailsBuildTask.getGrailsProcesses(GrailsBuildTask.java:111) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.plugins.grails.GrailsBuildTask.execute(GrailsBuildTask.java:85) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.task.TaskExecutorImpl.lambda$executeTasks$2(TaskExecutorImpl.java:321) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.task.TaskExecutorImpl.executeTaskWithPrePostActions(TaskExecutorImpl.java:258) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.task.TaskExecutorImpl.executeTasks(TaskExecutorImpl.java:321) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.task.TaskExecutorImpl.execute(TaskExecutorImpl.java:118) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.build.pipeline.tasks.ExecuteBuildTask.call(ExecuteBuildTask.java:73) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.executeBuildPhase(DefaultBuildAgent.java:205) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.build(DefaultBuildAgent.java:177) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.lambda$waitAndPerformBuild$0(BuildAgentControllerImpl.java:169) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.variable.CustomVariableContextImpl.withVariableSubstitutor(CustomVariableContextImpl.java:118) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.waitAndPerformBuild(BuildAgentControllerImpl.java:162) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.lambda$start$0(DefaultBuildAgent.java:122) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.utils.BambooRunnables$1.run(BambooRunnables.java:48) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.security.ImpersonationHelper.runWith(ImpersonationHelper.java:26) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.security.ImpersonationHelper.runWithSystemAuthority(ImpersonationHelper.java:17) |
20-Oct-2022 16:19:55 | at com.atlassian.bamboo.security.ImpersonationHelper$1.run(ImpersonationHelper.java:41) |
20-Oct-2022 16:19:55 | at java.lang.Thread.run(Thread.java:750) |
20-Oct-2022 16:19:55 | Starting task 'sudo service tomcat9 restart' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.command' |
20-Oct-2022 16:19:55 | Beginning to execute external process for build 'OpenBoxes - Deploy Application - OBNAV Test 1 (OBNAV-TEST1) - Default Job #172 (OPENBOXES-SDOD2-DJ-172)' ... running command line: /usr/bin/ssh -vv 10.160.28.16 sudo service tomcat9 restart ... in: /opt/bamboo-home/local-working-dir/OPENBOXES-SDOD2-DJ |
20-Oct-2022 16:19:55 | OpenSSH_8.2p1 Ubuntu-4ubuntu0.5, OpenSSL 1.1.1f 31 Mar 2020 |
20-Oct-2022 16:19:55 | debug1: Reading configuration data /etc/ssh/ssh_config |
20-Oct-2022 16:19:55 | debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files |
20-Oct-2022 16:19:55 | debug1: /etc/ssh/ssh_config line 21: Applying options for * |
20-Oct-2022 16:19:55 | debug2: resolve_canonicalize: hostname 10.160.28.16 is address |
20-Oct-2022 16:19:55 | debug2: ssh_connect_direct |
20-Oct-2022 16:19:55 | debug1: Connecting to 10.160.28.16 [10.160.28.16] port 22. |
20-Oct-2022 16:19:55 | debug1: Connection established. |
20-Oct-2022 16:19:55 | debug1: identity file /root/.ssh/id_rsa type 0 |
20-Oct-2022 16:19:55 | debug1: identity file /root/.ssh/id_rsa-cert type -1 |
20-Oct-2022 16:19:55 | debug1: identity file /root/.ssh/id_dsa type 1 |
20-Oct-2022 16:19:55 | debug1: identity file /root/.ssh/id_dsa-cert type -1 |
20-Oct-2022 16:19:55 | debug1: identity file /root/.ssh/id_ecdsa type -1 |
20-Oct-2022 16:19:55 | debug1: identity file /root/.ssh/id_ecdsa-cert type -1 |
20-Oct-2022 16:19:55 | debug1: identity file /root/.ssh/id_ecdsa_sk type -1 |
20-Oct-2022 16:19:55 | debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 |
20-Oct-2022 16:19:55 | debug1: identity file /root/.ssh/id_ed25519 type 3 |
20-Oct-2022 16:19:55 | debug1: identity file /root/.ssh/id_ed25519-cert type -1 |
20-Oct-2022 16:19:55 | debug1: identity file /root/.ssh/id_ed25519_sk type -1 |
20-Oct-2022 16:19:55 | debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 |
20-Oct-2022 16:19:55 | debug1: identity file /root/.ssh/id_xmss type -1 |
20-Oct-2022 16:19:55 | debug1: identity file /root/.ssh/id_xmss-cert type -1 |
20-Oct-2022 16:19:55 | debug1: Local version string SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.5 |
20-Oct-2022 16:19:55 | debug1: Remote protocol version 2.0, remote software version OpenSSH_7.6p1 Ubuntu-4ubuntu0.7 |
20-Oct-2022 16:19:55 | debug1: match: OpenSSH_7.6p1 Ubuntu-4ubuntu0.7 pat OpenSSH_7.0*,OpenSSH_7.1*,OpenSSH_7.2*,OpenSSH_7.3*,OpenSSH_7.4*,OpenSSH_7.5*,OpenSSH_7.6*,OpenSSH_7.7* compat 0x04000002 |
20-Oct-2022 16:19:55 | debug2: fd 3 setting O_NONBLOCK |
20-Oct-2022 16:19:55 | debug1: Authenticating to 10.160.28.16:22 as 'root' |
20-Oct-2022 16:19:55 | debug1: SSH2_MSG_KEXINIT sent |
20-Oct-2022 16:19:55 | debug1: SSH2_MSG_KEXINIT received |
20-Oct-2022 16:19:55 | debug2: local client KEXINIT proposal |
20-Oct-2022 16:19:55 | debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,ext-info-c |
20-Oct-2022 16:19:55 | debug2: host key algorithms: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,ssh-ed25519,sk-ssh-ed25519@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa |
20-Oct-2022 16:19:55 | debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com |
20-Oct-2022 16:19:55 | debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com |
20-Oct-2022 16:19:55 | debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 |
20-Oct-2022 16:19:55 | debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 |
20-Oct-2022 16:19:55 | debug2: compression ctos: none,zlib@openssh.com,zlib |
20-Oct-2022 16:19:55 | debug2: compression stoc: none,zlib@openssh.com,zlib |
20-Oct-2022 16:19:55 | debug2: languages ctos: |
20-Oct-2022 16:19:55 | debug2: languages stoc: |
20-Oct-2022 16:19:55 | debug2: first_kex_follows 0 |
20-Oct-2022 16:19:55 | debug2: reserved 0 |
20-Oct-2022 16:19:55 | debug2: peer server KEXINIT proposal |
20-Oct-2022 16:19:55 | debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1 |
20-Oct-2022 16:19:55 | debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 |
20-Oct-2022 16:19:55 | debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com |
20-Oct-2022 16:19:55 | debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com |
20-Oct-2022 16:19:55 | debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 |
20-Oct-2022 16:19:55 | debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 |
20-Oct-2022 16:19:55 | debug2: compression ctos: none,zlib@openssh.com |
20-Oct-2022 16:19:55 | debug2: compression stoc: none,zlib@openssh.com |
20-Oct-2022 16:19:55 | debug2: languages ctos: |
20-Oct-2022 16:19:55 | debug2: languages stoc: |
20-Oct-2022 16:19:55 | debug2: first_kex_follows 0 |
20-Oct-2022 16:19:55 | debug2: reserved 0 |
20-Oct-2022 16:19:55 | debug1: kex: algorithm: curve25519-sha256 |
20-Oct-2022 16:19:55 | debug1: kex: host key algorithm: ecdsa-sha2-nistp256 |
20-Oct-2022 16:19:55 | debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none |
20-Oct-2022 16:19:55 | debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none |
20-Oct-2022 16:19:55 | debug1: expecting SSH2_MSG_KEX_ECDH_REPLY |
20-Oct-2022 16:19:55 | debug1: Server host key: ecdsa-sha2-nistp256 SHA256:2uXL2N+W3PKpbImohzijjMDsEX10pQSgeV7YPEL8eFE |
20-Oct-2022 16:19:55 | debug1: Host '10.160.28.16' is known and matches the ECDSA host key. |
20-Oct-2022 16:19:55 | debug1: Found key in /root/.ssh/known_hosts:41 |
20-Oct-2022 16:19:55 | debug2: set_newkeys: mode 1 |
20-Oct-2022 16:19:55 | debug1: rekey out after 134217728 blocks |
20-Oct-2022 16:19:55 | debug1: SSH2_MSG_NEWKEYS sent |
20-Oct-2022 16:19:55 | debug1: expecting SSH2_MSG_NEWKEYS |
20-Oct-2022 16:19:55 | debug1: SSH2_MSG_NEWKEYS received |
20-Oct-2022 16:19:55 | debug2: set_newkeys: mode 0 |
20-Oct-2022 16:19:55 | debug1: rekey in after 134217728 blocks |
20-Oct-2022 16:19:55 | debug1: Skipping ssh-dss key /root/.ssh/id_dsa - not in PubkeyAcceptedKeyTypes |
20-Oct-2022 16:19:55 | debug1: Will attempt key: /root/.ssh/id_rsa RSA SHA256:F5doD8MjdJ4xSsfiLHPtBYkdm48bgpIVhP9t9hBqAQM |
20-Oct-2022 16:19:55 | debug1: Will attempt key: /root/.ssh/id_ecdsa |
20-Oct-2022 16:19:55 | debug1: Will attempt key: /root/.ssh/id_ecdsa_sk |
20-Oct-2022 16:19:55 | debug1: Will attempt key: /root/.ssh/id_ed25519 ED25519 SHA256:CVijJDqNedxhO4Y+NDVQF7xG4zh9UFFlf5zcdS/nsnc |
20-Oct-2022 16:19:55 | debug1: Will attempt key: /root/.ssh/id_ed25519_sk |
20-Oct-2022 16:19:55 | debug1: Will attempt key: /root/.ssh/id_xmss |
20-Oct-2022 16:19:55 | debug2: pubkey_prepare: done |
20-Oct-2022 16:19:55 | debug1: SSH2_MSG_EXT_INFO received |
20-Oct-2022 16:19:55 | debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521> |
20-Oct-2022 16:19:55 | debug2: service_accept: ssh-userauth |
20-Oct-2022 16:19:55 | debug1: SSH2_MSG_SERVICE_ACCEPT received |
20-Oct-2022 16:19:55 | debug1: Authentications that can continue: publickey,password |
20-Oct-2022 16:19:55 | debug1: Next authentication method: publickey |
20-Oct-2022 16:19:55 | debug1: Offering public key: /root/.ssh/id_rsa RSA SHA256:F5doD8MjdJ4xSsfiLHPtBYkdm48bgpIVhP9t9hBqAQM |
20-Oct-2022 16:19:55 | debug2: we sent a publickey packet, wait for reply |
20-Oct-2022 16:19:55 | debug1: Authentications that can continue: publickey,password |
20-Oct-2022 16:19:55 | debug1: Trying private key: /root/.ssh/id_ecdsa |
20-Oct-2022 16:19:55 | debug1: Trying private key: /root/.ssh/id_ecdsa_sk |
20-Oct-2022 16:19:55 | debug1: Offering public key: /root/.ssh/id_ed25519 ED25519 SHA256:CVijJDqNedxhO4Y+NDVQF7xG4zh9UFFlf5zcdS/nsnc |
20-Oct-2022 16:19:55 | debug2: we sent a publickey packet, wait for reply |
20-Oct-2022 16:19:55 | debug1: Server accepts key: /root/.ssh/id_ed25519 ED25519 SHA256:CVijJDqNedxhO4Y+NDVQF7xG4zh9UFFlf5zcdS/nsnc |
20-Oct-2022 16:19:55 | debug1: Authentication succeeded (publickey). |
20-Oct-2022 16:19:55 | Authenticated to 10.160.28.16 ([10.160.28.16]:22). |
20-Oct-2022 16:19:55 | debug2: fd 4 setting O_NONBLOCK |
20-Oct-2022 16:19:55 | debug2: fd 5 setting O_NONBLOCK |
20-Oct-2022 16:19:55 | debug2: fd 6 setting O_NONBLOCK |
20-Oct-2022 16:19:55 | debug1: channel 0: new [client-session] |
20-Oct-2022 16:19:55 | debug2: channel 0: send open |
20-Oct-2022 16:19:55 | debug1: Requesting no-more-sessions@openssh.com |
20-Oct-2022 16:19:55 | debug1: Entering interactive session. |
20-Oct-2022 16:19:55 | debug1: pledge: network |
20-Oct-2022 16:19:56 | debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 |
20-Oct-2022 16:19:56 | debug2: channel_input_open_confirmation: channel 0: callback start |
20-Oct-2022 16:19:56 | debug2: fd 3 setting TCP_NODELAY |
20-Oct-2022 16:19:56 | debug2: client_session2_setup: id 0 |
20-Oct-2022 16:19:56 | debug1: Sending environment. |
20-Oct-2022 16:19:56 | debug1: Sending env LANG = en_US.UTF-8 |
20-Oct-2022 16:19:56 | debug2: channel 0: request env confirm 0 |
20-Oct-2022 16:19:56 | debug1: Sending command: sudo service tomcat9 restart |
20-Oct-2022 16:19:56 | debug2: channel 0: request exec confirm 1 |
20-Oct-2022 16:19:56 | debug2: channel_input_open_confirmation: channel 0: callback done |
20-Oct-2022 16:19:56 | debug2: channel 0: open confirm rwindow 0 rmax 32768 |
20-Oct-2022 16:19:56 | debug2: channel 0: rcvd adjust 2097152 |
20-Oct-2022 16:19:56 | debug2: channel_input_status_confirm: type 99 id 0 |
20-Oct-2022 16:19:56 | debug2: exec request accepted on channel 0 |
20-Oct-2022 16:19:56 | debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 |
20-Oct-2022 16:19:56 | debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0 |
20-Oct-2022 16:19:56 | debug2: channel 0: rcvd eow |
20-Oct-2022 16:19:56 | debug2: channel 0: chan_shutdown_read (i0 o0 sock -1 wfd 4 efd 6 [write]) |
20-Oct-2022 16:19:56 | debug2: channel 0: input open -> closed |
20-Oct-2022 16:19:56 | debug2: channel 0: rcvd eof |
20-Oct-2022 16:19:56 | debug2: channel 0: output open -> drain |
20-Oct-2022 16:19:56 | debug2: channel 0: obuf empty |
20-Oct-2022 16:19:56 | debug2: channel 0: chan_shutdown_write (i3 o1 sock -1 wfd 5 efd 6 [write]) |
20-Oct-2022 16:19:56 | debug2: channel 0: output drain -> closed |
20-Oct-2022 16:19:56 | debug2: channel 0: rcvd close |
20-Oct-2022 16:19:56 | debug2: channel 0: almost dead |
20-Oct-2022 16:19:56 | debug2: channel 0: gc: notify user |
20-Oct-2022 16:19:56 | debug2: channel 0: gc: user detached |
20-Oct-2022 16:19:56 | debug2: channel 0: send close |
20-Oct-2022 16:19:56 | debug2: channel 0: is dead |
20-Oct-2022 16:19:56 | debug2: channel 0: garbage collecting |
20-Oct-2022 16:19:56 | debug1: channel 0: free: client-session, nchannels 1 |
20-Oct-2022 16:19:56 | debug1: fd 0 clearing O_NONBLOCK |
20-Oct-2022 16:19:56 | debug1: fd 2 clearing O_NONBLOCK |
20-Oct-2022 16:19:56 | Transferred: sent 2724, received 2376 bytes, in 0.8 seconds |
20-Oct-2022 16:19:56 | Bytes per second: sent 3532.1, received 3080.9 |
20-Oct-2022 16:19:56 | debug1: Exit status 0 |
20-Oct-2022 16:19:56 | Finished task 'sudo service tomcat9 restart' with result: Success |
20-Oct-2022 16:19:56 | Running post build plugin 'Artifact Copier' |
20-Oct-2022 16:19:56 | Publishing an artifact: Latest WAR |
20-Oct-2022 16:19:56 | Unable to publish artifact [Latest WAR]: the source directory /opt/bamboo-home/local-working-dir/OPENBOXES-SDOD2-DJ/build/libs does not exist. |
20-Oct-2022 16:19:56 | The artifact hasn't been successfully published after 107.0 μs |
20-Oct-2022 16:19:56 | Running post build plugin 'npm Cache Cleanup' |
20-Oct-2022 16:19:56 | Running post build plugin 'NCover Results Collector' |
20-Oct-2022 16:19:56 | Running post build plugin 'Build Results Label Collector' |
20-Oct-2022 16:19:56 | Running post build plugin 'Clover Results Collector' |
20-Oct-2022 16:19:56 | Running post build plugin 'Docker Container Cleanup' |
20-Oct-2022 16:19:56 | Finalising the build... |
20-Oct-2022 16:19:56 | Stopping timer. |
20-Oct-2022 16:19:56 | Build OPENBOXES-SDOD2-DJ-172 completed. |
20-Oct-2022 16:19:56 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
20-Oct-2022 16:19:56 | Running on server: post build plugin 'NCover Results Collector' |
20-Oct-2022 16:19:56 | Running on server: post build plugin 'Build Labeller' |
20-Oct-2022 16:19:56 | Running on server: post build plugin 'Clover Delta Calculator' |
20-Oct-2022 16:19:56 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
20-Oct-2022 16:19:56 | All post build plugins have finished |
20-Oct-2022 16:19:56 | Generating build results summary... |
20-Oct-2022 16:19:56 | Saving build results to disk... |
20-Oct-2022 16:19:56 | Store variable context... |
20-Oct-2022 16:19:56 | Finished building OPENBOXES-SDOD2-DJ-172. |