oneclient acceptance tests using environment deployed from packages

Build: #3372 was successful

Job: multiprovider proxy directory CRUD proxyio hardlinks was successful

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Build log

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

30-Nov-2024 01:23:49 PASSED
30-Nov-2024 01:23:49 Unmounting client from /tmp/onedata/mnt/jpws2kw0sarqkslr
30-Nov-2024 01:23:49
30-Nov-2024 01:23:49
30-Nov-2024 01:23:49 Unmounting client from /tmp/onedata/mnt/4h87vlirviiqlk16
30-Nov-2024 01:23:49
30-Nov-2024 01:23:49
30-Nov-2024 01:24:13 tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_delete_non_empty_wrong[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 01:24:13 =================================================================
30-Nov-2024 01:24:13 - Executing scenario 'Fail to delete non-empty directory using rmdir'
30-Nov-2024 01:24:13 - from feature 'Multi_directory_CRUD'
30-Nov-2024 01:24:13 -----------------------------------------------------------------
30-Nov-2024 01:24:13 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 01:24:13 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 01:24:13 using [token, token] by [user1, user2]"'
30-Nov-2024 01:24:13 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 01:24:13 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 01:24:13 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 01:24:13
30-Nov-2024 01:24:13
30-Nov-2024 01:24:13 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vqb7j'
30-Nov-2024 01:24:13 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vqb7j' successfully started
30-Nov-2024 01:24:13
30-Nov-2024 01:24:13 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/49qmgaun0fhlyym3
30-Nov-2024 01:24:13
30-Nov-2024 01:24:13 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/49qmgaun0fhlyym3 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/49qmgaun0fhlyym3
30-Nov-2024 01:24:13 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '4712205240377440362'...
30-Nov-2024 01:24:13 Getting configuration...
30-Nov-2024 01:24:13 Oneclient has been successfully mounted in '/tmp/onedata/mnt/49qmgaun0fhlyym3'.
30-Nov-2024 01:24:13
30-Nov-2024 01:24:13 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 01:24:13 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 01:24:13 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 01:24:13
30-Nov-2024 01:24:13
30-Nov-2024 01:24:13 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-sgkq7'
30-Nov-2024 01:24:13 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-sgkq7' successfully started
30-Nov-2024 01:24:13
30-Nov-2024 01:24:13 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/x0u2d7ue5xdsibmj
30-Nov-2024 01:24:13
30-Nov-2024 01:24:13 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/x0u2d7ue5xdsibmj --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/x0u2d7ue5xdsibmj
30-Nov-2024 01:24:13 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '8533519748120692242'...
30-Nov-2024 01:24:13 Getting configuration...
30-Nov-2024 01:24:13 Oneclient has been successfully mounted in '/tmp/onedata/mnt/x0u2d7ue5xdsibmj'.
30-Nov-2024 01:24:13
30-Nov-2024 01:24:13 -- Executing step: 'When "user2 creates directories [space1/dir1, space1/dir1/child1] on client21"'
30-Nov-2024 01:24:13 -- Executing step: 'When "user1 sees [dir1] in space1 on client11"'
30-Nov-2024 01:24:13 -- Executing step: 'When "user2 sees [dir1] in space1 on client21"'
30-Nov-2024 01:24:13 -- Executing step: 'When "user1 sees [child1] in space1/dir1 on client11"'
30-Nov-2024 01:24:13 -- Executing step: 'When "user2 sees [child1] in space1/dir1 on client21"'
30-Nov-2024 01:24:13 -- Executing step: 'When "user1 fails to delete directories (rmdir) [space1/dir1] on client11"'
30-Nov-2024 01:24:13 -- Executing step: 'When "user1 can stat [dir1] in space1 on client11"'
30-Nov-2024 01:24:13 -- Executing step: 'When "user2 can stat [dir1] in space1 on client21"'
30-Nov-2024 01:24:13 -- Executing step: 'When "user1 can stat [child1] in space1/dir1 on client11"'
30-Nov-2024 01:24:13 -- Executing step: 'When "user2 can stat [child1] in space1/dir1 on client21"'
30-Nov-2024 01:24:13 -- Executing step: 'When "user1 sees [dir1] in space1 on client11"'
30-Nov-2024 01:24:13 -- Executing step: 'When "user2 sees [dir1] in space1 on client21"'
30-Nov-2024 01:24:13 -- Executing step: 'When "user1 sees [child1] in space1/dir1 on client11"'
30-Nov-2024 01:24:13 -- Executing step: 'When "user2 sees [child1] in space1/dir1 on client21"'
30-Nov-2024 01:24:13 =================================================================
30-Nov-2024 01:24:13
30-Nov-2024 01:24:14 PASSED
30-Nov-2024 01:24:14 Unmounting client from /tmp/onedata/mnt/49qmgaun0fhlyym3
30-Nov-2024 01:24:14
30-Nov-2024 01:24:14
30-Nov-2024 01:24:14 Unmounting client from /tmp/onedata/mnt/x0u2d7ue5xdsibmj
30-Nov-2024 01:24:14
30-Nov-2024 01:24:14
30-Nov-2024 01:24:41 tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_delete_non_empty[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 01:24:41 =================================================================
30-Nov-2024 01:24:41 - Executing scenario 'Delete non-empty directory'
30-Nov-2024 01:24:41 - from feature 'Multi_directory_CRUD'
30-Nov-2024 01:24:41 -----------------------------------------------------------------
30-Nov-2024 01:24:41 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 01:24:41 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 01:24:41 using [token, token] by [user1, user2]"'
30-Nov-2024 01:24:41 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 01:24:41 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 01:24:41 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 01:24:41
30-Nov-2024 01:24:41
30-Nov-2024 01:24:41 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vqb7j'
30-Nov-2024 01:24:41 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vqb7j' successfully started
30-Nov-2024 01:24:41
30-Nov-2024 01:24:41 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/zyq3q4hwoeoickqe
30-Nov-2024 01:24:41
30-Nov-2024 01:24:41 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/zyq3q4hwoeoickqe --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/zyq3q4hwoeoickqe
30-Nov-2024 01:24:41 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '10838071560875733841'...
30-Nov-2024 01:24:41 Getting configuration...
30-Nov-2024 01:24:41 Oneclient has been successfully mounted in '/tmp/onedata/mnt/zyq3q4hwoeoickqe'.
30-Nov-2024 01:24:41
30-Nov-2024 01:24:41 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 01:24:41 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 01:24:41 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 01:24:41
30-Nov-2024 01:24:41
30-Nov-2024 01:24:41 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-sgkq7'
30-Nov-2024 01:24:41 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-sgkq7' successfully started
30-Nov-2024 01:24:41
30-Nov-2024 01:24:41 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/qd18w4xex4llf36q
30-Nov-2024 01:24:41
30-Nov-2024 01:24:41 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/qd18w4xex4llf36q --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/qd18w4xex4llf36q
30-Nov-2024 01:24:41 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '3421575756159225879'...
30-Nov-2024 01:24:41 Getting configuration...
30-Nov-2024 01:24:41 Oneclient has been successfully mounted in '/tmp/onedata/mnt/qd18w4xex4llf36q'.
30-Nov-2024 01:24:41
30-Nov-2024 01:24:41 -- Executing step: 'When "user1 creates directory and parents [space1/dir1/child1, space1/dir1/child2, space1/dir2/dir3/child1]
30-Nov-2024 01:24:41 on client11"'
30-Nov-2024 01:24:41 -- Executing step: 'When "user1 sees [dir1, dir2] in space1 on client11"'
30-Nov-2024 01:24:41 -- Executing step: 'When "user2 sees [dir1, dir2] in space1 on client21"'
30-Nov-2024 01:24:41 -- Executing step: 'When "user1 sees [child1, child2] in space1/dir1 on client11"'
30-Nov-2024 01:24:41 -- Executing step: 'When "user2 sees [child1, child2] in space1/dir1 on client21"'
30-Nov-2024 01:24:41 -- Executing step: 'When "user1 sees [dir3] in space1/dir2 on client11"'
30-Nov-2024 01:24:41 -- Executing step: 'When "user2 sees [dir3] in space1/dir2 on client21"'
30-Nov-2024 01:24:41 -- Executing step: 'When "user1 sees [child1] in space1/dir2/dir3 on client11"'
30-Nov-2024 01:24:41 -- Executing step: 'When "user2 sees [child1] in space1/dir2/dir3 on client21"'
30-Nov-2024 01:24:41 -- Executing step: 'When "user1 deletes directories (rm -rf) [space1/dir1, space1/dir2] on client11"'
30-Nov-2024 01:24:41 -- Executing step: 'Then "user1 can't stat [dir1, dir2] in space1 on client11"'
30-Nov-2024 01:24:41 -- Executing step: 'Then "user2 can't stat [dir1, dir2] in space1 on client21"'
30-Nov-2024 01:24:41 -- Executing step: 'Then "user1 doesn't see [dir1, dir2] in space1 on client11"'
30-Nov-2024 01:24:41 -- Executing step: 'Then "user2 doesn't see [dir1, dir2] in space1 on client21"'
30-Nov-2024 01:24:41 =================================================================
30-Nov-2024 01:24:41
30-Nov-2024 01:24:41 PASSED
30-Nov-2024 01:24:41 Unmounting client from /tmp/onedata/mnt/zyq3q4hwoeoickqe
30-Nov-2024 01:24:41
30-Nov-2024 01:24:41
30-Nov-2024 01:24:41 Unmounting client from /tmp/onedata/mnt/qd18w4xex4llf36q
30-Nov-2024 01:24:41
30-Nov-2024 01:24:41
30-Nov-2024 01:25:08 tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_move[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 01:25:08 =================================================================
30-Nov-2024 01:25:08 - Executing scenario 'Move directory'
30-Nov-2024 01:25:08 - from feature 'Multi_directory_CRUD'
30-Nov-2024 01:25:08 -----------------------------------------------------------------
30-Nov-2024 01:25:08 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 01:25:08 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 01:25:08 using [token, token] by [user1, user2]"'
30-Nov-2024 01:25:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 01:25:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 01:25:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 01:25:08
30-Nov-2024 01:25:08
30-Nov-2024 01:25:08 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vqb7j'
30-Nov-2024 01:25:08 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vqb7j' successfully started
30-Nov-2024 01:25:08
30-Nov-2024 01:25:08 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/rqpdu4x0cnfojgyo
30-Nov-2024 01:25:08
30-Nov-2024 01:25:08 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/rqpdu4x0cnfojgyo --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/rqpdu4x0cnfojgyo
30-Nov-2024 01:25:08 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '3522304378730882690'...
30-Nov-2024 01:25:08 Getting configuration...
30-Nov-2024 01:25:08 Oneclient has been successfully mounted in '/tmp/onedata/mnt/rqpdu4x0cnfojgyo'.
30-Nov-2024 01:25:08
30-Nov-2024 01:25:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 01:25:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 01:25:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 01:25:08
30-Nov-2024 01:25:08
30-Nov-2024 01:25:08 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-sgkq7'
30-Nov-2024 01:25:08 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-sgkq7' successfully started
30-Nov-2024 01:25:08
30-Nov-2024 01:25:08 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/mth3htkqr55w743f
30-Nov-2024 01:25:08
30-Nov-2024 01:25:08 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/mth3htkqr55w743f --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/mth3htkqr55w743f
30-Nov-2024 01:25:08 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '15822677971563441966'...
30-Nov-2024 01:25:08 Getting configuration...
30-Nov-2024 01:25:08 Oneclient has been successfully mounted in '/tmp/onedata/mnt/mth3htkqr55w743f'.
30-Nov-2024 01:25:08
30-Nov-2024 01:25:08 -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2/dir3, space1/dir4/dir5] on client11"'
30-Nov-2024 01:25:08 -- Executing step: 'When "user1 sees [dir1, dir4] in space1 on client11"'
30-Nov-2024 01:25:08 -- Executing step: 'When "user2 sees [dir1, dir4] in space1 on client21"'
30-Nov-2024 01:25:08 -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"'
30-Nov-2024 01:25:08 -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"'
30-Nov-2024 01:25:08 -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"'
30-Nov-2024 01:25:08 -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"'
30-Nov-2024 01:25:08 -- Executing step: 'When "user1 sees [dir5] in space1/dir4 on client11"'
30-Nov-2024 01:25:08 -- Executing step: 'When "user2 sees [dir5] in space1/dir4 on client21"'
30-Nov-2024 01:25:08 -- Executing step: 'When "user1 renames space1/dir4/dir5 to space1/dir1/dir2/dir3 on client11"'
30-Nov-2024 01:25:08 -- Executing step: 'Then "user1 can stat [dir5] in space1/dir1/dir2/dir3 on client11"'
30-Nov-2024 01:25:08 -- Executing step: 'Then "user2 can stat [dir5] in space1/dir1/dir2/dir3 on client21"'
30-Nov-2024 01:25:08 -- Executing step: 'Then "user1 doesn't see [dir5] in space1/dir4 on client11"'
30-Nov-2024 01:25:08 -- Executing step: 'Then "user2 doesn't see [dir5] in space1/dir4 on client21"'
30-Nov-2024 01:25:08 -- Executing step: 'Then "user1 sees [dir5] in space1/dir1/dir2/dir3 on client11"'
30-Nov-2024 01:25:08 -- Executing step: 'Then "user2 sees [dir5] in space1/dir1/dir2/dir3 on client21"'
30-Nov-2024 01:25:08 =================================================================
30-Nov-2024 01:25:08
30-Nov-2024 01:25:08 PASSED
30-Nov-2024 01:25:08 Unmounting client from /tmp/onedata/mnt/rqpdu4x0cnfojgyo
30-Nov-2024 01:25:08
30-Nov-2024 01:25:08
30-Nov-2024 01:25:08 Unmounting client from /tmp/onedata/mnt/mth3htkqr55w743f
30-Nov-2024 01:25:08
30-Nov-2024 01:25:08
30-Nov-2024 01:25:33 tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_copy[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 01:25:33 =================================================================
30-Nov-2024 01:25:33 - Executing scenario 'Copy directory'
30-Nov-2024 01:25:33 - from feature 'Multi_directory_CRUD'
30-Nov-2024 01:25:33 -----------------------------------------------------------------
30-Nov-2024 01:25:33 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 01:25:33 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 01:25:33 using [token, token] by [user1, user2]"'
30-Nov-2024 01:25:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 01:25:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 01:25:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 01:25:33
30-Nov-2024 01:25:33
30-Nov-2024 01:25:33 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vqb7j'
30-Nov-2024 01:25:33 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vqb7j' successfully started
30-Nov-2024 01:25:33
30-Nov-2024 01:25:33 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/7yugnfnrsmuh4po3
30-Nov-2024 01:25:33
30-Nov-2024 01:25:33 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/7yugnfnrsmuh4po3 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/7yugnfnrsmuh4po3
30-Nov-2024 01:25:33 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '8786101202953938273'...
30-Nov-2024 01:25:33 Getting configuration...
30-Nov-2024 01:25:33 Oneclient has been successfully mounted in '/tmp/onedata/mnt/7yugnfnrsmuh4po3'.
30-Nov-2024 01:25:33
30-Nov-2024 01:25:33 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 01:25:33 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 01:25:33 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 01:25:33
30-Nov-2024 01:25:33
30-Nov-2024 01:25:33 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-sgkq7'
30-Nov-2024 01:25:33 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-sgkq7' successfully started
30-Nov-2024 01:25:33
30-Nov-2024 01:25:33 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/4sddm46nbckaogiw
30-Nov-2024 01:25:33
30-Nov-2024 01:25:33 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/4sddm46nbckaogiw --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/4sddm46nbckaogiw
30-Nov-2024 01:25:33 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '12987129377040873127'...
30-Nov-2024 01:25:33 Getting configuration...
30-Nov-2024 01:25:33 Oneclient has been successfully mounted in '/tmp/onedata/mnt/4sddm46nbckaogiw'.
30-Nov-2024 01:25:33
30-Nov-2024 01:25:33 -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2/dir3, space1/dir4/dir5] on client11"'
30-Nov-2024 01:25:33 -- Executing step: 'When "user1 sees [dir1, dir4] in space1 on client11"'
30-Nov-2024 01:25:33 -- Executing step: 'When "user2 sees [dir1, dir4] in space1 on client21"'
30-Nov-2024 01:25:33 -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"'
30-Nov-2024 01:25:33 -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"'
30-Nov-2024 01:25:33 -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"'
30-Nov-2024 01:25:33 -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"'
30-Nov-2024 01:25:33 -- Executing step: 'When "user1 sees [dir5] in space1/dir4 on client11"'
30-Nov-2024 01:25:33 -- Executing step: 'When "user2 sees [dir5] in space1/dir4 on client21"'
30-Nov-2024 01:25:33 -- Executing step: 'When "user1 copies directory space1/dir4 to space1/dir1/dir2/dir3 on client11"'
30-Nov-2024 01:25:33 -- Executing step: 'Then "user1 can stat [dir4] in space1/dir1/dir2/dir3 on client11"'
30-Nov-2024 01:25:33 -- Executing step: 'Then "user2 can stat [dir4] in space1/dir1/dir2/dir3 on client21"'
30-Nov-2024 01:25:33 -- Executing step: 'Then "user1 can stat [dir5] in space1/dir1/dir2/dir3/dir4 on client11"'
30-Nov-2024 01:25:33 -- Executing step: 'Then "user2 can stat [dir5] in space1/dir1/dir2/dir3/dir4 on client21"'
30-Nov-2024 01:25:33 -- Executing step: 'Then "user1 can stat [dir5] in space1/dir4 on client11"'
30-Nov-2024 01:25:33 -- Executing step: 'Then "user2 can stat [dir5] in space1/dir4 on client21"'
30-Nov-2024 01:25:33 -- Executing step: 'Then "user1 sees [dir4] in space1/dir1/dir2/dir3 on client11"'
30-Nov-2024 01:25:33 -- Executing step: 'Then "user2 sees [dir4] in space1/dir1/dir2/dir3 on client21"'
30-Nov-2024 01:25:33 -- Executing step: 'Then "user1 sees [dir5] in space1/dir1/dir2/dir3/dir4 on client11"'
30-Nov-2024 01:25:33 -- Executing step: 'Then "user2 sees [dir5] in space1/dir1/dir2/dir3/dir4 on client21"'
30-Nov-2024 01:25:33 -- Executing step: 'Then "user1 sees [dir5] in space1/dir4 on client11"'
30-Nov-2024 01:25:33 -- Executing step: 'Then "user2 sees [dir5] in space1/dir4 on client21"'
30-Nov-2024 01:25:33 =================================================================
30-Nov-2024 01:25:33
30-Nov-2024 01:25:33 PASSED
30-Nov-2024 01:25:33 Unmounting client from /tmp/onedata/mnt/7yugnfnrsmuh4po3
30-Nov-2024 01:25:33
30-Nov-2024 01:25:33
30-Nov-2024 01:25:33 Unmounting client from /tmp/onedata/mnt/4sddm46nbckaogiw
30-Nov-2024 01:25:33
30-Nov-2024 01:25:33
30-Nov-2024 01:25:58 tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_move_to_itself[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 01:25:58 =================================================================
30-Nov-2024 01:25:58 - Executing scenario 'Fail to move directory to itself'
30-Nov-2024 01:25:58 - from feature 'Multi_directory_CRUD'
30-Nov-2024 01:25:58 -----------------------------------------------------------------
30-Nov-2024 01:25:58 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 01:25:58 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 01:25:58 using [token, token] by [user1, user2]"'
30-Nov-2024 01:25:58 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 01:25:58 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 01:25:58 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 01:25:58
30-Nov-2024 01:25:58
30-Nov-2024 01:25:58 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vqb7j'
30-Nov-2024 01:25:58 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vqb7j' successfully started
30-Nov-2024 01:25:58
30-Nov-2024 01:25:58 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/1wm8ljppf8d5p5ha
30-Nov-2024 01:25:58
30-Nov-2024 01:25:58 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/1wm8ljppf8d5p5ha --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/1wm8ljppf8d5p5ha
30-Nov-2024 01:25:58 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15047546056109881263'...
30-Nov-2024 01:25:58 Getting configuration...
30-Nov-2024 01:25:58 Oneclient has been successfully mounted in '/tmp/onedata/mnt/1wm8ljppf8d5p5ha'.
30-Nov-2024 01:25:58
30-Nov-2024 01:25:58 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 01:25:58 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 01:25:58 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 01:25:58
30-Nov-2024 01:25:58
30-Nov-2024 01:25:58 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-sgkq7'
30-Nov-2024 01:25:58 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-sgkq7' successfully started
30-Nov-2024 01:25:58
30-Nov-2024 01:25:58 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/ojm13qp5sfppu1el
30-Nov-2024 01:25:58
30-Nov-2024 01:25:58 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ojm13qp5sfppu1el --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ojm13qp5sfppu1el
30-Nov-2024 01:25:58 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '13605445103498073983'...
30-Nov-2024 01:25:58 Getting configuration...
30-Nov-2024 01:25:58 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ojm13qp5sfppu1el'.
30-Nov-2024 01:25:58
30-Nov-2024 01:25:58 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
30-Nov-2024 01:25:58 -- Executing step: 'When "user1 sees [dir1] in space1 on client11"'
30-Nov-2024 01:25:58 -- Executing step: 'When "user2 sees [dir1] in space1 on client21"'
30-Nov-2024 01:25:58 -- Executing step: 'When "user1 fails to move space1/dir1 to space1/dir1 using shell command on client11"'
30-Nov-2024 01:25:58 -- Executing step: 'When "user1 can stat [dir1] in space1 on client11"'
30-Nov-2024 01:25:58 -- Executing step: 'When "user2 can stat [dir1] in space1 on client21"'
30-Nov-2024 01:25:58 -- Executing step: 'When "user1 sees [dir1] in space1 on client11"'
30-Nov-2024 01:25:58 -- Executing step: 'When "user2 sees [dir1] in space1 on client21"'
30-Nov-2024 01:25:58 =================================================================
30-Nov-2024 01:25:58
30-Nov-2024 01:25:58 PASSED
30-Nov-2024 01:25:58 Unmounting client from /tmp/onedata/mnt/1wm8ljppf8d5p5ha
30-Nov-2024 01:25:58
30-Nov-2024 01:25:58
30-Nov-2024 01:25:58 Unmounting client from /tmp/onedata/mnt/ojm13qp5sfppu1el
30-Nov-2024 01:25:58
30-Nov-2024 01:25:58
30-Nov-2024 01:26:23 tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_move_to_subtree[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 01:26:23 =================================================================
30-Nov-2024 01:26:23 - Executing scenario 'Fail to move directory to its subtree'
30-Nov-2024 01:26:23 - from feature 'Multi_directory_CRUD'
30-Nov-2024 01:26:23 -----------------------------------------------------------------
30-Nov-2024 01:26:23 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 01:26:23 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 01:26:23 using [token, token] by [user1, user2]"'
30-Nov-2024 01:26:23 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 01:26:23 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 01:26:23 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vqb7j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 01:26:23
30-Nov-2024 01:26:23
30-Nov-2024 01:26:23 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vqb7j'
30-Nov-2024 01:26:23 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vqb7j' successfully started
30-Nov-2024 01:26:23
30-Nov-2024 01:26:23 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/xsf7s5xwqyjsw11b
30-Nov-2024 01:26:23
30-Nov-2024 01:26:23 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/xsf7s5xwqyjsw11b --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/xsf7s5xwqyjsw11b
30-Nov-2024 01:26:23 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7875793016037615820'...
30-Nov-2024 01:26:23 Getting configuration...
30-Nov-2024 01:26:23 Oneclient has been successfully mounted in '/tmp/onedata/mnt/xsf7s5xwqyjsw11b'.
30-Nov-2024 01:26:23
30-Nov-2024 01:26:23 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 01:26:23 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 01:26:23 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-sgkq7', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 01:26:23
30-Nov-2024 01:26:23
30-Nov-2024 01:26:23 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-sgkq7'
30-Nov-2024 01:26:23 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-sgkq7' successfully started
30-Nov-2024 01:26:23
30-Nov-2024 01:26:23 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/p1esth534w4mv311
30-Nov-2024 01:26:23
30-Nov-2024 01:26:23 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/p1esth534w4mv311 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/p1esth534w4mv311
30-Nov-2024 01:26:23 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '10326890027784302899'...
30-Nov-2024 01:26:23 Getting configuration...
30-Nov-2024 01:26:23 Oneclient has been successfully mounted in '/tmp/onedata/mnt/p1esth534w4mv311'.
30-Nov-2024 01:26:23
30-Nov-2024 01:26:23 -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2/dir3] on client11"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user1 sees [dir1] in space1 on client11"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user2 sees [dir1] in space1 on client21"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user1 fails to rename space1/dir1 to space1/dir1/dir2/dir3 on client11"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user1 can stat [dir1] in space1 on client11"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user2 can stat [dir1] in space1 on client21"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user1 can stat [dir2] in space1/dir1 on client11"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user2 can stat [dir2] in space1/dir1 on client21"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user1 can stat [dir3] in space1/dir1/dir2 on client11"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user2 can stat [dir3] in space1/dir1/dir2 on client21"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user1 sees [dir1] in space1 on client11"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user2 sees [dir1] in space1 on client21"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"'
30-Nov-2024 01:26:23 -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"'
30-Nov-2024 01:26:23 =================================================================
30-Nov-2024 01:26:23
30-Nov-2024 01:26:35 PASSED
30-Nov-2024 01:26:35 Unmounting client from /tmp/onedata/mnt/xsf7s5xwqyjsw11b
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35 Unmounting client from /tmp/onedata/mnt/p1esth534w4mv311
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35 Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPDCPH/onedata-acceptance/tests/oneclient/logs/multiprovider_proxy/test_multi_directory_CRUD.1732929983.6976247', '-c', '/tmp/logs']
30-Nov-2024 01:26:35 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
30-Nov-2024 01:26:35 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-w5lqs. See /home/bamboo/.one-env/deployments/2024.11.30-01.11.18/pod-logs/dev-cross-support-job-3p-users-w5lqs/entrypoint.log for more details
30-Nov-2024 01:26:35 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-vqb7j: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.30-01.11.18/pod-logs/dev-oneclient-krakow-7d9476b8bc-vqb7j/oneclient_logs
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=198/231)
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 01:26:35          23,277   0%   22.20MB/s    0:00:00 (xfr#1, to-chk=197/231)
30-Nov-2024 01:26:35 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
30-Nov-2024 01:26:35          23,277   0%   22.20MB/s    0:00:00 (xfr#1, to-chk=191/231)
30-Nov-2024 01:26:35          23,835   0%   22.73MB/s    0:00:00 (xfr#2, to-chk=193/231)
30-Nov-2024 01:26:35         104,708   2%   49.93MB/s    0:00:00 (xfr#3, to-chk=192/231)
30-Nov-2024 01:26:35         105,266   2%   50.19MB/s    0:00:00 (xfr#4, to-chk=191/231)
30-Nov-2024 01:26:35         126,058   2%   40.07MB/s    0:00:00 (xfr#5, to-chk=190/231)
30-Nov-2024 01:26:35         126,520   2%   40.22MB/s    0:00:00 (xfr#6, to-chk=186/231)
30-Nov-2024 01:26:35         228,072   5%   36.25MB/s    0:00:00 (xfr#7, to-chk=185/231)
30-Nov-2024 01:26:35         228,534   5%   36.32MB/s    0:00:00 (xfr#8, to-chk=184/231)
30-Nov-2024 01:26:35         229,162   5%   31.22MB/s    0:00:00 (xfr#9, to-chk=183/231)
30-Nov-2024 01:26:35         266,983   6%   28.29MB/s    0:00:00 (xfr#10, to-chk=182/231)
30-Nov-2024 01:26:35         267,637   6%   28.36MB/s    0:00:00 (xfr#11, to-chk=178/231)
30-Nov-2024 01:26:35         436,386  10%   34.68MB/s    0:00:00 (xfr#12, to-chk=177/231)
30-Nov-2024 01:26:35         437,040  10%   34.73MB/s    0:00:00 (xfr#13, to-chk=176/231)
30-Nov-2024 01:26:35         474,890  11%   34.84MB/s    0:00:00 (xfr#14, to-chk=175/231)
30-Nov-2024 01:26:35         475,736  11%   32.41MB/s    0:00:00 (xfr#15, to-chk=171/231)
30-Nov-2024 01:26:35         619,463  14%   32.82MB/s    0:00:00 (xfr#16, to-chk=170/231)
30-Nov-2024 01:26:35         620,309  14%   32.87MB/s    0:00:00 (xfr#17, to-chk=169/231)
30-Nov-2024 01:26:35         620,937  14%   32.90MB/s    0:00:00 (xfr#18, to-chk=168/231)
30-Nov-2024 01:26:35         641,619  14%   30.59MB/s    0:00:00 (xfr#19, to-chk=167/231)
30-Nov-2024 01:26:35         642,273  14%   29.17MB/s    0:00:00 (xfr#20, to-chk=163/231)
30-Nov-2024 01:26:35         738,775  17%   30.63MB/s    0:00:00 (xfr#21, to-chk=162/231)
30-Nov-2024 01:26:35         739,429  17%   30.66MB/s    0:00:00 (xfr#22, to-chk=161/231)
30-Nov-2024 01:26:35         779,829  18%   27.54MB/s    0:00:00 (xfr#23, to-chk=160/231)
30-Nov-2024 01:26:35         780,291  18%   26.58MB/s    0:00:00 (xfr#24, to-chk=156/231)
30-Nov-2024 01:26:35       1,068,682  24%   24.86MB/s    0:00:00 (xfr#25, to-chk=155/231)
30-Nov-2024 01:26:35       1,069,144  24%   24.87MB/s    0:00:00 (xfr#26, to-chk=154/231)
30-Nov-2024 01:26:35       1,131,021  26%   25.68MB/s    0:00:00 (xfr#27, to-chk=153/231)
30-Nov-2024 01:26:35       1,131,963  26%   25.11MB/s    0:00:00 (xfr#28, to-chk=149/231)
30-Nov-2024 01:26:35       1,521,505  35%   25.91MB/s    0:00:00 (xfr#29, to-chk=148/231)
30-Nov-2024 01:26:35       1,522,447  35%   25.93MB/s    0:00:00 (xfr#30, to-chk=147/231)
30-Nov-2024 01:26:35       1,548,791  36%   26.38MB/s    0:00:00 (xfr#31, to-chk=146/231)
30-Nov-2024 01:26:35       1,549,349  36%   26.39MB/s    0:00:00 (xfr#32, to-chk=142/231)
30-Nov-2024 01:26:35       1,656,369  38%   26.77MB/s    0:00:00 (xfr#33, to-chk=141/231)
30-Nov-2024 01:26:35       1,656,927  38%   26.34MB/s    0:00:00 (xfr#34, to-chk=140/231)
30-Nov-2024 01:26:35       1,679,841  39%   23.56MB/s    0:00:00 (xfr#35, to-chk=139/231)
30-Nov-2024 01:26:35       1,680,399  39%   23.23MB/s    0:00:00 (xfr#36, to-chk=135/231)
30-Nov-2024 01:26:35       1,771,680  41%   24.49MB/s    0:00:00 (xfr#37, to-chk=134/231)
30-Nov-2024 01:26:35       1,772,238  41%   24.49MB/s    0:00:00 (xfr#38, to-chk=133/231)
30-Nov-2024 01:26:35       1,793,854  41%   24.79MB/s    0:00:00 (xfr#39, to-chk=132/231)
30-Nov-2024 01:26:35       1,794,508  41%   24.45MB/s    0:00:00 (xfr#40, to-chk=128/231)
30-Nov-2024 01:26:35       1,886,231  44%   25.70MB/s    0:00:00 (xfr#41, to-chk=127/231)
30-Nov-2024 01:26:35       1,886,885  44%   25.71MB/s    0:00:00 (xfr#42, to-chk=126/231)
30-Nov-2024 01:26:35       1,917,615  44%   25.05MB/s    0:00:00 (xfr#43, to-chk=125/231)
30-Nov-2024 01:26:35       1,918,269  44%   24.72MB/s    0:00:00 (xfr#44, to-chk=121/231)
30-Nov-2024 01:26:35       1,922,413  44%   24.78MB/s    0:00:00 (xfr#45, to-chk=120/231)
30-Nov-2024 01:26:35       2,031,400  47%   26.18MB/s    0:00:00 (xfr#46, to-chk=119/231)
30-Nov-2024 01:26:35       2,032,054  47%   26.19MB/s    0:00:00 (xfr#47, to-chk=118/231)
30-Nov-2024 01:26:35       2,055,461  47%   26.14MB/s    0:00:00 (xfr#48, to-chk=117/231)
30-Nov-2024 01:26:35       2,056,019  48%   25.80MB/s    0:00:00 (xfr#49, to-chk=113/231)
30-Nov-2024 01:26:35       2,156,842  50%   26.71MB/s    0:00:00 (xfr#50, to-chk=112/231)
30-Nov-2024 01:26:35       2,157,400  50%   26.72MB/s    0:00:00 (xfr#51, to-chk=111/231)
30-Nov-2024 01:26:35       2,199,519  51%   27.24MB/s    0:00:00 (xfr#52, to-chk=110/231)
30-Nov-2024 01:26:35       2,200,077  51%   27.25MB/s    0:00:00 (xfr#53, to-chk=106/231)
30-Nov-2024 01:26:35       2,372,932  55%   29.01MB/s    0:00:00 (xfr#54, to-chk=105/231)
30-Nov-2024 01:26:35       2,373,490  55%   29.02MB/s    0:00:00 (xfr#55, to-chk=104/231)
30-Nov-2024 01:26:35       2,400,902  56%   28.98MB/s    0:00:00 (xfr#56, to-chk=103/231)
30-Nov-2024 01:26:35       2,401,460  56%   28.27MB/s    0:00:00 (xfr#57, to-chk=99/231)
30-Nov-2024 01:26:35       2,512,080  58%   27.86MB/s    0:00:00 (xfr#58, to-chk=98/231)
30-Nov-2024 01:26:35       2,512,638  58%   27.86MB/s    0:00:00 (xfr#59, to-chk=97/231)
30-Nov-2024 01:26:35       2,513,266  58%   26.93MB/s    0:00:00 (xfr#60, to-chk=96/231)
30-Nov-2024 01:26:35       2,542,880  59%   26.95MB/s    0:00:00 (xfr#61, to-chk=95/231)
30-Nov-2024 01:26:35       2,543,630  59%   26.95MB/s    0:00:00 (xfr#62, to-chk=91/231)
30-Nov-2024 01:26:35       2,650,411  61%   24.78MB/s    0:00:00 (xfr#63, to-chk=90/231)
30-Nov-2024 01:26:35       2,651,161  61%   24.79MB/s    0:00:00 (xfr#64, to-chk=89/231)
30-Nov-2024 01:26:35       2,674,394  62%   25.00MB/s    0:00:00 (xfr#65, to-chk=88/231)
30-Nov-2024 01:26:35       2,674,856  62%   24.77MB/s    0:00:00 (xfr#66, to-chk=84/231)
30-Nov-2024 01:26:35       2,749,635  64%   25.46MB/s    0:00:00 (xfr#67, to-chk=83/231)
30-Nov-2024 01:26:35       2,750,097  64%   25.46MB/s    0:00:00 (xfr#68, to-chk=82/231)
30-Nov-2024 01:26:35       2,750,725  64%   25.47MB/s    0:00:00 (xfr#69, to-chk=81/231)
30-Nov-2024 01:26:35       2,773,185  64%   25.68MB/s    0:00:00 (xfr#70, to-chk=80/231)
30-Nov-2024 01:26:35       2,773,551  64%   25.68MB/s    0:00:00 (xfr#71, to-chk=76/231)
30-Nov-2024 01:26:35       2,851,038  66%   24.72MB/s    0:00:00 (xfr#72, to-chk=75/231)
30-Nov-2024 01:26:35       2,851,404  66%   24.72MB/s    0:00:00 (xfr#73, to-chk=74/231)
30-Nov-2024 01:26:35       2,871,574  67%   24.90MB/s    0:00:00 (xfr#74, to-chk=73/231)
30-Nov-2024 01:26:35       2,872,228  67%   24.90MB/s    0:00:00 (xfr#75, to-chk=69/231)
30-Nov-2024 01:26:35       2,940,225  68%   25.26MB/s    0:00:00 (xfr#76, to-chk=68/231)
30-Nov-2024 01:26:35       2,940,879  68%   25.27MB/s    0:00:00 (xfr#77, to-chk=67/231)
30-Nov-2024 01:26:35       2,966,342  69%   25.49MB/s    0:00:00 (xfr#78, to-chk=66/231)
30-Nov-2024 01:26:35       2,967,092  69%   25.49MB/s    0:00:00 (xfr#79, to-chk=62/231)
30-Nov-2024 01:26:35       3,053,614  71%   26.24MB/s    0:00:00 (xfr#80, to-chk=61/231)
30-Nov-2024 01:26:35       3,054,364  71%   26.01MB/s    0:00:00 (xfr#81, to-chk=60/231)
30-Nov-2024 01:26:35       3,100,649  72%   25.94MB/s    0:00:00 (xfr#82, to-chk=59/231)
30-Nov-2024 01:26:35       3,101,495  72%   25.95MB/s    0:00:00 (xfr#83, to-chk=55/231)
30-Nov-2024 01:26:35       3,322,022  77%   25.97MB/s    0:00:00 (xfr#84, to-chk=54/231)
30-Nov-2024 01:26:35       3,322,868  77%   25.97MB/s    0:00:00 (xfr#85, to-chk=53/231)
30-Nov-2024 01:26:35       3,323,496  77%   25.98MB/s    0:00:00 (xfr#86, to-chk=52/231)
30-Nov-2024 01:26:35       3,337,565  77%   26.09MB/s    0:00:00 (xfr#87, to-chk=51/231)
30-Nov-2024 01:26:35       3,337,931  77%   25.47MB/s    0:00:00 (xfr#88, to-chk=47/231)
30-Nov-2024 01:26:35       3,397,223  79%   25.71MB/s    0:00:00 (xfr#89, to-chk=46/231)
30-Nov-2024 01:26:35       3,397,589  79%   25.72MB/s    0:00:00 (xfr#90, to-chk=45/231)
30-Nov-2024 01:26:35       3,418,493  79%   25.87MB/s    0:00:00 (xfr#91, to-chk=44/231)
30-Nov-2024 01:26:35       3,418,763  79%   25.88MB/s    0:00:00 (xfr#92, to-chk=40/231)
30-Nov-2024 01:26:35       3,491,857  81%   26.22MB/s    0:00:00 (xfr#93, to-chk=39/231)
30-Nov-2024 01:26:35       3,492,127  81%   26.22MB/s    0:00:00 (xfr#94, to-chk=38/231)
30-Nov-2024 01:26:35       3,492,755  81%   26.23MB/s    0:00:00 (xfr#95, to-chk=37/231)
30-Nov-2024 01:26:35       3,523,622  82%   26.46MB/s    0:00:00 (xfr#96, to-chk=36/231)
30-Nov-2024 01:26:35       3,524,372  82%   26.47MB/s    0:00:00 (xfr#97, to-chk=32/231)
30-Nov-2024 01:26:35       3,677,096  85%   27.40MB/s    0:00:00 (xfr#98, to-chk=31/231)
30-Nov-2024 01:26:35       3,677,846  85%   27.40MB/s    0:00:00 (xfr#99, to-chk=30/231)
30-Nov-2024 01:26:35       3,693,376  86%   27.52MB/s    0:00:00 (xfr#100, to-chk=29/231)
30-Nov-2024 01:26:35       3,693,934  86%   27.52MB/s    0:00:00 (xfr#101, to-chk=25/231)
30-Nov-2024 01:26:35       3,754,770  87%   27.76MB/s    0:00:00 (xfr#102, to-chk=24/231)
30-Nov-2024 01:26:35       3,755,328  87%   27.76MB/s    0:00:00 (xfr#103, to-chk=23/231)
30-Nov-2024 01:26:35       3,777,197  88%   27.92MB/s    0:00:00 (xfr#104, to-chk=22/231)
30-Nov-2024 01:26:35       3,777,563  88%   27.29MB/s    0:00:00 (xfr#105, to-chk=18/231)
30-Nov-2024 01:26:35       3,864,738  90%   27.71MB/s    0:00:00 (xfr#106, to-chk=17/231)
30-Nov-2024 01:26:35       3,865,104  90%   27.71MB/s    0:00:00 (xfr#107, to-chk=16/231)
30-Nov-2024 01:26:35       3,865,732  90%   27.51MB/s    0:00:00 (xfr#108, to-chk=15/231)
30-Nov-2024 01:26:35       3,885,292  90%   27.65MB/s    0:00:00 (xfr#109, to-chk=14/231)
30-Nov-2024 01:26:35       3,885,850  90%   27.66MB/s    0:00:00 (xfr#110, to-chk=10/231)
30-Nov-2024 01:26:35       3,950,367  92%   27.91MB/s    0:00:00 (xfr#111, to-chk=9/231)
30-Nov-2024 01:26:35       3,950,925  92%   27.91MB/s    0:00:00 (xfr#112, to-chk=8/231)
30-Nov-2024 01:26:35       4,001,967  93%   28.06MB/s    0:00:00 (xfr#113, to-chk=7/231)
30-Nov-2024 01:26:35       4,002,717  93%   28.07MB/s    0:00:00 (xfr#114, to-chk=3/231)
30-Nov-2024 01:26:35       4,210,521  98%   28.28MB/s    0:00:00 (xfr#115, to-chk=2/231)
30-Nov-2024 01:26:35       4,211,271  98%   27.89MB/s    0:00:00 (xfr#116, to-chk=1/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   28.14MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   27.95MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   27.95MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   27.95MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   27.95MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   27.95MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   27.95MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   27.95MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   27.95MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   27.95MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   27.95MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   27.95MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   27.95MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   25.99MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35       4,278,634  99%   25.83MB/s    0:00:00 (xfr#117, to-chk=0/231)
30-Nov-2024 01:26:35 [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-sgkq7: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.30-01.11.18/pod-logs/dev-oneclient-paris-5cc45c8cb7-sgkq7/oneclient_logs
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=197/230)
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 01:26:35          22,771   0%   21.72MB/s    0:00:00 (xfr#1, to-chk=196/230)
30-Nov-2024 01:26:35          22,771   0%   21.72MB/s    0:00:00 (xfr#1, to-chk=190/230)
30-Nov-2024 01:26:35          23,425   0%   22.34MB/s    0:00:00 (xfr#2, to-chk=192/230)
30-Nov-2024 01:26:35         101,893   3%   97.17MB/s    0:00:00 (xfr#3, to-chk=191/230)
30-Nov-2024 01:26:35         102,547   3%   97.80MB/s    0:00:00 (xfr#4, to-chk=190/230)
30-Nov-2024 01:26:35         118,444   4%  112.96MB/s    0:00:00 (xfr#5, to-chk=189/230)
30-Nov-2024 01:26:35         118,810   4%   56.65MB/s    0:00:00 (xfr#6, to-chk=185/230)
30-Nov-2024 01:26:35         175,195   6%   55.69MB/s    0:00:00 (xfr#7, to-chk=184/230)
30-Nov-2024 01:26:35         175,561   6%   55.81MB/s    0:00:00 (xfr#8, to-chk=183/230)
30-Nov-2024 01:26:35         196,314   6%   62.41MB/s    0:00:00 (xfr#9, to-chk=182/230)
30-Nov-2024 01:26:35         196,680   6%   62.52MB/s    0:00:00 (xfr#10, to-chk=178/230)
30-Nov-2024 01:26:35         281,609   9%   53.71MB/s    0:00:00 (xfr#11, to-chk=177/230)
30-Nov-2024 01:26:35         281,975   9%   53.78MB/s    0:00:00 (xfr#12, to-chk=176/230)
30-Nov-2024 01:26:35         305,184  10%   58.21MB/s    0:00:00 (xfr#13, to-chk=175/230)
30-Nov-2024 01:26:35         305,550  10%   58.28MB/s    0:00:00 (xfr#14, to-chk=171/230)
30-Nov-2024 01:26:35         380,775  13%   51.88MB/s    0:00:00 (xfr#15, to-chk=170/230)
30-Nov-2024 01:26:35         381,141  13%   51.93MB/s    0:00:00 (xfr#16, to-chk=169/230)
30-Nov-2024 01:26:35         395,539  13%   53.89MB/s    0:00:00 (xfr#17, to-chk=168/230)
30-Nov-2024 01:26:35         395,809  13%   53.92MB/s    0:00:00 (xfr#18, to-chk=164/230)
30-Nov-2024 01:26:35         450,409  15%   53.69MB/s    0:00:00 (xfr#19, to-chk=163/230)
30-Nov-2024 01:26:35         450,679  15%   53.73MB/s    0:00:00 (xfr#20, to-chk=162/230)
30-Nov-2024 01:26:35         473,323  16%   50.16MB/s    0:00:00 (xfr#21, to-chk=161/230)
30-Nov-2024 01:26:35         473,689  16%   50.19MB/s    0:00:00 (xfr#22, to-chk=157/230)
30-Nov-2024 01:26:35         569,267  19%   54.29MB/s    0:00:00 (xfr#23, to-chk=156/230)
30-Nov-2024 01:26:35         569,633  19%   54.32MB/s    0:00:00 (xfr#24, to-chk=155/230)
30-Nov-2024 01:26:35         604,930  20%   52.45MB/s    0:00:00 (xfr#25, to-chk=154/230)
30-Nov-2024 01:26:35         605,680  20%   52.51MB/s    0:00:00 (xfr#26, to-chk=150/230)
30-Nov-2024 01:26:35         737,720  25%   41.38MB/s    0:00:00 (xfr#27, to-chk=149/230)
30-Nov-2024 01:26:35         738,470  25%   41.43MB/s    0:00:00 (xfr#28, to-chk=148/230)
30-Nov-2024 01:26:35         765,589  26%   42.95MB/s    0:00:00 (xfr#29, to-chk=147/230)
30-Nov-2024 01:26:35         766,243  26%   42.99MB/s    0:00:00 (xfr#30, to-chk=143/230)
30-Nov-2024 01:26:35         857,389  29%   40.88MB/s    0:00:00 (xfr#31, to-chk=142/230)
30-Nov-2024 01:26:35         858,043  29%   40.91MB/s    0:00:00 (xfr#32, to-chk=141/230)
30-Nov-2024 01:26:35         885,987  30%   38.41MB/s    0:00:00 (xfr#33, to-chk=140/230)
30-Nov-2024 01:26:35         886,641  30%   38.43MB/s    0:00:00 (xfr#34, to-chk=136/230)
30-Nov-2024 01:26:35         985,233  33%   40.85MB/s    0:00:00 (xfr#35, to-chk=135/230)
30-Nov-2024 01:26:35         985,887  33%   40.88MB/s    0:00:00 (xfr#36, to-chk=134/230)
30-Nov-2024 01:26:35       1,006,112  34%   39.98MB/s    0:00:00 (xfr#37, to-chk=133/230)
30-Nov-2024 01:26:35       1,006,478  34%   39.99MB/s    0:00:00 (xfr#38, to-chk=129/230)
30-Nov-2024 01:26:35       1,074,605  36%   40.99MB/s    0:00:00 (xfr#39, to-chk=128/230)
30-Nov-2024 01:26:35       1,074,971  36%   41.01MB/s    0:00:00 (xfr#40, to-chk=127/230)
30-Nov-2024 01:26:35       1,090,900  37%   41.61MB/s    0:00:00 (xfr#41, to-chk=126/230)
30-Nov-2024 01:26:35       1,091,170  37%   41.62MB/s    0:00:00 (xfr#42, to-chk=122/230)
30-Nov-2024 01:26:35       1,141,493  39%   41.87MB/s    0:00:00 (xfr#43, to-chk=121/230)
30-Nov-2024 01:26:35       1,141,763  39%   41.88MB/s    0:00:00 (xfr#44, to-chk=120/230)
30-Nov-2024 01:26:35       1,159,509  39%   40.96MB/s    0:00:00 (xfr#45, to-chk=119/230)
30-Nov-2024 01:26:35       1,160,163  39%   40.98MB/s    0:00:00 (xfr#46, to-chk=115/230)
30-Nov-2024 01:26:35       1,213,999  41%   41.35MB/s    0:00:00 (xfr#47, to-chk=114/230)
30-Nov-2024 01:26:35       1,214,653  41%   41.37MB/s    0:00:00 (xfr#48, to-chk=113/230)
30-Nov-2024 01:26:35       1,215,281  41%   41.39MB/s    0:00:00 (xfr#49, to-chk=112/230)
30-Nov-2024 01:26:35       1,235,245  42%   40.62MB/s    0:00:00 (xfr#50, to-chk=111/230)
30-Nov-2024 01:26:35       1,235,515  42%   40.63MB/s    0:00:00 (xfr#51, to-chk=107/230)
30-Nov-2024 01:26:35       1,289,934  44%   34.17MB/s    0:00:00 (xfr#52, to-chk=106/230)
30-Nov-2024 01:26:35       1,290,204  44%   34.18MB/s    0:00:00 (xfr#53, to-chk=105/230)
30-Nov-2024 01:26:35       1,319,611  45%   34.96MB/s    0:00:00 (xfr#54, to-chk=104/230)
30-Nov-2024 01:26:35       1,320,169  45%   34.97MB/s    0:00:00 (xfr#55, to-chk=100/230)
30-Nov-2024 01:26:35       1,429,739  49%   36.85MB/s    0:00:00 (xfr#56, to-chk=99/230)
30-Nov-2024 01:26:35       1,430,297  49%   36.87MB/s    0:00:00 (xfr#57, to-chk=98/230)
30-Nov-2024 01:26:35       1,454,159  49%   37.48MB/s    0:00:00 (xfr#58, to-chk=97/230)
30-Nov-2024 01:26:35       1,454,717  49%   37.50MB/s    0:00:00 (xfr#59, to-chk=93/230)
30-Nov-2024 01:26:35       1,541,714  52%   36.76MB/s    0:00:00 (xfr#60, to-chk=92/230)
30-Nov-2024 01:26:35       1,542,272  52%   36.77MB/s    0:00:00 (xfr#61, to-chk=91/230)
30-Nov-2024 01:26:35       1,569,114  53%   37.41MB/s    0:00:00 (xfr#62, to-chk=90/230)
30-Nov-2024 01:26:35       1,569,672  53%   37.42MB/s    0:00:00 (xfr#63, to-chk=86/230)
30-Nov-2024 01:26:35       1,656,680  56%   34.35MB/s    0:00:00 (xfr#64, to-chk=85/230)
30-Nov-2024 01:26:35       1,657,238  56%   34.36MB/s    0:00:00 (xfr#65, to-chk=84/230)
30-Nov-2024 01:26:35       1,676,674  57%   34.76MB/s    0:00:00 (xfr#66, to-chk=83/230)
30-Nov-2024 01:26:35       1,677,040  57%   34.77MB/s    0:00:00 (xfr#67, to-chk=79/230)
30-Nov-2024 01:26:35       1,740,588  59%   35.32MB/s    0:00:00 (xfr#68, to-chk=78/230)
30-Nov-2024 01:26:35       1,740,954  59%   35.33MB/s    0:00:00 (xfr#69, to-chk=77/230)
30-Nov-2024 01:26:35       1,741,582  59%   35.34MB/s    0:00:00 (xfr#70, to-chk=76/230)
30-Nov-2024 01:26:35       1,755,590  60%   34.88MB/s    0:00:00 (xfr#71, to-chk=75/230)
30-Nov-2024 01:26:35       1,756,148  60%   34.89MB/s    0:00:00 (xfr#72, to-chk=71/230)
30-Nov-2024 01:26:35       1,810,898  62%   35.98MB/s    0:00:00 (xfr#73, to-chk=70/230)
30-Nov-2024 01:26:35       1,811,456  62%   35.99MB/s    0:00:00 (xfr#74, to-chk=69/230)
30-Nov-2024 01:26:35       1,832,956  62%   36.42MB/s    0:00:00 (xfr#75, to-chk=68/230)
30-Nov-2024 01:26:35       1,833,610  62%   35.69MB/s    0:00:00 (xfr#76, to-chk=64/230)
30-Nov-2024 01:26:35       1,930,276  66%   32.30MB/s    0:00:00 (xfr#77, to-chk=63/230)
30-Nov-2024 01:26:35       1,930,930  66%   32.31MB/s    0:00:00 (xfr#78, to-chk=62/230)
30-Nov-2024 01:26:35       1,931,558  66%   32.32MB/s    0:00:00 (xfr#79, to-chk=61/230)
30-Nov-2024 01:26:35       1,959,055  67%   32.78MB/s    0:00:00 (xfr#80, to-chk=60/230)
30-Nov-2024 01:26:35       1,959,517  67%   29.20MB/s    0:00:00 (xfr#81, to-chk=56/230)
30-Nov-2024 01:26:35       2,055,668  70%   30.63MB/s    0:00:00 (xfr#82, to-chk=55/230)
30-Nov-2024 01:26:35       2,056,130  70%   30.64MB/s    0:00:00 (xfr#83, to-chk=54/230)
30-Nov-2024 01:26:35       2,056,758  70%   30.65MB/s    0:00:00 (xfr#84, to-chk=53/230)
30-Nov-2024 01:26:35       2,076,577  71%   29.56MB/s    0:00:00 (xfr#85, to-chk=52/230)
30-Nov-2024 01:26:35       2,076,847  71%   29.56MB/s    0:00:00 (xfr#86, to-chk=48/230)
30-Nov-2024 01:26:35       2,080,980  71%   29.62MB/s    0:00:00 (xfr#87, to-chk=47/230)
30-Nov-2024 01:26:35       2,154,708  73%   28.94MB/s    0:00:00 (xfr#88, to-chk=46/230)
30-Nov-2024 01:26:35       2,154,978  73%   28.95MB/s    0:00:00 (xfr#89, to-chk=45/230)
30-Nov-2024 01:26:35       2,155,606  73%   28.95MB/s    0:00:00 (xfr#90, to-chk=44/230)
30-Nov-2024 01:26:35       2,182,459  74%   28.91MB/s    0:00:00 (xfr#91, to-chk=43/230)
30-Nov-2024 01:26:35       2,183,113  74%   28.92MB/s    0:00:00 (xfr#92, to-chk=39/230)
30-Nov-2024 01:26:35       2,273,882  77%   29.71MB/s    0:00:00 (xfr#93, to-chk=38/230)
30-Nov-2024 01:26:35       2,274,536  77%   29.71MB/s    0:00:00 (xfr#94, to-chk=37/230)
30-Nov-2024 01:26:35       2,275,164  78%   29.72MB/s    0:00:00 (xfr#95, to-chk=36/230)
30-Nov-2024 01:26:35       2,293,059  78%   29.96MB/s    0:00:00 (xfr#96, to-chk=35/230)
30-Nov-2024 01:26:35       2,293,617  78%   29.56MB/s    0:00:00 (xfr#97, to-chk=31/230)
30-Nov-2024 01:26:35       2,360,886  80%   30.02MB/s    0:00:00 (xfr#98, to-chk=30/230)
30-Nov-2024 01:26:35       2,361,444  80%   29.63MB/s    0:00:00 (xfr#99, to-chk=29/230)
30-Nov-2024 01:26:35       2,383,673  81%   29.52MB/s    0:00:00 (xfr#100, to-chk=28/230)
30-Nov-2024 01:26:35       2,384,327  81%   29.53MB/s    0:00:00 (xfr#101, to-chk=24/230)
30-Nov-2024 01:26:35       2,469,082  84%   29.43MB/s    0:00:00 (xfr#102, to-chk=23/230)
30-Nov-2024 01:26:35       2,469,736  84%   29.08MB/s    0:00:00 (xfr#103, to-chk=22/230)
30-Nov-2024 01:26:35       2,486,158  85%   29.27MB/s    0:00:00 (xfr#104, to-chk=21/230)
30-Nov-2024 01:26:35       2,486,524  85%   28.92MB/s    0:00:00 (xfr#105, to-chk=17/230)
30-Nov-2024 01:26:35       2,546,057  87%   29.25MB/s    0:00:00 (xfr#106, to-chk=16/230)
30-Nov-2024 01:26:35       2,546,423  87%   29.26MB/s    0:00:00 (xfr#107, to-chk=15/230)
30-Nov-2024 01:26:35       2,572,658  88%   29.21MB/s    0:00:00 (xfr#108, to-chk=14/230)
30-Nov-2024 01:26:35       2,573,216  88%   29.21MB/s    0:00:00 (xfr#109, to-chk=10/230)
30-Nov-2024 01:26:35       2,668,666  91%   29.25MB/s    0:00:00 (xfr#110, to-chk=9/230)
30-Nov-2024 01:26:35       2,669,224  91%   28.93MB/s    0:00:00 (xfr#111, to-chk=8/230)
30-Nov-2024 01:26:35       2,709,070  92%   29.03MB/s    0:00:00 (xfr#112, to-chk=7/230)
30-Nov-2024 01:26:35       2,709,628  92%   28.40MB/s    0:00:00 (xfr#113, to-chk=3/230)
30-Nov-2024 01:26:35       2,865,531  98%   29.70MB/s    0:00:00 (xfr#114, to-chk=2/230)
30-Nov-2024 01:26:35       2,866,089  98%   28.18MB/s    0:00:00 (xfr#115, to-chk=1/230)
30-Nov-2024 01:26:35       2,911,639  99%   28.33MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   28.33MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   27.77MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   26.96MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   26.96MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   26.96MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   26.70MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   26.70MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   26.70MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   26.45MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   26.45MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   26.45MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   26.20MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   26.20MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   26.20MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   25.95MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   25.95MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   25.95MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   25.71MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   25.71MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   25.71MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   25.71MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   25.47MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   25.47MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   25.47MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   25.24MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   25.24MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   25.24MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35       2,911,639  99%   23.94MB/s    0:00:00 (xfr#116, to-chk=0/230)
30-Nov-2024 01:26:35 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.30-01.11.18/pod-logs/dev-oneprovider-krakow-0/op-worker
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=52/55)
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 01:26:35          37,189   7%   35.47MB/s    0:00:00 (xfr#2, to-chk=50/55)
30-Nov-2024 01:26:35          71,741  13%   68.42MB/s    0:00:00 (xfr#3, to-chk=48/55)
30-Nov-2024 01:26:35          72,170  13%   68.83MB/s    0:00:00 (xfr#4, to-chk=46/55)
30-Nov-2024 01:26:35          72,170  13%   68.83MB/s    0:00:00 (xfr#5, to-chk=44/55)
30-Nov-2024 01:26:35         105,309  20%  100.43MB/s    0:00:00 (xfr#6, to-chk=42/55)
30-Nov-2024 01:26:35         105,459  20%  100.57MB/s    0:00:00 (xfr#7, to-chk=40/55)
30-Nov-2024 01:26:35         105,756  20%  100.86MB/s    0:00:00 (xfr#8, to-chk=38/55)
30-Nov-2024 01:26:35         206,507  39%   28.13MB/s    0:00:00 (xfr#9, to-chk=36/55)
30-Nov-2024 01:26:35         209,071  39%   28.48MB/s    0:00:00 (xfr#10, to-chk=26/55)
30-Nov-2024 01:26:35         213,054  40%   25.40MB/s    0:00:00 (xfr#11, to-chk=25/55)
30-Nov-2024 01:26:35         216,182  41%   25.77MB/s    0:00:00 (xfr#12, to-chk=24/55)
30-Nov-2024 01:26:35         218,176  41%   26.01MB/s    0:00:00 (xfr#13, to-chk=23/55)
30-Nov-2024 01:26:35         222,729  42%   26.55MB/s    0:00:00 (xfr#14, to-chk=22/55)
30-Nov-2024 01:26:35         227,567  43%   27.13MB/s    0:00:00 (xfr#15, to-chk=21/55)
30-Nov-2024 01:26:35         228,358  43%   27.22MB/s    0:00:00 (xfr#16, to-chk=20/55)
30-Nov-2024 01:26:35         229,491  43%   27.36MB/s    0:00:00 (xfr#17, to-chk=19/55)
30-Nov-2024 01:26:35         235,982  44%   28.13MB/s    0:00:00 (xfr#18, to-chk=18/55)
30-Nov-2024 01:26:35         242,758  46%   28.94MB/s    0:00:00 (xfr#19, to-chk=17/55)
30-Nov-2024 01:26:35         250,104  47%   26.50MB/s    0:00:00 (xfr#20, to-chk=16/55)
30-Nov-2024 01:26:35         252,383  48%   26.74MB/s    0:00:00 (xfr#21, to-chk=15/55)
30-Nov-2024 01:26:35         253,801  48%   26.89MB/s    0:00:00 (xfr#22, to-chk=14/55)
30-Nov-2024 01:26:35         257,499  48%   27.29MB/s    0:00:00 (xfr#23, to-chk=13/55)
30-Nov-2024 01:26:35         260,912  49%   27.65MB/s    0:00:00 (xfr#24, to-chk=12/55)
30-Nov-2024 01:26:35         265,180  50%   28.10MB/s    0:00:00 (xfr#25, to-chk=11/55)
30-Nov-2024 01:26:35         272,811  51%   28.91MB/s    0:00:00 (xfr#26, to-chk=10/55)
30-Nov-2024 01:26:35         274,514  52%   29.09MB/s    0:00:00 (xfr#27, to-chk=9/55)
30-Nov-2024 01:26:35         279,643  53%   29.63MB/s    0:00:00 (xfr#28, to-chk=8/55)
30-Nov-2024 01:26:35         279,864  53%   26.69MB/s    0:00:00 (xfr#29, to-chk=7/55)
30-Nov-2024 01:26:35         286,925  54%   27.36MB/s    0:00:00 (xfr#30, to-chk=6/55)
30-Nov-2024 01:26:35         295,067  56%   28.14MB/s    0:00:00 (xfr#31, to-chk=5/55)
30-Nov-2024 01:26:35         297,910  56%   28.41MB/s    0:00:00 (xfr#32, to-chk=4/55)
30-Nov-2024 01:26:35         298,416  56%   28.46MB/s    0:00:00 (xfr#33, to-chk=3/55)
30-Nov-2024 01:26:35         304,280  57%   29.02MB/s    0:00:00 (xfr#34, to-chk=2/55)
30-Nov-2024 01:26:35         312,819  59%   14.21MB/s    0:00:00 (xfr#35, to-chk=1/55)
30-Nov-2024 01:26:35         319,025  60%   14.49MB/s    0:00:00 (xfr#36, to-chk=0/55)
30-Nov-2024 01:26:35         319,025  60%   14.49MB/s    0:00:00 (xfr#36, to-chk=0/55)
30-Nov-2024 01:26:35         319,025  60%   14.49MB/s    0:00:00 (xfr#36, to-chk=0/55)
30-Nov-2024 01:26:35         319,025  60%   13.23MB/s    0:00:00 (xfr#36, to-chk=0/55)
30-Nov-2024 01:26:35         319,025  60%   13.23MB/s    0:00:00 (xfr#36, to-chk=0/55)
30-Nov-2024 01:26:35         319,025  60%   13.23MB/s    0:00:00 (xfr#36, to-chk=0/55)
30-Nov-2024 01:26:35 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.30-01.11.18/pod-logs/dev-oneprovider-krakow-0/cluster-manager
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 01:26:35           2,023  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
30-Nov-2024 01:26:35           4,778  34%    4.56MB/s    0:00:00 (xfr#3, to-chk=7/14)
30-Nov-2024 01:26:35           4,778  34%    4.56MB/s    0:00:00 (xfr#4, to-chk=5/14)
30-Nov-2024 01:26:35           6,598  48%    6.29MB/s    0:00:00 (xfr#5, to-chk=3/14)
30-Nov-2024 01:26:35           6,860  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=1/14)
30-Nov-2024 01:26:35           6,860  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=0/14)
30-Nov-2024 01:26:35 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.30-01.11.18/pod-logs/dev-oneprovider-krakow-0/op-panel
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 01:26:35          18,007  16%   17.17MB/s    0:00:00 (xfr#2, to-chk=9/14)
30-Nov-2024 01:26:35          36,949  33%   35.24MB/s    0:00:00 (xfr#3, to-chk=7/14)
30-Nov-2024 01:26:35          36,949  33%   35.24MB/s    0:00:00 (xfr#4, to-chk=5/14)
30-Nov-2024 01:26:35          54,753  49%   52.22MB/s    0:00:00 (xfr#5, to-chk=3/14)
30-Nov-2024 01:26:35          55,044  50%   52.49MB/s    0:00:00 (xfr#6, to-chk=1/14)
30-Nov-2024 01:26:35          55,044  50%    4.04MB/s    0:00:00 (xfr#6, to-chk=0/14)
30-Nov-2024 01:26:35 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.30-01.11.18/pod-logs/dev-oneprovider-paris-0/op-worker
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=52/55)
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 01:26:35          36,569   7%   34.87MB/s    0:00:00 (xfr#2, to-chk=50/55)
30-Nov-2024 01:26:35          70,500  13%   67.23MB/s    0:00:00 (xfr#3, to-chk=48/55)
30-Nov-2024 01:26:35          70,500  13%   67.23MB/s    0:00:00 (xfr#4, to-chk=46/55)
30-Nov-2024 01:26:35          70,500  13%   67.23MB/s    0:00:00 (xfr#5, to-chk=44/55)
30-Nov-2024 01:26:35         103,019  19%   49.12MB/s    0:00:00 (xfr#6, to-chk=42/55)
30-Nov-2024 01:26:35         103,169  19%   49.19MB/s    0:00:00 (xfr#7, to-chk=40/55)
30-Nov-2024 01:26:35         103,466  19%   49.34MB/s    0:00:00 (xfr#8, to-chk=38/55)
30-Nov-2024 01:26:35         204,101  39%   24.33MB/s    0:00:00 (xfr#9, to-chk=36/55)
30-Nov-2024 01:26:35         209,947  40%   25.03MB/s    0:00:00 (xfr#10, to-chk=26/55)
30-Nov-2024 01:26:35         216,719  41%   22.96MB/s    0:00:00 (xfr#11, to-chk=25/55)
30-Nov-2024 01:26:35         221,270  42%   23.45MB/s    0:00:00 (xfr#12, to-chk=24/55)
30-Nov-2024 01:26:35         228,331  43%   24.19MB/s    0:00:00 (xfr#13, to-chk=23/55)
30-Nov-2024 01:26:35         231,172  44%   24.50MB/s    0:00:00 (xfr#14, to-chk=22/55)
30-Nov-2024 01:26:35         231,676  44%   24.55MB/s    0:00:00 (xfr#15, to-chk=21/55)
30-Nov-2024 01:26:35         234,232  44%   24.82MB/s    0:00:00 (xfr#16, to-chk=20/55)
30-Nov-2024 01:26:35         239,066  45%   25.33MB/s    0:00:00 (xfr#17, to-chk=19/55)
30-Nov-2024 01:26:35         246,410  47%   26.11MB/s    0:00:00 (xfr#18, to-chk=18/55)
30-Nov-2024 01:26:35         248,111  47%   26.29MB/s    0:00:00 (xfr#19, to-chk=17/55)
30-Nov-2024 01:26:35         248,338  47%   23.68MB/s    0:00:00 (xfr#20, to-chk=16/55)
30-Nov-2024 01:26:35         250,324  48%   23.87MB/s    0:00:00 (xfr#21, to-chk=15/55)
30-Nov-2024 01:26:35         251,455  48%   23.98MB/s    0:00:00 (xfr#22, to-chk=14/55)
30-Nov-2024 01:26:35         259,994  49%   24.79MB/s    0:00:00 (xfr#23, to-chk=13/55)
30-Nov-2024 01:26:35         260,791  50%   22.61MB/s    0:00:00 (xfr#24, to-chk=12/55)
30-Nov-2024 01:26:35         264,487  50%   22.93MB/s    0:00:00 (xfr#25, to-chk=11/55)
30-Nov-2024 01:26:35         267,615  51%   23.20MB/s    0:00:00 (xfr#26, to-chk=10/55)
30-Nov-2024 01:26:35         275,753  52%   23.91MB/s    0:00:00 (xfr#27, to-chk=9/55)
30-Nov-2024 01:26:35         283,382  54%   24.57MB/s    0:00:00 (xfr#28, to-chk=8/55)
30-Nov-2024 01:26:35         289,871  55%   25.13MB/s    0:00:00 (xfr#29, to-chk=7/55)
30-Nov-2024 01:26:35         296,075  56%   25.67MB/s    0:00:00 (xfr#30, to-chk=6/55)
30-Nov-2024 01:26:35         301,198  57%   23.94MB/s    0:00:00 (xfr#31, to-chk=5/55)
30-Nov-2024 01:26:35         303,469  58%   24.12MB/s    0:00:00 (xfr#32, to-chk=4/55)
30-Nov-2024 01:26:35         307,450  59%   24.43MB/s    0:00:00 (xfr#33, to-chk=3/55)
30-Nov-2024 01:26:35         311,716  59%   24.77MB/s    0:00:00 (xfr#34, to-chk=2/55)
30-Nov-2024 01:26:35         313,130  60%   24.89MB/s    0:00:00 (xfr#35, to-chk=1/55)
30-Nov-2024 01:26:35         316,541  60%   23.22MB/s    0:00:00 (xfr#36, to-chk=0/55)
30-Nov-2024 01:26:35         316,541  60%   13.72MB/s    0:00:00 (xfr#36, to-chk=0/55)
30-Nov-2024 01:26:35         316,541  60%   13.72MB/s    0:00:00 (xfr#36, to-chk=0/55)
30-Nov-2024 01:26:35         316,541  60%   13.72MB/s    0:00:00 (xfr#36, to-chk=0/55)
30-Nov-2024 01:26:35         316,541  60%   13.72MB/s    0:00:00 (xfr#36, to-chk=0/55)
30-Nov-2024 01:26:35         316,541  60%   13.72MB/s    0:00:00 (xfr#36, to-chk=0/55)
30-Nov-2024 01:26:35 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.30-01.11.18/pod-logs/dev-oneprovider-paris-0/cluster-manager
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 01:26:35           2,019  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
30-Nov-2024 01:26:35           4,768  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
30-Nov-2024 01:26:35           4,768  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
30-Nov-2024 01:26:35           6,584  48%    6.28MB/s    0:00:00 (xfr#5, to-chk=3/14)
30-Nov-2024 01:26:35           6,846  50%    6.53MB/s    0:00:00 (xfr#6, to-chk=1/14)
30-Nov-2024 01:26:35           6,846  50%    6.53MB/s    0:00:00 (xfr#6, to-chk=0/14)
30-Nov-2024 01:26:35 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.30-01.11.18/pod-logs/dev-oneprovider-paris-0/op-panel
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 01:26:35          18,205  16%   17.36MB/s    0:00:00 (xfr#2, to-chk=9/14)
30-Nov-2024 01:26:35          37,348  33%   35.62MB/s    0:00:00 (xfr#3, to-chk=7/14)
30-Nov-2024 01:26:35          37,348  33%   35.62MB/s    0:00:00 (xfr#4, to-chk=5/14)
30-Nov-2024 01:26:35          55,350  49%   52.79MB/s    0:00:00 (xfr#5, to-chk=3/14)
30-Nov-2024 01:26:35          55,641  50%   26.53MB/s    0:00:00 (xfr#6, to-chk=1/14)
30-Nov-2024 01:26:35          55,641  50%   13.27MB/s    0:00:00 (xfr#6, to-chk=0/14)
30-Nov-2024 01:26:35 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.30-01.11.18/pod-logs/dev-onezone-0/oz-panel
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 01:26:35          56,664  12%   54.04MB/s    0:00:00 (xfr#2, to-chk=9/14)
30-Nov-2024 01:26:35         114,931  25%   54.80MB/s    0:00:00 (xfr#3, to-chk=7/14)
30-Nov-2024 01:26:35         164,305  37%   78.35MB/s    0:00:00 (xfr#4, to-chk=5/14)
30-Nov-2024 01:26:35         220,766  49%  105.27MB/s    0:00:00 (xfr#5, to-chk=3/14)
30-Nov-2024 01:26:35         221,057  50%   70.27MB/s    0:00:00 (xfr#6, to-chk=1/14)
30-Nov-2024 01:26:35         221,057  50%   52.70MB/s    0:00:00 (xfr#6, to-chk=0/14)
30-Nov-2024 01:26:35 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.30-01.11.18/pod-logs/dev-onezone-0/cluster-manager
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 01:26:35           1,977  14%    1.89MB/s    0:00:00 (xfr#2, to-chk=9/14)
30-Nov-2024 01:26:35           4,664  34%    4.45MB/s    0:00:00 (xfr#3, to-chk=7/14)
30-Nov-2024 01:26:35           4,664  34%    4.45MB/s    0:00:00 (xfr#4, to-chk=5/14)
30-Nov-2024 01:26:35           6,438  48%    6.14MB/s    0:00:00 (xfr#5, to-chk=3/14)
30-Nov-2024 01:26:35           6,700  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=1/14)
30-Nov-2024 01:26:35           6,700  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=0/14)
30-Nov-2024 01:26:35 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.30-01.11.18/pod-logs/dev-onezone-0/oz-worker
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=15/18)
30-Nov-2024 01:26:35               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 01:26:35          24,453   6%   23.32MB/s    0:00:00 (xfr#2, to-chk=13/18)
30-Nov-2024 01:26:35          49,681  14%   47.38MB/s    0:00:00 (xfr#3, to-chk=11/18)
30-Nov-2024 01:26:35          49,681  14%   47.38MB/s    0:00:00 (xfr#4, to-chk=9/18)
30-Nov-2024 01:26:35          73,654  20%   70.24MB/s    0:00:00 (xfr#5, to-chk=7/18)
30-Nov-2024 01:26:35          73,745  20%   70.33MB/s    0:00:00 (xfr#6, to-chk=5/18)
30-Nov-2024 01:26:35          74,042  21%   70.61MB/s    0:00:00 (xfr#7, to-chk=3/18)
30-Nov-2024 01:26:35         176,153  50%   42.00MB/s    0:00:00 (xfr#8, to-chk=1/18)
30-Nov-2024 01:26:35         176,153  50%   28.00MB/s    0:00:00 (xfr#8, to-chk=0/18)
30-Nov-2024 01:26:35 [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPDCPH/onedata-acceptance/tests/oneclient/logs/multiprovider_proxy/test_multi_directory_CRUD.1732929983.6976247 exists, exporting anyway.
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35 =============================== warnings summary ===============================
30-Nov-2024 01:26:35 tests/utils/rest_utils.py:97
30-Nov-2024 01:26:35   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPDCPH/onedata-acceptance/tests/utils/rest_utils.py:97: SyntaxWarning: invalid escape sequence '\ '
30-Nov-2024 01:26:35     print("""
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35 tests/utils/path_utils.py:112
30-Nov-2024 01:26:35   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPDCPH/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
30-Nov-2024 01:26:35     return path.replace("'", "\\'").replace(' ', '\ ')
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35 tests/utils/acceptance_utils.py:55
30-Nov-2024 01:26:35   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPDCPH/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d'
30-Nov-2024 01:26:35     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35 tests/utils/acceptance_utils.py:57
30-Nov-2024 01:26:35   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPDCPH/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d'
30-Nov-2024 01:26:35     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
30-Nov-2024 01:26:35
30-Nov-2024 01:26:35 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
30-Nov-2024 01:26:35 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPDCPH/onedata-acceptance/test-reports/results.xml -
30-Nov-2024 01:26:35 ================== 27 passed, 4 warnings in 919.64s (0:15:19) ==================
30-Nov-2024 01:26:39 release "dev" uninstalled
30-Nov-2024 01:26:40 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
30-Nov-2024 01:26:40 persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted
30-Nov-2024 01:26:41 No resources found
30-Nov-2024 01:26:42 Sidecar injection has been disabled
30-Nov-2024 01:26:42 Cleaning helm release "dev"...
30-Nov-2024 01:26:42 Deleted 1 helm deployments
30-Nov-2024 01:26:42 Deleted 0 k8s deployments
30-Nov-2024 01:26:42 Deleted 0 k8s services
30-Nov-2024 01:26:42 Deleted 0 persistent volumes
30-Nov-2024 01:26:43 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
30-Nov-2024 01:26:43 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
30-Nov-2024 01:26:43 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
30-Nov-2024 01:26:43 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
30-Nov-2024 01:26:43 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
30-Nov-2024 01:26:43 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
30-Nov-2024 01:26:43 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
30-Nov-2024 01:26:43 Finished task 'Run acceptance oneclient tests' with result: Success
30-Nov-2024 01:26:43 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
30-Nov-2024 01:26:43 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPDCPH...
30-Nov-2024 01:26:43 Finished task 'Parse test results' with result: Success
30-Nov-2024 01:26:43 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
30-Nov-2024 01:26:43
Substituting variable: ${bamboo.artifactRepoHostname} with S3
30-Nov-2024 01:26:43
Substituting variable: ${bamboo.artifactRepoPort} with 10161
30-Nov-2024 01:26:43
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
30-Nov-2024 01:26:43
Substituting variable: ${bamboo.planRepository.branchName} with develop
30-Nov-2024 01:26:43
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
30-Nov-2024 01:26:43
Substituting variable: ${bamboo.artifactRepoHostname} with S3
30-Nov-2024 01:26:43
Substituting variable: ${bamboo.artifactRepoPort} with 10161
30-Nov-2024 01:26:43
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
30-Nov-2024 01:26:43
Substituting variable: ${bamboo.planRepository.branchName} with develop
30-Nov-2024 01:26:43
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
30-Nov-2024 01:26:43 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
30-Nov-2024 01:26:43
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy directory CRUD proxyio hardlinks #3372 (ODSRV-OAP-MPDCPH-3372)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPDCPH-3372-ScriptBuildTask-13095284991694296606.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPDCPH/onedata-acceptance
30-Nov-2024 01:26:43 ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_multiprovider_proxy_directory_CRUD_proxyio_hardlinks.tar.gz
30-Nov-2024 01:26:44 Uploading artifact
30-Nov-2024 01:26:44     source path: surefire_multiprovider_proxy_directory_CRUD_proxyio_hardlinks.tar.gz
30-Nov-2024 01:26:44     dest.  path: artifacts/onedata-acceptance/develop/surefire_multiprovider_proxy_directory_CRUD_proxyio_hardlinks.tar.gz
30-Nov-2024 01:26:44 Finished task 'Pack and push surefire artifact' with result: Success
30-Nov-2024 01:26:44 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
30-Nov-2024 01:26:44 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
30-Nov-2024 01:26:44
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy directory CRUD proxyio hardlinks #3372 (ODSRV-OAP-MPDCPH-3372)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPDCPH-3372-ScriptBuildTask-14274703637798354864.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPDCPH
30-Nov-2024 01:26:44 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
30-Nov-2024 01:26:44 Finished task 'Pack logs' with result: Success
30-Nov-2024 01:26:44 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
30-Nov-2024 01:26:44
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
30-Nov-2024 01:26:44 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
30-Nov-2024 01:26:44
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy directory CRUD proxyio hardlinks #3372 (ODSRV-OAP-MPDCPH-3372)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPDCPH-3372-ScriptBuildTask-10495692127079134705.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPDCPH/onedata-acceptance
30-Nov-2024 01:26:44   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
30-Nov-2024 01:26:44                                  Dload  Upload   Total   Spent    Left  Speed
30-Nov-2024 01:26:44
30-Nov-2024 01:26:44   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
30-Nov-2024 01:26:44 100  4822  100  4822    0     0  58096      0 --:--:-- --:--:-- --:--:-- 58096
30-Nov-2024 01:26:44 Clearing /tmp/onedata and /home/bamboo/.one-env
30-Nov-2024 01:26:45 Cleaning helm deployments
30-Nov-2024 01:26:45 Cleanining pods
30-Nov-2024 01:26:46 Cleaning kube persistant volumes
30-Nov-2024 01:26:46 Cleaning dockswift container
30-Nov-2024 01:26:46 Cleaning docker containers
30-Nov-2024 01:26:49 Stalled docker containers to remove:
30-Nov-2024 01:26:49 2257e489b34d 03a365a3244e cbbe5d0989f0 35a0e65d7742 33c87a2a70cc c8f2b021425a 3bfe2e3922f0 5377358e2012 b4299aa53fd3 369bd6a9845d 0f1dd9419e11 61e40ded94ee 838c0b34f49e 63e022480382 5c7246a5a8dc ad072e95b033 1dad887f70f0 3c2eaf285b24 7c02932212e0 94751678de00
30-Nov-2024 01:26:49 Removing stalled docker containers
30-Nov-2024 01:26:49 Error response from daemon: Cannot kill container: 2257e489b34d: Container 2257e489b34d5ffa83f2ce2da94865e2dc7409eebd90ceeba581a36ef0e66740 is not running
30-Nov-2024 01:26:49 2257e489b34d
30-Nov-2024 01:26:49 Error response from daemon: Cannot kill container: 03a365a3244e: Container 03a365a3244e447aff94e613e342bc1c0f726fdb11a891a5db76f7d53179ffd4 is not running
30-Nov-2024 01:26:49 03a365a3244e
30-Nov-2024 01:26:49 Error response from daemon: Cannot kill container: cbbe5d0989f0: Container cbbe5d0989f04a4ee8855df29f0e804848a0fd35ebdd73a5db7a1f4ebf8d95e7 is not running
30-Nov-2024 01:26:49 cbbe5d0989f0
30-Nov-2024 01:26:49 Error response from daemon: Cannot kill container: 35a0e65d7742: Container 35a0e65d77426f28e3e9adc0a4ca7efd8ce45fa32526c3d03aa9cdbf6eaaf040 is not running
30-Nov-2024 01:26:49 35a0e65d7742
30-Nov-2024 01:26:49 Error response from daemon: Cannot kill container: 33c87a2a70cc: Container 33c87a2a70cc9e4c68d5ce1f763411ed871140d28487b1c337feb6ac8b05e182 is not running
30-Nov-2024 01:26:49 33c87a2a70cc
30-Nov-2024 01:26:49 Error response from daemon: Cannot kill container: c8f2b021425a: Container c8f2b021425a90e862286bd35723ac566535c87402e0976451ef38d6afab5402 is not running
30-Nov-2024 01:26:49 c8f2b021425a
30-Nov-2024 01:26:49 Error response from daemon: Cannot kill container: 3bfe2e3922f0: Container 3bfe2e3922f02b536bc059d148b2c096cf3feae76dc5d07912db2d94548e8e8c is not running
30-Nov-2024 01:26:49 3bfe2e3922f0
30-Nov-2024 01:26:49 Error response from daemon: Cannot kill container: 5377358e2012: Container 5377358e2012977a42a0a98e6abb419030d8ebdf95adb99a14536495934bdae2 is not running
30-Nov-2024 01:26:49 5377358e2012
30-Nov-2024 01:26:49 Error response from daemon: Cannot kill container: b4299aa53fd3: Container b4299aa53fd3dc6805edb335e1b5374eb78cf638d23cbfd4cb52ce651e257875 is not running
30-Nov-2024 01:26:49 b4299aa53fd3
30-Nov-2024 01:26:49 Error response from daemon: Cannot kill container: 369bd6a9845d: Container 369bd6a9845dbaa53a6c86741024aad00a35f05107a3ba88fe06f55e9d76d99e is not running
30-Nov-2024 01:26:49 369bd6a9845d
30-Nov-2024 01:26:49 Error response from daemon: Cannot kill container: 0f1dd9419e11: Container 0f1dd9419e1109cda0a683db1f0491a9affab09d782843357b937e473892f2d8 is not running
30-Nov-2024 01:26:49 0f1dd9419e11
30-Nov-2024 01:26:50 Error response from daemon: Cannot kill container: 61e40ded94ee: Container 61e40ded94eed47cdcb4dd4e7d1395c5cd3ebd9428e1a71b8b104f15c07e6546 is not running
30-Nov-2024 01:26:50 61e40ded94ee
30-Nov-2024 01:26:50 Error response from daemon: Cannot kill container: 838c0b34f49e: Container 838c0b34f49ebc5442583f7a551dbc88131e0d6bd8aa479f1b7cc40d1ff95216 is not running
30-Nov-2024 01:26:50 838c0b34f49e
30-Nov-2024 01:26:50 Error response from daemon: Cannot kill container: 63e022480382: Container 63e0224803823e612bb7b0c759ff45b581c4c23ea5226e23fcbdb48b97329ce3 is not running
30-Nov-2024 01:26:50 63e022480382
30-Nov-2024 01:26:50 Error response from daemon: Cannot kill container: 5c7246a5a8dc: Container 5c7246a5a8dcdc104f7d2f152029cb407319cad30dcb0efb34726d1cdd76b529 is not running
30-Nov-2024 01:26:50 5c7246a5a8dc
30-Nov-2024 01:26:50 Error response from daemon: Cannot kill container: ad072e95b033: Container ad072e95b033dfce732b55be7580ba9e6b16a486fb2aeb1883973c152ab72e84 is not running
30-Nov-2024 01:26:50 ad072e95b033
30-Nov-2024 01:26:50 Error response from daemon: Cannot kill container: 1dad887f70f0: Container 1dad887f70f0949ae9746ebcd33fda9d925a760595bcc338ef13aab2264d5c00 is not running
30-Nov-2024 01:26:50 1dad887f70f0
30-Nov-2024 01:26:50 Error response from daemon: Cannot kill container: 3c2eaf285b24: Container 3c2eaf285b241e17d16377e97bc44bd62d0fd41e0d730db1294d0bfd8befcf93 is not running
30-Nov-2024 01:26:50 3c2eaf285b24
30-Nov-2024 01:26:50 Error response from daemon: Cannot kill container: 7c02932212e0: Container 7c02932212e0c107b01861cb09aa417d4c96b6994a1a2e1b9cecb249f33dff5d is not running
30-Nov-2024 01:26:50 7c02932212e0
30-Nov-2024 01:26:50 94751678de00
30-Nov-2024 01:26:50 94751678de00
30-Nov-2024 01:26:50 Stalled docker volumes to remove:
30-Nov-2024 01:26:50
30-Nov-2024 01:26:50 Removing stalled docker volumes
30-Nov-2024 01:26:50 Removing stalled loopdevices
30-Nov-2024 01:26:51 Done
30-Nov-2024 01:26:51 Finished task 'Clear env and working dir' with result: Success
30-Nov-2024 01:26:51 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
30-Nov-2024 01:26:51 Running post build plugin 'Docker Container Cleanup'
30-Nov-2024 01:26:51 Running post build plugin 'NCover Results Collector'
30-Nov-2024 01:26:51 Running post build plugin 'Build Results Label Collector'
30-Nov-2024 01:26:51 Running post build plugin 'Clover Results Collector'
30-Nov-2024 01:26:51 Running post build plugin 'npm Cache Cleanup'
30-Nov-2024 01:26:51 Running post build plugin 'Artifact Copier'
30-Nov-2024 01:26:51 Publishing an artifact: test_logs.tar.gz
30-Nov-2024 01:26:51 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 109.2 ms
30-Nov-2024 01:26:51 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPDCPH'
30-Nov-2024 01:26:51 Finalising the build...
30-Nov-2024 01:26:51 Stopping timer.
30-Nov-2024 01:26:51 Build ODSRV-OAP-MPDCPH-3372 completed.
30-Nov-2024 01:26:51 Running on server: post build plugin 'Build Hanging Detection Configuration'
30-Nov-2024 01:26:51 Running on server: post build plugin 'NCover Results Collector'
30-Nov-2024 01:26:51 Running on server: post build plugin 'Build Labeller'
30-Nov-2024 01:26:51 Running on server: post build plugin 'Clover Delta Calculator'
30-Nov-2024 01:26:52 Running on server: post build plugin 'Maven Dependencies Postprocessor'
30-Nov-2024 01:26:52 All post build plugins have finished
30-Nov-2024 01:26:52 Generating build results summary...
30-Nov-2024 01:26:52 Saving build results to disk...
30-Nov-2024 01:26:52 Store variable context...
30-Nov-2024 01:26:52 Finished building ODSRV-OAP-MPDCPH-3372.