oneclient acceptance tests using environment deployed from packages

Build: #3365 was successful

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.

19-Nov-2024 19:48:35
19-Nov-2024 19:48:35
19-Nov-2024 19:49:03 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
19-Nov-2024 19:49:03 =================================================================
19-Nov-2024 19:49:03 - Executing scenario 'Delete file opened by other user for reading'
19-Nov-2024 19:49:03 - from feature 'Multi_regular_file_CRUD'
19-Nov-2024 19:49:03 -----------------------------------------------------------------
19-Nov-2024 19:49:03 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:49:03 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:49:03 using [token, token] by [user1, user2]"'
19-Nov-2024 19:49:03 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:49:03 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:49:03 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:49:03
19-Nov-2024 19:49:03
19-Nov-2024 19:49:03 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-l9p9j'
19-Nov-2024 19:49:03 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-l9p9j' successfully started
19-Nov-2024 19:49:03
19-Nov-2024 19:49:03 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/fkne38kozbptmw7p
19-Nov-2024 19:49:03
19-Nov-2024 19:49:03 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/fkne38kozbptmw7p --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/fkne38kozbptmw7p
19-Nov-2024 19:49:03 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '3796602934411524897'...
19-Nov-2024 19:49:03 Getting configuration...
19-Nov-2024 19:49:03 Oneclient has been successfully mounted in '/tmp/onedata/mnt/fkne38kozbptmw7p'.
19-Nov-2024 19:49:03
19-Nov-2024 19:49:03 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:49:03 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:49:03 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:49:03
19-Nov-2024 19:49:03
19-Nov-2024 19:49:03 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-ksc9p'
19-Nov-2024 19:49:03 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-ksc9p' successfully started
19-Nov-2024 19:49:03
19-Nov-2024 19:49:03 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/j9h0s0urjzjxhvzg
19-Nov-2024 19:49:03
19-Nov-2024 19:49:03 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/j9h0s0urjzjxhvzg --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/j9h0s0urjzjxhvzg
19-Nov-2024 19:49:03 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '16245621487753793911'...
19-Nov-2024 19:49:03 Getting configuration...
19-Nov-2024 19:49:03 Oneclient has been successfully mounted in '/tmp/onedata/mnt/j9h0s0urjzjxhvzg'.
19-Nov-2024 19:49:03
19-Nov-2024 19:49:03 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
19-Nov-2024 19:49:03 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
19-Nov-2024 19:49:03 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
19-Nov-2024 19:49:03 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
19-Nov-2024 19:49:03 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
19-Nov-2024 19:49:03 -- Executing step: 'When "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
19-Nov-2024 19:49:03 -- Executing step: 'When "user1 changes space1/dir1 mode to 777 on client11"'
19-Nov-2024 19:49:03 -- Executing step: 'Then "mode of user2's space1/dir1 is 777 on client21"'
19-Nov-2024 19:49:03 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r on client11"'
19-Nov-2024 19:49:03 -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"'
19-Nov-2024 19:49:03 -- Executing step: 'Then "user2 can't stat [file1] in space1/dir1 on client21"'
19-Nov-2024 19:49:03 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"'
19-Nov-2024 19:49:03 -- Executing step: 'Then "user2 doesn't see [file1] in space1/dir1 on client21"'
19-Nov-2024 19:49:03 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"'
19-Nov-2024 19:49:03 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"'
19-Nov-2024 19:49:03 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
19-Nov-2024 19:49:03 =================================================================
19-Nov-2024 19:49:03
19-Nov-2024 19:49:04 PASSED
19-Nov-2024 19:49:04 Unmounting client from /tmp/onedata/mnt/fkne38kozbptmw7p
19-Nov-2024 19:49:04
19-Nov-2024 19:49:04
19-Nov-2024 19:49:04 Unmounting client from /tmp/onedata/mnt/j9h0s0urjzjxhvzg
19-Nov-2024 19:49:04
19-Nov-2024 19:49:04
19-Nov-2024 19:49:29 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
19-Nov-2024 19:49:29 =================================================================
19-Nov-2024 19:49:29 - Executing scenario 'Delete file opened by other user for reading and writing'
19-Nov-2024 19:49:29 - from feature 'Multi_regular_file_CRUD'
19-Nov-2024 19:49:29 -----------------------------------------------------------------
19-Nov-2024 19:49:29 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:49:29 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:49:29 using [token, token] by [user1, user2]"'
19-Nov-2024 19:49:29 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:49:29 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:49:29 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:49:29
19-Nov-2024 19:49:29
19-Nov-2024 19:49:29 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-l9p9j'
19-Nov-2024 19:49:29 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-l9p9j' successfully started
19-Nov-2024 19:49:29
19-Nov-2024 19:49:29 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/cqs24kdwjh7j3ldb
19-Nov-2024 19:49:29
19-Nov-2024 19:49:29 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/cqs24kdwjh7j3ldb --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/cqs24kdwjh7j3ldb
19-Nov-2024 19:49:29 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '494488904694230932'...
19-Nov-2024 19:49:29 Getting configuration...
19-Nov-2024 19:49:29 Oneclient has been successfully mounted in '/tmp/onedata/mnt/cqs24kdwjh7j3ldb'.
19-Nov-2024 19:49:29
19-Nov-2024 19:49:29 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:49:29 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:49:29 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:49:29
19-Nov-2024 19:49:29
19-Nov-2024 19:49:29 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-ksc9p'
19-Nov-2024 19:49:29 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-ksc9p' successfully started
19-Nov-2024 19:49:29
19-Nov-2024 19:49:29 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/03c6tbx8gz69i24k
19-Nov-2024 19:49:29
19-Nov-2024 19:49:29 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/03c6tbx8gz69i24k --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/03c6tbx8gz69i24k
19-Nov-2024 19:49:29 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '15327245128750060366'...
19-Nov-2024 19:49:29 Getting configuration...
19-Nov-2024 19:49:29 Oneclient has been successfully mounted in '/tmp/onedata/mnt/03c6tbx8gz69i24k'.
19-Nov-2024 19:49:29
19-Nov-2024 19:49:29 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
19-Nov-2024 19:49:29 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
19-Nov-2024 19:49:29 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
19-Nov-2024 19:49:29 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
19-Nov-2024 19:49:29 -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"'
19-Nov-2024 19:49:29 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
19-Nov-2024 19:49:29 -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"'
19-Nov-2024 19:49:29 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to previously opened space1/dir1/file1 on client11"'
19-Nov-2024 19:49:29 -- Executing step: 'Then "user1 sets current file position in space1/dir1/file1 at offset 0 on client11"'
19-Nov-2024 19:49:29 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"'
19-Nov-2024 19:49:29 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
19-Nov-2024 19:49:29 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"'
19-Nov-2024 19:49:29 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"'
19-Nov-2024 19:49:29 =================================================================
19-Nov-2024 19:49:29
19-Nov-2024 19:49:29 PASSED
19-Nov-2024 19:49:29 Unmounting client from /tmp/onedata/mnt/cqs24kdwjh7j3ldb
19-Nov-2024 19:49:29
19-Nov-2024 19:49:29
19-Nov-2024 19:49:29 Unmounting client from /tmp/onedata/mnt/03c6tbx8gz69i24k
19-Nov-2024 19:49:29
19-Nov-2024 19:49:29
19-Nov-2024 19:49:55 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
19-Nov-2024 19:49:55 =================================================================
19-Nov-2024 19:49:55 - Executing scenario 'Fail to delete file without permission, file is opened by other user'
19-Nov-2024 19:49:55 - from feature 'Multi_regular_file_CRUD'
19-Nov-2024 19:49:55 -----------------------------------------------------------------
19-Nov-2024 19:49:55 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:49:55 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:49:55 using [token, token] by [user1, user2]"'
19-Nov-2024 19:49:55 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:49:55 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:49:55 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:49:55
19-Nov-2024 19:49:55
19-Nov-2024 19:49:55 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-l9p9j'
19-Nov-2024 19:49:55 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-l9p9j' successfully started
19-Nov-2024 19:49:55
19-Nov-2024 19:49:55 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/f30p6wqcrt1ma5vd
19-Nov-2024 19:49:55
19-Nov-2024 19:49:55 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/f30p6wqcrt1ma5vd --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/f30p6wqcrt1ma5vd
19-Nov-2024 19:49:55 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '3864083991475309883'...
19-Nov-2024 19:49:55 Getting configuration...
19-Nov-2024 19:49:55 Oneclient has been successfully mounted in '/tmp/onedata/mnt/f30p6wqcrt1ma5vd'.
19-Nov-2024 19:49:55
19-Nov-2024 19:49:55 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:49:55 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:49:55 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:49:55
19-Nov-2024 19:49:55
19-Nov-2024 19:49:55 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-ksc9p'
19-Nov-2024 19:49:55 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-ksc9p' successfully started
19-Nov-2024 19:49:55
19-Nov-2024 19:49:55 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/szy3mnfwun30voke
19-Nov-2024 19:49:55
19-Nov-2024 19:49:55 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/szy3mnfwun30voke --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/szy3mnfwun30voke
19-Nov-2024 19:49:55 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '8575278736252026136'...
19-Nov-2024 19:49:55 Getting configuration...
19-Nov-2024 19:49:55 Oneclient has been successfully mounted in '/tmp/onedata/mnt/szy3mnfwun30voke'.
19-Nov-2024 19:49:55
19-Nov-2024 19:49:55 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
19-Nov-2024 19:49:55 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
19-Nov-2024 19:49:55 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
19-Nov-2024 19:49:55 -- Executing step: 'When "user2 sees [dir1] in space1 on client21"'
19-Nov-2024 19:49:55 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
19-Nov-2024 19:49:55 -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"'
19-Nov-2024 19:49:55 -- Executing step: 'Then "mode of user2's space1/dir1 is 755 on client21"'
19-Nov-2024 19:49:55 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
19-Nov-2024 19:49:55 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
19-Nov-2024 19:49:55 -- Executing step: 'Then "user2 fails to delete files [space1/dir1/file1] on client21"'
19-Nov-2024 19:49:55 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
19-Nov-2024 19:49:55 -- Executing step: 'Then "user1 can stat [file1] in space1/dir1 on client11"'
19-Nov-2024 19:49:55 -- Executing step: 'Then "user2 can stat [file1] in space1/dir1 on client21"'
19-Nov-2024 19:49:55 -- Executing step: 'Then "user1 sees [file1] in space1/dir1 on client11"'
19-Nov-2024 19:49:55 -- Executing step: 'Then "user2 sees [file1] in space1/dir1 on client21"'
19-Nov-2024 19:49:55 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
19-Nov-2024 19:49:55 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client21"'
19-Nov-2024 19:49:55 =================================================================
19-Nov-2024 19:49:55
19-Nov-2024 19:49:56 PASSED
19-Nov-2024 19:49:56 Unmounting client from /tmp/onedata/mnt/f30p6wqcrt1ma5vd
19-Nov-2024 19:49:56
19-Nov-2024 19:49:56
19-Nov-2024 19:49:56 Unmounting client from /tmp/onedata/mnt/szy3mnfwun30voke
19-Nov-2024 19:49:56
19-Nov-2024 19:49:56
19-Nov-2024 19:50:20 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
19-Nov-2024 19:50:20 =================================================================
19-Nov-2024 19:50:20 - Executing scenario 'Delete file right after closing it'
19-Nov-2024 19:50:20 - from feature 'Multi_regular_file_CRUD'
19-Nov-2024 19:50:20 -----------------------------------------------------------------
19-Nov-2024 19:50:20 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:50:20 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:50:20 using [token, token] by [user1, user2]"'
19-Nov-2024 19:50:20 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:50:20 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:50:20 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:50:20
19-Nov-2024 19:50:20
19-Nov-2024 19:50:20 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-l9p9j'
19-Nov-2024 19:50:20 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-l9p9j' successfully started
19-Nov-2024 19:50:20
19-Nov-2024 19:50:20 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/txafdk19fzkfcv5g
19-Nov-2024 19:50:20
19-Nov-2024 19:50:20 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/txafdk19fzkfcv5g --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/txafdk19fzkfcv5g
19-Nov-2024 19:50:20 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '4157718093623324995'...
19-Nov-2024 19:50:20 Getting configuration...
19-Nov-2024 19:50:20 Oneclient has been successfully mounted in '/tmp/onedata/mnt/txafdk19fzkfcv5g'.
19-Nov-2024 19:50:20
19-Nov-2024 19:50:20 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:50:20 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:50:20 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:50:20
19-Nov-2024 19:50:20
19-Nov-2024 19:50:20 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-ksc9p'
19-Nov-2024 19:50:20 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-ksc9p' successfully started
19-Nov-2024 19:50:20
19-Nov-2024 19:50:20 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/iirfi6erorej4wje
19-Nov-2024 19:50:20
19-Nov-2024 19:50:20 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/iirfi6erorej4wje --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/iirfi6erorej4wje
19-Nov-2024 19:50:20 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '3521932560502433464'...
19-Nov-2024 19:50:20 Getting configuration...
19-Nov-2024 19:50:20 Oneclient has been successfully mounted in '/tmp/onedata/mnt/iirfi6erorej4wje'.
19-Nov-2024 19:50:20
19-Nov-2024 19:50:20 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
19-Nov-2024 19:50:20 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
19-Nov-2024 19:50:20 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
19-Nov-2024 19:50:20 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
19-Nov-2024 19:50:20 -- Executing step: 'When "user1 opens space1/file1 with mode r+ on client11"'
19-Nov-2024 19:50:20 -- Executing step: 'When "user1 closes space1/file1 on client11"'
19-Nov-2024 19:50:20 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
19-Nov-2024 19:50:20 -- Executing step: 'When "space1 is empty for user1 on client11"'
19-Nov-2024 19:50:20 =================================================================
19-Nov-2024 19:50:20
19-Nov-2024 19:50:20 PASSED
19-Nov-2024 19:50:20 Unmounting client from /tmp/onedata/mnt/txafdk19fzkfcv5g
19-Nov-2024 19:50:20
19-Nov-2024 19:50:20
19-Nov-2024 19:50:20 Unmounting client from /tmp/onedata/mnt/iirfi6erorej4wje
19-Nov-2024 19:50:20
19-Nov-2024 19:50:20
19-Nov-2024 19:50:46 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
19-Nov-2024 19:50:46 =================================================================
19-Nov-2024 19:50:46 - Executing scenario 'Create many children'
19-Nov-2024 19:50:46 - from feature 'Multi_regular_file_CRUD'
19-Nov-2024 19:50:46 -----------------------------------------------------------------
19-Nov-2024 19:50:46 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:50:46 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:50:46 using [token, token] by [user1, user2]"'
19-Nov-2024 19:50:46 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:50:46 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:50:46 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:50:46
19-Nov-2024 19:50:46
19-Nov-2024 19:50:46 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-l9p9j'
19-Nov-2024 19:50:46 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-l9p9j' successfully started
19-Nov-2024 19:50:46
19-Nov-2024 19:50:46 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/cm16pmwpntzyj2ak
19-Nov-2024 19:50:46
19-Nov-2024 19:50:46 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/cm16pmwpntzyj2ak --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/cm16pmwpntzyj2ak
19-Nov-2024 19:50:46 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '4969788990423687622'...
19-Nov-2024 19:50:46 Getting configuration...
19-Nov-2024 19:50:46 Oneclient has been successfully mounted in '/tmp/onedata/mnt/cm16pmwpntzyj2ak'.
19-Nov-2024 19:50:46
19-Nov-2024 19:50:46 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:50:46 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:50:46 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:50:46
19-Nov-2024 19:50:46
19-Nov-2024 19:50:46 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-ksc9p'
19-Nov-2024 19:50:46 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-ksc9p' successfully started
19-Nov-2024 19:50:46
19-Nov-2024 19:50:46 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/umoxca9rtrmkidac
19-Nov-2024 19:50:46
19-Nov-2024 19:50:46 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/umoxca9rtrmkidac --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/umoxca9rtrmkidac
19-Nov-2024 19:50:46 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '9867791297045063112'...
19-Nov-2024 19:50:46 Getting configuration...
19-Nov-2024 19:50:46 Oneclient has been successfully mounted in '/tmp/onedata/mnt/umoxca9rtrmkidac'.
19-Nov-2024 19:50:46
19-Nov-2024 19:50:46 -- Executing step: 'When "user1 creates child files of space1 with names in range [1, 127) on client11"'
19-Nov-2024 19:50:46 -- Executing step: 'Then "user2 lists children of space1 and gets names in range [1, 127) on client21"'
19-Nov-2024 19:50:46 =================================================================
19-Nov-2024 19:50:46
19-Nov-2024 19:50:51 PASSED
19-Nov-2024 19:50:51 Unmounting client from /tmp/onedata/mnt/cm16pmwpntzyj2ak
19-Nov-2024 19:50:51
19-Nov-2024 19:50:51
19-Nov-2024 19:50:51 Unmounting client from /tmp/onedata/mnt/umoxca9rtrmkidac
19-Nov-2024 19:50:51
19-Nov-2024 19:50:51
19-Nov-2024 19:51:15 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
19-Nov-2024 19:51:15 =================================================================
19-Nov-2024 19:51:15 - Executing scenario 'Create nonempty file then copy it and remove source file'
19-Nov-2024 19:51:15 - from feature 'Multi_regular_file_CRUD'
19-Nov-2024 19:51:15 -----------------------------------------------------------------
19-Nov-2024 19:51:15 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:51:15 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:51:15 using [token, token] by [user1, user2]"'
19-Nov-2024 19:51:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:51:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:51:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:51:15
19-Nov-2024 19:51:15
19-Nov-2024 19:51:15 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-l9p9j'
19-Nov-2024 19:51:15 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-l9p9j' successfully started
19-Nov-2024 19:51:15
19-Nov-2024 19:51:15 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/nitbg4ht75uozpm9
19-Nov-2024 19:51:15
19-Nov-2024 19:51:15 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/nitbg4ht75uozpm9 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/nitbg4ht75uozpm9
19-Nov-2024 19:51:15 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '3723029742834777582'...
19-Nov-2024 19:51:15 Getting configuration...
19-Nov-2024 19:51:15 Oneclient has been successfully mounted in '/tmp/onedata/mnt/nitbg4ht75uozpm9'.
19-Nov-2024 19:51:15
19-Nov-2024 19:51:15 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:51:15 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:51:15 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:51:15
19-Nov-2024 19:51:15
19-Nov-2024 19:51:15 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-ksc9p'
19-Nov-2024 19:51:15 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-ksc9p' successfully started
19-Nov-2024 19:51:15
19-Nov-2024 19:51:15 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/ugl8pcz3u03pcqnu
19-Nov-2024 19:51:15
19-Nov-2024 19:51:15 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ugl8pcz3u03pcqnu --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ugl8pcz3u03pcqnu
19-Nov-2024 19:51:15 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '6372880775546884242'...
19-Nov-2024 19:51:15 Getting configuration...
19-Nov-2024 19:51:15 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ugl8pcz3u03pcqnu'.
19-Nov-2024 19:51:15
19-Nov-2024 19:51:15 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
19-Nov-2024 19:51:15 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
19-Nov-2024 19:51:15 -- Executing step: 'When "user1 copies regular file space1/file1 to space1/file1_copy on client11"'
19-Nov-2024 19:51:15 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
19-Nov-2024 19:51:15 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client11"'
19-Nov-2024 19:51:15 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client21"'
19-Nov-2024 19:51:15 =================================================================
19-Nov-2024 19:51:15
19-Nov-2024 19:51:16 PASSED
19-Nov-2024 19:51:16 Unmounting client from /tmp/onedata/mnt/nitbg4ht75uozpm9
19-Nov-2024 19:51:16
19-Nov-2024 19:51:16
19-Nov-2024 19:51:16 Unmounting client from /tmp/onedata/mnt/ugl8pcz3u03pcqnu
19-Nov-2024 19:51:16
19-Nov-2024 19:51:16
19-Nov-2024 19:51:39 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
19-Nov-2024 19:51:39 =================================================================
19-Nov-2024 19:51:39 - Executing scenario 'Create nonempty file then move it to another space'
19-Nov-2024 19:51:39 - from feature 'Multi_regular_file_CRUD'
19-Nov-2024 19:51:39 -----------------------------------------------------------------
19-Nov-2024 19:51:39 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:51:39 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:51:39 using [token, token] by [user1, user2]"'
19-Nov-2024 19:51:39 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:51:39 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:51:39 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-l9p9j', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:51:39
19-Nov-2024 19:51:39
19-Nov-2024 19:51:39 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-l9p9j'
19-Nov-2024 19:51:39 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-l9p9j' successfully started
19-Nov-2024 19:51:39
19-Nov-2024 19:51:39 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/ygwsvq7qn0ptbzmo
19-Nov-2024 19:51:39
19-Nov-2024 19:51:39 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ygwsvq7qn0ptbzmo --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ygwsvq7qn0ptbzmo
19-Nov-2024 19:51:39 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7293811543389603481'...
19-Nov-2024 19:51:39 Getting configuration...
19-Nov-2024 19:51:39 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ygwsvq7qn0ptbzmo'.
19-Nov-2024 19:51:39
19-Nov-2024 19:51:39 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:51:39 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:51:39 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-ksc9p', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:51:39
19-Nov-2024 19:51:39
19-Nov-2024 19:51:39 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-ksc9p'
19-Nov-2024 19:51:39 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-ksc9p' successfully started
19-Nov-2024 19:51:39
19-Nov-2024 19:51:39 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/35vzsfz5bjb88wxf
19-Nov-2024 19:51:39
19-Nov-2024 19:51:39 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/35vzsfz5bjb88wxf --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/35vzsfz5bjb88wxf
19-Nov-2024 19:51:39 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '1895947401905296207'...
19-Nov-2024 19:51:39 Getting configuration...
19-Nov-2024 19:51:39 Oneclient has been successfully mounted in '/tmp/onedata/mnt/35vzsfz5bjb88wxf'.
19-Nov-2024 19:51:39
19-Nov-2024 19:51:39 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
19-Nov-2024 19:51:39 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
19-Nov-2024 19:51:39 -- Executing step: 'When "user2 reads "TEST TEXT ONEDATA" from file space1/file1 on client21"'
19-Nov-2024 19:51:39 -- Executing step: 'When "user1 renames space1/file1 to space2/file1_moved on client11"'
19-Nov-2024 19:51:39 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client11"'
19-Nov-2024 19:51:39 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client21"'
19-Nov-2024 19:51:39 =================================================================
19-Nov-2024 19:51:39
19-Nov-2024 19:51:52 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
19-Nov-2024 19:51:52 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
19-Nov-2024 19:51:52 PASSED
19-Nov-2024 19:51:52 Unmounting client from /tmp/onedata/mnt/ygwsvq7qn0ptbzmo
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52 Unmounting client from /tmp/onedata/mnt/35vzsfz5bjb88wxf
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52 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.1732045900.5099275', '-c', '/tmp/logs']
19-Nov-2024 19:51:52 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-xfpk7. See /home/bamboo/.one-env/deployments/2024.11.19-19.36.19/pod-logs/dev-cross-support-job-3p-users-xfpk7/entrypoint.log for more details
19-Nov-2024 19:51:52 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-l9p9j: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.19-19.36.19/pod-logs/dev-oneclient-krakow-7d9476b8bc-l9p9j/oneclient_logs
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=187/219)
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:51:52          23,683   0%   22.59MB/s    0:00:00 (xfr#1, to-chk=186/219)
19-Nov-2024 19:51:52          23,683   0%   22.59MB/s    0:00:00 (xfr#1, to-chk=180/219)
19-Nov-2024 19:51:52          23,953   0%   22.84MB/s    0:00:00 (xfr#2, to-chk=182/219)
19-Nov-2024 19:51:52         102,949   1%   98.18MB/s    0:00:00 (xfr#3, to-chk=181/219)
19-Nov-2024 19:51:52         103,219   1%   98.44MB/s    0:00:00 (xfr#4, to-chk=180/219)
19-Nov-2024 19:51:52         163,601   2%  156.02MB/s    0:00:00 (xfr#5, to-chk=179/219)
19-Nov-2024 19:51:52         164,447   2%  156.83MB/s    0:00:00 (xfr#6, to-chk=175/219)
19-Nov-2024 19:51:52         402,068   4%   31.95MB/s    0:00:00 (xfr#7, to-chk=174/219)
19-Nov-2024 19:51:52         402,914   4%   32.02MB/s    0:00:00 (xfr#8, to-chk=173/219)
19-Nov-2024 19:51:52         431,823   5%   25.74MB/s    0:00:00 (xfr#9, to-chk=172/219)
19-Nov-2024 19:51:52         432,477   5%   25.78MB/s    0:00:00 (xfr#10, to-chk=168/219)
19-Nov-2024 19:51:52         521,722   6%   31.10MB/s    0:00:00 (xfr#11, to-chk=167/219)
19-Nov-2024 19:51:52         522,376   6%   31.14MB/s    0:00:00 (xfr#12, to-chk=166/219)
19-Nov-2024 19:51:52         548,705   6%   30.78MB/s    0:00:00 (xfr#13, to-chk=165/219)
19-Nov-2024 19:51:52         549,359   6%   30.82MB/s    0:00:00 (xfr#14, to-chk=161/219)
19-Nov-2024 19:51:52         661,405   8%   28.67MB/s    0:00:00 (xfr#15, to-chk=160/219)
19-Nov-2024 19:51:52         662,059   8%   28.70MB/s    0:00:00 (xfr#16, to-chk=159/219)
19-Nov-2024 19:51:52         684,632   8%   29.68MB/s    0:00:00 (xfr#17, to-chk=158/219)
19-Nov-2024 19:51:52         685,190   8%   29.70MB/s    0:00:00 (xfr#18, to-chk=154/219)
19-Nov-2024 19:51:52         770,997   9%   31.97MB/s    0:00:00 (xfr#19, to-chk=153/219)
19-Nov-2024 19:51:52         771,555   9%   31.99MB/s    0:00:00 (xfr#20, to-chk=152/219)
19-Nov-2024 19:51:52         928,534  11%   31.63MB/s    0:00:00 (xfr#21, to-chk=151/219)
19-Nov-2024 19:51:52         929,092  11%   31.64MB/s    0:00:00 (xfr#22, to-chk=147/219)
19-Nov-2024 19:51:52       1,448,259  17%   41.85MB/s    0:00:00 (xfr#23, to-chk=146/219)
19-Nov-2024 19:51:52       1,448,817  17%   40.64MB/s    0:00:00 (xfr#24, to-chk=145/219)
19-Nov-2024 19:51:52       1,789,537  22%   39.69MB/s    0:00:00 (xfr#25, to-chk=144/219)
19-Nov-2024 19:51:52       1,789,999  22%   38.80MB/s    0:00:00 (xfr#26, to-chk=140/219)
19-Nov-2024 19:51:52       2,900,573  35%   31.43MB/s    0:00:00 (xfr#27, to-chk=139/219)
19-Nov-2024 19:51:52       2,901,035  35%   31.44MB/s    0:00:00 (xfr#28, to-chk=138/219)
19-Nov-2024 19:51:52       2,932,098  36%   31.42MB/s    0:00:00 (xfr#29, to-chk=137/219)
19-Nov-2024 19:51:52       2,932,464  36%   31.42MB/s    0:00:00 (xfr#30, to-chk=133/219)
19-Nov-2024 19:51:52       3,034,797  37%   32.16MB/s    0:00:00 (xfr#31, to-chk=132/219)
19-Nov-2024 19:51:52       3,035,163  37%   32.16MB/s    0:00:00 (xfr#32, to-chk=131/219)
19-Nov-2024 19:51:52       3,060,377  37%   32.43MB/s    0:00:00 (xfr#33, to-chk=130/219)
19-Nov-2024 19:51:52       3,060,935  37%   32.43MB/s    0:00:00 (xfr#34, to-chk=126/219)
19-Nov-2024 19:51:52       3,158,489  38%   32.04MB/s    0:00:00 (xfr#35, to-chk=125/219)
19-Nov-2024 19:51:52       3,159,047  38%   32.05MB/s    0:00:00 (xfr#36, to-chk=124/219)
19-Nov-2024 19:51:52       3,190,618  39%   32.03MB/s    0:00:00 (xfr#37, to-chk=123/219)
19-Nov-2024 19:51:52       3,190,984  39%   32.03MB/s    0:00:00 (xfr#38, to-chk=119/219)
19-Nov-2024 19:51:52       3,286,364  40%   32.65MB/s    0:00:00 (xfr#39, to-chk=118/219)
19-Nov-2024 19:51:52       3,286,730  40%   32.65MB/s    0:00:00 (xfr#40, to-chk=117/219)
19-Nov-2024 19:51:52       3,287,358  40%   32.66MB/s    0:00:00 (xfr#41, to-chk=116/219)
19-Nov-2024 19:51:52       3,323,010  40%   32.67MB/s    0:00:00 (xfr#42, to-chk=115/219)
19-Nov-2024 19:51:52       3,323,568  40%   32.68MB/s    0:00:00 (xfr#43, to-chk=111/219)
19-Nov-2024 19:51:52       3,454,849  42%   31.38MB/s    0:00:00 (xfr#44, to-chk=110/219)
19-Nov-2024 19:51:52       3,455,407  42%   31.38MB/s    0:00:00 (xfr#45, to-chk=109/219)
19-Nov-2024 19:51:52       3,456,035  42%   31.39MB/s    0:00:00 (xfr#46, to-chk=108/219)
19-Nov-2024 19:51:52       3,496,741  43%   31.46MB/s    0:00:00 (xfr#47, to-chk=107/219)
19-Nov-2024 19:51:52       3,497,491  43%   31.47MB/s    0:00:00 (xfr#48, to-chk=103/219)
19-Nov-2024 19:51:52       3,637,778  44%   28.67MB/s    0:00:00 (xfr#49, to-chk=102/219)
19-Nov-2024 19:51:52       3,638,528  44%   28.44MB/s    0:00:00 (xfr#50, to-chk=101/219)
19-Nov-2024 19:51:52       3,656,297  45%   28.58MB/s    0:00:00 (xfr#51, to-chk=100/219)
19-Nov-2024 19:51:52       3,656,951  45%   28.59MB/s    0:00:00 (xfr#52, to-chk=96/219)
19-Nov-2024 19:51:52       3,723,396  45%   28.87MB/s    0:00:00 (xfr#53, to-chk=95/219)
19-Nov-2024 19:51:52       3,724,050  45%   28.87MB/s    0:00:00 (xfr#54, to-chk=94/219)
19-Nov-2024 19:51:52       3,764,544  46%   29.19MB/s    0:00:00 (xfr#55, to-chk=93/219)
19-Nov-2024 19:51:52       3,765,006  46%   29.19MB/s    0:00:00 (xfr#56, to-chk=89/219)
19-Nov-2024 19:51:52       3,894,024  48%   29.95MB/s    0:00:00 (xfr#57, to-chk=88/219)
19-Nov-2024 19:51:52       3,894,486  48%   29.95MB/s    0:00:00 (xfr#58, to-chk=87/219)
19-Nov-2024 19:51:52       3,895,114  48%   29.96MB/s    0:00:00 (xfr#59, to-chk=86/219)
19-Nov-2024 19:51:52       3,927,008  48%   29.72MB/s    0:00:00 (xfr#60, to-chk=85/219)
19-Nov-2024 19:51:52       3,927,566  48%   29.73MB/s    0:00:00 (xfr#61, to-chk=81/219)
19-Nov-2024 19:51:52       4,022,156  49%   27.20MB/s    0:00:00 (xfr#62, to-chk=80/219)
19-Nov-2024 19:51:52       4,022,714  49%   27.02MB/s    0:00:00 (xfr#63, to-chk=79/219)
19-Nov-2024 19:51:52       4,023,342  49%   27.02MB/s    0:00:00 (xfr#64, to-chk=78/219)
19-Nov-2024 19:51:52       4,055,368  50%   27.24MB/s    0:00:00 (xfr#65, to-chk=77/219)
19-Nov-2024 19:51:52       4,056,022  50%   27.24MB/s    0:00:00 (xfr#66, to-chk=73/219)
19-Nov-2024 19:51:52       4,156,560  51%   27.92MB/s    0:00:00 (xfr#67, to-chk=72/219)
19-Nov-2024 19:51:52       4,157,214  51%   27.92MB/s    0:00:00 (xfr#68, to-chk=71/219)
19-Nov-2024 19:51:52       4,186,766  51%   27.92MB/s    0:00:00 (xfr#69, to-chk=70/219)
19-Nov-2024 19:51:52       4,187,324  51%   27.93MB/s    0:00:00 (xfr#70, to-chk=66/219)
19-Nov-2024 19:51:52       4,275,732  52%   28.32MB/s    0:00:00 (xfr#71, to-chk=65/219)
19-Nov-2024 19:51:52       4,276,290  52%   28.32MB/s    0:00:00 (xfr#72, to-chk=64/219)
19-Nov-2024 19:51:52       4,302,222  53%   28.49MB/s    0:00:00 (xfr#73, to-chk=63/219)
19-Nov-2024 19:51:52       4,302,684  53%   28.50MB/s    0:00:00 (xfr#74, to-chk=59/219)
19-Nov-2024 19:51:52       4,383,690  54%   28.83MB/s    0:00:00 (xfr#75, to-chk=58/219)
19-Nov-2024 19:51:52       4,384,152  54%   28.83MB/s    0:00:00 (xfr#76, to-chk=57/219)
19-Nov-2024 19:51:52       4,401,966  54%   28.95MB/s    0:00:00 (xfr#77, to-chk=56/219)
19-Nov-2024 19:51:52       4,402,332  54%   28.76MB/s    0:00:00 (xfr#78, to-chk=52/219)
19-Nov-2024 19:51:52       4,464,423  55%   28.77MB/s    0:00:00 (xfr#79, to-chk=51/219)
19-Nov-2024 19:51:52       4,464,789  55%   28.58MB/s    0:00:00 (xfr#80, to-chk=50/219)
19-Nov-2024 19:51:52       4,492,459  55%   28.19MB/s    0:00:00 (xfr#81, to-chk=49/219)
19-Nov-2024 19:51:52       4,492,921  55%   28.19MB/s    0:00:00 (xfr#82, to-chk=45/219)
19-Nov-2024 19:51:52       4,580,885  56%   28.55MB/s    0:00:00 (xfr#83, to-chk=44/219)
19-Nov-2024 19:51:52       4,581,347  56%   28.56MB/s    0:00:00 (xfr#84, to-chk=43/219)
19-Nov-2024 19:51:52       4,612,266  56%   28.56MB/s    0:00:00 (xfr#85, to-chk=42/219)
19-Nov-2024 19:51:52       4,612,632  56%   28.38MB/s    0:00:00 (xfr#86, to-chk=38/219)
19-Nov-2024 19:51:52       4,715,640  58%   28.83MB/s    0:00:00 (xfr#87, to-chk=37/219)
19-Nov-2024 19:51:52       4,716,006  58%   28.83MB/s    0:00:00 (xfr#88, to-chk=36/219)
19-Nov-2024 19:51:52       4,771,485  58%   28.98MB/s    0:00:00 (xfr#89, to-chk=35/219)
19-Nov-2024 19:51:52       4,772,235  58%   28.99MB/s    0:00:00 (xfr#90, to-chk=31/219)
19-Nov-2024 19:51:52       4,969,926  61%   29.08MB/s    0:00:00 (xfr#91, to-chk=30/219)
19-Nov-2024 19:51:52       4,970,676  61%   29.08MB/s    0:00:00 (xfr#92, to-chk=29/219)
19-Nov-2024 19:51:52       5,004,735  61%   29.10MB/s    0:00:00 (xfr#93, to-chk=28/219)
19-Nov-2024 19:51:52       5,005,293  61%   29.11MB/s    0:00:00 (xfr#94, to-chk=24/219)
19-Nov-2024 19:51:52       5,119,872  63%   29.77MB/s    0:00:00 (xfr#95, to-chk=23/219)
19-Nov-2024 19:51:52       5,120,430  63%   29.78MB/s    0:00:00 (xfr#96, to-chk=22/219)
19-Nov-2024 19:51:52       5,155,051  63%   29.80MB/s    0:00:00 (xfr#97, to-chk=21/219)
19-Nov-2024 19:51:52       5,155,705  63%   29.80MB/s    0:00:00 (xfr#98, to-chk=17/219)
19-Nov-2024 19:51:52       5,251,085  64%   30.17MB/s    0:00:00 (xfr#99, to-chk=16/219)
19-Nov-2024 19:51:52       5,251,739  64%   30.17MB/s    0:00:00 (xfr#100, to-chk=15/219)
19-Nov-2024 19:51:52       5,473,926  67%   31.07MB/s    0:00:00 (xfr#101, to-chk=14/219)
19-Nov-2024 19:51:52       5,474,388  67%   31.08MB/s    0:00:00 (xfr#102, to-chk=10/219)
19-Nov-2024 19:51:52       7,918,122  97%   24.52MB/s    0:00:00 (xfr#103, to-chk=9/219)
19-Nov-2024 19:51:52       7,918,584  97%   24.52MB/s    0:00:00 (xfr#104, to-chk=8/219)
19-Nov-2024 19:51:52       7,952,570  98%   22.64MB/s    0:00:00 (xfr#105, to-chk=7/219)
19-Nov-2024 19:51:52       7,953,032  98%   22.64MB/s    0:00:00 (xfr#106, to-chk=3/219)
19-Nov-2024 19:51:52       8,066,440  99%   22.83MB/s    0:00:00 (xfr#107, to-chk=2/219)
19-Nov-2024 19:51:52       8,066,902  99%   22.76MB/s    0:00:00 (xfr#108, to-chk=1/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.80MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.60MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.60MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52       8,106,368  99%   22.54MB/s    0:00:00 (xfr#109, to-chk=0/219)
19-Nov-2024 19:51:52 [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-ksc9p: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.19-19.36.19/pod-logs/dev-oneclient-paris-5cc45c8cb7-ksc9p/oneclient_logs
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=191/223)
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:51:52          19,294   0%   18.40MB/s    0:00:00 (xfr#1, to-chk=190/223)
19-Nov-2024 19:51:52          19,294   0%   18.40MB/s    0:00:00 (xfr#1, to-chk=184/223)
19-Nov-2024 19:51:52          19,756   0%   18.84MB/s    0:00:00 (xfr#2, to-chk=186/223)
19-Nov-2024 19:51:52          85,681   2%   27.24MB/s    0:00:00 (xfr#3, to-chk=185/223)
19-Nov-2024 19:51:52          86,143   2%   27.38MB/s    0:00:00 (xfr#4, to-chk=184/223)
19-Nov-2024 19:51:52         116,157   3%   15.83MB/s    0:00:00 (xfr#5, to-chk=183/223)
19-Nov-2024 19:51:52         116,811   3%   15.91MB/s    0:00:00 (xfr#6, to-chk=179/223)
19-Nov-2024 19:51:52         197,955   5%   15.73MB/s    0:00:00 (xfr#7, to-chk=178/223)
19-Nov-2024 19:51:52         198,609   5%   15.78MB/s    0:00:00 (xfr#8, to-chk=177/223)
19-Nov-2024 19:51:52         230,592   6%   18.33MB/s    0:00:00 (xfr#9, to-chk=176/223)
19-Nov-2024 19:51:52         231,342   6%   18.39MB/s    0:00:00 (xfr#10, to-chk=172/223)
19-Nov-2024 19:51:52         339,061   9%   17.96MB/s    0:00:00 (xfr#11, to-chk=171/223)
19-Nov-2024 19:51:52         339,811   9%   17.06MB/s    0:00:00 (xfr#12, to-chk=170/223)
19-Nov-2024 19:51:52         364,654  10%   18.30MB/s    0:00:00 (xfr#13, to-chk=169/223)
19-Nov-2024 19:51:52         365,020  10%   18.32MB/s    0:00:00 (xfr#14, to-chk=165/223)
19-Nov-2024 19:51:52         444,015  12%   12.10MB/s    0:00:00 (xfr#15, to-chk=164/223)
19-Nov-2024 19:51:52         444,381  12%   11.77MB/s    0:00:00 (xfr#16, to-chk=163/223)
19-Nov-2024 19:51:52         479,721  13%   12.71MB/s    0:00:00 (xfr#17, to-chk=162/223)
19-Nov-2024 19:51:52         480,279  13%   12.38MB/s    0:00:00 (xfr#18, to-chk=158/223)
19-Nov-2024 19:51:52         581,517  16%   14.59MB/s    0:00:00 (xfr#19, to-chk=157/223)
19-Nov-2024 19:51:52         582,075  16%   13.88MB/s    0:00:00 (xfr#20, to-chk=156/223)
19-Nov-2024 19:51:52         582,703  16%   13.55MB/s    0:00:00 (xfr#21, to-chk=155/223)
19-Nov-2024 19:51:52         668,506  18%   15.55MB/s    0:00:00 (xfr#22, to-chk=154/223)
19-Nov-2024 19:51:52         669,064  18%   15.56MB/s    0:00:00 (xfr#23, to-chk=150/223)
19-Nov-2024 19:51:52         909,809  25%   20.18MB/s    0:00:00 (xfr#24, to-chk=149/223)
19-Nov-2024 19:51:52         910,367  25%   19.73MB/s    0:00:00 (xfr#25, to-chk=148/223)
19-Nov-2024 19:51:52         925,476  25%   20.06MB/s    0:00:00 (xfr#26, to-chk=147/223)
19-Nov-2024 19:51:52         925,938  25%   20.07MB/s    0:00:00 (xfr#27, to-chk=143/223)
19-Nov-2024 19:51:52         983,178  27%   20.38MB/s    0:00:00 (xfr#28, to-chk=142/223)
19-Nov-2024 19:51:52         983,640  27%   20.39MB/s    0:00:00 (xfr#29, to-chk=141/223)
19-Nov-2024 19:51:52       1,004,084  28%   20.82MB/s    0:00:00 (xfr#30, to-chk=140/223)
19-Nov-2024 19:51:52       1,004,642  28%   20.83MB/s    0:00:00 (xfr#31, to-chk=136/223)
19-Nov-2024 19:51:52       1,077,829  30%   21.87MB/s    0:00:00 (xfr#32, to-chk=135/223)
19-Nov-2024 19:51:52       1,078,387  30%   21.43MB/s    0:00:00 (xfr#33, to-chk=134/223)
19-Nov-2024 19:51:52       1,104,085  30%   21.06MB/s    0:00:00 (xfr#34, to-chk=133/223)
19-Nov-2024 19:51:52       1,104,451  30%   21.07MB/s    0:00:00 (xfr#35, to-chk=129/223)
19-Nov-2024 19:51:52       1,186,513  33%   22.63MB/s    0:00:00 (xfr#36, to-chk=128/223)
19-Nov-2024 19:51:52       1,186,879  33%   22.19MB/s    0:00:00 (xfr#37, to-chk=127/223)
19-Nov-2024 19:51:52       1,187,507  33%   22.21MB/s    0:00:00 (xfr#38, to-chk=126/223)
19-Nov-2024 19:51:52       1,214,591  33%   21.86MB/s    0:00:00 (xfr#39, to-chk=125/223)
19-Nov-2024 19:51:52       1,215,149  33%   21.87MB/s    0:00:00 (xfr#40, to-chk=121/223)
19-Nov-2024 19:51:52       1,303,472  36%   23.02MB/s    0:00:00 (xfr#41, to-chk=120/223)
19-Nov-2024 19:51:52       1,304,030  36%   23.03MB/s    0:00:00 (xfr#42, to-chk=119/223)
19-Nov-2024 19:51:52       1,333,204  37%   23.55MB/s    0:00:00 (xfr#43, to-chk=118/223)
19-Nov-2024 19:51:52       1,333,666  37%   23.13MB/s    0:00:00 (xfr#44, to-chk=114/223)
19-Nov-2024 19:51:52       1,426,187  39%   24.73MB/s    0:00:00 (xfr#45, to-chk=113/223)
19-Nov-2024 19:51:52       1,426,649  39%   24.30MB/s    0:00:00 (xfr#46, to-chk=112/223)
19-Nov-2024 19:51:52       1,441,233  40%   24.54MB/s    0:00:00 (xfr#47, to-chk=111/223)
19-Nov-2024 19:51:52       1,441,695  40%   24.55MB/s    0:00:00 (xfr#48, to-chk=107/223)
19-Nov-2024 19:51:52       1,491,977  41%   25.41MB/s    0:00:00 (xfr#49, to-chk=106/223)
19-Nov-2024 19:51:52       1,492,439  41%   24.97MB/s    0:00:00 (xfr#50, to-chk=105/223)
19-Nov-2024 19:51:52       1,515,986  42%   25.36MB/s    0:00:00 (xfr#51, to-chk=104/223)
19-Nov-2024 19:51:52       1,516,544  42%   25.37MB/s    0:00:00 (xfr#52, to-chk=100/223)
19-Nov-2024 19:51:52       1,604,330  44%   26.38MB/s    0:00:00 (xfr#53, to-chk=99/223)
19-Nov-2024 19:51:52       1,604,888  44%   26.39MB/s    0:00:00 (xfr#54, to-chk=98/223)
19-Nov-2024 19:51:52       1,605,516  44%   26.40MB/s    0:00:00 (xfr#55, to-chk=97/223)
19-Nov-2024 19:51:52       1,693,813  47%   27.38MB/s    0:00:00 (xfr#56, to-chk=96/223)
19-Nov-2024 19:51:52       1,694,467  47%   26.93MB/s    0:00:00 (xfr#57, to-chk=92/223)
19-Nov-2024 19:51:52       1,936,848  54%   29.32MB/s    0:00:00 (xfr#58, to-chk=91/223)
19-Nov-2024 19:51:52       1,937,502  54%   29.33MB/s    0:00:00 (xfr#59, to-chk=90/223)
19-Nov-2024 19:51:52       1,968,506  54%   29.80MB/s    0:00:00 (xfr#60, to-chk=89/223)
19-Nov-2024 19:51:52       1,968,968  54%   29.34MB/s    0:00:00 (xfr#61, to-chk=85/223)
19-Nov-2024 19:51:52       2,067,196  57%   30.80MB/s    0:00:00 (xfr#62, to-chk=84/223)
19-Nov-2024 19:51:52       2,067,658  57%   30.81MB/s    0:00:00 (xfr#63, to-chk=83/223)
19-Nov-2024 19:51:52       2,101,958  58%   30.84MB/s    0:00:00 (xfr#64, to-chk=82/223)
19-Nov-2024 19:51:52       2,102,708  58%   30.85MB/s    0:00:00 (xfr#65, to-chk=78/223)
19-Nov-2024 19:51:52       2,211,069  61%   31.95MB/s    0:00:00 (xfr#66, to-chk=77/223)
19-Nov-2024 19:51:52       2,211,819  61%   31.96MB/s    0:00:00 (xfr#67, to-chk=76/223)
19-Nov-2024 19:51:52       2,231,798  62%   32.25MB/s    0:00:00 (xfr#68, to-chk=75/223)
19-Nov-2024 19:51:52       2,232,548  62%   32.26MB/s    0:00:00 (xfr#69, to-chk=71/223)
19-Nov-2024 19:51:52       2,313,330  64%   31.97MB/s    0:00:00 (xfr#70, to-chk=70/223)
19-Nov-2024 19:51:52       2,314,080  64%   31.98MB/s    0:00:00 (xfr#71, to-chk=69/223)
19-Nov-2024 19:51:52       2,348,661  65%   31.55MB/s    0:00:00 (xfr#72, to-chk=68/223)
19-Nov-2024 19:51:52       2,349,315  65%   31.56MB/s    0:00:00 (xfr#73, to-chk=64/223)
19-Nov-2024 19:51:52       2,353,452  65%   29.93MB/s    0:00:00 (xfr#74, to-chk=63/223)
19-Nov-2024 19:51:52       2,463,011  68%   27.31MB/s    0:00:00 (xfr#75, to-chk=62/223)
19-Nov-2024 19:51:52       2,463,665  68%   27.32MB/s    0:00:00 (xfr#76, to-chk=61/223)
19-Nov-2024 19:51:52       2,494,664  69%   27.35MB/s    0:00:00 (xfr#77, to-chk=60/223)
19-Nov-2024 19:51:52       2,495,126  69%   27.35MB/s    0:00:00 (xfr#78, to-chk=56/223)
19-Nov-2024 19:51:52       2,610,607  72%   28.29MB/s    0:00:00 (xfr#79, to-chk=55/223)
19-Nov-2024 19:51:52       2,611,069  72%   27.98MB/s    0:00:00 (xfr#80, to-chk=54/223)
19-Nov-2024 19:51:52       2,630,524  73%   28.19MB/s    0:00:00 (xfr#81, to-chk=53/223)
19-Nov-2024 19:51:52       2,630,890  73%   28.19MB/s    0:00:00 (xfr#82, to-chk=49/223)
19-Nov-2024 19:51:52       2,694,416  75%   28.87MB/s    0:00:00 (xfr#83, to-chk=48/223)
19-Nov-2024 19:51:52       2,694,782  75%   28.88MB/s    0:00:00 (xfr#84, to-chk=47/223)
19-Nov-2024 19:51:52       2,695,410  75%   28.88MB/s    0:00:00 (xfr#85, to-chk=46/223)
19-Nov-2024 19:51:52       2,716,621  75%   28.79MB/s    0:00:00 (xfr#86, to-chk=45/223)
19-Nov-2024 19:51:52       2,716,987  75%   28.79MB/s    0:00:00 (xfr#87, to-chk=41/223)
19-Nov-2024 19:51:52       2,778,364  77%   29.44MB/s    0:00:00 (xfr#88, to-chk=40/223)
19-Nov-2024 19:51:52       2,778,730  77%   29.44MB/s    0:00:00 (xfr#89, to-chk=39/223)
19-Nov-2024 19:51:52       2,779,358  77%   29.45MB/s    0:00:00 (xfr#90, to-chk=38/223)
19-Nov-2024 19:51:52       2,906,369  81%   30.46MB/s    0:00:00 (xfr#91, to-chk=37/223)
19-Nov-2024 19:51:52       2,907,055  81%   30.47MB/s    0:00:00 (xfr#92, to-chk=33/223)
19-Nov-2024 19:51:52       3,139,945  87%   32.55MB/s    0:00:00 (xfr#93, to-chk=32/223)
19-Nov-2024 19:51:52       3,140,631  87%   32.56MB/s    0:00:00 (xfr#94, to-chk=31/223)
19-Nov-2024 19:51:52       3,169,517  88%   32.16MB/s    0:00:00 (xfr#95, to-chk=30/223)
19-Nov-2024 19:51:52       3,169,883  88%   32.16MB/s    0:00:00 (xfr#96, to-chk=26/223)
19-Nov-2024 19:51:52       3,261,368  91%   32.74MB/s    0:00:00 (xfr#97, to-chk=25/223)
19-Nov-2024 19:51:52       3,261,734  91%   32.74MB/s    0:00:00 (xfr#98, to-chk=24/223)
19-Nov-2024 19:51:52       3,262,362  91%   32.41MB/s    0:00:00 (xfr#99, to-chk=23/223)
19-Nov-2024 19:51:52       3,277,050  91%   32.55MB/s    0:00:00 (xfr#100, to-chk=22/223)
19-Nov-2024 19:51:52       3,277,800  91%   32.56MB/s    0:00:00 (xfr#101, to-chk=18/223)
19-Nov-2024 19:51:52       3,332,514  93%   33.11MB/s    0:00:00 (xfr#102, to-chk=17/223)
19-Nov-2024 19:51:52       3,333,264  93%   33.11MB/s    0:00:00 (xfr#103, to-chk=16/223)
19-Nov-2024 19:51:52       3,353,443  93%   32.97MB/s    0:00:00 (xfr#104, to-chk=15/223)
19-Nov-2024 19:51:52       3,353,809  93%   32.97MB/s    0:00:00 (xfr#105, to-chk=11/223)
19-Nov-2024 19:51:52       3,442,517  96%   33.50MB/s    0:00:00 (xfr#106, to-chk=10/223)
19-Nov-2024 19:51:52       3,442,883  96%   33.50MB/s    0:00:00 (xfr#107, to-chk=9/223)
19-Nov-2024 19:51:52       3,443,511  96%   33.51MB/s    0:00:00 (xfr#108, to-chk=8/223)
19-Nov-2024 19:51:52       3,465,998  96%   33.73MB/s    0:00:00 (xfr#109, to-chk=7/223)
19-Nov-2024 19:51:52       3,466,556  96%   33.73MB/s    0:00:00 (xfr#110, to-chk=3/223)
19-Nov-2024 19:51:52       3,535,325  98%   34.06MB/s    0:00:00 (xfr#111, to-chk=2/223)
19-Nov-2024 19:51:52       3,535,883  98%   34.06MB/s    0:00:00 (xfr#112, to-chk=1/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   34.47MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   31.02MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   31.02MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   31.02MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   31.02MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   31.02MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   30.74MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   30.74MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   30.74MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   30.74MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52       3,578,049  99%   30.74MB/s    0:00:00 (xfr#113, to-chk=0/223)
19-Nov-2024 19:51:52 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.19-19.36.19/pod-logs/dev-oneprovider-krakow-0/op-panel
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:51:52          18,084  16%   17.25MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 19:51:52          37,105  33%   35.39MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 19:51:52          37,105  33%   35.39MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 19:51:52          54,986  49%   52.44MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 19:51:52          55,277  50%   52.72MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 19:51:52          55,277  50%   13.18MB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 19:51:52 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.19-19.36.19/pod-logs/dev-oneprovider-krakow-0/op-worker
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=51/54)
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:51:52          36,128   6%   34.45MB/s    0:00:00 (xfr#2, to-chk=49/54)
19-Nov-2024 19:51:52          69,607  13%   66.38MB/s    0:00:00 (xfr#3, to-chk=47/54)
19-Nov-2024 19:51:52          70,037  13%   66.79MB/s    0:00:00 (xfr#4, to-chk=45/54)
19-Nov-2024 19:51:52          70,037  13%   66.79MB/s    0:00:00 (xfr#5, to-chk=43/54)
19-Nov-2024 19:51:52         102,115  19%   48.69MB/s    0:00:00 (xfr#6, to-chk=41/54)
19-Nov-2024 19:51:52         102,265  19%   48.76MB/s    0:00:00 (xfr#7, to-chk=39/54)
19-Nov-2024 19:51:52         102,562  19%   48.91MB/s    0:00:00 (xfr#8, to-chk=37/54)
19-Nov-2024 19:51:52         203,870  39%   64.81MB/s    0:00:00 (xfr#9, to-chk=35/54)
19-Nov-2024 19:51:52         209,960  40%   66.74MB/s    0:00:00 (xfr#10, to-chk=25/54)
19-Nov-2024 19:51:52         211,093  40%   67.10MB/s    0:00:00 (xfr#11, to-chk=24/54)
19-Nov-2024 19:51:52         213,138  41%   50.82MB/s    0:00:00 (xfr#12, to-chk=23/54)
19-Nov-2024 19:51:52         219,863  42%   52.42MB/s    0:00:00 (xfr#13, to-chk=22/54)
19-Nov-2024 19:51:52         226,867  43%   54.09MB/s    0:00:00 (xfr#14, to-chk=21/54)
19-Nov-2024 19:51:52         230,001  44%   54.84MB/s    0:00:00 (xfr#15, to-chk=20/54)
19-Nov-2024 19:51:52         236,433  45%   56.37MB/s    0:00:00 (xfr#16, to-chk=19/54)
19-Nov-2024 19:51:52         239,901  46%   45.76MB/s    0:00:00 (xfr#17, to-chk=18/54)
19-Nov-2024 19:51:52         241,376  46%   46.04MB/s    0:00:00 (xfr#18, to-chk=17/54)
19-Nov-2024 19:51:52         245,813  47%   46.89MB/s    0:00:00 (xfr#19, to-chk=16/54)
19-Nov-2024 19:51:52         254,293  48%   48.50MB/s    0:00:00 (xfr#20, to-chk=15/54)
19-Nov-2024 19:51:52         259,017  49%   49.40MB/s    0:00:00 (xfr#21, to-chk=14/54)
19-Nov-2024 19:51:52         266,363  51%   50.80MB/s    0:00:00 (xfr#22, to-chk=13/54)
19-Nov-2024 19:51:52         269,092  51%   51.33MB/s    0:00:00 (xfr#23, to-chk=12/54)
19-Nov-2024 19:51:52         274,614  52%   43.65MB/s    0:00:00 (xfr#24, to-chk=11/54)
19-Nov-2024 19:51:52         275,778  53%   43.83MB/s    0:00:00 (xfr#25, to-chk=10/54)
19-Nov-2024 19:51:52         283,806  54%   45.11MB/s    0:00:00 (xfr#26, to-chk=9/54)
19-Nov-2024 19:51:52         284,312  54%   45.19MB/s    0:00:00 (xfr#27, to-chk=8/54)
19-Nov-2024 19:51:52         286,756  55%   45.58MB/s    0:00:00 (xfr#28, to-chk=7/54)
19-Nov-2024 19:51:52         294,442  56%   40.11MB/s    0:00:00 (xfr#29, to-chk=6/54)
19-Nov-2024 19:51:52         300,249  57%   40.91MB/s    0:00:00 (xfr#30, to-chk=5/54)
19-Nov-2024 19:51:52         302,015  58%   41.15MB/s    0:00:00 (xfr#31, to-chk=4/54)
19-Nov-2024 19:51:52         307,079  59%   41.84MB/s    0:00:00 (xfr#32, to-chk=3/54)
19-Nov-2024 19:51:52         310,897  59%   42.36MB/s    0:00:00 (xfr#33, to-chk=2/54)
19-Nov-2024 19:51:52         315,049  60%   42.92MB/s    0:00:00 (xfr#34, to-chk=1/54)
19-Nov-2024 19:51:52         315,270  60%   42.95MB/s    0:00:00 (xfr#35, to-chk=0/54)
19-Nov-2024 19:51:52         315,270  60%   37.58MB/s    0:00:00 (xfr#35, to-chk=0/54)
19-Nov-2024 19:51:52         315,270  60%   37.58MB/s    0:00:00 (xfr#35, to-chk=0/54)
19-Nov-2024 19:51:52         315,270  60%   16.70MB/s    0:00:00 (xfr#35, to-chk=0/54)
19-Nov-2024 19:51:52         315,270  60%   16.70MB/s    0:00:00 (xfr#35, to-chk=0/54)
19-Nov-2024 19:51:52         315,270  60%   16.70MB/s    0:00:00 (xfr#35, to-chk=0/54)
19-Nov-2024 19:51:52 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.19-19.36.19/pod-logs/dev-oneprovider-krakow-0/cluster-manager
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:51:52           2,022  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 19:51:52           4,776  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 19:51:52           4,776  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 19:51:52           6,595  48%    6.29MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 19:51:52           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 19:51:52           6,857  50%    3.27MB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 19:51:52 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.19-19.36.19/pod-logs/dev-oneprovider-paris-0/op-panel
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:51:52          17,947  16%   17.12MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 19:51:52          36,827  33%   35.12MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 19:51:52          36,827  33%   35.12MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 19:51:52          54,571  49%   52.04MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 19:51:52          54,862  50%   52.32MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 19:51:52          54,862  50%   13.08MB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 19:51:52 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.19-19.36.19/pod-logs/dev-oneprovider-paris-0/op-worker
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=51/54)
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:51:52          35,571   6%   33.92MB/s    0:00:00 (xfr#2, to-chk=49/54)
19-Nov-2024 19:51:52          68,484  13%   65.31MB/s    0:00:00 (xfr#3, to-chk=47/54)
19-Nov-2024 19:51:52          68,914  13%   65.72MB/s    0:00:00 (xfr#4, to-chk=45/54)
19-Nov-2024 19:51:52          68,914  13%   65.72MB/s    0:00:00 (xfr#5, to-chk=43/54)
19-Nov-2024 19:51:52         100,435  19%   95.78MB/s    0:00:00 (xfr#6, to-chk=41/54)
19-Nov-2024 19:51:52         100,585  19%   95.93MB/s    0:00:00 (xfr#7, to-chk=39/54)
19-Nov-2024 19:51:52         100,882  19%   96.21MB/s    0:00:00 (xfr#8, to-chk=37/54)
19-Nov-2024 19:51:52         202,276  39%   21.43MB/s    0:00:00 (xfr#9, to-chk=35/54)
19-Nov-2024 19:51:52         209,286  40%   19.96MB/s    0:00:00 (xfr#10, to-chk=25/54)
19-Nov-2024 19:51:52         211,044  40%   20.13MB/s    0:00:00 (xfr#11, to-chk=24/54)
19-Nov-2024 19:51:52         216,558  42%   20.65MB/s    0:00:00 (xfr#12, to-chk=23/54)
19-Nov-2024 19:51:52         217,062  42%   20.70MB/s    0:00:00 (xfr#13, to-chk=22/54)
19-Nov-2024 19:51:52         223,779  43%   19.40MB/s    0:00:00 (xfr#14, to-chk=21/54)
19-Nov-2024 19:51:52         226,506  43%   19.64MB/s    0:00:00 (xfr#15, to-chk=20/54)
19-Nov-2024 19:51:52         227,352  44%   19.71MB/s    0:00:00 (xfr#16, to-chk=19/54)
19-Nov-2024 19:51:52         231,502  44%   20.07MB/s    0:00:00 (xfr#17, to-chk=18/54)
19-Nov-2024 19:51:52         236,566  45%   20.51MB/s    0:00:00 (xfr#18, to-chk=17/54)
19-Nov-2024 19:51:52         244,250  47%   19.41MB/s    0:00:00 (xfr#19, to-chk=16/54)
19-Nov-2024 19:51:52         247,716  48%   19.69MB/s    0:00:00 (xfr#20, to-chk=15/54)
19-Nov-2024 19:51:52         256,196  49%   20.36MB/s    0:00:00 (xfr#21, to-chk=14/54)
19-Nov-2024 19:51:52         260,633  50%   19.12MB/s    0:00:00 (xfr#22, to-chk=13/54)
19-Nov-2024 19:51:52         267,063  51%   19.59MB/s    0:00:00 (xfr#23, to-chk=12/54)
19-Nov-2024 19:51:52         273,153  52%   20.04MB/s    0:00:00 (xfr#24, to-chk=11/54)
19-Nov-2024 19:51:52         274,284  53%   20.12MB/s    0:00:00 (xfr#25, to-chk=10/54)
19-Nov-2024 19:51:52         281,628  54%   20.66MB/s    0:00:00 (xfr#26, to-chk=9/54)
19-Nov-2024 19:51:52         285,438  55%   20.94MB/s    0:00:00 (xfr#27, to-chk=8/54)
19-Nov-2024 19:51:52         286,911  55%   19.54MB/s    0:00:00 (xfr#28, to-chk=7/54)
19-Nov-2024 19:51:52         291,633  56%   19.87MB/s    0:00:00 (xfr#29, to-chk=6/54)
19-Nov-2024 19:51:52         291,854  56%   19.88MB/s    0:00:00 (xfr#30, to-chk=5/54)
19-Nov-2024 19:51:52         299,880  58%   20.43MB/s    0:00:00 (xfr#31, to-chk=4/54)
19-Nov-2024 19:51:52         301,931  58%   20.57MB/s    0:00:00 (xfr#32, to-chk=3/54)
19-Nov-2024 19:51:52         304,369  59%   20.73MB/s    0:00:00 (xfr#33, to-chk=2/54)
19-Nov-2024 19:51:52         310,174  60%   21.13MB/s    0:00:00 (xfr#34, to-chk=1/54)
19-Nov-2024 19:51:52         313,308  60%   21.34MB/s    0:00:00 (xfr#35, to-chk=0/54)
19-Nov-2024 19:51:52         313,308  60%   21.34MB/s    0:00:00 (xfr#35, to-chk=0/54)
19-Nov-2024 19:51:52         313,308  60%   21.34MB/s    0:00:00 (xfr#35, to-chk=0/54)
19-Nov-2024 19:51:52         313,308  60%   18.67MB/s    0:00:00 (xfr#35, to-chk=0/54)
19-Nov-2024 19:51:52         313,308  60%   17.58MB/s    0:00:00 (xfr#35, to-chk=0/54)
19-Nov-2024 19:51:52         313,308  60%   17.58MB/s    0:00:00 (xfr#35, to-chk=0/54)
19-Nov-2024 19:51:52 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.19-19.36.19/pod-logs/dev-oneprovider-paris-0/cluster-manager
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:51:52           2,018  14%    1.92MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 19:51:52           4,766  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 19:51:52           4,766  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 19:51:52           6,581  48%    6.28MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 19:51:52           6,843  50%    6.53MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 19:51:52           6,843  50%  668.26kB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 19:51:52 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.19-19.36.19/pod-logs/dev-onezone-0/cluster-manager
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:51:52           1,977  14%    1.89MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 19:51:52           4,664  34%    4.45MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 19:51:52           4,664  34%    4.45MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 19:51:52           6,438  48%    6.14MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 19:51:52           6,700  50%    3.19MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 19:51:52           6,700  50%  436.20kB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 19:51:52 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.19-19.36.19/pod-logs/dev-onezone-0/oz-panel
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:51:52          54,918  12%   52.37MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 19:51:52         111,408  26%  106.25MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 19:51:52         158,883  37%   75.76MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 19:51:52         213,598  49%   67.90MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 19:51:52         213,889  50%   67.99MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 19:51:52         213,889  50%   11.33MB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 19:51:52 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.19-19.36.19/pod-logs/dev-onezone-0/oz-worker
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=15/18)
19-Nov-2024 19:51:52               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:51:52          23,955   6%   22.85MB/s    0:00:00 (xfr#2, to-chk=13/18)
19-Nov-2024 19:51:52          48,677  13%   15.47MB/s    0:00:00 (xfr#3, to-chk=11/18)
19-Nov-2024 19:51:52          48,677  13%   15.47MB/s    0:00:00 (xfr#4, to-chk=9/18)
19-Nov-2024 19:51:52          72,152  20%   22.94MB/s    0:00:00 (xfr#5, to-chk=7/18)
19-Nov-2024 19:51:52          72,243  20%   22.97MB/s    0:00:00 (xfr#6, to-chk=5/18)
19-Nov-2024 19:51:52          72,540  20%   23.06MB/s    0:00:00 (xfr#7, to-chk=3/18)
19-Nov-2024 19:51:52         176,448  50%   18.70MB/s    0:00:00 (xfr#8, to-chk=1/18)
19-Nov-2024 19:51:52         176,448  50%   15.30MB/s    0:00:00 (xfr#8, to-chk=0/18)
19-Nov-2024 19:51:52 [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.1732045900.5099275 exists, exporting anyway.
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52 =============================== warnings summary ===============================
19-Nov-2024 19:51:52 tests/utils/rest_utils.py:98
19-Nov-2024 19:51:52   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ '
19-Nov-2024 19:51:52     print("""
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52 tests/utils/path_utils.py:112
19-Nov-2024 19:51:52   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
19-Nov-2024 19:51:52     return path.replace("'", "\\'").replace(' ', '\ ')
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52 tests/utils/acceptance_utils.py:55
19-Nov-2024 19:51:52   /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'
19-Nov-2024 19:51:52     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52 tests/utils/acceptance_utils.py:57
19-Nov-2024 19:51:52   /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'
19-Nov-2024 19:51:52     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
19-Nov-2024 19:51:52
19-Nov-2024 19:51:52 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
19-Nov-2024 19:51:52 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/test-reports/results.xml -
19-Nov-2024 19:51:52 ================== 26 passed, 4 warnings in 937.75s (0:15:37) ==================
19-Nov-2024 19:51:57 release "dev" uninstalled
19-Nov-2024 19:51:58 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
19-Nov-2024 19:51:58 persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted
19-Nov-2024 19:52:06 No resources found
19-Nov-2024 19:52:07 Sidecar injection has been disabled
19-Nov-2024 19:52:07 Cleaning helm release "dev"...
19-Nov-2024 19:52:07 Deleted 1 helm deployments
19-Nov-2024 19:52:07 Deleted 0 k8s deployments
19-Nov-2024 19:52:07 Deleted 0 k8s services
19-Nov-2024 19:52:07 Deleted 0 persistent volumes
19-Nov-2024 19:52:07 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
19-Nov-2024 19:52:07 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
19-Nov-2024 19:52:07 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
19-Nov-2024 19:52:07 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
19-Nov-2024 19:52:07 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
19-Nov-2024 19:52:07 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
19-Nov-2024 19:52:07 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
19-Nov-2024 19:52:07 Finished task 'Run acceptance oneclient tests' with result: Success
19-Nov-2024 19:52:07 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
19-Nov-2024 19:52:07 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP...
19-Nov-2024 19:52:07 Finished task 'Parse test results' with result: Success
19-Nov-2024 19:52:07 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
19-Nov-2024 19:52:07
Substituting variable: ${bamboo.artifactRepoHostname} with S3
19-Nov-2024 19:52:07
Substituting variable: ${bamboo.artifactRepoPort} with 10161
19-Nov-2024 19:52:07
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
19-Nov-2024 19:52:07
Substituting variable: ${bamboo.planRepository.branchName} with develop
19-Nov-2024 19:52:07
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
19-Nov-2024 19:52:07
Substituting variable: ${bamboo.artifactRepoHostname} with S3
19-Nov-2024 19:52:07
Substituting variable: ${bamboo.artifactRepoPort} with 10161
19-Nov-2024 19:52:07
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
19-Nov-2024 19:52:07
Substituting variable: ${bamboo.planRepository.branchName} with develop
19-Nov-2024 19:52:07
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
19-Nov-2024 19:52:07 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
19-Nov-2024 19:52:07
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio #3365 (ODSRV-OAP-MPRFCP-3365)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCP-3365-ScriptBuildTask-12569751159634020747.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance
19-Nov-2024 19:52:07 ./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
19-Nov-2024 19:52:10 Uploading artifact
19-Nov-2024 19:52:10     source path: surefire_multiprovider_proxy_regular_file_CRUD_proxyio.tar.gz
19-Nov-2024 19:52:10     dest.  path: artifacts/onedata-acceptance/develop/surefire_multiprovider_proxy_regular_file_CRUD_proxyio.tar.gz
19-Nov-2024 19:52:10 Finished task 'Pack and push surefire artifact' with result: Success
19-Nov-2024 19:52:10 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
19-Nov-2024 19:52:10 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
19-Nov-2024 19:52:10
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio #3365 (ODSRV-OAP-MPRFCP-3365)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCP-3365-ScriptBuildTask-1391579304238400824.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP
19-Nov-2024 19:52:10 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
19-Nov-2024 19:52:10 Finished task 'Pack logs' with result: Success
19-Nov-2024 19:52:10 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
19-Nov-2024 19:52:10
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
19-Nov-2024 19:52:10 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
19-Nov-2024 19:52:10
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio #3365 (ODSRV-OAP-MPRFCP-3365)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCP-3365-ScriptBuildTask-10753155886087620259.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance
19-Nov-2024 19:52:10   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
19-Nov-2024 19:52:10                                  Dload  Upload   Total   Spent    Left  Speed
19-Nov-2024 19:52:10
19-Nov-2024 19:52:10   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
19-Nov-2024 19:52:10 100  4822  100  4822    0     0  48707      0 --:--:-- --:--:-- --:--:-- 48707
19-Nov-2024 19:52:10 Clearing /tmp/onedata and /home/bamboo/.one-env
19-Nov-2024 19:52:11 Cleaning helm deployments
19-Nov-2024 19:52:11 Cleanining pods
19-Nov-2024 19:52:11 Cleaning kube persistant volumes
19-Nov-2024 19:52:12 Cleaning dockswift container
19-Nov-2024 19:52:12 Cleaning docker containers
19-Nov-2024 19:52:15 Stalled docker containers to remove:
19-Nov-2024 19:52:15 7576fdf50466 254a6e7bbcc0 a0a7eb323bc9 ef5facf0c42c 3e8826df0ce1 d970e5ed07eb ffe483ff726b 9014d0123e59 7f6ed8e86fae b29eb5dab873 56aab1927add 5428673481cd 4ac93a6eb521 8cc3afec1030 58f790025bca 3f5a90dcd45c 5365c540d232 702d4aa8ef77 2922d3912754 3c9766bc9d89
19-Nov-2024 19:52:15 Removing stalled docker containers
19-Nov-2024 19:52:15 Error response from daemon: Cannot kill container: 7576fdf50466: Container 7576fdf5046613c35b8f75f587b96c5c9a2d6f341eab6b9095efe86b5a7e3d8e is not running
19-Nov-2024 19:52:15 7576fdf50466
19-Nov-2024 19:52:15 Error response from daemon: Cannot kill container: 254a6e7bbcc0: Container 254a6e7bbcc0070e8fd9689fd980e560f8cb9d269a82ce01293ad174eed1c6fa is not running
19-Nov-2024 19:52:15 254a6e7bbcc0
19-Nov-2024 19:52:15 Error response from daemon: Cannot kill container: a0a7eb323bc9: Container a0a7eb323bc9b83fbeb15e34f640f10dab9992e96c46d24284bd8f4087c0dbd7 is not running
19-Nov-2024 19:52:15 a0a7eb323bc9
19-Nov-2024 19:52:15 Error response from daemon: Cannot kill container: ef5facf0c42c: Container ef5facf0c42c76fec891cc64b6608d5fd39afb87da322b9d6b1bf25f8482e86a is not running
19-Nov-2024 19:52:15 ef5facf0c42c
19-Nov-2024 19:52:15 Error response from daemon: Cannot kill container: 3e8826df0ce1: Container 3e8826df0ce1b7b23d2667d4151a9a6060c47df88b3b1d67afb6828b787a97af is not running
19-Nov-2024 19:52:15 3e8826df0ce1
19-Nov-2024 19:52:15 Error response from daemon: Cannot kill container: d970e5ed07eb: Container d970e5ed07ebf940c3ef980c1a62ec9b9e6a212fd86e03f267f0921569cb1b4a is not running
19-Nov-2024 19:52:15 d970e5ed07eb
19-Nov-2024 19:52:15 Error response from daemon: Cannot kill container: ffe483ff726b: Container ffe483ff726ba39c464a5752f61cac89d37ae159a64977b54fb207cc64a849a7 is not running
19-Nov-2024 19:52:15 ffe483ff726b
19-Nov-2024 19:52:15 Error response from daemon: Cannot kill container: 9014d0123e59: Container 9014d0123e5980be78ccdc1b451f820b1c0c26f9c9d79279e4cbdeff2ae619f5 is not running
19-Nov-2024 19:52:15 9014d0123e59
19-Nov-2024 19:52:15 Error response from daemon: Cannot kill container: 7f6ed8e86fae: Container 7f6ed8e86fae14eb08f6bd7de0625a07461c4d949250916fda02972c1c3e50d4 is not running
19-Nov-2024 19:52:15 7f6ed8e86fae
19-Nov-2024 19:52:15 Error response from daemon: Cannot kill container: b29eb5dab873: Container b29eb5dab873d848d16a334f608684954cda46e16fc8c951c7dbdee1d748cce0 is not running
19-Nov-2024 19:52:16 b29eb5dab873
19-Nov-2024 19:52:16 Error response from daemon: Cannot kill container: 56aab1927add: Container 56aab1927add1a226958723c02590646d117bf039ce07af52d0dcd215cf78ba0 is not running
19-Nov-2024 19:52:16 56aab1927add
19-Nov-2024 19:52:16 Error response from daemon: Cannot kill container: 5428673481cd: Container 5428673481cda28f5ffa3d5d0fafc8bbc273fcf352ab5c3ceb2be6f77ae8ebc3 is not running
19-Nov-2024 19:52:16 5428673481cd
19-Nov-2024 19:52:16 Error response from daemon: Cannot kill container: 4ac93a6eb521: Container 4ac93a6eb52144d3c2e243be07fe155205bca96118ae4491d4a9d8f3ef766a81 is not running
19-Nov-2024 19:52:16 4ac93a6eb521
19-Nov-2024 19:52:16 Error response from daemon: Cannot kill container: 8cc3afec1030: Container 8cc3afec1030b5cfe7765eea0321791e7d140f962bc0faa22d21e56b4f827598 is not running
19-Nov-2024 19:52:16 8cc3afec1030
19-Nov-2024 19:52:16 Error response from daemon: Cannot kill container: 58f790025bca: Container 58f790025bca3a41c1bd07ab81b1429ea0c0e069f1b579a3c85eeefa5c57b323 is not running
19-Nov-2024 19:52:16 58f790025bca
19-Nov-2024 19:52:16 Error response from daemon: Cannot kill container: 3f5a90dcd45c: Container 3f5a90dcd45c66ee9eea3fd232eb5f2a707604545c381eb44143b5cb5ddb7765 is not running
19-Nov-2024 19:52:16 3f5a90dcd45c
19-Nov-2024 19:52:16 Error response from daemon: Cannot kill container: 5365c540d232: Container 5365c540d2329bf40d7abfb661d19c343741e06453988927e9ebed0666536d5b is not running
19-Nov-2024 19:52:16 5365c540d232
19-Nov-2024 19:52:16 Error response from daemon: Cannot kill container: 702d4aa8ef77: Container 702d4aa8ef77ee9b87c79dadd4b9a1294b7dfa28238d33a221d9a62c7df7669c is not running
19-Nov-2024 19:52:16 702d4aa8ef77
19-Nov-2024 19:52:16 Error response from daemon: Cannot kill container: 2922d3912754: Container 2922d3912754bd716d1bc6dce183977a7a686819465f88b8750dce210feaca72 is not running
19-Nov-2024 19:52:16 2922d3912754
19-Nov-2024 19:52:17 3c9766bc9d89
19-Nov-2024 19:52:17 3c9766bc9d89
19-Nov-2024 19:52:17 Stalled docker volumes to remove:
19-Nov-2024 19:52:17
19-Nov-2024 19:52:17 Removing stalled docker volumes
19-Nov-2024 19:52:17 Removing stalled loopdevices
19-Nov-2024 19:52:20 Done
19-Nov-2024 19:52:20 Finished task 'Clear env and working dir' with result: Success
19-Nov-2024 19:52:20 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
19-Nov-2024 19:52:20 Running post build plugin 'Docker Container Cleanup'
19-Nov-2024 19:52:20 Running post build plugin 'NCover Results Collector'
19-Nov-2024 19:52:20 Running post build plugin 'Build Results Label Collector'
19-Nov-2024 19:52:20 Running post build plugin 'Clover Results Collector'
19-Nov-2024 19:52:20 Running post build plugin 'npm Cache Cleanup'
19-Nov-2024 19:52:20 Running post build plugin 'Artifact Copier'
19-Nov-2024 19:52:20 Publishing an artifact: test_logs.tar.gz
19-Nov-2024 19:52:20 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 156.5 ms
19-Nov-2024 19:52:21 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP'
19-Nov-2024 19:52:21 Finalising the build...
19-Nov-2024 19:52:21 Stopping timer.
19-Nov-2024 19:52:21 Build ODSRV-OAP-MPRFCP-3365 completed.
19-Nov-2024 19:52:21 Running on server: post build plugin 'Build Hanging Detection Configuration'
19-Nov-2024 19:52:21 Running on server: post build plugin 'NCover Results Collector'
19-Nov-2024 19:52:21 Running on server: post build plugin 'Build Labeller'
19-Nov-2024 19:52:21 Running on server: post build plugin 'Clover Delta Calculator'
19-Nov-2024 19:52:21 Running on server: post build plugin 'Maven Dependencies Postprocessor'
19-Nov-2024 19:52:21 All post build plugins have finished
19-Nov-2024 19:52:21 Generating build results summary...
19-Nov-2024 19:52:21 Saving build results to disk...
19-Nov-2024 19:52:21 Store variable context...
19-Nov-2024 19:52:21 Finished building ODSRV-OAP-MPRFCP-3365.