oneclient acceptance tests using environment deployed from packages

Build: #3360 failed

Job: multiprovider proxy regular file CRUD proxyio was successful

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Build log

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

07-Nov-2024 23:35:55
07-Nov-2024 23:35:55
07-Nov-2024 23:35:55 Unmounting client from /tmp/onedata/mnt/8jdfbr1gyvhx312p
07-Nov-2024 23:35:55
07-Nov-2024 23:35:55
07-Nov-2024 23:36:24 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_file_opened_for_reading[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 23:36:24 =================================================================
07-Nov-2024 23:36:24 - Executing scenario 'Delete file opened by other user for reading'
07-Nov-2024 23:36:24 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 23:36:24 -----------------------------------------------------------------
07-Nov-2024 23:36:24 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 23:36:24 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 23:36:24 using [token, token] by [user1, user2]"'
07-Nov-2024 23:36:24 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:36:24 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:36:24 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:36:24
07-Nov-2024 23:36:24
07-Nov-2024 23:36:24 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lz7cs'
07-Nov-2024 23:36:24 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lz7cs' successfully started
07-Nov-2024 23:36:24
07-Nov-2024 23:36:24 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/jkwm4xzp7pkemkn3
07-Nov-2024 23:36:24
07-Nov-2024 23:36:24 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/jkwm4xzp7pkemkn3 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/jkwm4xzp7pkemkn3
07-Nov-2024 23:36:24 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '17981195928807219173'...
07-Nov-2024 23:36:24 Getting configuration...
07-Nov-2024 23:36:24 Oneclient has been successfully mounted in '/tmp/onedata/mnt/jkwm4xzp7pkemkn3'.
07-Nov-2024 23:36:24
07-Nov-2024 23:36:24 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:36:24 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:36:24 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:36:24
07-Nov-2024 23:36:24
07-Nov-2024 23:36:24 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-qd56r'
07-Nov-2024 23:36:24 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-qd56r' successfully started
07-Nov-2024 23:36:24
07-Nov-2024 23:36:24 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/e6sgqcm7yc9h6s5m
07-Nov-2024 23:36:24
07-Nov-2024 23:36:24 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/e6sgqcm7yc9h6s5m --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/e6sgqcm7yc9h6s5m
07-Nov-2024 23:36:24 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '691451897396728153'...
07-Nov-2024 23:36:24 Getting configuration...
07-Nov-2024 23:36:24 Oneclient has been successfully mounted in '/tmp/onedata/mnt/e6sgqcm7yc9h6s5m'.
07-Nov-2024 23:36:24
07-Nov-2024 23:36:24 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
07-Nov-2024 23:36:24 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
07-Nov-2024 23:36:24 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
07-Nov-2024 23:36:24 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
07-Nov-2024 23:36:24 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
07-Nov-2024 23:36:24 -- Executing step: 'When "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
07-Nov-2024 23:36:24 -- Executing step: 'When "user1 changes space1/dir1 mode to 777 on client11"'
07-Nov-2024 23:36:24 -- Executing step: 'Then "mode of user2's space1/dir1 is 777 on client21"'
07-Nov-2024 23:36:24 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r on client11"'
07-Nov-2024 23:36:24 -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"'
07-Nov-2024 23:36:24 -- Executing step: 'Then "user2 can't stat [file1] in space1/dir1 on client21"'
07-Nov-2024 23:36:24 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"'
07-Nov-2024 23:36:24 -- Executing step: 'Then "user2 doesn't see [file1] in space1/dir1 on client21"'
07-Nov-2024 23:36:24 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"'
07-Nov-2024 23:36:24 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"'
07-Nov-2024 23:36:24 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
07-Nov-2024 23:36:24 =================================================================
07-Nov-2024 23:36:24
07-Nov-2024 23:36:25 PASSED
07-Nov-2024 23:36:25 Unmounting client from /tmp/onedata/mnt/jkwm4xzp7pkemkn3
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25 Unmounting client from /tmp/onedata/mnt/e6sgqcm7yc9h6s5m
07-Nov-2024 23:36:25
07-Nov-2024 23:36:25
07-Nov-2024 23:36:48 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_file_opened_for_rdwr[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 23:36:48 =================================================================
07-Nov-2024 23:36:48 - Executing scenario 'Delete file opened by other user for reading and writing'
07-Nov-2024 23:36:48 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 23:36:48 -----------------------------------------------------------------
07-Nov-2024 23:36:48 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 23:36:48 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 23:36:48 using [token, token] by [user1, user2]"'
07-Nov-2024 23:36:48 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:36:48 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:36:48 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:36:48
07-Nov-2024 23:36:48
07-Nov-2024 23:36:48 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lz7cs'
07-Nov-2024 23:36:48 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lz7cs' successfully started
07-Nov-2024 23:36:48
07-Nov-2024 23:36:48 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/epsapghd90c8kzgy
07-Nov-2024 23:36:48
07-Nov-2024 23:36:48 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/epsapghd90c8kzgy --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/epsapghd90c8kzgy
07-Nov-2024 23:36:48 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '13493908484810874754'...
07-Nov-2024 23:36:48 Getting configuration...
07-Nov-2024 23:36:48 Oneclient has been successfully mounted in '/tmp/onedata/mnt/epsapghd90c8kzgy'.
07-Nov-2024 23:36:48
07-Nov-2024 23:36:48 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:36:48 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:36:48 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:36:48
07-Nov-2024 23:36:48
07-Nov-2024 23:36:48 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-qd56r'
07-Nov-2024 23:36:48 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-qd56r' successfully started
07-Nov-2024 23:36:48
07-Nov-2024 23:36:48 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/xknqezldkcd7m6ju
07-Nov-2024 23:36:48
07-Nov-2024 23:36:48 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/xknqezldkcd7m6ju --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/xknqezldkcd7m6ju
07-Nov-2024 23:36:48 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '10150291324461251833'...
07-Nov-2024 23:36:48 Getting configuration...
07-Nov-2024 23:36:48 Oneclient has been successfully mounted in '/tmp/onedata/mnt/xknqezldkcd7m6ju'.
07-Nov-2024 23:36:48
07-Nov-2024 23:36:48 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
07-Nov-2024 23:36:48 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
07-Nov-2024 23:36:48 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
07-Nov-2024 23:36:48 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
07-Nov-2024 23:36:48 -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"'
07-Nov-2024 23:36:48 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
07-Nov-2024 23:36:48 -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"'
07-Nov-2024 23:36:48 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to previously opened space1/dir1/file1 on client11"'
07-Nov-2024 23:36:48 -- Executing step: 'Then "user1 sets current file position in space1/dir1/file1 at offset 0 on client11"'
07-Nov-2024 23:36:48 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"'
07-Nov-2024 23:36:48 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
07-Nov-2024 23:36:48 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"'
07-Nov-2024 23:36:48 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"'
07-Nov-2024 23:36:48 =================================================================
07-Nov-2024 23:36:48
07-Nov-2024 23:36:48 PASSED
07-Nov-2024 23:36:48 Unmounting client from /tmp/onedata/mnt/epsapghd90c8kzgy
07-Nov-2024 23:36:48
07-Nov-2024 23:36:48
07-Nov-2024 23:36:48 Unmounting client from /tmp/onedata/mnt/xknqezldkcd7m6ju
07-Nov-2024 23:36:48
07-Nov-2024 23:36:48
07-Nov-2024 23:37:11 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_opened_file_without_permission[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 23:37:11 =================================================================
07-Nov-2024 23:37:11 - Executing scenario 'Fail to delete file without permission, file is opened by other user'
07-Nov-2024 23:37:11 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 23:37:11 -----------------------------------------------------------------
07-Nov-2024 23:37:11 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 23:37:11 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 23:37:11 using [token, token] by [user1, user2]"'
07-Nov-2024 23:37:11 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:37:11 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:37:11 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:37:11
07-Nov-2024 23:37:11
07-Nov-2024 23:37:11 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lz7cs'
07-Nov-2024 23:37:11 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lz7cs' successfully started
07-Nov-2024 23:37:11
07-Nov-2024 23:37:11 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/7rhmygvf80fwborz
07-Nov-2024 23:37:11
07-Nov-2024 23:37:11 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/7rhmygvf80fwborz --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/7rhmygvf80fwborz
07-Nov-2024 23:37:11 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '13838831550736092789'...
07-Nov-2024 23:37:11 Getting configuration...
07-Nov-2024 23:37:11 Oneclient has been successfully mounted in '/tmp/onedata/mnt/7rhmygvf80fwborz'.
07-Nov-2024 23:37:11
07-Nov-2024 23:37:11 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:37:11 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:37:11 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:37:11
07-Nov-2024 23:37:11
07-Nov-2024 23:37:11 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-qd56r'
07-Nov-2024 23:37:11 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-qd56r' successfully started
07-Nov-2024 23:37:11
07-Nov-2024 23:37:11 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/wnf4gsp43digug7i
07-Nov-2024 23:37:11
07-Nov-2024 23:37:11 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/wnf4gsp43digug7i --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/wnf4gsp43digug7i
07-Nov-2024 23:37:11 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '15788054064425156599'...
07-Nov-2024 23:37:11 Getting configuration...
07-Nov-2024 23:37:11 Oneclient has been successfully mounted in '/tmp/onedata/mnt/wnf4gsp43digug7i'.
07-Nov-2024 23:37:11
07-Nov-2024 23:37:11 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
07-Nov-2024 23:37:11 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
07-Nov-2024 23:37:11 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
07-Nov-2024 23:37:11 -- Executing step: 'When "user2 sees [dir1] in space1 on client21"'
07-Nov-2024 23:37:11 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
07-Nov-2024 23:37:11 -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"'
07-Nov-2024 23:37:11 -- Executing step: 'Then "mode of user2's space1/dir1 is 755 on client21"'
07-Nov-2024 23:37:11 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
07-Nov-2024 23:37:11 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
07-Nov-2024 23:37:11 -- Executing step: 'Then "user2 fails to delete files [space1/dir1/file1] on client21"'
07-Nov-2024 23:37:11 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
07-Nov-2024 23:37:11 -- Executing step: 'Then "user1 can stat [file1] in space1/dir1 on client11"'
07-Nov-2024 23:37:11 -- Executing step: 'Then "user2 can stat [file1] in space1/dir1 on client21"'
07-Nov-2024 23:37:11 -- Executing step: 'Then "user1 sees [file1] in space1/dir1 on client11"'
07-Nov-2024 23:37:11 -- Executing step: 'Then "user2 sees [file1] in space1/dir1 on client21"'
07-Nov-2024 23:37:11 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
07-Nov-2024 23:37:11 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client21"'
07-Nov-2024 23:37:11 =================================================================
07-Nov-2024 23:37:11
07-Nov-2024 23:37:12 PASSED
07-Nov-2024 23:37:12 Unmounting client from /tmp/onedata/mnt/7rhmygvf80fwborz
07-Nov-2024 23:37:12
07-Nov-2024 23:37:12
07-Nov-2024 23:37:12 Unmounting client from /tmp/onedata/mnt/wnf4gsp43digug7i
07-Nov-2024 23:37:12
07-Nov-2024 23:37:12
07-Nov-2024 23:37:34 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_right_after_close[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 23:37:34 =================================================================
07-Nov-2024 23:37:34 - Executing scenario 'Delete file right after closing it'
07-Nov-2024 23:37:34 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 23:37:34 -----------------------------------------------------------------
07-Nov-2024 23:37:34 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 23:37:34 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 23:37:34 using [token, token] by [user1, user2]"'
07-Nov-2024 23:37:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:37:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:37:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:37:34
07-Nov-2024 23:37:34
07-Nov-2024 23:37:34 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lz7cs'
07-Nov-2024 23:37:34 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lz7cs' successfully started
07-Nov-2024 23:37:34
07-Nov-2024 23:37:34 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/hp1n8jmct9oqzem2
07-Nov-2024 23:37:34
07-Nov-2024 23:37:34 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/hp1n8jmct9oqzem2 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/hp1n8jmct9oqzem2
07-Nov-2024 23:37:34 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '14516469346522993816'...
07-Nov-2024 23:37:34 Getting configuration...
07-Nov-2024 23:37:34 Oneclient has been successfully mounted in '/tmp/onedata/mnt/hp1n8jmct9oqzem2'.
07-Nov-2024 23:37:34
07-Nov-2024 23:37:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:37:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:37:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:37:34
07-Nov-2024 23:37:34
07-Nov-2024 23:37:34 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-qd56r'
07-Nov-2024 23:37:34 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-qd56r' successfully started
07-Nov-2024 23:37:34
07-Nov-2024 23:37:34 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/z5rardnbzbrarm08
07-Nov-2024 23:37:34
07-Nov-2024 23:37:34 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/z5rardnbzbrarm08 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/z5rardnbzbrarm08
07-Nov-2024 23:37:34 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '4294794671057060463'...
07-Nov-2024 23:37:34 Getting configuration...
07-Nov-2024 23:37:34 Oneclient has been successfully mounted in '/tmp/onedata/mnt/z5rardnbzbrarm08'.
07-Nov-2024 23:37:34
07-Nov-2024 23:37:34 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
07-Nov-2024 23:37:34 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
07-Nov-2024 23:37:34 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
07-Nov-2024 23:37:34 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
07-Nov-2024 23:37:34 -- Executing step: 'When "user1 opens space1/file1 with mode r+ on client11"'
07-Nov-2024 23:37:34 -- Executing step: 'When "user1 closes space1/file1 on client11"'
07-Nov-2024 23:37:34 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
07-Nov-2024 23:37:34 -- Executing step: 'When "space1 is empty for user1 on client11"'
07-Nov-2024 23:37:34 =================================================================
07-Nov-2024 23:37:34
07-Nov-2024 23:37:35 PASSED
07-Nov-2024 23:37:35 Unmounting client from /tmp/onedata/mnt/hp1n8jmct9oqzem2
07-Nov-2024 23:37:35
07-Nov-2024 23:37:35
07-Nov-2024 23:37:35 Unmounting client from /tmp/onedata/mnt/z5rardnbzbrarm08
07-Nov-2024 23:37:35
07-Nov-2024 23:37:35
07-Nov-2024 23:37:59 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_create_many[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 23:37:59 =================================================================
07-Nov-2024 23:37:59 - Executing scenario 'Create many children'
07-Nov-2024 23:37:59 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 23:37:59 -----------------------------------------------------------------
07-Nov-2024 23:37:59 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 23:37:59 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 23:37:59 using [token, token] by [user1, user2]"'
07-Nov-2024 23:37:59 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:37:59 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:37:59 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:37:59
07-Nov-2024 23:37:59
07-Nov-2024 23:37:59 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lz7cs'
07-Nov-2024 23:37:59 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lz7cs' successfully started
07-Nov-2024 23:37:59
07-Nov-2024 23:37:59 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/s1wavpeuv1cmiaxf
07-Nov-2024 23:37:59
07-Nov-2024 23:37:59 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/s1wavpeuv1cmiaxf --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/s1wavpeuv1cmiaxf
07-Nov-2024 23:37:59 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '12483347439015788081'...
07-Nov-2024 23:37:59 Getting configuration...
07-Nov-2024 23:37:59 Oneclient has been successfully mounted in '/tmp/onedata/mnt/s1wavpeuv1cmiaxf'.
07-Nov-2024 23:37:59
07-Nov-2024 23:37:59 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:37:59 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:37:59 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:37:59
07-Nov-2024 23:37:59
07-Nov-2024 23:37:59 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-qd56r'
07-Nov-2024 23:37:59 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-qd56r' successfully started
07-Nov-2024 23:37:59
07-Nov-2024 23:37:59 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/zgz335f3ldi0ni7h
07-Nov-2024 23:37:59
07-Nov-2024 23:37:59 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/zgz335f3ldi0ni7h --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/zgz335f3ldi0ni7h
07-Nov-2024 23:37:59 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '10086756907222717830'...
07-Nov-2024 23:37:59 Getting configuration...
07-Nov-2024 23:37:59 Oneclient has been successfully mounted in '/tmp/onedata/mnt/zgz335f3ldi0ni7h'.
07-Nov-2024 23:37:59
07-Nov-2024 23:37:59 -- Executing step: 'When "user1 creates child files of space1 with names in range [1, 127) on client11"'
07-Nov-2024 23:37:59 -- Executing step: 'Then "user2 lists children of space1 and gets names in range [1, 127) on client21"'
07-Nov-2024 23:37:59 =================================================================
07-Nov-2024 23:37:59
07-Nov-2024 23:38:03 PASSED
07-Nov-2024 23:38:03 Unmounting client from /tmp/onedata/mnt/s1wavpeuv1cmiaxf
07-Nov-2024 23:38:03
07-Nov-2024 23:38:03
07-Nov-2024 23:38:03 Unmounting client from /tmp/onedata/mnt/zgz335f3ldi0ni7h
07-Nov-2024 23:38:03
07-Nov-2024 23:38:03
07-Nov-2024 23:38:25 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_copy_delete[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 23:38:25 =================================================================
07-Nov-2024 23:38:25 - Executing scenario 'Create nonempty file then copy it and remove source file'
07-Nov-2024 23:38:25 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 23:38:25 -----------------------------------------------------------------
07-Nov-2024 23:38:25 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 23:38:25 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 23:38:25 using [token, token] by [user1, user2]"'
07-Nov-2024 23:38:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:38:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:38:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:38:25
07-Nov-2024 23:38:25
07-Nov-2024 23:38:25 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lz7cs'
07-Nov-2024 23:38:25 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lz7cs' successfully started
07-Nov-2024 23:38:25
07-Nov-2024 23:38:25 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/l72isng0qmz779w7
07-Nov-2024 23:38:25
07-Nov-2024 23:38:25 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/l72isng0qmz779w7 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/l72isng0qmz779w7
07-Nov-2024 23:38:25 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '4257025813930168514'...
07-Nov-2024 23:38:25 Getting configuration...
07-Nov-2024 23:38:25 Oneclient has been successfully mounted in '/tmp/onedata/mnt/l72isng0qmz779w7'.
07-Nov-2024 23:38:25
07-Nov-2024 23:38:25 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:38:25 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:38:25 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:38:25
07-Nov-2024 23:38:25
07-Nov-2024 23:38:25 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-qd56r'
07-Nov-2024 23:38:25 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-qd56r' successfully started
07-Nov-2024 23:38:25
07-Nov-2024 23:38:25 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/lk2lo8eg6mhtqgrj
07-Nov-2024 23:38:25
07-Nov-2024 23:38:25 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/lk2lo8eg6mhtqgrj --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/lk2lo8eg6mhtqgrj
07-Nov-2024 23:38:25 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '10194647012157975544'...
07-Nov-2024 23:38:25 Getting configuration...
07-Nov-2024 23:38:25 Oneclient has been successfully mounted in '/tmp/onedata/mnt/lk2lo8eg6mhtqgrj'.
07-Nov-2024 23:38:25
07-Nov-2024 23:38:25 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
07-Nov-2024 23:38:25 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
07-Nov-2024 23:38:25 -- Executing step: 'When "user1 copies regular file space1/file1 to space1/file1_copy on client11"'
07-Nov-2024 23:38:25 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
07-Nov-2024 23:38:25 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client11"'
07-Nov-2024 23:38:25 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client21"'
07-Nov-2024 23:38:25 =================================================================
07-Nov-2024 23:38:25
07-Nov-2024 23:38:25 PASSED
07-Nov-2024 23:38:25 Unmounting client from /tmp/onedata/mnt/l72isng0qmz779w7
07-Nov-2024 23:38:25
07-Nov-2024 23:38:25
07-Nov-2024 23:38:25 Unmounting client from /tmp/onedata/mnt/lk2lo8eg6mhtqgrj
07-Nov-2024 23:38:25
07-Nov-2024 23:38:25
07-Nov-2024 23:38:51 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_move_between_spaces[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
07-Nov-2024 23:38:51 =================================================================
07-Nov-2024 23:38:51 - Executing scenario 'Create nonempty file then move it to another space'
07-Nov-2024 23:38:51 - from feature 'Multi_regular_file_CRUD'
07-Nov-2024 23:38:51 -----------------------------------------------------------------
07-Nov-2024 23:38:51 -- Executing step: 'Given "oneclients [client11, client21]
07-Nov-2024 23:38:51 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
07-Nov-2024 23:38:51 using [token, token] by [user1, user2]"'
07-Nov-2024 23:38:51 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:38:51 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:38:51 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lz7cs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:38:51
07-Nov-2024 23:38:51
07-Nov-2024 23:38:51 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lz7cs'
07-Nov-2024 23:38:51 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lz7cs' successfully started
07-Nov-2024 23:38:51
07-Nov-2024 23:38:51 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/mzxrpli5uzhcege3
07-Nov-2024 23:38:51
07-Nov-2024 23:38:51 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/mzxrpli5uzhcege3 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/mzxrpli5uzhcege3
07-Nov-2024 23:38:51 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '10849101196218029483'...
07-Nov-2024 23:38:51 Getting configuration...
07-Nov-2024 23:38:51 Oneclient has been successfully mounted in '/tmp/onedata/mnt/mzxrpli5uzhcege3'.
07-Nov-2024 23:38:51
07-Nov-2024 23:38:51 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
07-Nov-2024 23:38:51 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
07-Nov-2024 23:38:51 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-qd56r', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
07-Nov-2024 23:38:51
07-Nov-2024 23:38:51
07-Nov-2024 23:38:51 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-qd56r'
07-Nov-2024 23:38:51 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-qd56r' successfully started
07-Nov-2024 23:38:51
07-Nov-2024 23:38:51 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/zsaj7gdoremsl0m4
07-Nov-2024 23:38:51
07-Nov-2024 23:38:51 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/zsaj7gdoremsl0m4 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/zsaj7gdoremsl0m4
07-Nov-2024 23:38:51 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '6441744155029844375'...
07-Nov-2024 23:38:51 Getting configuration...
07-Nov-2024 23:38:51 Oneclient has been successfully mounted in '/tmp/onedata/mnt/zsaj7gdoremsl0m4'.
07-Nov-2024 23:38:51
07-Nov-2024 23:38:51 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
07-Nov-2024 23:38:51 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
07-Nov-2024 23:38:51 -- Executing step: 'When "user2 reads "TEST TEXT ONEDATA" from file space1/file1 on client21"'
07-Nov-2024 23:38:51 -- Executing step: 'When "user1 renames space1/file1 to space2/file1_moved on client11"'
07-Nov-2024 23:38:51 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client11"'
07-Nov-2024 23:38:51 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client21"'
07-Nov-2024 23:38:51 =================================================================
07-Nov-2024 23:38:51
07-Nov-2024 23:39:01 PASSED
07-Nov-2024 23:39:01 Unmounting client from /tmp/onedata/mnt/mzxrpli5uzhcege3
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01 Unmounting client from /tmp/onedata/mnt/zsaj7gdoremsl0m4
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01 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.1731022731.7484486', '-c', '/tmp/logs']
07-Nov-2024 23:39:01 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-pt9f9. See /home/bamboo/.one-env/deployments/2024.11.07-23.25.38/pod-logs/dev-cross-support-job-3p-users-pt9f9/entrypoint.log for more details
07-Nov-2024 23:39:01 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-lz7cs: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.07-23.25.38/pod-logs/dev-oneclient-krakow-7d9476b8bc-lz7cs/oneclient_logs
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=188/220)
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:39:01          24,838   0%   23.69MB/s    0:00:00 (xfr#1, to-chk=187/220)
07-Nov-2024 23:39:01          24,838   0%   23.69MB/s    0:00:00 (xfr#1, to-chk=181/220)
07-Nov-2024 23:39:01          25,204   0%   24.04MB/s    0:00:00 (xfr#2, to-chk=183/220)
07-Nov-2024 23:39:01         121,506   1%  115.88MB/s    0:00:00 (xfr#3, to-chk=182/220)
07-Nov-2024 23:39:01         121,872   1%  116.23MB/s    0:00:00 (xfr#4, to-chk=181/220)
07-Nov-2024 23:39:01         122,500   1%  116.83MB/s    0:00:00 (xfr#5, to-chk=180/220)
07-Nov-2024 23:39:01         151,775   1%  144.74MB/s    0:00:00 (xfr#6, to-chk=179/220)
07-Nov-2024 23:39:01         152,237   1%  145.18MB/s    0:00:00 (xfr#7, to-chk=175/220)
07-Nov-2024 23:39:01         253,045   3%  120.66MB/s    0:00:00 (xfr#8, to-chk=174/220)
07-Nov-2024 23:39:01         253,507   3%  120.88MB/s    0:00:00 (xfr#9, to-chk=173/220)
07-Nov-2024 23:39:01         272,161   3%  129.78MB/s    0:00:00 (xfr#10, to-chk=172/220)
07-Nov-2024 23:39:01         272,719   3%  130.04MB/s    0:00:00 (xfr#11, to-chk=168/220)
07-Nov-2024 23:39:01         340,421   4%  108.22MB/s    0:00:00 (xfr#12, to-chk=167/220)
07-Nov-2024 23:39:01         340,979   4%  108.39MB/s    0:00:00 (xfr#13, to-chk=166/220)
07-Nov-2024 23:39:01         378,299   4%   90.19MB/s    0:00:00 (xfr#14, to-chk=165/220)
07-Nov-2024 23:39:01         378,953   4%   90.35MB/s    0:00:00 (xfr#15, to-chk=161/220)
07-Nov-2024 23:39:01         503,595   6%   60.03MB/s    0:00:00 (xfr#16, to-chk=160/220)
07-Nov-2024 23:39:01         504,249   6%   60.11MB/s    0:00:00 (xfr#17, to-chk=159/220)
07-Nov-2024 23:39:01         535,471   6%   63.83MB/s    0:00:00 (xfr#18, to-chk=158/220)
07-Nov-2024 23:39:01         535,933   6%   63.89MB/s    0:00:00 (xfr#19, to-chk=154/220)
07-Nov-2024 23:39:01         624,918   7%   59.60MB/s    0:00:00 (xfr#20, to-chk=153/220)
07-Nov-2024 23:39:01         625,380   7%   59.64MB/s    0:00:00 (xfr#21, to-chk=152/220)
07-Nov-2024 23:39:01         642,776   7%   43.79MB/s    0:00:00 (xfr#22, to-chk=151/220)
07-Nov-2024 23:39:01         643,142   7%   43.81MB/s    0:00:00 (xfr#23, to-chk=147/220)
07-Nov-2024 23:39:01         709,105   8%   37.57MB/s    0:00:00 (xfr#24, to-chk=146/220)
07-Nov-2024 23:39:01         709,471   8%   37.59MB/s    0:00:00 (xfr#25, to-chk=145/220)
07-Nov-2024 23:39:01         746,309   9%   39.54MB/s    0:00:00 (xfr#26, to-chk=144/220)
07-Nov-2024 23:39:01         746,867   9%   39.57MB/s    0:00:00 (xfr#27, to-chk=140/220)
07-Nov-2024 23:39:01         873,181  10%   41.64MB/s    0:00:00 (xfr#28, to-chk=139/220)
07-Nov-2024 23:39:01         873,739  10%   41.66MB/s    0:00:00 (xfr#29, to-chk=138/220)
07-Nov-2024 23:39:01         902,151  11%   43.02MB/s    0:00:00 (xfr#30, to-chk=137/220)
07-Nov-2024 23:39:01         902,709  11%   43.04MB/s    0:00:00 (xfr#31, to-chk=133/220)
07-Nov-2024 23:39:01         986,618  12%   44.81MB/s    0:00:00 (xfr#32, to-chk=132/220)
07-Nov-2024 23:39:01         987,176  12%   44.83MB/s    0:00:00 (xfr#33, to-chk=131/220)
07-Nov-2024 23:39:01       1,037,265  12%   47.11MB/s    0:00:00 (xfr#34, to-chk=130/220)
07-Nov-2024 23:39:01       1,038,111  12%   47.14MB/s    0:00:00 (xfr#35, to-chk=126/220)
07-Nov-2024 23:39:01       1,237,452  15%   49.17MB/s    0:00:00 (xfr#36, to-chk=125/220)
07-Nov-2024 23:39:01       1,238,298  15%   49.21MB/s    0:00:00 (xfr#37, to-chk=124/220)
07-Nov-2024 23:39:01       1,269,968  15%   50.46MB/s    0:00:00 (xfr#38, to-chk=123/220)
07-Nov-2024 23:39:01       1,270,430  15%   50.48MB/s    0:00:00 (xfr#39, to-chk=119/220)
07-Nov-2024 23:39:01       1,375,291  16%   43.72MB/s    0:00:00 (xfr#40, to-chk=118/220)
07-Nov-2024 23:39:01       1,375,753  17%   43.73MB/s    0:00:00 (xfr#41, to-chk=117/220)
07-Nov-2024 23:39:01       1,597,945  19%   41.19MB/s    0:00:00 (xfr#42, to-chk=116/220)
07-Nov-2024 23:39:01       1,598,215  19%   41.19MB/s    0:00:00 (xfr#43, to-chk=112/220)
07-Nov-2024 23:39:01       4,029,639  49%   46.87MB/s    0:00:00 (xfr#44, to-chk=111/220)
07-Nov-2024 23:39:01       4,029,909  49%   46.87MB/s    0:00:00 (xfr#45, to-chk=110/220)
07-Nov-2024 23:39:01       4,054,349  50%   47.15MB/s    0:00:00 (xfr#46, to-chk=109/220)
07-Nov-2024 23:39:01       4,054,715  50%   46.59MB/s    0:00:00 (xfr#47, to-chk=105/220)
07-Nov-2024 23:39:01       4,134,671  51%   46.39MB/s    0:00:00 (xfr#48, to-chk=104/220)
07-Nov-2024 23:39:01       4,135,037  51%   46.39MB/s    0:00:00 (xfr#49, to-chk=103/220)
07-Nov-2024 23:39:01       4,162,005  51%   46.70MB/s    0:00:00 (xfr#50, to-chk=102/220)
07-Nov-2024 23:39:01       4,162,563  51%   46.70MB/s    0:00:00 (xfr#51, to-chk=98/220)
07-Nov-2024 23:39:01       4,247,576  52%   47.10MB/s    0:00:00 (xfr#52, to-chk=97/220)
07-Nov-2024 23:39:01       4,248,134  52%   47.11MB/s    0:00:00 (xfr#53, to-chk=96/220)
07-Nov-2024 23:39:01       4,290,306  53%   46.49MB/s    0:00:00 (xfr#54, to-chk=95/220)
07-Nov-2024 23:39:01       4,290,960  53%   46.50MB/s    0:00:00 (xfr#55, to-chk=91/220)
07-Nov-2024 23:39:01       4,430,360  54%   46.95MB/s    0:00:00 (xfr#56, to-chk=90/220)
07-Nov-2024 23:39:01       4,431,014  54%   46.95MB/s    0:00:00 (xfr#57, to-chk=89/220)
07-Nov-2024 23:39:01       4,589,578  56%   47.06MB/s    0:00:00 (xfr#58, to-chk=88/220)
07-Nov-2024 23:39:01       4,590,232  56%   47.07MB/s    0:00:00 (xfr#59, to-chk=84/220)
07-Nov-2024 23:39:01       5,103,296  63%   46.35MB/s    0:00:00 (xfr#60, to-chk=83/220)
07-Nov-2024 23:39:01       5,103,950  63%   46.36MB/s    0:00:00 (xfr#61, to-chk=82/220)
07-Nov-2024 23:39:01       5,104,578  63%   46.36MB/s    0:00:00 (xfr#62, to-chk=81/220)
07-Nov-2024 23:39:01       5,144,536  63%   46.73MB/s    0:00:00 (xfr#63, to-chk=80/220)
07-Nov-2024 23:39:01       5,145,190  63%   46.29MB/s    0:00:00 (xfr#64, to-chk=76/220)
07-Nov-2024 23:39:01       5,149,330  63%   46.33MB/s    0:00:00 (xfr#65, to-chk=75/220)
07-Nov-2024 23:39:01       5,274,347  65%   47.01MB/s    0:00:00 (xfr#66, to-chk=74/220)
07-Nov-2024 23:39:01       5,275,001  65%   46.58MB/s    0:00:00 (xfr#67, to-chk=73/220)
07-Nov-2024 23:39:01       5,310,189  65%   46.89MB/s    0:00:00 (xfr#68, to-chk=72/220)
07-Nov-2024 23:39:01       5,310,459  65%   46.89MB/s    0:00:00 (xfr#69, to-chk=68/220)
07-Nov-2024 23:39:01       5,418,127  66%   45.73MB/s    0:00:00 (xfr#70, to-chk=67/220)
07-Nov-2024 23:39:01       5,418,397  66%   45.73MB/s    0:00:00 (xfr#71, to-chk=66/220)
07-Nov-2024 23:39:01       5,419,025  66%   45.73MB/s    0:00:00 (xfr#72, to-chk=65/220)
07-Nov-2024 23:39:01       5,452,817  67%   46.02MB/s    0:00:00 (xfr#73, to-chk=64/220)
07-Nov-2024 23:39:01       5,453,375  67%   46.02MB/s    0:00:00 (xfr#74, to-chk=60/220)
07-Nov-2024 23:39:01       5,548,755  68%   43.37MB/s    0:00:00 (xfr#75, to-chk=59/220)
07-Nov-2024 23:39:01       5,549,313  68%   43.38MB/s    0:00:00 (xfr#76, to-chk=58/220)
07-Nov-2024 23:39:01       5,581,527  68%   43.63MB/s    0:00:00 (xfr#77, to-chk=57/220)
07-Nov-2024 23:39:01       5,582,085  68%   43.64MB/s    0:00:00 (xfr#78, to-chk=53/220)
07-Nov-2024 23:39:01       5,683,786  70%   43.36MB/s    0:00:00 (xfr#79, to-chk=52/220)
07-Nov-2024 23:39:01       5,684,344  70%   43.37MB/s    0:00:00 (xfr#80, to-chk=51/220)
07-Nov-2024 23:39:01       5,705,830  70%   43.19MB/s    0:00:00 (xfr#81, to-chk=50/220)
07-Nov-2024 23:39:01       5,706,292  70%   43.19MB/s    0:00:00 (xfr#82, to-chk=46/220)
07-Nov-2024 23:39:01       5,788,714  71%   43.81MB/s    0:00:00 (xfr#83, to-chk=45/220)
07-Nov-2024 23:39:01       5,789,176  71%   43.82MB/s    0:00:00 (xfr#84, to-chk=44/220)
07-Nov-2024 23:39:01       6,130,037  75%   40.04MB/s    0:00:00 (xfr#85, to-chk=43/220)
07-Nov-2024 23:39:01       6,130,595  75%   39.77MB/s    0:00:00 (xfr#86, to-chk=39/220)
07-Nov-2024 23:39:01       7,241,363  89%   43.43MB/s    0:00:00 (xfr#87, to-chk=38/220)
07-Nov-2024 23:39:01       7,241,921  89%   43.44MB/s    0:00:00 (xfr#88, to-chk=37/220)
07-Nov-2024 23:39:01       7,265,409  89%   43.58MB/s    0:00:00 (xfr#89, to-chk=36/220)
07-Nov-2024 23:39:01       7,265,871  89%   43.58MB/s    0:00:00 (xfr#90, to-chk=32/220)
07-Nov-2024 23:39:01       7,355,343  90%   43.03MB/s    0:00:00 (xfr#91, to-chk=31/220)
07-Nov-2024 23:39:01       7,355,805  90%   43.04MB/s    0:00:00 (xfr#92, to-chk=30/220)
07-Nov-2024 23:39:01       7,356,433  90%   42.78MB/s    0:00:00 (xfr#93, to-chk=29/220)
07-Nov-2024 23:39:01       7,380,825  91%   42.92MB/s    0:00:00 (xfr#94, to-chk=28/220)
07-Nov-2024 23:39:01       7,381,287  91%   42.92MB/s    0:00:00 (xfr#95, to-chk=24/220)
07-Nov-2024 23:39:01       7,491,466  92%   43.30MB/s    0:00:00 (xfr#96, to-chk=23/220)
07-Nov-2024 23:39:01       7,491,928  92%   43.04MB/s    0:00:00 (xfr#97, to-chk=22/220)
07-Nov-2024 23:39:01       7,522,326  92%   43.22MB/s    0:00:00 (xfr#98, to-chk=21/220)
07-Nov-2024 23:39:01       7,522,980  92%   43.22MB/s    0:00:00 (xfr#99, to-chk=17/220)
07-Nov-2024 23:39:01       7,616,185  94%   43.76MB/s    0:00:00 (xfr#100, to-chk=16/220)
07-Nov-2024 23:39:01       7,616,839  94%   43.76MB/s    0:00:00 (xfr#101, to-chk=15/220)
07-Nov-2024 23:39:01       7,647,195  94%   43.15MB/s    0:00:00 (xfr#102, to-chk=14/220)
07-Nov-2024 23:39:01       7,647,849  94%   43.16MB/s    0:00:00 (xfr#103, to-chk=10/220)
07-Nov-2024 23:39:01       7,744,327  95%   43.44MB/s    0:00:00 (xfr#104, to-chk=9/220)
07-Nov-2024 23:39:01       7,744,981  95%   43.45MB/s    0:00:00 (xfr#105, to-chk=8/220)
07-Nov-2024 23:39:01       7,805,631  96%   43.53MB/s    0:00:00 (xfr#106, to-chk=7/220)
07-Nov-2024 23:39:01       7,806,285  96%   43.54MB/s    0:00:00 (xfr#107, to-chk=3/220)
07-Nov-2024 23:39:01       8,045,516  99%   42.63MB/s    0:00:00 (xfr#108, to-chk=2/220)
07-Nov-2024 23:39:01       8,046,170  99%   42.63MB/s    0:00:00 (xfr#109, to-chk=1/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.37MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.14MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   42.14MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   39.54MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01       8,085,639  99%   39.54MB/s    0:00:00 (xfr#110, to-chk=0/220)
07-Nov-2024 23:39:01 [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-qd56r: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.07-23.25.38/pod-logs/dev-oneclient-paris-5cc45c8cb7-qd56r/oneclient_logs
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=187/219)
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:39:01          25,271   0%   24.10MB/s    0:00:00 (xfr#1, to-chk=186/219)
07-Nov-2024 23:39:01          25,271   0%   24.10MB/s    0:00:00 (xfr#1, to-chk=180/219)
07-Nov-2024 23:39:01          25,925   0%   24.72MB/s    0:00:00 (xfr#2, to-chk=182/219)
07-Nov-2024 23:39:01         115,211   3%   13.73MB/s    0:00:00 (xfr#3, to-chk=181/219)
07-Nov-2024 23:39:01         115,865   3%   13.81MB/s    0:00:00 (xfr#4, to-chk=180/219)
07-Nov-2024 23:39:01         137,493   3%   16.39MB/s    0:00:00 (xfr#5, to-chk=179/219)
07-Nov-2024 23:39:01         138,051   3%   16.46MB/s    0:00:00 (xfr#6, to-chk=175/219)
07-Nov-2024 23:39:01         202,203   5%   21.43MB/s    0:00:00 (xfr#7, to-chk=174/219)
07-Nov-2024 23:39:01         202,761   5%   21.49MB/s    0:00:00 (xfr#8, to-chk=173/219)
07-Nov-2024 23:39:01         223,332   6%   23.67MB/s    0:00:00 (xfr#9, to-chk=172/219)
07-Nov-2024 23:39:01         223,986   6%   23.73MB/s    0:00:00 (xfr#10, to-chk=168/219)
07-Nov-2024 23:39:01         297,312   8%   25.78MB/s    0:00:00 (xfr#11, to-chk=167/219)
07-Nov-2024 23:39:01         297,966   8%   25.83MB/s    0:00:00 (xfr#12, to-chk=166/219)
07-Nov-2024 23:39:01         298,594   8%   25.89MB/s    0:00:00 (xfr#13, to-chk=165/219)
07-Nov-2024 23:39:01         319,535   8%   25.39MB/s    0:00:00 (xfr#14, to-chk=164/219)
07-Nov-2024 23:39:01         320,189   8%   25.45MB/s    0:00:00 (xfr#15, to-chk=160/219)
07-Nov-2024 23:39:01         409,625  11%   21.70MB/s    0:00:00 (xfr#16, to-chk=159/219)
07-Nov-2024 23:39:01         410,279  11%   21.74MB/s    0:00:00 (xfr#17, to-chk=158/219)
07-Nov-2024 23:39:01         445,117  12%   20.21MB/s    0:00:00 (xfr#18, to-chk=157/219)
07-Nov-2024 23:39:01         445,675  12%   16.35MB/s    0:00:00 (xfr#19, to-chk=153/219)
07-Nov-2024 23:39:01         553,765  15%   18.86MB/s    0:00:00 (xfr#20, to-chk=152/219)
07-Nov-2024 23:39:01         554,323  15%   18.88MB/s    0:00:00 (xfr#21, to-chk=151/219)
07-Nov-2024 23:39:01         642,312  17%   18.02MB/s    0:00:00 (xfr#22, to-chk=150/219)
07-Nov-2024 23:39:01         643,158  17%   18.04MB/s    0:00:00 (xfr#23, to-chk=146/219)
07-Nov-2024 23:39:01         889,398  24%   24.23MB/s    0:00:00 (xfr#24, to-chk=145/219)
07-Nov-2024 23:39:01         890,244  24%   24.26MB/s    0:00:00 (xfr#25, to-chk=144/219)
07-Nov-2024 23:39:01         917,795  24%   20.84MB/s    0:00:00 (xfr#26, to-chk=143/219)
07-Nov-2024 23:39:01         918,353  24%   20.85MB/s    0:00:00 (xfr#27, to-chk=139/219)
07-Nov-2024 23:39:01         999,526  27%   21.18MB/s    0:00:00 (xfr#28, to-chk=138/219)
07-Nov-2024 23:39:01       1,000,084  27%   21.19MB/s    0:00:00 (xfr#29, to-chk=137/219)
07-Nov-2024 23:39:01       1,020,947  27%   21.64MB/s    0:00:00 (xfr#30, to-chk=136/219)
07-Nov-2024 23:39:01       1,021,313  27%   21.64MB/s    0:00:00 (xfr#31, to-chk=132/219)
07-Nov-2024 23:39:01       1,101,061  29%   23.33MB/s    0:00:00 (xfr#32, to-chk=131/219)
07-Nov-2024 23:39:01       1,101,427  29%   22.83MB/s    0:00:00 (xfr#33, to-chk=130/219)
07-Nov-2024 23:39:01       1,133,453  30%   23.50MB/s    0:00:00 (xfr#34, to-chk=129/219)
07-Nov-2024 23:39:01       1,133,723  30%   23.50MB/s    0:00:00 (xfr#35, to-chk=125/219)
07-Nov-2024 23:39:01       1,238,021  33%   25.12MB/s    0:00:00 (xfr#36, to-chk=124/219)
07-Nov-2024 23:39:01       1,238,291  33%   25.13MB/s    0:00:00 (xfr#37, to-chk=123/219)
07-Nov-2024 23:39:01       1,264,510  34%   25.66MB/s    0:00:00 (xfr#38, to-chk=122/219)
07-Nov-2024 23:39:01       1,265,068  34%   25.13MB/s    0:00:00 (xfr#39, to-chk=118/219)
07-Nov-2024 23:39:01       1,346,045  36%   26.20MB/s    0:00:00 (xfr#40, to-chk=117/219)
07-Nov-2024 23:39:01       1,346,603  36%   26.21MB/s    0:00:00 (xfr#41, to-chk=116/219)
07-Nov-2024 23:39:01       1,387,099  37%   27.00MB/s    0:00:00 (xfr#42, to-chk=115/219)
07-Nov-2024 23:39:01       1,387,945  37%   27.01MB/s    0:00:00 (xfr#43, to-chk=111/219)
07-Nov-2024 23:39:01       1,521,520  41%   29.02MB/s    0:00:00 (xfr#44, to-chk=110/219)
07-Nov-2024 23:39:01       1,522,366  41%   29.04MB/s    0:00:00 (xfr#45, to-chk=109/219)
07-Nov-2024 23:39:01       1,541,963  41%   29.41MB/s    0:00:00 (xfr#46, to-chk=108/219)
07-Nov-2024 23:39:01       1,542,425  41%   29.42MB/s    0:00:00 (xfr#47, to-chk=104/219)
07-Nov-2024 23:39:01       1,622,633  44%   30.34MB/s    0:00:00 (xfr#48, to-chk=103/219)
07-Nov-2024 23:39:01       1,623,095  44%   30.35MB/s    0:00:00 (xfr#49, to-chk=102/219)
07-Nov-2024 23:39:01       1,638,025  44%   30.63MB/s    0:00:00 (xfr#50, to-chk=101/219)
07-Nov-2024 23:39:01       1,638,295  44%   30.64MB/s    0:00:00 (xfr#51, to-chk=97/219)
07-Nov-2024 23:39:01       1,697,489  46%   31.13MB/s    0:00:00 (xfr#52, to-chk=96/219)
07-Nov-2024 23:39:01       1,697,759  46%   31.14MB/s    0:00:00 (xfr#53, to-chk=95/219)
07-Nov-2024 23:39:01       1,698,387  46%   31.15MB/s    0:00:00 (xfr#54, to-chk=94/219)
07-Nov-2024 23:39:01       1,719,803  46%   30.95MB/s    0:00:00 (xfr#55, to-chk=93/219)
07-Nov-2024 23:39:01       1,720,265  46%   30.95MB/s    0:00:00 (xfr#56, to-chk=89/219)
07-Nov-2024 23:39:01       1,781,938  48%   32.06MB/s    0:00:00 (xfr#57, to-chk=88/219)
07-Nov-2024 23:39:01       1,782,400  48%   32.07MB/s    0:00:00 (xfr#58, to-chk=87/219)
07-Nov-2024 23:39:01       1,783,028  48%   32.08MB/s    0:00:00 (xfr#59, to-chk=86/219)
07-Nov-2024 23:39:01       1,797,531  48%   31.75MB/s    0:00:00 (xfr#60, to-chk=85/219)
07-Nov-2024 23:39:01       1,798,089  48%   31.76MB/s    0:00:00 (xfr#61, to-chk=81/219)
07-Nov-2024 23:39:01       1,854,742  50%   32.76MB/s    0:00:00 (xfr#62, to-chk=80/219)
07-Nov-2024 23:39:01       1,855,300  50%   32.77MB/s    0:00:00 (xfr#63, to-chk=79/219)
07-Nov-2024 23:39:01       1,888,260  51%   32.74MB/s    0:00:00 (xfr#64, to-chk=78/219)
07-Nov-2024 23:39:01       1,888,818  51%   32.75MB/s    0:00:00 (xfr#65, to-chk=74/219)
07-Nov-2024 23:39:01       1,998,564  54%   34.04MB/s    0:00:00 (xfr#66, to-chk=73/219)
07-Nov-2024 23:39:01       1,999,122  54%   32.87MB/s    0:00:00 (xfr#67, to-chk=72/219)
07-Nov-2024 23:39:01       2,035,690  55%   33.47MB/s    0:00:00 (xfr#68, to-chk=71/219)
07-Nov-2024 23:39:01       2,036,248  55%   33.48MB/s    0:00:00 (xfr#69, to-chk=67/219)
07-Nov-2024 23:39:01       2,147,806  58%   34.72MB/s    0:00:00 (xfr#70, to-chk=66/219)
07-Nov-2024 23:39:01       2,148,364  58%   34.73MB/s    0:00:00 (xfr#71, to-chk=65/219)
07-Nov-2024 23:39:01       2,236,297  60%   35.54MB/s    0:00:00 (xfr#72, to-chk=64/219)
07-Nov-2024 23:39:01       2,236,951  60%   35.56MB/s    0:00:00 (xfr#73, to-chk=60/219)
07-Nov-2024 23:39:01       2,475,537  67%   38.70MB/s    0:00:00 (xfr#74, to-chk=59/219)
07-Nov-2024 23:39:01       2,476,191  67%   38.09MB/s    0:00:00 (xfr#75, to-chk=58/219)
07-Nov-2024 23:39:01       2,516,565  68%   38.71MB/s    0:00:00 (xfr#76, to-chk=57/219)
07-Nov-2024 23:39:01       2,517,123  68%   38.10MB/s    0:00:00 (xfr#77, to-chk=53/219)
07-Nov-2024 23:39:01       2,631,651  71%   39.21MB/s    0:00:00 (xfr#78, to-chk=52/219)
07-Nov-2024 23:39:01       2,632,209  71%   39.22MB/s    0:00:00 (xfr#79, to-chk=51/219)
07-Nov-2024 23:39:01       2,662,386  72%   39.67MB/s    0:00:00 (xfr#80, to-chk=50/219)
07-Nov-2024 23:39:01       2,662,944  72%   39.68MB/s    0:00:00 (xfr#81, to-chk=46/219)
07-Nov-2024 23:39:01       2,775,267  75%   40.10MB/s    0:00:00 (xfr#82, to-chk=45/219)
07-Nov-2024 23:39:01       2,775,825  75%   39.51MB/s    0:00:00 (xfr#83, to-chk=44/219)
07-Nov-2024 23:39:01       2,795,532  75%   39.79MB/s    0:00:00 (xfr#84, to-chk=43/219)
07-Nov-2024 23:39:01       2,796,090  75%   39.80MB/s    0:00:00 (xfr#85, to-chk=39/219)
07-Nov-2024 23:39:01       2,860,015  77%   40.11MB/s    0:00:00 (xfr#86, to-chk=38/219)
07-Nov-2024 23:39:01       2,860,573  77%   40.12MB/s    0:00:00 (xfr#87, to-chk=37/219)
07-Nov-2024 23:39:01       2,879,944  78%   40.39MB/s    0:00:00 (xfr#88, to-chk=36/219)
07-Nov-2024 23:39:01       2,880,406  78%   40.40MB/s    0:00:00 (xfr#89, to-chk=32/219)
07-Nov-2024 23:39:01       2,948,650  80%   40.75MB/s    0:00:00 (xfr#90, to-chk=31/219)
07-Nov-2024 23:39:01       2,949,112  80%   40.76MB/s    0:00:00 (xfr#91, to-chk=30/219)
07-Nov-2024 23:39:01       2,976,247  80%   41.14MB/s    0:00:00 (xfr#92, to-chk=29/219)
07-Nov-2024 23:39:01       2,976,805  80%   41.14MB/s    0:00:00 (xfr#93, to-chk=25/219)
07-Nov-2024 23:39:01       3,066,015  83%   41.77MB/s    0:00:00 (xfr#94, to-chk=24/219)
07-Nov-2024 23:39:01       3,066,573  83%   41.78MB/s    0:00:00 (xfr#95, to-chk=23/219)
07-Nov-2024 23:39:01       3,082,095  83%   41.99MB/s    0:00:00 (xfr#96, to-chk=22/219)
07-Nov-2024 23:39:01       3,082,653  83%   42.00MB/s    0:00:00 (xfr#97, to-chk=18/219)
07-Nov-2024 23:39:01       3,086,788  83%   42.05MB/s    0:00:00 (xfr#98, to-chk=17/219)
07-Nov-2024 23:39:01       3,134,112  85%   42.10MB/s    0:00:00 (xfr#99, to-chk=16/219)
07-Nov-2024 23:39:01       3,134,670  85%   42.10MB/s    0:00:00 (xfr#100, to-chk=15/219)
07-Nov-2024 23:39:01       3,261,308  88%   43.20MB/s    0:00:00 (xfr#101, to-chk=14/219)
07-Nov-2024 23:39:01       3,261,770  88%   43.20MB/s    0:00:00 (xfr#102, to-chk=10/219)
07-Nov-2024 23:39:01       3,493,470  94%   43.84MB/s    0:00:00 (xfr#103, to-chk=9/219)
07-Nov-2024 23:39:01       3,493,932  94%   43.84MB/s    0:00:00 (xfr#104, to-chk=8/219)
07-Nov-2024 23:39:01       3,530,400  95%   44.30MB/s    0:00:00 (xfr#105, to-chk=7/219)
07-Nov-2024 23:39:01       3,531,054  95%   44.31MB/s    0:00:00 (xfr#106, to-chk=3/219)
07-Nov-2024 23:39:01       3,634,625  98%   45.02MB/s    0:00:00 (xfr#107, to-chk=2/219)
07-Nov-2024 23:39:01       3,635,279  98%   45.02MB/s    0:00:00 (xfr#108, to-chk=1/219)
07-Nov-2024 23:39:01       3,677,446  99%   45.55MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   45.55MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   45.55MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   45.55MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   45.55MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   45.55MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   45.55MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   45.55MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   45.55MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   45.55MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   45.55MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   45.55MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   45.55MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   45.55MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   42.77MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   42.77MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   42.77MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   42.77MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   42.25MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   42.25MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   42.25MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   42.25MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   42.25MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   42.25MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   42.25MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   42.25MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   42.25MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01       3,677,446  99%   42.25MB/s    0:00:00 (xfr#109, to-chk=0/219)
07-Nov-2024 23:39:01 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.07-23.25.38/pod-logs/dev-oneprovider-krakow-0/op-panel
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:39:01          17,805  16%   16.98MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 23:39:01          36,543  33%   34.85MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 23:39:01          36,543  33%   34.85MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 23:39:01          54,145  49%   51.64MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 23:39:01          54,436  50%   51.91MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 23:39:01          54,436  50%   51.91MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 23:39:01 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.07-23.25.38/pod-logs/dev-oneprovider-krakow-0/cluster-manager
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:39:01           2,022  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 23:39:01           4,776  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 23:39:01           4,776  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 23:39:01           6,595  48%    6.29MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 23:39:01           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 23:39:01           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 23:39:01 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.07-23.25.38/pod-logs/dev-oneprovider-krakow-0/op-worker
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=51/54)
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:39:01          56,295   9%   26.84MB/s    0:00:00 (xfr#2, to-chk=49/54)
07-Nov-2024 23:39:01         110,490  18%   26.34MB/s    0:00:00 (xfr#3, to-chk=47/54)
07-Nov-2024 23:39:01         110,490  18%   26.34MB/s    0:00:00 (xfr#4, to-chk=45/54)
07-Nov-2024 23:39:01         110,490  18%   26.34MB/s    0:00:00 (xfr#5, to-chk=43/54)
07-Nov-2024 23:39:01         162,735  26%   31.04MB/s    0:00:00 (xfr#6, to-chk=41/54)
07-Nov-2024 23:39:01         162,885  26%   31.07MB/s    0:00:00 (xfr#7, to-chk=39/54)
07-Nov-2024 23:39:01         163,182  27%   25.94MB/s    0:00:00 (xfr#8, to-chk=37/54)
07-Nov-2024 23:39:01         251,648  41%    8.89MB/s    0:00:00 (xfr#9, to-chk=35/54)
07-Nov-2024 23:39:01         255,688  42%    9.03MB/s    0:00:00 (xfr#10, to-chk=25/54)
07-Nov-2024 23:39:01         257,617  42%    9.10MB/s    0:00:00 (xfr#11, to-chk=24/54)
07-Nov-2024 23:39:01         262,569  43%    8.94MB/s    0:00:00 (xfr#12, to-chk=23/54)
07-Nov-2024 23:39:01         269,123  44%    9.17MB/s    0:00:00 (xfr#13, to-chk=22/54)
07-Nov-2024 23:39:01         275,443  45%    9.38MB/s    0:00:00 (xfr#14, to-chk=21/54)
07-Nov-2024 23:39:01         275,949  45%    9.40MB/s    0:00:00 (xfr#15, to-chk=20/54)
07-Nov-2024 23:39:01         278,279  46%    9.48MB/s    0:00:00 (xfr#16, to-chk=19/54)
07-Nov-2024 23:39:01         282,604  46%    9.63MB/s    0:00:00 (xfr#17, to-chk=18/54)
07-Nov-2024 23:39:01         288,639  47%    9.83MB/s    0:00:00 (xfr#18, to-chk=17/54)
07-Nov-2024 23:39:01         293,192  48%    9.99MB/s    0:00:00 (xfr#19, to-chk=16/54)
07-Nov-2024 23:39:01         300,025  49%   10.22MB/s    0:00:00 (xfr#20, to-chk=15/54)
07-Nov-2024 23:39:01         301,386  49%   10.27MB/s    0:00:00 (xfr#21, to-chk=14/54)
07-Nov-2024 23:39:01         302,493  50%   10.30MB/s    0:00:00 (xfr#22, to-chk=13/54)
07-Nov-2024 23:39:01         307,730  50%   10.12MB/s    0:00:00 (xfr#23, to-chk=12/54)
07-Nov-2024 23:39:01         310,288  51%   10.20MB/s    0:00:00 (xfr#24, to-chk=11/54)
07-Nov-2024 23:39:01         311,934  51%   10.26MB/s    0:00:00 (xfr#25, to-chk=10/54)
07-Nov-2024 23:39:01         312,155  51%   10.27MB/s    0:00:00 (xfr#26, to-chk=9/54)
07-Nov-2024 23:39:01         315,682  52%   10.38MB/s    0:00:00 (xfr#27, to-chk=8/54)
07-Nov-2024 23:39:01         319,437  52%   10.50MB/s    0:00:00 (xfr#28, to-chk=7/54)
07-Nov-2024 23:39:01         324,959  53%   10.69MB/s    0:00:00 (xfr#29, to-chk=6/54)
07-Nov-2024 23:39:01         328,201  54%   10.79MB/s    0:00:00 (xfr#30, to-chk=5/54)
07-Nov-2024 23:39:01         333,951  55%   10.98MB/s    0:00:00 (xfr#31, to-chk=4/54)
07-Nov-2024 23:39:01         341,075  56%   11.22MB/s    0:00:00 (xfr#32, to-chk=3/54)
07-Nov-2024 23:39:01         344,032  56%   11.31MB/s    0:00:00 (xfr#33, to-chk=2/54)
07-Nov-2024 23:39:01         345,108  57%   11.35MB/s    0:00:00 (xfr#34, to-chk=1/54)
07-Nov-2024 23:39:01         352,574  58%   11.21MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:39:01         352,574  58%   11.21MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:39:01         352,574  58%   11.21MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:39:01         352,574  58%   10.85MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:39:01         352,574  58%   10.51MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:39:01         352,574  58%   10.51MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:39:01 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.07-23.25.38/pod-logs/dev-oneprovider-paris-0/op-panel
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:39:01          17,770  16%   16.95MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 23:39:01          36,471  33%   34.78MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 23:39:01          36,471  33%   34.78MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 23:39:01          54,038  49%   51.53MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 23:39:01          54,329  50%   51.81MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 23:39:01          54,329  50%   25.91MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 23:39:01 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.07-23.25.38/pod-logs/dev-oneprovider-paris-0/cluster-manager
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:39:01           2,018  14%    1.92MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 23:39:01           4,766  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 23:39:01           4,766  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 23:39:01           6,581  48%    6.28MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 23:39:01           6,843  50%    6.53MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 23:39:01           6,843  50%    6.53MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 23:39:01 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.07-23.25.38/pod-logs/dev-oneprovider-paris-0/op-worker
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=51/54)
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:39:01          57,448   9%   54.79MB/s    0:00:00 (xfr#2, to-chk=49/54)
07-Nov-2024 23:39:01         112,713  18%   53.75MB/s    0:00:00 (xfr#3, to-chk=47/54)
07-Nov-2024 23:39:01         115,323  18%   54.99MB/s    0:00:00 (xfr#4, to-chk=45/54)
07-Nov-2024 23:39:01         115,323  18%   54.99MB/s    0:00:00 (xfr#5, to-chk=43/54)
07-Nov-2024 23:39:01         168,721  27%   53.63MB/s    0:00:00 (xfr#6, to-chk=41/54)
07-Nov-2024 23:39:01         168,871  27%   53.68MB/s    0:00:00 (xfr#7, to-chk=39/54)
07-Nov-2024 23:39:01         169,168  27%   53.78MB/s    0:00:00 (xfr#8, to-chk=37/54)
07-Nov-2024 23:39:01         257,830  41%   49.18MB/s    0:00:00 (xfr#9, to-chk=35/54)
07-Nov-2024 23:39:01         263,352  42%   41.86MB/s    0:00:00 (xfr#10, to-chk=25/54)
07-Nov-2024 23:39:01         263,573  42%   41.89MB/s    0:00:00 (xfr#11, to-chk=24/54)
07-Nov-2024 23:39:01         270,412  43%   42.98MB/s    0:00:00 (xfr#12, to-chk=23/54)
07-Nov-2024 23:39:01         277,528  45%   44.11MB/s    0:00:00 (xfr#13, to-chk=22/54)
07-Nov-2024 23:39:01         278,887  45%   44.33MB/s    0:00:00 (xfr#14, to-chk=21/54)
07-Nov-2024 23:39:01         281,850  45%   44.80MB/s    0:00:00 (xfr#15, to-chk=20/54)
07-Nov-2024 23:39:01         286,173  46%   45.49MB/s    0:00:00 (xfr#16, to-chk=19/54)
07-Nov-2024 23:39:01         291,416  47%   46.32MB/s    0:00:00 (xfr#17, to-chk=18/54)
07-Nov-2024 23:39:01         293,343  47%   46.63MB/s    0:00:00 (xfr#18, to-chk=17/54)
07-Nov-2024 23:39:01         294,987  47%   40.19MB/s    0:00:00 (xfr#19, to-chk=16/54)
07-Nov-2024 23:39:01         297,551  48%   35.47MB/s    0:00:00 (xfr#20, to-chk=15/54)
07-Nov-2024 23:39:01         305,007  49%   36.36MB/s    0:00:00 (xfr#21, to-chk=14/54)
07-Nov-2024 23:39:01         311,325  50%   37.11MB/s    0:00:00 (xfr#22, to-chk=13/54)
07-Nov-2024 23:39:01         315,876  51%   37.66MB/s    0:00:00 (xfr#23, to-chk=12/54)
07-Nov-2024 23:39:01         320,820  52%   38.24MB/s    0:00:00 (xfr#24, to-chk=11/54)
07-Nov-2024 23:39:01         324,068  52%   38.63MB/s    0:00:00 (xfr#25, to-chk=10/54)
07-Nov-2024 23:39:01         327,823  53%   39.08MB/s    0:00:00 (xfr#26, to-chk=9/54)
07-Nov-2024 23:39:01         328,335  53%   39.14MB/s    0:00:00 (xfr#27, to-chk=8/54)
07-Nov-2024 23:39:01         334,881  54%   39.92MB/s    0:00:00 (xfr#28, to-chk=7/54)
07-Nov-2024 23:39:01         335,727  54%   40.02MB/s    0:00:00 (xfr#29, to-chk=6/54)
07-Nov-2024 23:39:01         336,801  54%   40.15MB/s    0:00:00 (xfr#30, to-chk=5/54)
07-Nov-2024 23:39:01         342,549  55%   36.30MB/s    0:00:00 (xfr#31, to-chk=4/54)
07-Nov-2024 23:39:01         346,082  56%   36.67MB/s    0:00:00 (xfr#32, to-chk=3/54)
07-Nov-2024 23:39:01         350,122  56%   37.10MB/s    0:00:00 (xfr#33, to-chk=2/54)
07-Nov-2024 23:39:01         352,448  57%   37.35MB/s    0:00:00 (xfr#34, to-chk=1/54)
07-Nov-2024 23:39:01         358,489  58%   37.99MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:39:01         358,489  58%   37.99MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:39:01         358,489  58%   37.99MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:39:01         358,489  58%   34.19MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:39:01         358,489  58%   34.19MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:39:01         358,489  58%   34.19MB/s    0:00:00 (xfr#35, to-chk=0/54)
07-Nov-2024 23:39:01 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.07-23.25.38/pod-logs/dev-onezone-0/oz-panel
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:39:01          54,772  12%   52.23MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 23:39:01         111,114  26%  105.97MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 23:39:01         158,589  37%  151.24MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 23:39:01         213,158  49%   22.59MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 23:39:01         213,449  50%   22.62MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 23:39:01         213,449  50%   20.36MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 23:39:01 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.07-23.25.38/pod-logs/dev-onezone-0/cluster-manager
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:39:01           2,089  15%    1.99MB/s    0:00:00 (xfr#2, to-chk=9/14)
07-Nov-2024 23:39:01           4,776  35%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
07-Nov-2024 23:39:01           4,776  35%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
07-Nov-2024 23:39:01           6,550  48%    6.25MB/s    0:00:00 (xfr#5, to-chk=3/14)
07-Nov-2024 23:39:01           6,812  50%    6.50MB/s    0:00:00 (xfr#6, to-chk=1/14)
07-Nov-2024 23:39:01           6,812  50%    3.25MB/s    0:00:00 (xfr#6, to-chk=0/14)
07-Nov-2024 23:39:01 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.07-23.25.38/pod-logs/dev-onezone-0/oz-worker
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=15/18)
07-Nov-2024 23:39:01               0   0%    0.00kB/s    0:00:00 
07-Nov-2024 23:39:01          23,817   7%   22.71MB/s    0:00:00 (xfr#2, to-chk=13/18)
07-Nov-2024 23:39:01          48,399  14%   46.16MB/s    0:00:00 (xfr#3, to-chk=11/18)
07-Nov-2024 23:39:01          48,399  14%   46.16MB/s    0:00:00 (xfr#4, to-chk=9/18)
07-Nov-2024 23:39:01          71,736  22%   68.41MB/s    0:00:00 (xfr#5, to-chk=7/18)
07-Nov-2024 23:39:01          71,827  22%   68.50MB/s    0:00:00 (xfr#6, to-chk=5/18)
07-Nov-2024 23:39:01          72,124  22%   68.78MB/s    0:00:00 (xfr#7, to-chk=3/18)
07-Nov-2024 23:39:01         162,037  50%   77.27MB/s    0:00:00 (xfr#8, to-chk=1/18)
07-Nov-2024 23:39:01         162,037  50%   51.51MB/s    0:00:00 (xfr#8, to-chk=0/18)
07-Nov-2024 23:39:01 [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.1731022731.7484486 exists, exporting anyway.
07-Nov-2024 23:39:01 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
07-Nov-2024 23:39:01 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01 =============================== warnings summary ===============================
07-Nov-2024 23:39:01 tests/utils/rest_utils.py:98
07-Nov-2024 23:39:01   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ '
07-Nov-2024 23:39:01     print("""
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01 tests/utils/path_utils.py:112
07-Nov-2024 23:39:01   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
07-Nov-2024 23:39:01     return path.replace("'", "\\'").replace(' ', '\ ')
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01 tests/utils/acceptance_utils.py:55
07-Nov-2024 23:39:01   /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'
07-Nov-2024 23:39:01     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01 tests/utils/acceptance_utils.py:57
07-Nov-2024 23:39:01   /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'
07-Nov-2024 23:39:01     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
07-Nov-2024 23:39:01
07-Nov-2024 23:39:01 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
07-Nov-2024 23:39:01 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/test-reports/results.xml -
07-Nov-2024 23:39:01 ================== 26 passed, 4 warnings in 805.40s (0:13:25) ==================
07-Nov-2024 23:39:06 release "dev" uninstalled
07-Nov-2024 23:39:06 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
07-Nov-2024 23:39:06 persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted
07-Nov-2024 23:39:10 No resources found
07-Nov-2024 23:39:11 Sidecar injection has been disabled
07-Nov-2024 23:39:11 Cleaning helm release "dev"...
07-Nov-2024 23:39:11 Deleted 1 helm deployments
07-Nov-2024 23:39:11 Deleted 0 k8s deployments
07-Nov-2024 23:39:11 Deleted 0 k8s services
07-Nov-2024 23:39:11 Deleted 0 persistent volumes
07-Nov-2024 23:39:11 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
07-Nov-2024 23:39:11 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
07-Nov-2024 23:39:11 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
07-Nov-2024 23:39:11 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
07-Nov-2024 23:39:11 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
07-Nov-2024 23:39:11 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
07-Nov-2024 23:39:11 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
07-Nov-2024 23:39:11 Finished task 'Run acceptance oneclient tests' with result: Success
07-Nov-2024 23:39:11 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
07-Nov-2024 23:39:11 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP...
07-Nov-2024 23:39:11 Finished task 'Parse test results' with result: Success
07-Nov-2024 23:39:11 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
07-Nov-2024 23:39:11
Substituting variable: ${bamboo.artifactRepoHostname} with S3
07-Nov-2024 23:39:11
Substituting variable: ${bamboo.artifactRepoPort} with 10161
07-Nov-2024 23:39:11
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
07-Nov-2024 23:39:11
Substituting variable: ${bamboo.planRepository.branchName} with develop
07-Nov-2024 23:39:11
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
07-Nov-2024 23:39:11
Substituting variable: ${bamboo.artifactRepoHostname} with S3
07-Nov-2024 23:39:11
Substituting variable: ${bamboo.artifactRepoPort} with 10161
07-Nov-2024 23:39:11
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
07-Nov-2024 23:39:11
Substituting variable: ${bamboo.planRepository.branchName} with develop
07-Nov-2024 23:39:11
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
07-Nov-2024 23:39:11 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
07-Nov-2024 23:39:11
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio #3360 (ODSRV-OAP-MPRFCP-3360)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCP-3360-ScriptBuildTask-9973570437678503959.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance
07-Nov-2024 23:39:11 ./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
07-Nov-2024 23:39:12 Uploading artifact
07-Nov-2024 23:39:12     source path: surefire_multiprovider_proxy_regular_file_CRUD_proxyio.tar.gz
07-Nov-2024 23:39:12     dest.  path: artifacts/onedata-acceptance/develop/surefire_multiprovider_proxy_regular_file_CRUD_proxyio.tar.gz
07-Nov-2024 23:39:12 Finished task 'Pack and push surefire artifact' with result: Success
07-Nov-2024 23:39:12 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
07-Nov-2024 23:39:12 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
07-Nov-2024 23:39:12
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio #3360 (ODSRV-OAP-MPRFCP-3360)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCP-3360-ScriptBuildTask-1101611004159194141.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP
07-Nov-2024 23:39:12 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
07-Nov-2024 23:39:12 Finished task 'Pack logs' with result: Success
07-Nov-2024 23:39:12 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
07-Nov-2024 23:39:12
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
07-Nov-2024 23:39:12 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
07-Nov-2024 23:39:12
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio #3360 (ODSRV-OAP-MPRFCP-3360)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCP-3360-ScriptBuildTask-11169721609277405711.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance
07-Nov-2024 23:39:12   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
07-Nov-2024 23:39:12                                  Dload  Upload   Total   Spent    Left  Speed
07-Nov-2024 23:39:12
07-Nov-2024 23:39:12   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
07-Nov-2024 23:39:12 100  4822  100  4822    0     0  62623      0 --:--:-- --:--:-- --:--:-- 62623
07-Nov-2024 23:39:12 Clearing /tmp/onedata and /home/bamboo/.one-env
07-Nov-2024 23:39:13 Cleaning helm deployments
07-Nov-2024 23:39:13 Cleanining pods
07-Nov-2024 23:39:13 Cleaning kube persistant volumes
07-Nov-2024 23:39:14 Cleaning dockswift container
07-Nov-2024 23:39:14 Cleaning docker containers
07-Nov-2024 23:39:16 Stalled docker containers to remove:
07-Nov-2024 23:39:16 f57f55e0e43b 203b365b9425 d11ba0dbfdae 06ab7165823e b391db9f23ef 71aae4a73e77 540b702bb33e 8a3d171cdacb 3a1a56fe6035 472b4b35cea6 65383f8cc1db 139642f791cb 652659f6c266 13ab5a5a99ee 06c34d5118f2 4d728e23e8ca a78bf6121e96 252ca35999bf 55b4d1070a67 a1e3c29eeb6d
07-Nov-2024 23:39:16 Removing stalled docker containers
07-Nov-2024 23:39:16 Error response from daemon: Cannot kill container: f57f55e0e43b: Container f57f55e0e43bdcf34c83ec476eb9c14c5fe8374db8da5eb024fb0bb368c079ef is not running
07-Nov-2024 23:39:16 f57f55e0e43b
07-Nov-2024 23:39:16 Error response from daemon: Cannot kill container: 203b365b9425: Container 203b365b942538bef04d165f045899e5d25e9fe0edf758f13f97855665c2d753 is not running
07-Nov-2024 23:39:16 203b365b9425
07-Nov-2024 23:39:16 Error response from daemon: Cannot kill container: d11ba0dbfdae: Container d11ba0dbfdaefdf53934a5fdf6b2c65beab7d84852baf32aa7e5782ce9fa3990 is not running
07-Nov-2024 23:39:16 d11ba0dbfdae
07-Nov-2024 23:39:16 Error response from daemon: Cannot kill container: 06ab7165823e: Container 06ab7165823ea83e1b0794b6cd8c9c647de8651b06eb5757818bd2f2eea91c8b is not running
07-Nov-2024 23:39:17 06ab7165823e
07-Nov-2024 23:39:17 Error response from daemon: Cannot kill container: b391db9f23ef: Container b391db9f23ef0e7bc884c477159911a3c2c571e1d3bf6c7f693273f23bb02176 is not running
07-Nov-2024 23:39:17 b391db9f23ef
07-Nov-2024 23:39:17 Error response from daemon: Cannot kill container: 71aae4a73e77: Container 71aae4a73e7756de83c3288717b567738877d6a589e08ed089234424b9bd7ac5 is not running
07-Nov-2024 23:39:17 71aae4a73e77
07-Nov-2024 23:39:17 Error response from daemon: Cannot kill container: 540b702bb33e: Container 540b702bb33ea874166da45d9d8071bb441c957841117bb6f10317a2f5b256ea is not running
07-Nov-2024 23:39:17 540b702bb33e
07-Nov-2024 23:39:17 Error response from daemon: Cannot kill container: 8a3d171cdacb: Container 8a3d171cdacb45fd2891953f8e4afb1d29a885cbdac6e323de62368c493729e8 is not running
07-Nov-2024 23:39:17 8a3d171cdacb
07-Nov-2024 23:39:17 Error response from daemon: Cannot kill container: 3a1a56fe6035: Container 3a1a56fe603504b6152efae0a1e1f9c152aba39cfea17237cfb1f259e887e2ae is not running
07-Nov-2024 23:39:17 3a1a56fe6035
07-Nov-2024 23:39:17 Error response from daemon: Cannot kill container: 472b4b35cea6: Container 472b4b35cea6d67d63980fbbde50fda798446c2d1703462015a622072b6c023d is not running
07-Nov-2024 23:39:17 472b4b35cea6
07-Nov-2024 23:39:17 Error response from daemon: Cannot kill container: 65383f8cc1db: Container 65383f8cc1db54d7586975d5f407103b90195af9d5df98ccc1c6ecba4587cd3b is not running
07-Nov-2024 23:39:17 65383f8cc1db
07-Nov-2024 23:39:17 Error response from daemon: Cannot kill container: 139642f791cb: Container 139642f791cb40fc106163afcffbf921314a7e3003de8c39c73274cc4e8c41e0 is not running
07-Nov-2024 23:39:17 139642f791cb
07-Nov-2024 23:39:17 Error response from daemon: Cannot kill container: 652659f6c266: Container 652659f6c26680fd96af3d103df67e031d5c57e9ad4159e6fef886eaec15a693 is not running
07-Nov-2024 23:39:17 652659f6c266
07-Nov-2024 23:39:17 Error response from daemon: Cannot kill container: 13ab5a5a99ee: Container 13ab5a5a99ee213d5f5eb7236430eff7046481d2133bb36ffa8b3fad64a4e893 is not running
07-Nov-2024 23:39:17 13ab5a5a99ee
07-Nov-2024 23:39:17 Error response from daemon: Cannot kill container: 06c34d5118f2: Container 06c34d5118f29e4131fc0229c465bb33be520cd1055a80f06bc10e1d43a72b69 is not running
07-Nov-2024 23:39:17 06c34d5118f2
07-Nov-2024 23:39:17 Error response from daemon: Cannot kill container: 4d728e23e8ca: Container 4d728e23e8cadc650ba8a4cbe478ef8aabce8d1625e95767cd969f8c99512a60 is not running
07-Nov-2024 23:39:17 4d728e23e8ca
07-Nov-2024 23:39:17 Error response from daemon: Cannot kill container: a78bf6121e96: Container a78bf6121e9676c08089154351ced8e127bbee68a4bd7d60af4bfe1ac5cce2e1 is not running
07-Nov-2024 23:39:17 a78bf6121e96
07-Nov-2024 23:39:17 Error response from daemon: Cannot kill container: 252ca35999bf: Container 252ca35999bfe7970eb7e66d307fdf864678f165cce9e473bf9d521f4c0373dd is not running
07-Nov-2024 23:39:18 252ca35999bf
07-Nov-2024 23:39:18 Error response from daemon: Cannot kill container: 55b4d1070a67: Container 55b4d1070a6732b6892276a35590441a4a15c77b97b2b764e998d9f5ddf77ae6 is not running
07-Nov-2024 23:39:18 55b4d1070a67
07-Nov-2024 23:39:18 a1e3c29eeb6d
07-Nov-2024 23:39:18 a1e3c29eeb6d
07-Nov-2024 23:39:18 Stalled docker volumes to remove:
07-Nov-2024 23:39:18
07-Nov-2024 23:39:18 Removing stalled docker volumes
07-Nov-2024 23:39:18 Removing stalled loopdevices
07-Nov-2024 23:39:19 Done
07-Nov-2024 23:39:19 Finished task 'Clear env and working dir' with result: Success
07-Nov-2024 23:39:19 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
07-Nov-2024 23:39:19 Running post build plugin 'Docker Container Cleanup'
07-Nov-2024 23:39:19 Running post build plugin 'NCover Results Collector'
07-Nov-2024 23:39:19 Running post build plugin 'Build Results Label Collector'
07-Nov-2024 23:39:19 Running post build plugin 'Clover Results Collector'
07-Nov-2024 23:39:19 Running post build plugin 'npm Cache Cleanup'
07-Nov-2024 23:39:19 Running post build plugin 'Artifact Copier'
07-Nov-2024 23:39:19 Publishing an artifact: test_logs.tar.gz
07-Nov-2024 23:39:19 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 86.32 ms
07-Nov-2024 23:39:19 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP'
07-Nov-2024 23:39:19 Finalising the build...
07-Nov-2024 23:39:19 Stopping timer.
07-Nov-2024 23:39:19 Build ODSRV-OAP-MPRFCP-3360 completed.
07-Nov-2024 23:39:19 Running on server: post build plugin 'Build Hanging Detection Configuration'
07-Nov-2024 23:39:19 Running on server: post build plugin 'NCover Results Collector'
07-Nov-2024 23:39:19 Running on server: post build plugin 'Build Labeller'
07-Nov-2024 23:39:19 Running on server: post build plugin 'Clover Delta Calculator'
07-Nov-2024 23:39:19 Running on server: post build plugin 'Maven Dependencies Postprocessor'
07-Nov-2024 23:39:19 All post build plugins have finished
07-Nov-2024 23:39:19 Generating build results summary...
07-Nov-2024 23:39:19 Saving build results to disk...
07-Nov-2024 23:39:19 Store variable context...
07-Nov-2024 23:39:19 Finished building ODSRV-OAP-MPRFCP-3360.