oneclient acceptance tests using environment deployed from packages
Build: #3361 was successful
Job: multiprovider proxy regular file CRUD proxyio was successful
Build log
The build generated 2,549 lines of output. The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.
09-Nov-2024 19:34:01 | |
09-Nov-2024 19:34:27 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_file_opened_for_reading[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
09-Nov-2024 19:34:27 | ================================================================= |
09-Nov-2024 19:34:27 | - Executing scenario 'Delete file opened by other user for reading' |
09-Nov-2024 19:34:27 | - from feature 'Multi_regular_file_CRUD' |
09-Nov-2024 19:34:27 | ----------------------------------------------------------------- |
09-Nov-2024 19:34:27 | -- Executing step: 'Given "oneclients [client11, client21] |
09-Nov-2024 19:34:27 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
09-Nov-2024 19:34:27 | using [token, token] by [user1, user2]"' |
09-Nov-2024 19:34:27 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:34:27 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:34:27 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:27 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-jnh4w' |
09-Nov-2024 19:34:27 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-jnh4w' successfully started |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:27 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/n2zcaaq0xk41s2th |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:27 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/n2zcaaq0xk41s2th --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/n2zcaaq0xk41s2th |
09-Nov-2024 19:34:27 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '10449923373899861147'... |
09-Nov-2024 19:34:27 | Getting configuration... |
09-Nov-2024 19:34:27 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/n2zcaaq0xk41s2th'. |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:27 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:34:27 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:34:27 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:27 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-74jxd' |
09-Nov-2024 19:34:27 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-74jxd' successfully started |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:27 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/961kr1j1xq5i69k1 |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:27 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/961kr1j1xq5i69k1 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/961kr1j1xq5i69k1 |
09-Nov-2024 19:34:27 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '15781708353058687224'... |
09-Nov-2024 19:34:27 | Getting configuration... |
09-Nov-2024 19:34:27 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/961kr1j1xq5i69k1'. |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:27 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
09-Nov-2024 19:34:27 | -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"' |
09-Nov-2024 19:34:27 | -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:34:27 | -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"' |
09-Nov-2024 19:34:27 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"' |
09-Nov-2024 19:34:27 | -- Executing step: 'When "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"' |
09-Nov-2024 19:34:27 | -- Executing step: 'When "user1 changes space1/dir1 mode to 777 on client11"' |
09-Nov-2024 19:34:27 | -- Executing step: 'Then "mode of user2's space1/dir1 is 777 on client21"' |
09-Nov-2024 19:34:27 | -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r on client11"' |
09-Nov-2024 19:34:27 | -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"' |
09-Nov-2024 19:34:27 | -- Executing step: 'Then "user2 can't stat [file1] in space1/dir1 on client21"' |
09-Nov-2024 19:34:27 | -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:34:27 | -- Executing step: 'Then "user2 doesn't see [file1] in space1/dir1 on client21"' |
09-Nov-2024 19:34:27 | -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:34:27 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"' |
09-Nov-2024 19:34:27 | -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"' |
09-Nov-2024 19:34:27 | ================================================================= |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:27 | PASSED |
09-Nov-2024 19:34:27 | Unmounting client from /tmp/onedata/mnt/n2zcaaq0xk41s2th |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:27 | Unmounting client from /tmp/onedata/mnt/961kr1j1xq5i69k1 |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:27 | |
09-Nov-2024 19:34:52 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_file_opened_for_rdwr[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
09-Nov-2024 19:34:52 | ================================================================= |
09-Nov-2024 19:34:52 | - Executing scenario 'Delete file opened by other user for reading and writing' |
09-Nov-2024 19:34:52 | - from feature 'Multi_regular_file_CRUD' |
09-Nov-2024 19:34:52 | ----------------------------------------------------------------- |
09-Nov-2024 19:34:52 | -- Executing step: 'Given "oneclients [client11, client21] |
09-Nov-2024 19:34:52 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
09-Nov-2024 19:34:52 | using [token, token] by [user1, user2]"' |
09-Nov-2024 19:34:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:34:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:34:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:34:52 | |
09-Nov-2024 19:34:52 | |
09-Nov-2024 19:34:52 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-jnh4w' |
09-Nov-2024 19:34:52 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-jnh4w' successfully started |
09-Nov-2024 19:34:52 | |
09-Nov-2024 19:34:52 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/5ipg5u9n69ptl0fe |
09-Nov-2024 19:34:52 | |
09-Nov-2024 19:34:52 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/5ipg5u9n69ptl0fe --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/5ipg5u9n69ptl0fe |
09-Nov-2024 19:34:52 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '10588823847090935334'... |
09-Nov-2024 19:34:52 | Getting configuration... |
09-Nov-2024 19:34:52 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/5ipg5u9n69ptl0fe'. |
09-Nov-2024 19:34:52 | |
09-Nov-2024 19:34:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:34:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:34:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:34:52 | |
09-Nov-2024 19:34:52 | |
09-Nov-2024 19:34:52 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-74jxd' |
09-Nov-2024 19:34:52 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-74jxd' successfully started |
09-Nov-2024 19:34:52 | |
09-Nov-2024 19:34:52 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/9cau572rsd8m806z |
09-Nov-2024 19:34:52 | |
09-Nov-2024 19:34:52 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/9cau572rsd8m806z --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/9cau572rsd8m806z |
09-Nov-2024 19:34:52 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '6101873680925754089'... |
09-Nov-2024 19:34:52 | Getting configuration... |
09-Nov-2024 19:34:52 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/9cau572rsd8m806z'. |
09-Nov-2024 19:34:52 | |
09-Nov-2024 19:34:52 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
09-Nov-2024 19:34:52 | -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"' |
09-Nov-2024 19:34:52 | -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:34:52 | -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"' |
09-Nov-2024 19:34:52 | -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"' |
09-Nov-2024 19:34:52 | -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"' |
09-Nov-2024 19:34:52 | -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"' |
09-Nov-2024 19:34:52 | -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to previously opened space1/dir1/file1 on client11"' |
09-Nov-2024 19:34:52 | -- Executing step: 'Then "user1 sets current file position in space1/dir1/file1 at offset 0 on client11"' |
09-Nov-2024 19:34:52 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"' |
09-Nov-2024 19:34:52 | -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"' |
09-Nov-2024 19:34:52 | -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:34:52 | -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:34:52 | ================================================================= |
09-Nov-2024 19:34:52 | |
09-Nov-2024 19:34:53 | PASSED |
09-Nov-2024 19:34:53 | Unmounting client from /tmp/onedata/mnt/5ipg5u9n69ptl0fe |
09-Nov-2024 19:34:53 | |
09-Nov-2024 19:34:53 | |
09-Nov-2024 19:34:53 | Unmounting client from /tmp/onedata/mnt/9cau572rsd8m806z |
09-Nov-2024 19:34:53 | |
09-Nov-2024 19:34:53 | |
09-Nov-2024 19:35:18 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_opened_file_without_permission[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
09-Nov-2024 19:35:18 | ================================================================= |
09-Nov-2024 19:35:18 | - Executing scenario 'Fail to delete file without permission, file is opened by other user' |
09-Nov-2024 19:35:18 | - from feature 'Multi_regular_file_CRUD' |
09-Nov-2024 19:35:18 | ----------------------------------------------------------------- |
09-Nov-2024 19:35:18 | -- Executing step: 'Given "oneclients [client11, client21] |
09-Nov-2024 19:35:18 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
09-Nov-2024 19:35:18 | using [token, token] by [user1, user2]"' |
09-Nov-2024 19:35:18 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:35:18 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:35:18 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:35:18 | |
09-Nov-2024 19:35:18 | |
09-Nov-2024 19:35:18 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-jnh4w' |
09-Nov-2024 19:35:18 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-jnh4w' successfully started |
09-Nov-2024 19:35:18 | |
09-Nov-2024 19:35:18 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/cpg4zmdlv5b3ib6l |
09-Nov-2024 19:35:18 | |
09-Nov-2024 19:35:18 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/cpg4zmdlv5b3ib6l --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/cpg4zmdlv5b3ib6l |
09-Nov-2024 19:35:18 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '10631426897390351772'... |
09-Nov-2024 19:35:18 | Getting configuration... |
09-Nov-2024 19:35:18 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/cpg4zmdlv5b3ib6l'. |
09-Nov-2024 19:35:18 | |
09-Nov-2024 19:35:18 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:35:18 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:35:18 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:35:18 | |
09-Nov-2024 19:35:18 | |
09-Nov-2024 19:35:18 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-74jxd' |
09-Nov-2024 19:35:18 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-74jxd' successfully started |
09-Nov-2024 19:35:18 | |
09-Nov-2024 19:35:18 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/a2tjg7itnu3o5r9d |
09-Nov-2024 19:35:18 | |
09-Nov-2024 19:35:18 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/a2tjg7itnu3o5r9d --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/a2tjg7itnu3o5r9d |
09-Nov-2024 19:35:18 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '4262340911911670076'... |
09-Nov-2024 19:35:18 | Getting configuration... |
09-Nov-2024 19:35:18 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/a2tjg7itnu3o5r9d'. |
09-Nov-2024 19:35:18 | |
09-Nov-2024 19:35:18 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
09-Nov-2024 19:35:18 | -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"' |
09-Nov-2024 19:35:18 | -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:35:18 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
09-Nov-2024 19:35:18 | -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"' |
09-Nov-2024 19:35:18 | -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"' |
09-Nov-2024 19:35:18 | -- Executing step: 'Then "mode of user2's space1/dir1 is 755 on client21"' |
09-Nov-2024 19:35:18 | -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"' |
09-Nov-2024 19:35:18 | -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"' |
09-Nov-2024 19:35:18 | -- Executing step: 'Then "user2 fails to delete files [space1/dir1/file1] on client21"' |
09-Nov-2024 19:35:18 | -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"' |
09-Nov-2024 19:35:18 | -- Executing step: 'Then "user1 can stat [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:35:18 | -- Executing step: 'Then "user2 can stat [file1] in space1/dir1 on client21"' |
09-Nov-2024 19:35:18 | -- Executing step: 'Then "user1 sees [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:35:18 | -- Executing step: 'Then "user2 sees [file1] in space1/dir1 on client21"' |
09-Nov-2024 19:35:18 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"' |
09-Nov-2024 19:35:18 | -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client21"' |
09-Nov-2024 19:35:18 | ================================================================= |
09-Nov-2024 19:35:18 | |
09-Nov-2024 19:35:19 | PASSED |
09-Nov-2024 19:35:19 | Unmounting client from /tmp/onedata/mnt/cpg4zmdlv5b3ib6l |
09-Nov-2024 19:35:19 | |
09-Nov-2024 19:35:19 | |
09-Nov-2024 19:35:19 | Unmounting client from /tmp/onedata/mnt/a2tjg7itnu3o5r9d |
09-Nov-2024 19:35:19 | |
09-Nov-2024 19:35:19 | |
09-Nov-2024 19:35:43 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_right_after_close[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
09-Nov-2024 19:35:43 | ================================================================= |
09-Nov-2024 19:35:43 | - Executing scenario 'Delete file right after closing it' |
09-Nov-2024 19:35:43 | - from feature 'Multi_regular_file_CRUD' |
09-Nov-2024 19:35:43 | ----------------------------------------------------------------- |
09-Nov-2024 19:35:43 | -- Executing step: 'Given "oneclients [client11, client21] |
09-Nov-2024 19:35:43 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
09-Nov-2024 19:35:43 | using [token, token] by [user1, user2]"' |
09-Nov-2024 19:35:43 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:35:43 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:35:43 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:35:43 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-jnh4w' |
09-Nov-2024 19:35:43 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-jnh4w' successfully started |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:35:43 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/73l9aaxl7os6aqkz |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:35:43 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/73l9aaxl7os6aqkz --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/73l9aaxl7os6aqkz |
09-Nov-2024 19:35:43 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '5307881278317564488'... |
09-Nov-2024 19:35:43 | Getting configuration... |
09-Nov-2024 19:35:43 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/73l9aaxl7os6aqkz'. |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:35:43 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:35:43 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:35:43 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:35:43 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-74jxd' |
09-Nov-2024 19:35:43 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-74jxd' successfully started |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:35:43 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/2fvaz1f69jltcz69 |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:35:43 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/2fvaz1f69jltcz69 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/2fvaz1f69jltcz69 |
09-Nov-2024 19:35:43 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '14320591251721898536'... |
09-Nov-2024 19:35:43 | Getting configuration... |
09-Nov-2024 19:35:43 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/2fvaz1f69jltcz69'. |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:35:43 | -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"' |
09-Nov-2024 19:35:43 | -- Executing step: 'When "user1 sees [file1] in space1 on client11"' |
09-Nov-2024 19:35:43 | -- Executing step: 'When "user2 sees [file1] in space1 on client21"' |
09-Nov-2024 19:35:43 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"' |
09-Nov-2024 19:35:43 | -- Executing step: 'When "user1 opens space1/file1 with mode r+ on client11"' |
09-Nov-2024 19:35:43 | -- Executing step: 'When "user1 closes space1/file1 on client11"' |
09-Nov-2024 19:35:43 | -- Executing step: 'When "user1 deletes files [space1/file1] on client11"' |
09-Nov-2024 19:35:43 | -- Executing step: 'When "space1 is empty for user1 on client11"' |
09-Nov-2024 19:35:43 | ================================================================= |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:35:43 | PASSED |
09-Nov-2024 19:35:43 | Unmounting client from /tmp/onedata/mnt/73l9aaxl7os6aqkz |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:35:43 | Unmounting client from /tmp/onedata/mnt/2fvaz1f69jltcz69 |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:35:43 | |
09-Nov-2024 19:36:10 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_create_many[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
09-Nov-2024 19:36:10 | ================================================================= |
09-Nov-2024 19:36:10 | - Executing scenario 'Create many children' |
09-Nov-2024 19:36:10 | - from feature 'Multi_regular_file_CRUD' |
09-Nov-2024 19:36:10 | ----------------------------------------------------------------- |
09-Nov-2024 19:36:10 | -- Executing step: 'Given "oneclients [client11, client21] |
09-Nov-2024 19:36:10 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
09-Nov-2024 19:36:10 | using [token, token] by [user1, user2]"' |
09-Nov-2024 19:36:10 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:36:10 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:36:10 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:36:10 | |
09-Nov-2024 19:36:10 | |
09-Nov-2024 19:36:10 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-jnh4w' |
09-Nov-2024 19:36:10 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-jnh4w' successfully started |
09-Nov-2024 19:36:10 | |
09-Nov-2024 19:36:10 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/rcaragbglp6hm8wd |
09-Nov-2024 19:36:10 | |
09-Nov-2024 19:36:10 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/rcaragbglp6hm8wd --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/rcaragbglp6hm8wd |
09-Nov-2024 19:36:10 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '12137607539080731090'... |
09-Nov-2024 19:36:10 | Getting configuration... |
09-Nov-2024 19:36:10 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/rcaragbglp6hm8wd'. |
09-Nov-2024 19:36:10 | |
09-Nov-2024 19:36:10 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:36:10 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:36:10 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:36:10 | |
09-Nov-2024 19:36:10 | |
09-Nov-2024 19:36:10 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-74jxd' |
09-Nov-2024 19:36:10 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-74jxd' successfully started |
09-Nov-2024 19:36:10 | |
09-Nov-2024 19:36:10 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/d6bwt4gogkpabfyi |
09-Nov-2024 19:36:10 | |
09-Nov-2024 19:36:10 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/d6bwt4gogkpabfyi --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/d6bwt4gogkpabfyi |
09-Nov-2024 19:36:10 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '4287409425588741513'... |
09-Nov-2024 19:36:10 | Getting configuration... |
09-Nov-2024 19:36:10 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/d6bwt4gogkpabfyi'. |
09-Nov-2024 19:36:10 | |
09-Nov-2024 19:36:10 | -- Executing step: 'When "user1 creates child files of space1 with names in range [1, 127) on client11"' |
09-Nov-2024 19:36:10 | -- Executing step: 'Then "user2 lists children of space1 and gets names in range [1, 127) on client21"' |
09-Nov-2024 19:36:10 | ================================================================= |
09-Nov-2024 19:36:10 | |
09-Nov-2024 19:36:16 | PASSED |
09-Nov-2024 19:36:16 | Unmounting client from /tmp/onedata/mnt/rcaragbglp6hm8wd |
09-Nov-2024 19:36:16 | |
09-Nov-2024 19:36:16 | |
09-Nov-2024 19:36:16 | Unmounting client from /tmp/onedata/mnt/d6bwt4gogkpabfyi |
09-Nov-2024 19:36:16 | |
09-Nov-2024 19:36:16 | |
09-Nov-2024 19:36:40 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_copy_delete[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
09-Nov-2024 19:36:40 | ================================================================= |
09-Nov-2024 19:36:40 | - Executing scenario 'Create nonempty file then copy it and remove source file' |
09-Nov-2024 19:36:40 | - from feature 'Multi_regular_file_CRUD' |
09-Nov-2024 19:36:40 | ----------------------------------------------------------------- |
09-Nov-2024 19:36:40 | -- Executing step: 'Given "oneclients [client11, client21] |
09-Nov-2024 19:36:40 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
09-Nov-2024 19:36:40 | using [token, token] by [user1, user2]"' |
09-Nov-2024 19:36:40 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:36:40 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:36:40 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:36:40 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-jnh4w' |
09-Nov-2024 19:36:40 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-jnh4w' successfully started |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:36:40 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/vsknr0l3qgn48qe0 |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:36:40 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/vsknr0l3qgn48qe0 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/vsknr0l3qgn48qe0 |
09-Nov-2024 19:36:40 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '9547795089224535276'... |
09-Nov-2024 19:36:40 | Getting configuration... |
09-Nov-2024 19:36:40 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/vsknr0l3qgn48qe0'. |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:36:40 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:36:40 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:36:40 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:36:40 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-74jxd' |
09-Nov-2024 19:36:40 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-74jxd' successfully started |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:36:40 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/vpsa6pfaz6f819z1 |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:36:40 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/vpsa6pfaz6f819z1 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/vpsa6pfaz6f819z1 |
09-Nov-2024 19:36:40 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '3051679641542107682'... |
09-Nov-2024 19:36:40 | Getting configuration... |
09-Nov-2024 19:36:40 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/vpsa6pfaz6f819z1'. |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:36:40 | -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"' |
09-Nov-2024 19:36:40 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"' |
09-Nov-2024 19:36:40 | -- Executing step: 'When "user1 copies regular file space1/file1 to space1/file1_copy on client11"' |
09-Nov-2024 19:36:40 | -- Executing step: 'When "user1 deletes files [space1/file1] on client11"' |
09-Nov-2024 19:36:40 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client11"' |
09-Nov-2024 19:36:40 | -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client21"' |
09-Nov-2024 19:36:40 | ================================================================= |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:36:40 | PASSED |
09-Nov-2024 19:36:40 | Unmounting client from /tmp/onedata/mnt/vsknr0l3qgn48qe0 |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:36:40 | Unmounting client from /tmp/onedata/mnt/vpsa6pfaz6f819z1 |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:36:40 | |
09-Nov-2024 19:37:07 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_move_between_spaces[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
09-Nov-2024 19:37:07 | ================================================================= |
09-Nov-2024 19:37:07 | - Executing scenario 'Create nonempty file then move it to another space' |
09-Nov-2024 19:37:07 | - from feature 'Multi_regular_file_CRUD' |
09-Nov-2024 19:37:07 | ----------------------------------------------------------------- |
09-Nov-2024 19:37:07 | -- Executing step: 'Given "oneclients [client11, client21] |
09-Nov-2024 19:37:07 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
09-Nov-2024 19:37:07 | using [token, token] by [user1, user2]"' |
09-Nov-2024 19:37:07 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:37:07 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:37:07 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-jnh4w', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:37:07 | |
09-Nov-2024 19:37:07 | |
09-Nov-2024 19:37:07 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-jnh4w' |
09-Nov-2024 19:37:07 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-jnh4w' successfully started |
09-Nov-2024 19:37:07 | |
09-Nov-2024 19:37:07 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/0a0jz4hjsaz30k2k |
09-Nov-2024 19:37:07 | |
09-Nov-2024 19:37:07 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/0a0jz4hjsaz30k2k --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/0a0jz4hjsaz30k2k |
09-Nov-2024 19:37:07 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '1416259261461605922'... |
09-Nov-2024 19:37:07 | Getting configuration... |
09-Nov-2024 19:37:07 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/0a0jz4hjsaz30k2k'. |
09-Nov-2024 19:37:07 | |
09-Nov-2024 19:37:07 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:37:07 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:37:07 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-74jxd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:37:07 | |
09-Nov-2024 19:37:07 | |
09-Nov-2024 19:37:07 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-74jxd' |
09-Nov-2024 19:37:07 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-74jxd' successfully started |
09-Nov-2024 19:37:07 | |
09-Nov-2024 19:37:07 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/zbpjp8qs7jbtetwn |
09-Nov-2024 19:37:07 | |
09-Nov-2024 19:37:07 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/zbpjp8qs7jbtetwn --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/zbpjp8qs7jbtetwn |
09-Nov-2024 19:37:07 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '7364782900727361050'... |
09-Nov-2024 19:37:07 | Getting configuration... |
09-Nov-2024 19:37:07 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/zbpjp8qs7jbtetwn'. |
09-Nov-2024 19:37:07 | |
09-Nov-2024 19:37:07 | -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"' |
09-Nov-2024 19:37:07 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"' |
09-Nov-2024 19:37:07 | -- Executing step: 'When "user2 reads "TEST TEXT ONEDATA" from file space1/file1 on client21"' |
09-Nov-2024 19:37:07 | -- Executing step: 'When "user1 renames space1/file1 to space2/file1_moved on client11"' |
09-Nov-2024 19:37:07 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client11"' |
09-Nov-2024 19:37:07 | -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client21"' |
09-Nov-2024 19:37:07 | ================================================================= |
09-Nov-2024 19:37:07 | |
09-Nov-2024 19:37:18 | PASSED |
09-Nov-2024 19:37:18 | Unmounting client from /tmp/onedata/mnt/0a0jz4hjsaz30k2k |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | Unmounting client from /tmp/onedata/mnt/zbpjp8qs7jbtetwn |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | 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.1731181027.6205966', '-c', '/tmp/logs'] |
09-Nov-2024 19:37:18 | [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-kchmd. See /home/bamboo/.one-env/deployments/2024.11.09-19.22.37/pod-logs/dev-cross-support-job-3p-users-kchmd/entrypoint.log for more details |
09-Nov-2024 19:37:18 | [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-jnh4w: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.09-19.22.37/pod-logs/dev-oneclient-krakow-7d9476b8bc-jnh4w/oneclient_logs |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=189/221) |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:37:18 | 35,150 0% 33.52MB/s 0:00:00 (xfr#1, to-chk=188/221) |
09-Nov-2024 19:37:18 | 35,150 0% 33.52MB/s 0:00:00 (xfr#1, to-chk=182/221) |
09-Nov-2024 19:37:18 | 35,708 0% 34.05MB/s 0:00:00 (xfr#2, to-chk=184/221) |
09-Nov-2024 19:37:18 | 131,088 1% 10.42MB/s 0:00:00 (xfr#3, to-chk=183/221) |
09-Nov-2024 19:37:18 | 131,646 1% 7.85MB/s 0:00:00 (xfr#4, to-chk=182/221) |
09-Nov-2024 19:37:18 | 180,504 2% 9.06MB/s 0:00:00 (xfr#5, to-chk=181/221) |
09-Nov-2024 19:37:18 | 181,254 2% 8.23MB/s 0:00:00 (xfr#6, to-chk=177/221) |
09-Nov-2024 19:37:18 | 373,419 4% 15.48MB/s 0:00:00 (xfr#7, to-chk=176/221) |
09-Nov-2024 19:37:18 | 374,169 4% 15.51MB/s 0:00:00 (xfr#8, to-chk=175/221) |
09-Nov-2024 19:37:18 | 529,393 6% 18.03MB/s 0:00:00 (xfr#9, to-chk=174/221) |
09-Nov-2024 19:37:18 | 530,047 6% 14.44MB/s 0:00:00 (xfr#10, to-chk=170/221) |
09-Nov-2024 19:37:18 | 1,044,364 12% 22.13MB/s 0:00:00 (xfr#11, to-chk=169/221) |
09-Nov-2024 19:37:18 | 1,045,018 12% 22.15MB/s 0:00:00 (xfr#12, to-chk=168/221) |
09-Nov-2024 19:37:18 | 1,045,646 12% 21.22MB/s 0:00:00 (xfr#13, to-chk=167/221) |
09-Nov-2024 19:37:18 | 1,072,961 13% 20.88MB/s 0:00:00 (xfr#14, to-chk=166/221) |
09-Nov-2024 19:37:18 | 1,073,519 13% 20.89MB/s 0:00:00 (xfr#15, to-chk=162/221) |
09-Nov-2024 19:37:18 | 1,155,021 14% 22.03MB/s 0:00:00 (xfr#16, to-chk=161/221) |
09-Nov-2024 19:37:18 | 1,155,579 14% 22.04MB/s 0:00:00 (xfr#17, to-chk=160/221) |
09-Nov-2024 19:37:18 | 1,188,675 14% 22.23MB/s 0:00:00 (xfr#18, to-chk=159/221) |
09-Nov-2024 19:37:18 | 1,189,425 14% 22.24MB/s 0:00:00 (xfr#19, to-chk=155/221) |
09-Nov-2024 19:37:18 | 1,298,033 16% 21.72MB/s 0:00:00 (xfr#20, to-chk=154/221) |
09-Nov-2024 19:37:18 | 1,298,783 16% 21.36MB/s 0:00:00 (xfr#21, to-chk=153/221) |
09-Nov-2024 19:37:18 | 1,299,411 16% 21.37MB/s 0:00:00 (xfr#22, to-chk=152/221) |
09-Nov-2024 19:37:18 | 1,316,544 16% 21.65MB/s 0:00:00 (xfr#23, to-chk=151/221) |
09-Nov-2024 19:37:18 | 1,316,814 16% 21.28MB/s 0:00:00 (xfr#24, to-chk=147/221) |
09-Nov-2024 19:37:18 | 1,375,330 16% 22.23MB/s 0:00:00 (xfr#25, to-chk=146/221) |
09-Nov-2024 19:37:18 | 1,375,600 16% 20.82MB/s 0:00:00 (xfr#26, to-chk=145/221) |
09-Nov-2024 19:37:18 | 1,402,290 17% 20.90MB/s 0:00:00 (xfr#27, to-chk=144/221) |
09-Nov-2024 19:37:18 | 1,402,944 17% 20.91MB/s 0:00:00 (xfr#28, to-chk=140/221) |
09-Nov-2024 19:37:18 | 1,485,697 18% 21.80MB/s 0:00:00 (xfr#29, to-chk=139/221) |
09-Nov-2024 19:37:18 | 1,486,351 18% 21.81MB/s 0:00:00 (xfr#30, to-chk=138/221) |
09-Nov-2024 19:37:18 | 1,518,604 18% 21.94MB/s 0:00:00 (xfr#31, to-chk=137/221) |
09-Nov-2024 19:37:18 | 1,519,066 18% 21.95MB/s 0:00:00 (xfr#32, to-chk=133/221) |
09-Nov-2024 19:37:18 | 1,614,446 19% 22.98MB/s 0:00:00 (xfr#33, to-chk=132/221) |
09-Nov-2024 19:37:18 | 1,614,908 19% 22.99MB/s 0:00:00 (xfr#34, to-chk=131/221) |
09-Nov-2024 19:37:18 | 1,645,189 20% 22.74MB/s 0:00:00 (xfr#35, to-chk=130/221) |
09-Nov-2024 19:37:18 | 1,645,651 20% 22.75MB/s 0:00:00 (xfr#36, to-chk=126/221) |
09-Nov-2024 19:37:18 | 1,739,495 21% 23.70MB/s 0:00:00 (xfr#37, to-chk=125/221) |
09-Nov-2024 19:37:18 | 1,739,957 21% 23.71MB/s 0:00:00 (xfr#38, to-chk=124/221) |
09-Nov-2024 19:37:18 | 1,775,261 21% 23.85MB/s 0:00:00 (xfr#39, to-chk=123/221) |
09-Nov-2024 19:37:18 | 1,775,819 21% 23.52MB/s 0:00:00 (xfr#40, to-chk=119/221) |
09-Nov-2024 19:37:18 | 1,900,803 23% 23.85MB/s 0:00:00 (xfr#41, to-chk=118/221) |
09-Nov-2024 19:37:18 | 1,901,361 23% 23.86MB/s 0:00:00 (xfr#42, to-chk=117/221) |
09-Nov-2024 19:37:18 | 1,901,989 23% 21.85MB/s 0:00:00 (xfr#43, to-chk=116/221) |
09-Nov-2024 19:37:18 | 1,930,358 23% 22.18MB/s 0:00:00 (xfr#44, to-chk=115/221) |
09-Nov-2024 19:37:18 | 1,930,628 23% 22.18MB/s 0:00:00 (xfr#45, to-chk=111/221) |
09-Nov-2024 19:37:18 | 2,018,392 24% 21.87MB/s 0:00:00 (xfr#46, to-chk=110/221) |
09-Nov-2024 19:37:18 | 2,018,662 24% 21.88MB/s 0:00:00 (xfr#47, to-chk=109/221) |
09-Nov-2024 19:37:18 | 2,052,837 25% 22.00MB/s 0:00:00 (xfr#48, to-chk=108/221) |
09-Nov-2024 19:37:18 | 2,053,491 25% 21.76MB/s 0:00:00 (xfr#49, to-chk=104/221) |
09-Nov-2024 19:37:18 | 2,164,977 26% 22.20MB/s 0:00:00 (xfr#50, to-chk=103/221) |
09-Nov-2024 19:37:18 | 2,165,631 26% 22.21MB/s 0:00:00 (xfr#51, to-chk=102/221) |
09-Nov-2024 19:37:18 | 2,190,033 27% 22.22MB/s 0:00:00 (xfr#52, to-chk=101/221) |
09-Nov-2024 19:37:18 | 2,190,591 27% 21.99MB/s 0:00:00 (xfr#53, to-chk=97/221) |
09-Nov-2024 19:37:18 | 2,283,329 28% 21.14MB/s 0:00:00 (xfr#54, to-chk=96/221) |
09-Nov-2024 19:37:18 | 2,283,887 28% 21.15MB/s 0:00:00 (xfr#55, to-chk=95/221) |
09-Nov-2024 19:37:18 | 2,348,336 28% 21.53MB/s 0:00:00 (xfr#56, to-chk=94/221) |
09-Nov-2024 19:37:18 | 2,348,894 28% 21.54MB/s 0:00:00 (xfr#57, to-chk=90/221) |
09-Nov-2024 19:37:18 | 2,353,038 29% 21.37MB/s 0:00:00 (xfr#58, to-chk=89/221) |
09-Nov-2024 19:37:18 | 2,595,668 32% 22.50MB/s 0:00:00 (xfr#59, to-chk=88/221) |
09-Nov-2024 19:37:18 | 2,596,226 32% 21.72MB/s 0:00:00 (xfr#60, to-chk=87/221) |
09-Nov-2024 19:37:18 | 2,627,827 32% 21.79MB/s 0:00:00 (xfr#61, to-chk=86/221) |
09-Nov-2024 19:37:18 | 2,628,385 32% 21.80MB/s 0:00:00 (xfr#62, to-chk=82/221) |
09-Nov-2024 19:37:18 | 2,723,023 33% 22.39MB/s 0:00:00 (xfr#63, to-chk=81/221) |
09-Nov-2024 19:37:18 | 2,723,581 33% 22.39MB/s 0:00:00 (xfr#64, to-chk=80/221) |
09-Nov-2024 19:37:18 | 2,749,128 33% 22.41MB/s 0:00:00 (xfr#65, to-chk=79/221) |
09-Nov-2024 19:37:18 | 2,749,494 33% 22.41MB/s 0:00:00 (xfr#66, to-chk=75/221) |
09-Nov-2024 19:37:18 | 2,847,528 35% 22.82MB/s 0:00:00 (xfr#67, to-chk=74/221) |
09-Nov-2024 19:37:18 | 2,847,894 35% 22.63MB/s 0:00:00 (xfr#68, to-chk=73/221) |
09-Nov-2024 19:37:18 | 2,874,648 35% 22.66MB/s 0:00:00 (xfr#69, to-chk=72/221) |
09-Nov-2024 19:37:18 | 2,875,302 35% 22.66MB/s 0:00:00 (xfr#70, to-chk=68/221) |
09-Nov-2024 19:37:18 | 2,991,660 36% 23.39MB/s 0:00:00 (xfr#71, to-chk=67/221) |
09-Nov-2024 19:37:18 | 2,992,314 36% 23.20MB/s 0:00:00 (xfr#72, to-chk=66/221) |
09-Nov-2024 19:37:18 | 3,212,401 39% 24.51MB/s 0:00:00 (xfr#73, to-chk=65/221) |
09-Nov-2024 19:37:18 | 3,212,671 39% 24.32MB/s 0:00:00 (xfr#74, to-chk=61/221) |
09-Nov-2024 19:37:18 | 5,640,006 69% 30.56MB/s 0:00:00 (xfr#75, to-chk=60/221) |
09-Nov-2024 19:37:18 | 5,640,276 69% 30.56MB/s 0:00:00 (xfr#76, to-chk=59/221) |
09-Nov-2024 19:37:18 | 5,679,636 70% 30.09MB/s 0:00:00 (xfr#77, to-chk=58/221) |
09-Nov-2024 19:37:18 | 5,679,906 70% 30.09MB/s 0:00:00 (xfr#78, to-chk=54/221) |
09-Nov-2024 19:37:18 | 5,808,054 71% 30.60MB/s 0:00:00 (xfr#79, to-chk=53/221) |
09-Nov-2024 19:37:18 | 5,808,324 71% 30.44MB/s 0:00:00 (xfr#80, to-chk=52/221) |
09-Nov-2024 19:37:18 | 5,842,192 72% 29.64MB/s 0:00:00 (xfr#81, to-chk=51/221) |
09-Nov-2024 19:37:18 | 5,842,654 72% 29.64MB/s 0:00:00 (xfr#82, to-chk=47/221) |
09-Nov-2024 19:37:18 | 5,942,310 73% 29.98MB/s 0:00:00 (xfr#83, to-chk=46/221) |
09-Nov-2024 19:37:18 | 5,942,772 73% 29.99MB/s 0:00:00 (xfr#84, to-chk=45/221) |
09-Nov-2024 19:37:18 | 5,960,295 73% 29.92MB/s 0:00:00 (xfr#85, to-chk=44/221) |
09-Nov-2024 19:37:18 | 5,960,757 73% 29.92MB/s 0:00:00 (xfr#86, to-chk=40/221) |
09-Nov-2024 19:37:18 | 6,026,898 74% 30.09MB/s 0:00:00 (xfr#87, to-chk=39/221) |
09-Nov-2024 19:37:18 | 6,027,360 74% 30.09MB/s 0:00:00 (xfr#88, to-chk=38/221) |
09-Nov-2024 19:37:18 | 6,369,806 78% 29.78MB/s 0:00:00 (xfr#89, to-chk=37/221) |
09-Nov-2024 19:37:18 | 6,370,364 78% 29.21MB/s 0:00:00 (xfr#90, to-chk=33/221) |
09-Nov-2024 19:37:18 | 7,485,704 92% 31.87MB/s 0:00:00 (xfr#91, to-chk=32/221) |
09-Nov-2024 19:37:18 | 7,486,262 92% 31.87MB/s 0:00:00 (xfr#92, to-chk=31/221) |
09-Nov-2024 19:37:18 | 7,486,890 92% 31.88MB/s 0:00:00 (xfr#93, to-chk=30/221) |
09-Nov-2024 19:37:18 | 7,509,448 92% 31.83MB/s 0:00:00 (xfr#94, to-chk=29/221) |
09-Nov-2024 19:37:18 | 7,510,006 92% 31.83MB/s 0:00:00 (xfr#95, to-chk=25/221) |
09-Nov-2024 19:37:18 | 7,595,911 93% 32.05MB/s 0:00:00 (xfr#96, to-chk=24/221) |
09-Nov-2024 19:37:18 | 7,596,469 93% 32.06MB/s 0:00:00 (xfr#97, to-chk=23/221) |
09-Nov-2024 19:37:18 | 7,631,852 94% 32.20MB/s 0:00:00 (xfr#98, to-chk=22/221) |
09-Nov-2024 19:37:18 | 7,632,314 94% 32.21MB/s 0:00:00 (xfr#99, to-chk=18/221) |
09-Nov-2024 19:37:18 | 7,751,295 95% 32.42MB/s 0:00:00 (xfr#100, to-chk=17/221) |
09-Nov-2024 19:37:18 | 7,751,757 95% 32.42MB/s 0:00:00 (xfr#101, to-chk=16/221) |
09-Nov-2024 19:37:18 | 7,795,602 96% 32.61MB/s 0:00:00 (xfr#102, to-chk=15/221) |
09-Nov-2024 19:37:18 | 7,796,256 96% 32.61MB/s 0:00:00 (xfr#103, to-chk=11/221) |
09-Nov-2024 19:37:18 | 7,933,275 97% 33.04MB/s 0:00:00 (xfr#104, to-chk=10/221) |
09-Nov-2024 19:37:18 | 7,933,929 97% 33.04MB/s 0:00:00 (xfr#105, to-chk=9/221) |
09-Nov-2024 19:37:18 | 7,934,557 97% 33.04MB/s 0:00:00 (xfr#106, to-chk=8/221) |
09-Nov-2024 19:37:18 | 7,963,332 98% 33.02MB/s 0:00:00 (xfr#107, to-chk=7/221) |
09-Nov-2024 19:37:18 | 7,963,890 98% 33.02MB/s 0:00:00 (xfr#108, to-chk=3/221) |
09-Nov-2024 19:37:18 | 8,066,461 99% 33.02MB/s 0:00:00 (xfr#109, to-chk=2/221) |
09-Nov-2024 19:37:18 | 8,067,019 99% 32.88MB/s 0:00:00 (xfr#110, to-chk=1/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 33.04MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 32.90MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 31.17MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | 8,106,488 99% 31.17MB/s 0:00:00 (xfr#111, to-chk=0/221) |
09-Nov-2024 19:37:18 | [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-74jxd: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.09-19.22.37/pod-logs/dev-oneclient-paris-5cc45c8cb7-74jxd/oneclient_logs |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=190/222) |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:37:18 | 22,533 0% 21.49MB/s 0:00:00 (xfr#1, to-chk=189/222) |
09-Nov-2024 19:37:18 | 22,533 0% 21.49MB/s 0:00:00 (xfr#1, to-chk=183/222) |
09-Nov-2024 19:37:18 | 22,803 0% 21.75MB/s 0:00:00 (xfr#2, to-chk=185/222) |
09-Nov-2024 19:37:18 | 93,353 2% 89.03MB/s 0:00:00 (xfr#3, to-chk=184/222) |
09-Nov-2024 19:37:18 | 93,623 2% 89.29MB/s 0:00:00 (xfr#4, to-chk=183/222) |
09-Nov-2024 19:37:18 | 108,963 2% 103.92MB/s 0:00:00 (xfr#5, to-chk=182/222) |
09-Nov-2024 19:37:18 | 109,329 2% 104.26MB/s 0:00:00 (xfr#6, to-chk=178/222) |
09-Nov-2024 19:37:18 | 162,589 4% 51.69MB/s 0:00:00 (xfr#7, to-chk=177/222) |
09-Nov-2024 19:37:18 | 162,955 4% 51.80MB/s 0:00:00 (xfr#8, to-chk=176/222) |
09-Nov-2024 19:37:18 | 177,830 4% 42.40MB/s 0:00:00 (xfr#9, to-chk=175/222) |
09-Nov-2024 19:37:18 | 178,196 4% 42.49MB/s 0:00:00 (xfr#10, to-chk=171/222) |
09-Nov-2024 19:37:18 | 234,468 6% 22.36MB/s 0:00:00 (xfr#11, to-chk=170/222) |
09-Nov-2024 19:37:18 | 234,834 6% 22.40MB/s 0:00:00 (xfr#12, to-chk=169/222) |
09-Nov-2024 19:37:18 | 268,955 7% 23.32MB/s 0:00:00 (xfr#13, to-chk=168/222) |
09-Nov-2024 19:37:18 | 269,513 7% 23.37MB/s 0:00:00 (xfr#14, to-chk=164/222) |
09-Nov-2024 19:37:18 | 379,814 10% 27.86MB/s 0:00:00 (xfr#15, to-chk=163/222) |
09-Nov-2024 19:37:18 | 380,372 10% 27.90MB/s 0:00:00 (xfr#16, to-chk=162/222) |
09-Nov-2024 19:37:18 | 381,000 10% 27.95MB/s 0:00:00 (xfr#17, to-chk=161/222) |
09-Nov-2024 19:37:18 | 400,910 10% 27.31MB/s 0:00:00 (xfr#18, to-chk=160/222) |
09-Nov-2024 19:37:18 | 401,372 10% 27.34MB/s 0:00:00 (xfr#19, to-chk=156/222) |
09-Nov-2024 19:37:18 | 483,533 13% 32.94MB/s 0:00:00 (xfr#20, to-chk=155/222) |
09-Nov-2024 19:37:18 | 483,995 13% 32.97MB/s 0:00:00 (xfr#21, to-chk=154/222) |
09-Nov-2024 19:37:18 | 509,739 13% 32.41MB/s 0:00:00 (xfr#22, to-chk=153/222) |
09-Nov-2024 19:37:18 | 510,297 13% 32.44MB/s 0:00:00 (xfr#23, to-chk=149/222) |
09-Nov-2024 19:37:18 | 599,607 16% 28.59MB/s 0:00:00 (xfr#24, to-chk=148/222) |
09-Nov-2024 19:37:18 | 600,165 16% 27.26MB/s 0:00:00 (xfr#25, to-chk=147/222) |
09-Nov-2024 19:37:18 | 619,458 16% 28.13MB/s 0:00:00 (xfr#26, to-chk=146/222) |
09-Nov-2024 19:37:18 | 619,920 16% 28.15MB/s 0:00:00 (xfr#27, to-chk=142/222) |
09-Nov-2024 19:37:18 | 685,840 18% 29.73MB/s 0:00:00 (xfr#28, to-chk=141/222) |
09-Nov-2024 19:37:18 | 686,302 18% 29.75MB/s 0:00:00 (xfr#29, to-chk=140/222) |
09-Nov-2024 19:37:18 | 716,567 19% 24.41MB/s 0:00:00 (xfr#30, to-chk=139/222) |
09-Nov-2024 19:37:18 | 716,933 19% 24.42MB/s 0:00:00 (xfr#31, to-chk=135/222) |
09-Nov-2024 19:37:18 | 829,846 22% 27.29MB/s 0:00:00 (xfr#32, to-chk=134/222) |
09-Nov-2024 19:37:18 | 830,212 22% 27.30MB/s 0:00:00 (xfr#33, to-chk=133/222) |
09-Nov-2024 19:37:18 | 861,329 23% 28.33MB/s 0:00:00 (xfr#34, to-chk=132/222) |
09-Nov-2024 19:37:18 | 861,791 23% 27.40MB/s 0:00:00 (xfr#35, to-chk=128/222) |
09-Nov-2024 19:37:18 | 958,204 25% 30.46MB/s 0:00:00 (xfr#36, to-chk=127/222) |
09-Nov-2024 19:37:18 | 958,666 25% 30.48MB/s 0:00:00 (xfr#37, to-chk=126/222) |
09-Nov-2024 19:37:18 | 959,294 25% 30.50MB/s 0:00:00 (xfr#38, to-chk=125/222) |
09-Nov-2024 19:37:18 | 1,086,121 29% 30.46MB/s 0:00:00 (xfr#39, to-chk=124/222) |
09-Nov-2024 19:37:18 | 1,086,583 29% 30.48MB/s 0:00:00 (xfr#40, to-chk=120/222) |
09-Nov-2024 19:37:18 | 1,319,143 35% 31.45MB/s 0:00:00 (xfr#41, to-chk=119/222) |
09-Nov-2024 19:37:18 | 1,319,605 35% 31.46MB/s 0:00:00 (xfr#42, to-chk=118/222) |
09-Nov-2024 19:37:18 | 1,355,582 36% 31.53MB/s 0:00:00 (xfr#43, to-chk=117/222) |
09-Nov-2024 19:37:18 | 1,356,556 36% 31.55MB/s 0:00:00 (xfr#44, to-chk=113/222) |
09-Nov-2024 19:37:18 | 1,476,020 39% 28.73MB/s 0:00:00 (xfr#45, to-chk=112/222) |
09-Nov-2024 19:37:18 | 1,476,994 39% 28.75MB/s 0:00:00 (xfr#46, to-chk=111/222) |
09-Nov-2024 19:37:18 | 1,477,622 39% 28.18MB/s 0:00:00 (xfr#47, to-chk=110/222) |
09-Nov-2024 19:37:18 | 1,509,647 40% 26.66MB/s 0:00:00 (xfr#48, to-chk=109/222) |
09-Nov-2024 19:37:18 | 1,510,205 40% 26.67MB/s 0:00:00 (xfr#49, to-chk=105/222) |
09-Nov-2024 19:37:18 | 1,606,393 43% 25.53MB/s 0:00:00 (xfr#50, to-chk=104/222) |
09-Nov-2024 19:37:18 | 1,606,951 43% 25.12MB/s 0:00:00 (xfr#51, to-chk=103/222) |
09-Nov-2024 19:37:18 | 1,607,579 43% 25.13MB/s 0:00:00 (xfr#52, to-chk=102/222) |
09-Nov-2024 19:37:18 | 1,640,241 44% 25.64MB/s 0:00:00 (xfr#53, to-chk=101/222) |
09-Nov-2024 19:37:18 | 1,640,703 44% 25.65MB/s 0:00:00 (xfr#54, to-chk=97/222) |
09-Nov-2024 19:37:18 | 1,747,764 47% 26.88MB/s 0:00:00 (xfr#55, to-chk=96/222) |
09-Nov-2024 19:37:18 | 1,748,226 47% 26.89MB/s 0:00:00 (xfr#56, to-chk=95/222) |
09-Nov-2024 19:37:18 | 1,748,854 47% 26.90MB/s 0:00:00 (xfr#57, to-chk=94/222) |
09-Nov-2024 19:37:18 | 1,791,762 48% 27.12MB/s 0:00:00 (xfr#58, to-chk=93/222) |
09-Nov-2024 19:37:18 | 1,792,416 48% 27.13MB/s 0:00:00 (xfr#59, to-chk=89/222) |
09-Nov-2024 19:37:18 | 1,916,240 51% 26.49MB/s 0:00:00 (xfr#60, to-chk=88/222) |
09-Nov-2024 19:37:18 | 1,916,894 51% 26.12MB/s 0:00:00 (xfr#61, to-chk=87/222) |
09-Nov-2024 19:37:18 | 1,938,278 52% 26.41MB/s 0:00:00 (xfr#62, to-chk=86/222) |
09-Nov-2024 19:37:18 | 1,938,932 52% 26.42MB/s 0:00:00 (xfr#63, to-chk=82/222) |
09-Nov-2024 19:37:18 | 2,014,763 54% 24.02MB/s 0:00:00 (xfr#64, to-chk=81/222) |
09-Nov-2024 19:37:18 | 2,015,417 54% 23.73MB/s 0:00:00 (xfr#65, to-chk=80/222) |
09-Nov-2024 19:37:18 | 2,101,622 56% 24.44MB/s 0:00:00 (xfr#66, to-chk=79/222) |
09-Nov-2024 19:37:18 | 2,102,372 56% 24.45MB/s 0:00:00 (xfr#67, to-chk=75/222) |
09-Nov-2024 19:37:18 | 2,342,275 63% 26.28MB/s 0:00:00 (xfr#68, to-chk=74/222) |
09-Nov-2024 19:37:18 | 2,343,025 63% 25.98MB/s 0:00:00 (xfr#69, to-chk=73/222) |
09-Nov-2024 19:37:18 | 2,369,957 63% 26.28MB/s 0:00:00 (xfr#70, to-chk=72/222) |
09-Nov-2024 19:37:18 | 2,370,419 63% 26.29MB/s 0:00:00 (xfr#71, to-chk=68/222) |
09-Nov-2024 19:37:18 | 2,457,157 66% 26.63MB/s 0:00:00 (xfr#72, to-chk=67/222) |
09-Nov-2024 19:37:18 | 2,457,619 66% 26.33MB/s 0:00:00 (xfr#73, to-chk=66/222) |
09-Nov-2024 19:37:18 | 2,494,929 67% 26.73MB/s 0:00:00 (xfr#74, to-chk=65/222) |
09-Nov-2024 19:37:18 | 2,495,391 67% 26.44MB/s 0:00:00 (xfr#75, to-chk=61/222) |
09-Nov-2024 19:37:18 | 2,610,522 70% 26.48MB/s 0:00:00 (xfr#76, to-chk=60/222) |
09-Nov-2024 19:37:18 | 2,610,984 70% 26.49MB/s 0:00:00 (xfr#77, to-chk=59/222) |
09-Nov-2024 19:37:18 | 2,630,710 70% 26.41MB/s 0:00:00 (xfr#78, to-chk=58/222) |
09-Nov-2024 19:37:18 | 2,631,268 70% 26.41MB/s 0:00:00 (xfr#79, to-chk=54/222) |
09-Nov-2024 19:37:18 | 2,711,672 73% 26.94MB/s 0:00:00 (xfr#80, to-chk=53/222) |
09-Nov-2024 19:37:18 | 2,712,230 73% 26.94MB/s 0:00:00 (xfr#81, to-chk=52/222) |
09-Nov-2024 19:37:18 | 2,734,407 73% 26.88MB/s 0:00:00 (xfr#82, to-chk=51/222) |
09-Nov-2024 19:37:18 | 2,734,869 73% 26.89MB/s 0:00:00 (xfr#83, to-chk=47/222) |
09-Nov-2024 19:37:18 | 2,798,758 75% 27.24MB/s 0:00:00 (xfr#84, to-chk=46/222) |
09-Nov-2024 19:37:18 | 2,799,220 75% 27.24MB/s 0:00:00 (xfr#85, to-chk=45/222) |
09-Nov-2024 19:37:18 | 2,826,708 76% 27.23MB/s 0:00:00 (xfr#86, to-chk=44/222) |
09-Nov-2024 19:37:18 | 2,827,266 76% 27.24MB/s 0:00:00 (xfr#87, to-chk=40/222) |
09-Nov-2024 19:37:18 | 2,908,602 78% 27.74MB/s 0:00:00 (xfr#88, to-chk=39/222) |
09-Nov-2024 19:37:18 | 2,909,160 78% 27.74MB/s 0:00:00 (xfr#89, to-chk=38/222) |
09-Nov-2024 19:37:18 | 2,997,852 80% 27.76MB/s 0:00:00 (xfr#90, to-chk=37/222) |
09-Nov-2024 19:37:18 | 2,998,602 80% 27.76MB/s 0:00:00 (xfr#91, to-chk=33/222) |
09-Nov-2024 19:37:18 | 3,248,233 87% 29.22MB/s 0:00:00 (xfr#92, to-chk=32/222) |
09-Nov-2024 19:37:18 | 3,248,983 87% 28.96MB/s 0:00:00 (xfr#93, to-chk=31/222) |
09-Nov-2024 19:37:18 | 3,271,752 88% 27.61MB/s 0:00:00 (xfr#94, to-chk=30/222) |
09-Nov-2024 19:37:18 | 3,272,310 88% 27.37MB/s 0:00:00 (xfr#95, to-chk=26/222) |
09-Nov-2024 19:37:18 | 3,365,160 90% 28.15MB/s 0:00:00 (xfr#96, to-chk=25/222) |
09-Nov-2024 19:37:18 | 3,365,718 90% 28.16MB/s 0:00:00 (xfr#97, to-chk=24/222) |
09-Nov-2024 19:37:18 | 3,366,346 90% 27.92MB/s 0:00:00 (xfr#98, to-chk=23/222) |
09-Nov-2024 19:37:18 | 3,385,042 91% 28.07MB/s 0:00:00 (xfr#99, to-chk=22/222) |
09-Nov-2024 19:37:18 | 3,385,312 91% 27.83MB/s 0:00:00 (xfr#100, to-chk=18/222) |
09-Nov-2024 19:37:18 | 3,448,660 92% 26.96MB/s 0:00:00 (xfr#101, to-chk=17/222) |
09-Nov-2024 19:37:18 | 3,448,930 92% 26.96MB/s 0:00:00 (xfr#102, to-chk=16/222) |
09-Nov-2024 19:37:18 | 3,464,063 93% 26.86MB/s 0:00:00 (xfr#103, to-chk=15/222) |
09-Nov-2024 19:37:18 | 3,464,429 93% 26.64MB/s 0:00:00 (xfr#104, to-chk=11/222) |
09-Nov-2024 19:37:18 | 3,526,094 95% 26.90MB/s 0:00:00 (xfr#105, to-chk=10/222) |
09-Nov-2024 19:37:18 | 3,526,460 95% 26.90MB/s 0:00:00 (xfr#106, to-chk=9/222) |
09-Nov-2024 19:37:18 | 3,527,088 95% 26.91MB/s 0:00:00 (xfr#107, to-chk=8/222) |
09-Nov-2024 19:37:18 | 3,562,599 96% 26.96MB/s 0:00:00 (xfr#108, to-chk=7/222) |
09-Nov-2024 19:37:18 | 3,562,965 96% 26.97MB/s 0:00:00 (xfr#109, to-chk=3/222) |
09-Nov-2024 19:37:18 | 3,662,440 98% 27.50MB/s 0:00:00 (xfr#110, to-chk=2/222) |
09-Nov-2024 19:37:18 | 3,662,806 98% 27.50MB/s 0:00:00 (xfr#111, to-chk=1/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.60MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.60MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.60MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.60MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.60MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.60MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.60MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.60MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.60MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.60MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.60MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.60MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.39MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | 3,704,973 99% 27.18MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:37:18 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.09-19.22.37/pod-logs/dev-oneprovider-krakow-0/op-panel |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:37:18 | 17,806 16% 16.98MB/s 0:00:00 (xfr#2, to-chk=9/14) |
09-Nov-2024 19:37:18 | 36,545 33% 34.85MB/s 0:00:00 (xfr#3, to-chk=7/14) |
09-Nov-2024 19:37:18 | 36,545 33% 34.85MB/s 0:00:00 (xfr#4, to-chk=5/14) |
09-Nov-2024 19:37:18 | 54,148 49% 51.64MB/s 0:00:00 (xfr#5, to-chk=3/14) |
09-Nov-2024 19:37:18 | 54,439 50% 51.92MB/s 0:00:00 (xfr#6, to-chk=1/14) |
09-Nov-2024 19:37:18 | 54,439 50% 10.38MB/s 0:00:00 (xfr#6, to-chk=0/14) |
09-Nov-2024 19:37:18 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.09-19.22.37/pod-logs/dev-oneprovider-krakow-0/op-worker |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=51/54) |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:37:18 | 59,772 9% 57.00MB/s 0:00:00 (xfr#2, to-chk=49/54) |
09-Nov-2024 19:37:18 | 117,415 18% 111.98MB/s 0:00:00 (xfr#3, to-chk=47/54) |
09-Nov-2024 19:37:18 | 117,415 18% 111.98MB/s 0:00:00 (xfr#4, to-chk=45/54) |
09-Nov-2024 19:37:18 | 117,415 18% 111.98MB/s 0:00:00 (xfr#5, to-chk=43/54) |
09-Nov-2024 19:37:18 | 173,137 26% 82.56MB/s 0:00:00 (xfr#6, to-chk=41/54) |
09-Nov-2024 19:37:18 | 173,287 26% 55.09MB/s 0:00:00 (xfr#7, to-chk=39/54) |
09-Nov-2024 19:37:18 | 173,584 26% 55.18MB/s 0:00:00 (xfr#8, to-chk=37/54) |
09-Nov-2024 19:37:18 | 270,457 41% 21.49MB/s 0:00:00 (xfr#9, to-chk=35/54) |
09-Nov-2024 19:37:18 | 272,901 41% 16.27MB/s 0:00:00 (xfr#10, to-chk=25/54) |
09-Nov-2024 19:37:18 | 276,029 42% 16.45MB/s 0:00:00 (xfr#11, to-chk=24/54) |
09-Nov-2024 19:37:18 | 277,195 42% 16.52MB/s 0:00:00 (xfr#12, to-chk=23/54) |
09-Nov-2024 19:37:18 | 277,758 42% 16.56MB/s 0:00:00 (xfr#13, to-chk=22/54) |
09-Nov-2024 19:37:18 | 285,955 43% 16.04MB/s 0:00:00 (xfr#14, to-chk=21/54) |
09-Nov-2024 19:37:18 | 290,565 44% 16.30MB/s 0:00:00 (xfr#15, to-chk=20/54) |
09-Nov-2024 19:37:18 | 292,331 44% 16.40MB/s 0:00:00 (xfr#16, to-chk=19/54) |
09-Nov-2024 19:37:18 | 294,433 45% 16.52MB/s 0:00:00 (xfr#17, to-chk=18/54) |
09-Nov-2024 19:37:18 | 300,987 46% 16.88MB/s 0:00:00 (xfr#18, to-chk=17/54) |
09-Nov-2024 19:37:18 | 308,787 47% 17.32MB/s 0:00:00 (xfr#19, to-chk=16/54) |
09-Nov-2024 19:37:18 | 311,516 47% 16.50MB/s 0:00:00 (xfr#20, to-chk=15/54) |
09-Nov-2024 19:37:18 | 317,150 48% 15.92MB/s 0:00:00 (xfr#21, to-chk=14/54) |
09-Nov-2024 19:37:18 | 322,507 49% 15.38MB/s 0:00:00 (xfr#22, to-chk=13/54) |
09-Nov-2024 19:37:18 | 326,268 50% 15.56MB/s 0:00:00 (xfr#23, to-chk=12/54) |
09-Nov-2024 19:37:18 | 333,386 51% 15.14MB/s 0:00:00 (xfr#24, to-chk=11/54) |
09-Nov-2024 19:37:18 | 340,219 52% 15.45MB/s 0:00:00 (xfr#25, to-chk=10/54) |
09-Nov-2024 19:37:18 | 346,425 53% 15.73MB/s 0:00:00 (xfr#26, to-chk=9/54) |
09-Nov-2024 19:37:18 | 347,615 53% 15.79MB/s 0:00:00 (xfr#27, to-chk=8/54) |
09-Nov-2024 19:37:18 | 353,536 54% 16.06MB/s 0:00:00 (xfr#28, to-chk=7/54) |
09-Nov-2024 19:37:18 | 353,814 54% 16.07MB/s 0:00:00 (xfr#29, to-chk=6/54) |
09-Nov-2024 19:37:18 | 358,772 55% 16.29MB/s 0:00:00 (xfr#30, to-chk=5/54) |
09-Nov-2024 19:37:18 | 366,238 56% 15.88MB/s 0:00:00 (xfr#31, to-chk=4/54) |
09-Nov-2024 19:37:18 | 367,713 56% 15.94MB/s 0:00:00 (xfr#32, to-chk=3/54) |
09-Nov-2024 19:37:18 | 371,126 57% 15.39MB/s 0:00:00 (xfr#33, to-chk=2/54) |
09-Nov-2024 19:37:18 | 375,166 57% 15.56MB/s 0:00:00 (xfr#34, to-chk=1/54) |
09-Nov-2024 19:37:18 | 379,497 58% 15.74MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:37:18 | 379,497 58% 15.74MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:37:18 | 379,497 58% 15.74MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:37:18 | 379,497 58% 10.64MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:37:18 | 379,497 58% 10.64MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:37:18 | 379,497 58% 10.64MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:37:18 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.09-19.22.37/pod-logs/dev-oneprovider-krakow-0/cluster-manager |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:37:18 | 2,022 14% 1.93MB/s 0:00:00 (xfr#2, to-chk=9/14) |
09-Nov-2024 19:37:18 | 4,776 34% 4.55MB/s 0:00:00 (xfr#3, to-chk=7/14) |
09-Nov-2024 19:37:18 | 4,776 34% 4.55MB/s 0:00:00 (xfr#4, to-chk=5/14) |
09-Nov-2024 19:37:18 | 6,595 48% 6.29MB/s 0:00:00 (xfr#5, to-chk=3/14) |
09-Nov-2024 19:37:18 | 6,857 50% 6.54MB/s 0:00:00 (xfr#6, to-chk=1/14) |
09-Nov-2024 19:37:18 | 6,857 50% 3.27MB/s 0:00:00 (xfr#6, to-chk=0/14) |
09-Nov-2024 19:37:18 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.09-19.22.37/pod-logs/dev-oneprovider-paris-0/op-panel |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:37:18 | 17,771 16% 16.95MB/s 0:00:00 (xfr#2, to-chk=9/14) |
09-Nov-2024 19:37:18 | 36,473 33% 11.59MB/s 0:00:00 (xfr#3, to-chk=7/14) |
09-Nov-2024 19:37:18 | 36,473 33% 8.70MB/s 0:00:00 (xfr#4, to-chk=5/14) |
09-Nov-2024 19:37:18 | 54,041 49% 12.88MB/s 0:00:00 (xfr#5, to-chk=3/14) |
09-Nov-2024 19:37:18 | 54,332 50% 12.95MB/s 0:00:00 (xfr#6, to-chk=1/14) |
09-Nov-2024 19:37:18 | 54,332 50% 8.64MB/s 0:00:00 (xfr#6, to-chk=0/14) |
09-Nov-2024 19:37:18 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.09-19.22.37/pod-logs/dev-oneprovider-paris-0/op-worker |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=51/54) |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:37:18 | 57,575 9% 54.91MB/s 0:00:00 (xfr#2, to-chk=49/54) |
09-Nov-2024 19:37:18 | 112,983 17% 107.75MB/s 0:00:00 (xfr#3, to-chk=47/54) |
09-Nov-2024 19:37:18 | 113,842 17% 108.57MB/s 0:00:00 (xfr#4, to-chk=45/54) |
09-Nov-2024 19:37:18 | 113,842 17% 108.57MB/s 0:00:00 (xfr#5, to-chk=43/54) |
09-Nov-2024 19:37:18 | 167,367 26% 159.61MB/s 0:00:00 (xfr#6, to-chk=41/54) |
09-Nov-2024 19:37:18 | 167,517 26% 159.76MB/s 0:00:00 (xfr#7, to-chk=39/54) |
09-Nov-2024 19:37:18 | 167,814 26% 160.04MB/s 0:00:00 (xfr#8, to-chk=37/54) |
09-Nov-2024 19:37:18 | 264,591 41% 84.11MB/s 0:00:00 (xfr#9, to-chk=35/54) |
09-Nov-2024 19:37:18 | 272,387 42% 64.94MB/s 0:00:00 (xfr#10, to-chk=25/54) |
09-Nov-2024 19:37:18 | 278,306 43% 66.35MB/s 0:00:00 (xfr#11, to-chk=24/54) |
09-Nov-2024 19:37:18 | 278,590 43% 66.42MB/s 0:00:00 (xfr#12, to-chk=23/54) |
09-Nov-2024 19:37:18 | 285,714 44% 68.12MB/s 0:00:00 (xfr#13, to-chk=22/54) |
09-Nov-2024 19:37:18 | 290,322 45% 69.22MB/s 0:00:00 (xfr#14, to-chk=21/54) |
09-Nov-2024 19:37:18 | 294,645 46% 70.25MB/s 0:00:00 (xfr#15, to-chk=20/54) |
09-Nov-2024 19:37:18 | 297,374 46% 70.90MB/s 0:00:00 (xfr#16, to-chk=19/54) |
09-Nov-2024 19:37:18 | 302,322 47% 57.66MB/s 0:00:00 (xfr#17, to-chk=18/54) |
09-Nov-2024 19:37:18 | 307,954 48% 58.74MB/s 0:00:00 (xfr#18, to-chk=17/54) |
09-Nov-2024 19:37:18 | 308,513 48% 49.04MB/s 0:00:00 (xfr#19, to-chk=16/54) |
09-Nov-2024 19:37:18 | 312,264 48% 49.63MB/s 0:00:00 (xfr#20, to-chk=15/54) |
09-Nov-2024 19:37:18 | 315,675 49% 50.18MB/s 0:00:00 (xfr#21, to-chk=14/54) |
09-Nov-2024 19:37:18 | 318,113 49% 50.56MB/s 0:00:00 (xfr#22, to-chk=13/54) |
09-Nov-2024 19:37:18 | 324,659 50% 51.60MB/s 0:00:00 (xfr#23, to-chk=12/54) |
09-Nov-2024 19:37:18 | 332,854 52% 52.91MB/s 0:00:00 (xfr#24, to-chk=11/54) |
09-Nov-2024 19:37:18 | 338,199 53% 53.76MB/s 0:00:00 (xfr#25, to-chk=10/54) |
09-Nov-2024 19:37:18 | 339,100 53% 53.90MB/s 0:00:00 (xfr#26, to-chk=9/54) |
09-Nov-2024 19:37:18 | 343,138 53% 46.75MB/s 0:00:00 (xfr#27, to-chk=8/54) |
09-Nov-2024 19:37:18 | 344,328 53% 46.91MB/s 0:00:00 (xfr#28, to-chk=7/54) |
09-Nov-2024 19:37:18 | 346,086 54% 47.15MB/s 0:00:00 (xfr#29, to-chk=6/54) |
09-Nov-2024 19:37:18 | 347,559 54% 47.35MB/s 0:00:00 (xfr#30, to-chk=5/54) |
09-Nov-2024 19:37:18 | 349,657 54% 47.64MB/s 0:00:00 (xfr#31, to-chk=4/54) |
09-Nov-2024 19:37:18 | 356,488 55% 48.57MB/s 0:00:00 (xfr#32, to-chk=3/54) |
09-Nov-2024 19:37:18 | 359,612 56% 48.99MB/s 0:00:00 (xfr#33, to-chk=2/54) |
09-Nov-2024 19:37:18 | 367,070 57% 35.01MB/s 0:00:00 (xfr#34, to-chk=1/54) |
09-Nov-2024 19:37:18 | 373,274 58% 27.38MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:37:18 | 373,274 58% 27.38MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:37:18 | 373,274 58% 27.38MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:37:18 | 373,274 58% 23.73MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:37:18 | 373,274 58% 23.73MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:37:18 | 373,274 58% 23.73MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:37:18 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.09-19.22.37/pod-logs/dev-oneprovider-paris-0/cluster-manager |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:37:18 | 2,018 14% 1.92MB/s 0:00:00 (xfr#2, to-chk=9/14) |
09-Nov-2024 19:37:18 | 4,766 34% 4.55MB/s 0:00:00 (xfr#3, to-chk=7/14) |
09-Nov-2024 19:37:18 | 4,766 34% 4.55MB/s 0:00:00 (xfr#4, to-chk=5/14) |
09-Nov-2024 19:37:18 | 6,581 48% 6.28MB/s 0:00:00 (xfr#5, to-chk=3/14) |
09-Nov-2024 19:37:18 | 6,843 50% 6.53MB/s 0:00:00 (xfr#6, to-chk=1/14) |
09-Nov-2024 19:37:18 | 6,843 50% 2.18MB/s 0:00:00 (xfr#6, to-chk=0/14) |
09-Nov-2024 19:37:18 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.09-19.22.37/pod-logs/dev-onezone-0/oz-panel |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:37:18 | 54,762 12% 52.23MB/s 0:00:00 (xfr#2, to-chk=9/14) |
09-Nov-2024 19:37:18 | 111,094 26% 105.95MB/s 0:00:00 (xfr#3, to-chk=7/14) |
09-Nov-2024 19:37:18 | 158,569 37% 151.22MB/s 0:00:00 (xfr#4, to-chk=5/14) |
09-Nov-2024 19:37:18 | 213,128 49% 101.63MB/s 0:00:00 (xfr#5, to-chk=3/14) |
09-Nov-2024 19:37:18 | 213,419 50% 101.77MB/s 0:00:00 (xfr#6, to-chk=1/14) |
09-Nov-2024 19:37:18 | 213,419 50% 67.84MB/s 0:00:00 (xfr#6, to-chk=0/14) |
09-Nov-2024 19:37:18 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.09-19.22.37/pod-logs/dev-onezone-0/oz-worker |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=15/18) |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:37:18 | 23,823 6% 22.72MB/s 0:00:00 (xfr#2, to-chk=13/18) |
09-Nov-2024 19:37:18 | 48,411 14% 46.17MB/s 0:00:00 (xfr#3, to-chk=11/18) |
09-Nov-2024 19:37:18 | 48,411 14% 46.17MB/s 0:00:00 (xfr#4, to-chk=9/18) |
09-Nov-2024 19:37:18 | 71,754 21% 68.43MB/s 0:00:00 (xfr#5, to-chk=7/18) |
09-Nov-2024 19:37:18 | 71,845 21% 68.52MB/s 0:00:00 (xfr#6, to-chk=5/18) |
09-Nov-2024 19:37:18 | 72,142 21% 68.80MB/s 0:00:00 (xfr#7, to-chk=3/18) |
09-Nov-2024 19:37:18 | 170,629 50% 162.72MB/s 0:00:00 (xfr#8, to-chk=1/18) |
09-Nov-2024 19:37:18 | 170,629 50% 54.24MB/s 0:00:00 (xfr#8, to-chk=0/18) |
09-Nov-2024 19:37:18 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.09-19.22.37/pod-logs/dev-onezone-0/cluster-manager |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
09-Nov-2024 19:37:18 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:37:18 | 1,977 14% 1.89MB/s 0:00:00 (xfr#2, to-chk=9/14) |
09-Nov-2024 19:37:18 | 4,664 34% 4.45MB/s 0:00:00 (xfr#3, to-chk=7/14) |
09-Nov-2024 19:37:18 | 4,664 34% 4.45MB/s 0:00:00 (xfr#4, to-chk=5/14) |
09-Nov-2024 19:37:18 | 6,438 48% 6.14MB/s 0:00:00 (xfr#5, to-chk=3/14) |
09-Nov-2024 19:37:18 | 6,700 50% 6.39MB/s 0:00:00 (xfr#6, to-chk=1/14) |
09-Nov-2024 19:37:18 | 6,700 50% 3.19MB/s 0:00:00 (xfr#6, to-chk=0/14) |
09-Nov-2024 19:37:18 | [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.1731181027.6205966 exists, exporting anyway. |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | =============================== warnings summary =============================== |
09-Nov-2024 19:37:18 | tests/utils/rest_utils.py:98 |
09-Nov-2024 19:37:18 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ ' |
09-Nov-2024 19:37:18 | print(""" |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | tests/utils/path_utils.py:112 |
09-Nov-2024 19:37:18 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ ' |
09-Nov-2024 19:37:18 | return path.replace("'", "\\'").replace(' ', '\ ') |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | tests/utils/acceptance_utils.py:55 |
09-Nov-2024 19:37:18 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d' |
09-Nov-2024 19:37:18 | '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?')) |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | tests/utils/acceptance_utils.py:57 |
09-Nov-2024 19:37:18 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d' |
09-Nov-2024 19:37:18 | '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?')) |
09-Nov-2024 19:37:18 | |
09-Nov-2024 19:37:18 | -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
09-Nov-2024 19:37:18 | - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance/test-reports/results.xml - |
09-Nov-2024 19:37:18 | ================== 26 passed, 4 warnings in 884.15s (0:14:44) ================== |
09-Nov-2024 19:37:23 | release "dev" uninstalled |
09-Nov-2024 19:37:23 | persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted |
09-Nov-2024 19:37:23 | persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted |
09-Nov-2024 19:37:28 | No resources found |
09-Nov-2024 19:37:29 | Sidecar injection has been disabled |
09-Nov-2024 19:37:29 | Cleaning helm release "dev"... |
09-Nov-2024 19:37:29 | Deleted 1 helm deployments |
09-Nov-2024 19:37:29 | Deleted 0 k8s deployments |
09-Nov-2024 19:37:29 | Deleted 0 k8s services |
09-Nov-2024 19:37:29 | Deleted 0 persistent volumes |
09-Nov-2024 19:37:30 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
09-Nov-2024 19:37:30 | [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone |
09-Nov-2024 19:37:30 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
09-Nov-2024 19:37:30 | [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider |
09-Nov-2024 19:37:30 | [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli |
09-Nov-2024 19:37:30 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
09-Nov-2024 19:37:30 | [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient |
09-Nov-2024 19:37:30 | Finished task 'Run acceptance oneclient tests' with result: Success |
09-Nov-2024 19:37:30 | Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' |
09-Nov-2024 19:37:30 | Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP... |
09-Nov-2024 19:37:30 | Finished task 'Parse test results' with result: Success |
09-Nov-2024 19:37:30 | All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
09-Nov-2024 19:37:30 | Substituting variable: ${bamboo.artifactRepoHostname} with S3 |
09-Nov-2024 19:37:30 | Substituting variable: ${bamboo.artifactRepoPort} with 10161 |
09-Nov-2024 19:37:30 | Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu |
09-Nov-2024 19:37:30 | Substituting variable: ${bamboo.planRepository.branchName} with develop |
09-Nov-2024 19:37:30 | Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance |
09-Nov-2024 19:37:30 | Substituting variable: ${bamboo.artifactRepoHostname} with S3 |
09-Nov-2024 19:37:30 | Substituting variable: ${bamboo.artifactRepoPort} with 10161 |
09-Nov-2024 19:37:30 | Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu |
09-Nov-2024 19:37:30 | Substituting variable: ${bamboo.planRepository.branchName} with develop |
09-Nov-2024 19:37:30 | Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance |
09-Nov-2024 19:37:30 | Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
09-Nov-2024 19:37:30 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio #3361 (ODSRV-OAP-MPRFCP-3361)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCP-3361-ScriptBuildTask-9716272690707086017.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance |
09-Nov-2024 19:37:30 | ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_multiprovider_proxy_regular_file_CRUD_proxyio.tar.gz |
09-Nov-2024 19:37:30 | Uploading artifact |
09-Nov-2024 19:37:30 | source path: surefire_multiprovider_proxy_regular_file_CRUD_proxyio.tar.gz |
09-Nov-2024 19:37:30 | dest. path: artifacts/onedata-acceptance/develop/surefire_multiprovider_proxy_regular_file_CRUD_proxyio.tar.gz |
09-Nov-2024 19:37:31 | Finished task 'Pack and push surefire artifact' with result: Success |
09-Nov-2024 19:37:31 | All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
09-Nov-2024 19:37:31 | Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
09-Nov-2024 19:37:31 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio #3361 (ODSRV-OAP-MPRFCP-3361)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCP-3361-ScriptBuildTask-8836067149123693192.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP |
09-Nov-2024 19:37:31 | cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory |
09-Nov-2024 19:37:31 | Finished task 'Pack logs' with result: Success |
09-Nov-2024 19:37:31 | All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
09-Nov-2024 19:37:31 | Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh |
09-Nov-2024 19:37:31 | Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
09-Nov-2024 19:37:31 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio #3361 (ODSRV-OAP-MPRFCP-3361)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCP-3361-ScriptBuildTask-4535609818066450071.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP/onedata-acceptance |
09-Nov-2024 19:37:31 | % Total % Received % Xferd Average Speed Time Time Time Current |
09-Nov-2024 19:37:31 | Dload Upload Total Spent Left Speed |
09-Nov-2024 19:37:31 | |
09-Nov-2024 19:37:31 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
09-Nov-2024 19:37:31 | 100 4822 100 4822 0 0 56069 0 --:--:-- --:--:-- --:--:-- 56069 |
09-Nov-2024 19:37:31 | Clearing /tmp/onedata and /home/bamboo/.one-env |
09-Nov-2024 19:37:33 | Cleaning helm deployments |
09-Nov-2024 19:37:33 | Cleanining pods |
09-Nov-2024 19:37:33 | Cleaning kube persistant volumes |
09-Nov-2024 19:37:33 | Cleaning dockswift container |
09-Nov-2024 19:37:33 | Cleaning docker containers |
09-Nov-2024 19:37:36 | Stalled docker containers to remove: |
09-Nov-2024 19:37:36 | 53e9d06c96c0 f4eec1f905f2 bf31cb3372a2 aae7113a8361 286e37c83d36 4e51c951e096 7f53e5b884c3 4d88d843563b 2ea00cab9ebe f546aa1d97e4 57ef0e52fdb0 e4cfb25f66f2 a64c6af70b48 f9751ed5faf1 2ed985c27f97 045f0070c2da 68a06f377e90 e6a5acf9455e e2444aced584 83332d206024 |
09-Nov-2024 19:37:36 | Removing stalled docker containers |
09-Nov-2024 19:37:36 | Error response from daemon: Cannot kill container: 53e9d06c96c0: Container 53e9d06c96c0d3eb2f047793e1d65f978a9b802e6c68ea94c18c70f196ee4854 is not running |
09-Nov-2024 19:37:36 | 53e9d06c96c0 |
09-Nov-2024 19:37:36 | Error response from daemon: Cannot kill container: f4eec1f905f2: Container f4eec1f905f21e5b56cd7cd2a5136528939b3c7458839ac67f29d24c9383f836 is not running |
09-Nov-2024 19:37:36 | f4eec1f905f2 |
09-Nov-2024 19:37:36 | Error response from daemon: Cannot kill container: bf31cb3372a2: Container bf31cb3372a2035991ff924d8f54f7f1aec2216e2e4afe9f5274c8767fe59979 is not running |
09-Nov-2024 19:37:37 | bf31cb3372a2 |
09-Nov-2024 19:37:37 | Error response from daemon: Cannot kill container: aae7113a8361: Container aae7113a83611b139a2e70dc265356226e6723278faa9a393aec231a82bdaa06 is not running |
09-Nov-2024 19:37:37 | aae7113a8361 |
09-Nov-2024 19:37:37 | Error response from daemon: Cannot kill container: 286e37c83d36: Container 286e37c83d36cff61b8d41e39399b849202821dc6bd19b63e86ceca475b685d2 is not running |
09-Nov-2024 19:37:37 | 286e37c83d36 |
09-Nov-2024 19:37:37 | Error response from daemon: Cannot kill container: 4e51c951e096: Container 4e51c951e096f98335697bd0bff08131e75246535e398a1111c9a7480c252c3b is not running |
09-Nov-2024 19:37:37 | 4e51c951e096 |
09-Nov-2024 19:37:37 | Error response from daemon: Cannot kill container: 7f53e5b884c3: Container 7f53e5b884c3546490e6655b0f57fc72b8a52915326367c4be89756f2250fd95 is not running |
09-Nov-2024 19:37:37 | 7f53e5b884c3 |
09-Nov-2024 19:37:37 | Error response from daemon: Cannot kill container: 4d88d843563b: Container 4d88d843563b5a55c565d69f51812cd5677027bf94560791e585058c66bcc036 is not running |
09-Nov-2024 19:37:37 | 4d88d843563b |
09-Nov-2024 19:37:37 | Error response from daemon: Cannot kill container: 2ea00cab9ebe: Container 2ea00cab9ebe5c161ef90e63176a9f0b813db4f2dae3adb45111a624628cf6ef is not running |
09-Nov-2024 19:37:37 | 2ea00cab9ebe |
09-Nov-2024 19:37:37 | Error response from daemon: Cannot kill container: f546aa1d97e4: Container f546aa1d97e484a1e61153a9d8f6e545a4afc18c5093211a03944f90adf7ccad is not running |
09-Nov-2024 19:37:38 | f546aa1d97e4 |
09-Nov-2024 19:37:38 | Error response from daemon: Cannot kill container: 57ef0e52fdb0: Container 57ef0e52fdb0f4a7f85e3d63a52077853522918eba06af93a0232baa8a0075ca is not running |
09-Nov-2024 19:37:38 | 57ef0e52fdb0 |
09-Nov-2024 19:37:38 | Error response from daemon: Cannot kill container: e4cfb25f66f2: Container e4cfb25f66f29611d57b2db3cb744e2e0120447cde38ad2daba4e3cc1b1b0306 is not running |
09-Nov-2024 19:37:38 | e4cfb25f66f2 |
09-Nov-2024 19:37:38 | Error response from daemon: Cannot kill container: a64c6af70b48: Container a64c6af70b48b36c8d32775bb9971f3b72bce447bce1c08da2d858fdc33d4494 is not running |
09-Nov-2024 19:37:38 | a64c6af70b48 |
09-Nov-2024 19:37:38 | Error response from daemon: Cannot kill container: f9751ed5faf1: Container f9751ed5faf1ee41e08b15c8b0ae8364c1dabd2fd43156ad50d30ea085e55b89 is not running |
09-Nov-2024 19:37:38 | f9751ed5faf1 |
09-Nov-2024 19:37:38 | Error response from daemon: Cannot kill container: 2ed985c27f97: Container 2ed985c27f97386b4210e76ca9e469c0ce540749c4521717022e6cfe7618342c is not running |
09-Nov-2024 19:37:38 | 2ed985c27f97 |
09-Nov-2024 19:37:38 | Error response from daemon: Cannot kill container: 045f0070c2da: Container 045f0070c2dafe93c32308aa61663267613b7db1414e4fac31f80d150653e212 is not running |
09-Nov-2024 19:37:38 | 045f0070c2da |
09-Nov-2024 19:37:38 | Error response from daemon: Cannot kill container: 68a06f377e90: Container 68a06f377e9001a8e46dce195f71026eb0b8222e8272c336094b222aa933aab4 is not running |
09-Nov-2024 19:37:38 | 68a06f377e90 |
09-Nov-2024 19:37:38 | Error response from daemon: Cannot kill container: e6a5acf9455e: Container e6a5acf9455e94029747c5a4ee174b7a8b5607d403f4e57e769eaf9fc337232b is not running |
09-Nov-2024 19:37:38 | e6a5acf9455e |
09-Nov-2024 19:37:38 | Error response from daemon: Cannot kill container: e2444aced584: Container e2444aced5848303946ed0ee0f011d42530019d12de91dfefdd50355605e57c4 is not running |
09-Nov-2024 19:37:38 | e2444aced584 |
09-Nov-2024 19:37:38 | 83332d206024 |
09-Nov-2024 19:37:38 | 83332d206024 |
09-Nov-2024 19:37:39 | Stalled docker volumes to remove: |
09-Nov-2024 19:37:39 | |
09-Nov-2024 19:37:39 | Removing stalled docker volumes |
09-Nov-2024 19:37:39 | Removing stalled loopdevices |
09-Nov-2024 19:37:39 | Done |
09-Nov-2024 19:37:39 | Finished task 'Clear env and working dir' with result: Success |
09-Nov-2024 19:37:39 | Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2 |
09-Nov-2024 19:37:39 | Running post build plugin 'Docker Container Cleanup' |
09-Nov-2024 19:37:39 | Running post build plugin 'NCover Results Collector' |
09-Nov-2024 19:37:39 | Running post build plugin 'Build Results Label Collector' |
09-Nov-2024 19:37:39 | Running post build plugin 'Clover Results Collector' |
09-Nov-2024 19:37:39 | Running post build plugin 'npm Cache Cleanup' |
09-Nov-2024 19:37:39 | Running post build plugin 'Artifact Copier' |
09-Nov-2024 19:37:39 | Publishing an artifact: test_logs.tar.gz |
09-Nov-2024 19:37:40 | Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 119.1 ms |
09-Nov-2024 19:37:40 | Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCP' |
09-Nov-2024 19:37:40 | Finalising the build... |
09-Nov-2024 19:37:40 | Stopping timer. |
09-Nov-2024 19:37:40 | Build ODSRV-OAP-MPRFCP-3361 completed. |
09-Nov-2024 19:37:40 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
09-Nov-2024 19:37:40 | Running on server: post build plugin 'NCover Results Collector' |
09-Nov-2024 19:37:40 | Running on server: post build plugin 'Build Labeller' |
09-Nov-2024 19:37:40 | Running on server: post build plugin 'Clover Delta Calculator' |
09-Nov-2024 19:37:40 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
09-Nov-2024 19:37:40 | All post build plugins have finished |
09-Nov-2024 19:37:40 | Generating build results summary... |
09-Nov-2024 19:37:40 | Saving build results to disk... |
09-Nov-2024 19:37:40 | Store variable context... |
09-Nov-2024 19:37:40 | Finished building ODSRV-OAP-MPRFCP-3361. |