oneclient acceptance tests using environment deployed from packages

Build: #3367 was successful

Job: multiprovider regular file CRUD proxyio symlinks was successful

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Build log

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

23-Nov-2024 07:44:34 -- Executing step: 'Given "oneclients [client11, client21]
23-Nov-2024 07:44:34 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
23-Nov-2024 07:44:34 using [token, token] by [user1, user2]"'
23-Nov-2024 07:44:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:44:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:44:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:44:34
23-Nov-2024 07:44:34
23-Nov-2024 07:44:34 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-tjjwv'
23-Nov-2024 07:44:34 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-tjjwv' successfully started
23-Nov-2024 07:44:34
23-Nov-2024 07:44:34 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/7hjj4sbs2gb6knk9
23-Nov-2024 07:44:34
23-Nov-2024 07:44:34 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/7hjj4sbs2gb6knk9 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/7hjj4sbs2gb6knk9
23-Nov-2024 07:44:34 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15683201536603339114'...
23-Nov-2024 07:44:34 Getting configuration...
23-Nov-2024 07:44:34 Oneclient has been successfully mounted in '/tmp/onedata/mnt/7hjj4sbs2gb6knk9'.
23-Nov-2024 07:44:34
23-Nov-2024 07:44:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:44:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:44:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:44:34
23-Nov-2024 07:44:34
23-Nov-2024 07:44:34 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vmx5t'
23-Nov-2024 07:44:34 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vmx5t' successfully started
23-Nov-2024 07:44:34
23-Nov-2024 07:44:34 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/uq7hnw7ql2kzezj2
23-Nov-2024 07:44:34
23-Nov-2024 07:44:34 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/uq7hnw7ql2kzezj2 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/uq7hnw7ql2kzezj2
23-Nov-2024 07:44:34 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '13275606089345670897'...
23-Nov-2024 07:44:34 Getting configuration...
23-Nov-2024 07:44:34 Oneclient has been successfully mounted in '/tmp/onedata/mnt/uq7hnw7ql2kzezj2'.
23-Nov-2024 07:44:34
23-Nov-2024 07:44:34 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
23-Nov-2024 07:44:34 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
23-Nov-2024 07:44:34 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
23-Nov-2024 07:44:34 -- Executing step: 'When "user2 sees [dir1] in space1 on client21"'
23-Nov-2024 07:44:34 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
23-Nov-2024 07:44:34 -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"'
23-Nov-2024 07:44:34 -- Executing step: 'Then "mode of user2's space1/dir1 is 755 on client21"'
23-Nov-2024 07:44:34 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
23-Nov-2024 07:44:34 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
23-Nov-2024 07:44:34 -- Executing step: 'Then "user2 fails to delete files [space1/dir1/file1] on client21"'
23-Nov-2024 07:44:34 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
23-Nov-2024 07:44:34 -- Executing step: 'Then "user1 can stat [file1] in space1/dir1 on client11"'
23-Nov-2024 07:44:34 -- Executing step: 'Then "user2 can stat [file1] in space1/dir1 on client21"'
23-Nov-2024 07:44:34 -- Executing step: 'Then "user1 sees [file1] in space1/dir1 on client11"'
23-Nov-2024 07:44:34 -- Executing step: 'Then "user2 sees [file1] in space1/dir1 on client21"'
23-Nov-2024 07:44:34 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
23-Nov-2024 07:44:34 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client21"'
23-Nov-2024 07:44:34 =================================================================
23-Nov-2024 07:44:34
23-Nov-2024 07:44:34 PASSED
23-Nov-2024 07:44:34 Unmounting client from /tmp/onedata/mnt/7hjj4sbs2gb6knk9
23-Nov-2024 07:44:34
23-Nov-2024 07:44:34
23-Nov-2024 07:44:34 Unmounting client from /tmp/onedata/mnt/uq7hnw7ql2kzezj2
23-Nov-2024 07:44:34
23-Nov-2024 07:44:34
23-Nov-2024 07:45:08 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_right_after_close[multiprovider_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
23-Nov-2024 07:45:08 =================================================================
23-Nov-2024 07:45:08 - Executing scenario 'Delete file right after closing it'
23-Nov-2024 07:45:08 - from feature 'Multi_regular_file_CRUD'
23-Nov-2024 07:45:08 -----------------------------------------------------------------
23-Nov-2024 07:45:08 -- Executing step: 'Given "oneclients [client11, client21]
23-Nov-2024 07:45:08 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
23-Nov-2024 07:45:08 using [token, token] by [user1, user2]"'
23-Nov-2024 07:45:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:45:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:45:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:45:08
23-Nov-2024 07:45:08
23-Nov-2024 07:45:08 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-tjjwv'
23-Nov-2024 07:45:08 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-tjjwv' successfully started
23-Nov-2024 07:45:08
23-Nov-2024 07:45:08 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/gyo8zg7eegurti7n
23-Nov-2024 07:45:08
23-Nov-2024 07:45:08 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/gyo8zg7eegurti7n --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/gyo8zg7eegurti7n
23-Nov-2024 07:45:08 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '12929467817339046529'...
23-Nov-2024 07:45:08 Getting configuration...
23-Nov-2024 07:45:08 Oneclient has been successfully mounted in '/tmp/onedata/mnt/gyo8zg7eegurti7n'.
23-Nov-2024 07:45:08
23-Nov-2024 07:45:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:45:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:45:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:45:08
23-Nov-2024 07:45:08
23-Nov-2024 07:45:08 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vmx5t'
23-Nov-2024 07:45:08 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vmx5t' successfully started
23-Nov-2024 07:45:08
23-Nov-2024 07:45:08 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/3scqpbqz8mg1sb03
23-Nov-2024 07:45:08
23-Nov-2024 07:45:08 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/3scqpbqz8mg1sb03 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/3scqpbqz8mg1sb03
23-Nov-2024 07:45:08 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '6088326427722233549'...
23-Nov-2024 07:45:08 Getting configuration...
23-Nov-2024 07:45:08 Oneclient has been successfully mounted in '/tmp/onedata/mnt/3scqpbqz8mg1sb03'.
23-Nov-2024 07:45:08
23-Nov-2024 07:45:08 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
23-Nov-2024 07:45:08 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
23-Nov-2024 07:45:08 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
23-Nov-2024 07:45:08 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
23-Nov-2024 07:45:08 -- Executing step: 'When "user1 opens space1/file1 with mode r+ on client11"'
23-Nov-2024 07:45:08 -- Executing step: 'When "user1 closes space1/file1 on client11"'
23-Nov-2024 07:45:08 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
23-Nov-2024 07:45:08 -- Executing step: 'When "space1 is empty for user1 on client11"'
23-Nov-2024 07:45:08 =================================================================
23-Nov-2024 07:45:08
23-Nov-2024 07:45:09 PASSED
23-Nov-2024 07:45:09 Unmounting client from /tmp/onedata/mnt/gyo8zg7eegurti7n
23-Nov-2024 07:45:09
23-Nov-2024 07:45:09
23-Nov-2024 07:45:09 Unmounting client from /tmp/onedata/mnt/3scqpbqz8mg1sb03
23-Nov-2024 07:45:09
23-Nov-2024 07:45:09
23-Nov-2024 07:45:46 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_create_many[multiprovider_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
23-Nov-2024 07:45:46 =================================================================
23-Nov-2024 07:45:46 - Executing scenario 'Create many children'
23-Nov-2024 07:45:46 - from feature 'Multi_regular_file_CRUD'
23-Nov-2024 07:45:46 -----------------------------------------------------------------
23-Nov-2024 07:45:46 -- Executing step: 'Given "oneclients [client11, client21]
23-Nov-2024 07:45:46 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
23-Nov-2024 07:45:46 using [token, token] by [user1, user2]"'
23-Nov-2024 07:45:46 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:45:46 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:45:46 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:45:46
23-Nov-2024 07:45:46
23-Nov-2024 07:45:46 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-tjjwv'
23-Nov-2024 07:45:46 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-tjjwv' successfully started
23-Nov-2024 07:45:46
23-Nov-2024 07:45:46 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/ac9cwt47wblgj6pm
23-Nov-2024 07:45:46
23-Nov-2024 07:45:46 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ac9cwt47wblgj6pm --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ac9cwt47wblgj6pm
23-Nov-2024 07:45:46 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '12346968161421693490'...
23-Nov-2024 07:45:46 Getting configuration...
23-Nov-2024 07:45:46 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ac9cwt47wblgj6pm'.
23-Nov-2024 07:45:46
23-Nov-2024 07:45:46 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:45:46 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:45:46 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:45:46
23-Nov-2024 07:45:46
23-Nov-2024 07:45:46 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vmx5t'
23-Nov-2024 07:45:46 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vmx5t' successfully started
23-Nov-2024 07:45:46
23-Nov-2024 07:45:46 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/bnwhsa3azp121vlq
23-Nov-2024 07:45:46
23-Nov-2024 07:45:46 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/bnwhsa3azp121vlq --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/bnwhsa3azp121vlq
23-Nov-2024 07:45:46 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '1236245903568039198'...
23-Nov-2024 07:45:46 Getting configuration...
23-Nov-2024 07:45:46 Oneclient has been successfully mounted in '/tmp/onedata/mnt/bnwhsa3azp121vlq'.
23-Nov-2024 07:45:46
23-Nov-2024 07:45:46 -- Executing step: 'When "user1 creates child files of space1 with names in range [1, 127) on client11"'
23-Nov-2024 07:45:46 -- Executing step: 'Then "user2 lists children of space1 and gets names in range [1, 127) on client21"'
23-Nov-2024 07:45:46 =================================================================
23-Nov-2024 07:45:46
23-Nov-2024 07:45:57 PASSED
23-Nov-2024 07:45:57 Unmounting client from /tmp/onedata/mnt/ac9cwt47wblgj6pm
23-Nov-2024 07:45:57
23-Nov-2024 07:45:57
23-Nov-2024 07:45:57 Unmounting client from /tmp/onedata/mnt/bnwhsa3azp121vlq
23-Nov-2024 07:45:57
23-Nov-2024 07:45:57
23-Nov-2024 07:46:30 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_copy_delete[multiprovider_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
23-Nov-2024 07:46:30 =================================================================
23-Nov-2024 07:46:30 - Executing scenario 'Create nonempty file then copy it and remove source file'
23-Nov-2024 07:46:30 - from feature 'Multi_regular_file_CRUD'
23-Nov-2024 07:46:30 -----------------------------------------------------------------
23-Nov-2024 07:46:30 -- Executing step: 'Given "oneclients [client11, client21]
23-Nov-2024 07:46:30 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
23-Nov-2024 07:46:30 using [token, token] by [user1, user2]"'
23-Nov-2024 07:46:30 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:46:30 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:46:30 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:46:30
23-Nov-2024 07:46:30
23-Nov-2024 07:46:30 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-tjjwv'
23-Nov-2024 07:46:30 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-tjjwv' successfully started
23-Nov-2024 07:46:30
23-Nov-2024 07:46:30 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/2aswt73r56f5uu6w
23-Nov-2024 07:46:30
23-Nov-2024 07:46:30 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/2aswt73r56f5uu6w --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/2aswt73r56f5uu6w
23-Nov-2024 07:46:30 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '9410662309556444345'...
23-Nov-2024 07:46:30 Getting configuration...
23-Nov-2024 07:46:30 Oneclient has been successfully mounted in '/tmp/onedata/mnt/2aswt73r56f5uu6w'.
23-Nov-2024 07:46:30
23-Nov-2024 07:46:30 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:46:30 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:46:30 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:46:30
23-Nov-2024 07:46:30
23-Nov-2024 07:46:30 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vmx5t'
23-Nov-2024 07:46:30 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vmx5t' successfully started
23-Nov-2024 07:46:30
23-Nov-2024 07:46:30 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/3i9ed0l7va9ivjwa
23-Nov-2024 07:46:30
23-Nov-2024 07:46:30 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/3i9ed0l7va9ivjwa --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/3i9ed0l7va9ivjwa
23-Nov-2024 07:46:30 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '10553800189185791764'...
23-Nov-2024 07:46:30 Getting configuration...
23-Nov-2024 07:46:30 Oneclient has been successfully mounted in '/tmp/onedata/mnt/3i9ed0l7va9ivjwa'.
23-Nov-2024 07:46:30
23-Nov-2024 07:46:30 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
23-Nov-2024 07:46:30 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
23-Nov-2024 07:46:30 -- Executing step: 'When "user1 copies regular file space1/file1 to space1/file1_copy on client11"'
23-Nov-2024 07:46:30 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
23-Nov-2024 07:46:30 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client11"'
23-Nov-2024 07:46:30 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client21"'
23-Nov-2024 07:46:30 =================================================================
23-Nov-2024 07:46:30
23-Nov-2024 07:46:30 PASSED
23-Nov-2024 07:46:30 Unmounting client from /tmp/onedata/mnt/2aswt73r56f5uu6w
23-Nov-2024 07:46:30
23-Nov-2024 07:46:30
23-Nov-2024 07:46:30 Unmounting client from /tmp/onedata/mnt/3i9ed0l7va9ivjwa
23-Nov-2024 07:46:30
23-Nov-2024 07:46:30
23-Nov-2024 07:47:11 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_move_between_spaces[multiprovider_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
23-Nov-2024 07:47:11 =================================================================
23-Nov-2024 07:47:11 - Executing scenario 'Create nonempty file then move it to another space'
23-Nov-2024 07:47:11 - from feature 'Multi_regular_file_CRUD'
23-Nov-2024 07:47:11 -----------------------------------------------------------------
23-Nov-2024 07:47:11 -- Executing step: 'Given "oneclients [client11, client21]
23-Nov-2024 07:47:11 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
23-Nov-2024 07:47:11 using [token, token] by [user1, user2]"'
23-Nov-2024 07:47:11 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:47:11 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:47:11 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-tjjwv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:47:11
23-Nov-2024 07:47:11
23-Nov-2024 07:47:11 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-tjjwv'
23-Nov-2024 07:47:11 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-tjjwv' successfully started
23-Nov-2024 07:47:11
23-Nov-2024 07:47:11 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/vcv9v91iudt283kt
23-Nov-2024 07:47:11
23-Nov-2024 07:47:11 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/vcv9v91iudt283kt --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/vcv9v91iudt283kt
23-Nov-2024 07:47:11 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '12851541191368704188'...
23-Nov-2024 07:47:11 Getting configuration...
23-Nov-2024 07:47:11 Oneclient has been successfully mounted in '/tmp/onedata/mnt/vcv9v91iudt283kt'.
23-Nov-2024 07:47:11
23-Nov-2024 07:47:11 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:47:11 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:47:11 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vmx5t', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:47:11
23-Nov-2024 07:47:11
23-Nov-2024 07:47:11 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vmx5t'
23-Nov-2024 07:47:11 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vmx5t' successfully started
23-Nov-2024 07:47:11
23-Nov-2024 07:47:11 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/dpzixa7rc93vt9ax
23-Nov-2024 07:47:11
23-Nov-2024 07:47:11 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/dpzixa7rc93vt9ax --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/dpzixa7rc93vt9ax
23-Nov-2024 07:47:11 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '4463054917885669051'...
23-Nov-2024 07:47:11 Getting configuration...
23-Nov-2024 07:47:11 Oneclient has been successfully mounted in '/tmp/onedata/mnt/dpzixa7rc93vt9ax'.
23-Nov-2024 07:47:11
23-Nov-2024 07:47:11 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
23-Nov-2024 07:47:11 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
23-Nov-2024 07:47:11 -- Executing step: 'When "user2 reads "TEST TEXT ONEDATA" from file space1/file1 on client21"'
23-Nov-2024 07:47:11 -- Executing step: 'When "user1 renames space1/file1 to space2/file1_moved on client11"'
23-Nov-2024 07:47:11 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client11"'
23-Nov-2024 07:47:11 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client21"'
23-Nov-2024 07:47:11 =================================================================
23-Nov-2024 07:47:11
23-Nov-2024 07:47:22 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
23-Nov-2024 07:47:22 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
23-Nov-2024 07:47:22 PASSED
23-Nov-2024 07:47:22 Unmounting client from /tmp/onedata/mnt/vcv9v91iudt283kt
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22 Unmounting client from /tmp/onedata/mnt/dpzixa7rc93vt9ax
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22 Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MRFCPS/onedata-acceptance/tests/oneclient/logs/multiprovider_proxyio/test_multi_reg_file_CRUD.1732348032.1222744', '-c', '/tmp/logs']
23-Nov-2024 07:47:22 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-jh8nm. See /home/bamboo/.one-env/deployments/2024.11.23-07.25.41/pod-logs/dev-cross-support-job-3p-users-jh8nm/entrypoint.log for more details
23-Nov-2024 07:47:22 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-tjjwv: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.23-07.25.41/pod-logs/dev-oneclient-krakow-7d9476b8bc-tjjwv/oneclient_logs
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=191/223)
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:47:22          44,231   0%   42.18MB/s    0:00:00 (xfr#1, to-chk=190/223)
23-Nov-2024 07:47:22          44,231   0%   42.18MB/s    0:00:00 (xfr#1, to-chk=184/223)
23-Nov-2024 07:47:22          44,789   0%   42.71MB/s    0:00:00 (xfr#2, to-chk=186/223)
23-Nov-2024 07:47:22         189,377   1%   90.30MB/s    0:00:00 (xfr#3, to-chk=185/223)
23-Nov-2024 07:47:22         189,935   1%   60.38MB/s    0:00:00 (xfr#4, to-chk=184/223)
23-Nov-2024 07:47:22         190,563   1%   60.58MB/s    0:00:00 (xfr#5, to-chk=183/223)
23-Nov-2024 07:47:22         245,764   1%   58.59MB/s    0:00:00 (xfr#6, to-chk=182/223)
23-Nov-2024 07:47:22         246,418   1%   58.75MB/s    0:00:00 (xfr#7, to-chk=178/223)
23-Nov-2024 07:47:22         441,868   3%   42.14MB/s    0:00:00 (xfr#8, to-chk=177/223)
23-Nov-2024 07:47:22         442,522   3%   42.20MB/s    0:00:00 (xfr#9, to-chk=176/223)
23-Nov-2024 07:47:22         495,296   3%   42.94MB/s    0:00:00 (xfr#10, to-chk=175/223)
23-Nov-2024 07:47:22         495,566   3%   42.96MB/s    0:00:00 (xfr#11, to-chk=171/223)
23-Nov-2024 07:47:22         668,770   5%   49.06MB/s    0:00:00 (xfr#12, to-chk=170/223)
23-Nov-2024 07:47:22         669,040   5%   49.08MB/s    0:00:00 (xfr#13, to-chk=169/223)
23-Nov-2024 07:47:22         723,601   5%   40.59MB/s    0:00:00 (xfr#14, to-chk=168/223)
23-Nov-2024 07:47:22         724,159   5%   40.62MB/s    0:00:00 (xfr#15, to-chk=164/223)
23-Nov-2024 07:47:22         901,503   7%   35.82MB/s    0:00:00 (xfr#16, to-chk=163/223)
23-Nov-2024 07:47:22         902,061   7%   35.84MB/s    0:00:00 (xfr#17, to-chk=162/223)
23-Nov-2024 07:47:22         972,392   7%   34.35MB/s    0:00:00 (xfr#18, to-chk=161/223)
23-Nov-2024 07:47:22         973,046   7%   34.37MB/s    0:00:00 (xfr#19, to-chk=157/223)
23-Nov-2024 07:47:22       1,243,667   9%   29.65MB/s    0:00:00 (xfr#20, to-chk=156/223)
23-Nov-2024 07:47:22       1,244,321   9%   29.67MB/s    0:00:00 (xfr#21, to-chk=155/223)
23-Nov-2024 07:47:22       1,297,762  10%   30.94MB/s    0:00:00 (xfr#22, to-chk=154/223)
23-Nov-2024 07:47:22       1,298,416  10%   30.96MB/s    0:00:00 (xfr#23, to-chk=150/223)
23-Nov-2024 07:47:22       1,491,695  11%   33.08MB/s    0:00:00 (xfr#24, to-chk=149/223)
23-Nov-2024 07:47:22       1,492,349  11%   33.10MB/s    0:00:00 (xfr#25, to-chk=148/223)
23-Nov-2024 07:47:22       1,523,344  12%   33.79MB/s    0:00:00 (xfr#26, to-chk=147/223)
23-Nov-2024 07:47:22       1,523,710  12%   33.79MB/s    0:00:00 (xfr#27, to-chk=143/223)
23-Nov-2024 07:47:22       1,663,465  13%   36.05MB/s    0:00:00 (xfr#28, to-chk=142/223)
23-Nov-2024 07:47:22       1,663,831  13%   36.06MB/s    0:00:00 (xfr#29, to-chk=141/223)
23-Nov-2024 07:47:22       1,690,838  13%   36.65MB/s    0:00:00 (xfr#30, to-chk=140/223)
23-Nov-2024 07:47:22       1,691,396  13%   36.66MB/s    0:00:00 (xfr#31, to-chk=136/223)
23-Nov-2024 07:47:22       1,788,934  14%   37.91MB/s    0:00:00 (xfr#32, to-chk=135/223)
23-Nov-2024 07:47:22       1,789,492  14%   37.92MB/s    0:00:00 (xfr#33, to-chk=134/223)
23-Nov-2024 07:47:22       2,551,336  20%   43.45MB/s    0:00:00 (xfr#34, to-chk=133/223)
23-Nov-2024 07:47:22       2,551,798  20%   43.46MB/s    0:00:00 (xfr#35, to-chk=129/223)
23-Nov-2024 07:47:22       5,733,335  45%   54.14MB/s    0:00:00 (xfr#36, to-chk=128/223)
23-Nov-2024 07:47:22       5,733,797  45%   53.61MB/s    0:00:00 (xfr#37, to-chk=127/223)
23-Nov-2024 07:47:22       5,734,425  45%   53.62MB/s    0:00:00 (xfr#38, to-chk=126/223)
23-Nov-2024 07:47:22       5,972,292  47%   53.73MB/s    0:00:00 (xfr#39, to-chk=125/223)
23-Nov-2024 07:47:22       5,972,562  47%   53.73MB/s    0:00:00 (xfr#40, to-chk=121/223)
23-Nov-2024 07:47:22       8,498,346  67%   50.34MB/s    0:00:00 (xfr#41, to-chk=120/223)
23-Nov-2024 07:47:22       8,498,616  67%   50.34MB/s    0:00:00 (xfr#42, to-chk=119/223)
23-Nov-2024 07:47:22       8,531,848  67%   50.23MB/s    0:00:00 (xfr#43, to-chk=118/223)
23-Nov-2024 07:47:22       8,532,310  67%   50.23MB/s    0:00:00 (xfr#44, to-chk=114/223)
23-Nov-2024 07:47:22       8,654,560  68%   49.13MB/s    0:00:00 (xfr#45, to-chk=113/223)
23-Nov-2024 07:47:22       8,655,022  68%   47.99MB/s    0:00:00 (xfr#46, to-chk=112/223)
23-Nov-2024 07:47:22       8,655,650  68%   47.99MB/s    0:00:00 (xfr#47, to-chk=111/223)
23-Nov-2024 07:47:22       8,696,909  68%   48.22MB/s    0:00:00 (xfr#48, to-chk=110/223)
23-Nov-2024 07:47:22       8,697,275  68%   48.22MB/s    0:00:00 (xfr#49, to-chk=106/223)
23-Nov-2024 07:47:22       8,836,428  69%   48.71MB/s    0:00:00 (xfr#50, to-chk=105/223)
23-Nov-2024 07:47:22       8,836,794  69%   48.71MB/s    0:00:00 (xfr#51, to-chk=104/223)
23-Nov-2024 07:47:22       8,875,905  70%   48.65MB/s    0:00:00 (xfr#52, to-chk=103/223)
23-Nov-2024 07:47:22       8,876,751  70%   48.65MB/s    0:00:00 (xfr#53, to-chk=99/223)
23-Nov-2024 07:47:22       9,015,858  71%   48.85MB/s    0:00:00 (xfr#54, to-chk=98/223)
23-Nov-2024 07:47:22       9,016,704  71%   48.86MB/s    0:00:00 (xfr#55, to-chk=97/223)
23-Nov-2024 07:47:22       9,052,138  71%   49.05MB/s    0:00:00 (xfr#56, to-chk=96/223)
23-Nov-2024 07:47:22       9,052,696  71%   48.78MB/s    0:00:00 (xfr#57, to-chk=92/223)
23-Nov-2024 07:47:22       9,174,375  72%   49.43MB/s    0:00:00 (xfr#58, to-chk=91/223)
23-Nov-2024 07:47:22       9,174,933  72%   49.43MB/s    0:00:00 (xfr#59, to-chk=90/223)
23-Nov-2024 07:47:22       9,175,561  72%   49.16MB/s    0:00:00 (xfr#60, to-chk=89/223)
23-Nov-2024 07:47:22       9,221,136  72%   49.40MB/s    0:00:00 (xfr#61, to-chk=88/223)
23-Nov-2024 07:47:22       9,221,982  72%   49.41MB/s    0:00:00 (xfr#62, to-chk=84/223)
23-Nov-2024 07:47:22       9,378,369  74%   48.87MB/s    0:00:00 (xfr#63, to-chk=83/223)
23-Nov-2024 07:47:22       9,379,215  74%   48.61MB/s    0:00:00 (xfr#64, to-chk=82/223)
23-Nov-2024 07:47:22       9,448,874  74%   48.71MB/s    0:00:00 (xfr#65, to-chk=81/223)
23-Nov-2024 07:47:22       9,449,528  74%   48.71MB/s    0:00:00 (xfr#66, to-chk=77/223)
23-Nov-2024 07:47:22       9,716,628  76%   49.55MB/s    0:00:00 (xfr#67, to-chk=76/223)
23-Nov-2024 07:47:22       9,717,282  76%   49.56MB/s    0:00:00 (xfr#68, to-chk=75/223)
23-Nov-2024 07:47:22       9,789,221  77%   48.62MB/s    0:00:00 (xfr#69, to-chk=74/223)
23-Nov-2024 07:47:22       9,790,355  77%   47.16MB/s    0:00:00 (xfr#70, to-chk=70/223)
23-Nov-2024 07:47:22       9,794,497  77%   47.18MB/s    0:00:00 (xfr#71, to-chk=69/223)
23-Nov-2024 07:47:22      10,087,286  79%   47.86MB/s    0:00:00 (xfr#72, to-chk=68/223)
23-Nov-2024 07:47:22      10,088,420  79%   47.63MB/s    0:00:00 (xfr#73, to-chk=67/223)
23-Nov-2024 07:47:22      10,137,195  80%   47.86MB/s    0:00:00 (xfr#74, to-chk=66/223)
23-Nov-2024 07:47:22      10,137,849  80%   47.86MB/s    0:00:00 (xfr#75, to-chk=62/223)
23-Nov-2024 07:47:22      10,346,741  81%   48.13MB/s    0:00:00 (xfr#76, to-chk=61/223)
23-Nov-2024 07:47:22      10,347,395  81%   47.90MB/s    0:00:00 (xfr#77, to-chk=60/223)
23-Nov-2024 07:47:22      10,348,023  81%   47.91MB/s    0:00:00 (xfr#78, to-chk=59/223)
23-Nov-2024 07:47:22      10,381,263  82%   48.06MB/s    0:00:00 (xfr#79, to-chk=58/223)
23-Nov-2024 07:47:22      10,381,725  82%   47.83MB/s    0:00:00 (xfr#80, to-chk=54/223)
23-Nov-2024 07:47:22      10,511,097  83%   48.19MB/s    0:00:00 (xfr#81, to-chk=53/223)
23-Nov-2024 07:47:22      10,511,559  83%   48.20MB/s    0:00:00 (xfr#82, to-chk=52/223)
23-Nov-2024 07:47:22      10,512,187  83%   48.20MB/s    0:00:00 (xfr#83, to-chk=51/223)
23-Nov-2024 07:47:22      10,567,586  83%   48.22MB/s    0:00:00 (xfr#84, to-chk=50/223)
23-Nov-2024 07:47:22      10,568,336  83%   48.22MB/s    0:00:00 (xfr#85, to-chk=46/223)
23-Nov-2024 07:47:22      10,801,693  85%   48.82MB/s    0:00:00 (xfr#86, to-chk=45/223)
23-Nov-2024 07:47:22      10,802,443  85%   48.82MB/s    0:00:00 (xfr#87, to-chk=44/223)
23-Nov-2024 07:47:22      10,976,576  86%   48.69MB/s    0:00:00 (xfr#88, to-chk=43/223)
23-Nov-2024 07:47:22      10,977,134  86%   48.69MB/s    0:00:00 (xfr#89, to-chk=39/223)
23-Nov-2024 07:47:22      11,566,503  91%   49.91MB/s    0:00:00 (xfr#90, to-chk=38/223)
23-Nov-2024 07:47:22      11,567,061  91%   49.91MB/s    0:00:00 (xfr#91, to-chk=37/223)
23-Nov-2024 07:47:22      11,608,235  91%   49.87MB/s    0:00:00 (xfr#92, to-chk=36/223)
23-Nov-2024 07:47:22      11,608,793  91%   49.87MB/s    0:00:00 (xfr#93, to-chk=32/223)
23-Nov-2024 07:47:22      11,787,559  93%   49.52MB/s    0:00:00 (xfr#94, to-chk=31/223)
23-Nov-2024 07:47:22      11,788,117  93%   49.52MB/s    0:00:00 (xfr#95, to-chk=30/223)
23-Nov-2024 07:47:22      11,842,098  93%   49.32MB/s    0:00:00 (xfr#96, to-chk=29/223)
23-Nov-2024 07:47:22      11,842,752  93%   49.32MB/s    0:00:00 (xfr#97, to-chk=25/223)
23-Nov-2024 07:47:22      12,027,623  95%   48.60MB/s    0:00:00 (xfr#98, to-chk=24/223)
23-Nov-2024 07:47:22      12,028,277  95%   48.61MB/s    0:00:00 (xfr#99, to-chk=23/223)
23-Nov-2024 07:47:22      12,067,455  95%   48.76MB/s    0:00:00 (xfr#100, to-chk=22/223)
23-Nov-2024 07:47:22      12,067,917  95%   48.77MB/s    0:00:00 (xfr#101, to-chk=18/223)
23-Nov-2024 07:47:22      12,225,333  96%   48.99MB/s    0:00:00 (xfr#102, to-chk=17/223)
23-Nov-2024 07:47:22      12,225,795  96%   48.99MB/s    0:00:00 (xfr#103, to-chk=16/223)
23-Nov-2024 07:47:22      12,226,423  96%   48.99MB/s    0:00:00 (xfr#104, to-chk=15/223)
23-Nov-2024 07:47:22      12,271,503  96%   48.76MB/s    0:00:00 (xfr#105, to-chk=14/223)
23-Nov-2024 07:47:22      12,272,157  96%   48.77MB/s    0:00:00 (xfr#106, to-chk=10/223)
23-Nov-2024 07:47:22      12,416,689  98%   48.93MB/s    0:00:00 (xfr#107, to-chk=9/223)
23-Nov-2024 07:47:22      12,417,343  98%   48.93MB/s    0:00:00 (xfr#108, to-chk=8/223)
23-Nov-2024 07:47:22      12,461,120  98%   48.31MB/s    0:00:00 (xfr#109, to-chk=7/223)
23-Nov-2024 07:47:22      12,461,582  98%   48.31MB/s    0:00:00 (xfr#110, to-chk=3/223)
23-Nov-2024 07:47:22      12,604,607  99%   47.70MB/s    0:00:00 (xfr#111, to-chk=2/223)
23-Nov-2024 07:47:22      12,605,069  99%   47.70MB/s    0:00:00 (xfr#112, to-chk=1/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.86MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.49MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.49MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22      12,647,790  99%   47.49MB/s    0:00:00 (xfr#113, to-chk=0/223)
23-Nov-2024 07:47:22 [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-vmx5t: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.23-07.25.41/pod-logs/dev-oneclient-paris-5cc45c8cb7-vmx5t/oneclient_logs
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=192/224)
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:47:22          37,183   0%   35.46MB/s    0:00:00 (xfr#1, to-chk=191/224)
23-Nov-2024 07:47:22          37,183   0%   35.46MB/s    0:00:00 (xfr#1, to-chk=185/224)
23-Nov-2024 07:47:22          37,741   0%   35.99MB/s    0:00:00 (xfr#2, to-chk=187/224)
23-Nov-2024 07:47:22         164,727   1%   39.27MB/s    0:00:00 (xfr#3, to-chk=186/224)
23-Nov-2024 07:47:22         165,285   1%   39.41MB/s    0:00:00 (xfr#4, to-chk=185/224)
23-Nov-2024 07:47:22         198,798   2%   37.92MB/s    0:00:00 (xfr#5, to-chk=184/224)
23-Nov-2024 07:47:22         199,068   2%   37.97MB/s    0:00:00 (xfr#6, to-chk=180/224)
23-Nov-2024 07:47:22         351,941   3%   41.95MB/s    0:00:00 (xfr#7, to-chk=179/224)
23-Nov-2024 07:47:22         352,211   3%   37.32MB/s    0:00:00 (xfr#8, to-chk=178/224)
23-Nov-2024 07:47:22         352,839   3%   37.39MB/s    0:00:00 (xfr#9, to-chk=177/224)
23-Nov-2024 07:47:22         387,951   4%   37.00MB/s    0:00:00 (xfr#10, to-chk=176/224)
23-Nov-2024 07:47:22         388,701   4%   37.07MB/s    0:00:00 (xfr#11, to-chk=172/224)
23-Nov-2024 07:47:22         550,935   5%   47.76MB/s    0:00:00 (xfr#12, to-chk=171/224)
23-Nov-2024 07:47:22         551,685   5%   47.83MB/s    0:00:00 (xfr#13, to-chk=170/224)
23-Nov-2024 07:47:22         583,580   6%   46.38MB/s    0:00:00 (xfr#14, to-chk=169/224)
23-Nov-2024 07:47:22         584,042   6%   46.42MB/s    0:00:00 (xfr#15, to-chk=165/224)
23-Nov-2024 07:47:22         687,864   7%   36.44MB/s    0:00:00 (xfr#16, to-chk=164/224)
23-Nov-2024 07:47:22         688,326   7%   36.47MB/s    0:00:00 (xfr#17, to-chk=163/224)
23-Nov-2024 07:47:22         710,300   7%   33.87MB/s    0:00:00 (xfr#18, to-chk=162/224)
23-Nov-2024 07:47:22         710,954   7%   33.90MB/s    0:00:00 (xfr#19, to-chk=158/224)
23-Nov-2024 07:47:22         820,587   8%   28.98MB/s    0:00:00 (xfr#20, to-chk=157/224)
23-Nov-2024 07:47:22         821,241   8%   29.01MB/s    0:00:00 (xfr#21, to-chk=156/224)
23-Nov-2024 07:47:22         867,495   9%   28.53MB/s    0:00:00 (xfr#22, to-chk=155/224)
23-Nov-2024 07:47:22         868,053   9%   28.55MB/s    0:00:00 (xfr#23, to-chk=151/224)
23-Nov-2024 07:47:22       1,035,944  11%   24.70MB/s    0:00:00 (xfr#24, to-chk=150/224)
23-Nov-2024 07:47:22       1,036,502  11%   24.11MB/s    0:00:00 (xfr#25, to-chk=149/224)
23-Nov-2024 07:47:22       1,037,130  11%   24.12MB/s    0:00:00 (xfr#26, to-chk=148/224)
23-Nov-2024 07:47:22       1,090,593  11%   25.37MB/s    0:00:00 (xfr#27, to-chk=147/224)
23-Nov-2024 07:47:22       1,091,439  11%   25.39MB/s    0:00:00 (xfr#28, to-chk=143/224)
23-Nov-2024 07:47:22       1,300,314  14%   22.55MB/s    0:00:00 (xfr#29, to-chk=142/224)
23-Nov-2024 07:47:22       1,301,160  14%   22.56MB/s    0:00:00 (xfr#30, to-chk=141/224)
23-Nov-2024 07:47:22       1,301,788  14%   22.57MB/s    0:00:00 (xfr#31, to-chk=140/224)
23-Nov-2024 07:47:22       1,353,051  14%   22.25MB/s    0:00:00 (xfr#32, to-chk=139/224)
23-Nov-2024 07:47:22       1,353,513  14%   21.88MB/s    0:00:00 (xfr#33, to-chk=135/224)
23-Nov-2024 07:47:22       1,575,784  16%   22.77MB/s    0:00:00 (xfr#34, to-chk=134/224)
23-Nov-2024 07:47:22       1,576,246  16%   22.78MB/s    0:00:00 (xfr#35, to-chk=133/224)
23-Nov-2024 07:47:22       1,876,562  20%   22.37MB/s    0:00:00 (xfr#36, to-chk=132/224)
23-Nov-2024 07:47:22       1,877,120  20%   22.10MB/s    0:00:00 (xfr#37, to-chk=128/224)
23-Nov-2024 07:47:22       3,091,809  33%   27.05MB/s    0:00:00 (xfr#38, to-chk=127/224)
23-Nov-2024 07:47:22       3,101,802  33%   26.89MB/s    0:00:00 (xfr#39, to-chk=126/224)
23-Nov-2024 07:47:22       3,102,430  33%   26.90MB/s    0:00:00 (xfr#40, to-chk=125/224)
23-Nov-2024 07:47:22       3,154,566  33%   27.10MB/s    0:00:00 (xfr#41, to-chk=124/224)
23-Nov-2024 07:47:22       3,155,124  33%   26.87MB/s    0:00:00 (xfr#42, to-chk=120/224)
23-Nov-2024 07:47:22       3,332,423  35%   27.64MB/s    0:00:00 (xfr#43, to-chk=119/224)
23-Nov-2024 07:47:22       3,332,981  35%   27.64MB/s    0:00:00 (xfr#44, to-chk=118/224)
23-Nov-2024 07:47:22       3,507,068  37%   28.34MB/s    0:00:00 (xfr#45, to-chk=117/224)
23-Nov-2024 07:47:22       3,507,626  37%   28.11MB/s    0:00:00 (xfr#46, to-chk=113/224)
23-Nov-2024 07:47:22       3,892,953  41%   29.70MB/s    0:00:00 (xfr#47, to-chk=112/224)
23-Nov-2024 07:47:22       3,893,511  41%   29.47MB/s    0:00:00 (xfr#48, to-chk=111/224)
23-Nov-2024 07:47:22       3,994,077  43%   30.23MB/s    0:00:00 (xfr#49, to-chk=110/224)
23-Nov-2024 07:47:22       3,994,539  43%   30.23MB/s    0:00:00 (xfr#50, to-chk=106/224)
23-Nov-2024 07:47:22       4,426,818  47%   31.04MB/s    0:00:00 (xfr#51, to-chk=105/224)
23-Nov-2024 07:47:22       4,427,280  47%   30.82MB/s    0:00:00 (xfr#52, to-chk=104/224)
23-Nov-2024 07:47:22       4,513,238  48%   30.97MB/s    0:00:00 (xfr#53, to-chk=103/224)
23-Nov-2024 07:47:22       4,513,988  48%   30.97MB/s    0:00:00 (xfr#54, to-chk=99/224)
23-Nov-2024 07:47:22       4,925,536  53%   30.90MB/s    0:00:00 (xfr#55, to-chk=98/224)
23-Nov-2024 07:47:22       4,926,286  53%   30.91MB/s    0:00:00 (xfr#56, to-chk=97/224)
23-Nov-2024 07:47:22       4,952,661  53%   30.87MB/s    0:00:00 (xfr#57, to-chk=96/224)
23-Nov-2024 07:47:22       4,953,123  53%   30.87MB/s    0:00:00 (xfr#58, to-chk=92/224)
23-Nov-2024 07:47:22       5,098,474  54%   31.37MB/s    0:00:00 (xfr#59, to-chk=91/224)
23-Nov-2024 07:47:22       5,098,936  54%   31.17MB/s    0:00:00 (xfr#60, to-chk=90/224)
23-Nov-2024 07:47:22       5,169,020  55%   31.60MB/s    0:00:00 (xfr#61, to-chk=89/224)
23-Nov-2024 07:47:22       5,169,674  55%   31.60MB/s    0:00:00 (xfr#62, to-chk=85/224)
23-Nov-2024 07:47:22       5,426,233  58%   31.36MB/s    0:00:00 (xfr#63, to-chk=84/224)
23-Nov-2024 07:47:22       5,426,887  58%   31.37MB/s    0:00:00 (xfr#64, to-chk=83/224)
23-Nov-2024 07:47:22       5,427,515  58%   31.37MB/s    0:00:00 (xfr#65, to-chk=82/224)
23-Nov-2024 07:47:22       5,524,966  59%   31.74MB/s    0:00:00 (xfr#66, to-chk=81/224)
23-Nov-2024 07:47:22       5,525,524  59%   31.74MB/s    0:00:00 (xfr#67, to-chk=77/224)
23-Nov-2024 07:47:22       5,929,839  63%   31.95MB/s    0:00:00 (xfr#68, to-chk=76/224)
23-Nov-2024 07:47:22       5,930,397  63%   31.95MB/s    0:00:00 (xfr#69, to-chk=75/224)
23-Nov-2024 07:47:22       5,953,146  64%   31.90MB/s    0:00:00 (xfr#70, to-chk=74/224)
23-Nov-2024 07:47:22       5,953,704  64%   31.90MB/s    0:00:00 (xfr#71, to-chk=70/224)
23-Nov-2024 07:47:22       6,075,659  65%   31.66MB/s    0:00:00 (xfr#72, to-chk=69/224)
23-Nov-2024 07:47:22       6,076,217  65%   31.67MB/s    0:00:00 (xfr#73, to-chk=68/224)
23-Nov-2024 07:47:22       6,210,000  66%   31.17MB/s    0:00:00 (xfr#74, to-chk=67/224)
23-Nov-2024 07:47:22       6,210,462  66%   31.01MB/s    0:00:00 (xfr#75, to-chk=63/224)
23-Nov-2024 07:47:22       6,702,974  72%   31.49MB/s    0:00:00 (xfr#76, to-chk=62/224)
23-Nov-2024 07:47:22       6,703,436  72%   31.49MB/s    0:00:00 (xfr#77, to-chk=61/224)
23-Nov-2024 07:47:22       6,885,957  74%   30.12MB/s    0:00:00 (xfr#78, to-chk=60/224)
23-Nov-2024 07:47:22       6,886,899  74%   29.99MB/s    0:00:00 (xfr#79, to-chk=56/224)
23-Nov-2024 07:47:22       7,335,962  79%   29.52MB/s    0:00:00 (xfr#80, to-chk=55/224)
23-Nov-2024 07:47:22       7,336,904  79%   29.52MB/s    0:00:00 (xfr#81, to-chk=54/224)
23-Nov-2024 07:47:22       7,377,296  79%   29.56MB/s    0:00:00 (xfr#82, to-chk=53/224)
23-Nov-2024 07:47:22       7,377,662  79%   29.44MB/s    0:00:00 (xfr#83, to-chk=49/224)
23-Nov-2024 07:47:22       7,525,634  81%   29.90MB/s    0:00:00 (xfr#84, to-chk=48/224)
23-Nov-2024 07:47:22       7,526,000  81%   29.91MB/s    0:00:00 (xfr#85, to-chk=47/224)
23-Nov-2024 07:47:22       7,526,628  81%   29.91MB/s    0:00:00 (xfr#86, to-chk=46/224)
23-Nov-2024 07:47:22       7,558,925  81%   29.91MB/s    0:00:00 (xfr#87, to-chk=45/224)
23-Nov-2024 07:47:22       7,559,579  81%   29.91MB/s    0:00:00 (xfr#88, to-chk=41/224)
23-Nov-2024 07:47:22       7,689,777  82%   30.30MB/s    0:00:00 (xfr#89, to-chk=40/224)
23-Nov-2024 07:47:22       7,690,431  82%   30.31MB/s    0:00:00 (xfr#90, to-chk=39/224)
23-Nov-2024 07:47:22       7,691,059  82%   30.31MB/s    0:00:00 (xfr#91, to-chk=38/224)
23-Nov-2024 07:47:22       7,728,314  83%   30.46MB/s    0:00:00 (xfr#92, to-chk=37/224)
23-Nov-2024 07:47:22       7,728,872  83%   30.46MB/s    0:00:00 (xfr#93, to-chk=33/224)
23-Nov-2024 07:47:22       7,891,778  84%   30.97MB/s    0:00:00 (xfr#94, to-chk=32/224)
23-Nov-2024 07:47:22       7,892,336  84%   30.97MB/s    0:00:00 (xfr#95, to-chk=31/224)
23-Nov-2024 07:47:22       7,999,020  86%   31.26MB/s    0:00:00 (xfr#96, to-chk=30/224)
23-Nov-2024 07:47:22       7,999,482  86%   31.27MB/s    0:00:00 (xfr#97, to-chk=26/224)
23-Nov-2024 07:47:22       8,453,829  91%   32.64MB/s    0:00:00 (xfr#98, to-chk=25/224)
23-Nov-2024 07:47:22       8,454,291  91%   32.64MB/s    0:00:00 (xfr#99, to-chk=24/224)
23-Nov-2024 07:47:22       8,510,642  91%   32.60MB/s    0:00:00 (xfr#100, to-chk=23/224)
23-Nov-2024 07:47:22       8,511,392  91%   32.60MB/s    0:00:00 (xfr#101, to-chk=19/224)
23-Nov-2024 07:47:22       8,789,309  94%   32.87MB/s    0:00:00 (xfr#102, to-chk=18/224)
23-Nov-2024 07:47:22       8,790,059  94%   32.87MB/s    0:00:00 (xfr#103, to-chk=17/224)
23-Nov-2024 07:47:22       8,790,687  94%   32.88MB/s    0:00:00 (xfr#104, to-chk=16/224)
23-Nov-2024 07:47:22       8,829,996  95%   33.02MB/s    0:00:00 (xfr#105, to-chk=15/224)
23-Nov-2024 07:47:22       8,830,746  95%   32.90MB/s    0:00:00 (xfr#106, to-chk=11/224)
23-Nov-2024 07:47:22       9,027,576  97%   32.74MB/s    0:00:00 (xfr#107, to-chk=10/224)
23-Nov-2024 07:47:22       9,028,326  97%   32.74MB/s    0:00:00 (xfr#108, to-chk=9/224)
23-Nov-2024 07:47:22       9,028,954  97%   32.74MB/s    0:00:00 (xfr#109, to-chk=8/224)
23-Nov-2024 07:47:22       9,059,110  97%   32.73MB/s    0:00:00 (xfr#110, to-chk=7/224)
23-Nov-2024 07:47:22       9,059,572  97%   32.73MB/s    0:00:00 (xfr#111, to-chk=3/224)
23-Nov-2024 07:47:22       9,180,043  98%   32.91MB/s    0:00:00 (xfr#112, to-chk=2/224)
23-Nov-2024 07:47:22       9,180,505  98%   32.91MB/s    0:00:00 (xfr#113, to-chk=1/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.15MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.15MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.15MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   33.03MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   32.78MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22       9,280,757  99%   32.54MB/s    0:00:00 (xfr#114, to-chk=0/224)
23-Nov-2024 07:47:22 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.23-07.25.41/pod-logs/dev-oneprovider-krakow-0/cluster-manager
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:47:22           2,022  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
23-Nov-2024 07:47:22           4,818  34%    4.59MB/s    0:00:00 (xfr#3, to-chk=7/14)
23-Nov-2024 07:47:22           4,818  34%    4.59MB/s    0:00:00 (xfr#4, to-chk=5/14)
23-Nov-2024 07:47:22           6,637  48%    6.33MB/s    0:00:00 (xfr#5, to-chk=3/14)
23-Nov-2024 07:47:22           6,899  50%    6.58MB/s    0:00:00 (xfr#6, to-chk=1/14)
23-Nov-2024 07:47:22           6,899  50%    6.58MB/s    0:00:00 (xfr#6, to-chk=0/14)
23-Nov-2024 07:47:22 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.23-07.25.41/pod-logs/dev-oneprovider-krakow-0/op-panel
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:47:22          23,499  16%   22.41MB/s    0:00:00 (xfr#2, to-chk=9/14)
23-Nov-2024 07:47:22          47,983  33%   45.76MB/s    0:00:00 (xfr#3, to-chk=7/14)
23-Nov-2024 07:47:22          47,983  33%   45.76MB/s    0:00:00 (xfr#4, to-chk=5/14)
23-Nov-2024 07:47:22          71,279  49%   67.98MB/s    0:00:00 (xfr#5, to-chk=3/14)
23-Nov-2024 07:47:22          71,570  50%   68.25MB/s    0:00:00 (xfr#6, to-chk=1/14)
23-Nov-2024 07:47:22          71,570  50%   68.25MB/s    0:00:00 (xfr#6, to-chk=0/14)
23-Nov-2024 07:47:22 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.23-07.25.41/pod-logs/dev-oneprovider-krakow-0/op-worker
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=137/140)
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:47:22          66,307   6%   63.24MB/s    0:00:00 (xfr#2, to-chk=135/140)
23-Nov-2024 07:47:22         112,322  11%  107.12MB/s    0:00:00 (xfr#3, to-chk=133/140)
23-Nov-2024 07:47:22         113,062  11%  107.82MB/s    0:00:00 (xfr#4, to-chk=131/140)
23-Nov-2024 07:47:22         113,062  11%  107.82MB/s    0:00:00 (xfr#5, to-chk=129/140)
23-Nov-2024 07:47:22         157,521  15%   18.78MB/s    0:00:00 (xfr#6, to-chk=127/140)
23-Nov-2024 07:47:22         157,671  15%   18.80MB/s    0:00:00 (xfr#7, to-chk=125/140)
23-Nov-2024 07:47:22         157,968  15%   18.83MB/s    0:00:00 (xfr#8, to-chk=119/140)
23-Nov-2024 07:47:22         307,086  30%   32.54MB/s    0:00:00 (xfr#9, to-chk=117/140)
23-Nov-2024 07:47:22         307,402  30%   32.57MB/s    0:00:00 (xfr#10, to-chk=107/140)
23-Nov-2024 07:47:22         308,528  30%   29.42MB/s    0:00:00 (xfr#11, to-chk=106/140)
23-Nov-2024 07:47:22         308,997  30%   29.47MB/s    0:00:00 (xfr#12, to-chk=105/140)
23-Nov-2024 07:47:22         309,469  30%   29.51MB/s    0:00:00 (xfr#13, to-chk=104/140)
23-Nov-2024 07:47:22         309,785  30%   29.54MB/s    0:00:00 (xfr#14, to-chk=103/140)
23-Nov-2024 07:47:22         311,329  31%   29.69MB/s    0:00:00 (xfr#15, to-chk=102/140)
23-Nov-2024 07:47:22         311,645  31%   29.72MB/s    0:00:00 (xfr#16, to-chk=101/140)
23-Nov-2024 07:47:22         312,936  31%   29.84MB/s    0:00:00 (xfr#17, to-chk=100/140)
23-Nov-2024 07:47:22         313,900  31%   27.21MB/s    0:00:00 (xfr#18, to-chk=99/140)
23-Nov-2024 07:47:22         314,216  31%   27.24MB/s    0:00:00 (xfr#19, to-chk=98/140)
23-Nov-2024 07:47:22         314,532  31%   27.27MB/s    0:00:00 (xfr#20, to-chk=97/140)
23-Nov-2024 07:47:22         315,337  31%   27.34MB/s    0:00:00 (xfr#21, to-chk=96/140)
23-Nov-2024 07:47:22         315,653  31%   27.37MB/s    0:00:00 (xfr#22, to-chk=95/140)
23-Nov-2024 07:47:22         316,324  31%   25.14MB/s    0:00:00 (xfr#23, to-chk=94/140)
23-Nov-2024 07:47:22         316,952  31%   25.19MB/s    0:00:00 (xfr#24, to-chk=93/140)
23-Nov-2024 07:47:22         317,424  31%   25.23MB/s    0:00:00 (xfr#25, to-chk=92/140)
23-Nov-2024 07:47:22         317,740  31%   25.25MB/s    0:00:00 (xfr#26, to-chk=91/140)
23-Nov-2024 07:47:22         318,710  31%   25.33MB/s    0:00:00 (xfr#27, to-chk=90/140)
23-Nov-2024 07:47:22         318,870  31%   25.34MB/s    0:00:00 (xfr#28, to-chk=89/140)
23-Nov-2024 07:47:22         319,828  31%   25.42MB/s    0:00:00 (xfr#29, to-chk=88/140)
23-Nov-2024 07:47:22         320,300  31%   25.46MB/s    0:00:00 (xfr#30, to-chk=87/140)
23-Nov-2024 07:47:22         320,616  32%   23.52MB/s    0:00:00 (xfr#31, to-chk=86/140)
23-Nov-2024 07:47:22         321,268  32%   23.57MB/s    0:00:00 (xfr#32, to-chk=85/140)
23-Nov-2024 07:47:22         322,644  32%   23.67MB/s    0:00:00 (xfr#33, to-chk=84/140)
23-Nov-2024 07:47:22         322,960  32%   23.69MB/s    0:00:00 (xfr#34, to-chk=83/140)
23-Nov-2024 07:47:22         323,281  32%   23.72MB/s    0:00:00 (xfr#35, to-chk=82/140)
23-Nov-2024 07:47:22         323,597  32%   23.74MB/s    0:00:00 (xfr#36, to-chk=81/140)
23-Nov-2024 07:47:22         324,390  32%   23.80MB/s    0:00:00 (xfr#37, to-chk=80/140)
23-Nov-2024 07:47:22         324,550  32%   23.81MB/s    0:00:00 (xfr#38, to-chk=79/140)
23-Nov-2024 07:47:22         324,866  32%   23.83MB/s    0:00:00 (xfr#39, to-chk=78/140)
23-Nov-2024 07:47:22         325,694  32%   22.19MB/s    0:00:00 (xfr#40, to-chk=77/140)
23-Nov-2024 07:47:22         326,478  32%   22.24MB/s    0:00:00 (xfr#41, to-chk=76/140)
23-Nov-2024 07:47:22         327,286  32%   22.29MB/s    0:00:00 (xfr#42, to-chk=75/140)
23-Nov-2024 07:47:22         328,568  32%   22.38MB/s    0:00:00 (xfr#43, to-chk=74/140)
23-Nov-2024 07:47:22         329,040  32%   22.41MB/s    0:00:00 (xfr#44, to-chk=73/140)
23-Nov-2024 07:47:22         329,801  32%   22.47MB/s    0:00:00 (xfr#45, to-chk=72/140)
23-Nov-2024 07:47:22         330,426  32%   22.51MB/s    0:00:00 (xfr#46, to-chk=71/140)
23-Nov-2024 07:47:22         331,879  33%   22.61MB/s    0:00:00 (xfr#47, to-chk=70/140)
23-Nov-2024 07:47:22         332,039  33%   22.62MB/s    0:00:00 (xfr#48, to-chk=69/140)
23-Nov-2024 07:47:22         332,355  33%   22.64MB/s    0:00:00 (xfr#49, to-chk=68/140)
23-Nov-2024 07:47:22         332,676  33%   22.66MB/s    0:00:00 (xfr#50, to-chk=67/140)
23-Nov-2024 07:47:22         333,493  33%   22.72MB/s    0:00:00 (xfr#51, to-chk=66/140)
23-Nov-2024 07:47:22         333,809  33%   21.22MB/s    0:00:00 (xfr#52, to-chk=65/140)
23-Nov-2024 07:47:22         334,971  33%   21.30MB/s    0:00:00 (xfr#53, to-chk=64/140)
23-Nov-2024 07:47:22         335,443  33%   21.33MB/s    0:00:00 (xfr#54, to-chk=63/140)
23-Nov-2024 07:47:22         336,395  33%   21.39MB/s    0:00:00 (xfr#55, to-chk=62/140)
23-Nov-2024 07:47:22         338,743  33%   21.54MB/s    0:00:00 (xfr#56, to-chk=61/140)
23-Nov-2024 07:47:22         340,067  33%   21.62MB/s    0:00:00 (xfr#57, to-chk=60/140)
23-Nov-2024 07:47:22         340,887  34%   21.67MB/s    0:00:00 (xfr#58, to-chk=59/140)
23-Nov-2024 07:47:22         341,211  34%   21.69MB/s    0:00:00 (xfr#59, to-chk=58/140)
23-Nov-2024 07:47:22         341,527  34%   21.71MB/s    0:00:00 (xfr#60, to-chk=57/140)
23-Nov-2024 07:47:22         342,482  34%   21.77MB/s    0:00:00 (xfr#61, to-chk=56/140)
23-Nov-2024 07:47:22         351,921  35%   20.98MB/s    0:00:00 (xfr#62, to-chk=55/140)
23-Nov-2024 07:47:22         354,198  35%   21.11MB/s    0:00:00 (xfr#63, to-chk=54/140)
23-Nov-2024 07:47:22         354,995  35%   21.16MB/s    0:00:00 (xfr#64, to-chk=53/140)
23-Nov-2024 07:47:22         359,874  35%   21.45MB/s    0:00:00 (xfr#65, to-chk=52/140)
23-Nov-2024 07:47:22         371,137  37%   22.12MB/s    0:00:00 (xfr#66, to-chk=51/140)
23-Nov-2024 07:47:22         379,855  37%   22.64MB/s    0:00:00 (xfr#67, to-chk=50/140)
23-Nov-2024 07:47:22         393,056  39%   23.43MB/s    0:00:00 (xfr#68, to-chk=49/140)
23-Nov-2024 07:47:22         398,981  39%   23.78MB/s    0:00:00 (xfr#69, to-chk=48/140)
23-Nov-2024 07:47:22         410,150  40%   24.45MB/s    0:00:00 (xfr#70, to-chk=47/140)
23-Nov-2024 07:47:22         421,869  42%   23.67MB/s    0:00:00 (xfr#71, to-chk=46/140)
23-Nov-2024 07:47:22         431,764  43%   24.22MB/s    0:00:00 (xfr#72, to-chk=45/140)
23-Nov-2024 07:47:22         443,790  44%   24.90MB/s    0:00:00 (xfr#73, to-chk=44/140)
23-Nov-2024 07:47:22         452,607  45%   25.39MB/s    0:00:00 (xfr#74, to-chk=43/140)
23-Nov-2024 07:47:22         459,387  45%   25.77MB/s    0:00:00 (xfr#75, to-chk=42/140)
23-Nov-2024 07:47:22         467,287  46%   26.21MB/s    0:00:00 (xfr#76, to-chk=41/140)
23-Nov-2024 07:47:22         473,254  47%   25.07MB/s    0:00:00 (xfr#77, to-chk=40/140)
23-Nov-2024 07:47:22         476,594  47%   25.25MB/s    0:00:00 (xfr#78, to-chk=39/140)
23-Nov-2024 07:47:22         486,851  48%   24.44MB/s    0:00:00 (xfr#79, to-chk=38/140)
23-Nov-2024 07:47:22         493,668  49%   24.78MB/s    0:00:00 (xfr#80, to-chk=37/140)
23-Nov-2024 07:47:22         496,914  49%   24.94MB/s    0:00:00 (xfr#81, to-chk=36/140)
23-Nov-2024 07:47:22         502,306  50%   25.21MB/s    0:00:00 (xfr#82, to-chk=35/140)
23-Nov-2024 07:47:22         514,424  51%   25.82MB/s    0:00:00 (xfr#83, to-chk=34/140)
23-Nov-2024 07:47:22         526,049  52%   26.40MB/s    0:00:00 (xfr#84, to-chk=33/140)
23-Nov-2024 07:47:22         538,700  53%   27.04MB/s    0:00:00 (xfr#85, to-chk=32/140)
23-Nov-2024 07:47:22         541,470  54%   27.18MB/s    0:00:00 (xfr#86, to-chk=31/140)
23-Nov-2024 07:47:22         554,220  55%   26.43MB/s    0:00:00 (xfr#87, to-chk=30/140)
23-Nov-2024 07:47:22         556,534  55%   26.54MB/s    0:00:00 (xfr#88, to-chk=29/140)
23-Nov-2024 07:47:22         567,247  56%   27.05MB/s    0:00:00 (xfr#89, to-chk=28/140)
23-Nov-2024 07:47:22         568,136  56%   27.09MB/s    0:00:00 (xfr#90, to-chk=27/140)
23-Nov-2024 07:47:22         572,445  57%   27.30MB/s    0:00:00 (xfr#91, to-chk=26/140)
23-Nov-2024 07:47:22         578,828  57%   27.60MB/s    0:00:00 (xfr#92, to-chk=25/140)
23-Nov-2024 07:47:22         586,064  58%   27.95MB/s    0:00:00 (xfr#93, to-chk=24/140)
23-Nov-2024 07:47:22         587,828  58%   26.70MB/s    0:00:00 (xfr#94, to-chk=23/140)
23-Nov-2024 07:47:22         597,173  59%   27.12MB/s    0:00:00 (xfr#95, to-chk=22/140)
23-Nov-2024 07:47:22         607,467  60%   27.59MB/s    0:00:00 (xfr#96, to-chk=21/140)
23-Nov-2024 07:47:22         620,574  61%   26.90MB/s    0:00:00 (xfr#97, to-chk=20/140)
23-Nov-2024 07:47:22         624,791  62%   27.08MB/s    0:00:00 (xfr#98, to-chk=19/140)
23-Nov-2024 07:47:22         632,654  63%   27.42MB/s    0:00:00 (xfr#99, to-chk=18/140)
23-Nov-2024 07:47:22         634,460  63%   27.50MB/s    0:00:00 (xfr#100, to-chk=17/140)
23-Nov-2024 07:47:22         635,862  63%   26.37MB/s    0:00:00 (xfr#101, to-chk=16/140)
23-Nov-2024 07:47:22         642,285  64%   26.63MB/s    0:00:00 (xfr#102, to-chk=15/140)
23-Nov-2024 07:47:22         645,018  64%   26.75MB/s    0:00:00 (xfr#103, to-chk=14/140)
23-Nov-2024 07:47:22         655,830  65%   26.06MB/s    0:00:00 (xfr#104, to-chk=13/140)
23-Nov-2024 07:47:22         660,615  65%   25.20MB/s    0:00:00 (xfr#105, to-chk=12/140)
23-Nov-2024 07:47:22         661,105  65%   25.22MB/s    0:00:00 (xfr#106, to-chk=11/140)
23-Nov-2024 07:47:22         661,558  66%   25.24MB/s    0:00:00 (xfr#107, to-chk=10/140)
23-Nov-2024 07:47:22         663,532  66%   25.31MB/s    0:00:00 (xfr#108, to-chk=9/140)
23-Nov-2024 07:47:22         668,887  66%   24.53MB/s    0:00:00 (xfr#109, to-chk=8/140)
23-Nov-2024 07:47:22         678,688  67%   24.89MB/s    0:00:00 (xfr#110, to-chk=7/140)
23-Nov-2024 07:47:22         682,541  68%   25.04MB/s    0:00:00 (xfr#111, to-chk=6/140)
23-Nov-2024 07:47:22         689,814  68%   25.30MB/s    0:00:00 (xfr#112, to-chk=5/140)
23-Nov-2024 07:47:22         693,630  69%   25.44MB/s    0:00:00 (xfr#113, to-chk=4/140)
23-Nov-2024 07:47:22         693,916  69%   25.45MB/s    0:00:00 (xfr#114, to-chk=1/140)
23-Nov-2024 07:47:22         694,202  69%   25.46MB/s    0:00:00 (xfr#115, to-chk=0/140)
23-Nov-2024 07:47:22         694,202  69%   25.46MB/s    0:00:00 (xfr#115, to-chk=0/140)
23-Nov-2024 07:47:22         694,202  69%   25.46MB/s    0:00:00 (xfr#115, to-chk=0/140)
23-Nov-2024 07:47:22         694,202  69%   23.64MB/s    0:00:00 (xfr#115, to-chk=0/140)
23-Nov-2024 07:47:22         694,202  69%   23.64MB/s    0:00:00 (xfr#115, to-chk=0/140)
23-Nov-2024 07:47:22         694,202  69%   23.64MB/s    0:00:00 (xfr#115, to-chk=0/140)
23-Nov-2024 07:47:22 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.23-07.25.41/pod-logs/dev-oneprovider-paris-0/cluster-manager
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:47:22           2,018  14%    1.92MB/s    0:00:00 (xfr#2, to-chk=9/14)
23-Nov-2024 07:47:22           4,808  34%    4.59MB/s    0:00:00 (xfr#3, to-chk=7/14)
23-Nov-2024 07:47:22           4,808  34%    4.59MB/s    0:00:00 (xfr#4, to-chk=5/14)
23-Nov-2024 07:47:22           6,623  48%    6.32MB/s    0:00:00 (xfr#5, to-chk=3/14)
23-Nov-2024 07:47:22           6,885  50%    6.57MB/s    0:00:00 (xfr#6, to-chk=1/14)
23-Nov-2024 07:47:22           6,885  50%    6.57MB/s    0:00:00 (xfr#6, to-chk=0/14)
23-Nov-2024 07:47:22 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.23-07.25.41/pod-logs/dev-oneprovider-paris-0/op-panel
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:47:22          23,637  16%   22.54MB/s    0:00:00 (xfr#2, to-chk=9/14)
23-Nov-2024 07:47:22          48,259  33%   46.02MB/s    0:00:00 (xfr#3, to-chk=7/14)
23-Nov-2024 07:47:22          48,259  33%   46.02MB/s    0:00:00 (xfr#4, to-chk=5/14)
23-Nov-2024 07:47:22          71,693  49%   68.37MB/s    0:00:00 (xfr#5, to-chk=3/14)
23-Nov-2024 07:47:22          71,984  50%   68.65MB/s    0:00:00 (xfr#6, to-chk=1/14)
23-Nov-2024 07:47:22          71,984  50%   68.65MB/s    0:00:00 (xfr#6, to-chk=0/14)
23-Nov-2024 07:47:22 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.23-07.25.41/pod-logs/dev-oneprovider-paris-0/op-worker
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=137/140)
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:47:22         150,632  13%   35.91MB/s    0:00:00 (xfr#2, to-chk=135/140)
23-Nov-2024 07:47:22         189,582  16%   36.16MB/s    0:00:00 (xfr#3, to-chk=133/140)
23-Nov-2024 07:47:22         189,582  16%   36.16MB/s    0:00:00 (xfr#4, to-chk=131/140)
23-Nov-2024 07:47:22         189,582  16%   36.16MB/s    0:00:00 (xfr#5, to-chk=129/140)
23-Nov-2024 07:47:22         227,114  19%   30.94MB/s    0:00:00 (xfr#6, to-chk=127/140)
23-Nov-2024 07:47:22         227,264  19%   27.09MB/s    0:00:00 (xfr#7, to-chk=125/140)
23-Nov-2024 07:47:22         227,561  19%   27.13MB/s    0:00:00 (xfr#8, to-chk=119/140)
23-Nov-2024 07:47:22         376,662  32%   39.91MB/s    0:00:00 (xfr#9, to-chk=117/140)
23-Nov-2024 07:47:22         376,946  32%   35.95MB/s    0:00:00 (xfr#10, to-chk=107/140)
23-Nov-2024 07:47:22         377,949  32%   36.04MB/s    0:00:00 (xfr#11, to-chk=106/140)
23-Nov-2024 07:47:22         378,649  33%   36.11MB/s    0:00:00 (xfr#12, to-chk=105/140)
23-Nov-2024 07:47:22         379,085  33%   36.15MB/s    0:00:00 (xfr#13, to-chk=104/140)
23-Nov-2024 07:47:22         379,365  33%   36.18MB/s    0:00:00 (xfr#14, to-chk=103/140)
23-Nov-2024 07:47:22         381,151  33%   33.04MB/s    0:00:00 (xfr#15, to-chk=102/140)
23-Nov-2024 07:47:22         381,433  33%   33.07MB/s    0:00:00 (xfr#16, to-chk=101/140)
23-Nov-2024 07:47:22         382,580  33%   33.17MB/s    0:00:00 (xfr#17, to-chk=100/140)
23-Nov-2024 07:47:22         383,580  33%   33.26MB/s    0:00:00 (xfr#18, to-chk=99/140)
23-Nov-2024 07:47:22         384,016  33%   33.29MB/s    0:00:00 (xfr#19, to-chk=98/140)
23-Nov-2024 07:47:22         384,452  33%   33.33MB/s    0:00:00 (xfr#20, to-chk=97/140)
23-Nov-2024 07:47:22         385,128  33%   33.39MB/s    0:00:00 (xfr#21, to-chk=96/140)
23-Nov-2024 07:47:22         385,411  33%   33.41MB/s    0:00:00 (xfr#22, to-chk=95/140)
23-Nov-2024 07:47:22         386,276  33%   33.49MB/s    0:00:00 (xfr#23, to-chk=94/140)
23-Nov-2024 07:47:22         386,872  33%   33.54MB/s    0:00:00 (xfr#24, to-chk=93/140)
23-Nov-2024 07:47:22         387,472  33%   30.79MB/s    0:00:00 (xfr#25, to-chk=92/140)
23-Nov-2024 07:47:22         387,752  33%   30.82MB/s    0:00:00 (xfr#26, to-chk=91/140)
23-Nov-2024 07:47:22         388,776  33%   30.90MB/s    0:00:00 (xfr#27, to-chk=90/140)
23-Nov-2024 07:47:22         389,056  33%   30.92MB/s    0:00:00 (xfr#28, to-chk=89/140)
23-Nov-2024 07:47:22         390,221  34%   31.01MB/s    0:00:00 (xfr#29, to-chk=88/140)
23-Nov-2024 07:47:22         390,501  34%   31.03MB/s    0:00:00 (xfr#30, to-chk=87/140)
23-Nov-2024 07:47:22         390,937  34%   31.07MB/s    0:00:00 (xfr#31, to-chk=86/140)
23-Nov-2024 07:47:22         391,781  34%   31.14MB/s    0:00:00 (xfr#32, to-chk=85/140)
23-Nov-2024 07:47:22         393,300  34%   31.26MB/s    0:00:00 (xfr#33, to-chk=84/140)
23-Nov-2024 07:47:22         393,738  34%   31.29MB/s    0:00:00 (xfr#34, to-chk=83/140)
23-Nov-2024 07:47:22         394,025  34%   28.91MB/s    0:00:00 (xfr#35, to-chk=82/140)
23-Nov-2024 07:47:22         394,307  34%   28.93MB/s    0:00:00 (xfr#36, to-chk=81/140)
23-Nov-2024 07:47:22         395,460  34%   29.01MB/s    0:00:00 (xfr#37, to-chk=80/140)
23-Nov-2024 07:47:22         395,742  34%   29.03MB/s    0:00:00 (xfr#38, to-chk=79/140)
23-Nov-2024 07:47:22         396,022  34%   29.05MB/s    0:00:00 (xfr#39, to-chk=78/140)
23-Nov-2024 07:47:22         397,063  34%   29.13MB/s    0:00:00 (xfr#40, to-chk=77/140)
23-Nov-2024 07:47:22         398,048  34%   29.20MB/s    0:00:00 (xfr#41, to-chk=76/140)
23-Nov-2024 07:47:22         398,736  34%   29.25MB/s    0:00:00 (xfr#42, to-chk=75/140)
23-Nov-2024 07:47:22         400,207  34%   29.36MB/s    0:00:00 (xfr#43, to-chk=74/140)
23-Nov-2024 07:47:22         400,487  34%   29.38MB/s    0:00:00 (xfr#44, to-chk=73/140)
23-Nov-2024 07:47:22         401,544  35%   29.46MB/s    0:00:00 (xfr#45, to-chk=72/140)
23-Nov-2024 07:47:22         402,484  35%   29.53MB/s    0:00:00 (xfr#46, to-chk=71/140)
23-Nov-2024 07:47:22         403,985  35%   27.52MB/s    0:00:00 (xfr#47, to-chk=70/140)
23-Nov-2024 07:47:22         404,266  35%   27.54MB/s    0:00:00 (xfr#48, to-chk=69/140)
23-Nov-2024 07:47:22         404,704  35%   27.57MB/s    0:00:00 (xfr#49, to-chk=68/140)
23-Nov-2024 07:47:22         404,989  35%   27.59MB/s    0:00:00 (xfr#50, to-chk=67/140)
23-Nov-2024 07:47:22         405,833  35%   27.65MB/s    0:00:00 (xfr#51, to-chk=66/140)
23-Nov-2024 07:47:22         406,274  35%   27.68MB/s    0:00:00 (xfr#52, to-chk=65/140)
23-Nov-2024 07:47:22         407,679  35%   27.77MB/s    0:00:00 (xfr#53, to-chk=64/140)
23-Nov-2024 07:47:22         408,289  35%   27.81MB/s    0:00:00 (xfr#54, to-chk=63/140)
23-Nov-2024 07:47:22         409,451  35%   27.89MB/s    0:00:00 (xfr#55, to-chk=62/140)
23-Nov-2024 07:47:22         416,882  36%   28.40MB/s    0:00:00 (xfr#56, to-chk=61/140)
23-Nov-2024 07:47:22         418,146  36%   28.48MB/s    0:00:00 (xfr#57, to-chk=60/140)
23-Nov-2024 07:47:22         419,152  36%   26.65MB/s    0:00:00 (xfr#58, to-chk=59/140)
23-Nov-2024 07:47:22         419,436  36%   26.67MB/s    0:00:00 (xfr#59, to-chk=58/140)
23-Nov-2024 07:47:22         419,870  36%   26.69MB/s    0:00:00 (xfr#60, to-chk=57/140)
23-Nov-2024 07:47:22         421,068  36%   26.77MB/s    0:00:00 (xfr#61, to-chk=56/140)
23-Nov-2024 07:47:22         430,350  37%   27.36MB/s    0:00:00 (xfr#62, to-chk=55/140)
23-Nov-2024 07:47:22         432,627  37%   25.79MB/s    0:00:00 (xfr#63, to-chk=54/140)
23-Nov-2024 07:47:22         433,422  37%   25.83MB/s    0:00:00 (xfr#64, to-chk=53/140)
23-Nov-2024 07:47:22         438,142  38%   26.12MB/s    0:00:00 (xfr#65, to-chk=52/140)
23-Nov-2024 07:47:22         449,248  39%   26.78MB/s    0:00:00 (xfr#66, to-chk=51/140)
23-Nov-2024 07:47:22         457,966  39%   27.30MB/s    0:00:00 (xfr#67, to-chk=50/140)
23-Nov-2024 07:47:22         471,008  41%   28.07MB/s    0:00:00 (xfr#68, to-chk=49/140)
23-Nov-2024 07:47:22         476,933  41%   28.43MB/s    0:00:00 (xfr#69, to-chk=48/140)
23-Nov-2024 07:47:22         488,102  42%   29.09MB/s    0:00:00 (xfr#70, to-chk=47/140)
23-Nov-2024 07:47:22         499,721  43%   29.79MB/s    0:00:00 (xfr#71, to-chk=46/140)
23-Nov-2024 07:47:22         509,459  44%   28.58MB/s    0:00:00 (xfr#72, to-chk=45/140)
23-Nov-2024 07:47:22         521,540  45%   29.26MB/s    0:00:00 (xfr#73, to-chk=44/140)
23-Nov-2024 07:47:22         530,252  46%   29.75MB/s    0:00:00 (xfr#74, to-chk=43/140)
23-Nov-2024 07:47:22         537,034  46%   30.13MB/s    0:00:00 (xfr#75, to-chk=42/140)
23-Nov-2024 07:47:22         544,834  47%   30.56MB/s    0:00:00 (xfr#76, to-chk=41/140)
23-Nov-2024 07:47:22         550,696  48%   30.89MB/s    0:00:00 (xfr#77, to-chk=40/140)
23-Nov-2024 07:47:22         553,879  48%   31.07MB/s    0:00:00 (xfr#78, to-chk=39/140)
23-Nov-2024 07:47:22         564,136  49%   29.89MB/s    0:00:00 (xfr#79, to-chk=38/140)
23-Nov-2024 07:47:22         570,853  49%   30.24MB/s    0:00:00 (xfr#80, to-chk=37/140)
23-Nov-2024 07:47:22         574,099  50%   30.42MB/s    0:00:00 (xfr#81, to-chk=36/140)
23-Nov-2024 07:47:22         579,391  50%   30.70MB/s    0:00:00 (xfr#82, to-chk=35/140)
23-Nov-2024 07:47:22         591,409  51%   31.33MB/s    0:00:00 (xfr#83, to-chk=34/140)
23-Nov-2024 07:47:22         603,034  52%   31.95MB/s    0:00:00 (xfr#84, to-chk=33/140)
23-Nov-2024 07:47:22         615,685  53%   32.62MB/s    0:00:00 (xfr#85, to-chk=32/140)
23-Nov-2024 07:47:22         618,355  53%   32.76MB/s    0:00:00 (xfr#86, to-chk=31/140)
23-Nov-2024 07:47:22         630,951  55%   31.67MB/s    0:00:00 (xfr#87, to-chk=30/140)
23-Nov-2024 07:47:22         633,165  55%   31.78MB/s    0:00:00 (xfr#88, to-chk=29/140)
23-Nov-2024 07:47:22         643,878  56%   32.32MB/s    0:00:00 (xfr#89, to-chk=28/140)
23-Nov-2024 07:47:22         644,610  56%   32.36MB/s    0:00:00 (xfr#90, to-chk=27/140)
23-Nov-2024 07:47:22         648,762  56%   32.56MB/s    0:00:00 (xfr#91, to-chk=26/140)
23-Nov-2024 07:47:22         655,145  57%   32.88MB/s    0:00:00 (xfr#92, to-chk=25/140)
23-Nov-2024 07:47:22         662,381  57%   33.25MB/s    0:00:00 (xfr#93, to-chk=24/140)
23-Nov-2024 07:47:22         664,145  57%   33.34MB/s    0:00:00 (xfr#94, to-chk=23/140)
23-Nov-2024 07:47:22         673,490  58%   32.11MB/s    0:00:00 (xfr#95, to-chk=22/140)
23-Nov-2024 07:47:22         683,684  59%   32.60MB/s    0:00:00 (xfr#96, to-chk=21/140)
23-Nov-2024 07:47:22         696,791  60%   33.23MB/s    0:00:00 (xfr#97, to-chk=20/140)
23-Nov-2024 07:47:22         701,006  61%   33.43MB/s    0:00:00 (xfr#98, to-chk=19/140)
23-Nov-2024 07:47:22         708,869  61%   33.80MB/s    0:00:00 (xfr#99, to-chk=18/140)
23-Nov-2024 07:47:22         710,570  61%   33.88MB/s    0:00:00 (xfr#100, to-chk=17/140)
23-Nov-2024 07:47:22         711,870  62%   33.94MB/s    0:00:00 (xfr#101, to-chk=16/140)
23-Nov-2024 07:47:22         718,196  62%   34.25MB/s    0:00:00 (xfr#102, to-chk=15/140)
23-Nov-2024 07:47:22         720,929  62%   34.38MB/s    0:00:00 (xfr#103, to-chk=14/140)
23-Nov-2024 07:47:22         731,579  63%   33.22MB/s    0:00:00 (xfr#104, to-chk=13/140)
23-Nov-2024 07:47:22         736,364  64%   33.44MB/s    0:00:00 (xfr#105, to-chk=12/140)
23-Nov-2024 07:47:22         736,754  64%   33.46MB/s    0:00:00 (xfr#106, to-chk=11/140)
23-Nov-2024 07:47:22         737,207  64%   33.48MB/s    0:00:00 (xfr#107, to-chk=10/140)
23-Nov-2024 07:47:22         738,705  64%   33.55MB/s    0:00:00 (xfr#108, to-chk=9/140)
23-Nov-2024 07:47:22         744,060  64%   33.79MB/s    0:00:00 (xfr#109, to-chk=8/140)
23-Nov-2024 07:47:22         753,861  65%   34.24MB/s    0:00:00 (xfr#110, to-chk=7/140)
23-Nov-2024 07:47:22         757,622  66%   34.41MB/s    0:00:00 (xfr#111, to-chk=6/140)
23-Nov-2024 07:47:22         764,795  66%   34.73MB/s    0:00:00 (xfr#112, to-chk=5/140)
23-Nov-2024 07:47:22         768,611  67%   34.90MB/s    0:00:00 (xfr#113, to-chk=4/140)
23-Nov-2024 07:47:22         768,896  67%   34.92MB/s    0:00:00 (xfr#114, to-chk=1/140)
23-Nov-2024 07:47:22         769,181  67%   33.34MB/s    0:00:00 (xfr#115, to-chk=0/140)
23-Nov-2024 07:47:22         769,181  67%   33.34MB/s    0:00:00 (xfr#115, to-chk=0/140)
23-Nov-2024 07:47:22         769,181  67%   33.34MB/s    0:00:00 (xfr#115, to-chk=0/140)
23-Nov-2024 07:47:22         769,181  67%   30.56MB/s    0:00:00 (xfr#115, to-chk=0/140)
23-Nov-2024 07:47:22         769,181  67%   30.56MB/s    0:00:00 (xfr#115, to-chk=0/140)
23-Nov-2024 07:47:22         769,181  67%   30.56MB/s    0:00:00 (xfr#115, to-chk=0/140)
23-Nov-2024 07:47:22 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.23-07.25.41/pod-logs/dev-onezone-0/cluster-manager
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:47:22           1,977  14%    1.89MB/s    0:00:00 (xfr#2, to-chk=9/14)
23-Nov-2024 07:47:22           4,706  34%    4.49MB/s    0:00:00 (xfr#3, to-chk=7/14)
23-Nov-2024 07:47:22           4,706  34%    4.49MB/s    0:00:00 (xfr#4, to-chk=5/14)
23-Nov-2024 07:47:22           6,480  48%    6.18MB/s    0:00:00 (xfr#5, to-chk=3/14)
23-Nov-2024 07:47:22           6,742  50%    6.43MB/s    0:00:00 (xfr#6, to-chk=1/14)
23-Nov-2024 07:47:22           6,742  50%    6.43MB/s    0:00:00 (xfr#6, to-chk=0/14)
23-Nov-2024 07:47:22 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.23-07.25.41/pod-logs/dev-onezone-0/oz-panel
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:47:22          54,612  12%   17.36MB/s    0:00:00 (xfr#2, to-chk=9/14)
23-Nov-2024 07:47:22         110,792  26%   21.13MB/s    0:00:00 (xfr#3, to-chk=7/14)
23-Nov-2024 07:47:22         158,267  37%   21.56MB/s    0:00:00 (xfr#4, to-chk=5/14)
23-Nov-2024 07:47:22         212,676  49%   25.35MB/s    0:00:00 (xfr#5, to-chk=3/14)
23-Nov-2024 07:47:22         212,967  50%   25.39MB/s    0:00:00 (xfr#6, to-chk=1/14)
23-Nov-2024 07:47:22         212,967  50%   22.57MB/s    0:00:00 (xfr#6, to-chk=0/14)
23-Nov-2024 07:47:22 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.23-07.25.41/pod-logs/dev-onezone-0/oz-worker
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=17/20)
23-Nov-2024 07:47:22               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:47:22          23,727   3%   22.63MB/s    0:00:00 (xfr#2, to-chk=15/20)
23-Nov-2024 07:47:22          48,217   6%   15.33MB/s    0:00:00 (xfr#3, to-chk=13/20)
23-Nov-2024 07:47:22          48,217   6%   15.33MB/s    0:00:00 (xfr#4, to-chk=11/20)
23-Nov-2024 07:47:22          71,464   9%   22.72MB/s    0:00:00 (xfr#5, to-chk=9/20)
23-Nov-2024 07:47:22          71,555  10%   22.75MB/s    0:00:00 (xfr#6, to-chk=7/20)
23-Nov-2024 07:47:22         207,365  29%   39.55MB/s    0:00:00 (xfr#7, to-chk=5/20)
23-Nov-2024 07:47:22         207,662  29%   39.61MB/s    0:00:00 (xfr#8, to-chk=3/20)
23-Nov-2024 07:47:22         357,332  50%   42.60MB/s    0:00:00 (xfr#9, to-chk=1/20)
23-Nov-2024 07:47:22         357,332  50%   34.08MB/s    0:00:00 (xfr#9, to-chk=0/20)
23-Nov-2024 07:47:22 [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MRFCPS/onedata-acceptance/tests/oneclient/logs/multiprovider_proxyio/test_multi_reg_file_CRUD.1732348032.1222744 exists, exporting anyway.
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22 =============================== warnings summary ===============================
23-Nov-2024 07:47:22 tests/utils/rest_utils.py:98
23-Nov-2024 07:47:22   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MRFCPS/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ '
23-Nov-2024 07:47:22     print("""
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22 tests/utils/path_utils.py:112
23-Nov-2024 07:47:22   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MRFCPS/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
23-Nov-2024 07:47:22     return path.replace("'", "\\'").replace(' ', '\ ')
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22 tests/utils/acceptance_utils.py:55
23-Nov-2024 07:47:22   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MRFCPS/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d'
23-Nov-2024 07:47:22     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22 tests/utils/acceptance_utils.py:57
23-Nov-2024 07:47:22   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MRFCPS/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d'
23-Nov-2024 07:47:22     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
23-Nov-2024 07:47:22
23-Nov-2024 07:47:22 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
23-Nov-2024 07:47:22 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MRFCPS/onedata-acceptance/test-reports/results.xml -
23-Nov-2024 07:47:22 ================= 26 passed, 4 warnings in 1303.13s (0:21:43) ==================
23-Nov-2024 07:47:27 release "dev" uninstalled
23-Nov-2024 07:47:28 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
23-Nov-2024 07:47:28 persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted
23-Nov-2024 07:47:32 No resources found
23-Nov-2024 07:47:34 Sidecar injection has been disabled
23-Nov-2024 07:47:34 Cleaning helm release "dev"...
23-Nov-2024 07:47:34 Deleted 1 helm deployments
23-Nov-2024 07:47:34 Deleted 0 k8s deployments
23-Nov-2024 07:47:34 Deleted 0 k8s services
23-Nov-2024 07:47:34 Deleted 0 persistent volumes
23-Nov-2024 07:47:35 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
23-Nov-2024 07:47:35 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
23-Nov-2024 07:47:35 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
23-Nov-2024 07:47:35 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
23-Nov-2024 07:47:35 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
23-Nov-2024 07:47:35 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
23-Nov-2024 07:47:35 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
23-Nov-2024 07:47:35 Finished task 'Run acceptance oneclient tests' with result: Success
23-Nov-2024 07:47:35 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
23-Nov-2024 07:47:35 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MRFCPS...
23-Nov-2024 07:47:35 Finished task 'Parse test results' with result: Success
23-Nov-2024 07:47:35 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
23-Nov-2024 07:47:35
Substituting variable: ${bamboo.artifactRepoHostname} with S3
23-Nov-2024 07:47:35
Substituting variable: ${bamboo.artifactRepoPort} with 10161
23-Nov-2024 07:47:35
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
23-Nov-2024 07:47:35
Substituting variable: ${bamboo.planRepository.branchName} with develop
23-Nov-2024 07:47:35
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
23-Nov-2024 07:47:35
Substituting variable: ${bamboo.artifactRepoHostname} with S3
23-Nov-2024 07:47:35
Substituting variable: ${bamboo.artifactRepoPort} with 10161
23-Nov-2024 07:47:35
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
23-Nov-2024 07:47:35
Substituting variable: ${bamboo.planRepository.branchName} with develop
23-Nov-2024 07:47:35
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
23-Nov-2024 07:47:35 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Nov-2024 07:47:35
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider regular file CRUD proxyio symlinks #3367 (ODSRV-OAP-MRFCPS-3367)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MRFCPS-3367-ScriptBuildTask-18047645278780438111.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MRFCPS/onedata-acceptance
23-Nov-2024 07:47:35 ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_multiprovider_regular_file_CRUD_proxyio_symlinks.tar.gz
23-Nov-2024 07:47:35 Uploading artifact
23-Nov-2024 07:47:35     source path: surefire_multiprovider_regular_file_CRUD_proxyio_symlinks.tar.gz
23-Nov-2024 07:47:35     dest.  path: artifacts/onedata-acceptance/develop/surefire_multiprovider_regular_file_CRUD_proxyio_symlinks.tar.gz
23-Nov-2024 07:47:35 Finished task 'Pack and push surefire artifact' with result: Success
23-Nov-2024 07:47:35 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
23-Nov-2024 07:47:35 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Nov-2024 07:47:35
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider regular file CRUD proxyio symlinks #3367 (ODSRV-OAP-MRFCPS-3367)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MRFCPS-3367-ScriptBuildTask-12782535414705190605.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MRFCPS
23-Nov-2024 07:47:35 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
23-Nov-2024 07:47:36 Finished task 'Pack logs' with result: Success
23-Nov-2024 07:47:36 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
23-Nov-2024 07:47:36
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
23-Nov-2024 07:47:36 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Nov-2024 07:47:36
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider regular file CRUD proxyio symlinks #3367 (ODSRV-OAP-MRFCPS-3367)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MRFCPS-3367-ScriptBuildTask-2395078707740254131.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MRFCPS/onedata-acceptance
23-Nov-2024 07:47:36   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
23-Nov-2024 07:47:36                                  Dload  Upload   Total   Spent    Left  Speed
23-Nov-2024 07:47:36
23-Nov-2024 07:47:36 Clearing /tmp/onedata and /home/bamboo/.one-env
23-Nov-2024 07:47:36   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
23-Nov-2024 07:47:36 100  4822  100  4822    0     0  56069      0 --:--:-- --:--:-- --:--:-- 56069
23-Nov-2024 07:47:37 Cleaning helm deployments
23-Nov-2024 07:47:37 Cleanining pods
23-Nov-2024 07:47:37 Cleaning kube persistant volumes
23-Nov-2024 07:47:37 Cleaning dockswift container
23-Nov-2024 07:47:37 Cleaning docker containers
23-Nov-2024 07:47:39 Stalled docker containers to remove:
23-Nov-2024 07:47:39 a0742f171a59 5dd8cbf4a925
23-Nov-2024 07:47:39 Removing stalled docker containers
23-Nov-2024 07:47:39 Error response from daemon: Cannot kill container: a0742f171a59: Container a0742f171a592d07915c086f2d35cf1c18ca6689ae9cf16333a73da54cff22d2 is not running
23-Nov-2024 07:47:39 a0742f171a59
23-Nov-2024 07:47:39 5dd8cbf4a925
23-Nov-2024 07:47:39 5dd8cbf4a925
23-Nov-2024 07:47:39 Stalled docker volumes to remove:
23-Nov-2024 07:47:39
23-Nov-2024 07:47:39 Removing stalled docker volumes
23-Nov-2024 07:47:39 Removing stalled loopdevices
23-Nov-2024 07:47:40 Done
23-Nov-2024 07:47:40 Finished task 'Clear env and working dir' with result: Success
23-Nov-2024 07:47:40 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
23-Nov-2024 07:47:40 Running post build plugin 'Docker Container Cleanup'
23-Nov-2024 07:47:40 Running post build plugin 'NCover Results Collector'
23-Nov-2024 07:47:40 Running post build plugin 'Build Results Label Collector'
23-Nov-2024 07:47:40 Running post build plugin 'Clover Results Collector'
23-Nov-2024 07:47:40 Running post build plugin 'npm Cache Cleanup'
23-Nov-2024 07:47:40 Running post build plugin 'Artifact Copier'
23-Nov-2024 07:47:40 Publishing an artifact: test_logs.tar.gz
23-Nov-2024 07:47:40 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 164.1 ms
23-Nov-2024 07:47:41 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MRFCPS'
23-Nov-2024 07:47:41 Finalising the build...
23-Nov-2024 07:47:41 Stopping timer.
23-Nov-2024 07:47:41 Build ODSRV-OAP-MRFCPS-3367 completed.
23-Nov-2024 07:47:41 Running on server: post build plugin 'Build Hanging Detection Configuration'
23-Nov-2024 07:47:41 Running on server: post build plugin 'NCover Results Collector'
23-Nov-2024 07:47:41 Running on server: post build plugin 'Build Labeller'
23-Nov-2024 07:47:41 Running on server: post build plugin 'Clover Delta Calculator'
23-Nov-2024 07:47:41 Running on server: post build plugin 'Maven Dependencies Postprocessor'
23-Nov-2024 07:47:41 All post build plugins have finished
23-Nov-2024 07:47:41 Generating build results summary...
23-Nov-2024 07:47:41 Saving build results to disk...
23-Nov-2024 07:47:41 Store variable context...
23-Nov-2024 07:47:41 Finished building ODSRV-OAP-MRFCPS-3367.