oneclient acceptance tests using environment deployed from packages

Build: #3360 failed

Job: multiprovider proxy 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,550 lines of output.   The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.

07-Nov-2024 23:35:32 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_file_opened_for_reading[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 23:35:32 =================================================================
07-Nov-2024 23:35:32 - Executing scenario 'Delete file opened by other user for reading'
07-Nov-2024 23:35:32 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 23:35:32 -----------------------------------------------------------------
07-Nov-2024 23:35:32 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 23:35:32 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 23:35:32 using [token, token] by [user1, user2]"'
07-Nov-2024 23:35:32 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:35:32 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:35:32 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:35:32
07-Nov-2024 23:35:32
07-Nov-2024 23:35:32 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rtkcx'
07-Nov-2024 23:35:32 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rtkcx' successfully started
07-Nov-2024 23:35:32
07-Nov-2024 23:35:32 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/4ujre4vyls1xppuz
07-Nov-2024 23:35:32
07-Nov-2024 23:35:32 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/4ujre4vyls1xppuz --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/4ujre4vyls1xppuz
07-Nov-2024 23:35:32 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '14538936152663585428'...
07-Nov-2024 23:35:32 Getting configuration...
07-Nov-2024 23:35:32 Oneclient has been successfully mounted in '/tmp/onedata/mnt/4ujre4vyls1xppuz'.
07-Nov-2024 23:35:32
07-Nov-2024 23:35:32 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:35:32 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:35:32 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:35:32
07-Nov-2024 23:35:32
07-Nov-2024 23:35:32 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dkht5'
07-Nov-2024 23:35:32 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dkht5' successfully started
07-Nov-2024 23:35:32
07-Nov-2024 23:35:32 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/532czhoks9bl40lg
07-Nov-2024 23:35:32
07-Nov-2024 23:35:32 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/532czhoks9bl40lg --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/532czhoks9bl40lg
07-Nov-2024 23:35:32 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '6930847835115264224'...
07-Nov-2024 23:35:32 Getting configuration...
07-Nov-2024 23:35:32 Oneclient has been successfully mounted in '/tmp/onedata/mnt/532czhoks9bl40lg'.
07-Nov-2024 23:35:32
07-Nov-2024 23:35:32 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
07-Nov-2024 23:35:32 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
07-Nov-2024 23:35:32 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
07-Nov-2024 23:35:32 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
07-Nov-2024 23:35:32 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
07-Nov-2024 23:35:32 -- Executing step: 'When "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
07-Nov-2024 23:35:32 -- Executing step: 'When "user1 changes space1/dir1 mode to 777 on client11"'
07-Nov-2024 23:35:32 -- Executing step: 'Then "mode of user2's space1/dir1 is 777 on client21"'
07-Nov-2024 23:35:32 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r on client11"'
07-Nov-2024 23:35:32 -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"'
07-Nov-2024 23:35:32 -- Executing step: 'Then "user2 can't stat [file1] in space1/dir1 on client21"'
07-Nov-2024 23:35:32 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"'
07-Nov-2024 23:35:32 -- Executing step: 'Then "user2 doesn't see [file1] in space1/dir1 on client21"'
07-Nov-2024 23:35:32 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"'
07-Nov-2024 23:35:32 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"'
07-Nov-2024 23:35:32 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
07-Nov-2024 23:35:32 =================================================================
07-Nov-2024 23:35:32
07-Nov-2024 23:35:33 PASSED
07-Nov-2024 23:35:33 Unmounting client from /tmp/onedata/mnt/4ujre4vyls1xppuz
07-Nov-2024 23:35:33
07-Nov-2024 23:35:33
07-Nov-2024 23:35:33 Unmounting client from /tmp/onedata/mnt/532czhoks9bl40lg
07-Nov-2024 23:35:33
07-Nov-2024 23:35:33
07-Nov-2024 23:35:58 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_file_opened_for_rdwr[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 23:35:58 =================================================================
07-Nov-2024 23:35:58 - Executing scenario 'Delete file opened by other user for reading and writing'
07-Nov-2024 23:35:58 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 23:35:58 -----------------------------------------------------------------
07-Nov-2024 23:35:58 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 23:35:58 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 23:35:58 using [token, token] by [user1, user2]"'
07-Nov-2024 23:35:58 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:35:58 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:35:58 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:35:58
07-Nov-2024 23:35:58
07-Nov-2024 23:35:58 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rtkcx'
07-Nov-2024 23:35:58 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rtkcx' successfully started
07-Nov-2024 23:35:58
07-Nov-2024 23:35:58 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/9rqxbvrodm7vuv74
07-Nov-2024 23:35:58
07-Nov-2024 23:35:58 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/9rqxbvrodm7vuv74 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/9rqxbvrodm7vuv74
07-Nov-2024 23:35:58 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15813566464298379489'...
07-Nov-2024 23:35:58 Getting configuration...
07-Nov-2024 23:35:58 Oneclient has been successfully mounted in '/tmp/onedata/mnt/9rqxbvrodm7vuv74'.
07-Nov-2024 23:35:58
07-Nov-2024 23:35:58 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:35:58 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:35:58 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:35:58
07-Nov-2024 23:35:58
07-Nov-2024 23:35:58 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dkht5'
07-Nov-2024 23:35:58 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dkht5' successfully started
07-Nov-2024 23:35:58
07-Nov-2024 23:35:58 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/e2ro2wqujtnt6asb
07-Nov-2024 23:35:58
07-Nov-2024 23:35:58 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/e2ro2wqujtnt6asb --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/e2ro2wqujtnt6asb
07-Nov-2024 23:35:58 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '1422236315720292887'...
07-Nov-2024 23:35:58 Getting configuration...
07-Nov-2024 23:35:58 Oneclient has been successfully mounted in '/tmp/onedata/mnt/e2ro2wqujtnt6asb'.
07-Nov-2024 23:35:58
07-Nov-2024 23:35:58 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
07-Nov-2024 23:35:58 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
07-Nov-2024 23:35:58 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
07-Nov-2024 23:35:58 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
07-Nov-2024 23:35:58 -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"'
07-Nov-2024 23:35:58 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
07-Nov-2024 23:35:58 -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"'
07-Nov-2024 23:35:58 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to previously opened space1/dir1/file1 on client11"'
07-Nov-2024 23:35:58 -- Executing step: 'Then "user1 sets current file position in space1/dir1/file1 at offset 0 on client11"'
07-Nov-2024 23:35:58 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"'
07-Nov-2024 23:35:58 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
07-Nov-2024 23:35:58 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"'
07-Nov-2024 23:35:58 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"'
07-Nov-2024 23:35:58 =================================================================
07-Nov-2024 23:35:58
07-Nov-2024 23:35:59 PASSED
07-Nov-2024 23:35:59 Unmounting client from /tmp/onedata/mnt/9rqxbvrodm7vuv74
07-Nov-2024 23:35:59
07-Nov-2024 23:35:59
07-Nov-2024 23:35:59 Unmounting client from /tmp/onedata/mnt/e2ro2wqujtnt6asb
07-Nov-2024 23:35:59
07-Nov-2024 23:35:59
07-Nov-2024 23:36:25 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_opened_file_without_permission[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 23:36:25 =================================================================
07-Nov-2024 23:36:25 - Executing scenario 'Fail to delete file without permission, file is opened by other user'
07-Nov-2024 23:36:25 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 23:36:25 -----------------------------------------------------------------
07-Nov-2024 23:36:25 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 23:36:25 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 23:36:25 using [token, token] by [user1, user2]"'
07-Nov-2024 23:36:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:36:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:36:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rtkcx'
07-Nov-2024 23:36:25 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rtkcx' successfully started
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/rpr9k1esvf6qzw8n
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/rpr9k1esvf6qzw8n --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/rpr9k1esvf6qzw8n
07-Nov-2024 23:36:25 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '9555893165255754393'...
07-Nov-2024 23:36:25 Getting configuration...
07-Nov-2024 23:36:25 Oneclient has been successfully mounted in '/tmp/onedata/mnt/rpr9k1esvf6qzw8n'.
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:36:25 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:36:25 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dkht5'
07-Nov-2024 23:36:25 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dkht5' successfully started
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/4rfvyuoekiyk8r2h
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/4rfvyuoekiyk8r2h --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/4rfvyuoekiyk8r2h
07-Nov-2024 23:36:25 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '2933396156256301419'...
07-Nov-2024 23:36:25 Getting configuration...
07-Nov-2024 23:36:25 Oneclient has been successfully mounted in '/tmp/onedata/mnt/4rfvyuoekiyk8r2h'.
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
07-Nov-2024 23:36:25 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
07-Nov-2024 23:36:25 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
07-Nov-2024 23:36:25 -- Executing step: 'When "user2 sees [dir1] in space1 on client21"'
07-Nov-2024 23:36:25 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
07-Nov-2024 23:36:25 -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"'
07-Nov-2024 23:36:25 -- Executing step: 'Then "mode of user2's space1/dir1 is 755 on client21"'
07-Nov-2024 23:36:25 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
07-Nov-2024 23:36:25 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
07-Nov-2024 23:36:25 -- Executing step: 'Then "user2 fails to delete files [space1/dir1/file1] on client21"'
07-Nov-2024 23:36:25 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
07-Nov-2024 23:36:25 -- Executing step: 'Then "user1 can stat [file1] in space1/dir1 on client11"'
07-Nov-2024 23:36:25 -- Executing step: 'Then "user2 can stat [file1] in space1/dir1 on client21"'
07-Nov-2024 23:36:25 -- Executing step: 'Then "user1 sees [file1] in space1/dir1 on client11"'
07-Nov-2024 23:36:25 -- Executing step: 'Then "user2 sees [file1] in space1/dir1 on client21"'
07-Nov-2024 23:36:25 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
07-Nov-2024 23:36:25 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client21"'
07-Nov-2024 23:36:25 =================================================================
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25 PASSED
07-Nov-2024 23:36:25 Unmounting client from /tmp/onedata/mnt/rpr9k1esvf6qzw8n
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25 Unmounting client from /tmp/onedata/mnt/4rfvyuoekiyk8r2h
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25
07-Nov-2024 23:36:51 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_right_after_close[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 23:36:51 =================================================================
07-Nov-2024 23:36:51 - Executing scenario 'Delete file right after closing it'
07-Nov-2024 23:36:51 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 23:36:51 -----------------------------------------------------------------
07-Nov-2024 23:36:51 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 23:36:51 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 23:36:51 using [token, token] by [user1, user2]"'
07-Nov-2024 23:36:51 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:36:51 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:36:51 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:36:51
07-Nov-2024 23:36:51
07-Nov-2024 23:36:51 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rtkcx'
07-Nov-2024 23:36:51 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rtkcx' successfully started
07-Nov-2024 23:36:51
07-Nov-2024 23:36:51 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/tv42kgvk6ez9zbrj
07-Nov-2024 23:36:51
07-Nov-2024 23:36:51 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/tv42kgvk6ez9zbrj --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/tv42kgvk6ez9zbrj
07-Nov-2024 23:36:51 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '13051541795544665692'...
07-Nov-2024 23:36:51 Getting configuration...
07-Nov-2024 23:36:51 Oneclient has been successfully mounted in '/tmp/onedata/mnt/tv42kgvk6ez9zbrj'.
07-Nov-2024 23:36:51
07-Nov-2024 23:36:51 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:36:51 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:36:51 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:36:51
07-Nov-2024 23:36:51
07-Nov-2024 23:36:51 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dkht5'
07-Nov-2024 23:36:51 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dkht5' successfully started
07-Nov-2024 23:36:51
07-Nov-2024 23:36:51 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/xtgclizle81sn3mm
07-Nov-2024 23:36:51
07-Nov-2024 23:36:51 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/xtgclizle81sn3mm --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/xtgclizle81sn3mm
07-Nov-2024 23:36:51 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '17047759838473317711'...
07-Nov-2024 23:36:51 Getting configuration...
07-Nov-2024 23:36:51 Oneclient has been successfully mounted in '/tmp/onedata/mnt/xtgclizle81sn3mm'.
07-Nov-2024 23:36:51
07-Nov-2024 23:36:51 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
07-Nov-2024 23:36:51 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
07-Nov-2024 23:36:51 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
07-Nov-2024 23:36:51 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
07-Nov-2024 23:36:51 -- Executing step: 'When "user1 opens space1/file1 with mode r+ on client11"'
07-Nov-2024 23:36:51 -- Executing step: 'When "user1 closes space1/file1 on client11"'
07-Nov-2024 23:36:51 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
07-Nov-2024 23:36:51 -- Executing step: 'When "space1 is empty for user1 on client11"'
07-Nov-2024 23:36:51 =================================================================
07-Nov-2024 23:36:51
07-Nov-2024 23:36:51 PASSED
07-Nov-2024 23:36:51 Unmounting client from /tmp/onedata/mnt/tv42kgvk6ez9zbrj
07-Nov-2024 23:36:51
07-Nov-2024 23:36:51
07-Nov-2024 23:36:51 Unmounting client from /tmp/onedata/mnt/xtgclizle81sn3mm
07-Nov-2024 23:36:51
07-Nov-2024 23:36:51
07-Nov-2024 23:37:25 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_create_many[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 23:37:25 =================================================================
07-Nov-2024 23:37:25 - Executing scenario 'Create many children'
07-Nov-2024 23:37:25 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 23:37:25 -----------------------------------------------------------------
07-Nov-2024 23:37:25 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 23:37:25 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 23:37:25 using [token, token] by [user1, user2]"'
07-Nov-2024 23:37:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:37:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:37:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:37:25
07-Nov-2024 23:37:25
07-Nov-2024 23:37:25 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rtkcx'
07-Nov-2024 23:37:25 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rtkcx' successfully started
07-Nov-2024 23:37:25
07-Nov-2024 23:37:25 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/plfoqn08va8ux48y
07-Nov-2024 23:37:25
07-Nov-2024 23:37:25 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/plfoqn08va8ux48y --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/plfoqn08va8ux48y
07-Nov-2024 23:37:25 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '18427948224171309654'...
07-Nov-2024 23:37:25 Getting configuration...
07-Nov-2024 23:37:25 Oneclient has been successfully mounted in '/tmp/onedata/mnt/plfoqn08va8ux48y'.
07-Nov-2024 23:37:25
07-Nov-2024 23:37:25 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:37:25 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:37:25 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:37:25
07-Nov-2024 23:37:25
07-Nov-2024 23:37:25 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dkht5'
07-Nov-2024 23:37:25 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dkht5' successfully started
07-Nov-2024 23:37:25
07-Nov-2024 23:37:25 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/xw41ohq06c6o0yzx
07-Nov-2024 23:37:25
07-Nov-2024 23:37:25 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/xw41ohq06c6o0yzx --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/xw41ohq06c6o0yzx
07-Nov-2024 23:37:25 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '2829797517441566963'...
07-Nov-2024 23:37:25 Getting configuration...
07-Nov-2024 23:37:25 Oneclient has been successfully mounted in '/tmp/onedata/mnt/xw41ohq06c6o0yzx'.
07-Nov-2024 23:37:25
07-Nov-2024 23:37:25 -- Executing step: 'When "user1 creates child files of space1 with names in range [1, 127) on client11"'
07-Nov-2024 23:37:25 -- Executing step: 'Then "user2 lists children of space1 and gets names in range [1, 127) on client21"'
07-Nov-2024 23:37:25 =================================================================
07-Nov-2024 23:37:25
07-Nov-2024 23:37:39 PASSED
07-Nov-2024 23:37:39 Unmounting client from /tmp/onedata/mnt/plfoqn08va8ux48y
07-Nov-2024 23:37:39
07-Nov-2024 23:37:39
07-Nov-2024 23:37:39 Unmounting client from /tmp/onedata/mnt/xw41ohq06c6o0yzx
07-Nov-2024 23:37:39
07-Nov-2024 23:37:39
07-Nov-2024 23:38:06 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_copy_delete[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 23:38:06 =================================================================
07-Nov-2024 23:38:06 - Executing scenario 'Create nonempty file then copy it and remove source file'
07-Nov-2024 23:38:06 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 23:38:06 -----------------------------------------------------------------
07-Nov-2024 23:38:06 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 23:38:06 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 23:38:06 using [token, token] by [user1, user2]"'
07-Nov-2024 23:38:06 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:38:06 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:38:06 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:38:06
07-Nov-2024 23:38:06
07-Nov-2024 23:38:06 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rtkcx'
07-Nov-2024 23:38:06 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rtkcx' successfully started
07-Nov-2024 23:38:06
07-Nov-2024 23:38:06 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/mz3rujkofw8lamb6
07-Nov-2024 23:38:06
07-Nov-2024 23:38:06 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/mz3rujkofw8lamb6 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/mz3rujkofw8lamb6
07-Nov-2024 23:38:06 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '14176332084142609628'...
07-Nov-2024 23:38:06 Getting configuration...
07-Nov-2024 23:38:06 Oneclient has been successfully mounted in '/tmp/onedata/mnt/mz3rujkofw8lamb6'.
07-Nov-2024 23:38:06
07-Nov-2024 23:38:06 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:38:06 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:38:06 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:38:06
07-Nov-2024 23:38:06
07-Nov-2024 23:38:06 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dkht5'
07-Nov-2024 23:38:06 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dkht5' successfully started
07-Nov-2024 23:38:06
07-Nov-2024 23:38:06 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/1vgpcou4qxzedx90
07-Nov-2024 23:38:06
07-Nov-2024 23:38:06 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/1vgpcou4qxzedx90 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/1vgpcou4qxzedx90
07-Nov-2024 23:38:06 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '14988097331498464058'...
07-Nov-2024 23:38:06 Getting configuration...
07-Nov-2024 23:38:06 Oneclient has been successfully mounted in '/tmp/onedata/mnt/1vgpcou4qxzedx90'.
07-Nov-2024 23:38:06
07-Nov-2024 23:38:06 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
07-Nov-2024 23:38:06 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
07-Nov-2024 23:38:06 -- Executing step: 'When "user1 copies regular file space1/file1 to space1/file1_copy on client11"'
07-Nov-2024 23:38:06 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
07-Nov-2024 23:38:06 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client11"'
07-Nov-2024 23:38:06 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client21"'
07-Nov-2024 23:38:06 =================================================================
07-Nov-2024 23:38:06
07-Nov-2024 23:38:07 PASSED
07-Nov-2024 23:38:07 Unmounting client from /tmp/onedata/mnt/mz3rujkofw8lamb6
07-Nov-2024 23:38:07
07-Nov-2024 23:38:07
07-Nov-2024 23:38:07 Unmounting client from /tmp/onedata/mnt/1vgpcou4qxzedx90
07-Nov-2024 23:38:07
07-Nov-2024 23:38:07
07-Nov-2024 23:38:34 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_move_between_spaces[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 23:38:34 =================================================================
07-Nov-2024 23:38:34 - Executing scenario 'Create nonempty file then move it to another space'
07-Nov-2024 23:38:34 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 23:38:34 -----------------------------------------------------------------
07-Nov-2024 23:38:34 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 23:38:34 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 23:38:34 using [token, token] by [user1, user2]"'
07-Nov-2024 23:38:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:38:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:38:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rtkcx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:38:34
07-Nov-2024 23:38:34
07-Nov-2024 23:38:34 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rtkcx'
07-Nov-2024 23:38:34 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rtkcx' successfully started
07-Nov-2024 23:38:34
07-Nov-2024 23:38:34 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/l6l0ee43j068dzvy
07-Nov-2024 23:38:34
07-Nov-2024 23:38:34 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/l6l0ee43j068dzvy --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/l6l0ee43j068dzvy
07-Nov-2024 23:38:34 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '6081861012532996695'...
07-Nov-2024 23:38:34 Getting configuration...
07-Nov-2024 23:38:34 Oneclient has been successfully mounted in '/tmp/onedata/mnt/l6l0ee43j068dzvy'.
07-Nov-2024 23:38:34
07-Nov-2024 23:38:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:38:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:38:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dkht5', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:38:34
07-Nov-2024 23:38:34
07-Nov-2024 23:38:34 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dkht5'
07-Nov-2024 23:38:34 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dkht5' successfully started
07-Nov-2024 23:38:34
07-Nov-2024 23:38:34 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/a4pnjjykchxs7v3p
07-Nov-2024 23:38:34
07-Nov-2024 23:38:34 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/a4pnjjykchxs7v3p --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/a4pnjjykchxs7v3p
07-Nov-2024 23:38:34 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '15821692975383113585'...
07-Nov-2024 23:38:34 Getting configuration...
07-Nov-2024 23:38:34 Oneclient has been successfully mounted in '/tmp/onedata/mnt/a4pnjjykchxs7v3p'.
07-Nov-2024 23:38:34
07-Nov-2024 23:38:34 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
07-Nov-2024 23:38:34 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
07-Nov-2024 23:38:34 -- Executing step: 'When "user2 reads "TEST TEXT ONEDATA" from file space1/file1 on client21"'
07-Nov-2024 23:38:34 -- Executing step: 'When "user1 renames space1/file1 to space2/file1_moved on client11"'
07-Nov-2024 23:38:34 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client11"'
07-Nov-2024 23:38:34 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client21"'
07-Nov-2024 23:38:34 =================================================================
07-Nov-2024 23:38:34
07-Nov-2024 23:38:48 PASSED
07-Nov-2024 23:38:48 Unmounting client from /tmp/onedata/mnt/l6l0ee43j068dzvy
07-Nov-2024 23:38:48 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
07-Nov-2024 23:38:48 Unmounting client from /tmp/onedata/mnt/a4pnjjykchxs7v3p
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48 Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/oneclient/logs/multiprovider_proxy/test_multi_reg_file_CRUD.1731022714.91854', '-c', '/tmp/logs']
07-Nov-2024 23:38:48 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-pc2mx. See /home/bamboo/.one-env/deployments/2024.11.07-23.20.22/pod-logs/dev-cross-support-job-3p-users-pc2mx/entrypoint.log for more details
07-Nov-2024 23:38:48 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-rtkcx: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.07-23.20.22/pod-logs/dev-oneclient-krakow-7d9476b8bc-rtkcx/oneclient_logs
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=190/222)
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:38:48          58,436   0%    2.79MB/s    0:00:00 (xfr#1, to-chk=189/222)
07-Nov-2024 23:38:48          58,436   0%    2.79MB/s    0:00:00 (xfr#1, to-chk=183/222)
07-Nov-2024 23:38:48          59,282   0%    2.69MB/s    0:00:00 (xfr#2, to-chk=185/222)
07-Nov-2024 23:38:48         291,392   2%   12.63MB/s    0:00:00 (xfr#3, to-chk=184/222)
07-Nov-2024 23:38:48         292,238   2%   12.67MB/s    0:00:00 (xfr#4, to-chk=183/222)
07-Nov-2024 23:38:48         369,419   3%   10.68MB/s    0:00:00 (xfr#5, to-chk=182/222)
07-Nov-2024 23:38:48         370,073   3%   10.69MB/s    0:00:00 (xfr#6, to-chk=178/222)
07-Nov-2024 23:38:48         676,688   5%   11.95MB/s    0:00:00 (xfr#7, to-chk=177/222)
07-Nov-2024 23:38:48         677,342   5%   11.96MB/s    0:00:00 (xfr#8, to-chk=176/222)
07-Nov-2024 23:38:48         715,997   5%   10.51MB/s    0:00:00 (xfr#9, to-chk=175/222)
07-Nov-2024 23:38:48         716,363   6%   10.51MB/s    0:00:00 (xfr#10, to-chk=171/222)
07-Nov-2024 23:38:48         837,901   7%    9.87MB/s    0:00:00 (xfr#11, to-chk=170/222)
07-Nov-2024 23:38:48         838,267   7%    9.75MB/s    0:00:00 (xfr#12, to-chk=169/222)
07-Nov-2024 23:38:48         887,558   7%   10.08MB/s    0:00:00 (xfr#13, to-chk=168/222)
07-Nov-2024 23:38:48         888,020   7%   10.08MB/s    0:00:00 (xfr#14, to-chk=164/222)
07-Nov-2024 23:38:48       1,053,032   8%    9.85MB/s    0:00:00 (xfr#15, to-chk=163/222)
07-Nov-2024 23:38:48       1,053,494   8%    9.85MB/s    0:00:00 (xfr#16, to-chk=162/222)
07-Nov-2024 23:38:48       1,093,894   9%   10.13MB/s    0:00:00 (xfr#17, to-chk=161/222)
07-Nov-2024 23:38:48       1,094,548   9%   10.13MB/s    0:00:00 (xfr#18, to-chk=157/222)
07-Nov-2024 23:38:48       1,228,613  10%   11.05MB/s    0:00:00 (xfr#19, to-chk=156/222)
07-Nov-2024 23:38:48       1,229,267  10%   11.06MB/s    0:00:00 (xfr#20, to-chk=155/222)
07-Nov-2024 23:38:48       1,229,895  10%   11.07MB/s    0:00:00 (xfr#21, to-chk=154/222)
07-Nov-2024 23:38:48       1,267,092  10%   11.29MB/s    0:00:00 (xfr#22, to-chk=153/222)
07-Nov-2024 23:38:48       1,267,458  10%   11.30MB/s    0:00:00 (xfr#23, to-chk=149/222)
07-Nov-2024 23:38:48       1,392,092  11%    8.91MB/s    0:00:00 (xfr#24, to-chk=148/222)
07-Nov-2024 23:38:48       1,392,458  11%    8.91MB/s    0:00:00 (xfr#25, to-chk=147/222)
07-Nov-2024 23:38:48       1,418,290  11%    9.08MB/s    0:00:00 (xfr#26, to-chk=146/222)
07-Nov-2024 23:38:48       1,418,656  11%    9.08MB/s    0:00:00 (xfr#27, to-chk=142/222)
07-Nov-2024 23:38:48       1,514,220  12%    8.65MB/s    0:00:00 (xfr#28, to-chk=141/222)
07-Nov-2024 23:38:48       1,514,586  12%    8.60MB/s    0:00:00 (xfr#29, to-chk=140/222)
07-Nov-2024 23:38:48       1,554,664  13%    8.62MB/s    0:00:00 (xfr#30, to-chk=139/222)
07-Nov-2024 23:38:48       1,555,222  13%    8.62MB/s    0:00:00 (xfr#31, to-chk=135/222)
07-Nov-2024 23:38:48       1,691,502  14%    6.23MB/s    0:00:00 (xfr#32, to-chk=134/222)
07-Nov-2024 23:38:48       1,692,060  14%    6.23MB/s    0:00:00 (xfr#33, to-chk=133/222)
07-Nov-2024 23:38:48       1,725,350  14%    6.21MB/s    0:00:00 (xfr#34, to-chk=132/222)
07-Nov-2024 23:38:48       1,725,812  14%    6.21MB/s    0:00:00 (xfr#35, to-chk=128/222)
07-Nov-2024 23:38:48       1,845,990  15%    5.45MB/s    0:00:00 (xfr#36, to-chk=127/222)
07-Nov-2024 23:38:48       1,846,452  15%    5.45MB/s    0:00:00 (xfr#37, to-chk=126/222)
07-Nov-2024 23:38:48       1,847,080  15%    5.45MB/s    0:00:00 (xfr#38, to-chk=125/222)
07-Nov-2024 23:38:48       1,886,435  15%    4.98MB/s    0:00:00 (xfr#39, to-chk=124/222)
07-Nov-2024 23:38:48       1,886,897  15%    4.97MB/s    0:00:00 (xfr#40, to-chk=120/222)
07-Nov-2024 23:38:48       2,047,265  17%    5.21MB/s    0:00:00 (xfr#41, to-chk=119/222)
07-Nov-2024 23:38:48       2,047,727  17%    5.19MB/s    0:00:00 (xfr#42, to-chk=118/222)
07-Nov-2024 23:38:48       2,072,961  17%    5.26MB/s    0:00:00 (xfr#43, to-chk=117/222)
07-Nov-2024 23:38:48       2,073,327  17%    5.26MB/s    0:00:00 (xfr#44, to-chk=113/222)
07-Nov-2024 23:38:48       2,164,170  18%    5.45MB/s    0:00:00 (xfr#45, to-chk=112/222)
07-Nov-2024 23:38:48       2,164,536  18%    5.45MB/s    0:00:00 (xfr#46, to-chk=111/222)
07-Nov-2024 23:38:48       2,206,444  18%    5.52MB/s    0:00:00 (xfr#47, to-chk=110/222)
07-Nov-2024 23:38:48       2,207,002  18%    5.52MB/s    0:00:00 (xfr#48, to-chk=106/222)
07-Nov-2024 23:38:48       2,349,343  19%    5.82MB/s    0:00:00 (xfr#49, to-chk=105/222)
07-Nov-2024 23:38:48       2,349,901  19%    5.82MB/s    0:00:00 (xfr#50, to-chk=104/222)
07-Nov-2024 23:38:48       2,350,529  19%    5.81MB/s    0:00:00 (xfr#51, to-chk=103/222)
07-Nov-2024 23:38:48       2,390,221  20%    5.91MB/s    0:00:00 (xfr#52, to-chk=102/222)
07-Nov-2024 23:38:48       2,390,875  20%    5.91MB/s    0:00:00 (xfr#53, to-chk=98/222)
07-Nov-2024 23:38:48       2,532,079  21%    6.24MB/s    0:00:00 (xfr#54, to-chk=97/222)
07-Nov-2024 23:38:48       2,532,733  21%    6.23MB/s    0:00:00 (xfr#55, to-chk=96/222)
07-Nov-2024 23:38:48       2,533,361  21%    6.23MB/s    0:00:00 (xfr#56, to-chk=95/222)
07-Nov-2024 23:38:48       2,701,937  22%    6.56MB/s    0:00:00 (xfr#57, to-chk=94/222)
07-Nov-2024 23:38:48       2,702,399  22%    6.56MB/s    0:00:00 (xfr#58, to-chk=90/222)
07-Nov-2024 23:38:48       3,280,249  27%    7.16MB/s    0:00:00 (xfr#59, to-chk=89/222)
07-Nov-2024 23:38:48       3,280,711  27%    7.16MB/s    0:00:00 (xfr#60, to-chk=88/222)
07-Nov-2024 23:38:48       3,315,733  27%    7.24MB/s    0:00:00 (xfr#61, to-chk=87/222)
07-Nov-2024 23:38:48       3,316,195  27%    7.22MB/s    0:00:00 (xfr#62, to-chk=83/222)
07-Nov-2024 23:38:48       3,464,028  29%    7.53MB/s    0:00:00 (xfr#63, to-chk=82/222)
07-Nov-2024 23:38:48       3,464,490  29%    7.53MB/s    0:00:00 (xfr#64, to-chk=81/222)
07-Nov-2024 23:38:48       3,505,945  29%    7.60MB/s    0:00:00 (xfr#65, to-chk=80/222)
07-Nov-2024 23:38:48       3,506,503  29%    7.60MB/s    0:00:00 (xfr#66, to-chk=76/222)
07-Nov-2024 23:38:48       3,634,651  30%    7.81MB/s    0:00:00 (xfr#67, to-chk=75/222)
07-Nov-2024 23:38:48       3,635,209  30%    7.81MB/s    0:00:00 (xfr#68, to-chk=74/222)
07-Nov-2024 23:38:48       3,869,457  32%    8.15MB/s    0:00:00 (xfr#69, to-chk=73/222)
07-Nov-2024 23:38:48       3,870,015  32%    8.15MB/s    0:00:00 (xfr#70, to-chk=69/222)
07-Nov-2024 23:38:48       6,389,074  53%   11.58MB/s    0:00:00 (xfr#71, to-chk=68/222)
07-Nov-2024 23:38:48       6,389,632  53%   11.58MB/s    0:00:00 (xfr#72, to-chk=67/222)
07-Nov-2024 23:38:48       6,423,545  53%   11.65MB/s    0:00:00 (xfr#73, to-chk=66/222)
07-Nov-2024 23:38:48       6,424,199  53%   11.63MB/s    0:00:00 (xfr#74, to-chk=62/222)
07-Nov-2024 23:38:48       6,551,469  54%   11.86MB/s    0:00:00 (xfr#75, to-chk=61/222)
07-Nov-2024 23:38:48       6,552,123  54%   11.83MB/s    0:00:00 (xfr#76, to-chk=60/222)
07-Nov-2024 23:38:48       6,552,751  54%   11.84MB/s    0:00:00 (xfr#77, to-chk=59/222)
07-Nov-2024 23:38:48       6,604,419  55%   11.93MB/s    0:00:00 (xfr#78, to-chk=58/222)
07-Nov-2024 23:38:48       6,604,977  55%   11.91MB/s    0:00:00 (xfr#79, to-chk=54/222)
07-Nov-2024 23:38:48       6,786,252  56%   12.17MB/s    0:00:00 (xfr#80, to-chk=53/222)
07-Nov-2024 23:38:48       6,786,810  56%   12.14MB/s    0:00:00 (xfr#81, to-chk=52/222)
07-Nov-2024 23:38:48       6,834,008  57%   12.23MB/s    0:00:00 (xfr#82, to-chk=51/222)
07-Nov-2024 23:38:48       6,834,662  57%   12.21MB/s    0:00:00 (xfr#83, to-chk=47/222)
07-Nov-2024 23:38:48       6,997,756  58%   12.45MB/s    0:00:00 (xfr#84, to-chk=46/222)
07-Nov-2024 23:38:48       6,998,410  58%   12.45MB/s    0:00:00 (xfr#85, to-chk=45/222)
07-Nov-2024 23:38:48       6,999,038  58%   12.45MB/s    0:00:00 (xfr#86, to-chk=44/222)
07-Nov-2024 23:38:48       7,758,680  65%   13.70MB/s    0:00:00 (xfr#87, to-chk=43/222)
07-Nov-2024 23:38:48       7,759,142  65%   13.68MB/s    0:00:00 (xfr#88, to-chk=39/222)
07-Nov-2024 23:38:48      10,932,613  91%   18.36MB/s    0:00:00 (xfr#89, to-chk=38/222)
07-Nov-2024 23:38:48      10,933,075  91%   18.36MB/s    0:00:00 (xfr#90, to-chk=37/222)
07-Nov-2024 23:38:48      10,979,173  92%   18.18MB/s    0:00:00 (xfr#91, to-chk=36/222)
07-Nov-2024 23:38:48      10,979,731  92%   18.18MB/s    0:00:00 (xfr#92, to-chk=32/222)
07-Nov-2024 23:38:48      11,131,642  93%   18.15MB/s    0:00:00 (xfr#93, to-chk=31/222)
07-Nov-2024 23:38:48      11,132,200  93%   18.15MB/s    0:00:00 (xfr#94, to-chk=30/222)
07-Nov-2024 23:38:48      11,183,039  93%   18.20MB/s    0:00:00 (xfr#95, to-chk=29/222)
07-Nov-2024 23:38:48      11,183,597  93%   18.20MB/s    0:00:00 (xfr#96, to-chk=25/222)
07-Nov-2024 23:38:48      11,363,694  95%   18.37MB/s    0:00:00 (xfr#97, to-chk=24/222)
07-Nov-2024 23:38:48      11,364,252  95%   18.37MB/s    0:00:00 (xfr#98, to-chk=23/222)
07-Nov-2024 23:38:48      11,364,880  95%   18.37MB/s    0:00:00 (xfr#99, to-chk=22/222)
07-Nov-2024 23:38:48      11,399,835  95%   18.27MB/s    0:00:00 (xfr#100, to-chk=21/222)
07-Nov-2024 23:38:48      11,400,297  95%   18.27MB/s    0:00:00 (xfr#101, to-chk=17/222)
07-Nov-2024 23:38:48      11,519,549  96%   18.40MB/s    0:00:00 (xfr#102, to-chk=16/222)
07-Nov-2024 23:38:48      11,520,011  96%   18.40MB/s    0:00:00 (xfr#103, to-chk=15/222)
07-Nov-2024 23:38:48      11,565,418  96%   18.48MB/s    0:00:00 (xfr#104, to-chk=14/222)
07-Nov-2024 23:38:48      11,565,976  96%   18.48MB/s    0:00:00 (xfr#105, to-chk=10/222)
07-Nov-2024 23:38:48      11,724,121  98%   18.67MB/s    0:00:00 (xfr#106, to-chk=9/222)
07-Nov-2024 23:38:48      11,724,679  98%   18.64MB/s    0:00:00 (xfr#107, to-chk=8/222)
07-Nov-2024 23:38:48      11,763,431  98%   18.70MB/s    0:00:00 (xfr#108, to-chk=7/222)
07-Nov-2024 23:38:48      11,764,085  98%   18.70MB/s    0:00:00 (xfr#109, to-chk=3/222)
07-Nov-2024 23:38:48      11,889,121  99%   18.65MB/s    0:00:00 (xfr#110, to-chk=2/222)
07-Nov-2024 23:38:48      11,889,775  99%   18.65MB/s    0:00:00 (xfr#111, to-chk=1/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.71MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.68MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.68MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.68MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.68MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.68MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.65MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48      11,929,244  99%   18.62MB/s    0:00:00 (xfr#112, to-chk=0/222)
07-Nov-2024 23:38:48 [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-dkht5: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.07-23.20.22/pod-logs/dev-oneclient-paris-5cc45c8cb7-dkht5/oneclient_logs
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=189/221)
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:38:48          27,512   0%   26.24MB/s    0:00:00 (xfr#1, to-chk=188/221)
07-Nov-2024 23:38:48          27,512   0%   26.24MB/s    0:00:00 (xfr#1, to-chk=182/221)
07-Nov-2024 23:38:48          28,166   0%   26.86MB/s    0:00:00 (xfr#2, to-chk=184/221)
07-Nov-2024 23:38:48         109,033   2%    4.95MB/s    0:00:00 (xfr#3, to-chk=183/221)
07-Nov-2024 23:38:48         109,687   2%    4.98MB/s    0:00:00 (xfr#4, to-chk=182/221)
07-Nov-2024 23:38:48         149,615   3%    6.49MB/s    0:00:00 (xfr#5, to-chk=181/221)
07-Nov-2024 23:38:48         149,981   3%    6.22MB/s    0:00:00 (xfr#6, to-chk=177/221)
07-Nov-2024 23:38:48         269,348   6%   11.17MB/s    0:00:00 (xfr#7, to-chk=176/221)
07-Nov-2024 23:38:48         269,714   6%   11.18MB/s    0:00:00 (xfr#8, to-chk=175/221)
07-Nov-2024 23:38:48         292,185   7%   10.72MB/s    0:00:00 (xfr#9, to-chk=174/221)
07-Nov-2024 23:38:48         292,647   7%   10.73MB/s    0:00:00 (xfr#10, to-chk=170/221)
07-Nov-2024 23:38:48         357,823   8%   12.64MB/s    0:00:00 (xfr#11, to-chk=169/221)
07-Nov-2024 23:38:48         358,285   8%   12.66MB/s    0:00:00 (xfr#12, to-chk=168/221)
07-Nov-2024 23:38:48         398,161   9%   14.06MB/s    0:00:00 (xfr#13, to-chk=167/221)
07-Nov-2024 23:38:48         398,911   9%   13.59MB/s    0:00:00 (xfr#14, to-chk=163/221)
07-Nov-2024 23:38:48         524,099  12%   16.12MB/s    0:00:00 (xfr#15, to-chk=162/221)
07-Nov-2024 23:38:48         524,849  12%   16.15MB/s    0:00:00 (xfr#16, to-chk=161/221)
07-Nov-2024 23:38:48         558,638  13%   16.65MB/s    0:00:00 (xfr#17, to-chk=160/221)
07-Nov-2024 23:38:48         559,292  13%   16.67MB/s    0:00:00 (xfr#18, to-chk=156/221)
07-Nov-2024 23:38:48         678,013  16%   20.21MB/s    0:00:00 (xfr#19, to-chk=155/221)
07-Nov-2024 23:38:48         678,667  16%   20.23MB/s    0:00:00 (xfr#20, to-chk=154/221)
07-Nov-2024 23:38:48         698,685  16%   20.19MB/s    0:00:00 (xfr#21, to-chk=153/221)
07-Nov-2024 23:38:48         699,147  16%   20.20MB/s    0:00:00 (xfr#22, to-chk=149/221)
07-Nov-2024 23:38:48         779,673  18%   17.29MB/s    0:00:00 (xfr#23, to-chk=148/221)
07-Nov-2024 23:38:48         780,135  18%   17.30MB/s    0:00:00 (xfr#24, to-chk=147/221)
07-Nov-2024 23:38:48         780,763  18%   17.32MB/s    0:00:00 (xfr#25, to-chk=146/221)
07-Nov-2024 23:38:48         801,653  19%   17.78MB/s    0:00:00 (xfr#26, to-chk=145/221)
07-Nov-2024 23:38:48         802,211  19%   17.79MB/s    0:00:00 (xfr#27, to-chk=141/221)
07-Nov-2024 23:38:48         878,228  21%   16.75MB/s    0:00:00 (xfr#28, to-chk=140/221)
07-Nov-2024 23:38:48         878,786  21%   16.76MB/s    0:00:00 (xfr#29, to-chk=139/221)
07-Nov-2024 23:38:48         912,554  22%   17.41MB/s    0:00:00 (xfr#30, to-chk=138/221)
07-Nov-2024 23:38:48         912,920  22%   17.41MB/s    0:00:00 (xfr#31, to-chk=134/221)
07-Nov-2024 23:38:48       1,027,016  24%   12.40MB/s    0:00:00 (xfr#32, to-chk=133/221)
07-Nov-2024 23:38:48       1,027,382  24%   12.40MB/s    0:00:00 (xfr#33, to-chk=132/221)
07-Nov-2024 23:38:48       1,055,908  25%   10.28MB/s    0:00:00 (xfr#34, to-chk=131/221)
07-Nov-2024 23:38:48       1,056,274  25%   10.28MB/s    0:00:00 (xfr#35, to-chk=127/221)
07-Nov-2024 23:38:48       1,140,270  27%   10.26MB/s    0:00:00 (xfr#36, to-chk=126/221)
07-Nov-2024 23:38:48       1,140,636  27%   10.26MB/s    0:00:00 (xfr#37, to-chk=125/221)
07-Nov-2024 23:38:48       1,156,624  28%   10.41MB/s    0:00:00 (xfr#38, to-chk=124/221)
07-Nov-2024 23:38:48       1,156,990  28%   10.41MB/s    0:00:00 (xfr#39, to-chk=120/221)
07-Nov-2024 23:38:48       1,217,934  29%   10.96MB/s    0:00:00 (xfr#40, to-chk=119/221)
07-Nov-2024 23:38:48       1,218,300  29%   10.96MB/s    0:00:00 (xfr#41, to-chk=118/221)
07-Nov-2024 23:38:48       1,242,973  30%    9.64MB/s    0:00:00 (xfr#42, to-chk=117/221)
07-Nov-2024 23:38:48       1,243,723  30%    9.64MB/s    0:00:00 (xfr#43, to-chk=113/221)
07-Nov-2024 23:38:48       1,332,244  32%   10.25MB/s    0:00:00 (xfr#44, to-chk=112/221)
07-Nov-2024 23:38:48       1,332,994  32%   10.25MB/s    0:00:00 (xfr#45, to-chk=111/221)
07-Nov-2024 23:38:48       1,367,126  33%   10.51MB/s    0:00:00 (xfr#46, to-chk=110/221)
07-Nov-2024 23:38:48       1,367,492  33%   10.52MB/s    0:00:00 (xfr#47, to-chk=106/221)
07-Nov-2024 23:38:48       1,460,222  35%   10.63MB/s    0:00:00 (xfr#48, to-chk=105/221)
07-Nov-2024 23:38:48       1,460,588  35%   10.63MB/s    0:00:00 (xfr#49, to-chk=104/221)
07-Nov-2024 23:38:48       1,494,190  36%    9.96MB/s    0:00:00 (xfr#50, to-chk=103/221)
07-Nov-2024 23:38:48       1,494,844  36%    9.90MB/s    0:00:00 (xfr#51, to-chk=99/221)
07-Nov-2024 23:38:48       1,606,734  38%   10.64MB/s    0:00:00 (xfr#52, to-chk=98/221)
07-Nov-2024 23:38:48       1,607,388  38%   10.65MB/s    0:00:00 (xfr#53, to-chk=97/221)
07-Nov-2024 23:38:48       1,608,016  38%   10.65MB/s    0:00:00 (xfr#54, to-chk=96/221)
07-Nov-2024 23:38:48       1,627,934  39%   10.71MB/s    0:00:00 (xfr#55, to-chk=95/221)
07-Nov-2024 23:38:48       1,628,492  39%   10.71MB/s    0:00:00 (xfr#56, to-chk=91/221)
07-Nov-2024 23:38:48       1,697,630  41%   11.17MB/s    0:00:00 (xfr#57, to-chk=90/221)
07-Nov-2024 23:38:48       1,698,188  41%   11.17MB/s    0:00:00 (xfr#58, to-chk=89/221)
07-Nov-2024 23:38:48       1,698,816  41%   11.17MB/s    0:00:00 (xfr#59, to-chk=88/221)
07-Nov-2024 23:38:48       1,728,927  41%   10.31MB/s    0:00:00 (xfr#60, to-chk=87/221)
07-Nov-2024 23:38:48       1,729,581  41%   10.31MB/s    0:00:00 (xfr#61, to-chk=83/221)
07-Nov-2024 23:38:48       1,832,712  44%   10.86MB/s    0:00:00 (xfr#62, to-chk=82/221)
07-Nov-2024 23:38:48       1,833,366  44%   10.86MB/s    0:00:00 (xfr#63, to-chk=81/221)
07-Nov-2024 23:38:48       1,874,824  45%   11.11MB/s    0:00:00 (xfr#64, to-chk=80/221)
07-Nov-2024 23:38:48       1,875,478  45%   11.11MB/s    0:00:00 (xfr#65, to-chk=76/221)
07-Nov-2024 23:38:48       2,026,112  49%   10.12MB/s    0:00:00 (xfr#66, to-chk=75/221)
07-Nov-2024 23:38:48       2,026,766  49%   10.07MB/s    0:00:00 (xfr#67, to-chk=74/221)
07-Nov-2024 23:38:48       2,027,394  49%   10.07MB/s    0:00:00 (xfr#68, to-chk=73/221)
07-Nov-2024 23:38:48       2,062,660  49%   10.25MB/s    0:00:00 (xfr#69, to-chk=72/221)
07-Nov-2024 23:38:48       2,063,506  49%   10.25MB/s    0:00:00 (xfr#70, to-chk=68/221)
07-Nov-2024 23:38:48       2,179,239  52%    9.90MB/s    0:00:00 (xfr#71, to-chk=67/221)
07-Nov-2024 23:38:48       2,180,085  52%    9.90MB/s    0:00:00 (xfr#72, to-chk=66/221)
07-Nov-2024 23:38:48       2,180,713  52%    9.90MB/s    0:00:00 (xfr#73, to-chk=65/221)
07-Nov-2024 23:38:48       2,210,143  53%   10.04MB/s    0:00:00 (xfr#74, to-chk=64/221)
07-Nov-2024 23:38:48       2,210,605  53%   10.04MB/s    0:00:00 (xfr#75, to-chk=60/221)
07-Nov-2024 23:38:48       2,300,597  55%   10.40MB/s    0:00:00 (xfr#76, to-chk=59/221)
07-Nov-2024 23:38:48       2,301,059  55%   10.40MB/s    0:00:00 (xfr#77, to-chk=58/221)
07-Nov-2024 23:38:48       2,316,867  56%   10.47MB/s    0:00:00 (xfr#78, to-chk=57/221)
07-Nov-2024 23:38:48       2,317,233  56%   10.47MB/s    0:00:00 (xfr#79, to-chk=53/221)
07-Nov-2024 23:38:48       2,375,130  57%   10.74MB/s    0:00:00 (xfr#80, to-chk=52/221)
07-Nov-2024 23:38:48       2,375,496  57%   10.74MB/s    0:00:00 (xfr#81, to-chk=51/221)
07-Nov-2024 23:38:48       2,469,115  59%   11.11MB/s    0:00:00 (xfr#82, to-chk=50/221)
07-Nov-2024 23:38:48       2,469,865  59%   10.33MB/s    0:00:00 (xfr#83, to-chk=46/221)
07-Nov-2024 23:38:48       2,735,770  66%   11.29MB/s    0:00:00 (xfr#84, to-chk=45/221)
07-Nov-2024 23:38:48       2,736,520  66%   11.30MB/s    0:00:00 (xfr#85, to-chk=44/221)
07-Nov-2024 23:38:48       2,828,834  68%   11.43MB/s    0:00:00 (xfr#86, to-chk=43/221)
07-Nov-2024 23:38:48       2,829,296  68%   11.43MB/s    0:00:00 (xfr#87, to-chk=39/221)
07-Nov-2024 23:38:48       3,082,634  74%   12.25MB/s    0:00:00 (xfr#88, to-chk=38/221)
07-Nov-2024 23:38:48       3,083,096  74%   12.25MB/s    0:00:00 (xfr#89, to-chk=37/221)
07-Nov-2024 23:38:48       3,130,062  75%   12.28MB/s    0:00:00 (xfr#90, to-chk=36/221)
07-Nov-2024 23:38:48       3,130,812  75%   12.24MB/s    0:00:00 (xfr#91, to-chk=32/221)
07-Nov-2024 23:38:48       3,275,847  79%   12.70MB/s    0:00:00 (xfr#92, to-chk=31/221)
07-Nov-2024 23:38:48       3,276,597  79%   12.70MB/s    0:00:00 (xfr#93, to-chk=30/221)
07-Nov-2024 23:38:48       3,292,116  79%   12.56MB/s    0:00:00 (xfr#94, to-chk=29/221)
07-Nov-2024 23:38:48       3,292,578  79%   12.56MB/s    0:00:00 (xfr#95, to-chk=25/221)
07-Nov-2024 23:38:48       3,344,400  81%   12.76MB/s    0:00:00 (xfr#96, to-chk=24/221)
07-Nov-2024 23:38:48       3,344,862  81%   12.76MB/s    0:00:00 (xfr#97, to-chk=23/221)
07-Nov-2024 23:38:48       3,477,380  84%   13.01MB/s    0:00:00 (xfr#98, to-chk=22/221)
07-Nov-2024 23:38:48       3,477,842  84%   13.01MB/s    0:00:00 (xfr#99, to-chk=18/221)
07-Nov-2024 23:38:48       3,727,231  90%   13.52MB/s    0:00:00 (xfr#100, to-chk=17/221)
07-Nov-2024 23:38:48       3,727,693  90%   13.47MB/s    0:00:00 (xfr#101, to-chk=16/221)
07-Nov-2024 23:38:48       3,728,321  90%   13.47MB/s    0:00:00 (xfr#102, to-chk=15/221)
07-Nov-2024 23:38:48       3,752,954  90%   13.56MB/s    0:00:00 (xfr#103, to-chk=14/221)
07-Nov-2024 23:38:48       3,753,608  90%   13.56MB/s    0:00:00 (xfr#104, to-chk=10/221)
07-Nov-2024 23:38:48       3,850,626  93%   13.86MB/s    0:00:00 (xfr#105, to-chk=9/221)
07-Nov-2024 23:38:48       3,851,280  93%   13.86MB/s    0:00:00 (xfr#106, to-chk=8/221)
07-Nov-2024 23:38:48       3,908,254  94%   13.96MB/s    0:00:00 (xfr#107, to-chk=7/221)
07-Nov-2024 23:38:48       3,909,100  94%   13.96MB/s    0:00:00 (xfr#108, to-chk=3/221)
07-Nov-2024 23:38:48       4,081,207  98%   14.31MB/s    0:00:00 (xfr#109, to-chk=2/221)
07-Nov-2024 23:38:48       4,082,053  98%   14.31MB/s    0:00:00 (xfr#110, to-chk=1/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.46MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.46MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.46MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.41MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.35MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48       4,124,220  99%   14.35MB/s    0:00:00 (xfr#111, to-chk=0/221)
07-Nov-2024 23:38:48 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.07-23.20.22/pod-logs/dev-oneprovider-krakow-0/op-worker
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:38:48          20,530   2%   19.58MB/s    0:00:00 (xfr#1, to-chk=51/54)
07-Nov-2024 23:38:48          84,841  10%   80.91MB/s    0:00:00 (xfr#2, to-chk=49/54)
07-Nov-2024 23:38:48         147,092  19%  140.28MB/s    0:00:00 (xfr#3, to-chk=47/54)
07-Nov-2024 23:38:48         149,824  19%  142.88MB/s    0:00:00 (xfr#4, to-chk=45/54)
07-Nov-2024 23:38:48         149,824  19%  142.88MB/s    0:00:00 (xfr#5, to-chk=43/54)
07-Nov-2024 23:38:48         210,085  27%  100.18MB/s    0:00:00 (xfr#6, to-chk=41/54)
07-Nov-2024 23:38:48         210,235  27%  100.25MB/s    0:00:00 (xfr#7, to-chk=39/54)
07-Nov-2024 23:38:48         210,532  27%  100.39MB/s    0:00:00 (xfr#8, to-chk=37/54)
07-Nov-2024 23:38:48         325,740  42%   34.52MB/s    0:00:00 (xfr#9, to-chk=35/54)
07-Nov-2024 23:38:48         327,156  42%   31.20MB/s    0:00:00 (xfr#10, to-chk=25/54)
07-Nov-2024 23:38:48         332,277  42%   31.69MB/s    0:00:00 (xfr#11, to-chk=24/54)
07-Nov-2024 23:38:48         335,466  43%   31.99MB/s    0:00:00 (xfr#12, to-chk=23/54)
07-Nov-2024 23:38:48         337,169  43%   32.15MB/s    0:00:00 (xfr#13, to-chk=22/54)
07-Nov-2024 23:38:48         341,095  44%   32.53MB/s    0:00:00 (xfr#14, to-chk=21/54)
07-Nov-2024 23:38:48         345,933  44%   32.99MB/s    0:00:00 (xfr#15, to-chk=20/54)
07-Nov-2024 23:38:48         352,424  45%   33.61MB/s    0:00:00 (xfr#16, to-chk=19/54)
07-Nov-2024 23:38:48         356,977  46%   34.04MB/s    0:00:00 (xfr#17, to-chk=18/54)
07-Nov-2024 23:38:48         357,538  46%   34.10MB/s    0:00:00 (xfr#18, to-chk=17/54)
07-Nov-2024 23:38:48         366,362  47%   34.94MB/s    0:00:00 (xfr#19, to-chk=16/54)
07-Nov-2024 23:38:48         368,753  47%   31.97MB/s    0:00:00 (xfr#20, to-chk=15/54)
07-Nov-2024 23:38:48         372,394  48%   32.29MB/s    0:00:00 (xfr#21, to-chk=14/54)
07-Nov-2024 23:38:48         380,363  49%   32.98MB/s    0:00:00 (xfr#22, to-chk=13/54)
07-Nov-2024 23:38:48         386,284  49%   33.49MB/s    0:00:00 (xfr#23, to-chk=12/54)
07-Nov-2024 23:38:48         386,566  49%   33.51MB/s    0:00:00 (xfr#24, to-chk=11/54)
07-Nov-2024 23:38:48         392,029  50%   33.99MB/s    0:00:00 (xfr#25, to-chk=10/54)
07-Nov-2024 23:38:48         399,544  51%   34.64MB/s    0:00:00 (xfr#26, to-chk=9/54)
07-Nov-2024 23:38:48         401,207  51%   34.78MB/s    0:00:00 (xfr#27, to-chk=8/54)
07-Nov-2024 23:38:48         408,038  52%   35.38MB/s    0:00:00 (xfr#28, to-chk=7/54)
07-Nov-2024 23:38:48         416,406  53%   36.10MB/s    0:00:00 (xfr#29, to-chk=6/54)
07-Nov-2024 23:38:48         419,247  54%   36.35MB/s    0:00:00 (xfr#30, to-chk=5/54)
07-Nov-2024 23:38:48         423,521  54%   33.66MB/s    0:00:00 (xfr#31, to-chk=4/54)
07-Nov-2024 23:38:48         425,572  54%   33.82MB/s    0:00:00 (xfr#32, to-chk=3/54)
07-Nov-2024 23:38:48         434,907  56%   34.56MB/s    0:00:00 (xfr#33, to-chk=2/54)
07-Nov-2024 23:38:48         442,080  57%   35.13MB/s    0:00:00 (xfr#34, to-chk=1/54)
07-Nov-2024 23:38:48         448,286  57%   35.63MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:38:48         448,286  57%   30.54MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:38:48         448,286  57%   30.54MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:38:48         448,286  57%   30.54MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:38:48         448,286  57%   30.54MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:38:48         448,286  57%   30.54MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:38:48 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.07-23.20.22/pod-logs/dev-oneprovider-krakow-0/op-panel
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:38:48          17,995  16%   17.16MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 23:38:48          36,925  33%   35.21MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 23:38:48          36,925  33%   35.21MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 23:38:48          54,717  49%   52.18MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 23:38:48          55,008  50%   52.46MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 23:38:48          55,008  50%   52.46MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 23:38:48 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.07-23.20.22/pod-logs/dev-oneprovider-krakow-0/cluster-manager
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:38:48           2,022  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 23:38:48           4,818  34%    4.59MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 23:38:48           4,818  34%    4.59MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 23:38:48           6,637  48%    6.33MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 23:38:48           6,899  50%    6.58MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 23:38:48           6,899  50%    1.64MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 23:38:48 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.07-23.20.22/pod-logs/dev-oneprovider-paris-0/op-worker
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=51/54)
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:38:48          60,684   8%   57.87MB/s    0:00:00 (xfr#2, to-chk=49/54)
07-Nov-2024 23:38:48         119,372  16%  113.84MB/s    0:00:00 (xfr#3, to-chk=47/54)
07-Nov-2024 23:38:48         119,372  16%  113.84MB/s    0:00:00 (xfr#4, to-chk=45/54)
07-Nov-2024 23:38:48         119,372  16%  113.84MB/s    0:00:00 (xfr#5, to-chk=43/54)
07-Nov-2024 23:38:48         176,006  24%   41.96MB/s    0:00:00 (xfr#6, to-chk=41/54)
07-Nov-2024 23:38:48         176,156  25%   42.00MB/s    0:00:00 (xfr#7, to-chk=39/54)
07-Nov-2024 23:38:48         176,453  25%   42.07MB/s    0:00:00 (xfr#8, to-chk=37/54)
07-Nov-2024 23:38:48         291,155  41%   34.71MB/s    0:00:00 (xfr#9, to-chk=35/54)
07-Nov-2024 23:38:48         292,913  41%   34.92MB/s    0:00:00 (xfr#10, to-chk=25/54)
07-Nov-2024 23:38:48         296,546  42%   35.35MB/s    0:00:00 (xfr#11, to-chk=24/54)
07-Nov-2024 23:38:48         297,673  42%   35.49MB/s    0:00:00 (xfr#12, to-chk=23/54)
07-Nov-2024 23:38:48         303,586  43%   32.17MB/s    0:00:00 (xfr#13, to-chk=22/54)
07-Nov-2024 23:38:48         312,919  44%   33.16MB/s    0:00:00 (xfr#14, to-chk=21/54)
07-Nov-2024 23:38:48         321,741  45%   34.09MB/s    0:00:00 (xfr#15, to-chk=20/54)
07-Nov-2024 23:38:48         324,576  46%   34.39MB/s    0:00:00 (xfr#16, to-chk=19/54)
07-Nov-2024 23:38:48         328,842  46%   34.85MB/s    0:00:00 (xfr#17, to-chk=18/54)
07-Nov-2024 23:38:48         332,082  47%   35.19MB/s    0:00:00 (xfr#18, to-chk=17/54)
07-Nov-2024 23:38:48         333,496  47%   35.34MB/s    0:00:00 (xfr#19, to-chk=16/54)
07-Nov-2024 23:38:48         338,957  48%   35.92MB/s    0:00:00 (xfr#20, to-chk=15/54)
07-Nov-2024 23:38:48         339,518  48%   32.38MB/s    0:00:00 (xfr#21, to-chk=14/54)
07-Nov-2024 23:38:48         341,561  48%   32.57MB/s    0:00:00 (xfr#22, to-chk=13/54)
07-Nov-2024 23:38:48         347,765  49%   33.17MB/s    0:00:00 (xfr#23, to-chk=12/54)
07-Nov-2024 23:38:48         356,133  50%   33.96MB/s    0:00:00 (xfr#24, to-chk=11/54)
07-Nov-2024 23:38:48         361,254  51%   34.45MB/s    0:00:00 (xfr#25, to-chk=10/54)
07-Nov-2024 23:38:48         368,435  52%   35.14MB/s    0:00:00 (xfr#26, to-chk=9/54)
07-Nov-2024 23:38:48         373,279  52%   35.60MB/s    0:00:00 (xfr#27, to-chk=8/54)
07-Nov-2024 23:38:48         380,108  53%   36.25MB/s    0:00:00 (xfr#28, to-chk=7/54)
07-Nov-2024 23:38:48         380,392  54%   36.28MB/s    0:00:00 (xfr#29, to-chk=6/54)
07-Nov-2024 23:38:48         384,324  54%   36.65MB/s    0:00:00 (xfr#30, to-chk=5/54)
07-Nov-2024 23:38:48         391,839  55%   37.37MB/s    0:00:00 (xfr#31, to-chk=4/54)
07-Nov-2024 23:38:48         396,398  56%   34.37MB/s    0:00:00 (xfr#32, to-chk=3/54)
07-Nov-2024 23:38:48         404,310  57%   35.05MB/s    0:00:00 (xfr#33, to-chk=2/54)
07-Nov-2024 23:38:48         406,693  57%   35.26MB/s    0:00:00 (xfr#34, to-chk=1/54)
07-Nov-2024 23:38:48         413,239  58%   35.83MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:38:48         413,239  58%   32.84MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:38:48         413,239  58%   32.84MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:38:48         413,239  58%   30.32MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:38:48         413,239  58%   30.32MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:38:48         413,239  58%   30.32MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:38:48 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.07-23.20.22/pod-logs/dev-oneprovider-paris-0/op-panel
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:38:48          17,958  16%   17.13MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 23:38:48          36,849  33%   35.14MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 23:38:48          36,849  33%   35.14MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 23:38:48          54,604  49%   52.07MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 23:38:48          54,895  50%   52.35MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 23:38:48          54,895  50%   26.18MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 23:38:48 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.07-23.20.22/pod-logs/dev-oneprovider-paris-0/cluster-manager
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:38:48           2,018  14%    1.92MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 23:38:48           4,808  34%    4.59MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 23:38:48           4,808  34%    4.59MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 23:38:48           6,623  48%    6.32MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 23:38:48           6,885  50%    6.57MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 23:38:48           6,885  50%    3.28MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 23:38:48 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.07-23.20.22/pod-logs/dev-onezone-0/oz-panel
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:38:48          53,856  12%   51.36MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 23:38:48         109,270  25%   26.05MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 23:38:48         156,745  37%   16.61MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 23:38:48         210,398  49%   20.07MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 23:38:48         210,689  50%   20.09MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 23:38:48         210,689  50%   13.40MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 23:38:48 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.07-23.20.22/pod-logs/dev-onezone-0/oz-worker
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=17/20)
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:38:48          23,832   3%   22.73MB/s    0:00:00 (xfr#2, to-chk=15/20)
07-Nov-2024 23:38:48          48,429   7%   46.19MB/s    0:00:00 (xfr#3, to-chk=13/20)
07-Nov-2024 23:38:48          48,429   7%   46.19MB/s    0:00:00 (xfr#4, to-chk=11/20)
07-Nov-2024 23:38:48          71,781  10%   68.46MB/s    0:00:00 (xfr#5, to-chk=9/20)
07-Nov-2024 23:38:48          71,872  10%   68.54MB/s    0:00:00 (xfr#6, to-chk=7/20)
07-Nov-2024 23:38:48         208,341  31%   49.67MB/s    0:00:00 (xfr#7, to-chk=5/20)
07-Nov-2024 23:38:48         208,638  31%   49.74MB/s    0:00:00 (xfr#8, to-chk=3/20)
07-Nov-2024 23:38:48         327,777  50%   52.10MB/s    0:00:00 (xfr#9, to-chk=1/20)
07-Nov-2024 23:38:48         327,777  50%   44.66MB/s    0:00:00 (xfr#9, to-chk=0/20)
07-Nov-2024 23:38:48 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.07-23.20.22/pod-logs/dev-onezone-0/cluster-manager
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 23:38:48               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:38:48           1,977  14%    1.89MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 23:38:48           4,706  34%    4.49MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 23:38:48           4,706  34%    4.49MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 23:38:48           6,480  48%    6.18MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 23:38:48           6,742  50%    6.43MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 23:38:48           6,742  50%  940.57kB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 23:38:48 [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/oneclient/logs/multiprovider_proxy/test_multi_reg_file_CRUD.1731022714.91854 exists, exporting anyway.
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48 =============================== warnings summary ===============================
07-Nov-2024 23:38:48 tests/utils/rest_utils.py:98
07-Nov-2024 23:38:48   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ '
07-Nov-2024 23:38:48     print("""
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48 tests/utils/path_utils.py:112
07-Nov-2024 23:38:48   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
07-Nov-2024 23:38:48     return path.replace("'", "\\'").replace(' ', '\ ')
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48 tests/utils/acceptance_utils.py:55
07-Nov-2024 23:38:48   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d'
07-Nov-2024 23:38:48     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48 tests/utils/acceptance_utils.py:57
07-Nov-2024 23:38:48   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d'
07-Nov-2024 23:38:48     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
07-Nov-2024 23:38:48
07-Nov-2024 23:38:48 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
07-Nov-2024 23:38:48 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/test-reports/results.xml -
07-Nov-2024 23:38:48 ================= 26 passed, 4 warnings in 1109.25s (0:18:29) ==================
07-Nov-2024 23:38:56 release "dev" uninstalled
07-Nov-2024 23:38:56 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
07-Nov-2024 23:38:56 persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted
07-Nov-2024 23:38:59 No resources found
07-Nov-2024 23:39:00 Sidecar injection has been disabled
07-Nov-2024 23:39:00 Cleaning helm release "dev"...
07-Nov-2024 23:39:00 Deleted 1 helm deployments
07-Nov-2024 23:39:00 Deleted 0 k8s deployments
07-Nov-2024 23:39:00 Deleted 0 k8s services
07-Nov-2024 23:39:00 Deleted 0 persistent volumes
07-Nov-2024 23:39:01 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
07-Nov-2024 23:39:01 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
07-Nov-2024 23:39:01 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
07-Nov-2024 23:39:01 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
07-Nov-2024 23:39:01 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
07-Nov-2024 23:39:01 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
07-Nov-2024 23:39:01 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
07-Nov-2024 23:39:01 Finished task 'Run acceptance oneclient tests' with result: Success
07-Nov-2024 23:39:01 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
07-Nov-2024 23:39:01 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS...
07-Nov-2024 23:39:01 Finished task 'Parse test results' with result: Success
07-Nov-2024 23:39:01 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
07-Nov-2024 23:39:01
Substituting variable: ${bamboo.artifactRepoHostname} with S3
07-Nov-2024 23:39:01
Substituting variable: ${bamboo.artifactRepoPort} with 10161
07-Nov-2024 23:39:01
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
07-Nov-2024 23:39:01
Substituting variable: ${bamboo.planRepository.branchName} with develop
07-Nov-2024 23:39:01
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
07-Nov-2024 23:39:01
Substituting variable: ${bamboo.artifactRepoHostname} with S3
07-Nov-2024 23:39:01
Substituting variable: ${bamboo.artifactRepoPort} with 10161
07-Nov-2024 23:39:01
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
07-Nov-2024 23:39:01
Substituting variable: ${bamboo.planRepository.branchName} with develop
07-Nov-2024 23:39:01
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
07-Nov-2024 23:39:01 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
07-Nov-2024 23:39:01
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio symlinks #3360 (ODSRV-OAP-MPRFCPS-3360)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPS-3360-ScriptBuildTask-8640933617647105090.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance
07-Nov-2024 23:39:01 ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_multiprovider_proxy_regular_file_CRUD_proxyio_symlinks.tar.gz
07-Nov-2024 23:39:03 Uploading artifact
07-Nov-2024 23:39:03     source path: surefire_multiprovider_proxy_regular_file_CRUD_proxyio_symlinks.tar.gz
07-Nov-2024 23:39:03     dest.  path: artifacts/onedata-acceptance/develop/surefire_multiprovider_proxy_regular_file_CRUD_proxyio_symlinks.tar.gz
07-Nov-2024 23:39:03 Finished task 'Pack and push surefire artifact' with result: Success
07-Nov-2024 23:39:03 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
07-Nov-2024 23:39:03 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
07-Nov-2024 23:39:03
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio symlinks #3360 (ODSRV-OAP-MPRFCPS-3360)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPS-3360-ScriptBuildTask-15876693704535566262.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS
07-Nov-2024 23:39:03 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
07-Nov-2024 23:39:03 Finished task 'Pack logs' with result: Success
07-Nov-2024 23:39:03 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
07-Nov-2024 23:39:03
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
07-Nov-2024 23:39:03 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
07-Nov-2024 23:39:03
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio symlinks #3360 (ODSRV-OAP-MPRFCPS-3360)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPS-3360-ScriptBuildTask-9426390442880680253.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance
07-Nov-2024 23:39:03   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
07-Nov-2024 23:39:03                                  Dload  Upload   Total   Spent    Left  Speed
07-Nov-2024 23:39:03
07-Nov-2024 23:39:03   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
07-Nov-2024 23:39:03 100  4822  100  4822    0     0  61037      0 --:--:-- --:--:-- --:--:-- 61037
07-Nov-2024 23:39:03 Clearing /tmp/onedata and /home/bamboo/.one-env
07-Nov-2024 23:39:04 Cleaning helm deployments
07-Nov-2024 23:39:04 Cleanining pods
07-Nov-2024 23:39:05 Cleaning kube persistant volumes
07-Nov-2024 23:39:05 Cleaning dockswift container
07-Nov-2024 23:39:05 Cleaning docker containers
07-Nov-2024 23:39:08 Stalled docker containers to remove:
07-Nov-2024 23:39:08 07c0125d3672 55fab0f979c9 6380dfb598f7 d4fee2d48631 c1cdc24014d7 ed11d5153393 73ee6292a90a da9a084fbeb9 00da25711fa9 5e953051b177 00e90a98fe94 3130a7b9f939 2f8fadeb03d6 629262409cde 96e79d9a96de c1040d28a2ec e0c92b451c69 ee5436427079 3dcdf301e8d2 8826b0a06c40
07-Nov-2024 23:39:08 Removing stalled docker containers
07-Nov-2024 23:39:08 Error response from daemon: Cannot kill container: 07c0125d3672: Container 07c0125d367236ce6f3778620a5860571454b7dc29a229f571487753a546cdfe is not running
07-Nov-2024 23:39:08 07c0125d3672
07-Nov-2024 23:39:08 Error response from daemon: Cannot kill container: 55fab0f979c9: Container 55fab0f979c9b8cf5cad884bfe31656322d6e43531a7bd0ad966a7b1ac6ad09a is not running
07-Nov-2024 23:39:08 55fab0f979c9
07-Nov-2024 23:39:09 Error response from daemon: Cannot kill container: 6380dfb598f7: Container 6380dfb598f7ff0554508243c2a13230f011689197f09c9ee1676c0e710c9076 is not running
07-Nov-2024 23:39:09 6380dfb598f7
07-Nov-2024 23:39:09 Error response from daemon: Cannot kill container: d4fee2d48631: Container d4fee2d48631955c65d16aae34142ba535970e2431f138cb8bd33bd5c67ae84c is not running
07-Nov-2024 23:39:09 d4fee2d48631
07-Nov-2024 23:39:09 Error response from daemon: Cannot kill container: c1cdc24014d7: Container c1cdc24014d7c66f1148467273ad4e4ed3aabb0f8c36cfa4c68c7e50c6866263 is not running
07-Nov-2024 23:39:09 c1cdc24014d7
07-Nov-2024 23:39:09 Error response from daemon: Cannot kill container: ed11d5153393: Container ed11d5153393a8f224d6524d45779b66876fa0a8efb3b5d5ef6e7abcba4b7133 is not running
07-Nov-2024 23:39:09 ed11d5153393
07-Nov-2024 23:39:09 Error response from daemon: Cannot kill container: 73ee6292a90a: Container 73ee6292a90a18b9d3297ef664917783cfa786f7c7d72ca7f6f5a3213f10f5ce is not running
07-Nov-2024 23:39:09 73ee6292a90a
07-Nov-2024 23:39:09 Error response from daemon: Cannot kill container: da9a084fbeb9: Container da9a084fbeb934f99522aacf0c4df24352dfd1ab6c1c3d0e48972beb3d7f386a is not running
07-Nov-2024 23:39:09 da9a084fbeb9
07-Nov-2024 23:39:09 Error response from daemon: Cannot kill container: 00da25711fa9: Container 00da25711fa93a32dca2fb8ad3b5853afcbedc0a8b60ef277a0bbc6534120cef is not running
07-Nov-2024 23:39:09 00da25711fa9
07-Nov-2024 23:39:09 Error response from daemon: Cannot kill container: 5e953051b177: Container 5e953051b17741b7580826865aa9080e923840f472da14b9f2dca52e7bddc981 is not running
07-Nov-2024 23:39:09 5e953051b177
07-Nov-2024 23:39:09 Error response from daemon: Cannot kill container: 00e90a98fe94: Container 00e90a98fe94c3e5f39ca0ac66088ad0609f0c6453cf41563c9639a8669ca907 is not running
07-Nov-2024 23:39:09 00e90a98fe94
07-Nov-2024 23:39:09 Error response from daemon: Cannot kill container: 3130a7b9f939: Container 3130a7b9f939ff5a3bd85965949cacbc71e0dba7569f656ee4f33e710364a25a is not running
07-Nov-2024 23:39:09 3130a7b9f939
07-Nov-2024 23:39:09 Error response from daemon: Cannot kill container: 2f8fadeb03d6: Container 2f8fadeb03d60975c0beaa0229c6bb5fa0ef43231fcadd0cd1a2a7fe999d6fd8 is not running
07-Nov-2024 23:39:10 2f8fadeb03d6
07-Nov-2024 23:39:10 Error response from daemon: Cannot kill container: 629262409cde: Container 629262409cde5c770f6c429cc0f1a2480e5080c08af12bf1ffc47f8165f81d51 is not running
07-Nov-2024 23:39:10 629262409cde
07-Nov-2024 23:39:10 Error response from daemon: Cannot kill container: 96e79d9a96de: Container 96e79d9a96de1016db50b7d7447efc89fefa891ad7c570969415ca2a89ae36e2 is not running
07-Nov-2024 23:39:10 96e79d9a96de
07-Nov-2024 23:39:10 Error response from daemon: Cannot kill container: c1040d28a2ec: Container c1040d28a2ec21b9fe95634c0148192dda6caaf556329f3bf00c1f881a3fa13f is not running
07-Nov-2024 23:39:10 c1040d28a2ec
07-Nov-2024 23:39:10 Error response from daemon: Cannot kill container: e0c92b451c69: Container e0c92b451c69e95862989e70c178bb1bd2c51654d987f230051b09719c8ecc42 is not running
07-Nov-2024 23:39:10 e0c92b451c69
07-Nov-2024 23:39:10 Error response from daemon: Cannot kill container: ee5436427079: Container ee5436427079bffa4442565b4f0bed0a971830beee3298f9744614a50c891adc is not running
07-Nov-2024 23:39:10 ee5436427079
07-Nov-2024 23:39:10 Error response from daemon: Cannot kill container: 3dcdf301e8d2: Container 3dcdf301e8d243a59d5b6ff3dd178e51b2aaf87eca9e81f131c900edbe34e6aa is not running
07-Nov-2024 23:39:10 3dcdf301e8d2
07-Nov-2024 23:39:10 8826b0a06c40
07-Nov-2024 23:39:10 8826b0a06c40
07-Nov-2024 23:39:10 Stalled docker volumes to remove:
07-Nov-2024 23:39:10
07-Nov-2024 23:39:10 Removing stalled docker volumes
07-Nov-2024 23:39:10 Removing stalled loopdevices
07-Nov-2024 23:39:12 Done
07-Nov-2024 23:39:12 Finished task 'Clear env and working dir' with result: Success
07-Nov-2024 23:39:12 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
07-Nov-2024 23:39:12 Running post build plugin 'Docker Container Cleanup'
07-Nov-2024 23:39:12 Running post build plugin 'NCover Results Collector'
07-Nov-2024 23:39:12 Running post build plugin 'Build Results Label Collector'
07-Nov-2024 23:39:12 Running post build plugin 'Clover Results Collector'
07-Nov-2024 23:39:12 Running post build plugin 'npm Cache Cleanup'
07-Nov-2024 23:39:12 Running post build plugin 'Artifact Copier'
07-Nov-2024 23:39:12 Publishing an artifact: test_logs.tar.gz
07-Nov-2024 23:39:12 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 157.9 ms
07-Nov-2024 23:39:12 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS'
07-Nov-2024 23:39:12 Finalising the build...
07-Nov-2024 23:39:12 Stopping timer.
07-Nov-2024 23:39:12 Build ODSRV-OAP-MPRFCPS-3360 completed.
07-Nov-2024 23:39:12 Running on server: post build plugin 'Build Hanging Detection Configuration'
07-Nov-2024 23:39:12 Running on server: post build plugin 'NCover Results Collector'
07-Nov-2024 23:39:12 Running on server: post build plugin 'Build Labeller'
07-Nov-2024 23:39:12 Running on server: post build plugin 'Clover Delta Calculator'
07-Nov-2024 23:39:12 Running on server: post build plugin 'Maven Dependencies Postprocessor'
07-Nov-2024 23:39:12 All post build plugins have finished
07-Nov-2024 23:39:12 Generating build results summary...
07-Nov-2024 23:39:12 Saving build results to disk...
07-Nov-2024 23:39:12 Store variable context...
07-Nov-2024 23:39:12 Finished building ODSRV-OAP-MPRFCPS-3360.