oneclient acceptance tests using environment deployed from packages

Build: #3359 was successful

Job: multiprovider proxy regular file CRUD proxyio hardlinks was successful

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Build log

The build generated 2,817 lines of output.   The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.

07-Nov-2024 21:10:50
07-Nov-2024 21:11:16 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_file_opened_for_reading[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 21:11:16 =================================================================
07-Nov-2024 21:11:16 - Executing scenario 'Delete file opened by other user for reading'
07-Nov-2024 21:11:16 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 21:11:16 -----------------------------------------------------------------
07-Nov-2024 21:11:16 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 21:11:16 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 21:11:16 using [token, token] by [user1, user2]"'
07-Nov-2024 21:11:16 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 21:11:16 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 21:11:16 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 21:11:16
07-Nov-2024 21:11:16
07-Nov-2024 21:11:16 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rsqpc'
07-Nov-2024 21:11:16 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rsqpc' successfully started
07-Nov-2024 21:11:16
07-Nov-2024 21:11:16 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/k32tg17husw58pf4
07-Nov-2024 21:11:16
07-Nov-2024 21:11:16 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/k32tg17husw58pf4 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/k32tg17husw58pf4
07-Nov-2024 21:11:16 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '14350378491767137558'...
07-Nov-2024 21:11:16 Getting configuration...
07-Nov-2024 21:11:16 Oneclient has been successfully mounted in '/tmp/onedata/mnt/k32tg17husw58pf4'.
07-Nov-2024 21:11:16
07-Nov-2024 21:11:16 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 21:11:16 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 21:11:16 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 21:11:16
07-Nov-2024 21:11:16
07-Nov-2024 21:11:16 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-gm8xl'
07-Nov-2024 21:11:16 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-gm8xl' successfully started
07-Nov-2024 21:11:16
07-Nov-2024 21:11:16 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/7svzt33dzez68b7v
07-Nov-2024 21:11:16
07-Nov-2024 21:11:16 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/7svzt33dzez68b7v --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/7svzt33dzez68b7v
07-Nov-2024 21:11:16 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '16323578447168034877'...
07-Nov-2024 21:11:16 Getting configuration...
07-Nov-2024 21:11:16 Oneclient has been successfully mounted in '/tmp/onedata/mnt/7svzt33dzez68b7v'.
07-Nov-2024 21:11:16
07-Nov-2024 21:11:16 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
07-Nov-2024 21:11:16 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
07-Nov-2024 21:11:16 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
07-Nov-2024 21:11:16 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
07-Nov-2024 21:11:16 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
07-Nov-2024 21:11:16 -- Executing step: 'When "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
07-Nov-2024 21:11:16 -- Executing step: 'When "user1 changes space1/dir1 mode to 777 on client11"'
07-Nov-2024 21:11:16 -- Executing step: 'Then "mode of user2's space1/dir1 is 777 on client21"'
07-Nov-2024 21:11:16 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r on client11"'
07-Nov-2024 21:11:16 -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"'
07-Nov-2024 21:11:16 -- Executing step: 'Then "user2 can't stat [file1] in space1/dir1 on client21"'
07-Nov-2024 21:11:16 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"'
07-Nov-2024 21:11:16 -- Executing step: 'Then "user2 doesn't see [file1] in space1/dir1 on client21"'
07-Nov-2024 21:11:16 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"'
07-Nov-2024 21:11:16 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"'
07-Nov-2024 21:11:16 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
07-Nov-2024 21:11:16 =================================================================
07-Nov-2024 21:11:16
07-Nov-2024 21:11:17 PASSED
07-Nov-2024 21:11:17 Unmounting client from /tmp/onedata/mnt/k32tg17husw58pf4
07-Nov-2024 21:11:17
07-Nov-2024 21:11:17
07-Nov-2024 21:11:17 Unmounting client from /tmp/onedata/mnt/7svzt33dzez68b7v
07-Nov-2024 21:11:17
07-Nov-2024 21:11:17
07-Nov-2024 21:11:41 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_file_opened_for_rdwr[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 21:11:41 =================================================================
07-Nov-2024 21:11:41 - Executing scenario 'Delete file opened by other user for reading and writing'
07-Nov-2024 21:11:41 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 21:11:41 -----------------------------------------------------------------
07-Nov-2024 21:11:41 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 21:11:41 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 21:11:41 using [token, token] by [user1, user2]"'
07-Nov-2024 21:11:41 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 21:11:41 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 21:11:41 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 21:11:41
07-Nov-2024 21:11:41
07-Nov-2024 21:11:41 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rsqpc'
07-Nov-2024 21:11:41 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rsqpc' successfully started
07-Nov-2024 21:11:41
07-Nov-2024 21:11:41 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/7kbno4y5x19ptr8m
07-Nov-2024 21:11:41
07-Nov-2024 21:11:41 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/7kbno4y5x19ptr8m --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/7kbno4y5x19ptr8m
07-Nov-2024 21:11:41 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '8706426496582249925'...
07-Nov-2024 21:11:41 Getting configuration...
07-Nov-2024 21:11:41 Oneclient has been successfully mounted in '/tmp/onedata/mnt/7kbno4y5x19ptr8m'.
07-Nov-2024 21:11:41
07-Nov-2024 21:11:41 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 21:11:41 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 21:11:41 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 21:11:41
07-Nov-2024 21:11:41
07-Nov-2024 21:11:41 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-gm8xl'
07-Nov-2024 21:11:41 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-gm8xl' successfully started
07-Nov-2024 21:11:41
07-Nov-2024 21:11:41 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/hind2z1ti6m5gg1h
07-Nov-2024 21:11:41
07-Nov-2024 21:11:41 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/hind2z1ti6m5gg1h --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/hind2z1ti6m5gg1h
07-Nov-2024 21:11:41 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '3830991771855207172'...
07-Nov-2024 21:11:41 Getting configuration...
07-Nov-2024 21:11:41 Oneclient has been successfully mounted in '/tmp/onedata/mnt/hind2z1ti6m5gg1h'.
07-Nov-2024 21:11:41
07-Nov-2024 21:11:41 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
07-Nov-2024 21:11:41 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
07-Nov-2024 21:11:41 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
07-Nov-2024 21:11:41 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
07-Nov-2024 21:11:41 -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"'
07-Nov-2024 21:11:41 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
07-Nov-2024 21:11:41 -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"'
07-Nov-2024 21:11:41 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to previously opened space1/dir1/file1 on client11"'
07-Nov-2024 21:11:41 -- Executing step: 'Then "user1 sets current file position in space1/dir1/file1 at offset 0 on client11"'
07-Nov-2024 21:11:41 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"'
07-Nov-2024 21:11:41 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
07-Nov-2024 21:11:41 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"'
07-Nov-2024 21:11:41 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"'
07-Nov-2024 21:11:41 =================================================================
07-Nov-2024 21:11:41
07-Nov-2024 21:11:41 PASSED
07-Nov-2024 21:11:41 Unmounting client from /tmp/onedata/mnt/7kbno4y5x19ptr8m
07-Nov-2024 21:11:41
07-Nov-2024 21:11:41
07-Nov-2024 21:11:41 Unmounting client from /tmp/onedata/mnt/hind2z1ti6m5gg1h
07-Nov-2024 21:11:41
07-Nov-2024 21:11:41
07-Nov-2024 21:12:08 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_opened_file_without_permission[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 21:12:08 =================================================================
07-Nov-2024 21:12:08 - Executing scenario 'Fail to delete file without permission, file is opened by other user'
07-Nov-2024 21:12:08 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 21:12:08 -----------------------------------------------------------------
07-Nov-2024 21:12:08 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 21:12:08 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 21:12:08 using [token, token] by [user1, user2]"'
07-Nov-2024 21:12:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 21:12:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 21:12:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 21:12:08
07-Nov-2024 21:12:08
07-Nov-2024 21:12:08 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rsqpc'
07-Nov-2024 21:12:08 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rsqpc' successfully started
07-Nov-2024 21:12:08
07-Nov-2024 21:12:08 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/qba4et4jyaktmnod
07-Nov-2024 21:12:08
07-Nov-2024 21:12:08 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/qba4et4jyaktmnod --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/qba4et4jyaktmnod
07-Nov-2024 21:12:08 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '4377551044873989583'...
07-Nov-2024 21:12:08 Getting configuration...
07-Nov-2024 21:12:08 Oneclient has been successfully mounted in '/tmp/onedata/mnt/qba4et4jyaktmnod'.
07-Nov-2024 21:12:08
07-Nov-2024 21:12:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 21:12:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 21:12:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 21:12:08
07-Nov-2024 21:12:08
07-Nov-2024 21:12:08 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-gm8xl'
07-Nov-2024 21:12:08 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-gm8xl' successfully started
07-Nov-2024 21:12:08
07-Nov-2024 21:12:08 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/4mqj0if8sundxoh2
07-Nov-2024 21:12:08
07-Nov-2024 21:12:08 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/4mqj0if8sundxoh2 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/4mqj0if8sundxoh2
07-Nov-2024 21:12:08 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '17200129292771401494'...
07-Nov-2024 21:12:08 Getting configuration...
07-Nov-2024 21:12:08 Oneclient has been successfully mounted in '/tmp/onedata/mnt/4mqj0if8sundxoh2'.
07-Nov-2024 21:12:08
07-Nov-2024 21:12:08 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
07-Nov-2024 21:12:08 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
07-Nov-2024 21:12:08 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
07-Nov-2024 21:12:08 -- Executing step: 'When "user2 sees [dir1] in space1 on client21"'
07-Nov-2024 21:12:08 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
07-Nov-2024 21:12:08 -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"'
07-Nov-2024 21:12:08 -- Executing step: 'Then "mode of user2's space1/dir1 is 755 on client21"'
07-Nov-2024 21:12:08 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
07-Nov-2024 21:12:08 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
07-Nov-2024 21:12:08 -- Executing step: 'Then "user2 fails to delete files [space1/dir1/file1] on client21"'
07-Nov-2024 21:12:08 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
07-Nov-2024 21:12:08 -- Executing step: 'Then "user1 can stat [file1] in space1/dir1 on client11"'
07-Nov-2024 21:12:08 -- Executing step: 'Then "user2 can stat [file1] in space1/dir1 on client21"'
07-Nov-2024 21:12:08 -- Executing step: 'Then "user1 sees [file1] in space1/dir1 on client11"'
07-Nov-2024 21:12:08 -- Executing step: 'Then "user2 sees [file1] in space1/dir1 on client21"'
07-Nov-2024 21:12:08 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
07-Nov-2024 21:12:08 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client21"'
07-Nov-2024 21:12:08 =================================================================
07-Nov-2024 21:12:08
07-Nov-2024 21:12:08 PASSED
07-Nov-2024 21:12:08 Unmounting client from /tmp/onedata/mnt/qba4et4jyaktmnod
07-Nov-2024 21:12:08
07-Nov-2024 21:12:08
07-Nov-2024 21:12:08 Unmounting client from /tmp/onedata/mnt/4mqj0if8sundxoh2
07-Nov-2024 21:12:08
07-Nov-2024 21:12:08
07-Nov-2024 21:12:32 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_right_after_close[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 21:12:32 =================================================================
07-Nov-2024 21:12:32 - Executing scenario 'Delete file right after closing it'
07-Nov-2024 21:12:32 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 21:12:32 -----------------------------------------------------------------
07-Nov-2024 21:12:32 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 21:12:32 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 21:12:32 using [token, token] by [user1, user2]"'
07-Nov-2024 21:12:32 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 21:12:32 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 21:12:32 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 21:12:32
07-Nov-2024 21:12:32
07-Nov-2024 21:12:32 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rsqpc'
07-Nov-2024 21:12:32 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rsqpc' successfully started
07-Nov-2024 21:12:32
07-Nov-2024 21:12:32 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/536765hrxndc0qrp
07-Nov-2024 21:12:32
07-Nov-2024 21:12:32 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/536765hrxndc0qrp --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/536765hrxndc0qrp
07-Nov-2024 21:12:32 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '4137046299358996058'...
07-Nov-2024 21:12:32 Getting configuration...
07-Nov-2024 21:12:32 Oneclient has been successfully mounted in '/tmp/onedata/mnt/536765hrxndc0qrp'.
07-Nov-2024 21:12:32
07-Nov-2024 21:12:32 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 21:12:32 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 21:12:32 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 21:12:32
07-Nov-2024 21:12:32
07-Nov-2024 21:12:32 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-gm8xl'
07-Nov-2024 21:12:32 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-gm8xl' successfully started
07-Nov-2024 21:12:32
07-Nov-2024 21:12:32 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/iqwwozfr2nh2oqjv
07-Nov-2024 21:12:32
07-Nov-2024 21:12:32 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/iqwwozfr2nh2oqjv --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/iqwwozfr2nh2oqjv
07-Nov-2024 21:12:32 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '1446416986137512857'...
07-Nov-2024 21:12:32 Getting configuration...
07-Nov-2024 21:12:32 Oneclient has been successfully mounted in '/tmp/onedata/mnt/iqwwozfr2nh2oqjv'.
07-Nov-2024 21:12:32
07-Nov-2024 21:12:32 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
07-Nov-2024 21:12:32 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
07-Nov-2024 21:12:32 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
07-Nov-2024 21:12:32 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
07-Nov-2024 21:12:32 -- Executing step: 'When "user1 opens space1/file1 with mode r+ on client11"'
07-Nov-2024 21:12:32 -- Executing step: 'When "user1 closes space1/file1 on client11"'
07-Nov-2024 21:12:32 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
07-Nov-2024 21:12:32 -- Executing step: 'When "space1 is empty for user1 on client11"'
07-Nov-2024 21:12:32 =================================================================
07-Nov-2024 21:12:32
07-Nov-2024 21:12:32 PASSED
07-Nov-2024 21:12:32 Unmounting client from /tmp/onedata/mnt/536765hrxndc0qrp
07-Nov-2024 21:12:32
07-Nov-2024 21:12:32
07-Nov-2024 21:12:32 Unmounting client from /tmp/onedata/mnt/iqwwozfr2nh2oqjv
07-Nov-2024 21:12:32
07-Nov-2024 21:12:32
07-Nov-2024 21:13:02 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_create_many[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 21:13:02 =================================================================
07-Nov-2024 21:13:02 - Executing scenario 'Create many children'
07-Nov-2024 21:13:02 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 21:13:02 -----------------------------------------------------------------
07-Nov-2024 21:13:02 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 21:13:02 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 21:13:02 using [token, token] by [user1, user2]"'
07-Nov-2024 21:13:02 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 21:13:02 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 21:13:02 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 21:13:02
07-Nov-2024 21:13:02
07-Nov-2024 21:13:02 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rsqpc'
07-Nov-2024 21:13:02 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rsqpc' successfully started
07-Nov-2024 21:13:02
07-Nov-2024 21:13:02 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/ur2dd9mvslu4a30z
07-Nov-2024 21:13:02
07-Nov-2024 21:13:02 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ur2dd9mvslu4a30z --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ur2dd9mvslu4a30z
07-Nov-2024 21:13:02 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '2384465941804751269'...
07-Nov-2024 21:13:02 Getting configuration...
07-Nov-2024 21:13:02 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ur2dd9mvslu4a30z'.
07-Nov-2024 21:13:02
07-Nov-2024 21:13:02 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 21:13:02 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 21:13:02 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 21:13:02
07-Nov-2024 21:13:02
07-Nov-2024 21:13:02 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-gm8xl'
07-Nov-2024 21:13:02 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-gm8xl' successfully started
07-Nov-2024 21:13:02
07-Nov-2024 21:13:02 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/e6e3wsnzye5dg29x
07-Nov-2024 21:13:02
07-Nov-2024 21:13:02 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/e6e3wsnzye5dg29x --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/e6e3wsnzye5dg29x
07-Nov-2024 21:13:02 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '4764394277429540974'...
07-Nov-2024 21:13:02 Getting configuration...
07-Nov-2024 21:13:02 Oneclient has been successfully mounted in '/tmp/onedata/mnt/e6e3wsnzye5dg29x'.
07-Nov-2024 21:13:02
07-Nov-2024 21:13:02 -- Executing step: 'When "user1 creates child files of space1 with names in range [1, 127) on client11"'
07-Nov-2024 21:13:02 -- Executing step: 'Then "user2 lists children of space1 and gets names in range [1, 127) on client21"'
07-Nov-2024 21:13:02 =================================================================
07-Nov-2024 21:13:02
07-Nov-2024 21:13:08 PASSED
07-Nov-2024 21:13:08 Unmounting client from /tmp/onedata/mnt/ur2dd9mvslu4a30z
07-Nov-2024 21:13:08
07-Nov-2024 21:13:08
07-Nov-2024 21:13:08 Unmounting client from /tmp/onedata/mnt/e6e3wsnzye5dg29x
07-Nov-2024 21:13:08
07-Nov-2024 21:13:08
07-Nov-2024 21:13:33 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_copy_delete[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 21:13:33 =================================================================
07-Nov-2024 21:13:33 - Executing scenario 'Create nonempty file then copy it and remove source file'
07-Nov-2024 21:13:33 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 21:13:33 -----------------------------------------------------------------
07-Nov-2024 21:13:33 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 21:13:33 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 21:13:33 using [token, token] by [user1, user2]"'
07-Nov-2024 21:13:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 21:13:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 21:13:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 21:13:33
07-Nov-2024 21:13:33
07-Nov-2024 21:13:33 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rsqpc'
07-Nov-2024 21:13:33 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rsqpc' successfully started
07-Nov-2024 21:13:33
07-Nov-2024 21:13:33 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/10i4culdfhiwaar2
07-Nov-2024 21:13:33
07-Nov-2024 21:13:33 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/10i4culdfhiwaar2 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/10i4culdfhiwaar2
07-Nov-2024 21:13:33 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '3057468140966003535'...
07-Nov-2024 21:13:33 Getting configuration...
07-Nov-2024 21:13:33 Oneclient has been successfully mounted in '/tmp/onedata/mnt/10i4culdfhiwaar2'.
07-Nov-2024 21:13:33
07-Nov-2024 21:13:33 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 21:13:33 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 21:13:33 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 21:13:33
07-Nov-2024 21:13:33
07-Nov-2024 21:13:33 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-gm8xl'
07-Nov-2024 21:13:33 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-gm8xl' successfully started
07-Nov-2024 21:13:33
07-Nov-2024 21:13:33 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/nf2rhlp5o37rh878
07-Nov-2024 21:13:33
07-Nov-2024 21:13:33 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/nf2rhlp5o37rh878 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/nf2rhlp5o37rh878
07-Nov-2024 21:13:33 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '2496118497598889803'...
07-Nov-2024 21:13:33 Getting configuration...
07-Nov-2024 21:13:33 Oneclient has been successfully mounted in '/tmp/onedata/mnt/nf2rhlp5o37rh878'.
07-Nov-2024 21:13:33
07-Nov-2024 21:13:33 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
07-Nov-2024 21:13:33 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
07-Nov-2024 21:13:33 -- Executing step: 'When "user1 copies regular file space1/file1 to space1/file1_copy on client11"'
07-Nov-2024 21:13:33 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
07-Nov-2024 21:13:33 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client11"'
07-Nov-2024 21:13:33 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client21"'
07-Nov-2024 21:13:33 =================================================================
07-Nov-2024 21:13:33
07-Nov-2024 21:13:34 PASSED
07-Nov-2024 21:13:34 Unmounting client from /tmp/onedata/mnt/10i4culdfhiwaar2
07-Nov-2024 21:13:34
07-Nov-2024 21:13:34
07-Nov-2024 21:13:34 Unmounting client from /tmp/onedata/mnt/nf2rhlp5o37rh878
07-Nov-2024 21:13:34
07-Nov-2024 21:13:34
07-Nov-2024 21:14:00 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_move_between_spaces[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 21:14:00 =================================================================
07-Nov-2024 21:14:00 - Executing scenario 'Create nonempty file then move it to another space'
07-Nov-2024 21:14:00 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 21:14:00 -----------------------------------------------------------------
07-Nov-2024 21:14:00 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 21:14:00 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 21:14:00 using [token, token] by [user1, user2]"'
07-Nov-2024 21:14:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 21:14:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 21:14:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rsqpc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 21:14:00
07-Nov-2024 21:14:00
07-Nov-2024 21:14:00 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rsqpc'
07-Nov-2024 21:14:00 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rsqpc' successfully started
07-Nov-2024 21:14:00
07-Nov-2024 21:14:00 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/rxf7zmhl7vmfdx4s
07-Nov-2024 21:14:00
07-Nov-2024 21:14:00 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/rxf7zmhl7vmfdx4s --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/rxf7zmhl7vmfdx4s
07-Nov-2024 21:14:00 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15242123865156606449'...
07-Nov-2024 21:14:00 Getting configuration...
07-Nov-2024 21:14:00 Oneclient has been successfully mounted in '/tmp/onedata/mnt/rxf7zmhl7vmfdx4s'.
07-Nov-2024 21:14:00
07-Nov-2024 21:14:00 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 21:14:00 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 21:14:00 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-gm8xl', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 21:14:00
07-Nov-2024 21:14:00
07-Nov-2024 21:14:00 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-gm8xl'
07-Nov-2024 21:14:00 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-gm8xl' successfully started
07-Nov-2024 21:14:00
07-Nov-2024 21:14:00 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/ch2mkx7csl94fdm6
07-Nov-2024 21:14:00
07-Nov-2024 21:14:00 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ch2mkx7csl94fdm6 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ch2mkx7csl94fdm6
07-Nov-2024 21:14:00 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '13948235617720810903'...
07-Nov-2024 21:14:00 Getting configuration...
07-Nov-2024 21:14:00 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ch2mkx7csl94fdm6'.
07-Nov-2024 21:14:00
07-Nov-2024 21:14:00 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
07-Nov-2024 21:14:00 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
07-Nov-2024 21:14:00 -- Executing step: 'When "user2 reads "TEST TEXT ONEDATA" from file space1/file1 on client21"'
07-Nov-2024 21:14:00 -- Executing step: 'When "user1 renames space1/file1 to space2/file1_moved on client11"'
07-Nov-2024 21:14:00 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client11"'
07-Nov-2024 21:14:00 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client21"'
07-Nov-2024 21:14:00 =================================================================
07-Nov-2024 21:14:00
07-Nov-2024 21:14:13 PASSED
07-Nov-2024 21:14:13 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
07-Nov-2024 21:14:13 Unmounting client from /tmp/onedata/mnt/rxf7zmhl7vmfdx4s
07-Nov-2024 21:14:13 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13 Unmounting client from /tmp/onedata/mnt/ch2mkx7csl94fdm6
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13 Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/tests/oneclient/logs/multiprovider_proxy/test_multi_reg_file_CRUD.1731014041.0404892', '-c', '/tmp/logs']
07-Nov-2024 21:14:13 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-cmp24. See /home/bamboo/.one-env/deployments/2024.11.07-20.59.08/pod-logs/dev-cross-support-job-3p-users-cmp24/entrypoint.log for more details
07-Nov-2024 21:14:13 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-rsqpc: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.07-20.59.08/pod-logs/dev-oneclient-krakow-7d9476b8bc-rsqpc/oneclient_logs
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=191/223)
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 21:14:13          50,567   0%   48.22MB/s    0:00:00 (xfr#1, to-chk=190/223)
07-Nov-2024 21:14:13          50,567   0%   48.22MB/s    0:00:00 (xfr#1, to-chk=184/223)
07-Nov-2024 21:14:13          51,029   0%   48.67MB/s    0:00:00 (xfr#2, to-chk=186/223)
07-Nov-2024 21:14:13         217,268   1%  207.20MB/s    0:00:00 (xfr#3, to-chk=185/223)
07-Nov-2024 21:14:13         217,730   1%  207.64MB/s    0:00:00 (xfr#4, to-chk=184/223)
07-Nov-2024 21:14:13         254,533   1%  242.74MB/s    0:00:00 (xfr#5, to-chk=183/223)
07-Nov-2024 21:14:13         255,187   1%  243.37MB/s    0:00:00 (xfr#6, to-chk=179/223)
07-Nov-2024 21:14:13         376,900   2%   17.97MB/s    0:00:00 (xfr#7, to-chk=178/223)
07-Nov-2024 21:14:13         377,554   2%   18.00MB/s    0:00:00 (xfr#8, to-chk=177/223)
07-Nov-2024 21:14:13         378,182   2%   18.03MB/s    0:00:00 (xfr#9, to-chk=176/223)
07-Nov-2024 21:14:13         425,846   3%   19.34MB/s    0:00:00 (xfr#10, to-chk=175/223)
07-Nov-2024 21:14:13         426,404   3%   19.36MB/s    0:00:00 (xfr#11, to-chk=171/223)
07-Nov-2024 21:14:13         582,003   4%   26.43MB/s    0:00:00 (xfr#12, to-chk=170/223)
07-Nov-2024 21:14:13         582,561   4%   26.46MB/s    0:00:00 (xfr#13, to-chk=169/223)
07-Nov-2024 21:14:13         608,918   4%   24.20MB/s    0:00:00 (xfr#14, to-chk=168/223)
07-Nov-2024 21:14:13         609,380   4%   24.21MB/s    0:00:00 (xfr#15, to-chk=164/223)
07-Nov-2024 21:14:13         706,649   5%   19.82MB/s    0:00:00 (xfr#16, to-chk=163/223)
07-Nov-2024 21:14:13         707,111   5%   19.83MB/s    0:00:00 (xfr#17, to-chk=162/223)
07-Nov-2024 21:14:13         747,074   5%   20.95MB/s    0:00:00 (xfr#18, to-chk=161/223)
07-Nov-2024 21:14:13         747,728   5%   20.37MB/s    0:00:00 (xfr#19, to-chk=157/223)
07-Nov-2024 21:14:13         887,492   6%   17.63MB/s    0:00:00 (xfr#20, to-chk=156/223)
07-Nov-2024 21:14:13         888,146   6%   17.29MB/s    0:00:00 (xfr#21, to-chk=155/223)
07-Nov-2024 21:14:13         926,552   7%   18.03MB/s    0:00:00 (xfr#22, to-chk=154/223)
07-Nov-2024 21:14:13         927,110   7%   18.04MB/s    0:00:00 (xfr#23, to-chk=150/223)
07-Nov-2024 21:14:13         931,251   7%   18.12MB/s    0:00:00 (xfr#24, to-chk=149/223)
07-Nov-2024 21:14:13       1,090,455   8%   19.26MB/s    0:00:00 (xfr#25, to-chk=148/223)
07-Nov-2024 21:14:13       1,091,013   8%   19.27MB/s    0:00:00 (xfr#26, to-chk=147/223)
07-Nov-2024 21:14:13       1,091,641   8%   19.28MB/s    0:00:00 (xfr#27, to-chk=146/223)
07-Nov-2024 21:14:13       1,154,453   8%   20.02MB/s    0:00:00 (xfr#28, to-chk=145/223)
07-Nov-2024 21:14:13       1,155,011   8%   20.03MB/s    0:00:00 (xfr#29, to-chk=141/223)
07-Nov-2024 21:14:13       1,399,019  10%   22.61MB/s    0:00:00 (xfr#30, to-chk=140/223)
07-Nov-2024 21:14:13       1,399,577  10%   22.62MB/s    0:00:00 (xfr#31, to-chk=139/223)
07-Nov-2024 21:14:13       1,440,397  11%   22.16MB/s    0:00:00 (xfr#32, to-chk=138/223)
07-Nov-2024 21:14:13       1,440,667  11%   22.16MB/s    0:00:00 (xfr#33, to-chk=134/223)
07-Nov-2024 21:14:13       1,564,719  12%   21.02MB/s    0:00:00 (xfr#34, to-chk=133/223)
07-Nov-2024 21:14:13       1,564,989  12%   21.02MB/s    0:00:00 (xfr#35, to-chk=132/223)
07-Nov-2024 21:14:13       1,637,096  12%   19.52MB/s    0:00:00 (xfr#36, to-chk=131/223)
07-Nov-2024 21:14:13       1,637,750  12%   19.52MB/s    0:00:00 (xfr#37, to-chk=127/223)
07-Nov-2024 21:14:13       1,917,139  14%   21.02MB/s    0:00:00 (xfr#38, to-chk=126/223)
07-Nov-2024 21:14:13       1,917,793  14%   21.02MB/s    0:00:00 (xfr#39, to-chk=125/223)
07-Nov-2024 21:14:13       1,918,421  14%   21.03MB/s    0:00:00 (xfr#40, to-chk=124/223)
07-Nov-2024 21:14:13       2,089,294  16%   22.39MB/s    0:00:00 (xfr#41, to-chk=123/223)
07-Nov-2024 21:14:13       2,089,660  16%   22.39MB/s    0:00:00 (xfr#42, to-chk=119/223)
07-Nov-2024 21:14:13       2,693,290  20%   23.14MB/s    0:00:00 (xfr#43, to-chk=118/223)
07-Nov-2024 21:14:13       2,693,656  20%   23.14MB/s    0:00:00 (xfr#44, to-chk=117/223)
07-Nov-2024 21:14:13       2,719,771  21%   23.37MB/s    0:00:00 (xfr#45, to-chk=116/223)
07-Nov-2024 21:14:13       2,720,233  21%   23.37MB/s    0:00:00 (xfr#46, to-chk=112/223)
07-Nov-2024 21:14:13       2,819,068  21%   24.00MB/s    0:00:00 (xfr#47, to-chk=111/223)
07-Nov-2024 21:14:13       2,819,530  21%   24.01MB/s    0:00:00 (xfr#48, to-chk=110/223)
07-Nov-2024 21:14:13       2,853,355  22%   24.08MB/s    0:00:00 (xfr#49, to-chk=109/223)
07-Nov-2024 21:14:13       2,854,009  22%   23.88MB/s    0:00:00 (xfr#50, to-chk=105/223)
07-Nov-2024 21:14:13       2,983,670  23%   24.32MB/s    0:00:00 (xfr#51, to-chk=104/223)
07-Nov-2024 21:14:13       2,984,324  23%   24.33MB/s    0:00:00 (xfr#52, to-chk=103/223)
07-Nov-2024 21:14:13       3,023,634  23%   24.03MB/s    0:00:00 (xfr#53, to-chk=102/223)
07-Nov-2024 21:14:13       3,024,192  23%   24.03MB/s    0:00:00 (xfr#54, to-chk=98/223)
07-Nov-2024 21:14:13       3,148,515  24%   24.61MB/s    0:00:00 (xfr#55, to-chk=97/223)
07-Nov-2024 21:14:13       3,149,073  24%   24.62MB/s    0:00:00 (xfr#56, to-chk=96/223)
07-Nov-2024 21:14:13       3,192,847  24%   24.56MB/s    0:00:00 (xfr#57, to-chk=95/223)
07-Nov-2024 21:14:13       3,193,693  24%   24.56MB/s    0:00:00 (xfr#58, to-chk=91/223)
07-Nov-2024 21:14:13       3,341,960  25%   23.96MB/s    0:00:00 (xfr#59, to-chk=90/223)
07-Nov-2024 21:14:13       3,342,806  25%   23.97MB/s    0:00:00 (xfr#60, to-chk=89/223)
07-Nov-2024 21:14:13       3,576,941  27%   24.02MB/s    0:00:00 (xfr#61, to-chk=88/223)
07-Nov-2024 21:14:13       3,577,595  27%   24.03MB/s    0:00:00 (xfr#62, to-chk=84/223)
07-Nov-2024 21:14:13       6,235,702  48%   22.03MB/s    0:00:00 (xfr#63, to-chk=83/223)
07-Nov-2024 21:14:13       6,236,356  48%   22.03MB/s    0:00:00 (xfr#64, to-chk=82/223)
07-Nov-2024 21:14:13       6,286,391  48%   22.04MB/s    0:00:00 (xfr#65, to-chk=81/223)
07-Nov-2024 21:14:13       6,287,045  48%   21.96MB/s    0:00:00 (xfr#66, to-chk=77/223)
07-Nov-2024 21:14:13       6,461,088  50%   22.09MB/s    0:00:00 (xfr#67, to-chk=76/223)
07-Nov-2024 21:14:13       6,461,742  50%   22.09MB/s    0:00:00 (xfr#68, to-chk=75/223)
07-Nov-2024 21:14:13       6,462,370  50%   22.01MB/s    0:00:00 (xfr#69, to-chk=74/223)
07-Nov-2024 21:14:13       6,497,500  50%   22.05MB/s    0:00:00 (xfr#70, to-chk=73/223)
07-Nov-2024 21:14:13       6,498,058  50%   22.05MB/s    0:00:00 (xfr#71, to-chk=69/223)
07-Nov-2024 21:14:13       6,646,583  51%   22.24MB/s    0:00:00 (xfr#72, to-chk=68/223)
07-Nov-2024 21:14:13       6,647,141  51%   22.24MB/s    0:00:00 (xfr#73, to-chk=67/223)
07-Nov-2024 21:14:13       6,647,769  51%   22.24MB/s    0:00:00 (xfr#74, to-chk=66/223)
07-Nov-2024 21:14:13       6,690,755  51%   21.85MB/s    0:00:00 (xfr#75, to-chk=65/223)
07-Nov-2024 21:14:13       6,691,505  51%   21.85MB/s    0:00:00 (xfr#76, to-chk=61/223)
07-Nov-2024 21:14:13       6,840,907  53%   22.12MB/s    0:00:00 (xfr#77, to-chk=60/223)
07-Nov-2024 21:14:13       6,841,657  53%   22.12MB/s    0:00:00 (xfr#78, to-chk=59/223)
07-Nov-2024 21:14:13       6,891,623  53%   22.20MB/s    0:00:00 (xfr#79, to-chk=58/223)
07-Nov-2024 21:14:13       6,892,085  53%   22.21MB/s    0:00:00 (xfr#80, to-chk=54/223)
07-Nov-2024 21:14:13       7,068,868  54%   22.47MB/s    0:00:00 (xfr#81, to-chk=53/223)
07-Nov-2024 21:14:13       7,069,330  54%   22.47MB/s    0:00:00 (xfr#82, to-chk=52/223)
07-Nov-2024 21:14:13       7,069,958  54%   22.47MB/s    0:00:00 (xfr#83, to-chk=51/223)
07-Nov-2024 21:14:13       7,102,387  55%   22.58MB/s    0:00:00 (xfr#84, to-chk=50/223)
07-Nov-2024 21:14:13       7,103,041  55%   22.50MB/s    0:00:00 (xfr#85, to-chk=46/223)
07-Nov-2024 21:14:13       7,226,232  56%   22.30MB/s    0:00:00 (xfr#86, to-chk=45/223)
07-Nov-2024 21:14:13       7,226,886  56%   22.30MB/s    0:00:00 (xfr#87, to-chk=44/223)
07-Nov-2024 21:14:13       7,265,918  56%   22.35MB/s    0:00:00 (xfr#88, to-chk=43/223)
07-Nov-2024 21:14:13       7,266,284  56%   22.35MB/s    0:00:00 (xfr#89, to-chk=39/223)
07-Nov-2024 21:14:13       7,402,053  57%   22.63MB/s    0:00:00 (xfr#90, to-chk=38/223)
07-Nov-2024 21:14:13       7,402,419  57%   22.63MB/s    0:00:00 (xfr#91, to-chk=37/223)
07-Nov-2024 21:14:13       7,449,584  57%   22.77MB/s    0:00:00 (xfr#92, to-chk=36/223)
07-Nov-2024 21:14:13       7,450,046  57%   22.70MB/s    0:00:00 (xfr#93, to-chk=32/223)
07-Nov-2024 21:14:13       7,586,386  58%   22.97MB/s    0:00:00 (xfr#94, to-chk=31/223)
07-Nov-2024 21:14:13       7,586,848  58%   22.97MB/s    0:00:00 (xfr#95, to-chk=30/223)
07-Nov-2024 21:14:13       7,587,476  58%   22.97MB/s    0:00:00 (xfr#96, to-chk=29/223)
07-Nov-2024 21:14:13       8,396,874  65%   23.41MB/s    0:00:00 (xfr#97, to-chk=28/223)
07-Nov-2024 21:14:13       8,397,240  65%   23.42MB/s    0:00:00 (xfr#98, to-chk=24/223)
07-Nov-2024 21:14:13      12,312,464  95%   22.32MB/s    0:00:00 (xfr#99, to-chk=23/223)
07-Nov-2024 21:14:13      12,312,830  95%   22.32MB/s    0:00:00 (xfr#100, to-chk=22/223)
07-Nov-2024 21:14:13      12,351,035  95%   22.06MB/s    0:00:00 (xfr#101, to-chk=21/223)
07-Nov-2024 21:14:13      12,351,785  95%   22.06MB/s    0:00:00 (xfr#102, to-chk=17/223)
07-Nov-2024 21:14:13      12,472,489  96%   21.32MB/s    0:00:00 (xfr#103, to-chk=16/223)
07-Nov-2024 21:14:13      12,473,239  96%   21.32MB/s    0:00:00 (xfr#104, to-chk=15/223)
07-Nov-2024 21:14:13      12,522,790  97%   21.21MB/s    0:00:00 (xfr#105, to-chk=14/223)
07-Nov-2024 21:14:13      12,523,348  97%   21.21MB/s    0:00:00 (xfr#106, to-chk=10/223)
07-Nov-2024 21:14:13      12,689,557  98%   20.62MB/s    0:00:00 (xfr#107, to-chk=9/223)
07-Nov-2024 21:14:13      12,690,115  98%   20.62MB/s    0:00:00 (xfr#108, to-chk=8/223)
07-Nov-2024 21:14:13      12,726,345  98%   20.68MB/s    0:00:00 (xfr#109, to-chk=7/223)
07-Nov-2024 21:14:13      12,726,807  98%   20.64MB/s    0:00:00 (xfr#110, to-chk=3/223)
07-Nov-2024 21:14:13      12,846,142  99%   20.76MB/s    0:00:00 (xfr#111, to-chk=2/223)
07-Nov-2024 21:14:13      12,846,604  99%   20.73MB/s    0:00:00 (xfr#112, to-chk=1/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.79MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.72MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13      12,886,073  99%   20.72MB/s    0:00:00 (xfr#113, to-chk=0/223)
07-Nov-2024 21:14:13 [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-gm8xl: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.07-20.59.08/pod-logs/dev-oneclient-paris-5cc45c8cb7-gm8xl/oneclient_logs
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=188/220)
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 21:14:13          21,804   0%   20.79MB/s    0:00:00 (xfr#1, to-chk=187/220)
07-Nov-2024 21:14:13          21,804   0%   20.79MB/s    0:00:00 (xfr#1, to-chk=181/220)
07-Nov-2024 21:14:13          22,266   0%   21.23MB/s    0:00:00 (xfr#2, to-chk=183/220)
07-Nov-2024 21:14:13          87,440   2%   13.90MB/s    0:00:00 (xfr#3, to-chk=182/220)
07-Nov-2024 21:14:13          87,902   2%   13.97MB/s    0:00:00 (xfr#4, to-chk=181/220)
07-Nov-2024 21:14:13         117,061   3%   18.61MB/s    0:00:00 (xfr#5, to-chk=180/220)
07-Nov-2024 21:14:13         117,523   3%   18.68MB/s    0:00:00 (xfr#6, to-chk=176/220)
07-Nov-2024 21:14:13         208,596   5%   28.42MB/s    0:00:00 (xfr#7, to-chk=175/220)
07-Nov-2024 21:14:13         209,058   5%   28.48MB/s    0:00:00 (xfr#8, to-chk=174/220)
07-Nov-2024 21:14:13         243,231   6%   33.14MB/s    0:00:00 (xfr#9, to-chk=173/220)
07-Nov-2024 21:14:13         243,885   6%   33.23MB/s    0:00:00 (xfr#10, to-chk=169/220)
07-Nov-2024 21:14:13         371,833   9%   32.24MB/s    0:00:00 (xfr#11, to-chk=168/220)
07-Nov-2024 21:14:13         372,487   9%   32.29MB/s    0:00:00 (xfr#12, to-chk=167/220)
07-Nov-2024 21:14:13         388,347  10%   30.86MB/s    0:00:00 (xfr#13, to-chk=166/220)
07-Nov-2024 21:14:13         388,713  10%   30.89MB/s    0:00:00 (xfr#14, to-chk=162/220)
07-Nov-2024 21:14:13         446,800  11%   35.51MB/s    0:00:00 (xfr#15, to-chk=161/220)
07-Nov-2024 21:14:13         447,166  11%   35.54MB/s    0:00:00 (xfr#16, to-chk=160/220)
07-Nov-2024 21:14:13         474,083  12%   34.78MB/s    0:00:00 (xfr#17, to-chk=159/220)
07-Nov-2024 21:14:13         474,545  12%   30.17MB/s    0:00:00 (xfr#18, to-chk=155/220)
07-Nov-2024 21:14:13         566,676  14%   33.78MB/s    0:00:00 (xfr#19, to-chk=154/220)
07-Nov-2024 21:14:13         567,138  14%   33.80MB/s    0:00:00 (xfr#20, to-chk=153/220)
07-Nov-2024 21:14:13         588,056  15%   35.05MB/s    0:00:00 (xfr#21, to-chk=152/220)
07-Nov-2024 21:14:13         588,614  15%   35.08MB/s    0:00:00 (xfr#22, to-chk=148/220)
07-Nov-2024 21:14:13         670,242  17%   37.60MB/s    0:00:00 (xfr#23, to-chk=147/220)
07-Nov-2024 21:14:13         670,800  17%   37.63MB/s    0:00:00 (xfr#24, to-chk=146/220)
07-Nov-2024 21:14:13         707,619  18%   39.70MB/s    0:00:00 (xfr#25, to-chk=145/220)
07-Nov-2024 21:14:13         708,561  18%   39.75MB/s    0:00:00 (xfr#26, to-chk=141/220)
07-Nov-2024 21:14:13         832,846  21%   44.13MB/s    0:00:00 (xfr#27, to-chk=140/220)
07-Nov-2024 21:14:13         833,788  21%   44.18MB/s    0:00:00 (xfr#28, to-chk=139/220)
07-Nov-2024 21:14:13         854,736  22%   42.90MB/s    0:00:00 (xfr#29, to-chk=138/220)
07-Nov-2024 21:14:13         855,294  22%   42.93MB/s    0:00:00 (xfr#30, to-chk=134/220)
07-Nov-2024 21:14:13         921,883  24%   46.27MB/s    0:00:00 (xfr#31, to-chk=133/220)
07-Nov-2024 21:14:13         922,441  24%   46.30MB/s    0:00:00 (xfr#32, to-chk=132/220)
07-Nov-2024 21:14:13         955,491  25%   45.56MB/s    0:00:00 (xfr#33, to-chk=131/220)
07-Nov-2024 21:14:13         956,145  25%   45.59MB/s    0:00:00 (xfr#34, to-chk=127/220)
07-Nov-2024 21:14:13       1,059,373  27%   48.11MB/s    0:00:00 (xfr#35, to-chk=126/220)
07-Nov-2024 21:14:13       1,060,027  27%   48.14MB/s    0:00:00 (xfr#36, to-chk=125/220)
07-Nov-2024 21:14:13       1,079,824  28%   49.04MB/s    0:00:00 (xfr#37, to-chk=124/220)
07-Nov-2024 21:14:13       1,080,382  28%   49.06MB/s    0:00:00 (xfr#38, to-chk=120/220)
07-Nov-2024 21:14:13       1,161,299  30%   46.15MB/s    0:00:00 (xfr#39, to-chk=119/220)
07-Nov-2024 21:14:13       1,161,857  30%   39.57MB/s    0:00:00 (xfr#40, to-chk=118/220)
07-Nov-2024 21:14:13       1,199,076  31%   40.84MB/s    0:00:00 (xfr#41, to-chk=117/220)
07-Nov-2024 21:14:13       1,199,730  31%   39.45MB/s    0:00:00 (xfr#42, to-chk=113/220)
07-Nov-2024 21:14:13       1,303,668  34%   42.87MB/s    0:00:00 (xfr#43, to-chk=112/220)
07-Nov-2024 21:14:13       1,304,322  34%   42.89MB/s    0:00:00 (xfr#44, to-chk=111/220)
07-Nov-2024 21:14:13       1,395,322  36%   44.36MB/s    0:00:00 (xfr#45, to-chk=110/220)
07-Nov-2024 21:14:13       1,395,592  36%   44.36MB/s    0:00:00 (xfr#46, to-chk=106/220)
07-Nov-2024 21:14:13       1,650,715  43%   49.20MB/s    0:00:00 (xfr#47, to-chk=105/220)
07-Nov-2024 21:14:13       1,650,985  43%   49.20MB/s    0:00:00 (xfr#48, to-chk=104/220)
07-Nov-2024 21:14:13       1,671,540  43%   48.31MB/s    0:00:00 (xfr#49, to-chk=103/220)
07-Nov-2024 21:14:13       1,672,098  43%   48.32MB/s    0:00:00 (xfr#50, to-chk=99/220)
07-Nov-2024 21:14:13       1,745,693  45%   50.45MB/s    0:00:00 (xfr#51, to-chk=98/220)
07-Nov-2024 21:14:13       1,746,251  45%   50.47MB/s    0:00:00 (xfr#52, to-chk=97/220)
07-Nov-2024 21:14:13       1,746,879  45%   50.48MB/s    0:00:00 (xfr#53, to-chk=96/220)
07-Nov-2024 21:14:13       1,884,154  49%   51.34MB/s    0:00:00 (xfr#54, to-chk=95/220)
07-Nov-2024 21:14:13       1,884,520  49%   51.35MB/s    0:00:00 (xfr#55, to-chk=91/220)
07-Nov-2024 21:14:13       2,151,589  56%   57.00MB/s    0:00:00 (xfr#56, to-chk=90/220)
07-Nov-2024 21:14:13       2,151,955  56%   57.01MB/s    0:00:00 (xfr#57, to-chk=89/220)
07-Nov-2024 21:14:13       2,184,879  57%   56.32MB/s    0:00:00 (xfr#58, to-chk=88/220)
07-Nov-2024 21:14:13       2,185,341  57%   56.33MB/s    0:00:00 (xfr#59, to-chk=84/220)
07-Nov-2024 21:14:13       2,292,359  60%   57.53MB/s    0:00:00 (xfr#60, to-chk=83/220)
07-Nov-2024 21:14:13       2,292,821  60%   57.54MB/s    0:00:00 (xfr#61, to-chk=82/220)
07-Nov-2024 21:14:13       2,312,570  60%   58.04MB/s    0:00:00 (xfr#62, to-chk=81/220)
07-Nov-2024 21:14:13       2,313,128  60%   58.05MB/s    0:00:00 (xfr#63, to-chk=77/220)
07-Nov-2024 21:14:13       2,380,872  62%   48.31MB/s    0:00:00 (xfr#64, to-chk=76/220)
07-Nov-2024 21:14:13       2,381,430  62%   48.32MB/s    0:00:00 (xfr#65, to-chk=75/220)
07-Nov-2024 21:14:13       2,382,058  62%   48.33MB/s    0:00:00 (xfr#66, to-chk=74/220)
07-Nov-2024 21:14:13       2,397,848  62%   48.65MB/s    0:00:00 (xfr#67, to-chk=73/220)
07-Nov-2024 21:14:13       2,398,310  62%   48.66MB/s    0:00:00 (xfr#68, to-chk=69/220)
07-Nov-2024 21:14:13       2,451,175  64%   43.29MB/s    0:00:00 (xfr#69, to-chk=68/220)
07-Nov-2024 21:14:13       2,451,637  64%   43.30MB/s    0:00:00 (xfr#70, to-chk=67/220)
07-Nov-2024 21:14:13       2,540,349  66%   44.05MB/s    0:00:00 (xfr#71, to-chk=66/220)
07-Nov-2024 21:14:13       2,541,099  66%   44.06MB/s    0:00:00 (xfr#72, to-chk=62/220)
07-Nov-2024 21:14:13       2,793,292  73%   46.73MB/s    0:00:00 (xfr#73, to-chk=61/220)
07-Nov-2024 21:14:13       2,794,042  73%   46.75MB/s    0:00:00 (xfr#74, to-chk=60/220)
07-Nov-2024 21:14:13       2,794,670  73%   46.76MB/s    0:00:00 (xfr#75, to-chk=59/220)
07-Nov-2024 21:14:13       2,815,765  73%   46.30MB/s    0:00:00 (xfr#76, to-chk=58/220)
07-Nov-2024 21:14:13       2,816,419  73%   46.31MB/s    0:00:00 (xfr#77, to-chk=54/220)
07-Nov-2024 21:14:13       2,881,792  75%   46.58MB/s    0:00:00 (xfr#78, to-chk=53/220)
07-Nov-2024 21:14:13       2,882,446  75%   46.59MB/s    0:00:00 (xfr#79, to-chk=52/220)
07-Nov-2024 21:14:13       2,883,074  75%   46.60MB/s    0:00:00 (xfr#80, to-chk=51/220)
07-Nov-2024 21:14:13       2,916,892  76%   46.36MB/s    0:00:00 (xfr#81, to-chk=50/220)
07-Nov-2024 21:14:13       2,917,642  76%   46.37MB/s    0:00:00 (xfr#82, to-chk=46/220)
07-Nov-2024 21:14:13       3,028,874  79%   47.35MB/s    0:00:00 (xfr#83, to-chk=45/220)
07-Nov-2024 21:14:13       3,029,624  79%   46.60MB/s    0:00:00 (xfr#84, to-chk=44/220)
07-Nov-2024 21:14:13       3,057,221  80%   46.28MB/s    0:00:00 (xfr#85, to-chk=43/220)
07-Nov-2024 21:14:13       3,057,491  80%   46.28MB/s    0:00:00 (xfr#86, to-chk=39/220)
07-Nov-2024 21:14:13       3,142,810  82%   46.83MB/s    0:00:00 (xfr#87, to-chk=38/220)
07-Nov-2024 21:14:13       3,143,080  82%   46.84MB/s    0:00:00 (xfr#88, to-chk=37/220)
07-Nov-2024 21:14:13       3,143,708  82%   46.84MB/s    0:00:00 (xfr#89, to-chk=36/220)
07-Nov-2024 21:14:13       3,159,253  82%   44.31MB/s    0:00:00 (xfr#90, to-chk=35/220)
07-Nov-2024 21:14:13       3,159,715  82%   44.31MB/s    0:00:00 (xfr#91, to-chk=31/220)
07-Nov-2024 21:14:13       3,220,968  84%   45.17MB/s    0:00:00 (xfr#92, to-chk=30/220)
07-Nov-2024 21:14:13       3,221,430  84%   45.18MB/s    0:00:00 (xfr#93, to-chk=29/220)
07-Nov-2024 21:14:13       3,260,324  85%   45.06MB/s    0:00:00 (xfr#94, to-chk=28/220)
07-Nov-2024 21:14:13       3,260,978  85%   45.07MB/s    0:00:00 (xfr#95, to-chk=24/220)
07-Nov-2024 21:14:13       3,376,659  88%   46.00MB/s    0:00:00 (xfr#96, to-chk=23/220)
07-Nov-2024 21:14:13       3,377,313  88%   46.01MB/s    0:00:00 (xfr#97, to-chk=22/220)
07-Nov-2024 21:14:13       3,413,080  89%   45.21MB/s    0:00:00 (xfr#98, to-chk=21/220)
07-Nov-2024 21:14:13       3,413,350  89%   44.59MB/s    0:00:00 (xfr#99, to-chk=17/220)
07-Nov-2024 21:14:13       3,542,293  92%   45.65MB/s    0:00:00 (xfr#100, to-chk=16/220)
07-Nov-2024 21:14:13       3,542,563  92%   45.65MB/s    0:00:00 (xfr#101, to-chk=15/220)
07-Nov-2024 21:14:13       3,562,977  93%   45.92MB/s    0:00:00 (xfr#102, to-chk=14/220)
07-Nov-2024 21:14:13       3,563,439  93%   45.31MB/s    0:00:00 (xfr#103, to-chk=10/220)
07-Nov-2024 21:14:13       3,652,924  95%   45.84MB/s    0:00:00 (xfr#104, to-chk=9/220)
07-Nov-2024 21:14:13       3,653,386  95%   45.84MB/s    0:00:00 (xfr#105, to-chk=8/220)
07-Nov-2024 21:14:13       3,680,975  96%   45.59MB/s    0:00:00 (xfr#106, to-chk=7/220)
07-Nov-2024 21:14:13       3,681,533  96%   45.60MB/s    0:00:00 (xfr#107, to-chk=3/220)
07-Nov-2024 21:14:13       3,771,332  98%   46.11MB/s    0:00:00 (xfr#108, to-chk=2/220)
07-Nov-2024 21:14:13       3,771,890  98%   46.12MB/s    0:00:00 (xfr#109, to-chk=1/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   46.04MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   45.47MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   45.47MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   45.47MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   45.47MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   45.47MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   45.47MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   45.47MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   45.47MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   45.47MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   44.91MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   44.91MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13       3,814,057  99%   44.36MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 21:14:13 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.07-20.59.08/pod-logs/dev-oneprovider-krakow-0/cluster-manager
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 21:14:13           2,022  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 21:14:13           4,776  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 21:14:13           4,776  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 21:14:13           6,595  48%    6.29MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 21:14:13           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 21:14:13           6,857  50%    3.27MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 21:14:13 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.07-20.59.08/pod-logs/dev-oneprovider-krakow-0/op-panel
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 21:14:13          17,812  16%   16.99MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 21:14:13          36,557  33%   34.86MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 21:14:13          36,557  33%   34.86MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 21:14:13          54,166  49%   51.66MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 21:14:13          54,457  50%   51.93MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 21:14:13          54,457  50%   25.97MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 21:14:13 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.07-20.59.08/pod-logs/dev-oneprovider-krakow-0/op-worker
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=51/54)
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 21:14:13          36,046   7%   34.38MB/s    0:00:00 (xfr#2, to-chk=49/54)
07-Nov-2024 21:14:13          69,440  13%   66.22MB/s    0:00:00 (xfr#3, to-chk=47/54)
07-Nov-2024 21:14:13          69,870  13%   66.63MB/s    0:00:00 (xfr#4, to-chk=45/54)
07-Nov-2024 21:14:13          69,870  13%   66.63MB/s    0:00:00 (xfr#5, to-chk=43/54)
07-Nov-2024 21:14:13         101,866  20%   97.15MB/s    0:00:00 (xfr#6, to-chk=41/54)
07-Nov-2024 21:14:13         102,016  20%   97.29MB/s    0:00:00 (xfr#7, to-chk=39/54)
07-Nov-2024 21:14:13         102,313  20%   97.57MB/s    0:00:00 (xfr#8, to-chk=37/54)
07-Nov-2024 21:14:13         197,769  39%  188.61MB/s    0:00:00 (xfr#9, to-chk=35/54)
07-Nov-2024 21:14:13         201,239  39%   95.96MB/s    0:00:00 (xfr#10, to-chk=25/54)
07-Nov-2024 21:14:13         208,300  41%   99.33MB/s    0:00:00 (xfr#11, to-chk=24/54)
07-Nov-2024 21:14:13         209,832  41%  100.06MB/s    0:00:00 (xfr#12, to-chk=23/54)
07-Nov-2024 21:14:13         211,991  41%  101.09MB/s    0:00:00 (xfr#13, to-chk=22/54)
07-Nov-2024 21:14:13         215,176  42%  102.60MB/s    0:00:00 (xfr#14, to-chk=21/54)
07-Nov-2024 21:14:13         222,864  44%  106.27MB/s    0:00:00 (xfr#15, to-chk=20/54)
07-Nov-2024 21:14:13         228,221  45%  108.82MB/s    0:00:00 (xfr#16, to-chk=19/54)
07-Nov-2024 21:14:13         229,711  45%  109.53MB/s    0:00:00 (xfr#17, to-chk=18/54)
07-Nov-2024 21:14:13         234,036  46%  111.60MB/s    0:00:00 (xfr#18, to-chk=17/54)
07-Nov-2024 21:14:13         238,076  47%   75.68MB/s    0:00:00 (xfr#19, to-chk=16/54)
07-Nov-2024 21:14:13         245,479  48%   78.04MB/s    0:00:00 (xfr#20, to-chk=15/54)
07-Nov-2024 21:14:13         246,048  48%   78.22MB/s    0:00:00 (xfr#21, to-chk=14/54)
07-Nov-2024 21:14:13         252,824  50%   80.37MB/s    0:00:00 (xfr#22, to-chk=13/54)
07-Nov-2024 21:14:13         259,030  51%   82.34MB/s    0:00:00 (xfr#23, to-chk=12/54)
07-Nov-2024 21:14:13         261,816  51%   83.23MB/s    0:00:00 (xfr#24, to-chk=11/54)
07-Nov-2024 21:14:13         267,452  52%   85.02MB/s    0:00:00 (xfr#25, to-chk=10/54)
07-Nov-2024 21:14:13         271,207  53%   86.21MB/s    0:00:00 (xfr#26, to-chk=9/54)
07-Nov-2024 21:14:13         272,454  53%   86.61MB/s    0:00:00 (xfr#27, to-chk=8/54)
07-Nov-2024 21:14:13         274,961  54%   65.56MB/s    0:00:00 (xfr#28, to-chk=7/54)
07-Nov-2024 21:14:13         282,987  56%   67.47MB/s    0:00:00 (xfr#29, to-chk=6/54)
07-Nov-2024 21:14:13         287,597  56%   68.57MB/s    0:00:00 (xfr#30, to-chk=5/54)
07-Nov-2024 21:14:13         293,518  58%   69.98MB/s    0:00:00 (xfr#31, to-chk=4/54)
07-Nov-2024 21:14:13         295,335  58%   70.41MB/s    0:00:00 (xfr#32, to-chk=3/54)
07-Nov-2024 21:14:13         301,826  59%   71.96MB/s    0:00:00 (xfr#33, to-chk=2/54)
07-Nov-2024 21:14:13         306,778  60%   73.14MB/s    0:00:00 (xfr#34, to-chk=1/54)
07-Nov-2024 21:14:13         307,056  60%   73.21MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 21:14:13         307,056  60%   17.23MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 21:14:13         307,056  60%   17.23MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 21:14:13         307,056  60%   17.23MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 21:14:13         307,056  60%   16.27MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 21:14:13         307,056  60%   16.27MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 21:14:13 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.07-20.59.08/pod-logs/dev-oneprovider-paris-0/cluster-manager
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 21:14:13           2,018  14%    1.92MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 21:14:13           4,766  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 21:14:13           4,766  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 21:14:13           6,581  48%    6.28MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 21:14:13           6,843  50%    6.53MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 21:14:13           6,843  50%    1.63MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 21:14:13 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.07-20.59.08/pod-logs/dev-oneprovider-paris-0/op-panel
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 21:14:13          17,774  16%   16.95MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 21:14:13          36,479  33%   34.79MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 21:14:13          36,479  33%   34.79MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 21:14:13          54,050  49%   51.55MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 21:14:13          54,341  50%   51.82MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 21:14:13          54,341  50%   12.96MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 21:14:13 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.07-20.59.08/pod-logs/dev-oneprovider-paris-0/op-worker
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=51/54)
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 21:14:13          35,728   7%   34.07MB/s    0:00:00 (xfr#2, to-chk=49/54)
07-Nov-2024 21:14:13          68,800  13%   21.87MB/s    0:00:00 (xfr#3, to-chk=47/54)
07-Nov-2024 21:14:13          69,230  13%   22.01MB/s    0:00:00 (xfr#4, to-chk=45/54)
07-Nov-2024 21:14:13          69,230  13%   22.01MB/s    0:00:00 (xfr#5, to-chk=43/54)
07-Nov-2024 21:14:13         100,908  20%   32.08MB/s    0:00:00 (xfr#6, to-chk=41/54)
07-Nov-2024 21:14:13         101,058  20%   32.13MB/s    0:00:00 (xfr#7, to-chk=39/54)
07-Nov-2024 21:14:13         101,355  20%   24.16MB/s    0:00:00 (xfr#8, to-chk=37/54)
07-Nov-2024 21:14:13         196,884  39%   31.29MB/s    0:00:00 (xfr#9, to-chk=35/54)
07-Nov-2024 21:14:13         203,373  40%   32.33MB/s    0:00:00 (xfr#10, to-chk=25/54)
07-Nov-2024 21:14:13         204,901  40%   32.57MB/s    0:00:00 (xfr#11, to-chk=24/54)
07-Nov-2024 21:14:13         208,654  41%   28.43MB/s    0:00:00 (xfr#12, to-chk=23/54)
07-Nov-2024 21:14:13         214,575  42%   29.23MB/s    0:00:00 (xfr#13, to-chk=22/54)
07-Nov-2024 21:14:13         221,984  44%   30.24MB/s    0:00:00 (xfr#14, to-chk=21/54)
07-Nov-2024 21:14:13         228,758  45%   31.17MB/s    0:00:00 (xfr#15, to-chk=20/54)
07-Nov-2024 21:14:13         236,784  47%   32.26MB/s    0:00:00 (xfr#16, to-chk=19/54)
07-Nov-2024 21:14:13         242,420  48%   33.03MB/s    0:00:00 (xfr#17, to-chk=18/54)
07-Nov-2024 21:14:13         244,243  48%   33.28MB/s    0:00:00 (xfr#18, to-chk=17/54)
07-Nov-2024 21:14:13         245,203  48%   33.41MB/s    0:00:00 (xfr#19, to-chk=16/54)
07-Nov-2024 21:14:13         249,534  49%   29.75MB/s    0:00:00 (xfr#20, to-chk=15/54)
07-Nov-2024 21:14:13         252,029  50%   30.04MB/s    0:00:00 (xfr#21, to-chk=14/54)
07-Nov-2024 21:14:13         259,715  51%   30.96MB/s    0:00:00 (xfr#22, to-chk=13/54)
07-Nov-2024 21:14:13         264,663  52%   31.55MB/s    0:00:00 (xfr#23, to-chk=12/54)
07-Nov-2024 21:14:13         267,447  53%   31.88MB/s    0:00:00 (xfr#24, to-chk=11/54)
07-Nov-2024 21:14:13         271,485  54%   32.36MB/s    0:00:00 (xfr#25, to-chk=10/54)
07-Nov-2024 21:14:13         273,642  54%   32.62MB/s    0:00:00 (xfr#26, to-chk=9/54)
07-Nov-2024 21:14:13         274,205  54%   32.69MB/s    0:00:00 (xfr#27, to-chk=8/54)
07-Nov-2024 21:14:13         278,813  55%   33.24MB/s    0:00:00 (xfr#28, to-chk=7/54)
07-Nov-2024 21:14:13         281,992  56%   33.62MB/s    0:00:00 (xfr#29, to-chk=6/54)
07-Nov-2024 21:14:13         282,270  56%   29.91MB/s    0:00:00 (xfr#30, to-chk=5/54)
07-Nov-2024 21:14:13         285,736  56%   30.28MB/s    0:00:00 (xfr#31, to-chk=4/54)
07-Nov-2024 21:14:13         286,981  57%   30.41MB/s    0:00:00 (xfr#32, to-chk=3/54)
07-Nov-2024 21:14:13         294,038  58%   31.16MB/s    0:00:00 (xfr#33, to-chk=2/54)
07-Nov-2024 21:14:13         299,383  59%   31.72MB/s    0:00:00 (xfr#34, to-chk=1/54)
07-Nov-2024 21:14:13         305,589  60%   32.38MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 21:14:13         305,589  60%   29.14MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 21:14:13         305,589  60%   29.14MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 21:14:13         305,589  60%   26.49MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 21:14:13         305,589  60%   26.49MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 21:14:13         305,589  60%   26.49MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 21:14:13 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.07-20.59.08/pod-logs/dev-onezone-0/oz-worker
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=15/18)
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 21:14:13          23,729   7%   22.63MB/s    0:00:00 (xfr#2, to-chk=13/18)
07-Nov-2024 21:14:13          48,221  14%   45.99MB/s    0:00:00 (xfr#3, to-chk=11/18)
07-Nov-2024 21:14:13          48,221  14%   45.99MB/s    0:00:00 (xfr#4, to-chk=9/18)
07-Nov-2024 21:14:13          71,470  21%   68.16MB/s    0:00:00 (xfr#5, to-chk=7/18)
07-Nov-2024 21:14:13          71,561  21%   68.25MB/s    0:00:00 (xfr#6, to-chk=5/18)
07-Nov-2024 21:14:13          71,858  21%   68.53MB/s    0:00:00 (xfr#7, to-chk=3/18)
07-Nov-2024 21:14:13         168,597  50%   80.39MB/s    0:00:00 (xfr#8, to-chk=1/18)
07-Nov-2024 21:14:13         168,597  50%   40.20MB/s    0:00:00 (xfr#8, to-chk=0/18)
07-Nov-2024 21:14:13 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.07-20.59.08/pod-logs/dev-onezone-0/cluster-manager
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 21:14:13           1,978  14%    1.89MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 21:14:13           4,666  34%    4.45MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 21:14:13           4,666  34%    4.45MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 21:14:13           6,441  48%    6.14MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 21:14:13           6,703  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 21:14:13           6,703  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 21:14:13 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.07-20.59.08/pod-logs/dev-onezone-0/oz-panel
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 21:14:13               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 21:14:13          53,548  12%   51.07MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 21:14:13         108,650  25%  103.62MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 21:14:13         156,125  37%   74.45MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 21:14:13         209,470  49%   66.59MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 21:14:13         209,761  50%   66.68MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 21:14:13         209,761  50%   50.01MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 21:14:13 [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/tests/oneclient/logs/multiprovider_proxy/test_multi_reg_file_CRUD.1731014041.0404892 exists, exporting anyway.
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13 =============================== warnings summary ===============================
07-Nov-2024 21:14:13 tests/utils/rest_utils.py:98
07-Nov-2024 21:14:13   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ '
07-Nov-2024 21:14:13     print("""
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13 tests/utils/path_utils.py:112
07-Nov-2024 21:14:13   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
07-Nov-2024 21:14:13     return path.replace("'", "\\'").replace(' ', '\ ')
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13 tests/utils/acceptance_utils.py:55
07-Nov-2024 21:14:13   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d'
07-Nov-2024 21:14:13     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13 tests/utils/acceptance_utils.py:57
07-Nov-2024 21:14:13   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d'
07-Nov-2024 21:14:13     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
07-Nov-2024 21:14:13
07-Nov-2024 21:14:13 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
07-Nov-2024 21:14:13 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/test-reports/results.xml -
07-Nov-2024 21:14:13 ================== 26 passed, 4 warnings in 907.97s (0:15:07) ==================
07-Nov-2024 21:14:19 release "dev" uninstalled
07-Nov-2024 21:14:20 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
07-Nov-2024 21:14:20 persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted
07-Nov-2024 21:14:23 No resources found
07-Nov-2024 21:14:24 Sidecar injection has been disabled
07-Nov-2024 21:14:24 Cleaning helm release "dev"...
07-Nov-2024 21:14:24 Deleted 1 helm deployments
07-Nov-2024 21:14:24 Deleted 0 k8s deployments
07-Nov-2024 21:14:24 Deleted 0 k8s services
07-Nov-2024 21:14:24 Deleted 0 persistent volumes
07-Nov-2024 21:14:25 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
07-Nov-2024 21:14:25 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
07-Nov-2024 21:14:25 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
07-Nov-2024 21:14:25 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
07-Nov-2024 21:14:25 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
07-Nov-2024 21:14:25 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
07-Nov-2024 21:14:25 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
07-Nov-2024 21:14:25 Finished task 'Run acceptance oneclient tests' with result: Success
07-Nov-2024 21:14:25 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
07-Nov-2024 21:14:25 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH...
07-Nov-2024 21:14:25 Finished task 'Parse test results' with result: Success
07-Nov-2024 21:14:25 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
07-Nov-2024 21:14:25
Substituting variable: ${bamboo.artifactRepoHostname} with S3
07-Nov-2024 21:14:25
Substituting variable: ${bamboo.artifactRepoPort} with 10161
07-Nov-2024 21:14:25
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
07-Nov-2024 21:14:25
Substituting variable: ${bamboo.planRepository.branchName} with develop
07-Nov-2024 21:14:25
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
07-Nov-2024 21:14:25
Substituting variable: ${bamboo.artifactRepoHostname} with S3
07-Nov-2024 21:14:25
Substituting variable: ${bamboo.artifactRepoPort} with 10161
07-Nov-2024 21:14:25
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
07-Nov-2024 21:14:25
Substituting variable: ${bamboo.planRepository.branchName} with develop
07-Nov-2024 21:14:25
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
07-Nov-2024 21:14:25 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
07-Nov-2024 21:14:25
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio hardlinks #3359 (ODSRV-OAP-MPRFCPH-3359)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPH-3359-ScriptBuildTask-7854627980708790292.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance
07-Nov-2024 21:14:25 ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_multiprovider_proxy_regular_file_CRUD_proxyio_hardlinks.tar.gz
07-Nov-2024 21:14:26 Uploading artifact
07-Nov-2024 21:14:26     source path: surefire_multiprovider_proxy_regular_file_CRUD_proxyio_hardlinks.tar.gz
07-Nov-2024 21:14:26     dest.  path: artifacts/onedata-acceptance/develop/surefire_multiprovider_proxy_regular_file_CRUD_proxyio_hardlinks.tar.gz
07-Nov-2024 21:14:26 Finished task 'Pack and push surefire artifact' with result: Success
07-Nov-2024 21:14:26 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
07-Nov-2024 21:14:26 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
07-Nov-2024 21:14:26
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio hardlinks #3359 (ODSRV-OAP-MPRFCPH-3359)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPH-3359-ScriptBuildTask-15919594513657462744.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH
07-Nov-2024 21:14:26 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
07-Nov-2024 21:14:26 Finished task 'Pack logs' with result: Success
07-Nov-2024 21:14:26 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
07-Nov-2024 21:14:26
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
07-Nov-2024 21:14:26 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
07-Nov-2024 21:14:26
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio hardlinks #3359 (ODSRV-OAP-MPRFCPH-3359)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPH-3359-ScriptBuildTask-9676924998089985065.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance
07-Nov-2024 21:14:26   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
07-Nov-2024 21:14:26                                  Dload  Upload   Total   Spent    Left  Speed
07-Nov-2024 21:14:26
07-Nov-2024 21:14:26   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
07-Nov-2024 21:14:26 100  4822  100  4822    0     0  52989      0 --:--:-- --:--:-- --:--:-- 52989
07-Nov-2024 21:14:26 Clearing /tmp/onedata and /home/bamboo/.one-env
07-Nov-2024 21:14:28 Cleaning helm deployments
07-Nov-2024 21:14:28 Cleanining pods
07-Nov-2024 21:14:28 Cleaning kube persistant volumes
07-Nov-2024 21:14:29 Cleaning dockswift container
07-Nov-2024 21:14:29 Cleaning docker containers
07-Nov-2024 21:14:32 Stalled docker containers to remove:
07-Nov-2024 21:14:32 2116de81dc52 ea3d4ac72e04 759c1abd0254 26f70696ce80 4af7f30d4d9e bbbf3fec9274 d257ef6543f3 387540e8d789 6ce8b9256255 a35a1da3c3b3 ee0c8ad15ab3 afb7f547380a f22d1acb34b0 2d3deab1ee47 19a3819808bd aa2e85f89572 f99a939e2b11 fb7e8c544a77 d2c6f760556d 18d78bd44269
07-Nov-2024 21:14:32 Removing stalled docker containers
07-Nov-2024 21:14:32 Error response from daemon: Cannot kill container: 2116de81dc52: Container 2116de81dc520ddffdd79a2c5e0042d16948ea1a218852783738942be7d4f183 is not running
07-Nov-2024 21:14:32 2116de81dc52
07-Nov-2024 21:14:32 Error response from daemon: Cannot kill container: ea3d4ac72e04: Container ea3d4ac72e044aa523c34db20c044291b96d7779b86ec401e81d828490070ebe is not running
07-Nov-2024 21:14:32 ea3d4ac72e04
07-Nov-2024 21:14:32 Error response from daemon: Cannot kill container: 759c1abd0254: Container 759c1abd0254fbdf1c345c219d8f660bb1ab890061eb0389e865bf7d35f1d8f2 is not running
07-Nov-2024 21:14:32 759c1abd0254
07-Nov-2024 21:14:32 Error response from daemon: Cannot kill container: 26f70696ce80: Container 26f70696ce80ab3f41deb33a59d45fb4e58412864ccf644374ca8a82f11baad1 is not running
07-Nov-2024 21:14:32 26f70696ce80
07-Nov-2024 21:14:32 Error response from daemon: Cannot kill container: 4af7f30d4d9e: Container 4af7f30d4d9e991391d636cb12389f8f050c034b89a60bc371b570ef42cbf470 is not running
07-Nov-2024 21:14:32 4af7f30d4d9e
07-Nov-2024 21:14:32 Error response from daemon: Cannot kill container: bbbf3fec9274: Container bbbf3fec92747f37bcb432d20080ab044e8cdf4ae3058a9ed45d58ba33e87579 is not running
07-Nov-2024 21:14:32 bbbf3fec9274
07-Nov-2024 21:14:32 Error response from daemon: Cannot kill container: d257ef6543f3: Container d257ef6543f3a5b82584ff3df768ada4cf5c54a9e571feb990a455f93475ca91 is not running
07-Nov-2024 21:14:32 d257ef6543f3
07-Nov-2024 21:14:32 Error response from daemon: Cannot kill container: 387540e8d789: Container 387540e8d7896fe81184c578674900e29b202aaaf2ad388859c220f0fe62193d is not running
07-Nov-2024 21:14:32 387540e8d789
07-Nov-2024 21:14:32 Error response from daemon: Cannot kill container: 6ce8b9256255: Container 6ce8b9256255b3bb3f3e24e30e72ce2485a069844450932d82ea6e88117b8aeb is not running
07-Nov-2024 21:14:32 6ce8b9256255
07-Nov-2024 21:14:32 Error response from daemon: Cannot kill container: a35a1da3c3b3: Container a35a1da3c3b31b9695585ed5d4b18e1eea7c0deca7f08be8013dfd4347a136f1 is not running
07-Nov-2024 21:14:32 a35a1da3c3b3
07-Nov-2024 21:14:33 Error response from daemon: Cannot kill container: ee0c8ad15ab3: Container ee0c8ad15ab3b47df3d4875bf199db0afdc38ea1a72a06a69fd3ded5e738cdb3 is not running
07-Nov-2024 21:14:33 ee0c8ad15ab3
07-Nov-2024 21:14:33 Error response from daemon: Cannot kill container: afb7f547380a: Container afb7f547380ac6cdc2653644603397afe1bfa0f4aa63c1212880e288ebd47c72 is not running
07-Nov-2024 21:14:33 afb7f547380a
07-Nov-2024 21:14:33 Error response from daemon: Cannot kill container: f22d1acb34b0: Container f22d1acb34b0d967784b97aadce538f9e7001bfd9f83b71ec4cc5f68ca80f8a6 is not running
07-Nov-2024 21:14:33 f22d1acb34b0
07-Nov-2024 21:14:33 Error response from daemon: Cannot kill container: 2d3deab1ee47: Container 2d3deab1ee47e97bfdbb361703becb750857f98d309c8391275f9b402fee10bf is not running
07-Nov-2024 21:14:33 2d3deab1ee47
07-Nov-2024 21:14:33 Error response from daemon: Cannot kill container: 19a3819808bd: Container 19a3819808bdba5c73b89d77e1903cd7a2f0f95e0ddfab0f4c36a9b3b9e2171c is not running
07-Nov-2024 21:14:33 19a3819808bd
07-Nov-2024 21:14:33 Error response from daemon: Cannot kill container: aa2e85f89572: Container aa2e85f895728aa023da3bd28c9c9ff61957be51a0e22daffbc751130757d020 is not running
07-Nov-2024 21:14:33 aa2e85f89572
07-Nov-2024 21:14:33 Error response from daemon: Cannot kill container: f99a939e2b11: Container f99a939e2b111a2c89e4116434b8d351b085fd25a19c69dbe50712287b10fc69 is not running
07-Nov-2024 21:14:33 f99a939e2b11
07-Nov-2024 21:14:33 Error response from daemon: Cannot kill container: fb7e8c544a77: Container fb7e8c544a77346ceffb57d392df490008c219fbf32ea8dfba7648c7dd84954a is not running
07-Nov-2024 21:14:33 fb7e8c544a77
07-Nov-2024 21:14:33 Error response from daemon: Cannot kill container: d2c6f760556d: Container d2c6f760556d672e23d4a3e346299ec1e3cd8c939c7f3e7b209338642698f0c5 is not running
07-Nov-2024 21:14:33 d2c6f760556d
07-Nov-2024 21:14:33 18d78bd44269
07-Nov-2024 21:14:33 18d78bd44269
07-Nov-2024 21:14:33 Stalled docker volumes to remove:
07-Nov-2024 21:14:33
07-Nov-2024 21:14:33 Removing stalled docker volumes
07-Nov-2024 21:14:33 Removing stalled loopdevices
07-Nov-2024 21:14:34 Done
07-Nov-2024 21:14:34 Finished task 'Clear env and working dir' with result: Success
07-Nov-2024 21:14:34 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
07-Nov-2024 21:14:34 Running post build plugin 'Docker Container Cleanup'
07-Nov-2024 21:14:34 Running post build plugin 'NCover Results Collector'
07-Nov-2024 21:14:34 Running post build plugin 'Build Results Label Collector'
07-Nov-2024 21:14:34 Running post build plugin 'Clover Results Collector'
07-Nov-2024 21:14:34 Running post build plugin 'npm Cache Cleanup'
07-Nov-2024 21:14:34 Running post build plugin 'Artifact Copier'
07-Nov-2024 21:14:34 Publishing an artifact: test_logs.tar.gz
07-Nov-2024 21:14:34 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 152.0 ms
07-Nov-2024 21:14:35 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH'
07-Nov-2024 21:14:35 Finalising the build...
07-Nov-2024 21:14:35 Stopping timer.
07-Nov-2024 21:14:35 Build ODSRV-OAP-MPRFCPH-3359 completed.
07-Nov-2024 21:14:35 Running on server: post build plugin 'Build Hanging Detection Configuration'
07-Nov-2024 21:14:35 Running on server: post build plugin 'NCover Results Collector'
07-Nov-2024 21:14:35 Running on server: post build plugin 'Build Labeller'
07-Nov-2024 21:14:35 Running on server: post build plugin 'Clover Delta Calculator'
07-Nov-2024 21:14:35 Running on server: post build plugin 'Maven Dependencies Postprocessor'
07-Nov-2024 21:14:35 All post build plugins have finished
07-Nov-2024 21:14:35 Generating build results summary...
07-Nov-2024 21:14:35 Saving build results to disk...
07-Nov-2024 21:14:35 Store variable context...
07-Nov-2024 21:14:35 Finished building ODSRV-OAP-MPRFCPH-3359.