oneclient acceptance tests using environment deployed from packages

Build: #3367 was successful

Job: multiprovider proxy regular file CRUD proxyio symlinks was successful

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Build log

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

23-Nov-2024 07:30:52
23-Nov-2024 07:30:52
23-Nov-2024 07:31:17 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
23-Nov-2024 07:31:17 =================================================================
23-Nov-2024 07:31:17 - Executing scenario 'Delete file opened by other user for reading'
23-Nov-2024 07:31:17 - from feature 'Multi_regular_file_CRUD'
23-Nov-2024 07:31:17 -----------------------------------------------------------------
23-Nov-2024 07:31:17 -- Executing step: 'Given "oneclients [client11, client21]
23-Nov-2024 07:31:17 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
23-Nov-2024 07:31:17 using [token, token] by [user1, user2]"'
23-Nov-2024 07:31:17 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:31:17 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:31:17 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:31:17
23-Nov-2024 07:31:17
23-Nov-2024 07:31:17 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-wthch'
23-Nov-2024 07:31:17 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-wthch' successfully started
23-Nov-2024 07:31:17
23-Nov-2024 07:31:17 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/01rie6ftxuqqhk1q
23-Nov-2024 07:31:17
23-Nov-2024 07:31:17 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/01rie6ftxuqqhk1q --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/01rie6ftxuqqhk1q
23-Nov-2024 07:31:17 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '6585404101262698175'...
23-Nov-2024 07:31:17 Getting configuration...
23-Nov-2024 07:31:17 Oneclient has been successfully mounted in '/tmp/onedata/mnt/01rie6ftxuqqhk1q'.
23-Nov-2024 07:31:17
23-Nov-2024 07:31:17 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:31:17 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:31:17 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:31:17
23-Nov-2024 07:31:17
23-Nov-2024 07:31:17 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dg8rz'
23-Nov-2024 07:31:17 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dg8rz' successfully started
23-Nov-2024 07:31:17
23-Nov-2024 07:31:17 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/27fzsg3wb2neir74
23-Nov-2024 07:31:17
23-Nov-2024 07:31:17 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/27fzsg3wb2neir74 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/27fzsg3wb2neir74
23-Nov-2024 07:31:17 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '17898875854067341057'...
23-Nov-2024 07:31:17 Getting configuration...
23-Nov-2024 07:31:17 Oneclient has been successfully mounted in '/tmp/onedata/mnt/27fzsg3wb2neir74'.
23-Nov-2024 07:31:17
23-Nov-2024 07:31:17 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
23-Nov-2024 07:31:17 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
23-Nov-2024 07:31:17 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
23-Nov-2024 07:31:17 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
23-Nov-2024 07:31:17 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
23-Nov-2024 07:31:17 -- Executing step: 'When "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
23-Nov-2024 07:31:17 -- Executing step: 'When "user1 changes space1/dir1 mode to 777 on client11"'
23-Nov-2024 07:31:17 -- Executing step: 'Then "mode of user2's space1/dir1 is 777 on client21"'
23-Nov-2024 07:31:17 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r on client11"'
23-Nov-2024 07:31:17 -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"'
23-Nov-2024 07:31:17 -- Executing step: 'Then "user2 can't stat [file1] in space1/dir1 on client21"'
23-Nov-2024 07:31:17 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"'
23-Nov-2024 07:31:17 -- Executing step: 'Then "user2 doesn't see [file1] in space1/dir1 on client21"'
23-Nov-2024 07:31:17 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"'
23-Nov-2024 07:31:17 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"'
23-Nov-2024 07:31:17 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
23-Nov-2024 07:31:17 =================================================================
23-Nov-2024 07:31:17
23-Nov-2024 07:31:17 PASSED
23-Nov-2024 07:31:17 Unmounting client from /tmp/onedata/mnt/01rie6ftxuqqhk1q
23-Nov-2024 07:31:17
23-Nov-2024 07:31:17
23-Nov-2024 07:31:17 Unmounting client from /tmp/onedata/mnt/27fzsg3wb2neir74
23-Nov-2024 07:31:17
23-Nov-2024 07:31:17
23-Nov-2024 07:31:39 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
23-Nov-2024 07:31:39 =================================================================
23-Nov-2024 07:31:39 - Executing scenario 'Delete file opened by other user for reading and writing'
23-Nov-2024 07:31:39 - from feature 'Multi_regular_file_CRUD'
23-Nov-2024 07:31:39 -----------------------------------------------------------------
23-Nov-2024 07:31:39 -- Executing step: 'Given "oneclients [client11, client21]
23-Nov-2024 07:31:39 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
23-Nov-2024 07:31:39 using [token, token] by [user1, user2]"'
23-Nov-2024 07:31:39 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:31:39 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:31:39 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:31:39
23-Nov-2024 07:31:39
23-Nov-2024 07:31:39 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-wthch'
23-Nov-2024 07:31:39 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-wthch' successfully started
23-Nov-2024 07:31:39
23-Nov-2024 07:31:39 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/vxwifyfmtshdoep1
23-Nov-2024 07:31:39
23-Nov-2024 07:31:39 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/vxwifyfmtshdoep1 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/vxwifyfmtshdoep1
23-Nov-2024 07:31:39 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '17217452276976621012'...
23-Nov-2024 07:31:39 Getting configuration...
23-Nov-2024 07:31:39 Oneclient has been successfully mounted in '/tmp/onedata/mnt/vxwifyfmtshdoep1'.
23-Nov-2024 07:31:39
23-Nov-2024 07:31:39 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:31:39 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:31:39 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:31:39
23-Nov-2024 07:31:39
23-Nov-2024 07:31:39 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dg8rz'
23-Nov-2024 07:31:39 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dg8rz' successfully started
23-Nov-2024 07:31:39
23-Nov-2024 07:31:39 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/d2un0evuyqw5r5x5
23-Nov-2024 07:31:39
23-Nov-2024 07:31:39 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/d2un0evuyqw5r5x5 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/d2un0evuyqw5r5x5
23-Nov-2024 07:31:39 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '1643130014082281784'...
23-Nov-2024 07:31:39 Getting configuration...
23-Nov-2024 07:31:39 Oneclient has been successfully mounted in '/tmp/onedata/mnt/d2un0evuyqw5r5x5'.
23-Nov-2024 07:31:39
23-Nov-2024 07:31:39 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
23-Nov-2024 07:31:39 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
23-Nov-2024 07:31:39 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
23-Nov-2024 07:31:39 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
23-Nov-2024 07:31:39 -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"'
23-Nov-2024 07:31:39 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
23-Nov-2024 07:31:39 -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"'
23-Nov-2024 07:31:39 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to previously opened space1/dir1/file1 on client11"'
23-Nov-2024 07:31:39 -- Executing step: 'Then "user1 sets current file position in space1/dir1/file1 at offset 0 on client11"'
23-Nov-2024 07:31:39 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"'
23-Nov-2024 07:31:39 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
23-Nov-2024 07:31:39 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"'
23-Nov-2024 07:31:39 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"'
23-Nov-2024 07:31:39 =================================================================
23-Nov-2024 07:31:39
23-Nov-2024 07:31:40 PASSED
23-Nov-2024 07:31:40 Unmounting client from /tmp/onedata/mnt/vxwifyfmtshdoep1
23-Nov-2024 07:31:40
23-Nov-2024 07:31:40
23-Nov-2024 07:31:40 Unmounting client from /tmp/onedata/mnt/d2un0evuyqw5r5x5
23-Nov-2024 07:31:40
23-Nov-2024 07:31:40
23-Nov-2024 07:32:02 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
23-Nov-2024 07:32:02 =================================================================
23-Nov-2024 07:32:02 - Executing scenario 'Fail to delete file without permission, file is opened by other user'
23-Nov-2024 07:32:02 - from feature 'Multi_regular_file_CRUD'
23-Nov-2024 07:32:02 -----------------------------------------------------------------
23-Nov-2024 07:32:02 -- Executing step: 'Given "oneclients [client11, client21]
23-Nov-2024 07:32:02 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
23-Nov-2024 07:32:02 using [token, token] by [user1, user2]"'
23-Nov-2024 07:32:02 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:32:02 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:32:02 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:32:02
23-Nov-2024 07:32:02
23-Nov-2024 07:32:02 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-wthch'
23-Nov-2024 07:32:02 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-wthch' successfully started
23-Nov-2024 07:32:02
23-Nov-2024 07:32:02 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/2qfsdc7cbepun0s4
23-Nov-2024 07:32:02
23-Nov-2024 07:32:02 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/2qfsdc7cbepun0s4 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/2qfsdc7cbepun0s4
23-Nov-2024 07:32:02 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '6719880854517851099'...
23-Nov-2024 07:32:02 Getting configuration...
23-Nov-2024 07:32:02 Oneclient has been successfully mounted in '/tmp/onedata/mnt/2qfsdc7cbepun0s4'.
23-Nov-2024 07:32:02
23-Nov-2024 07:32:02 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:32:02 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:32:02 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:32:02
23-Nov-2024 07:32:02
23-Nov-2024 07:32:02 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dg8rz'
23-Nov-2024 07:32:02 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dg8rz' successfully started
23-Nov-2024 07:32:02
23-Nov-2024 07:32:02 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/ecwf7fm53uqo0xxa
23-Nov-2024 07:32:02
23-Nov-2024 07:32:02 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ecwf7fm53uqo0xxa --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ecwf7fm53uqo0xxa
23-Nov-2024 07:32:02 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '11031347398380250134'...
23-Nov-2024 07:32:02 Getting configuration...
23-Nov-2024 07:32:02 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ecwf7fm53uqo0xxa'.
23-Nov-2024 07:32:02
23-Nov-2024 07:32:02 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
23-Nov-2024 07:32:02 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
23-Nov-2024 07:32:02 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
23-Nov-2024 07:32:02 -- Executing step: 'When "user2 sees [dir1] in space1 on client21"'
23-Nov-2024 07:32:02 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
23-Nov-2024 07:32:02 -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"'
23-Nov-2024 07:32:02 -- Executing step: 'Then "mode of user2's space1/dir1 is 755 on client21"'
23-Nov-2024 07:32:02 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
23-Nov-2024 07:32:02 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
23-Nov-2024 07:32:02 -- Executing step: 'Then "user2 fails to delete files [space1/dir1/file1] on client21"'
23-Nov-2024 07:32:02 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
23-Nov-2024 07:32:02 -- Executing step: 'Then "user1 can stat [file1] in space1/dir1 on client11"'
23-Nov-2024 07:32:02 -- Executing step: 'Then "user2 can stat [file1] in space1/dir1 on client21"'
23-Nov-2024 07:32:02 -- Executing step: 'Then "user1 sees [file1] in space1/dir1 on client11"'
23-Nov-2024 07:32:02 -- Executing step: 'Then "user2 sees [file1] in space1/dir1 on client21"'
23-Nov-2024 07:32:02 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
23-Nov-2024 07:32:02 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client21"'
23-Nov-2024 07:32:02 =================================================================
23-Nov-2024 07:32:02
23-Nov-2024 07:32:02 PASSED
23-Nov-2024 07:32:02 Unmounting client from /tmp/onedata/mnt/2qfsdc7cbepun0s4
23-Nov-2024 07:32:02
23-Nov-2024 07:32:02
23-Nov-2024 07:32:02 Unmounting client from /tmp/onedata/mnt/ecwf7fm53uqo0xxa
23-Nov-2024 07:32:02
23-Nov-2024 07:32:02
23-Nov-2024 07:32:23 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
23-Nov-2024 07:32:23 =================================================================
23-Nov-2024 07:32:23 - Executing scenario 'Delete file right after closing it'
23-Nov-2024 07:32:23 - from feature 'Multi_regular_file_CRUD'
23-Nov-2024 07:32:23 -----------------------------------------------------------------
23-Nov-2024 07:32:23 -- Executing step: 'Given "oneclients [client11, client21]
23-Nov-2024 07:32:23 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
23-Nov-2024 07:32:23 using [token, token] by [user1, user2]"'
23-Nov-2024 07:32:23 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:32:23 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:32:23 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:32:23
23-Nov-2024 07:32:23
23-Nov-2024 07:32:23 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-wthch'
23-Nov-2024 07:32:23 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-wthch' successfully started
23-Nov-2024 07:32:23
23-Nov-2024 07:32:23 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/vwo8ohcir1qspbz6
23-Nov-2024 07:32:23
23-Nov-2024 07:32:23 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/vwo8ohcir1qspbz6 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/vwo8ohcir1qspbz6
23-Nov-2024 07:32:23 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '6673037979041304694'...
23-Nov-2024 07:32:23 Getting configuration...
23-Nov-2024 07:32:23 Oneclient has been successfully mounted in '/tmp/onedata/mnt/vwo8ohcir1qspbz6'.
23-Nov-2024 07:32:23
23-Nov-2024 07:32:23 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:32:23 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:32:23 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:32:23
23-Nov-2024 07:32:23
23-Nov-2024 07:32:23 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dg8rz'
23-Nov-2024 07:32:23 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dg8rz' successfully started
23-Nov-2024 07:32:23
23-Nov-2024 07:32:23 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/6sy9m2rhceci9oyg
23-Nov-2024 07:32:23
23-Nov-2024 07:32:23 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/6sy9m2rhceci9oyg --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/6sy9m2rhceci9oyg
23-Nov-2024 07:32:23 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '16530672571760744387'...
23-Nov-2024 07:32:23 Getting configuration...
23-Nov-2024 07:32:23 Oneclient has been successfully mounted in '/tmp/onedata/mnt/6sy9m2rhceci9oyg'.
23-Nov-2024 07:32:23
23-Nov-2024 07:32:23 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
23-Nov-2024 07:32:23 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
23-Nov-2024 07:32:23 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
23-Nov-2024 07:32:23 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
23-Nov-2024 07:32:23 -- Executing step: 'When "user1 opens space1/file1 with mode r+ on client11"'
23-Nov-2024 07:32:23 -- Executing step: 'When "user1 closes space1/file1 on client11"'
23-Nov-2024 07:32:23 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
23-Nov-2024 07:32:23 -- Executing step: 'When "space1 is empty for user1 on client11"'
23-Nov-2024 07:32:23 =================================================================
23-Nov-2024 07:32:23
23-Nov-2024 07:32:24 PASSED
23-Nov-2024 07:32:24 Unmounting client from /tmp/onedata/mnt/vwo8ohcir1qspbz6
23-Nov-2024 07:32:24
23-Nov-2024 07:32:24
23-Nov-2024 07:32:24 Unmounting client from /tmp/onedata/mnt/6sy9m2rhceci9oyg
23-Nov-2024 07:32:24
23-Nov-2024 07:32:24
23-Nov-2024 07:32:48 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
23-Nov-2024 07:32:48 =================================================================
23-Nov-2024 07:32:48 - Executing scenario 'Create many children'
23-Nov-2024 07:32:48 - from feature 'Multi_regular_file_CRUD'
23-Nov-2024 07:32:48 -----------------------------------------------------------------
23-Nov-2024 07:32:48 -- Executing step: 'Given "oneclients [client11, client21]
23-Nov-2024 07:32:48 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
23-Nov-2024 07:32:48 using [token, token] by [user1, user2]"'
23-Nov-2024 07:32:48 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:32:48 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:32:48 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:32:48
23-Nov-2024 07:32:48
23-Nov-2024 07:32:48 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-wthch'
23-Nov-2024 07:32:48 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-wthch' successfully started
23-Nov-2024 07:32:48
23-Nov-2024 07:32:48 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/ib5cswrjzcyufu7u
23-Nov-2024 07:32:48
23-Nov-2024 07:32:48 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ib5cswrjzcyufu7u --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ib5cswrjzcyufu7u
23-Nov-2024 07:32:48 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '18210458322617529241'...
23-Nov-2024 07:32:48 Getting configuration...
23-Nov-2024 07:32:48 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ib5cswrjzcyufu7u'.
23-Nov-2024 07:32:48
23-Nov-2024 07:32:48 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:32:48 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:32:48 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:32:48
23-Nov-2024 07:32:48
23-Nov-2024 07:32:48 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dg8rz'
23-Nov-2024 07:32:48 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dg8rz' successfully started
23-Nov-2024 07:32:48
23-Nov-2024 07:32:48 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/3dut9qxnsvi619mk
23-Nov-2024 07:32:48
23-Nov-2024 07:32:48 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/3dut9qxnsvi619mk --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/3dut9qxnsvi619mk
23-Nov-2024 07:32:48 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '10195036263795119030'...
23-Nov-2024 07:32:48 Getting configuration...
23-Nov-2024 07:32:48 Oneclient has been successfully mounted in '/tmp/onedata/mnt/3dut9qxnsvi619mk'.
23-Nov-2024 07:32:48
23-Nov-2024 07:32:48 -- Executing step: 'When "user1 creates child files of space1 with names in range [1, 127) on client11"'
23-Nov-2024 07:32:48 -- Executing step: 'Then "user2 lists children of space1 and gets names in range [1, 127) on client21"'
23-Nov-2024 07:32:48 =================================================================
23-Nov-2024 07:32:48
23-Nov-2024 07:32:56 PASSED
23-Nov-2024 07:32:56 Unmounting client from /tmp/onedata/mnt/ib5cswrjzcyufu7u
23-Nov-2024 07:32:56
23-Nov-2024 07:32:56
23-Nov-2024 07:32:56 Unmounting client from /tmp/onedata/mnt/3dut9qxnsvi619mk
23-Nov-2024 07:32:56
23-Nov-2024 07:32:56
23-Nov-2024 07:33:17 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
23-Nov-2024 07:33:17 =================================================================
23-Nov-2024 07:33:17 - Executing scenario 'Create nonempty file then copy it and remove source file'
23-Nov-2024 07:33:17 - from feature 'Multi_regular_file_CRUD'
23-Nov-2024 07:33:17 -----------------------------------------------------------------
23-Nov-2024 07:33:17 -- Executing step: 'Given "oneclients [client11, client21]
23-Nov-2024 07:33:17 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
23-Nov-2024 07:33:17 using [token, token] by [user1, user2]"'
23-Nov-2024 07:33:17 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:33:17 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:33:17 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:33:17
23-Nov-2024 07:33:17
23-Nov-2024 07:33:17 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-wthch'
23-Nov-2024 07:33:17 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-wthch' successfully started
23-Nov-2024 07:33:17
23-Nov-2024 07:33:17 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/umlr3vbcqiscppue
23-Nov-2024 07:33:17
23-Nov-2024 07:33:17 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/umlr3vbcqiscppue --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/umlr3vbcqiscppue
23-Nov-2024 07:33:17 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '8063040059555031019'...
23-Nov-2024 07:33:17 Getting configuration...
23-Nov-2024 07:33:17 Oneclient has been successfully mounted in '/tmp/onedata/mnt/umlr3vbcqiscppue'.
23-Nov-2024 07:33:17
23-Nov-2024 07:33:17 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:33:17 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:33:17 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:33:17
23-Nov-2024 07:33:17
23-Nov-2024 07:33:17 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dg8rz'
23-Nov-2024 07:33:17 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dg8rz' successfully started
23-Nov-2024 07:33:17
23-Nov-2024 07:33:17 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/orxteu8p1d8vpkge
23-Nov-2024 07:33:17
23-Nov-2024 07:33:17 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/orxteu8p1d8vpkge --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/orxteu8p1d8vpkge
23-Nov-2024 07:33:17 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '5355697319394443697'...
23-Nov-2024 07:33:17 Getting configuration...
23-Nov-2024 07:33:17 Oneclient has been successfully mounted in '/tmp/onedata/mnt/orxteu8p1d8vpkge'.
23-Nov-2024 07:33:17
23-Nov-2024 07:33:17 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
23-Nov-2024 07:33:17 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
23-Nov-2024 07:33:17 -- Executing step: 'When "user1 copies regular file space1/file1 to space1/file1_copy on client11"'
23-Nov-2024 07:33:17 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
23-Nov-2024 07:33:17 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client11"'
23-Nov-2024 07:33:17 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client21"'
23-Nov-2024 07:33:17 =================================================================
23-Nov-2024 07:33:17
23-Nov-2024 07:33:18 PASSED
23-Nov-2024 07:33:18 Unmounting client from /tmp/onedata/mnt/umlr3vbcqiscppue
23-Nov-2024 07:33:18
23-Nov-2024 07:33:18
23-Nov-2024 07:33:18 Unmounting client from /tmp/onedata/mnt/orxteu8p1d8vpkge
23-Nov-2024 07:33:18
23-Nov-2024 07:33:18
23-Nov-2024 07:33:41 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
23-Nov-2024 07:33:41 =================================================================
23-Nov-2024 07:33:41 - Executing scenario 'Create nonempty file then move it to another space'
23-Nov-2024 07:33:41 - from feature 'Multi_regular_file_CRUD'
23-Nov-2024 07:33:41 -----------------------------------------------------------------
23-Nov-2024 07:33:41 -- Executing step: 'Given "oneclients [client11, client21]
23-Nov-2024 07:33:41 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
23-Nov-2024 07:33:41 using [token, token] by [user1, user2]"'
23-Nov-2024 07:33:41 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:33:41 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:33:41 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-wthch', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:33:41
23-Nov-2024 07:33:41
23-Nov-2024 07:33:41 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-wthch'
23-Nov-2024 07:33:41 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-wthch' successfully started
23-Nov-2024 07:33:41
23-Nov-2024 07:33:41 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/7ljsg7oy5ci4041w
23-Nov-2024 07:33:41
23-Nov-2024 07:33:41 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/7ljsg7oy5ci4041w --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/7ljsg7oy5ci4041w
23-Nov-2024 07:33:41 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '4294661682796490726'...
23-Nov-2024 07:33:41 Getting configuration...
23-Nov-2024 07:33:41 Oneclient has been successfully mounted in '/tmp/onedata/mnt/7ljsg7oy5ci4041w'.
23-Nov-2024 07:33:41
23-Nov-2024 07:33:41 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
23-Nov-2024 07:33:41 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
23-Nov-2024 07:33:41 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-dg8rz', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
23-Nov-2024 07:33:41
23-Nov-2024 07:33:41
23-Nov-2024 07:33:41 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dg8rz'
23-Nov-2024 07:33:41 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-dg8rz' successfully started
23-Nov-2024 07:33:41
23-Nov-2024 07:33:41 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/prc3psx354mqate6
23-Nov-2024 07:33:41
23-Nov-2024 07:33:41 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/prc3psx354mqate6 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/prc3psx354mqate6
23-Nov-2024 07:33:41 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '3141889804746831412'...
23-Nov-2024 07:33:41 Getting configuration...
23-Nov-2024 07:33:41 Oneclient has been successfully mounted in '/tmp/onedata/mnt/prc3psx354mqate6'.
23-Nov-2024 07:33:41
23-Nov-2024 07:33:41 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
23-Nov-2024 07:33:41 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
23-Nov-2024 07:33:41 -- Executing step: 'When "user2 reads "TEST TEXT ONEDATA" from file space1/file1 on client21"'
23-Nov-2024 07:33:41 -- Executing step: 'When "user1 renames space1/file1 to space2/file1_moved on client11"'
23-Nov-2024 07:33:41 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client11"'
23-Nov-2024 07:33:41 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client21"'
23-Nov-2024 07:33:41 =================================================================
23-Nov-2024 07:33:41
23-Nov-2024 07:33:51 PASSED
23-Nov-2024 07:33:51 Unmounting client from /tmp/onedata/mnt/7ljsg7oy5ci4041w
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51 Unmounting client from /tmp/onedata/mnt/prc3psx354mqate6
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51 Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/oneclient/logs/multiprovider_proxy/test_multi_reg_file_CRUD.1732347222.1069853', '-c', '/tmp/logs']
23-Nov-2024 07:33:51 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-pjdrw. See /home/bamboo/.one-env/deployments/2024.11.23-07.20.59/pod-logs/dev-cross-support-job-3p-users-pjdrw/entrypoint.log for more details
23-Nov-2024 07:33:51 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-wthch: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.23-07.20.59/pod-logs/dev-oneclient-krakow-7d9476b8bc-wthch/oneclient_logs
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=190/222)
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:33:51             628   0%  613.28kB/s    0:00:00 (xfr#1, to-chk=189/222)
23-Nov-2024 07:33:51             628   0%  613.28kB/s    0:00:00 (xfr#1, to-chk=182/222)
23-Nov-2024 07:33:51          48,532   0%   46.28MB/s    0:00:00 (xfr#2, to-chk=188/222)
23-Nov-2024 07:33:51          49,186   0%   46.91MB/s    0:00:00 (xfr#3, to-chk=184/222)
23-Nov-2024 07:33:51         218,516   1%   20.84MB/s    0:00:00 (xfr#4, to-chk=183/222)
23-Nov-2024 07:33:51         219,170   1%   20.90MB/s    0:00:00 (xfr#5, to-chk=182/222)
23-Nov-2024 07:33:51         260,184   2%   24.81MB/s    0:00:00 (xfr#6, to-chk=181/222)
23-Nov-2024 07:33:51         260,934   2%   22.62MB/s    0:00:00 (xfr#7, to-chk=177/222)
23-Nov-2024 07:33:51         389,205   3%   33.74MB/s    0:00:00 (xfr#8, to-chk=176/222)
23-Nov-2024 07:33:51         389,955   3%   30.99MB/s    0:00:00 (xfr#9, to-chk=175/222)
23-Nov-2024 07:33:51         625,299   5%   33.13MB/s    0:00:00 (xfr#10, to-chk=174/222)
23-Nov-2024 07:33:51         625,953   5%   33.16MB/s    0:00:00 (xfr#11, to-chk=170/222)
23-Nov-2024 07:33:51       3,148,401  26%   42.29MB/s    0:00:00 (xfr#12, to-chk=169/222)
23-Nov-2024 07:33:51       3,149,055  26%   41.71MB/s    0:00:00 (xfr#13, to-chk=168/222)
23-Nov-2024 07:33:51       3,189,056  26%   41.66MB/s    0:00:00 (xfr#14, to-chk=167/222)
23-Nov-2024 07:33:51       3,189,614  26%   41.67MB/s    0:00:00 (xfr#15, to-chk=163/222)
23-Nov-2024 07:33:51       3,347,330  28%   43.14MB/s    0:00:00 (xfr#16, to-chk=162/222)
23-Nov-2024 07:33:51       3,347,888  28%   43.15MB/s    0:00:00 (xfr#17, to-chk=161/222)
23-Nov-2024 07:33:51       3,348,516  28%   43.15MB/s    0:00:00 (xfr#18, to-chk=160/222)
23-Nov-2024 07:33:51       3,395,656  28%   43.18MB/s    0:00:00 (xfr#19, to-chk=159/222)
23-Nov-2024 07:33:51       3,396,214  28%   43.19MB/s    0:00:00 (xfr#20, to-chk=155/222)
23-Nov-2024 07:33:51       3,570,221  30%   35.47MB/s    0:00:00 (xfr#21, to-chk=154/222)
23-Nov-2024 07:33:51       3,570,779  30%   35.47MB/s    0:00:00 (xfr#22, to-chk=153/222)
23-Nov-2024 07:33:51       3,603,532  30%   35.43MB/s    0:00:00 (xfr#23, to-chk=152/222)
23-Nov-2024 07:33:51       3,604,282  30%   35.44MB/s    0:00:00 (xfr#24, to-chk=148/222)
23-Nov-2024 07:33:51       3,608,420  30%   35.48MB/s    0:00:00 (xfr#25, to-chk=147/222)
23-Nov-2024 07:33:51       3,721,826  31%   36.22MB/s    0:00:00 (xfr#26, to-chk=146/222)
23-Nov-2024 07:33:51       3,722,576  31%   36.23MB/s    0:00:00 (xfr#27, to-chk=145/222)
23-Nov-2024 07:33:51       3,763,674  31%   36.26MB/s    0:00:00 (xfr#28, to-chk=144/222)
23-Nov-2024 07:33:51       3,764,136  31%   36.26MB/s    0:00:00 (xfr#29, to-chk=140/222)
23-Nov-2024 07:33:51       3,902,724  32%   37.22MB/s    0:00:00 (xfr#30, to-chk=139/222)
23-Nov-2024 07:33:51       3,903,186  32%   37.22MB/s    0:00:00 (xfr#31, to-chk=138/222)
23-Nov-2024 07:33:51       3,946,847  33%   37.64MB/s    0:00:00 (xfr#32, to-chk=137/222)
23-Nov-2024 07:33:51       3,947,309  33%   37.64MB/s    0:00:00 (xfr#33, to-chk=133/222)
23-Nov-2024 07:33:51       4,094,381  34%   38.28MB/s    0:00:00 (xfr#34, to-chk=132/222)
23-Nov-2024 07:33:51       4,094,843  34%   37.91MB/s    0:00:00 (xfr#35, to-chk=131/222)
23-Nov-2024 07:33:51       4,095,471  34%   37.92MB/s    0:00:00 (xfr#36, to-chk=130/222)
23-Nov-2024 07:33:51       4,135,437  34%   37.92MB/s    0:00:00 (xfr#37, to-chk=129/222)
23-Nov-2024 07:33:51       4,136,091  34%   37.93MB/s    0:00:00 (xfr#38, to-chk=125/222)
23-Nov-2024 07:33:51       4,268,335  35%   38.77MB/s    0:00:00 (xfr#39, to-chk=124/222)
23-Nov-2024 07:33:51       4,268,989  35%   38.77MB/s    0:00:00 (xfr#40, to-chk=123/222)
23-Nov-2024 07:33:51       4,269,617  35%   38.78MB/s    0:00:00 (xfr#41, to-chk=122/222)
23-Nov-2024 07:33:51       4,341,219  36%   39.06MB/s    0:00:00 (xfr#42, to-chk=121/222)
23-Nov-2024 07:33:51       4,341,873  36%   39.06MB/s    0:00:00 (xfr#43, to-chk=117/222)
23-Nov-2024 07:33:51       4,346,011  36%   39.10MB/s    0:00:00 (xfr#44, to-chk=116/222)
23-Nov-2024 07:33:51       4,636,626  38%   39.84MB/s    0:00:00 (xfr#45, to-chk=115/222)
23-Nov-2024 07:33:51       4,637,280  38%   39.84MB/s    0:00:00 (xfr#46, to-chk=114/222)
23-Nov-2024 07:33:51       4,662,914  39%   40.06MB/s    0:00:00 (xfr#47, to-chk=113/222)
23-Nov-2024 07:33:51       4,663,184  39%   40.06MB/s    0:00:00 (xfr#48, to-chk=109/222)
23-Nov-2024 07:33:51       4,753,902  39%   38.10MB/s    0:00:00 (xfr#49, to-chk=108/222)
23-Nov-2024 07:33:51       4,754,172  39%   38.10MB/s    0:00:00 (xfr#50, to-chk=107/222)
23-Nov-2024 07:33:51       4,794,799  40%   38.11MB/s    0:00:00 (xfr#51, to-chk=106/222)
23-Nov-2024 07:33:51       4,795,645  40%   38.11MB/s    0:00:00 (xfr#52, to-chk=102/222)
23-Nov-2024 07:33:51       4,930,103  41%   38.54MB/s    0:00:00 (xfr#53, to-chk=101/222)
23-Nov-2024 07:33:51       4,930,949  41%   38.55MB/s    0:00:00 (xfr#54, to-chk=100/222)
23-Nov-2024 07:33:51       4,968,770  41%   38.21MB/s    0:00:00 (xfr#55, to-chk=99/222)
23-Nov-2024 07:33:51       4,969,136  41%   38.22MB/s    0:00:00 (xfr#56, to-chk=95/222)
23-Nov-2024 07:33:51       5,092,251  42%   38.54MB/s    0:00:00 (xfr#57, to-chk=94/222)
23-Nov-2024 07:33:51       5,092,617  42%   38.55MB/s    0:00:00 (xfr#58, to-chk=93/222)
23-Nov-2024 07:33:51       5,127,834  43%   38.51MB/s    0:00:00 (xfr#59, to-chk=92/222)
23-Nov-2024 07:33:51       5,128,104  43%   38.21MB/s    0:00:00 (xfr#60, to-chk=88/222)
23-Nov-2024 07:33:51       5,258,634  44%   39.18MB/s    0:00:00 (xfr#61, to-chk=87/222)
23-Nov-2024 07:33:51       5,258,904  44%   39.18MB/s    0:00:00 (xfr#62, to-chk=86/222)
23-Nov-2024 07:33:51       5,428,540  45%   39.82MB/s    0:00:00 (xfr#63, to-chk=85/222)
23-Nov-2024 07:33:51       5,429,482  45%   39.83MB/s    0:00:00 (xfr#64, to-chk=81/222)
23-Nov-2024 07:33:51       6,007,031  50%   43.07MB/s    0:00:00 (xfr#65, to-chk=80/222)
23-Nov-2024 07:33:51       6,007,973  50%   43.08MB/s    0:00:00 (xfr#66, to-chk=79/222)
23-Nov-2024 07:33:51       6,066,539  50%   42.86MB/s    0:00:00 (xfr#67, to-chk=78/222)
23-Nov-2024 07:33:51       6,067,097  51%   42.86MB/s    0:00:00 (xfr#68, to-chk=74/222)
23-Nov-2024 07:33:51       6,298,889  52%   42.30MB/s    0:00:00 (xfr#69, to-chk=73/222)
23-Nov-2024 07:33:51       6,299,447  52%   42.31MB/s    0:00:00 (xfr#70, to-chk=72/222)
23-Nov-2024 07:33:51       7,058,293  59%   42.07MB/s    0:00:00 (xfr#71, to-chk=71/222)
23-Nov-2024 07:33:51       7,058,659  59%   42.07MB/s    0:00:00 (xfr#72, to-chk=67/222)
23-Nov-2024 07:33:51      10,220,502  85%   37.06MB/s    0:00:00 (xfr#73, to-chk=66/222)
23-Nov-2024 07:33:51      10,220,868  85%   37.06MB/s    0:00:00 (xfr#74, to-chk=65/222)
23-Nov-2024 07:33:51      10,258,350  86%   37.06MB/s    0:00:00 (xfr#75, to-chk=64/222)
23-Nov-2024 07:33:51      10,258,908  86%   37.06MB/s    0:00:00 (xfr#76, to-chk=60/222)
23-Nov-2024 07:33:51      10,383,787  87%   36.81MB/s    0:00:00 (xfr#77, to-chk=59/222)
23-Nov-2024 07:33:51      10,384,345  87%   36.82MB/s    0:00:00 (xfr#78, to-chk=58/222)
23-Nov-2024 07:33:51      10,428,413  87%   36.56MB/s    0:00:00 (xfr#79, to-chk=57/222)
23-Nov-2024 07:33:51      10,428,683  87%   36.56MB/s    0:00:00 (xfr#80, to-chk=53/222)
23-Nov-2024 07:33:51      10,588,089  89%   34.82MB/s    0:00:00 (xfr#81, to-chk=52/222)
23-Nov-2024 07:33:51      10,588,359  89%   34.82MB/s    0:00:00 (xfr#82, to-chk=51/222)
23-Nov-2024 07:33:51      10,633,374  89%   34.85MB/s    0:00:00 (xfr#83, to-chk=50/222)
23-Nov-2024 07:33:51      10,633,836  89%   34.85MB/s    0:00:00 (xfr#84, to-chk=46/222)
23-Nov-2024 07:33:51      10,790,841  90%   34.53MB/s    0:00:00 (xfr#85, to-chk=45/222)
23-Nov-2024 07:33:51      10,791,303  90%   34.53MB/s    0:00:00 (xfr#86, to-chk=44/222)
23-Nov-2024 07:33:51      10,817,393  90%   34.62MB/s    0:00:00 (xfr#87, to-chk=43/222)
23-Nov-2024 07:33:51      10,817,951  90%   34.62MB/s    0:00:00 (xfr#88, to-chk=39/222)
23-Nov-2024 07:33:51      10,913,877  91%   34.58MB/s    0:00:00 (xfr#89, to-chk=38/222)
23-Nov-2024 07:33:51      10,914,435  91%   34.58MB/s    0:00:00 (xfr#90, to-chk=37/222)
23-Nov-2024 07:33:51      10,949,402  92%   34.58MB/s    0:00:00 (xfr#91, to-chk=36/222)
23-Nov-2024 07:33:51      10,949,768  92%   34.58MB/s    0:00:00 (xfr#92, to-chk=32/222)
23-Nov-2024 07:33:51      11,099,733  93%   34.59MB/s    0:00:00 (xfr#93, to-chk=31/222)
23-Nov-2024 07:33:51      11,100,099  93%   34.59MB/s    0:00:00 (xfr#94, to-chk=30/222)
23-Nov-2024 07:33:51      11,153,817  93%   34.76MB/s    0:00:00 (xfr#95, to-chk=29/222)
23-Nov-2024 07:33:51      11,154,375  93%   34.76MB/s    0:00:00 (xfr#96, to-chk=25/222)
23-Nov-2024 07:33:51      11,337,862  95%   35.11MB/s    0:00:00 (xfr#97, to-chk=24/222)
23-Nov-2024 07:33:51      11,338,420  95%   35.11MB/s    0:00:00 (xfr#98, to-chk=23/222)
23-Nov-2024 07:33:51      11,373,851  95%   35.10MB/s    0:00:00 (xfr#99, to-chk=22/222)
23-Nov-2024 07:33:51      11,374,505  95%   35.11MB/s    0:00:00 (xfr#100, to-chk=18/222)
23-Nov-2024 07:33:51      11,494,928  96%   35.25MB/s    0:00:00 (xfr#101, to-chk=17/222)
23-Nov-2024 07:33:51      11,495,582  96%   35.25MB/s    0:00:00 (xfr#102, to-chk=16/222)
23-Nov-2024 07:33:51      11,537,748  96%   35.27MB/s    0:00:00 (xfr#103, to-chk=15/222)
23-Nov-2024 07:33:51      11,538,498  96%   35.27MB/s    0:00:00 (xfr#104, to-chk=11/222)
23-Nov-2024 07:33:51      11,680,639  98%   35.48MB/s    0:00:00 (xfr#105, to-chk=10/222)
23-Nov-2024 07:33:51      11,681,389  98%   35.48MB/s    0:00:00 (xfr#106, to-chk=9/222)
23-Nov-2024 07:33:51      11,682,017  98%   35.48MB/s    0:00:00 (xfr#107, to-chk=8/222)
23-Nov-2024 07:33:51      11,720,399  98%   35.48MB/s    0:00:00 (xfr#108, to-chk=7/222)
23-Nov-2024 07:33:51      11,720,765  98%   35.49MB/s    0:00:00 (xfr#109, to-chk=3/222)
23-Nov-2024 07:33:51      11,851,743  99%   35.54MB/s    0:00:00 (xfr#110, to-chk=2/222)
23-Nov-2024 07:33:51      11,852,109  99%   35.54MB/s    0:00:00 (xfr#111, to-chk=1/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.66MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.66MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.66MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.66MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.66MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.66MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.55MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.44MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51      11,891,578  99%   35.44MB/s    0:00:00 (xfr#112, to-chk=0/222)
23-Nov-2024 07:33:51 [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-dg8rz: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.23-07.20.59/pod-logs/dev-oneclient-paris-5cc45c8cb7-dg8rz/oneclient_logs
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=188/220)
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:33:51          20,151   0%   19.22MB/s    0:00:00 (xfr#1, to-chk=187/220)
23-Nov-2024 07:33:51          20,151   0%   19.22MB/s    0:00:00 (xfr#1, to-chk=181/220)
23-Nov-2024 07:33:51          20,709   0%   19.75MB/s    0:00:00 (xfr#2, to-chk=183/220)
23-Nov-2024 07:33:51         101,407   2%   96.71MB/s    0:00:00 (xfr#3, to-chk=182/220)
23-Nov-2024 07:33:51         101,965   2%   97.24MB/s    0:00:00 (xfr#4, to-chk=181/220)
23-Nov-2024 07:33:51         232,925   5%  222.13MB/s    0:00:00 (xfr#5, to-chk=180/220)
23-Nov-2024 07:33:51         233,387   5%  222.58MB/s    0:00:00 (xfr#6, to-chk=176/220)
23-Nov-2024 07:33:51         476,698  11%  227.31MB/s    0:00:00 (xfr#7, to-chk=175/220)
23-Nov-2024 07:33:51         477,160  11%  227.53MB/s    0:00:00 (xfr#8, to-chk=174/220)
23-Nov-2024 07:33:51         492,732  12%  234.95MB/s    0:00:00 (xfr#9, to-chk=173/220)
23-Nov-2024 07:33:51         493,290  12%  235.22MB/s    0:00:00 (xfr#10, to-chk=169/220)
23-Nov-2024 07:33:51         542,974  13%  129.46MB/s    0:00:00 (xfr#11, to-chk=168/220)
23-Nov-2024 07:33:51         543,532  13%  129.59MB/s    0:00:00 (xfr#12, to-chk=167/220)
23-Nov-2024 07:33:51         559,649  13%  106.74MB/s    0:00:00 (xfr#13, to-chk=166/220)
23-Nov-2024 07:33:51         560,111  13%   89.03MB/s    0:00:00 (xfr#14, to-chk=162/220)
23-Nov-2024 07:33:51         621,245  15%   98.74MB/s    0:00:00 (xfr#15, to-chk=161/220)
23-Nov-2024 07:33:51         621,707  15%   98.82MB/s    0:00:00 (xfr#16, to-chk=160/220)
23-Nov-2024 07:33:51         665,163  16%  105.72MB/s    0:00:00 (xfr#17, to-chk=159/220)
23-Nov-2024 07:33:51         665,721  16%  105.81MB/s    0:00:00 (xfr#18, to-chk=155/220)
23-Nov-2024 07:33:51         800,793  19%  109.10MB/s    0:00:00 (xfr#19, to-chk=154/220)
23-Nov-2024 07:33:51         801,351  19%   95.53MB/s    0:00:00 (xfr#20, to-chk=153/220)
23-Nov-2024 07:33:51         817,233  20%   97.42MB/s    0:00:00 (xfr#21, to-chk=152/220)
23-Nov-2024 07:33:51         817,599  20%   97.47MB/s    0:00:00 (xfr#22, to-chk=148/220)
23-Nov-2024 07:33:51         877,814  21%   59.80MB/s    0:00:00 (xfr#23, to-chk=147/220)
23-Nov-2024 07:33:51         878,180  21%   55.83MB/s    0:00:00 (xfr#24, to-chk=146/220)
23-Nov-2024 07:33:51         904,066  22%   57.48MB/s    0:00:00 (xfr#25, to-chk=145/220)
23-Nov-2024 07:33:51         904,624  22%   57.51MB/s    0:00:00 (xfr#26, to-chk=141/220)
23-Nov-2024 07:33:51         988,330  24%   62.84MB/s    0:00:00 (xfr#27, to-chk=140/220)
23-Nov-2024 07:33:51         988,888  24%   62.87MB/s    0:00:00 (xfr#28, to-chk=139/220)
23-Nov-2024 07:33:51       1,007,955  24%   64.08MB/s    0:00:00 (xfr#29, to-chk=138/220)
23-Nov-2024 07:33:51       1,008,609  24%   60.12MB/s    0:00:00 (xfr#30, to-chk=134/220)
23-Nov-2024 07:33:51       1,075,498  26%   53.98MB/s    0:00:00 (xfr#31, to-chk=133/220)
23-Nov-2024 07:33:51       1,076,152  26%   54.02MB/s    0:00:00 (xfr#32, to-chk=132/220)
23-Nov-2024 07:33:51       1,108,002  27%   52.83MB/s    0:00:00 (xfr#33, to-chk=131/220)
23-Nov-2024 07:33:51       1,108,560  27%   52.86MB/s    0:00:00 (xfr#34, to-chk=127/220)
23-Nov-2024 07:33:51       1,224,121  30%   58.37MB/s    0:00:00 (xfr#35, to-chk=126/220)
23-Nov-2024 07:33:51       1,224,679  30%   58.40MB/s    0:00:00 (xfr#36, to-chk=125/220)
23-Nov-2024 07:33:51       1,275,656  31%   57.93MB/s    0:00:00 (xfr#37, to-chk=124/220)
23-Nov-2024 07:33:51       1,276,502  31%   57.97MB/s    0:00:00 (xfr#38, to-chk=120/220)
23-Nov-2024 07:33:51       1,436,037  35%   42.80MB/s    0:00:00 (xfr#39, to-chk=119/220)
23-Nov-2024 07:33:51       1,436,883  35%   42.82MB/s    0:00:00 (xfr#40, to-chk=118/220)
23-Nov-2024 07:33:51       1,437,511  35%   42.84MB/s    0:00:00 (xfr#41, to-chk=117/220)
23-Nov-2024 07:33:51       1,461,169  36%   43.55MB/s    0:00:00 (xfr#42, to-chk=116/220)
23-Nov-2024 07:33:51       1,461,631  36%   43.56MB/s    0:00:00 (xfr#43, to-chk=112/220)
23-Nov-2024 07:33:51       1,549,562  38%   44.78MB/s    0:00:00 (xfr#44, to-chk=111/220)
23-Nov-2024 07:33:51       1,550,024  38%   44.79MB/s    0:00:00 (xfr#45, to-chk=110/220)
23-Nov-2024 07:33:51       1,588,209  39%   45.90MB/s    0:00:00 (xfr#46, to-chk=109/220)
23-Nov-2024 07:33:51       1,588,959  39%   45.92MB/s    0:00:00 (xfr#47, to-chk=105/220)
23-Nov-2024 07:33:51       1,703,526  42%   46.42MB/s    0:00:00 (xfr#48, to-chk=104/220)
23-Nov-2024 07:33:51       1,704,276  42%   46.44MB/s    0:00:00 (xfr#49, to-chk=103/220)
23-Nov-2024 07:33:51       1,796,977  44%   45.10MB/s    0:00:00 (xfr#50, to-chk=102/220)
23-Nov-2024 07:33:51       1,797,535  44%   45.11MB/s    0:00:00 (xfr#51, to-chk=98/220)
23-Nov-2024 07:33:51       2,051,669  50%   47.72MB/s    0:00:00 (xfr#52, to-chk=97/220)
23-Nov-2024 07:33:51       2,052,227  50%   47.74MB/s    0:00:00 (xfr#53, to-chk=96/220)
23-Nov-2024 07:33:51       2,077,634  51%   48.33MB/s    0:00:00 (xfr#54, to-chk=95/220)
23-Nov-2024 07:33:51       2,078,288  51%   48.34MB/s    0:00:00 (xfr#55, to-chk=91/220)
23-Nov-2024 07:33:51       2,179,921  53%   46.20MB/s    0:00:00 (xfr#56, to-chk=90/220)
23-Nov-2024 07:33:51       2,180,575  53%   46.21MB/s    0:00:00 (xfr#57, to-chk=89/220)
23-Nov-2024 07:33:51       2,181,203  54%   46.23MB/s    0:00:00 (xfr#58, to-chk=88/220)
23-Nov-2024 07:33:51       2,221,034  55%   46.05MB/s    0:00:00 (xfr#59, to-chk=87/220)
23-Nov-2024 07:33:51       2,221,496  55%   45.08MB/s    0:00:00 (xfr#60, to-chk=83/220)
23-Nov-2024 07:33:51       2,357,794  58%   46.85MB/s    0:00:00 (xfr#61, to-chk=82/220)
23-Nov-2024 07:33:51       2,358,256  58%   46.85MB/s    0:00:00 (xfr#62, to-chk=81/220)
23-Nov-2024 07:33:51       2,394,152  59%   45.66MB/s    0:00:00 (xfr#63, to-chk=80/220)
23-Nov-2024 07:33:51       2,394,902  59%   45.68MB/s    0:00:00 (xfr#64, to-chk=76/220)
23-Nov-2024 07:33:51       2,506,419  62%   44.26MB/s    0:00:00 (xfr#65, to-chk=75/220)
23-Nov-2024 07:33:51       2,507,169  62%   44.28MB/s    0:00:00 (xfr#66, to-chk=74/220)
23-Nov-2024 07:33:51       2,507,797  62%   44.29MB/s    0:00:00 (xfr#67, to-chk=73/220)
23-Nov-2024 07:33:51       2,529,159  62%   43.07MB/s    0:00:00 (xfr#68, to-chk=72/220)
23-Nov-2024 07:33:51       2,529,717  62%   43.08MB/s    0:00:00 (xfr#69, to-chk=68/220)
23-Nov-2024 07:33:51       2,608,987  64%   40.13MB/s    0:00:00 (xfr#70, to-chk=67/220)
23-Nov-2024 07:33:51       2,609,545  64%   40.14MB/s    0:00:00 (xfr#71, to-chk=66/220)
23-Nov-2024 07:33:51       2,636,646  65%   38.68MB/s    0:00:00 (xfr#72, to-chk=65/220)
23-Nov-2024 07:33:51       2,637,492  65%   38.70MB/s    0:00:00 (xfr#73, to-chk=61/220)
23-Nov-2024 07:33:51       2,718,617  67%   37.04MB/s    0:00:00 (xfr#74, to-chk=60/220)
23-Nov-2024 07:33:51       2,719,463  67%   36.02MB/s    0:00:00 (xfr#75, to-chk=59/220)
23-Nov-2024 07:33:51       2,741,934  67%   33.10MB/s    0:00:00 (xfr#76, to-chk=58/220)
23-Nov-2024 07:33:51       2,742,396  67%   33.11MB/s    0:00:00 (xfr#77, to-chk=54/220)
23-Nov-2024 07:33:51       2,809,849  69%   33.08MB/s    0:00:00 (xfr#78, to-chk=53/220)
23-Nov-2024 07:33:51       2,810,311  69%   33.09MB/s    0:00:00 (xfr#79, to-chk=52/220)
23-Nov-2024 07:33:51       2,851,908  70%   33.17MB/s    0:00:00 (xfr#80, to-chk=51/220)
23-Nov-2024 07:33:51       2,852,370  70%   33.17MB/s    0:00:00 (xfr#81, to-chk=47/220)
23-Nov-2024 07:33:51       2,972,325  73%   33.75MB/s    0:00:00 (xfr#82, to-chk=46/220)
23-Nov-2024 07:33:51       2,972,787  73%   33.75MB/s    0:00:00 (xfr#83, to-chk=45/220)
23-Nov-2024 07:33:51       3,000,490  74%   34.07MB/s    0:00:00 (xfr#84, to-chk=44/220)
23-Nov-2024 07:33:51       3,000,952  74%   34.07MB/s    0:00:00 (xfr#85, to-chk=40/220)
23-Nov-2024 07:33:51       3,083,891  76%   33.05MB/s    0:00:00 (xfr#86, to-chk=39/220)
23-Nov-2024 07:33:51       3,084,353  76%   33.05MB/s    0:00:00 (xfr#87, to-chk=38/220)
23-Nov-2024 07:33:51       3,084,981  76%   33.06MB/s    0:00:00 (xfr#88, to-chk=37/220)
23-Nov-2024 07:33:51       3,112,940  77%   32.99MB/s    0:00:00 (xfr#89, to-chk=36/220)
23-Nov-2024 07:33:51       3,113,306  77%   32.99MB/s    0:00:00 (xfr#90, to-chk=32/220)
23-Nov-2024 07:33:51       3,199,604  79%   33.90MB/s    0:00:00 (xfr#91, to-chk=31/220)
23-Nov-2024 07:33:51       3,199,970  79%   33.91MB/s    0:00:00 (xfr#92, to-chk=30/220)
23-Nov-2024 07:33:51       3,200,598  79%   33.91MB/s    0:00:00 (xfr#93, to-chk=29/220)
23-Nov-2024 07:33:51       3,293,436  81%   32.05MB/s    0:00:00 (xfr#94, to-chk=28/220)
23-Nov-2024 07:33:51       3,293,898  81%   32.05MB/s    0:00:00 (xfr#95, to-chk=24/220)
23-Nov-2024 07:33:51       3,559,613  88%   31.43MB/s    0:00:00 (xfr#96, to-chk=23/220)
23-Nov-2024 07:33:51       3,560,075  88%   31.44MB/s    0:00:00 (xfr#97, to-chk=22/220)
23-Nov-2024 07:33:51       3,597,838  89%   29.84MB/s    0:00:00 (xfr#98, to-chk=21/220)
23-Nov-2024 07:33:51       3,598,588  89%   29.84MB/s    0:00:00 (xfr#99, to-chk=17/220)
23-Nov-2024 07:33:51       3,719,881  92%   30.58MB/s    0:00:00 (xfr#100, to-chk=16/220)
23-Nov-2024 07:33:51       3,720,631  92%   30.59MB/s    0:00:00 (xfr#101, to-chk=15/220)
23-Nov-2024 07:33:51       3,754,417  92%   30.87MB/s    0:00:00 (xfr#102, to-chk=14/220)
23-Nov-2024 07:33:51       3,755,263  92%   30.87MB/s    0:00:00 (xfr#103, to-chk=10/220)
23-Nov-2024 07:33:51       3,865,209  95%   31.51MB/s    0:00:00 (xfr#104, to-chk=9/220)
23-Nov-2024 07:33:51       3,866,055  95%   31.51MB/s    0:00:00 (xfr#105, to-chk=8/220)
23-Nov-2024 07:33:51       3,894,956  96%   31.75MB/s    0:00:00 (xfr#106, to-chk=7/220)
23-Nov-2024 07:33:51       3,895,610  96%   31.75MB/s    0:00:00 (xfr#107, to-chk=3/220)
23-Nov-2024 07:33:51       3,990,975  98%   31.72MB/s    0:00:00 (xfr#108, to-chk=2/220)
23-Nov-2024 07:33:51       3,991,629  98%   31.72MB/s    0:00:00 (xfr#109, to-chk=1/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.79MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.28MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.28MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.28MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51       4,033,796  99%   31.28MB/s    0:00:00 (xfr#110, to-chk=0/220)
23-Nov-2024 07:33:51 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.23-07.20.59/pod-logs/dev-oneprovider-krakow-0/op-panel
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:33:51          17,806  16%   16.98MB/s    0:00:00 (xfr#2, to-chk=9/14)
23-Nov-2024 07:33:51          36,545  33%   34.85MB/s    0:00:00 (xfr#3, to-chk=7/14)
23-Nov-2024 07:33:51          36,545  33%   34.85MB/s    0:00:00 (xfr#4, to-chk=5/14)
23-Nov-2024 07:33:51          54,148  49%   51.64MB/s    0:00:00 (xfr#5, to-chk=3/14)
23-Nov-2024 07:33:51          54,439  50%   51.92MB/s    0:00:00 (xfr#6, to-chk=1/14)
23-Nov-2024 07:33:51          54,439  50%   51.92MB/s    0:00:00 (xfr#6, to-chk=0/14)
23-Nov-2024 07:33:51 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.23-07.20.59/pod-logs/dev-oneprovider-krakow-0/cluster-manager
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:33:51           2,022  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
23-Nov-2024 07:33:51           4,776  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
23-Nov-2024 07:33:51           4,776  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
23-Nov-2024 07:33:51           6,595  48%    6.29MB/s    0:00:00 (xfr#5, to-chk=3/14)
23-Nov-2024 07:33:51           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=1/14)
23-Nov-2024 07:33:51           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=0/14)
23-Nov-2024 07:33:51 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.23-07.20.59/pod-logs/dev-oneprovider-krakow-0/op-worker
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:33:51          20,527   3%   19.58MB/s    0:00:00 (xfr#1, to-chk=51/54)
23-Nov-2024 07:33:51          59,440  11%   56.69MB/s    0:00:00 (xfr#2, to-chk=49/54)
23-Nov-2024 07:33:51          95,708  17%   91.27MB/s    0:00:00 (xfr#3, to-chk=47/54)
23-Nov-2024 07:33:51          98,440  18%   93.88MB/s    0:00:00 (xfr#4, to-chk=45/54)
23-Nov-2024 07:33:51          98,440  18%   93.88MB/s    0:00:00 (xfr#5, to-chk=43/54)
23-Nov-2024 07:33:51         133,303  24%  127.13MB/s    0:00:00 (xfr#6, to-chk=41/54)
23-Nov-2024 07:33:51         133,453  24%  127.27MB/s    0:00:00 (xfr#7, to-chk=39/54)
23-Nov-2024 07:33:51         133,750  25%  127.55MB/s    0:00:00 (xfr#8, to-chk=37/54)
23-Nov-2024 07:33:51         218,342  40%  104.11MB/s    0:00:00 (xfr#9, to-chk=35/54)
23-Nov-2024 07:33:51         222,211  41%  105.96MB/s    0:00:00 (xfr#10, to-chk=25/54)
23-Nov-2024 07:33:51         224,427  41%  107.02MB/s    0:00:00 (xfr#11, to-chk=24/54)
23-Nov-2024 07:33:51         228,068  42%  108.75MB/s    0:00:00 (xfr#12, to-chk=23/54)
23-Nov-2024 07:33:51         235,298  44%  112.20MB/s    0:00:00 (xfr#13, to-chk=22/54)
23-Nov-2024 07:33:51         241,390  45%  115.10MB/s    0:00:00 (xfr#14, to-chk=21/54)
23-Nov-2024 07:33:51         241,611  45%  115.21MB/s    0:00:00 (xfr#15, to-chk=20/54)
23-Nov-2024 07:33:51         244,739  45%   77.80MB/s    0:00:00 (xfr#16, to-chk=19/54)
23-Nov-2024 07:33:51         245,188  45%   77.94MB/s    0:00:00 (xfr#17, to-chk=18/54)
23-Nov-2024 07:33:51         251,799  47%   80.04MB/s    0:00:00 (xfr#18, to-chk=17/54)
23-Nov-2024 07:33:51         256,865  48%   81.66MB/s    0:00:00 (xfr#19, to-chk=16/54)
23-Nov-2024 07:33:51         258,290  48%   82.11MB/s    0:00:00 (xfr#20, to-chk=15/54)
23-Nov-2024 07:33:51         259,372  48%   82.45MB/s    0:00:00 (xfr#21, to-chk=14/54)
23-Nov-2024 07:33:51         263,811  49%   83.86MB/s    0:00:00 (xfr#22, to-chk=13/54)
23-Nov-2024 07:33:51         267,965  50%   85.18MB/s    0:00:00 (xfr#23, to-chk=12/54)
23-Nov-2024 07:33:51         269,839  50%   64.33MB/s    0:00:00 (xfr#24, to-chk=11/54)
23-Nov-2024 07:33:51         273,195  51%   65.13MB/s    0:00:00 (xfr#25, to-chk=10/54)
23-Nov-2024 07:33:51         278,489  52%   66.40MB/s    0:00:00 (xfr#26, to-chk=9/54)
23-Nov-2024 07:33:51         284,296  53%   67.78MB/s    0:00:00 (xfr#27, to-chk=8/54)
23-Nov-2024 07:33:51         286,746  53%   68.37MB/s    0:00:00 (xfr#28, to-chk=7/54)
23-Nov-2024 07:33:51         289,595  54%   69.04MB/s    0:00:00 (xfr#29, to-chk=6/54)
23-Nov-2024 07:33:51         290,956  54%   69.37MB/s    0:00:00 (xfr#30, to-chk=5/54)
23-Nov-2024 07:33:51         292,545  54%   55.80MB/s    0:00:00 (xfr#31, to-chk=4/54)
23-Nov-2024 07:33:51         298,124  55%   56.86MB/s    0:00:00 (xfr#32, to-chk=3/54)
23-Nov-2024 07:33:51         304,444  56%   58.07MB/s    0:00:00 (xfr#33, to-chk=2/54)
23-Nov-2024 07:33:51         309,288  57%   58.99MB/s    0:00:00 (xfr#34, to-chk=1/54)
23-Nov-2024 07:33:51         316,178  59%   60.31MB/s    0:00:00 (xfr#35, to-chk=0/54)
23-Nov-2024 07:33:51         316,178  59%   60.31MB/s    0:00:00 (xfr#35, to-chk=0/54)
23-Nov-2024 07:33:51         316,178  59%   60.31MB/s    0:00:00 (xfr#35, to-chk=0/54)
23-Nov-2024 07:33:51         316,178  59%   43.08MB/s    0:00:00 (xfr#35, to-chk=0/54)
23-Nov-2024 07:33:51         316,178  59%   43.08MB/s    0:00:00 (xfr#35, to-chk=0/54)
23-Nov-2024 07:33:51         316,178  59%   43.08MB/s    0:00:00 (xfr#35, to-chk=0/54)
23-Nov-2024 07:33:51 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.23-07.20.59/pod-logs/dev-oneprovider-paris-0/op-panel
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:33:51          17,770  16%   16.95MB/s    0:00:00 (xfr#2, to-chk=9/14)
23-Nov-2024 07:33:51          36,471  33%   34.78MB/s    0:00:00 (xfr#3, to-chk=7/14)
23-Nov-2024 07:33:51          36,471  33%   34.78MB/s    0:00:00 (xfr#4, to-chk=5/14)
23-Nov-2024 07:33:51          54,038  49%   51.53MB/s    0:00:00 (xfr#5, to-chk=3/14)
23-Nov-2024 07:33:51          54,329  50%   51.81MB/s    0:00:00 (xfr#6, to-chk=1/14)
23-Nov-2024 07:33:51          54,329  50%   25.91MB/s    0:00:00 (xfr#6, to-chk=0/14)
23-Nov-2024 07:33:51 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.23-07.20.59/pod-logs/dev-oneprovider-paris-0/cluster-manager
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:33:51           2,018  14%    1.92MB/s    0:00:00 (xfr#2, to-chk=9/14)
23-Nov-2024 07:33:51           4,766  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
23-Nov-2024 07:33:51           4,766  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
23-Nov-2024 07:33:51           6,581  48%    6.28MB/s    0:00:00 (xfr#5, to-chk=3/14)
23-Nov-2024 07:33:51           6,843  50%    6.53MB/s    0:00:00 (xfr#6, to-chk=1/14)
23-Nov-2024 07:33:51           6,843  50%    6.53MB/s    0:00:00 (xfr#6, to-chk=0/14)
23-Nov-2024 07:33:51 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.23-07.20.59/pod-logs/dev-oneprovider-paris-0/op-worker
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=51/54)
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:33:51          35,366   7%   33.73MB/s    0:00:00 (xfr#2, to-chk=49/54)
23-Nov-2024 07:33:51          68,075  14%   64.92MB/s    0:00:00 (xfr#3, to-chk=47/54)
23-Nov-2024 07:33:51          68,075  14%   64.92MB/s    0:00:00 (xfr#4, to-chk=45/54)
23-Nov-2024 07:33:51          68,075  14%   64.92MB/s    0:00:00 (xfr#5, to-chk=43/54)
23-Nov-2024 07:33:51          99,391  21%   94.79MB/s    0:00:00 (xfr#6, to-chk=41/54)
23-Nov-2024 07:33:51          99,541  21%   94.93MB/s    0:00:00 (xfr#7, to-chk=39/54)
23-Nov-2024 07:33:51          99,838  21%   95.21MB/s    0:00:00 (xfr#8, to-chk=37/54)
23-Nov-2024 07:33:51         184,541  39%   29.33MB/s    0:00:00 (xfr#9, to-chk=35/54)
23-Nov-2024 07:33:51         185,385  39%   29.47MB/s    0:00:00 (xfr#10, to-chk=25/54)
23-Nov-2024 07:33:51         190,457  40%   25.95MB/s    0:00:00 (xfr#11, to-chk=24/54)
23-Nov-2024 07:33:51         191,816  41%   26.13MB/s    0:00:00 (xfr#12, to-chk=23/54)
23-Nov-2024 07:33:51         193,688  41%   26.39MB/s    0:00:00 (xfr#13, to-chk=22/54)
23-Nov-2024 07:33:51         197,327  42%   26.88MB/s    0:00:00 (xfr#14, to-chk=21/54)
23-Nov-2024 07:33:51         203,930  43%   27.78MB/s    0:00:00 (xfr#15, to-chk=20/54)
23-Nov-2024 07:33:51         208,084  44%   28.35MB/s    0:00:00 (xfr#16, to-chk=19/54)
23-Nov-2024 07:33:51         211,161  45%   28.77MB/s    0:00:00 (xfr#17, to-chk=18/54)
23-Nov-2024 07:33:51         214,515  46%   25.57MB/s    0:00:00 (xfr#18, to-chk=17/54)
23-Nov-2024 07:33:51         220,605  47%   26.30MB/s    0:00:00 (xfr#19, to-chk=16/54)
23-Nov-2024 07:33:51         224,472  48%   26.76MB/s    0:00:00 (xfr#20, to-chk=15/54)
23-Nov-2024 07:33:51         224,693  48%   26.79MB/s    0:00:00 (xfr#21, to-chk=14/54)
23-Nov-2024 07:33:51         230,498  49%   27.48MB/s    0:00:00 (xfr#22, to-chk=13/54)
23-Nov-2024 07:33:51         231,572  49%   27.61MB/s    0:00:00 (xfr#23, to-chk=12/54)
23-Nov-2024 07:33:51         236,011  50%   28.13MB/s    0:00:00 (xfr#24, to-chk=11/54)
23-Nov-2024 07:33:51         238,223  51%   25.24MB/s    0:00:00 (xfr#25, to-chk=10/54)
23-Nov-2024 07:33:51         245,119  52%   25.97MB/s    0:00:00 (xfr#26, to-chk=9/54)
23-Nov-2024 07:33:51         249,951  53%   26.49MB/s    0:00:00 (xfr#27, to-chk=8/54)
23-Nov-2024 07:33:51         251,546  53%   26.65MB/s    0:00:00 (xfr#28, to-chk=7/54)
23-Nov-2024 07:33:51         254,383  54%   26.96MB/s    0:00:00 (xfr#29, to-chk=6/54)
23-Nov-2024 07:33:51         259,968  55%   27.55MB/s    0:00:00 (xfr#30, to-chk=5/54)
23-Nov-2024 07:33:51         267,196  57%   28.31MB/s    0:00:00 (xfr#31, to-chk=4/54)
23-Nov-2024 07:33:51         267,651  57%   28.36MB/s    0:00:00 (xfr#32, to-chk=3/54)
23-Nov-2024 07:33:51         270,101  57%   28.62MB/s    0:00:00 (xfr#33, to-chk=2/54)
23-Nov-2024 07:33:51         276,419  59%   29.29MB/s    0:00:00 (xfr#34, to-chk=1/54)
23-Nov-2024 07:33:51         281,713  60%   26.87MB/s    0:00:00 (xfr#35, to-chk=0/54)
23-Nov-2024 07:33:51         281,713  60%   26.87MB/s    0:00:00 (xfr#35, to-chk=0/54)
23-Nov-2024 07:33:51         281,713  60%   26.87MB/s    0:00:00 (xfr#35, to-chk=0/54)
23-Nov-2024 07:33:51         281,713  60%   22.39MB/s    0:00:00 (xfr#35, to-chk=0/54)
23-Nov-2024 07:33:51         281,713  60%   22.39MB/s    0:00:00 (xfr#35, to-chk=0/54)
23-Nov-2024 07:33:51         281,713  60%   22.39MB/s    0:00:00 (xfr#35, to-chk=0/54)
23-Nov-2024 07:33:51 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.23-07.20.59/pod-logs/dev-onezone-0/cluster-manager
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:33:51           1,977  14%    1.89MB/s    0:00:00 (xfr#2, to-chk=9/14)
23-Nov-2024 07:33:51           4,664  34%    4.45MB/s    0:00:00 (xfr#3, to-chk=7/14)
23-Nov-2024 07:33:51           4,664  34%    4.45MB/s    0:00:00 (xfr#4, to-chk=5/14)
23-Nov-2024 07:33:51           6,438  48%    6.14MB/s    0:00:00 (xfr#5, to-chk=3/14)
23-Nov-2024 07:33:51           6,700  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=1/14)
23-Nov-2024 07:33:51           6,700  50%    3.19MB/s    0:00:00 (xfr#6, to-chk=0/14)
23-Nov-2024 07:33:51 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.23-07.20.59/pod-logs/dev-onezone-0/oz-worker
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=15/18)
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:33:51          23,816   7%   22.71MB/s    0:00:00 (xfr#2, to-chk=13/18)
23-Nov-2024 07:33:51          48,397  15%   46.15MB/s    0:00:00 (xfr#3, to-chk=11/18)
23-Nov-2024 07:33:51          48,397  15%   46.15MB/s    0:00:00 (xfr#4, to-chk=9/18)
23-Nov-2024 07:33:51          71,733  22%   68.41MB/s    0:00:00 (xfr#5, to-chk=7/18)
23-Nov-2024 07:33:51          71,824  22%   68.50MB/s    0:00:00 (xfr#6, to-chk=5/18)
23-Nov-2024 07:33:51          72,121  22%   68.78MB/s    0:00:00 (xfr#7, to-chk=3/18)
23-Nov-2024 07:33:51         157,574  50%   75.14MB/s    0:00:00 (xfr#8, to-chk=1/18)
23-Nov-2024 07:33:51         157,574  50%   37.57MB/s    0:00:00 (xfr#8, to-chk=0/18)
23-Nov-2024 07:33:51 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.23-07.20.59/pod-logs/dev-onezone-0/oz-panel
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
23-Nov-2024 07:33:51               0   0%    0.00kB/s    0:00:00 
23-Nov-2024 07:33:51          53,541  12%   51.06MB/s    0:00:00 (xfr#2, to-chk=9/14)
23-Nov-2024 07:33:51         108,636  25%  103.60MB/s    0:00:00 (xfr#3, to-chk=7/14)
23-Nov-2024 07:33:51         156,111  37%  148.88MB/s    0:00:00 (xfr#4, to-chk=5/14)
23-Nov-2024 07:33:51         209,449  49%  199.75MB/s    0:00:00 (xfr#5, to-chk=3/14)
23-Nov-2024 07:33:51         209,740  50%  200.02MB/s    0:00:00 (xfr#6, to-chk=1/14)
23-Nov-2024 07:33:51         209,740  50%   66.67MB/s    0:00:00 (xfr#6, to-chk=0/14)
23-Nov-2024 07:33:51 [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/oneclient/logs/multiprovider_proxy/test_multi_reg_file_CRUD.1732347222.1069853 exists, exporting anyway.
23-Nov-2024 07:33:51 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
23-Nov-2024 07:33:51 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51 =============================== warnings summary ===============================
23-Nov-2024 07:33:51 tests/utils/rest_utils.py:98
23-Nov-2024 07:33:51   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ '
23-Nov-2024 07:33:51     print("""
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51 tests/utils/path_utils.py:112
23-Nov-2024 07:33:51   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
23-Nov-2024 07:33:51     return path.replace("'", "\\'").replace(' ', '\ ')
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51 tests/utils/acceptance_utils.py:55
23-Nov-2024 07:33:51   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d'
23-Nov-2024 07:33:51     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51 tests/utils/acceptance_utils.py:57
23-Nov-2024 07:33:51   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d'
23-Nov-2024 07:33:51     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
23-Nov-2024 07:33:51
23-Nov-2024 07:33:51 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
23-Nov-2024 07:33:51 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/test-reports/results.xml -
23-Nov-2024 07:33:51 ================== 26 passed, 4 warnings in 774.73s (0:12:54) ==================
23-Nov-2024 07:33:56 release "dev" uninstalled
23-Nov-2024 07:33:56 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
23-Nov-2024 07:33:56 persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted
23-Nov-2024 07:34:00 No resources found
23-Nov-2024 07:34:01 Sidecar injection has been disabled
23-Nov-2024 07:34:01 Cleaning helm release "dev"...
23-Nov-2024 07:34:01 Deleted 1 helm deployments
23-Nov-2024 07:34:01 Deleted 0 k8s deployments
23-Nov-2024 07:34:01 Deleted 0 k8s services
23-Nov-2024 07:34:01 Deleted 0 persistent volumes
23-Nov-2024 07:34:01 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
23-Nov-2024 07:34:01 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
23-Nov-2024 07:34:01 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
23-Nov-2024 07:34:01 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
23-Nov-2024 07:34:01 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
23-Nov-2024 07:34:01 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
23-Nov-2024 07:34:01 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
23-Nov-2024 07:34:01 Finished task 'Run acceptance oneclient tests' with result: Success
23-Nov-2024 07:34:01 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
23-Nov-2024 07:34:01 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS...
23-Nov-2024 07:34:01 Finished task 'Parse test results' with result: Success
23-Nov-2024 07:34:01 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
23-Nov-2024 07:34:01
Substituting variable: ${bamboo.artifactRepoHostname} with S3
23-Nov-2024 07:34:01
Substituting variable: ${bamboo.artifactRepoPort} with 10161
23-Nov-2024 07:34:01
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
23-Nov-2024 07:34:01
Substituting variable: ${bamboo.planRepository.branchName} with develop
23-Nov-2024 07:34:01
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
23-Nov-2024 07:34:01
Substituting variable: ${bamboo.artifactRepoHostname} with S3
23-Nov-2024 07:34:01
Substituting variable: ${bamboo.artifactRepoPort} with 10161
23-Nov-2024 07:34:01
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
23-Nov-2024 07:34:01
Substituting variable: ${bamboo.planRepository.branchName} with develop
23-Nov-2024 07:34:01
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
23-Nov-2024 07:34:01 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Nov-2024 07:34:01
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio symlinks #3367 (ODSRV-OAP-MPRFCPS-3367)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPS-3367-ScriptBuildTask-7209276610769662107.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance
23-Nov-2024 07:34:01 ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_multiprovider_proxy_regular_file_CRUD_proxyio_symlinks.tar.gz
23-Nov-2024 07:34:02 Uploading artifact
23-Nov-2024 07:34:02     source path: surefire_multiprovider_proxy_regular_file_CRUD_proxyio_symlinks.tar.gz
23-Nov-2024 07:34:02     dest.  path: artifacts/onedata-acceptance/develop/surefire_multiprovider_proxy_regular_file_CRUD_proxyio_symlinks.tar.gz
23-Nov-2024 07:34:02 Finished task 'Pack and push surefire artifact' with result: Success
23-Nov-2024 07:34:02 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
23-Nov-2024 07:34:02 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Nov-2024 07:34:02
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio symlinks #3367 (ODSRV-OAP-MPRFCPS-3367)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPS-3367-ScriptBuildTask-7531817553557738706.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS
23-Nov-2024 07:34:02 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
23-Nov-2024 07:34:02 Finished task 'Pack logs' with result: Success
23-Nov-2024 07:34:02 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
23-Nov-2024 07:34:02
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
23-Nov-2024 07:34:02 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Nov-2024 07:34:02
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio symlinks #3367 (ODSRV-OAP-MPRFCPS-3367)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPS-3367-ScriptBuildTask-9296702512389069695.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance
23-Nov-2024 07:34:02   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
23-Nov-2024 07:34:02                                  Dload  Upload   Total   Spent    Left  Speed
23-Nov-2024 07:34:02
23-Nov-2024 07:34:02   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
23-Nov-2024 07:34:02 100  4822  100  4822    0     0  61820      0 --:--:-- --:--:-- --:--:-- 61820
23-Nov-2024 07:34:02 Clearing /tmp/onedata and /home/bamboo/.one-env
23-Nov-2024 07:34:03 Cleaning helm deployments
23-Nov-2024 07:34:03 Cleanining pods
23-Nov-2024 07:34:03 Cleaning kube persistant volumes
23-Nov-2024 07:34:03 Cleaning dockswift container
23-Nov-2024 07:34:03 Cleaning docker containers
23-Nov-2024 07:34:06 Stalled docker containers to remove:
23-Nov-2024 07:34:06 9d22e2ca70f2 8acd7ddc462e 1f4f4a7e5da6 50301a5bc428 5f24c2bde6e1 3c622d0c3b22 406e91b6de6d 2108bc6f4bea 618da734e709 e801b8e9da5e 5419cef4cdd5 17cf5d4ee35a e0494d7f0da1 e6d92b880cef 55a14b5d695c 7b933911c0cf 99bcfc332e60 f4e39455278d b7e353eca951 d22a57ebaca6
23-Nov-2024 07:34:06 Removing stalled docker containers
23-Nov-2024 07:34:06 Error response from daemon: Cannot kill container: 9d22e2ca70f2: Container 9d22e2ca70f2f334a9f9e872ccfd9efa8cdb22adca270a1ca0dd2523677d314b is not running
23-Nov-2024 07:34:06 9d22e2ca70f2
23-Nov-2024 07:34:06 Error response from daemon: Cannot kill container: 8acd7ddc462e: Container 8acd7ddc462e0d25c0913ee2c706fffcb2eb5edcece17dece07eb9c156c11994 is not running
23-Nov-2024 07:34:06 8acd7ddc462e
23-Nov-2024 07:34:06 Error response from daemon: Cannot kill container: 1f4f4a7e5da6: Container 1f4f4a7e5da68e969ede6cc346bb0141bb968d97913ab7a2213e4c7b9332f89c is not running
23-Nov-2024 07:34:06 1f4f4a7e5da6
23-Nov-2024 07:34:06 Error response from daemon: Cannot kill container: 50301a5bc428: Container 50301a5bc4283033cc37861f80a7b044792236f463110a95534f7bb916723918 is not running
23-Nov-2024 07:34:06 50301a5bc428
23-Nov-2024 07:34:06 Error response from daemon: Cannot kill container: 5f24c2bde6e1: Container 5f24c2bde6e169b40bd82fd7783cb3a51e165f31aa72fa96020dd03fb744c029 is not running
23-Nov-2024 07:34:06 5f24c2bde6e1
23-Nov-2024 07:34:06 Error response from daemon: Cannot kill container: 3c622d0c3b22: Container 3c622d0c3b22b026608d30af3175eec10c9466cca48e610daffcfcf260189264 is not running
23-Nov-2024 07:34:06 3c622d0c3b22
23-Nov-2024 07:34:06 Error response from daemon: Cannot kill container: 406e91b6de6d: Container 406e91b6de6d77a8e084b34598f8c2e8566df1cc55eed57330bc6e2e0b67bf91 is not running
23-Nov-2024 07:34:06 406e91b6de6d
23-Nov-2024 07:34:06 Error response from daemon: Cannot kill container: 2108bc6f4bea: Container 2108bc6f4bea9d143c088f28376595fa284f082557a8b14174b9845108c28ddc is not running
23-Nov-2024 07:34:06 2108bc6f4bea
23-Nov-2024 07:34:06 Error response from daemon: Cannot kill container: 618da734e709: Container 618da734e7098223d3431d99db085ba8149b90b79796c903f2594de201a74fbb is not running
23-Nov-2024 07:34:06 618da734e709
23-Nov-2024 07:34:06 Error response from daemon: Cannot kill container: e801b8e9da5e: Container e801b8e9da5ed6e9a100b4ac2106eb576b415960c59f5870290c75a1db80e7e9 is not running
23-Nov-2024 07:34:07 e801b8e9da5e
23-Nov-2024 07:34:07 Error response from daemon: Cannot kill container: 5419cef4cdd5: Container 5419cef4cdd537d178ae4f16363b95eeffd49e50a4e2f3add283481ea199a0b8 is not running
23-Nov-2024 07:34:07 5419cef4cdd5
23-Nov-2024 07:34:07 Error response from daemon: Cannot kill container: 17cf5d4ee35a: Container 17cf5d4ee35ab983d04593b75c54285055fa8dd85cdba611b81e6e0796e77baa is not running
23-Nov-2024 07:34:07 17cf5d4ee35a
23-Nov-2024 07:34:07 Error response from daemon: Cannot kill container: e0494d7f0da1: Container e0494d7f0da1f3500535a9274e94477a50e6b38e9393f638983a5519e110b727 is not running
23-Nov-2024 07:34:07 e0494d7f0da1
23-Nov-2024 07:34:07 Error response from daemon: Cannot kill container: e6d92b880cef: Container e6d92b880cef827cb0836267c01ec6fb7f60f00120d2ebf508681eb46f0ef007 is not running
23-Nov-2024 07:34:07 e6d92b880cef
23-Nov-2024 07:34:07 Error response from daemon: Cannot kill container: 55a14b5d695c: Container 55a14b5d695ca0598e7cf48c4bdae0c27c620ac213574b9e538572f68ba30218 is not running
23-Nov-2024 07:34:07 55a14b5d695c
23-Nov-2024 07:34:07 Error response from daemon: Cannot kill container: 7b933911c0cf: Container 7b933911c0cf8a438c0ca81d271526ceb4f9a0a21d1b8de72fbc84c151506e9f is not running
23-Nov-2024 07:34:07 7b933911c0cf
23-Nov-2024 07:34:07 Error response from daemon: Cannot kill container: 99bcfc332e60: Container 99bcfc332e600ad03cdb0c2d32aba242387bde17d08a492b57e4fa8faded27fd is not running
23-Nov-2024 07:34:07 99bcfc332e60
23-Nov-2024 07:34:07 Error response from daemon: Cannot kill container: f4e39455278d: Container f4e39455278d6ff6ba59f805c2287ed7ea966ebedf9b815bc51ef5f13777661c is not running
23-Nov-2024 07:34:07 f4e39455278d
23-Nov-2024 07:34:07 Error response from daemon: Cannot kill container: b7e353eca951: Container b7e353eca95103110ade70b4dbbfe0f84c66b96f8e392b31925634b6ed44686c is not running
23-Nov-2024 07:34:07 b7e353eca951
23-Nov-2024 07:34:07 d22a57ebaca6
23-Nov-2024 07:34:07 d22a57ebaca6
23-Nov-2024 07:34:07 Stalled docker volumes to remove:
23-Nov-2024 07:34:07
23-Nov-2024 07:34:07 Removing stalled docker volumes
23-Nov-2024 07:34:07 Removing stalled loopdevices
23-Nov-2024 07:34:08 Done
23-Nov-2024 07:34:08 Finished task 'Clear env and working dir' with result: Success
23-Nov-2024 07:34:08 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
23-Nov-2024 07:34:08 Running post build plugin 'Docker Container Cleanup'
23-Nov-2024 07:34:08 Running post build plugin 'NCover Results Collector'
23-Nov-2024 07:34:08 Running post build plugin 'Build Results Label Collector'
23-Nov-2024 07:34:08 Running post build plugin 'Clover Results Collector'
23-Nov-2024 07:34:08 Running post build plugin 'npm Cache Cleanup'
23-Nov-2024 07:34:08 Running post build plugin 'Artifact Copier'
23-Nov-2024 07:34:08 Publishing an artifact: test_logs.tar.gz
23-Nov-2024 07:34:08 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 163.0 ms
23-Nov-2024 07:34:08 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS'
23-Nov-2024 07:34:08 Finalising the build...
23-Nov-2024 07:34:08 Stopping timer.
23-Nov-2024 07:34:08 Build ODSRV-OAP-MPRFCPS-3367 completed.
23-Nov-2024 07:34:09 Running on server: post build plugin 'Build Hanging Detection Configuration'
23-Nov-2024 07:34:09 Running on server: post build plugin 'NCover Results Collector'
23-Nov-2024 07:34:09 Running on server: post build plugin 'Build Labeller'
23-Nov-2024 07:34:09 Running on server: post build plugin 'Clover Delta Calculator'
23-Nov-2024 07:34:09 Running on server: post build plugin 'Maven Dependencies Postprocessor'
23-Nov-2024 07:34:09 All post build plugins have finished
23-Nov-2024 07:34:09 Generating build results summary...
23-Nov-2024 07:34:09 Saving build results to disk...
23-Nov-2024 07:34:09 Store variable context...
23-Nov-2024 07:34:09 Finished building ODSRV-OAP-MPRFCPS-3367.