oneclient acceptance tests using environment deployed from packages

Build: #3362 failed

Job: multiprovider proxy regular file CRUD proxyio 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.

09-Nov-2024 21:08:06
09-Nov-2024 21:08:34 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
09-Nov-2024 21:08:34 =================================================================
09-Nov-2024 21:08:34 - Executing scenario 'Delete file opened by other user for reading'
09-Nov-2024 21:08:34 - from feature 'Multi_regular_file_CRUD'
09-Nov-2024 21:08:34 -----------------------------------------------------------------
09-Nov-2024 21:08:34 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 21:08:34 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 21:08:34 using [token, token] by [user1, user2]"'
09-Nov-2024 21:08:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 21:08:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 21:08:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 21:08:34
09-Nov-2024 21:08:34
09-Nov-2024 21:08:34 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-mdzgf'
09-Nov-2024 21:08:34 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-mdzgf' successfully started
09-Nov-2024 21:08:34
09-Nov-2024 21:08:34 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/718kiczrk8kixg6k
09-Nov-2024 21:08:34
09-Nov-2024 21:08:34 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/718kiczrk8kixg6k --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/718kiczrk8kixg6k
09-Nov-2024 21:08:34 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7536404245612671123'...
09-Nov-2024 21:08:34 Getting configuration...
09-Nov-2024 21:08:34 Oneclient has been successfully mounted in '/tmp/onedata/mnt/718kiczrk8kixg6k'.
09-Nov-2024 21:08:34
09-Nov-2024 21:08:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 21:08:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 21:08:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 21:08:34
09-Nov-2024 21:08:34
09-Nov-2024 21:08:34 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-5kvcw'
09-Nov-2024 21:08:34 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-5kvcw' successfully started
09-Nov-2024 21:08:34
09-Nov-2024 21:08:34 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/iqd48qfqi1ddqa28
09-Nov-2024 21:08:34
09-Nov-2024 21:08:34 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/iqd48qfqi1ddqa28 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/iqd48qfqi1ddqa28
09-Nov-2024 21:08:34 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '6818347774709783375'...
09-Nov-2024 21:08:34 Getting configuration...
09-Nov-2024 21:08:34 Oneclient has been successfully mounted in '/tmp/onedata/mnt/iqd48qfqi1ddqa28'.
09-Nov-2024 21:08:34
09-Nov-2024 21:08:34 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
09-Nov-2024 21:08:34 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
09-Nov-2024 21:08:34 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
09-Nov-2024 21:08:34 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
09-Nov-2024 21:08:34 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
09-Nov-2024 21:08:34 -- Executing step: 'When "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
09-Nov-2024 21:08:34 -- Executing step: 'When "user1 changes space1/dir1 mode to 777 on client11"'
09-Nov-2024 21:08:34 -- Executing step: 'Then "mode of user2's space1/dir1 is 777 on client21"'
09-Nov-2024 21:08:34 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r on client11"'
09-Nov-2024 21:08:34 -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"'
09-Nov-2024 21:08:34 -- Executing step: 'Then "user2 can't stat [file1] in space1/dir1 on client21"'
09-Nov-2024 21:08:34 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"'
09-Nov-2024 21:08:34 -- Executing step: 'Then "user2 doesn't see [file1] in space1/dir1 on client21"'
09-Nov-2024 21:08:34 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"'
09-Nov-2024 21:08:34 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"'
09-Nov-2024 21:08:34 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
09-Nov-2024 21:08:34 =================================================================
09-Nov-2024 21:08:34
09-Nov-2024 21:08:34 PASSED
09-Nov-2024 21:08:34 Unmounting client from /tmp/onedata/mnt/718kiczrk8kixg6k
09-Nov-2024 21:08:34
09-Nov-2024 21:08:34
09-Nov-2024 21:08:34 Unmounting client from /tmp/onedata/mnt/iqd48qfqi1ddqa28
09-Nov-2024 21:08:34
09-Nov-2024 21:08:34
09-Nov-2024 21:08: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
09-Nov-2024 21:08:58 =================================================================
09-Nov-2024 21:08:58 - Executing scenario 'Delete file opened by other user for reading and writing'
09-Nov-2024 21:08:58 - from feature 'Multi_regular_file_CRUD'
09-Nov-2024 21:08:58 -----------------------------------------------------------------
09-Nov-2024 21:08:58 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 21:08:58 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 21:08:58 using [token, token] by [user1, user2]"'
09-Nov-2024 21:08:58 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 21:08:58 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 21:08:58 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 21:08:58
09-Nov-2024 21:08:58
09-Nov-2024 21:08:58 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-mdzgf'
09-Nov-2024 21:08:58 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-mdzgf' successfully started
09-Nov-2024 21:08:58
09-Nov-2024 21:08:58 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/1ksz1cnv0rr8231d
09-Nov-2024 21:08:58
09-Nov-2024 21:08:58 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/1ksz1cnv0rr8231d --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/1ksz1cnv0rr8231d
09-Nov-2024 21:08:58 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '1380419802494324482'...
09-Nov-2024 21:08:58 Getting configuration...
09-Nov-2024 21:08:58 Oneclient has been successfully mounted in '/tmp/onedata/mnt/1ksz1cnv0rr8231d'.
09-Nov-2024 21:08:58
09-Nov-2024 21:08:58 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 21:08:58 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 21:08:58 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 21:08:58
09-Nov-2024 21:08:58
09-Nov-2024 21:08:58 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-5kvcw'
09-Nov-2024 21:08:58 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-5kvcw' successfully started
09-Nov-2024 21:08:58
09-Nov-2024 21:08:58 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/r56sq90v7fzt391l
09-Nov-2024 21:08:58
09-Nov-2024 21:08:58 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/r56sq90v7fzt391l --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/r56sq90v7fzt391l
09-Nov-2024 21:08:58 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '3333280635073584353'...
09-Nov-2024 21:08:58 Getting configuration...
09-Nov-2024 21:08:58 Oneclient has been successfully mounted in '/tmp/onedata/mnt/r56sq90v7fzt391l'.
09-Nov-2024 21:08:58
09-Nov-2024 21:08:58 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
09-Nov-2024 21:08:58 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
09-Nov-2024 21:08:58 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
09-Nov-2024 21:08:58 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
09-Nov-2024 21:08:58 -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"'
09-Nov-2024 21:08:58 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
09-Nov-2024 21:08:58 -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"'
09-Nov-2024 21:08:58 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to previously opened space1/dir1/file1 on client11"'
09-Nov-2024 21:08:58 -- Executing step: 'Then "user1 sets current file position in space1/dir1/file1 at offset 0 on client11"'
09-Nov-2024 21:08:58 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"'
09-Nov-2024 21:08:58 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
09-Nov-2024 21:08:58 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"'
09-Nov-2024 21:08:58 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"'
09-Nov-2024 21:08:58 =================================================================
09-Nov-2024 21:08:58
09-Nov-2024 21:08:59 PASSED
09-Nov-2024 21:08:59 Unmounting client from /tmp/onedata/mnt/1ksz1cnv0rr8231d
09-Nov-2024 21:08:59
09-Nov-2024 21:08:59
09-Nov-2024 21:08:59 Unmounting client from /tmp/onedata/mnt/r56sq90v7fzt391l
09-Nov-2024 21:08:59
09-Nov-2024 21:08:59
09-Nov-2024 21:09:24 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
09-Nov-2024 21:09:24 =================================================================
09-Nov-2024 21:09:24 - Executing scenario 'Fail to delete file without permission, file is opened by other user'
09-Nov-2024 21:09:24 - from feature 'Multi_regular_file_CRUD'
09-Nov-2024 21:09:24 -----------------------------------------------------------------
09-Nov-2024 21:09:24 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 21:09:24 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 21:09:24 using [token, token] by [user1, user2]"'
09-Nov-2024 21:09:24 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 21:09:24 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 21:09:24 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 21:09:24
09-Nov-2024 21:09:24
09-Nov-2024 21:09:24 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-mdzgf'
09-Nov-2024 21:09:24 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-mdzgf' successfully started
09-Nov-2024 21:09:24
09-Nov-2024 21:09:24 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/0bry9vuqifw0vekh
09-Nov-2024 21:09:24
09-Nov-2024 21:09:24 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/0bry9vuqifw0vekh --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/0bry9vuqifw0vekh
09-Nov-2024 21:09:24 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7726078896657324178'...
09-Nov-2024 21:09:24 Getting configuration...
09-Nov-2024 21:09:24 Oneclient has been successfully mounted in '/tmp/onedata/mnt/0bry9vuqifw0vekh'.
09-Nov-2024 21:09:24
09-Nov-2024 21:09:24 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 21:09:24 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 21:09:24 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 21:09:24
09-Nov-2024 21:09:24
09-Nov-2024 21:09:24 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-5kvcw'
09-Nov-2024 21:09:24 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-5kvcw' successfully started
09-Nov-2024 21:09:24
09-Nov-2024 21:09:24 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/t7ydd3hjzq99zik6
09-Nov-2024 21:09:24
09-Nov-2024 21:09:24 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/t7ydd3hjzq99zik6 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/t7ydd3hjzq99zik6
09-Nov-2024 21:09:24 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '2688507112471202352'...
09-Nov-2024 21:09:24 Getting configuration...
09-Nov-2024 21:09:24 Oneclient has been successfully mounted in '/tmp/onedata/mnt/t7ydd3hjzq99zik6'.
09-Nov-2024 21:09:24
09-Nov-2024 21:09:24 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
09-Nov-2024 21:09:24 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
09-Nov-2024 21:09:24 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
09-Nov-2024 21:09:24 -- Executing step: 'When "user2 sees [dir1] in space1 on client21"'
09-Nov-2024 21:09:24 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
09-Nov-2024 21:09:24 -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"'
09-Nov-2024 21:09:24 -- Executing step: 'Then "mode of user2's space1/dir1 is 755 on client21"'
09-Nov-2024 21:09:24 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
09-Nov-2024 21:09:24 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
09-Nov-2024 21:09:24 -- Executing step: 'Then "user2 fails to delete files [space1/dir1/file1] on client21"'
09-Nov-2024 21:09:24 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
09-Nov-2024 21:09:24 -- Executing step: 'Then "user1 can stat [file1] in space1/dir1 on client11"'
09-Nov-2024 21:09:24 -- Executing step: 'Then "user2 can stat [file1] in space1/dir1 on client21"'
09-Nov-2024 21:09:24 -- Executing step: 'Then "user1 sees [file1] in space1/dir1 on client11"'
09-Nov-2024 21:09:24 -- Executing step: 'Then "user2 sees [file1] in space1/dir1 on client21"'
09-Nov-2024 21:09:24 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
09-Nov-2024 21:09:24 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client21"'
09-Nov-2024 21:09:24 =================================================================
09-Nov-2024 21:09:24
09-Nov-2024 21:09:24 PASSED
09-Nov-2024 21:09:24 Unmounting client from /tmp/onedata/mnt/0bry9vuqifw0vekh
09-Nov-2024 21:09:24
09-Nov-2024 21:09:24
09-Nov-2024 21:09:24 Unmounting client from /tmp/onedata/mnt/t7ydd3hjzq99zik6
09-Nov-2024 21:09:24
09-Nov-2024 21:09:24
09-Nov-2024 21:09:48 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
09-Nov-2024 21:09:48 =================================================================
09-Nov-2024 21:09:48 - Executing scenario 'Delete file right after closing it'
09-Nov-2024 21:09:48 - from feature 'Multi_regular_file_CRUD'
09-Nov-2024 21:09:48 -----------------------------------------------------------------
09-Nov-2024 21:09:48 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 21:09:48 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 21:09:48 using [token, token] by [user1, user2]"'
09-Nov-2024 21:09:48 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 21:09:48 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 21:09:48 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 21:09:48
09-Nov-2024 21:09:48
09-Nov-2024 21:09:48 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-mdzgf'
09-Nov-2024 21:09:48 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-mdzgf' successfully started
09-Nov-2024 21:09:48
09-Nov-2024 21:09:48 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/qf6r5qwalouzeygg
09-Nov-2024 21:09:48
09-Nov-2024 21:09:48 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/qf6r5qwalouzeygg --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/qf6r5qwalouzeygg
09-Nov-2024 21:09:48 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '6550456950208693183'...
09-Nov-2024 21:09:48 Getting configuration...
09-Nov-2024 21:09:48 Oneclient has been successfully mounted in '/tmp/onedata/mnt/qf6r5qwalouzeygg'.
09-Nov-2024 21:09:48
09-Nov-2024 21:09:48 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 21:09:48 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 21:09:48 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 21:09:48
09-Nov-2024 21:09:48
09-Nov-2024 21:09:48 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-5kvcw'
09-Nov-2024 21:09:48 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-5kvcw' successfully started
09-Nov-2024 21:09:48
09-Nov-2024 21:09:48 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/39kiexda2g53w8tq
09-Nov-2024 21:09:48
09-Nov-2024 21:09:48 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/39kiexda2g53w8tq --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/39kiexda2g53w8tq
09-Nov-2024 21:09:48 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '6590467915921176495'...
09-Nov-2024 21:09:48 Getting configuration...
09-Nov-2024 21:09:48 Oneclient has been successfully mounted in '/tmp/onedata/mnt/39kiexda2g53w8tq'.
09-Nov-2024 21:09:48
09-Nov-2024 21:09:48 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
09-Nov-2024 21:09:48 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
09-Nov-2024 21:09:48 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
09-Nov-2024 21:09:48 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
09-Nov-2024 21:09:48 -- Executing step: 'When "user1 opens space1/file1 with mode r+ on client11"'
09-Nov-2024 21:09:48 -- Executing step: 'When "user1 closes space1/file1 on client11"'
09-Nov-2024 21:09:48 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
09-Nov-2024 21:09:48 -- Executing step: 'When "space1 is empty for user1 on client11"'
09-Nov-2024 21:09:48 =================================================================
09-Nov-2024 21:09:48
09-Nov-2024 21:09:48 PASSED
09-Nov-2024 21:09:48 Unmounting client from /tmp/onedata/mnt/qf6r5qwalouzeygg
09-Nov-2024 21:09:48
09-Nov-2024 21:09:48
09-Nov-2024 21:09:48 Unmounting client from /tmp/onedata/mnt/39kiexda2g53w8tq
09-Nov-2024 21:09:48
09-Nov-2024 21:09:48
09-Nov-2024 21:10:15 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
09-Nov-2024 21:10:15 =================================================================
09-Nov-2024 21:10:15 - Executing scenario 'Create many children'
09-Nov-2024 21:10:15 - from feature 'Multi_regular_file_CRUD'
09-Nov-2024 21:10:15 -----------------------------------------------------------------
09-Nov-2024 21:10:15 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 21:10:15 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 21:10:15 using [token, token] by [user1, user2]"'
09-Nov-2024 21:10:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 21:10:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 21:10:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 21:10:15
09-Nov-2024 21:10:15
09-Nov-2024 21:10:15 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-mdzgf'
09-Nov-2024 21:10:15 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-mdzgf' successfully started
09-Nov-2024 21:10:15
09-Nov-2024 21:10:15 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/dne41pzx7ogajnlt
09-Nov-2024 21:10:15
09-Nov-2024 21:10:15 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/dne41pzx7ogajnlt --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/dne41pzx7ogajnlt
09-Nov-2024 21:10:15 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '3544376931705792585'...
09-Nov-2024 21:10:15 Getting configuration...
09-Nov-2024 21:10:15 Oneclient has been successfully mounted in '/tmp/onedata/mnt/dne41pzx7ogajnlt'.
09-Nov-2024 21:10:15
09-Nov-2024 21:10:15 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 21:10:15 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 21:10:15 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 21:10:15
09-Nov-2024 21:10:15
09-Nov-2024 21:10:15 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-5kvcw'
09-Nov-2024 21:10:15 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-5kvcw' successfully started
09-Nov-2024 21:10:15
09-Nov-2024 21:10:15 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/3opl4sflb2tiyc1v
09-Nov-2024 21:10:15
09-Nov-2024 21:10:15 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/3opl4sflb2tiyc1v --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/3opl4sflb2tiyc1v
09-Nov-2024 21:10:15 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '2921465354561360704'...
09-Nov-2024 21:10:15 Getting configuration...
09-Nov-2024 21:10:15 Oneclient has been successfully mounted in '/tmp/onedata/mnt/3opl4sflb2tiyc1v'.
09-Nov-2024 21:10:15
09-Nov-2024 21:10:15 -- Executing step: 'When "user1 creates child files of space1 with names in range [1, 127) on client11"'
09-Nov-2024 21:10:15 -- Executing step: 'Then "user2 lists children of space1 and gets names in range [1, 127) on client21"'
09-Nov-2024 21:10:15 =================================================================
09-Nov-2024 21:10:15
09-Nov-2024 21:10:20 PASSED
09-Nov-2024 21:10:20 Unmounting client from /tmp/onedata/mnt/dne41pzx7ogajnlt
09-Nov-2024 21:10:20
09-Nov-2024 21:10:20
09-Nov-2024 21:10:20 Unmounting client from /tmp/onedata/mnt/3opl4sflb2tiyc1v
09-Nov-2024 21:10:20
09-Nov-2024 21:10:20
09-Nov-2024 21:10:44 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
09-Nov-2024 21:10:44 =================================================================
09-Nov-2024 21:10:44 - Executing scenario 'Create nonempty file then copy it and remove source file'
09-Nov-2024 21:10:44 - from feature 'Multi_regular_file_CRUD'
09-Nov-2024 21:10:44 -----------------------------------------------------------------
09-Nov-2024 21:10:44 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 21:10:44 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 21:10:44 using [token, token] by [user1, user2]"'
09-Nov-2024 21:10:44 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 21:10:44 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 21:10:44 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 21:10:44
09-Nov-2024 21:10:44
09-Nov-2024 21:10:44 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-mdzgf'
09-Nov-2024 21:10:44 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-mdzgf' successfully started
09-Nov-2024 21:10:44
09-Nov-2024 21:10:44 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/a55o71rrk37ujq4g
09-Nov-2024 21:10:44
09-Nov-2024 21:10:44 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/a55o71rrk37ujq4g --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/a55o71rrk37ujq4g
09-Nov-2024 21:10:44 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '8150703265747324159'...
09-Nov-2024 21:10:44 Getting configuration...
09-Nov-2024 21:10:44 Oneclient has been successfully mounted in '/tmp/onedata/mnt/a55o71rrk37ujq4g'.
09-Nov-2024 21:10:44
09-Nov-2024 21:10:44 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 21:10:44 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 21:10:44 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 21:10:44
09-Nov-2024 21:10:44
09-Nov-2024 21:10:44 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-5kvcw'
09-Nov-2024 21:10:44 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-5kvcw' successfully started
09-Nov-2024 21:10:44
09-Nov-2024 21:10:44 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/1mas06tvivnap6x0
09-Nov-2024 21:10:44
09-Nov-2024 21:10:44 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/1mas06tvivnap6x0 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/1mas06tvivnap6x0
09-Nov-2024 21:10:44 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '14951990343367232431'...
09-Nov-2024 21:10:44 Getting configuration...
09-Nov-2024 21:10:44 Oneclient has been successfully mounted in '/tmp/onedata/mnt/1mas06tvivnap6x0'.
09-Nov-2024 21:10:44
09-Nov-2024 21:10:44 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
09-Nov-2024 21:10:44 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
09-Nov-2024 21:10:44 -- Executing step: 'When "user1 copies regular file space1/file1 to space1/file1_copy on client11"'
09-Nov-2024 21:10:44 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
09-Nov-2024 21:10:44 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client11"'
09-Nov-2024 21:10:44 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client21"'
09-Nov-2024 21:10:44 =================================================================
09-Nov-2024 21:10:44
09-Nov-2024 21:10:44 PASSED
09-Nov-2024 21:10:44 Unmounting client from /tmp/onedata/mnt/a55o71rrk37ujq4g
09-Nov-2024 21:10:44
09-Nov-2024 21:10:44
09-Nov-2024 21:10:44 Unmounting client from /tmp/onedata/mnt/1mas06tvivnap6x0
09-Nov-2024 21:10:44
09-Nov-2024 21:10:44
09-Nov-2024 21:11:08 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
09-Nov-2024 21:11:08 =================================================================
09-Nov-2024 21:11:08 - Executing scenario 'Create nonempty file then move it to another space'
09-Nov-2024 21:11:08 - from feature 'Multi_regular_file_CRUD'
09-Nov-2024 21:11:08 -----------------------------------------------------------------
09-Nov-2024 21:11:08 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 21:11:08 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 21:11:08 using [token, token] by [user1, user2]"'
09-Nov-2024 21:11:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 21:11:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 21:11:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-mdzgf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 21:11:08
09-Nov-2024 21:11:08
09-Nov-2024 21:11:08 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-mdzgf'
09-Nov-2024 21:11:08 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-mdzgf' successfully started
09-Nov-2024 21:11:08
09-Nov-2024 21:11:08 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/0d1mpc0jnzwtw9jw
09-Nov-2024 21:11:08
09-Nov-2024 21:11:08 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/0d1mpc0jnzwtw9jw --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/0d1mpc0jnzwtw9jw
09-Nov-2024 21:11:08 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '12490431368695529795'...
09-Nov-2024 21:11:08 Getting configuration...
09-Nov-2024 21:11:08 Oneclient has been successfully mounted in '/tmp/onedata/mnt/0d1mpc0jnzwtw9jw'.
09-Nov-2024 21:11:08
09-Nov-2024 21:11:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 21:11:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 21:11:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-5kvcw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 21:11:08
09-Nov-2024 21:11:08
09-Nov-2024 21:11:08 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-5kvcw'
09-Nov-2024 21:11:08 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-5kvcw' successfully started
09-Nov-2024 21:11:08
09-Nov-2024 21:11:08 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/vtfyspwqpf4q3gno
09-Nov-2024 21:11:08
09-Nov-2024 21:11:08 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/vtfyspwqpf4q3gno --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/vtfyspwqpf4q3gno
09-Nov-2024 21:11:08 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '16374430718875570284'...
09-Nov-2024 21:11:08 Getting configuration...
09-Nov-2024 21:11:08 Oneclient has been successfully mounted in '/tmp/onedata/mnt/vtfyspwqpf4q3gno'.
09-Nov-2024 21:11:08
09-Nov-2024 21:11:08 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
09-Nov-2024 21:11:08 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
09-Nov-2024 21:11:08 -- Executing step: 'When "user2 reads "TEST TEXT ONEDATA" from file space1/file1 on client21"'
09-Nov-2024 21:11:08 -- Executing step: 'When "user1 renames space1/file1 to space2/file1_moved on client11"'
09-Nov-2024 21:11:08 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client11"'
09-Nov-2024 21:11:08 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client21"'
09-Nov-2024 21:11:08 =================================================================
09-Nov-2024 21:11:08
09-Nov-2024 21:11:19 PASSED
09-Nov-2024 21:11:19 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
09-Nov-2024 21:11:19 Unmounting client from /tmp/onedata/mnt/0d1mpc0jnzwtw9jw
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
09-Nov-2024 21:11:19 Unmounting client from /tmp/onedata/mnt/vtfyspwqpf4q3gno
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19 Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/tests/oneclient/logs/multiprovider_proxy/test_multi_reg_file_CRUD.1731186668.3964763', '-c', '/tmp/logs']
09-Nov-2024 21:11:19 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-nqxbj. See /home/bamboo/.one-env/deployments/2024.11.09-20.57.03/pod-logs/dev-cross-support-job-3p-users-nqxbj/entrypoint.log for more details
09-Nov-2024 21:11:19 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-mdzgf: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.09-20.57.03/pod-logs/dev-oneclient-krakow-7d9476b8bc-mdzgf/oneclient_logs
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=191/223)
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 21:11:19          27,539   0%   26.26MB/s    0:00:00 (xfr#1, to-chk=190/223)
09-Nov-2024 21:11:19          27,539   0%   26.26MB/s    0:00:00 (xfr#1, to-chk=184/223)
09-Nov-2024 21:11:19          27,905   0%   26.61MB/s    0:00:00 (xfr#2, to-chk=186/223)
09-Nov-2024 21:11:19         115,650   1%  110.29MB/s    0:00:00 (xfr#3, to-chk=185/223)
09-Nov-2024 21:11:19         116,016   1%  110.64MB/s    0:00:00 (xfr#4, to-chk=184/223)
09-Nov-2024 21:11:19         151,697   1%  144.67MB/s    0:00:00 (xfr#5, to-chk=183/223)
09-Nov-2024 21:11:19         152,351   1%  145.29MB/s    0:00:00 (xfr#6, to-chk=179/223)
09-Nov-2024 21:11:19         278,309   3%  132.71MB/s    0:00:00 (xfr#7, to-chk=178/223)
09-Nov-2024 21:11:19         278,963   3%  133.02MB/s    0:00:00 (xfr#8, to-chk=177/223)
09-Nov-2024 21:11:19         314,400   3%   99.95MB/s    0:00:00 (xfr#9, to-chk=176/223)
09-Nov-2024 21:11:19         315,150   3%  100.18MB/s    0:00:00 (xfr#10, to-chk=172/223)
09-Nov-2024 21:11:19         414,626   5%   79.08MB/s    0:00:00 (xfr#11, to-chk=171/223)
09-Nov-2024 21:11:19         415,376   5%   79.23MB/s    0:00:00 (xfr#12, to-chk=170/223)
09-Nov-2024 21:11:19         416,004   5%   79.35MB/s    0:00:00 (xfr#13, to-chk=169/223)
09-Nov-2024 21:11:19         447,649   5%   60.99MB/s    0:00:00 (xfr#14, to-chk=168/223)
09-Nov-2024 21:11:19         448,207   5%   61.06MB/s    0:00:00 (xfr#15, to-chk=164/223)
09-Nov-2024 21:11:19         553,338   6%   58.63MB/s    0:00:00 (xfr#16, to-chk=163/223)
09-Nov-2024 21:11:19         553,896   6%   58.69MB/s    0:00:00 (xfr#17, to-chk=162/223)
09-Nov-2024 21:11:19         585,055   7%   61.99MB/s    0:00:00 (xfr#18, to-chk=161/223)
09-Nov-2024 21:11:19         585,805   7%   55.87MB/s    0:00:00 (xfr#19, to-chk=157/223)
09-Nov-2024 21:11:19         677,563   8%   53.85MB/s    0:00:00 (xfr#20, to-chk=156/223)
09-Nov-2024 21:11:19         678,313   8%   53.91MB/s    0:00:00 (xfr#21, to-chk=155/223)
09-Nov-2024 21:11:19         832,729  10%   26.47MB/s    0:00:00 (xfr#22, to-chk=154/223)
09-Nov-2024 21:11:19         833,511  10%   26.50MB/s    0:00:00 (xfr#23, to-chk=150/223)
09-Nov-2024 21:11:19       1,346,057  16%   32.09MB/s    0:00:00 (xfr#24, to-chk=149/223)
09-Nov-2024 21:11:19       1,346,839  16%   32.11MB/s    0:00:00 (xfr#25, to-chk=148/223)
09-Nov-2024 21:11:19       1,347,467  16%   32.13MB/s    0:00:00 (xfr#26, to-chk=147/223)
09-Nov-2024 21:11:19       1,378,325  17%   32.06MB/s    0:00:00 (xfr#27, to-chk=146/223)
09-Nov-2024 21:11:19       1,378,979  17%   32.08MB/s    0:00:00 (xfr#28, to-chk=142/223)
09-Nov-2024 21:11:19       1,483,092  18%   32.15MB/s    0:00:00 (xfr#29, to-chk=141/223)
09-Nov-2024 21:11:19       1,483,746  18%   32.16MB/s    0:00:00 (xfr#30, to-chk=140/223)
09-Nov-2024 21:11:19       1,510,068  18%   32.73MB/s    0:00:00 (xfr#31, to-chk=139/223)
09-Nov-2024 21:11:19       1,510,626  18%   32.74MB/s    0:00:00 (xfr#32, to-chk=135/223)
09-Nov-2024 21:11:19       1,514,770  18%   32.83MB/s    0:00:00 (xfr#33, to-chk=134/223)
09-Nov-2024 21:11:19       1,593,005  19%   29.79MB/s    0:00:00 (xfr#34, to-chk=133/223)
09-Nov-2024 21:11:19       1,593,563  19%   29.23MB/s    0:00:00 (xfr#35, to-chk=132/223)
09-Nov-2024 21:11:19       1,637,061  20%   28.39MB/s    0:00:00 (xfr#36, to-chk=131/223)
09-Nov-2024 21:11:19       1,637,427  20%   28.39MB/s    0:00:00 (xfr#37, to-chk=127/223)
09-Nov-2024 21:11:19       1,781,053  22%   30.33MB/s    0:00:00 (xfr#38, to-chk=126/223)
09-Nov-2024 21:11:19       1,781,419  22%   30.34MB/s    0:00:00 (xfr#39, to-chk=125/223)
09-Nov-2024 21:11:19       1,782,047  22%   30.35MB/s    0:00:00 (xfr#40, to-chk=124/223)
09-Nov-2024 21:11:19       1,799,305  22%   30.64MB/s    0:00:00 (xfr#41, to-chk=123/223)
09-Nov-2024 21:11:19       1,799,863  22%   30.11MB/s    0:00:00 (xfr#42, to-chk=119/223)
09-Nov-2024 21:11:19       1,864,564  23%   30.66MB/s    0:00:00 (xfr#43, to-chk=118/223)
09-Nov-2024 21:11:19       1,865,122  23%   30.15MB/s    0:00:00 (xfr#44, to-chk=117/223)
09-Nov-2024 21:11:19       1,905,202  23%   30.80MB/s    0:00:00 (xfr#45, to-chk=116/223)
09-Nov-2024 21:11:19       1,905,760  23%   30.80MB/s    0:00:00 (xfr#46, to-chk=112/223)
09-Nov-2024 21:11:19       2,036,018  25%   28.14MB/s    0:00:00 (xfr#47, to-chk=111/223)
09-Nov-2024 21:11:19       2,036,576  25%   27.75MB/s    0:00:00 (xfr#48, to-chk=110/223)
09-Nov-2024 21:11:19       2,065,089  25%   28.13MB/s    0:00:00 (xfr#49, to-chk=109/223)
09-Nov-2024 21:11:19       2,065,647  25%   28.14MB/s    0:00:00 (xfr#50, to-chk=105/223)
09-Nov-2024 21:11:19       2,161,273  26%   25.45MB/s    0:00:00 (xfr#51, to-chk=104/223)
09-Nov-2024 21:11:19       2,161,831  26%   25.14MB/s    0:00:00 (xfr#52, to-chk=103/223)
09-Nov-2024 21:11:19       2,195,119  27%   25.53MB/s    0:00:00 (xfr#53, to-chk=102/223)
09-Nov-2024 21:11:19       2,195,485  27%   25.53MB/s    0:00:00 (xfr#54, to-chk=98/223)
09-Nov-2024 21:11:19       2,308,240  28%   26.21MB/s    0:00:00 (xfr#55, to-chk=97/223)
09-Nov-2024 21:11:19       2,308,606  28%   26.21MB/s    0:00:00 (xfr#56, to-chk=96/223)
09-Nov-2024 21:11:19       2,309,234  28%   26.22MB/s    0:00:00 (xfr#57, to-chk=95/223)
09-Nov-2024 21:11:19       2,649,343  32%   22.36MB/s    0:00:00 (xfr#58, to-chk=94/223)
09-Nov-2024 21:11:19       2,649,901  32%   22.36MB/s    0:00:00 (xfr#59, to-chk=90/223)
09-Nov-2024 21:11:19       3,760,436  46%   21.87MB/s    0:00:00 (xfr#60, to-chk=89/223)
09-Nov-2024 21:11:19       3,760,994  46%   21.74MB/s    0:00:00 (xfr#61, to-chk=88/223)
09-Nov-2024 21:11:19       3,790,963  46%   21.91MB/s    0:00:00 (xfr#62, to-chk=87/223)
09-Nov-2024 21:11:19       3,791,553  46%   21.91MB/s    0:00:00 (xfr#63, to-chk=83/223)
09-Nov-2024 21:11:19       3,883,079  48%   21.66MB/s    0:00:00 (xfr#64, to-chk=82/223)
09-Nov-2024 21:11:19       3,883,669  48%   21.66MB/s    0:00:00 (xfr#65, to-chk=81/223)
09-Nov-2024 21:11:19       3,884,297  48%   21.66MB/s    0:00:00 (xfr#66, to-chk=80/223)
09-Nov-2024 21:11:19       3,916,620  48%   21.59MB/s    0:00:00 (xfr#67, to-chk=79/223)
09-Nov-2024 21:11:19       3,917,466  48%   21.60MB/s    0:00:00 (xfr#68, to-chk=75/223)
09-Nov-2024 21:11:19       4,020,353  49%   21.30MB/s    0:00:00 (xfr#69, to-chk=74/223)
09-Nov-2024 21:11:19       4,021,199  49%   21.31MB/s    0:00:00 (xfr#70, to-chk=73/223)
09-Nov-2024 21:11:19       4,021,827  49%   21.31MB/s    0:00:00 (xfr#71, to-chk=72/223)
09-Nov-2024 21:11:19       4,045,398  50%   21.31MB/s    0:00:00 (xfr#72, to-chk=71/223)
09-Nov-2024 21:11:19       4,045,860  50%   21.32MB/s    0:00:00 (xfr#73, to-chk=67/223)
09-Nov-2024 21:11:19       4,139,350  51%   21.34MB/s    0:00:00 (xfr#74, to-chk=66/223)
09-Nov-2024 21:11:19       4,139,812  51%   21.23MB/s    0:00:00 (xfr#75, to-chk=65/223)
09-Nov-2024 21:11:19       4,140,440  51%   21.23MB/s    0:00:00 (xfr#76, to-chk=64/223)
09-Nov-2024 21:11:19       4,157,996  51%   21.32MB/s    0:00:00 (xfr#77, to-chk=63/223)
09-Nov-2024 21:11:19       4,158,458  51%   21.32MB/s    0:00:00 (xfr#78, to-chk=59/223)
09-Nov-2024 21:11:19       4,224,685  52%   20.35MB/s    0:00:00 (xfr#79, to-chk=58/223)
09-Nov-2024 21:11:19       4,225,147  52%   20.35MB/s    0:00:00 (xfr#80, to-chk=57/223)
09-Nov-2024 21:11:19       4,273,344  52%   20.48MB/s    0:00:00 (xfr#81, to-chk=56/223)
09-Nov-2024 21:11:19       4,273,902  52%   20.48MB/s    0:00:00 (xfr#82, to-chk=52/223)
09-Nov-2024 21:11:19       4,467,043  55%   21.09MB/s    0:00:00 (xfr#83, to-chk=51/223)
09-Nov-2024 21:11:19       4,467,601  55%   20.99MB/s    0:00:00 (xfr#84, to-chk=50/223)
09-Nov-2024 21:11:19       4,502,992  55%   21.15MB/s    0:00:00 (xfr#85, to-chk=49/223)
09-Nov-2024 21:11:19       4,503,454  55%   20.85MB/s    0:00:00 (xfr#86, to-chk=45/223)
09-Nov-2024 21:11:19       4,619,260  57%   21.38MB/s    0:00:00 (xfr#87, to-chk=44/223)
09-Nov-2024 21:11:19       4,619,722  57%   21.39MB/s    0:00:00 (xfr#88, to-chk=43/223)
09-Nov-2024 21:11:19       4,834,528  59%   21.05MB/s    0:00:00 (xfr#89, to-chk=42/223)
09-Nov-2024 21:11:19       4,835,182  59%   21.06MB/s    0:00:00 (xfr#90, to-chk=38/223)
09-Nov-2024 21:11:19       7,268,932  89%   19.20MB/s    0:00:00 (xfr#91, to-chk=37/223)
09-Nov-2024 21:11:19       7,269,586  90%   19.20MB/s    0:00:00 (xfr#92, to-chk=36/223)
09-Nov-2024 21:11:19       7,330,573  90%   18.79MB/s    0:00:00 (xfr#93, to-chk=35/223)
09-Nov-2024 21:11:19       7,330,843  90%   18.79MB/s    0:00:00 (xfr#94, to-chk=31/223)
09-Nov-2024 21:11:19       7,557,295  93%   18.58MB/s    0:00:00 (xfr#95, to-chk=30/223)
09-Nov-2024 21:11:19       7,557,565  93%   18.58MB/s    0:00:00 (xfr#96, to-chk=29/223)
09-Nov-2024 21:11:19       7,582,791  93%   18.64MB/s    0:00:00 (xfr#97, to-chk=28/223)
09-Nov-2024 21:11:19       7,583,349  93%   18.64MB/s    0:00:00 (xfr#98, to-chk=24/223)
09-Nov-2024 21:11:19       7,696,027  95%   18.77MB/s    0:00:00 (xfr#99, to-chk=23/223)
09-Nov-2024 21:11:19       7,696,585  95%   18.77MB/s    0:00:00 (xfr#100, to-chk=22/223)
09-Nov-2024 21:11:19       7,725,212  95%   18.79MB/s    0:00:00 (xfr#101, to-chk=21/223)
09-Nov-2024 21:11:19       7,725,770  95%   18.80MB/s    0:00:00 (xfr#102, to-chk=17/223)
09-Nov-2024 21:11:19       7,811,747  96%   18.91MB/s    0:00:00 (xfr#103, to-chk=16/223)
09-Nov-2024 21:11:19       7,812,305  96%   18.91MB/s    0:00:00 (xfr#104, to-chk=15/223)
09-Nov-2024 21:11:19       7,833,919  96%   18.91MB/s    0:00:00 (xfr#105, to-chk=14/223)
09-Nov-2024 21:11:19       7,834,477  96%   18.92MB/s    0:00:00 (xfr#106, to-chk=10/223)
09-Nov-2024 21:11:19       7,917,101  98%   18.97MB/s    0:00:00 (xfr#107, to-chk=9/223)
09-Nov-2024 21:11:19       7,917,659  98%   18.97MB/s    0:00:00 (xfr#108, to-chk=8/223)
09-Nov-2024 21:11:19       7,941,985  98%   18.98MB/s    0:00:00 (xfr#109, to-chk=7/223)
09-Nov-2024 21:11:19       7,942,543  98%   18.98MB/s    0:00:00 (xfr#110, to-chk=3/223)
09-Nov-2024 21:11:19       8,032,916  99%   18.59MB/s    0:00:00 (xfr#111, to-chk=2/223)
09-Nov-2024 21:11:19       8,033,474  99%   18.60MB/s    0:00:00 (xfr#112, to-chk=1/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.69MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   18.07MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   17.95MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19       8,072,943  99%   17.95MB/s    0:00:00 (xfr#113, to-chk=0/223)
09-Nov-2024 21:11:19 [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-5kvcw: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.09-20.57.03/pod-logs/dev-oneclient-paris-5cc45c8cb7-5kvcw/oneclient_logs
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=188/220)
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 21:11:19          25,304   0%   24.13MB/s    0:00:00 (xfr#1, to-chk=187/220)
09-Nov-2024 21:11:19          25,304   0%   24.13MB/s    0:00:00 (xfr#1, to-chk=181/220)
09-Nov-2024 21:11:19          25,670   0%   24.48MB/s    0:00:00 (xfr#2, to-chk=183/220)
09-Nov-2024 21:11:19         104,009   2%   49.60MB/s    0:00:00 (xfr#3, to-chk=182/220)
09-Nov-2024 21:11:19         104,375   2%   49.77MB/s    0:00:00 (xfr#4, to-chk=181/220)
09-Nov-2024 21:11:19         125,878   3%   60.02MB/s    0:00:00 (xfr#5, to-chk=180/220)
09-Nov-2024 21:11:19         126,532   3%   60.34MB/s    0:00:00 (xfr#6, to-chk=176/220)
09-Nov-2024 21:11:19         190,702   5%   60.62MB/s    0:00:00 (xfr#7, to-chk=175/220)
09-Nov-2024 21:11:19         191,356   5%   60.83MB/s    0:00:00 (xfr#8, to-chk=174/220)
09-Nov-2024 21:11:19         206,745   5%   65.72MB/s    0:00:00 (xfr#9, to-chk=173/220)
09-Nov-2024 21:11:19         207,207   5%   65.87MB/s    0:00:00 (xfr#10, to-chk=169/220)
09-Nov-2024 21:11:19         258,351   6%   82.13MB/s    0:00:00 (xfr#11, to-chk=168/220)
09-Nov-2024 21:11:19         258,813   7%   82.27MB/s    0:00:00 (xfr#12, to-chk=167/220)
09-Nov-2024 21:11:19         385,707  10%   61.31MB/s    0:00:00 (xfr#13, to-chk=166/220)
09-Nov-2024 21:11:19         386,361  10%   61.41MB/s    0:00:00 (xfr#14, to-chk=162/220)
09-Nov-2024 21:11:19         618,437  16%   39.32MB/s    0:00:00 (xfr#15, to-chk=161/220)
09-Nov-2024 21:11:19         619,091  16%   39.36MB/s    0:00:00 (xfr#16, to-chk=160/220)
09-Nov-2024 21:11:19         619,719  16%   39.40MB/s    0:00:00 (xfr#17, to-chk=159/220)
09-Nov-2024 21:11:19         655,484  17%   41.67MB/s    0:00:00 (xfr#18, to-chk=158/220)
09-Nov-2024 21:11:19         656,138  17%   41.72MB/s    0:00:00 (xfr#19, to-chk=154/220)
09-Nov-2024 21:11:19         769,828  20%   36.71MB/s    0:00:00 (xfr#20, to-chk=153/220)
09-Nov-2024 21:11:19         770,482  20%   36.74MB/s    0:00:00 (xfr#21, to-chk=152/220)
09-Nov-2024 21:11:19         804,886  21%   38.38MB/s    0:00:00 (xfr#22, to-chk=151/220)
09-Nov-2024 21:11:19         805,156  21%   36.56MB/s    0:00:00 (xfr#23, to-chk=147/220)
09-Nov-2024 21:11:19         924,148  25%   41.97MB/s    0:00:00 (xfr#24, to-chk=146/220)
09-Nov-2024 21:11:19         924,418  25%   41.98MB/s    0:00:00 (xfr#25, to-chk=145/220)
09-Nov-2024 21:11:19       1,016,832  27%   35.92MB/s    0:00:00 (xfr#26, to-chk=144/220)
09-Nov-2024 21:11:19       1,017,678  27%   35.95MB/s    0:00:00 (xfr#27, to-chk=140/220)
09-Nov-2024 21:11:19       1,266,007  34%   36.59MB/s    0:00:00 (xfr#28, to-chk=139/220)
09-Nov-2024 21:11:19       1,266,853  34%   35.53MB/s    0:00:00 (xfr#29, to-chk=138/220)
09-Nov-2024 21:11:19       1,287,088  34%   34.10MB/s    0:00:00 (xfr#30, to-chk=137/220)
09-Nov-2024 21:11:19       1,287,550  34%   34.11MB/s    0:00:00 (xfr#31, to-chk=133/220)
09-Nov-2024 21:11:19       1,351,372  36%   34.83MB/s    0:00:00 (xfr#32, to-chk=132/220)
09-Nov-2024 21:11:19       1,351,834  36%   34.84MB/s    0:00:00 (xfr#33, to-chk=131/220)
09-Nov-2024 21:11:19       1,372,152  37%   35.37MB/s    0:00:00 (xfr#34, to-chk=130/220)
09-Nov-2024 21:11:19       1,372,614  37%   35.38MB/s    0:00:00 (xfr#35, to-chk=126/220)
09-Nov-2024 21:11:19       1,445,572  39%   36.28MB/s    0:00:00 (xfr#36, to-chk=125/220)
09-Nov-2024 21:11:19       1,446,034  39%   36.29MB/s    0:00:00 (xfr#37, to-chk=124/220)
09-Nov-2024 21:11:19       1,462,089  39%   36.69MB/s    0:00:00 (xfr#38, to-chk=123/220)
09-Nov-2024 21:11:19       1,462,647  39%   36.71MB/s    0:00:00 (xfr#39, to-chk=119/220)
09-Nov-2024 21:11:19       1,520,923  41%   37.19MB/s    0:00:00 (xfr#40, to-chk=118/220)
09-Nov-2024 21:11:19       1,521,481  41%   37.21MB/s    0:00:00 (xfr#41, to-chk=117/220)
09-Nov-2024 21:11:19       1,522,109  41%   37.22MB/s    0:00:00 (xfr#42, to-chk=116/220)
09-Nov-2024 21:11:19       1,556,932  42%   35.35MB/s    0:00:00 (xfr#43, to-chk=115/220)
09-Nov-2024 21:11:19       1,557,586  42%   35.37MB/s    0:00:00 (xfr#44, to-chk=111/220)
09-Nov-2024 21:11:19       1,671,920  45%   37.08MB/s    0:00:00 (xfr#45, to-chk=110/220)
09-Nov-2024 21:11:19       1,672,574  45%   37.10MB/s    0:00:00 (xfr#46, to-chk=109/220)
09-Nov-2024 21:11:19       1,699,073  45%   37.68MB/s    0:00:00 (xfr#47, to-chk=108/220)
09-Nov-2024 21:11:19       1,699,727  46%   37.70MB/s    0:00:00 (xfr#48, to-chk=104/220)
09-Nov-2024 21:11:19       1,783,282  48%   38.65MB/s    0:00:00 (xfr#49, to-chk=103/220)
09-Nov-2024 21:11:19       1,783,936  48%   38.67MB/s    0:00:00 (xfr#50, to-chk=102/220)
09-Nov-2024 21:11:19       1,806,068  48%   39.15MB/s    0:00:00 (xfr#51, to-chk=101/220)
09-Nov-2024 21:11:19       1,806,626  48%   39.16MB/s    0:00:00 (xfr#52, to-chk=97/220)
09-Nov-2024 21:11:19       1,895,140  51%   40.16MB/s    0:00:00 (xfr#53, to-chk=96/220)
09-Nov-2024 21:11:19       1,895,698  51%   40.18MB/s    0:00:00 (xfr#54, to-chk=95/220)
09-Nov-2024 21:11:19       1,919,567  51%   40.68MB/s    0:00:00 (xfr#55, to-chk=94/220)
09-Nov-2024 21:11:19       1,920,221  51%   40.69MB/s    0:00:00 (xfr#56, to-chk=90/220)
09-Nov-2024 21:11:19       1,990,140  53%   41.26MB/s    0:00:00 (xfr#57, to-chk=89/220)
09-Nov-2024 21:11:19       1,990,794  53%   41.27MB/s    0:00:00 (xfr#58, to-chk=88/220)
09-Nov-2024 21:11:19       1,991,422  53%   41.29MB/s    0:00:00 (xfr#59, to-chk=87/220)
09-Nov-2024 21:11:19       2,005,924  54%   41.59MB/s    0:00:00 (xfr#60, to-chk=86/220)
09-Nov-2024 21:11:19       2,006,482  54%   41.60MB/s    0:00:00 (xfr#61, to-chk=82/220)
09-Nov-2024 21:11:19       2,063,123  55%   42.77MB/s    0:00:00 (xfr#62, to-chk=81/220)
09-Nov-2024 21:11:19       2,063,681  55%   42.78MB/s    0:00:00 (xfr#63, to-chk=80/220)
09-Nov-2024 21:11:19       2,099,631  56%   42.60MB/s    0:00:00 (xfr#64, to-chk=79/220)
09-Nov-2024 21:11:19       2,099,997  56%   42.61MB/s    0:00:00 (xfr#65, to-chk=75/220)
09-Nov-2024 21:11:19       2,207,271  59%   44.79MB/s    0:00:00 (xfr#66, to-chk=74/220)
09-Nov-2024 21:11:19       2,207,637  59%   44.80MB/s    0:00:00 (xfr#67, to-chk=73/220)
09-Nov-2024 21:11:19       2,232,831  60%   44.36MB/s    0:00:00 (xfr#68, to-chk=72/220)
09-Nov-2024 21:11:19       2,233,485  60%   44.38MB/s    0:00:00 (xfr#69, to-chk=68/220)
09-Nov-2024 21:11:19       2,320,452  62%   46.10MB/s    0:00:00 (xfr#70, to-chk=67/220)
09-Nov-2024 21:11:19       2,321,106  62%   46.12MB/s    0:00:00 (xfr#71, to-chk=66/220)
09-Nov-2024 21:11:19       2,341,543  63%   45.57MB/s    0:00:00 (xfr#72, to-chk=65/220)
09-Nov-2024 21:11:19       2,342,101  63%   45.58MB/s    0:00:00 (xfr#73, to-chk=61/220)
09-Nov-2024 21:11:19       2,431,156  65%   47.32MB/s    0:00:00 (xfr#74, to-chk=60/220)
09-Nov-2024 21:11:19       2,431,714  65%   47.33MB/s    0:00:00 (xfr#75, to-chk=59/220)
09-Nov-2024 21:11:19       2,451,395  66%   46.76MB/s    0:00:00 (xfr#76, to-chk=58/220)
09-Nov-2024 21:11:19       2,452,145  66%   46.77MB/s    0:00:00 (xfr#77, to-chk=54/220)
09-Nov-2024 21:11:19       2,518,652  68%   48.04MB/s    0:00:00 (xfr#78, to-chk=53/220)
09-Nov-2024 21:11:19       2,519,402  68%   48.05MB/s    0:00:00 (xfr#79, to-chk=52/220)
09-Nov-2024 21:11:19       2,552,156  69%   45.92MB/s    0:00:00 (xfr#80, to-chk=51/220)
09-Nov-2024 21:11:19       2,552,714  69%   45.93MB/s    0:00:00 (xfr#81, to-chk=47/220)
09-Nov-2024 21:11:19       2,659,887  72%   47.86MB/s    0:00:00 (xfr#82, to-chk=46/220)
09-Nov-2024 21:11:19       2,660,445  72%   46.99MB/s    0:00:00 (xfr#83, to-chk=45/220)
09-Nov-2024 21:11:19       2,692,511  72%   47.55MB/s    0:00:00 (xfr#84, to-chk=44/220)
09-Nov-2024 21:11:19       2,692,877  72%   47.56MB/s    0:00:00 (xfr#85, to-chk=40/220)
09-Nov-2024 21:11:19       2,806,407  75%   48.66MB/s    0:00:00 (xfr#86, to-chk=39/220)
09-Nov-2024 21:11:19       2,806,773  75%   48.67MB/s    0:00:00 (xfr#87, to-chk=38/220)
09-Nov-2024 21:11:19       2,836,857  76%   48.31MB/s    0:00:00 (xfr#88, to-chk=37/220)
09-Nov-2024 21:11:19       2,837,223  76%   48.32MB/s    0:00:00 (xfr#89, to-chk=33/220)
09-Nov-2024 21:11:19       2,927,091  79%   43.62MB/s    0:00:00 (xfr#90, to-chk=32/220)
09-Nov-2024 21:11:19       2,927,457  79%   43.62MB/s    0:00:00 (xfr#91, to-chk=31/220)
09-Nov-2024 21:11:19       2,947,869  79%   43.93MB/s    0:00:00 (xfr#92, to-chk=30/220)
09-Nov-2024 21:11:19       2,948,331  79%   43.93MB/s    0:00:00 (xfr#93, to-chk=26/220)
09-Nov-2024 21:11:19       3,031,928  82%   44.48MB/s    0:00:00 (xfr#94, to-chk=25/220)
09-Nov-2024 21:11:19       3,032,390  82%   44.49MB/s    0:00:00 (xfr#95, to-chk=24/220)
09-Nov-2024 21:11:19       3,033,018  82%   44.50MB/s    0:00:00 (xfr#96, to-chk=23/220)
09-Nov-2024 21:11:19       3,075,582  83%   45.12MB/s    0:00:00 (xfr#97, to-chk=22/220)
09-Nov-2024 21:11:19       3,076,332  83%   45.14MB/s    0:00:00 (xfr#98, to-chk=18/220)
09-Nov-2024 21:11:19       3,203,070  86%   44.92MB/s    0:00:00 (xfr#99, to-chk=17/220)
09-Nov-2024 21:11:19       3,203,820  86%   44.93MB/s    0:00:00 (xfr#100, to-chk=16/220)
09-Nov-2024 21:11:19       3,204,448  86%   44.94MB/s    0:00:00 (xfr#101, to-chk=15/220)
09-Nov-2024 21:11:19       3,234,518  87%   44.07MB/s    0:00:00 (xfr#102, to-chk=14/220)
09-Nov-2024 21:11:19       3,235,076  87%   44.07MB/s    0:00:00 (xfr#103, to-chk=10/220)
09-Nov-2024 21:11:19       3,318,167  89%   41.64MB/s    0:00:00 (xfr#104, to-chk=9/220)
09-Nov-2024 21:11:19       3,318,725  89%   41.64MB/s    0:00:00 (xfr#105, to-chk=8/220)
09-Nov-2024 21:11:19       3,405,656  92%   41.64MB/s    0:00:00 (xfr#106, to-chk=7/220)
09-Nov-2024 21:11:19       3,406,214  92%   41.65MB/s    0:00:00 (xfr#107, to-chk=3/220)
09-Nov-2024 21:11:19       3,646,636  98%   39.97MB/s    0:00:00 (xfr#108, to-chk=2/220)
09-Nov-2024 21:11:19       3,647,194  98%   39.98MB/s    0:00:00 (xfr#109, to-chk=1/220)
09-Nov-2024 21:11:19       3,689,361  99%   40.44MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   40.44MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   40.44MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   40.44MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   40.44MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   40.44MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   40.44MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   40.44MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   40.44MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.98MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19       3,689,361  99%   39.09MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 21:11:19 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.09-20.57.03/pod-logs/dev-oneprovider-krakow-0/op-worker
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=51/54)
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 21:11:19          56,676   9%   54.05MB/s    0:00:00 (xfr#2, to-chk=49/54)
09-Nov-2024 21:11:19         111,168  17%  106.02MB/s    0:00:00 (xfr#3, to-chk=47/54)
09-Nov-2024 21:11:19         111,168  17%   53.01MB/s    0:00:00 (xfr#4, to-chk=45/54)
09-Nov-2024 21:11:19         111,168  17%   53.01MB/s    0:00:00 (xfr#5, to-chk=43/54)
09-Nov-2024 21:11:19         163,794  26%   52.07MB/s    0:00:00 (xfr#6, to-chk=41/54)
09-Nov-2024 21:11:19         163,944  26%   52.12MB/s    0:00:00 (xfr#7, to-chk=39/54)
09-Nov-2024 21:11:19         164,241  26%   52.21MB/s    0:00:00 (xfr#8, to-chk=37/54)
09-Nov-2024 21:11:19         258,149  41%   61.55MB/s    0:00:00 (xfr#9, to-chk=35/54)
09-Nov-2024 21:11:19         260,821  41%   62.18MB/s    0:00:00 (xfr#10, to-chk=25/54)
09-Nov-2024 21:11:19         267,141  42%   50.95MB/s    0:00:00 (xfr#11, to-chk=24/54)
09-Nov-2024 21:11:19         274,031  44%   52.27MB/s    0:00:00 (xfr#12, to-chk=23/54)
09-Nov-2024 21:11:19         281,546  45%   44.75MB/s    0:00:00 (xfr#13, to-chk=22/54)
09-Nov-2024 21:11:19         288,157  46%   45.80MB/s    0:00:00 (xfr#14, to-chk=21/54)
09-Nov-2024 21:11:19         291,513  46%   46.33MB/s    0:00:00 (xfr#15, to-chk=20/54)
09-Nov-2024 21:11:19         292,931  47%   46.56MB/s    0:00:00 (xfr#16, to-chk=19/54)
09-Nov-2024 21:11:19         296,572  47%   47.14MB/s    0:00:00 (xfr#17, to-chk=18/54)
09-Nov-2024 21:11:19         302,607  48%   41.23MB/s    0:00:00 (xfr#18, to-chk=17/54)
09-Nov-2024 21:11:19         304,595  48%   41.50MB/s    0:00:00 (xfr#19, to-chk=16/54)
09-Nov-2024 21:11:19         310,123  49%   42.25MB/s    0:00:00 (xfr#20, to-chk=15/54)
09-Nov-2024 21:11:19         314,049  50%   42.79MB/s    0:00:00 (xfr#21, to-chk=14/54)
09-Nov-2024 21:11:19         319,292  51%   38.06MB/s    0:00:00 (xfr#22, to-chk=13/54)
09-Nov-2024 21:11:19         322,369  51%   38.43MB/s    0:00:00 (xfr#23, to-chk=12/54)
09-Nov-2024 21:11:19         329,599  52%   39.29MB/s    0:00:00 (xfr#24, to-chk=11/54)
09-Nov-2024 21:11:19         330,732  53%   39.43MB/s    0:00:00 (xfr#25, to-chk=10/54)
09-Nov-2024 21:11:19         335,228  53%   35.52MB/s    0:00:00 (xfr#26, to-chk=9/54)
09-Nov-2024 21:11:19         335,449  53%   35.55MB/s    0:00:00 (xfr#27, to-chk=8/54)
09-Nov-2024 21:11:19         335,955  54%   35.60MB/s    0:00:00 (xfr#28, to-chk=7/54)
09-Nov-2024 21:11:19         340,736  54%   32.50MB/s    0:00:00 (xfr#29, to-chk=6/54)
09-Nov-2024 21:11:19         348,648  56%   33.25MB/s    0:00:00 (xfr#30, to-chk=5/54)
09-Nov-2024 21:11:19         349,755  56%   33.36MB/s    0:00:00 (xfr#31, to-chk=4/54)
09-Nov-2024 21:11:19         355,505  57%   30.82MB/s    0:00:00 (xfr#32, to-chk=3/54)
09-Nov-2024 21:11:19         359,716  57%   31.19MB/s    0:00:00 (xfr#33, to-chk=2/54)
09-Nov-2024 21:11:19         362,109  58%   31.39MB/s    0:00:00 (xfr#34, to-chk=1/54)
09-Nov-2024 21:11:19         363,812  58%   31.54MB/s    0:00:00 (xfr#35, to-chk=0/54)
09-Nov-2024 21:11:19         363,812  58%   31.54MB/s    0:00:00 (xfr#35, to-chk=0/54)
09-Nov-2024 21:11:19         363,812  58%   31.54MB/s    0:00:00 (xfr#35, to-chk=0/54)
09-Nov-2024 21:11:19         363,812  58%   26.69MB/s    0:00:00 (xfr#35, to-chk=0/54)
09-Nov-2024 21:11:19         363,812  58%   26.69MB/s    0:00:00 (xfr#35, to-chk=0/54)
09-Nov-2024 21:11:19         363,812  58%   26.69MB/s    0:00:00 (xfr#35, to-chk=0/54)
09-Nov-2024 21:11:19 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.09-20.57.03/pod-logs/dev-oneprovider-krakow-0/cluster-manager
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 21:11:19           2,022  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
09-Nov-2024 21:11:19           4,776  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
09-Nov-2024 21:11:19           4,776  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
09-Nov-2024 21:11:19           6,595  48%    6.29MB/s    0:00:00 (xfr#5, to-chk=3/14)
09-Nov-2024 21:11:19           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=1/14)
09-Nov-2024 21:11:19           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=0/14)
09-Nov-2024 21:11:19 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.09-20.57.03/pod-logs/dev-oneprovider-krakow-0/op-panel
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 21:11:19          17,981  16%   17.15MB/s    0:00:00 (xfr#2, to-chk=9/14)
09-Nov-2024 21:11:19          36,897  33%   35.19MB/s    0:00:00 (xfr#3, to-chk=7/14)
09-Nov-2024 21:11:19          36,897  33%   35.19MB/s    0:00:00 (xfr#4, to-chk=5/14)
09-Nov-2024 21:11:19          54,675  49%   52.14MB/s    0:00:00 (xfr#5, to-chk=3/14)
09-Nov-2024 21:11:19          54,966  50%   52.42MB/s    0:00:00 (xfr#6, to-chk=1/14)
09-Nov-2024 21:11:19          54,966  50%   26.21MB/s    0:00:00 (xfr#6, to-chk=0/14)
09-Nov-2024 21:11:19 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.09-20.57.03/pod-logs/dev-oneprovider-paris-0/op-worker
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=51/54)
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 21:11:19          58,193   9%   55.50MB/s    0:00:00 (xfr#2, to-chk=49/54)
09-Nov-2024 21:11:19         114,316  17%  109.02MB/s    0:00:00 (xfr#3, to-chk=47/54)
09-Nov-2024 21:11:19         115,980  18%  110.61MB/s    0:00:00 (xfr#4, to-chk=45/54)
09-Nov-2024 21:11:19         115,980  18%  110.61MB/s    0:00:00 (xfr#5, to-chk=43/54)
09-Nov-2024 21:11:19         170,123  26%   54.08MB/s    0:00:00 (xfr#6, to-chk=41/54)
09-Nov-2024 21:11:19         170,273  26%   54.13MB/s    0:00:00 (xfr#7, to-chk=39/54)
09-Nov-2024 21:11:19         170,570  26%   54.22MB/s    0:00:00 (xfr#8, to-chk=37/54)
09-Nov-2024 21:11:19         264,875  41%   36.09MB/s    0:00:00 (xfr#9, to-chk=35/54)
09-Nov-2024 21:11:19         268,514  42%   36.58MB/s    0:00:00 (xfr#10, to-chk=25/54)
09-Nov-2024 21:11:19         273,293  43%   37.23MB/s    0:00:00 (xfr#11, to-chk=24/54)
09-Nov-2024 21:11:19         280,806  44%   38.26MB/s    0:00:00 (xfr#12, to-chk=23/54)
09-Nov-2024 21:11:19         285,302  44%   38.87MB/s    0:00:00 (xfr#13, to-chk=22/54)
09-Nov-2024 21:11:19         286,435  45%   39.02MB/s    0:00:00 (xfr#14, to-chk=21/54)
09-Nov-2024 21:11:19         288,421  45%   34.38MB/s    0:00:00 (xfr#15, to-chk=20/54)
09-Nov-2024 21:11:19         291,089  45%   34.70MB/s    0:00:00 (xfr#16, to-chk=19/54)
09-Nov-2024 21:11:19         291,595  45%   34.76MB/s    0:00:00 (xfr#17, to-chk=18/54)
09-Nov-2024 21:11:19         293,976  46%   35.04MB/s    0:00:00 (xfr#18, to-chk=17/54)
09-Nov-2024 21:11:19         294,197  46%   35.07MB/s    0:00:00 (xfr#19, to-chk=16/54)
09-Nov-2024 21:11:19         300,517  47%   35.82MB/s    0:00:00 (xfr#20, to-chk=15/54)
09-Nov-2024 21:11:19         304,734  47%   36.33MB/s    0:00:00 (xfr#21, to-chk=14/54)
09-Nov-2024 21:11:19         310,769  48%   32.93MB/s    0:00:00 (xfr#22, to-chk=13/54)
09-Nov-2024 21:11:19         314,691  49%   33.35MB/s    0:00:00 (xfr#23, to-chk=12/54)
09-Nov-2024 21:11:19         320,219  50%   33.93MB/s    0:00:00 (xfr#24, to-chk=11/54)
09-Nov-2024 21:11:19         321,920  50%   34.11MB/s    0:00:00 (xfr#25, to-chk=10/54)
09-Nov-2024 21:11:19         323,344  50%   34.26MB/s    0:00:00 (xfr#26, to-chk=9/54)
09-Nov-2024 21:11:19         324,188  51%   34.35MB/s    0:00:00 (xfr#27, to-chk=8/54)
09-Nov-2024 21:11:19         327,550  51%   31.24MB/s    0:00:00 (xfr#28, to-chk=7/54)
09-Nov-2024 21:11:19         334,780  52%   31.93MB/s    0:00:00 (xfr#29, to-chk=6/54)
09-Nov-2024 21:11:19         341,668  53%   25.06MB/s    0:00:00 (xfr#30, to-chk=5/54)
09-Nov-2024 21:11:19         346,899  54%   23.63MB/s    0:00:00 (xfr#31, to-chk=4/54)
09-Nov-2024 21:11:19         354,821  55%   24.17MB/s    0:00:00 (xfr#32, to-chk=3/54)
09-Nov-2024 21:11:19         361,426  56%   24.62MB/s    0:00:00 (xfr#33, to-chk=2/54)
09-Nov-2024 21:11:19         367,176  57%   25.01MB/s    0:00:00 (xfr#34, to-chk=1/54)
09-Nov-2024 21:11:19         370,243  58%   25.22MB/s    0:00:00 (xfr#35, to-chk=0/54)
09-Nov-2024 21:11:19         370,243  58%   20.77MB/s    0:00:00 (xfr#35, to-chk=0/54)
09-Nov-2024 21:11:19         370,243  58%   20.77MB/s    0:00:00 (xfr#35, to-chk=0/54)
09-Nov-2024 21:11:19         370,243  58%   20.77MB/s    0:00:00 (xfr#35, to-chk=0/54)
09-Nov-2024 21:11:19         370,243  58%   20.77MB/s    0:00:00 (xfr#35, to-chk=0/54)
09-Nov-2024 21:11:19         370,243  58%   20.77MB/s    0:00:00 (xfr#35, to-chk=0/54)
09-Nov-2024 21:11:19 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.09-20.57.03/pod-logs/dev-oneprovider-paris-0/cluster-manager
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 21:11:19           2,018  14%    1.92MB/s    0:00:00 (xfr#2, to-chk=9/14)
09-Nov-2024 21:11:19           4,766  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
09-Nov-2024 21:11:19           4,766  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
09-Nov-2024 21:11:19           6,581  48%    6.28MB/s    0:00:00 (xfr#5, to-chk=3/14)
09-Nov-2024 21:11:19           6,843  50%    6.53MB/s    0:00:00 (xfr#6, to-chk=1/14)
09-Nov-2024 21:11:19           6,843  50%    6.53MB/s    0:00:00 (xfr#6, to-chk=0/14)
09-Nov-2024 21:11:19 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.09-20.57.03/pod-logs/dev-oneprovider-paris-0/op-panel
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 21:11:19          17,771  16%   16.95MB/s    0:00:00 (xfr#2, to-chk=9/14)
09-Nov-2024 21:11:19          36,473  33%   34.78MB/s    0:00:00 (xfr#3, to-chk=7/14)
09-Nov-2024 21:11:19          36,473  33%   34.78MB/s    0:00:00 (xfr#4, to-chk=5/14)
09-Nov-2024 21:11:19          54,041  49%   17.18MB/s    0:00:00 (xfr#5, to-chk=3/14)
09-Nov-2024 21:11:19          54,332  50%   17.27MB/s    0:00:00 (xfr#6, to-chk=1/14)
09-Nov-2024 21:11:19          54,332  50%    8.64MB/s    0:00:00 (xfr#6, to-chk=0/14)
09-Nov-2024 21:11:19 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.09-20.57.03/pod-logs/dev-onezone-0/cluster-manager
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 21:11:19           1,977  14%    1.89MB/s    0:00:00 (xfr#2, to-chk=9/14)
09-Nov-2024 21:11:19           4,664  34%    4.45MB/s    0:00:00 (xfr#3, to-chk=7/14)
09-Nov-2024 21:11:19           4,664  34%    4.45MB/s    0:00:00 (xfr#4, to-chk=5/14)
09-Nov-2024 21:11:19           6,438  48%    6.14MB/s    0:00:00 (xfr#5, to-chk=3/14)
09-Nov-2024 21:11:19           6,700  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=1/14)
09-Nov-2024 21:11:19           6,700  50%    3.19MB/s    0:00:00 (xfr#6, to-chk=0/14)
09-Nov-2024 21:11:19 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.09-20.57.03/pod-logs/dev-onezone-0/oz-worker
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=15/18)
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 21:11:19          23,821   7%   22.72MB/s    0:00:00 (xfr#2, to-chk=13/18)
09-Nov-2024 21:11:19          48,407  14%   46.16MB/s    0:00:00 (xfr#3, to-chk=11/18)
09-Nov-2024 21:11:19          48,407  14%   46.16MB/s    0:00:00 (xfr#4, to-chk=9/18)
09-Nov-2024 21:11:19          71,748  21%   68.42MB/s    0:00:00 (xfr#5, to-chk=7/18)
09-Nov-2024 21:11:19          71,839  21%   68.51MB/s    0:00:00 (xfr#6, to-chk=5/18)
09-Nov-2024 21:11:19          72,136  21%   34.40MB/s    0:00:00 (xfr#7, to-chk=3/18)
09-Nov-2024 21:11:19         168,138  50%   26.72MB/s    0:00:00 (xfr#8, to-chk=1/18)
09-Nov-2024 21:11:19         168,138  50%   20.04MB/s    0:00:00 (xfr#8, to-chk=0/18)
09-Nov-2024 21:11:19 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.09-20.57.03/pod-logs/dev-onezone-0/oz-panel
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
09-Nov-2024 21:11:19               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 21:11:19          54,759  12%    8.70MB/s    0:00:00 (xfr#2, to-chk=9/14)
09-Nov-2024 21:11:19         111,088  26%    9.63MB/s    0:00:00 (xfr#3, to-chk=7/14)
09-Nov-2024 21:11:19         158,563  37%   12.60MB/s    0:00:00 (xfr#4, to-chk=5/14)
09-Nov-2024 21:11:19         213,119  49%   15.63MB/s    0:00:00 (xfr#5, to-chk=3/14)
09-Nov-2024 21:11:19         213,410  50%   15.66MB/s    0:00:00 (xfr#6, to-chk=1/14)
09-Nov-2024 21:11:19         213,410  50%   14.54MB/s    0:00:00 (xfr#6, to-chk=0/14)
09-Nov-2024 21:11:19 [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/tests/oneclient/logs/multiprovider_proxy/test_multi_reg_file_CRUD.1731186668.3964763 exists, exporting anyway.
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19 =============================== warnings summary ===============================
09-Nov-2024 21:11:19 tests/utils/rest_utils.py:98
09-Nov-2024 21:11:19   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ '
09-Nov-2024 21:11:19     print("""
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19 tests/utils/path_utils.py:112
09-Nov-2024 21:11:19   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
09-Nov-2024 21:11:19     return path.replace("'", "\\'").replace(' ', '\ ')
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19 tests/utils/acceptance_utils.py:55
09-Nov-2024 21:11:19   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d'
09-Nov-2024 21:11:19     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19 tests/utils/acceptance_utils.py:57
09-Nov-2024 21:11:19   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d'
09-Nov-2024 21:11:19     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
09-Nov-2024 21:11:19
09-Nov-2024 21:11:19 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
09-Nov-2024 21:11:19 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/test-reports/results.xml -
09-Nov-2024 21:11:19 ================== 26 passed, 4 warnings in 859.05s (0:14:19) ==================
09-Nov-2024 21:11:23 release "dev" uninstalled
09-Nov-2024 21:11:24 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
09-Nov-2024 21:11:24 persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted
09-Nov-2024 21:11:27 No resources found
09-Nov-2024 21:11:28 Sidecar injection has been disabled
09-Nov-2024 21:11:28 Cleaning helm release "dev"...
09-Nov-2024 21:11:28 Deleted 1 helm deployments
09-Nov-2024 21:11:28 Deleted 0 k8s deployments
09-Nov-2024 21:11:28 Deleted 0 k8s services
09-Nov-2024 21:11:28 Deleted 0 persistent volumes
09-Nov-2024 21:11:28 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
09-Nov-2024 21:11:28 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
09-Nov-2024 21:11:28 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
09-Nov-2024 21:11:28 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
09-Nov-2024 21:11:28 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
09-Nov-2024 21:11:28 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
09-Nov-2024 21:11:28 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
09-Nov-2024 21:11:28 Finished task 'Run acceptance oneclient tests' with result: Success
09-Nov-2024 21:11:28 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
09-Nov-2024 21:11:28 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP...
09-Nov-2024 21:11:28 Finished task 'Parse test results' with result: Success
09-Nov-2024 21:11:28 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
09-Nov-2024 21:11:28
Substituting variable: ${bamboo.artifactRepoHostname} with S3
09-Nov-2024 21:11:28
Substituting variable: ${bamboo.artifactRepoPort} with 10161
09-Nov-2024 21:11:28
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
09-Nov-2024 21:11:28
Substituting variable: ${bamboo.planRepository.branchName} with develop
09-Nov-2024 21:11:28
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
09-Nov-2024 21:11:28
Substituting variable: ${bamboo.artifactRepoHostname} with S3
09-Nov-2024 21:11:28
Substituting variable: ${bamboo.artifactRepoPort} with 10161
09-Nov-2024 21:11:28
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
09-Nov-2024 21:11:28
Substituting variable: ${bamboo.planRepository.branchName} with develop
09-Nov-2024 21:11:28
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
09-Nov-2024 21:11:28 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
09-Nov-2024 21:11:28
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio #3362 (ODSRV-OAP-MPRFCP-3362)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCP-3362-ScriptBuildTask-4057784880438377431.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance
09-Nov-2024 21:11:28 ./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.tar.gz
09-Nov-2024 21:11:29 Uploading artifact
09-Nov-2024 21:11:29     source path: surefire_multiprovider_proxy_regular_file_CRUD_proxyio.tar.gz
09-Nov-2024 21:11:29     dest.  path: artifacts/onedata-acceptance/develop/surefire_multiprovider_proxy_regular_file_CRUD_proxyio.tar.gz
09-Nov-2024 21:11:29 Finished task 'Pack and push surefire artifact' with result: Success
09-Nov-2024 21:11:29 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
09-Nov-2024 21:11:29 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
09-Nov-2024 21:11:29
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio #3362 (ODSRV-OAP-MPRFCP-3362)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCP-3362-ScriptBuildTask-14647787746589856748.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP
09-Nov-2024 21:11:29 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
09-Nov-2024 21:11:29 Finished task 'Pack logs' with result: Success
09-Nov-2024 21:11:29 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
09-Nov-2024 21:11:29
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
09-Nov-2024 21:11:29 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
09-Nov-2024 21:11:29
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio #3362 (ODSRV-OAP-MPRFCP-3362)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCP-3362-ScriptBuildTask-7604891670577576958.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance
09-Nov-2024 21:11:29   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
09-Nov-2024 21:11:29                                  Dload  Upload   Total   Spent    Left  Speed
09-Nov-2024 21:11:29
09-Nov-2024 21:11:29 Clearing /tmp/onedata and /home/bamboo/.one-env
09-Nov-2024 21:11:29   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
09-Nov-2024 21:11:29 100  4822  100  4822    0     0  53577      0 --:--:-- --:--:-- --:--:-- 54179
09-Nov-2024 21:11:30 Cleaning helm deployments
09-Nov-2024 21:11:30 Cleanining pods
09-Nov-2024 21:11:30 Cleaning kube persistant volumes
09-Nov-2024 21:11:30 Cleaning dockswift container
09-Nov-2024 21:11:30 Cleaning docker containers
09-Nov-2024 21:11:33 Stalled docker containers to remove:
09-Nov-2024 21:11:33 36b2446dea5c 77226f1d5460 a5d3eef9df30 8826aa5bf18b dd4db799c2d0 4af012e5fb10 ffe55f9f8f58 85a727e34e7a c4afbba00b41 78cf85ac1740 af090b2c4b1f c295053e6494 ad7cb8095173 b35f65d270b2 3100aad2b1cd 71b2b048c707 a3c00262fa79 2fd539facab4 965cef7039d5 fdeecac8fa56
09-Nov-2024 21:11:33 Removing stalled docker containers
09-Nov-2024 21:11:33 Error response from daemon: Cannot kill container: 36b2446dea5c: Container 36b2446dea5c84f45d99bfa246ea789ad8b94140108c2be7baff925337f59dd3 is not running
09-Nov-2024 21:11:34 36b2446dea5c
09-Nov-2024 21:11:34 Error response from daemon: Cannot kill container: 77226f1d5460: Container 77226f1d5460fb066b34a738a30b615de6a36cfdadbcd27ac4cd0b18a6b7139b is not running
09-Nov-2024 21:11:34 77226f1d5460
09-Nov-2024 21:11:34 Error response from daemon: Cannot kill container: a5d3eef9df30: Container a5d3eef9df302c613809dea360bf6467a8c933c85cfdf5f272f4796eeb350c86 is not running
09-Nov-2024 21:11:34 a5d3eef9df30
09-Nov-2024 21:11:34 Error response from daemon: Cannot kill container: 8826aa5bf18b: Container 8826aa5bf18ba33e94a9d7a083cebfbe9c638ef834d080b67c373c447d8b02f3 is not running
09-Nov-2024 21:11:34 8826aa5bf18b
09-Nov-2024 21:11:34 Error response from daemon: Cannot kill container: dd4db799c2d0: Container dd4db799c2d0ea3100939303cb0e9511fe2b7d5093e7ef9eca969aada2f36124 is not running
09-Nov-2024 21:11:35 dd4db799c2d0
09-Nov-2024 21:11:35 Error response from daemon: Cannot kill container: 4af012e5fb10: Container 4af012e5fb10688e4ff295b4f4e898aeb93c267a1a395a5dcb2c7255506e1945 is not running
09-Nov-2024 21:11:40 4af012e5fb10
09-Nov-2024 21:11:40 Error response from daemon: Cannot kill container: ffe55f9f8f58: Container ffe55f9f8f58c0ce7252d54a7e5d205fa0a47907eec92be633a365a0b970de6d is not running
09-Nov-2024 21:11:41 ffe55f9f8f58
09-Nov-2024 21:11:41 Error response from daemon: Cannot kill container: 85a727e34e7a: Container 85a727e34e7ad2e50b40449b342b2fa6ccea1f8fc58759a1c7843feb8dac7bbe is not running
09-Nov-2024 21:11:41 85a727e34e7a
09-Nov-2024 21:11:41 Error response from daemon: Cannot kill container: c4afbba00b41: Container c4afbba00b41b4cf0646bb7449e4ee1307658b202348eee3885e23f48ac005c1 is not running
09-Nov-2024 21:11:42 c4afbba00b41
09-Nov-2024 21:11:42 Error response from daemon: Cannot kill container: 78cf85ac1740: Container 78cf85ac1740171f6fca743fe2c8d3ff585aabdeac83352533db1ea7220cf0b8 is not running
09-Nov-2024 21:11:42 78cf85ac1740
09-Nov-2024 21:11:42 Error response from daemon: Cannot kill container: af090b2c4b1f: Container af090b2c4b1f59ba5cc00e048021d188f99fb60b2a5073b2f3582b9bdbe7d844 is not running
09-Nov-2024 21:11:42 af090b2c4b1f
09-Nov-2024 21:11:42 Error response from daemon: Cannot kill container: c295053e6494: Container c295053e6494ea4a81bf3aba979bba5d34c7357301ab06c25b81098d3b8aee9f is not running
09-Nov-2024 21:11:42 c295053e6494
09-Nov-2024 21:11:42 Error response from daemon: Cannot kill container: ad7cb8095173: Container ad7cb809517302f614a39ff66e7d36e16b8bfdc4e8828c80d4e0c0f348877329 is not running
09-Nov-2024 21:11:42 ad7cb8095173
09-Nov-2024 21:11:42 Error response from daemon: Cannot kill container: b35f65d270b2: Container b35f65d270b2f7bd456c2704853b5bb94d5b05bf449885eeb91ce136905611a4 is not running
09-Nov-2024 21:11:42 b35f65d270b2
09-Nov-2024 21:11:42 Error response from daemon: Cannot kill container: 3100aad2b1cd: Container 3100aad2b1cd12288aa778c2e1834f603189cd8b2b530a87e1635140f9e90f1f is not running
09-Nov-2024 21:11:42 3100aad2b1cd
09-Nov-2024 21:11:42 Error response from daemon: Cannot kill container: 71b2b048c707: Container 71b2b048c707cca6665b2e45f2f0d0dce6396c303395474ccc621c206dc6f3e8 is not running
09-Nov-2024 21:11:42 71b2b048c707
09-Nov-2024 21:11:42 Error response from daemon: Cannot kill container: a3c00262fa79: Container a3c00262fa79d1413d3b7d2824c5827771b4b33250487322f526fd5ed95b4b5f is not running
09-Nov-2024 21:11:42 a3c00262fa79
09-Nov-2024 21:11:42 Error response from daemon: Cannot kill container: 2fd539facab4: Container 2fd539facab49e4e1783891d98f52cad20243a48456b30a5d527a5528a9ba3d0 is not running
09-Nov-2024 21:11:42 2fd539facab4
09-Nov-2024 21:11:42 Error response from daemon: Cannot kill container: 965cef7039d5: Container 965cef7039d54b8a968ef7623ec912e7989e6d1dbdcd5f54e350c974422101e6 is not running
09-Nov-2024 21:11:42 965cef7039d5
09-Nov-2024 21:11:43 fdeecac8fa56
09-Nov-2024 21:11:43 fdeecac8fa56
09-Nov-2024 21:11:43 Stalled docker volumes to remove:
09-Nov-2024 21:11:43
09-Nov-2024 21:11:43 Removing stalled docker volumes
09-Nov-2024 21:11:43 Removing stalled loopdevices
09-Nov-2024 21:11:44 Done
09-Nov-2024 21:11:44 Finished task 'Clear env and working dir' with result: Success
09-Nov-2024 21:11:44 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
09-Nov-2024 21:11:44 Running post build plugin 'Docker Container Cleanup'
09-Nov-2024 21:11:44 Running post build plugin 'NCover Results Collector'
09-Nov-2024 21:11:44 Running post build plugin 'Build Results Label Collector'
09-Nov-2024 21:11:44 Running post build plugin 'Clover Results Collector'
09-Nov-2024 21:11:44 Running post build plugin 'npm Cache Cleanup'
09-Nov-2024 21:11:44 Running post build plugin 'Artifact Copier'
09-Nov-2024 21:11:44 Publishing an artifact: test_logs.tar.gz
09-Nov-2024 21:11:44 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 116.9 ms
09-Nov-2024 21:11:44 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP'
09-Nov-2024 21:11:44 Finalising the build...
09-Nov-2024 21:11:44 Stopping timer.
09-Nov-2024 21:11:44 Build ODSRV-OAP-MPRFCP-3362 completed.
09-Nov-2024 21:11:44 Running on server: post build plugin 'Build Hanging Detection Configuration'
09-Nov-2024 21:11:44 Running on server: post build plugin 'NCover Results Collector'
09-Nov-2024 21:11:44 Running on server: post build plugin 'Build Labeller'
09-Nov-2024 21:11:44 Running on server: post build plugin 'Clover Delta Calculator'
09-Nov-2024 21:11:44 Running on server: post build plugin 'Maven Dependencies Postprocessor'
09-Nov-2024 21:11:44 All post build plugins have finished
09-Nov-2024 21:11:44 Generating build results summary...
09-Nov-2024 21:11:44 Saving build results to disk...
09-Nov-2024 21:11:44 Store variable context...
09-Nov-2024 21:11:45 Finished building ODSRV-OAP-MPRFCP-3362.