oneclient acceptance tests using environment deployed from packages
Build: #3364 was successful
Job: multiprovider proxy regular file CRUD proxyio hardlinks was successful
Build log
The build generated 2,550 lines of output. The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.
15-Nov-2024 20:07:35 | |
15-Nov-2024 20:07:35 | |
15-Nov-2024 20:08:01 | 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 |
15-Nov-2024 20:08:01 | ================================================================= |
15-Nov-2024 20:08:01 | - Executing scenario 'Delete file opened by other user for reading' |
15-Nov-2024 20:08:01 | - from feature 'Multi_regular_file_CRUD' |
15-Nov-2024 20:08:01 | ----------------------------------------------------------------- |
15-Nov-2024 20:08:01 | -- Executing step: 'Given "oneclients [client11, client21] |
15-Nov-2024 20:08:01 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
15-Nov-2024 20:08:01 | using [token, token] by [user1, user2]"' |
15-Nov-2024 20:08:01 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
15-Nov-2024 20:08:01 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
15-Nov-2024 20:08:01 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
15-Nov-2024 20:08:01 | |
15-Nov-2024 20:08:01 | |
15-Nov-2024 20:08:01 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-7ggzc' |
15-Nov-2024 20:08:01 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-7ggzc' successfully started |
15-Nov-2024 20:08:01 | |
15-Nov-2024 20:08:01 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/z0l64es3xzg61y94 |
15-Nov-2024 20:08:01 | |
15-Nov-2024 20:08:01 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/z0l64es3xzg61y94 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/z0l64es3xzg61y94 |
15-Nov-2024 20:08:01 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '13584726790078915354'... |
15-Nov-2024 20:08:01 | Getting configuration... |
15-Nov-2024 20:08:01 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/z0l64es3xzg61y94'. |
15-Nov-2024 20:08:01 | |
15-Nov-2024 20:08:01 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
15-Nov-2024 20:08:01 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
15-Nov-2024 20:08:01 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
15-Nov-2024 20:08:01 | |
15-Nov-2024 20:08:01 | |
15-Nov-2024 20:08:01 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-wdtxm' |
15-Nov-2024 20:08:01 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-wdtxm' successfully started |
15-Nov-2024 20:08:01 | |
15-Nov-2024 20:08:01 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/56k4ggur2xthwnib |
15-Nov-2024 20:08:01 | |
15-Nov-2024 20:08:01 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/56k4ggur2xthwnib --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/56k4ggur2xthwnib |
15-Nov-2024 20:08:01 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '16966139930486185227'... |
15-Nov-2024 20:08:01 | Getting configuration... |
15-Nov-2024 20:08:01 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/56k4ggur2xthwnib'. |
15-Nov-2024 20:08:01 | |
15-Nov-2024 20:08:01 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
15-Nov-2024 20:08:01 | -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"' |
15-Nov-2024 20:08:01 | -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"' |
15-Nov-2024 20:08:01 | -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"' |
15-Nov-2024 20:08:01 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"' |
15-Nov-2024 20:08:01 | -- Executing step: 'When "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"' |
15-Nov-2024 20:08:01 | -- Executing step: 'When "user1 changes space1/dir1 mode to 777 on client11"' |
15-Nov-2024 20:08:01 | -- Executing step: 'Then "mode of user2's space1/dir1 is 777 on client21"' |
15-Nov-2024 20:08:01 | -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r on client11"' |
15-Nov-2024 20:08:01 | -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"' |
15-Nov-2024 20:08:01 | -- Executing step: 'Then "user2 can't stat [file1] in space1/dir1 on client21"' |
15-Nov-2024 20:08:01 | -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"' |
15-Nov-2024 20:08:01 | -- Executing step: 'Then "user2 doesn't see [file1] in space1/dir1 on client21"' |
15-Nov-2024 20:08:01 | -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"' |
15-Nov-2024 20:08:01 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"' |
15-Nov-2024 20:08:01 | -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"' |
15-Nov-2024 20:08:01 | ================================================================= |
15-Nov-2024 20:08:01 | |
15-Nov-2024 20:08:02 | PASSED |
15-Nov-2024 20:08:02 | Unmounting client from /tmp/onedata/mnt/z0l64es3xzg61y94 |
15-Nov-2024 20:08:02 | |
15-Nov-2024 20:08:02 | |
15-Nov-2024 20:08:02 | Unmounting client from /tmp/onedata/mnt/56k4ggur2xthwnib |
15-Nov-2024 20:08:02 | |
15-Nov-2024 20:08:02 | |
15-Nov-2024 20:08:26 | 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 |
15-Nov-2024 20:08:26 | ================================================================= |
15-Nov-2024 20:08:26 | - Executing scenario 'Delete file opened by other user for reading and writing' |
15-Nov-2024 20:08:26 | - from feature 'Multi_regular_file_CRUD' |
15-Nov-2024 20:08:26 | ----------------------------------------------------------------- |
15-Nov-2024 20:08:26 | -- Executing step: 'Given "oneclients [client11, client21] |
15-Nov-2024 20:08:26 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
15-Nov-2024 20:08:26 | using [token, token] by [user1, user2]"' |
15-Nov-2024 20:08:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
15-Nov-2024 20:08:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
15-Nov-2024 20:08:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:26 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-7ggzc' |
15-Nov-2024 20:08:26 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-7ggzc' successfully started |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:26 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/yq3y351imfqyp3sd |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:26 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/yq3y351imfqyp3sd --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/yq3y351imfqyp3sd |
15-Nov-2024 20:08:26 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '17510937954630827029'... |
15-Nov-2024 20:08:26 | Getting configuration... |
15-Nov-2024 20:08:26 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/yq3y351imfqyp3sd'. |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
15-Nov-2024 20:08:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
15-Nov-2024 20:08:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:26 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-wdtxm' |
15-Nov-2024 20:08:26 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-wdtxm' successfully started |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:26 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/fatxkdewc99b3h02 |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:26 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/fatxkdewc99b3h02 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/fatxkdewc99b3h02 |
15-Nov-2024 20:08:26 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '12251771493574799440'... |
15-Nov-2024 20:08:26 | Getting configuration... |
15-Nov-2024 20:08:26 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/fatxkdewc99b3h02'. |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:26 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
15-Nov-2024 20:08:26 | -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"' |
15-Nov-2024 20:08:26 | -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"' |
15-Nov-2024 20:08:26 | -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"' |
15-Nov-2024 20:08:26 | -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"' |
15-Nov-2024 20:08:26 | -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"' |
15-Nov-2024 20:08:26 | -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"' |
15-Nov-2024 20:08:26 | -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to previously opened space1/dir1/file1 on client11"' |
15-Nov-2024 20:08:26 | -- Executing step: 'Then "user1 sets current file position in space1/dir1/file1 at offset 0 on client11"' |
15-Nov-2024 20:08:26 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"' |
15-Nov-2024 20:08:26 | -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"' |
15-Nov-2024 20:08:26 | -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"' |
15-Nov-2024 20:08:26 | -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"' |
15-Nov-2024 20:08:26 | ================================================================= |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:26 | PASSED |
15-Nov-2024 20:08:26 | Unmounting client from /tmp/onedata/mnt/yq3y351imfqyp3sd |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:26 | Unmounting client from /tmp/onedata/mnt/fatxkdewc99b3h02 |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:26 | |
15-Nov-2024 20:08:52 | 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 |
15-Nov-2024 20:08:52 | ================================================================= |
15-Nov-2024 20:08:52 | - Executing scenario 'Fail to delete file without permission, file is opened by other user' |
15-Nov-2024 20:08:52 | - from feature 'Multi_regular_file_CRUD' |
15-Nov-2024 20:08:52 | ----------------------------------------------------------------- |
15-Nov-2024 20:08:52 | -- Executing step: 'Given "oneclients [client11, client21] |
15-Nov-2024 20:08:52 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
15-Nov-2024 20:08:52 | using [token, token] by [user1, user2]"' |
15-Nov-2024 20:08:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
15-Nov-2024 20:08:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
15-Nov-2024 20:08:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:08:52 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-7ggzc' |
15-Nov-2024 20:08:52 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-7ggzc' successfully started |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:08:52 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/x4fppl0dqx4bgoiw |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:08:52 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/x4fppl0dqx4bgoiw --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/x4fppl0dqx4bgoiw |
15-Nov-2024 20:08:52 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '18198129604121117185'... |
15-Nov-2024 20:08:52 | Getting configuration... |
15-Nov-2024 20:08:52 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/x4fppl0dqx4bgoiw'. |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:08:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
15-Nov-2024 20:08:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
15-Nov-2024 20:08:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:08:52 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-wdtxm' |
15-Nov-2024 20:08:52 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-wdtxm' successfully started |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:08:52 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/npbshuvddfxzkwtn |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:08:52 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/npbshuvddfxzkwtn --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/npbshuvddfxzkwtn |
15-Nov-2024 20:08:52 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '14851004353603769029'... |
15-Nov-2024 20:08:52 | Getting configuration... |
15-Nov-2024 20:08:52 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/npbshuvddfxzkwtn'. |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:08:52 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
15-Nov-2024 20:08:52 | -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"' |
15-Nov-2024 20:08:52 | -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"' |
15-Nov-2024 20:08:52 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
15-Nov-2024 20:08:52 | -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"' |
15-Nov-2024 20:08:52 | -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"' |
15-Nov-2024 20:08:52 | -- Executing step: 'Then "mode of user2's space1/dir1 is 755 on client21"' |
15-Nov-2024 20:08:52 | -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"' |
15-Nov-2024 20:08:52 | -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"' |
15-Nov-2024 20:08:52 | -- Executing step: 'Then "user2 fails to delete files [space1/dir1/file1] on client21"' |
15-Nov-2024 20:08:52 | -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"' |
15-Nov-2024 20:08:52 | -- Executing step: 'Then "user1 can stat [file1] in space1/dir1 on client11"' |
15-Nov-2024 20:08:52 | -- Executing step: 'Then "user2 can stat [file1] in space1/dir1 on client21"' |
15-Nov-2024 20:08:52 | -- Executing step: 'Then "user1 sees [file1] in space1/dir1 on client11"' |
15-Nov-2024 20:08:52 | -- Executing step: 'Then "user2 sees [file1] in space1/dir1 on client21"' |
15-Nov-2024 20:08:52 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"' |
15-Nov-2024 20:08:52 | -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client21"' |
15-Nov-2024 20:08:52 | ================================================================= |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:08:52 | PASSED |
15-Nov-2024 20:08:52 | Unmounting client from /tmp/onedata/mnt/x4fppl0dqx4bgoiw |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:08:52 | Unmounting client from /tmp/onedata/mnt/npbshuvddfxzkwtn |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:08:52 | |
15-Nov-2024 20:09:15 | 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 |
15-Nov-2024 20:09:15 | ================================================================= |
15-Nov-2024 20:09:15 | - Executing scenario 'Delete file right after closing it' |
15-Nov-2024 20:09:15 | - from feature 'Multi_regular_file_CRUD' |
15-Nov-2024 20:09:15 | ----------------------------------------------------------------- |
15-Nov-2024 20:09:15 | -- Executing step: 'Given "oneclients [client11, client21] |
15-Nov-2024 20:09:15 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
15-Nov-2024 20:09:15 | using [token, token] by [user1, user2]"' |
15-Nov-2024 20:09:15 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
15-Nov-2024 20:09:15 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
15-Nov-2024 20:09:15 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:15 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-7ggzc' |
15-Nov-2024 20:09:15 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-7ggzc' successfully started |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:15 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/in5a998308sldjq3 |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:15 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/in5a998308sldjq3 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/in5a998308sldjq3 |
15-Nov-2024 20:09:15 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '3556177730165810039'... |
15-Nov-2024 20:09:15 | Getting configuration... |
15-Nov-2024 20:09:15 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/in5a998308sldjq3'. |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:15 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
15-Nov-2024 20:09:15 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
15-Nov-2024 20:09:15 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:15 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-wdtxm' |
15-Nov-2024 20:09:15 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-wdtxm' successfully started |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:15 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/sauyohdkmqai2u4g |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:15 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/sauyohdkmqai2u4g --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/sauyohdkmqai2u4g |
15-Nov-2024 20:09:15 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '3107323240165642051'... |
15-Nov-2024 20:09:15 | Getting configuration... |
15-Nov-2024 20:09:15 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/sauyohdkmqai2u4g'. |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:15 | -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"' |
15-Nov-2024 20:09:15 | -- Executing step: 'When "user1 sees [file1] in space1 on client11"' |
15-Nov-2024 20:09:15 | -- Executing step: 'When "user2 sees [file1] in space1 on client21"' |
15-Nov-2024 20:09:15 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"' |
15-Nov-2024 20:09:15 | -- Executing step: 'When "user1 opens space1/file1 with mode r+ on client11"' |
15-Nov-2024 20:09:15 | -- Executing step: 'When "user1 closes space1/file1 on client11"' |
15-Nov-2024 20:09:15 | -- Executing step: 'When "user1 deletes files [space1/file1] on client11"' |
15-Nov-2024 20:09:15 | -- Executing step: 'When "space1 is empty for user1 on client11"' |
15-Nov-2024 20:09:15 | ================================================================= |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:15 | PASSED |
15-Nov-2024 20:09:15 | Unmounting client from /tmp/onedata/mnt/in5a998308sldjq3 |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:15 | Unmounting client from /tmp/onedata/mnt/sauyohdkmqai2u4g |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:15 | |
15-Nov-2024 20:09:44 | 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 |
15-Nov-2024 20:09:44 | ================================================================= |
15-Nov-2024 20:09:44 | - Executing scenario 'Create many children' |
15-Nov-2024 20:09:44 | - from feature 'Multi_regular_file_CRUD' |
15-Nov-2024 20:09:44 | ----------------------------------------------------------------- |
15-Nov-2024 20:09:44 | -- Executing step: 'Given "oneclients [client11, client21] |
15-Nov-2024 20:09:44 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
15-Nov-2024 20:09:44 | using [token, token] by [user1, user2]"' |
15-Nov-2024 20:09:44 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
15-Nov-2024 20:09:44 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
15-Nov-2024 20:09:44 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
15-Nov-2024 20:09:44 | |
15-Nov-2024 20:09:44 | |
15-Nov-2024 20:09:44 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-7ggzc' |
15-Nov-2024 20:09:44 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-7ggzc' successfully started |
15-Nov-2024 20:09:44 | |
15-Nov-2024 20:09:44 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/03oprca4kv6r2d17 |
15-Nov-2024 20:09:44 | |
15-Nov-2024 20:09:44 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/03oprca4kv6r2d17 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/03oprca4kv6r2d17 |
15-Nov-2024 20:09:44 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '11707185356857370595'... |
15-Nov-2024 20:09:44 | Getting configuration... |
15-Nov-2024 20:09:44 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/03oprca4kv6r2d17'. |
15-Nov-2024 20:09:44 | |
15-Nov-2024 20:09:44 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
15-Nov-2024 20:09:44 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
15-Nov-2024 20:09:44 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
15-Nov-2024 20:09:44 | |
15-Nov-2024 20:09:44 | |
15-Nov-2024 20:09:44 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-wdtxm' |
15-Nov-2024 20:09:44 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-wdtxm' successfully started |
15-Nov-2024 20:09:44 | |
15-Nov-2024 20:09:44 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/o53y6lipusnwx9qh |
15-Nov-2024 20:09:44 | |
15-Nov-2024 20:09:44 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/o53y6lipusnwx9qh --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/o53y6lipusnwx9qh |
15-Nov-2024 20:09:44 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '11597777561811866073'... |
15-Nov-2024 20:09:44 | Getting configuration... |
15-Nov-2024 20:09:44 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/o53y6lipusnwx9qh'. |
15-Nov-2024 20:09:44 | |
15-Nov-2024 20:09:44 | -- Executing step: 'When "user1 creates child files of space1 with names in range [1, 127) on client11"' |
15-Nov-2024 20:09:44 | -- Executing step: 'Then "user2 lists children of space1 and gets names in range [1, 127) on client21"' |
15-Nov-2024 20:09:44 | ================================================================= |
15-Nov-2024 20:09:44 | |
15-Nov-2024 20:09:50 | PASSED |
15-Nov-2024 20:09:50 | Unmounting client from /tmp/onedata/mnt/03oprca4kv6r2d17 |
15-Nov-2024 20:09:50 | |
15-Nov-2024 20:09:50 | |
15-Nov-2024 20:09:50 | Unmounting client from /tmp/onedata/mnt/o53y6lipusnwx9qh |
15-Nov-2024 20:09:50 | |
15-Nov-2024 20:09:50 | |
15-Nov-2024 20:10:14 | 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 |
15-Nov-2024 20:10:14 | ================================================================= |
15-Nov-2024 20:10:14 | - Executing scenario 'Create nonempty file then copy it and remove source file' |
15-Nov-2024 20:10:14 | - from feature 'Multi_regular_file_CRUD' |
15-Nov-2024 20:10:14 | ----------------------------------------------------------------- |
15-Nov-2024 20:10:14 | -- Executing step: 'Given "oneclients [client11, client21] |
15-Nov-2024 20:10:14 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
15-Nov-2024 20:10:14 | using [token, token] by [user1, user2]"' |
15-Nov-2024 20:10:14 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
15-Nov-2024 20:10:14 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
15-Nov-2024 20:10:14 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
15-Nov-2024 20:10:14 | |
15-Nov-2024 20:10:14 | |
15-Nov-2024 20:10:14 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-7ggzc' |
15-Nov-2024 20:10:14 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-7ggzc' successfully started |
15-Nov-2024 20:10:14 | |
15-Nov-2024 20:10:14 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/q4j8a5n65oe4jv04 |
15-Nov-2024 20:10:14 | |
15-Nov-2024 20:10:14 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/q4j8a5n65oe4jv04 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/q4j8a5n65oe4jv04 |
15-Nov-2024 20:10:14 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '4849504964583247060'... |
15-Nov-2024 20:10:14 | Getting configuration... |
15-Nov-2024 20:10:14 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/q4j8a5n65oe4jv04'. |
15-Nov-2024 20:10:14 | |
15-Nov-2024 20:10:14 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
15-Nov-2024 20:10:14 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
15-Nov-2024 20:10:14 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
15-Nov-2024 20:10:14 | |
15-Nov-2024 20:10:14 | |
15-Nov-2024 20:10:14 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-wdtxm' |
15-Nov-2024 20:10:14 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-wdtxm' successfully started |
15-Nov-2024 20:10:14 | |
15-Nov-2024 20:10:14 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/t7rsyf7i6koyrosn |
15-Nov-2024 20:10:14 | |
15-Nov-2024 20:10:14 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/t7rsyf7i6koyrosn --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/t7rsyf7i6koyrosn |
15-Nov-2024 20:10:14 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '8290399100091224562'... |
15-Nov-2024 20:10:14 | Getting configuration... |
15-Nov-2024 20:10:14 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/t7rsyf7i6koyrosn'. |
15-Nov-2024 20:10:14 | |
15-Nov-2024 20:10:14 | -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"' |
15-Nov-2024 20:10:14 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"' |
15-Nov-2024 20:10:14 | -- Executing step: 'When "user1 copies regular file space1/file1 to space1/file1_copy on client11"' |
15-Nov-2024 20:10:14 | -- Executing step: 'When "user1 deletes files [space1/file1] on client11"' |
15-Nov-2024 20:10:14 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client11"' |
15-Nov-2024 20:10:14 | -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client21"' |
15-Nov-2024 20:10:14 | ================================================================= |
15-Nov-2024 20:10:14 | |
15-Nov-2024 20:10:15 | PASSED |
15-Nov-2024 20:10:15 | Unmounting client from /tmp/onedata/mnt/q4j8a5n65oe4jv04 |
15-Nov-2024 20:10:15 | |
15-Nov-2024 20:10:15 | |
15-Nov-2024 20:10:15 | Unmounting client from /tmp/onedata/mnt/t7rsyf7i6koyrosn |
15-Nov-2024 20:10:15 | |
15-Nov-2024 20:10:15 | |
15-Nov-2024 20:10:38 | 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 |
15-Nov-2024 20:10:38 | ================================================================= |
15-Nov-2024 20:10:38 | - Executing scenario 'Create nonempty file then move it to another space' |
15-Nov-2024 20:10:38 | - from feature 'Multi_regular_file_CRUD' |
15-Nov-2024 20:10:38 | ----------------------------------------------------------------- |
15-Nov-2024 20:10:38 | -- Executing step: 'Given "oneclients [client11, client21] |
15-Nov-2024 20:10:38 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
15-Nov-2024 20:10:38 | using [token, token] by [user1, user2]"' |
15-Nov-2024 20:10:38 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
15-Nov-2024 20:10:38 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
15-Nov-2024 20:10:38 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-7ggzc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
15-Nov-2024 20:10:38 | |
15-Nov-2024 20:10:38 | |
15-Nov-2024 20:10:38 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-7ggzc' |
15-Nov-2024 20:10:38 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-7ggzc' successfully started |
15-Nov-2024 20:10:38 | |
15-Nov-2024 20:10:38 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/o2g29fh6w2fhsqul |
15-Nov-2024 20:10:38 | |
15-Nov-2024 20:10:38 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/o2g29fh6w2fhsqul --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/o2g29fh6w2fhsqul |
15-Nov-2024 20:10:38 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '8565563626739587625'... |
15-Nov-2024 20:10:38 | Getting configuration... |
15-Nov-2024 20:10:38 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/o2g29fh6w2fhsqul'. |
15-Nov-2024 20:10:38 | |
15-Nov-2024 20:10:38 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
15-Nov-2024 20:10:38 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
15-Nov-2024 20:10:38 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-wdtxm', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
15-Nov-2024 20:10:38 | |
15-Nov-2024 20:10:38 | |
15-Nov-2024 20:10:38 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-wdtxm' |
15-Nov-2024 20:10:38 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-wdtxm' successfully started |
15-Nov-2024 20:10:38 | |
15-Nov-2024 20:10:38 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/6hpuyau07xlncwbh |
15-Nov-2024 20:10:38 | |
15-Nov-2024 20:10:38 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/6hpuyau07xlncwbh --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/6hpuyau07xlncwbh |
15-Nov-2024 20:10:38 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '2859993242137989733'... |
15-Nov-2024 20:10:38 | Getting configuration... |
15-Nov-2024 20:10:38 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/6hpuyau07xlncwbh'. |
15-Nov-2024 20:10:38 | |
15-Nov-2024 20:10:38 | -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"' |
15-Nov-2024 20:10:38 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"' |
15-Nov-2024 20:10:38 | -- Executing step: 'When "user2 reads "TEST TEXT ONEDATA" from file space1/file1 on client21"' |
15-Nov-2024 20:10:38 | -- Executing step: 'When "user1 renames space1/file1 to space2/file1_moved on client11"' |
15-Nov-2024 20:10:38 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client11"' |
15-Nov-2024 20:10:38 | -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client21"' |
15-Nov-2024 20:10:38 | ================================================================= |
15-Nov-2024 20:10:38 | |
15-Nov-2024 20:10:49 | Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init) |
15-Nov-2024 20:10:49 | PASSED |
15-Nov-2024 20:10:49 | Unmounting client from /tmp/onedata/mnt/o2g29fh6w2fhsqul |
15-Nov-2024 20:10:49 | Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init) |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | Unmounting client from /tmp/onedata/mnt/6hpuyau07xlncwbh |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/tests/oneclient/logs/multiprovider_proxy/test_multi_reg_file_CRUD.1731701438.6394641', '-c', '/tmp/logs'] |
15-Nov-2024 20:10:49 | [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-ztdsf. See /home/bamboo/.one-env/deployments/2024.11.15-19.56.29/pod-logs/dev-cross-support-job-3p-users-ztdsf/entrypoint.log for more details |
15-Nov-2024 20:10:49 | [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-7ggzc: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.15-19.56.29/pod-logs/dev-oneclient-krakow-7d9476b8bc-7ggzc/oneclient_logs |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=187/219) |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 |
15-Nov-2024 20:10:49 | 813,452 6% 29.84MB/s 0:00:00 (xfr#1, to-chk=186/219) |
15-Nov-2024 20:10:49 | 813,452 6% 29.84MB/s 0:00:00 (xfr#1, to-chk=180/219) |
15-Nov-2024 20:10:49 | 814,106 6% 28.76MB/s 0:00:00 (xfr#2, to-chk=182/219) |
15-Nov-2024 20:10:49 | 4,737,380 36% 37.97MB/s 0:00:00 (xfr#3, to-chk=181/219) |
15-Nov-2024 20:10:49 | 4,738,034 36% 37.97MB/s 0:00:00 (xfr#4, to-chk=180/219) |
15-Nov-2024 20:10:49 | 4,796,141 37% 37.80MB/s 0:00:00 (xfr#5, to-chk=179/219) |
15-Nov-2024 20:10:49 | 4,796,891 37% 37.81MB/s 0:00:00 (xfr#6, to-chk=175/219) |
15-Nov-2024 20:10:49 | 5,026,607 39% 35.25MB/s 0:00:00 (xfr#7, to-chk=174/219) |
15-Nov-2024 20:10:49 | 5,027,357 39% 35.25MB/s 0:00:00 (xfr#8, to-chk=173/219) |
15-Nov-2024 20:10:49 | 5,027,985 39% 35.00MB/s 0:00:00 (xfr#9, to-chk=172/219) |
15-Nov-2024 20:10:49 | 5,071,512 39% 35.05MB/s 0:00:00 (xfr#10, to-chk=171/219) |
15-Nov-2024 20:10:49 | 5,071,782 39% 35.05MB/s 0:00:00 (xfr#11, to-chk=167/219) |
15-Nov-2024 20:10:49 | 5,216,314 40% 35.79MB/s 0:00:00 (xfr#12, to-chk=166/219) |
15-Nov-2024 20:10:49 | 5,216,584 40% 35.79MB/s 0:00:00 (xfr#13, to-chk=165/219) |
15-Nov-2024 20:10:49 | 5,249,576 40% 35.51MB/s 0:00:00 (xfr#14, to-chk=164/219) |
15-Nov-2024 20:10:49 | 5,250,134 40% 35.26MB/s 0:00:00 (xfr#15, to-chk=160/219) |
15-Nov-2024 20:10:49 | 5,378,902 41% 35.62MB/s 0:00:00 (xfr#16, to-chk=159/219) |
15-Nov-2024 20:10:49 | 5,379,460 41% 35.63MB/s 0:00:00 (xfr#17, to-chk=158/219) |
15-Nov-2024 20:10:49 | 5,380,088 41% 35.63MB/s 0:00:00 (xfr#18, to-chk=157/219) |
15-Nov-2024 20:10:49 | 5,418,631 42% 35.64MB/s 0:00:00 (xfr#19, to-chk=156/219) |
15-Nov-2024 20:10:49 | 5,419,189 42% 35.40MB/s 0:00:00 (xfr#20, to-chk=152/219) |
15-Nov-2024 20:10:49 | 5,585,439 43% 34.81MB/s 0:00:00 (xfr#21, to-chk=151/219) |
15-Nov-2024 20:10:49 | 5,585,997 43% 34.82MB/s 0:00:00 (xfr#22, to-chk=150/219) |
15-Nov-2024 20:10:49 | 5,631,419 43% 34.21MB/s 0:00:00 (xfr#23, to-chk=149/219) |
15-Nov-2024 20:10:49 | 5,631,881 43% 34.21MB/s 0:00:00 (xfr#24, to-chk=145/219) |
15-Nov-2024 20:10:49 | 5,787,868 44% 34.72MB/s 0:00:00 (xfr#25, to-chk=144/219) |
15-Nov-2024 20:10:49 | 5,788,330 44% 34.50MB/s 0:00:00 (xfr#26, to-chk=143/219) |
15-Nov-2024 20:10:49 | 5,788,958 44% 34.50MB/s 0:00:00 (xfr#27, to-chk=142/219) |
15-Nov-2024 20:10:49 | 5,828,243 45% 34.10MB/s 0:00:00 (xfr#28, to-chk=141/219) |
15-Nov-2024 20:10:49 | 5,829,281 45% 34.11MB/s 0:00:00 (xfr#29, to-chk=137/219) |
15-Nov-2024 20:10:49 | 5,968,019 46% 34.70MB/s 0:00:00 (xfr#30, to-chk=136/219) |
15-Nov-2024 20:10:49 | 5,969,057 46% 34.71MB/s 0:00:00 (xfr#31, to-chk=135/219) |
15-Nov-2024 20:10:49 | 5,969,685 46% 34.71MB/s 0:00:00 (xfr#32, to-chk=134/219) |
15-Nov-2024 20:10:49 | 6,143,187 47% 35.08MB/s 0:00:00 (xfr#33, to-chk=133/219) |
15-Nov-2024 20:10:49 | 6,143,457 47% 35.08MB/s 0:00:00 (xfr#34, to-chk=129/219) |
15-Nov-2024 20:10:49 | 6,738,549 52% 36.10MB/s 0:00:00 (xfr#35, to-chk=128/219) |
15-Nov-2024 20:10:49 | 6,738,819 52% 36.10MB/s 0:00:00 (xfr#36, to-chk=127/219) |
15-Nov-2024 20:10:49 | 6,776,181 52% 35.12MB/s 0:00:00 (xfr#37, to-chk=126/219) |
15-Nov-2024 20:10:49 | 6,776,643 52% 35.12MB/s 0:00:00 (xfr#38, to-chk=122/219) |
15-Nov-2024 20:10:49 | 6,898,385 53% 35.18MB/s 0:00:00 (xfr#39, to-chk=121/219) |
15-Nov-2024 20:10:49 | 6,898,847 53% 35.18MB/s 0:00:00 (xfr#40, to-chk=120/219) |
15-Nov-2024 20:10:49 | 6,935,134 53% 35.18MB/s 0:00:00 (xfr#41, to-chk=119/219) |
15-Nov-2024 20:10:49 | 6,935,692 53% 35.18MB/s 0:00:00 (xfr#42, to-chk=115/219) |
15-Nov-2024 20:10:49 | 7,084,251 54% 34.83MB/s 0:00:00 (xfr#43, to-chk=114/219) |
15-Nov-2024 20:10:49 | 7,084,809 54% 34.83MB/s 0:00:00 (xfr#44, to-chk=113/219) |
15-Nov-2024 20:10:49 | 7,122,594 55% 35.01MB/s 0:00:00 (xfr#45, to-chk=112/219) |
15-Nov-2024 20:10:49 | 7,123,248 55% 35.02MB/s 0:00:00 (xfr#46, to-chk=108/219) |
15-Nov-2024 20:10:49 | 7,244,715 56% 34.89MB/s 0:00:00 (xfr#47, to-chk=107/219) |
15-Nov-2024 20:10:49 | 7,245,369 56% 34.90MB/s 0:00:00 (xfr#48, to-chk=106/219) |
15-Nov-2024 20:10:49 | 7,295,021 56% 35.14MB/s 0:00:00 (xfr#49, to-chk=105/219) |
15-Nov-2024 20:10:49 | 7,295,867 56% 35.14MB/s 0:00:00 (xfr#50, to-chk=101/219) |
15-Nov-2024 20:10:49 | 7,465,757 57% 35.42MB/s 0:00:00 (xfr#51, to-chk=100/219) |
15-Nov-2024 20:10:49 | 7,466,603 57% 35.43MB/s 0:00:00 (xfr#52, to-chk=99/219) |
15-Nov-2024 20:10:49 | 7,492,855 58% 34.86MB/s 0:00:00 (xfr#53, to-chk=98/219) |
15-Nov-2024 20:10:49 | 7,493,413 58% 34.86MB/s 0:00:00 (xfr#54, to-chk=94/219) |
15-Nov-2024 20:10:49 | 7,592,477 58% 34.64MB/s 0:00:00 (xfr#55, to-chk=93/219) |
15-Nov-2024 20:10:49 | 7,593,035 58% 34.65MB/s 0:00:00 (xfr#56, to-chk=92/219) |
15-Nov-2024 20:10:49 | 7,634,386 59% 34.67MB/s 0:00:00 (xfr#57, to-chk=91/219) |
15-Nov-2024 20:10:49 | 7,634,848 59% 34.51MB/s 0:00:00 (xfr#58, to-chk=87/219) |
15-Nov-2024 20:10:49 | 7,769,555 60% 34.79MB/s 0:00:00 (xfr#59, to-chk=86/219) |
15-Nov-2024 20:10:49 | 7,770,017 60% 34.79MB/s 0:00:00 (xfr#60, to-chk=85/219) |
15-Nov-2024 20:10:49 | 7,816,406 60% 34.51MB/s 0:00:00 (xfr#61, to-chk=84/219) |
15-Nov-2024 20:10:49 | 7,816,964 60% 34.51MB/s 0:00:00 (xfr#62, to-chk=80/219) |
15-Nov-2024 20:10:49 | 7,953,304 61% 34.48MB/s 0:00:00 (xfr#63, to-chk=79/219) |
15-Nov-2024 20:10:49 | 7,953,862 61% 34.48MB/s 0:00:00 (xfr#64, to-chk=78/219) |
15-Nov-2024 20:10:49 | 7,995,481 62% 34.35MB/s 0:00:00 (xfr#65, to-chk=77/219) |
15-Nov-2024 20:10:49 | 7,996,327 62% 34.35MB/s 0:00:00 (xfr#66, to-chk=73/219) |
15-Nov-2024 20:10:49 | 8,124,409 63% 34.44MB/s 0:00:00 (xfr#67, to-chk=72/219) |
15-Nov-2024 20:10:49 | 8,125,255 63% 34.44MB/s 0:00:00 (xfr#68, to-chk=71/219) |
15-Nov-2024 20:10:49 | 8,362,765 64% 33.65MB/s 0:00:00 (xfr#69, to-chk=70/219) |
15-Nov-2024 20:10:49 | 8,363,035 64% 33.65MB/s 0:00:00 (xfr#70, to-chk=66/219) |
15-Nov-2024 20:10:49 | 11,015,728 85% 32.93MB/s 0:00:00 (xfr#71, to-chk=65/219) |
15-Nov-2024 20:10:49 | 11,015,998 85% 32.93MB/s 0:00:00 (xfr#72, to-chk=64/219) |
15-Nov-2024 20:10:49 | 11,069,761 85% 32.79MB/s 0:00:00 (xfr#73, to-chk=63/219) |
15-Nov-2024 20:10:49 | 11,070,031 85% 32.79MB/s 0:00:00 (xfr#74, to-chk=59/219) |
15-Nov-2024 20:10:49 | 11,226,851 87% 31.77MB/s 0:00:00 (xfr#75, to-chk=58/219) |
15-Nov-2024 20:10:49 | 11,227,121 87% 31.77MB/s 0:00:00 (xfr#76, to-chk=57/219) |
15-Nov-2024 20:10:49 | 11,265,162 87% 31.88MB/s 0:00:00 (xfr#77, to-chk=56/219) |
15-Nov-2024 20:10:49 | 11,265,432 87% 31.88MB/s 0:00:00 (xfr#78, to-chk=52/219) |
15-Nov-2024 20:10:49 | 11,377,196 88% 32.10MB/s 0:00:00 (xfr#79, to-chk=51/219) |
15-Nov-2024 20:10:49 | 11,377,466 88% 32.10MB/s 0:00:00 (xfr#80, to-chk=50/219) |
15-Nov-2024 20:10:49 | 11,445,672 88% 31.46MB/s 0:00:00 (xfr#81, to-chk=49/219) |
15-Nov-2024 20:10:49 | 11,446,422 88% 31.46MB/s 0:00:00 (xfr#82, to-chk=45/219) |
15-Nov-2024 20:10:49 | 11,721,694 90% 31.31MB/s 0:00:00 (xfr#83, to-chk=44/219) |
15-Nov-2024 20:10:49 | 11,722,444 90% 31.31MB/s 0:00:00 (xfr#84, to-chk=43/219) |
15-Nov-2024 20:10:49 | 11,750,768 91% 31.22MB/s 0:00:00 (xfr#85, to-chk=42/219) |
15-Nov-2024 20:10:49 | 11,751,230 91% 31.22MB/s 0:00:00 (xfr#86, to-chk=38/219) |
15-Nov-2024 20:10:49 | 11,851,627 91% 31.48MB/s 0:00:00 (xfr#87, to-chk=37/219) |
15-Nov-2024 20:10:49 | 11,852,089 91% 31.48MB/s 0:00:00 (xfr#88, to-chk=36/219) |
15-Nov-2024 20:10:49 | 11,900,074 92% 31.44MB/s 0:00:00 (xfr#89, to-chk=35/219) |
15-Nov-2024 20:10:49 | 11,900,440 92% 31.44MB/s 0:00:00 (xfr#90, to-chk=31/219) |
15-Nov-2024 20:10:49 | 12,057,400 93% 31.68MB/s 0:00:00 (xfr#91, to-chk=30/219) |
15-Nov-2024 20:10:49 | 12,057,766 93% 31.68MB/s 0:00:00 (xfr#92, to-chk=29/219) |
15-Nov-2024 20:10:49 | 12,107,140 93% 31.72MB/s 0:00:00 (xfr#93, to-chk=28/219) |
15-Nov-2024 20:10:49 | 12,107,698 93% 31.72MB/s 0:00:00 (xfr#94, to-chk=24/219) |
15-Nov-2024 20:10:49 | 12,279,992 95% 31.31MB/s 0:00:00 (xfr#95, to-chk=23/219) |
15-Nov-2024 20:10:49 | 12,280,550 95% 31.23MB/s 0:00:00 (xfr#96, to-chk=22/219) |
15-Nov-2024 20:10:49 | 12,314,350 95% 31.32MB/s 0:00:00 (xfr#97, to-chk=21/219) |
15-Nov-2024 20:10:49 | 12,315,004 95% 31.32MB/s 0:00:00 (xfr#98, to-chk=17/219) |
15-Nov-2024 20:10:49 | 12,438,982 96% 31.55MB/s 0:00:00 (xfr#99, to-chk=16/219) |
15-Nov-2024 20:10:49 | 12,439,636 96% 31.55MB/s 0:00:00 (xfr#100, to-chk=15/219) |
15-Nov-2024 20:10:49 | 12,479,660 96% 31.65MB/s 0:00:00 (xfr#101, to-chk=14/219) |
15-Nov-2024 20:10:49 | 12,480,218 96% 31.57MB/s 0:00:00 (xfr#102, to-chk=10/219) |
15-Nov-2024 20:10:49 | 12,617,577 97% 31.92MB/s 0:00:00 (xfr#103, to-chk=9/219) |
15-Nov-2024 20:10:49 | 12,618,135 97% 31.92MB/s 0:00:00 (xfr#104, to-chk=8/219) |
15-Nov-2024 20:10:49 | 12,667,560 98% 31.96MB/s 0:00:00 (xfr#105, to-chk=7/219) |
15-Nov-2024 20:10:49 | 12,667,926 98% 31.88MB/s 0:00:00 (xfr#106, to-chk=3/219) |
15-Nov-2024 20:10:49 | 12,841,438 99% 32.23MB/s 0:00:00 (xfr#107, to-chk=2/219) |
15-Nov-2024 20:10:49 | 12,841,804 99% 32.23MB/s 0:00:00 (xfr#108, to-chk=1/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.33MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.33MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.33MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.33MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.33MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.33MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.33MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.33MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.33MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.33MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.33MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.33MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.33MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.33MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.24MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.24MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.24MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.24MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.24MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.24MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.24MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.16MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 32.16MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 31.42MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 31.42MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 31.42MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 31.42MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | 12,881,273 99% 31.42MB/s 0:00:00 (xfr#109, to-chk=0/219) |
15-Nov-2024 20:10:49 | [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-wdtxm: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.15-19.56.29/pod-logs/dev-oneclient-paris-5cc45c8cb7-wdtxm/oneclient_logs |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=191/223) |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 |
15-Nov-2024 20:10:49 | 35,122 0% 33.49MB/s 0:00:00 (xfr#1, to-chk=190/223) |
15-Nov-2024 20:10:49 | 35,122 0% 33.49MB/s 0:00:00 (xfr#1, to-chk=184/223) |
15-Nov-2024 20:10:49 | 35,680 0% 34.03MB/s 0:00:00 (xfr#2, to-chk=186/223) |
15-Nov-2024 20:10:49 | 147,297 3% 140.47MB/s 0:00:00 (xfr#3, to-chk=185/223) |
15-Nov-2024 20:10:49 | 147,855 3% 141.01MB/s 0:00:00 (xfr#4, to-chk=184/223) |
15-Nov-2024 20:10:49 | 238,307 6% 227.27MB/s 0:00:00 (xfr#5, to-chk=183/223) |
15-Nov-2024 20:10:49 | 238,961 6% 227.89MB/s 0:00:00 (xfr#6, to-chk=179/223) |
15-Nov-2024 20:10:49 | 504,901 13% 240.76MB/s 0:00:00 (xfr#7, to-chk=178/223) |
15-Nov-2024 20:10:49 | 505,555 13% 241.07MB/s 0:00:00 (xfr#8, to-chk=177/223) |
15-Nov-2024 20:10:49 | 545,375 14% 130.03MB/s 0:00:00 (xfr#9, to-chk=176/223) |
15-Nov-2024 20:10:49 | 546,029 14% 130.18MB/s 0:00:00 (xfr#10, to-chk=172/223) |
15-Nov-2024 20:10:49 | 672,959 17% 106.96MB/s 0:00:00 (xfr#11, to-chk=171/223) |
15-Nov-2024 20:10:49 | 673,613 17% 107.07MB/s 0:00:00 (xfr#12, to-chk=170/223) |
15-Nov-2024 20:10:49 | 707,101 18% 112.39MB/s 0:00:00 (xfr#13, to-chk=169/223) |
15-Nov-2024 20:10:49 | 707,659 18% 112.48MB/s 0:00:00 (xfr#14, to-chk=165/223) |
15-Nov-2024 20:10:49 | 834,210 21% 79.56MB/s 0:00:00 (xfr#15, to-chk=164/223) |
15-Nov-2024 20:10:49 | 834,768 21% 72.37MB/s 0:00:00 (xfr#16, to-chk=163/223) |
15-Nov-2024 20:10:49 | 855,495 22% 74.17MB/s 0:00:00 (xfr#17, to-chk=162/223) |
15-Nov-2024 20:10:49 | 856,245 22% 68.05MB/s 0:00:00 (xfr#18, to-chk=158/223) |
15-Nov-2024 20:10:49 | 860,383 22% 68.38MB/s 0:00:00 (xfr#19, to-chk=157/223) |
15-Nov-2024 20:10:49 | 944,112 24% 64.31MB/s 0:00:00 (xfr#20, to-chk=156/223) |
15-Nov-2024 20:10:49 | 944,862 24% 64.36MB/s 0:00:00 (xfr#21, to-chk=155/223) |
15-Nov-2024 20:10:49 | 969,882 25% 61.66MB/s 0:00:00 (xfr#22, to-chk=154/223) |
15-Nov-2024 20:10:49 | 970,632 25% 61.71MB/s 0:00:00 (xfr#23, to-chk=150/223) |
15-Nov-2024 20:10:49 | 1,043,474 27% 62.20MB/s 0:00:00 (xfr#24, to-chk=149/223) |
15-Nov-2024 20:10:49 | 1,044,224 27% 62.24MB/s 0:00:00 (xfr#25, to-chk=148/223) |
15-Nov-2024 20:10:49 | 1,066,356 27% 53.52MB/s 0:00:00 (xfr#26, to-chk=147/223) |
15-Nov-2024 20:10:49 | 1,066,914 27% 53.55MB/s 0:00:00 (xfr#27, to-chk=143/223) |
15-Nov-2024 20:10:49 | 1,151,049 30% 52.27MB/s 0:00:00 (xfr#28, to-chk=142/223) |
15-Nov-2024 20:10:49 | 1,151,607 30% 52.30MB/s 0:00:00 (xfr#29, to-chk=141/223) |
15-Nov-2024 20:10:49 | 1,173,104 30% 50.85MB/s 0:00:00 (xfr#30, to-chk=140/223) |
15-Nov-2024 20:10:49 | 1,173,758 30% 50.88MB/s 0:00:00 (xfr#31, to-chk=136/223) |
15-Nov-2024 20:10:49 | 1,248,411 32% 49.61MB/s 0:00:00 (xfr#32, to-chk=135/223) |
15-Nov-2024 20:10:49 | 1,249,065 32% 49.63MB/s 0:00:00 (xfr#33, to-chk=134/223) |
15-Nov-2024 20:10:49 | 1,249,693 32% 49.66MB/s 0:00:00 (xfr#34, to-chk=133/223) |
15-Nov-2024 20:10:49 | 1,280,522 33% 48.85MB/s 0:00:00 (xfr#35, to-chk=132/223) |
15-Nov-2024 20:10:49 | 1,281,080 33% 48.87MB/s 0:00:00 (xfr#36, to-chk=128/223) |
15-Nov-2024 20:10:49 | 1,364,171 35% 48.18MB/s 0:00:00 (xfr#37, to-chk=127/223) |
15-Nov-2024 20:10:49 | 1,364,729 35% 48.20MB/s 0:00:00 (xfr#38, to-chk=126/223) |
15-Nov-2024 20:10:49 | 1,365,357 35% 46.50MB/s 0:00:00 (xfr#39, to-chk=125/223) |
15-Nov-2024 20:10:49 | 1,403,752 36% 47.81MB/s 0:00:00 (xfr#40, to-chk=124/223) |
15-Nov-2024 20:10:49 | 1,404,310 36% 47.83MB/s 0:00:00 (xfr#41, to-chk=120/223) |
15-Nov-2024 20:10:49 | 1,522,505 39% 45.37MB/s 0:00:00 (xfr#42, to-chk=119/223) |
15-Nov-2024 20:10:49 | 1,523,063 39% 45.39MB/s 0:00:00 (xfr#43, to-chk=118/223) |
15-Nov-2024 20:10:49 | 1,523,691 39% 45.41MB/s 0:00:00 (xfr#44, to-chk=117/223) |
15-Nov-2024 20:10:49 | 1,539,363 40% 45.88MB/s 0:00:00 (xfr#45, to-chk=116/223) |
15-Nov-2024 20:10:49 | 1,539,921 40% 45.89MB/s 0:00:00 (xfr#46, to-chk=112/223) |
15-Nov-2024 20:10:49 | 1,601,348 41% 44.92MB/s 0:00:00 (xfr#47, to-chk=111/223) |
15-Nov-2024 20:10:49 | 1,601,906 41% 44.93MB/s 0:00:00 (xfr#48, to-chk=110/223) |
15-Nov-2024 20:10:49 | 1,643,724 43% 46.11MB/s 0:00:00 (xfr#49, to-chk=109/223) |
15-Nov-2024 20:10:49 | 1,644,186 43% 46.12MB/s 0:00:00 (xfr#50, to-chk=105/223) |
15-Nov-2024 20:10:49 | 1,770,122 46% 45.62MB/s 0:00:00 (xfr#51, to-chk=104/223) |
15-Nov-2024 20:10:49 | 1,770,584 46% 45.64MB/s 0:00:00 (xfr#52, to-chk=103/223) |
15-Nov-2024 20:10:49 | 1,790,593 46% 46.15MB/s 0:00:00 (xfr#53, to-chk=102/223) |
15-Nov-2024 20:10:49 | 1,791,343 46% 44.96MB/s 0:00:00 (xfr#54, to-chk=98/223) |
15-Nov-2024 20:10:49 | 1,859,484 48% 39.41MB/s 0:00:00 (xfr#55, to-chk=97/223) |
15-Nov-2024 20:10:49 | 1,860,234 48% 39.42MB/s 0:00:00 (xfr#56, to-chk=96/223) |
15-Nov-2024 20:10:49 | 1,860,862 48% 39.44MB/s 0:00:00 (xfr#57, to-chk=95/223) |
15-Nov-2024 20:10:49 | 1,891,030 49% 39.20MB/s 0:00:00 (xfr#58, to-chk=94/223) |
15-Nov-2024 20:10:49 | 1,891,492 49% 39.21MB/s 0:00:00 (xfr#59, to-chk=90/223) |
15-Nov-2024 20:10:49 | 1,986,871 52% 39.48MB/s 0:00:00 (xfr#60, to-chk=89/223) |
15-Nov-2024 20:10:49 | 1,987,333 52% 39.48MB/s 0:00:00 (xfr#61, to-chk=88/223) |
15-Nov-2024 20:10:49 | 2,007,588 52% 39.89MB/s 0:00:00 (xfr#62, to-chk=87/223) |
15-Nov-2024 20:10:49 | 2,008,050 52% 39.90MB/s 0:00:00 (xfr#63, to-chk=83/223) |
15-Nov-2024 20:10:49 | 2,086,525 54% 36.18MB/s 0:00:00 (xfr#64, to-chk=82/223) |
15-Nov-2024 20:10:49 | 2,086,987 54% 35.54MB/s 0:00:00 (xfr#65, to-chk=81/223) |
15-Nov-2024 20:10:49 | 2,103,107 55% 35.82MB/s 0:00:00 (xfr#66, to-chk=80/223) |
15-Nov-2024 20:10:49 | 2,103,665 55% 35.83MB/s 0:00:00 (xfr#67, to-chk=76/223) |
15-Nov-2024 20:10:49 | 2,162,101 56% 36.17MB/s 0:00:00 (xfr#68, to-chk=75/223) |
15-Nov-2024 20:10:49 | 2,162,659 56% 36.18MB/s 0:00:00 (xfr#69, to-chk=74/223) |
15-Nov-2024 20:10:49 | 2,193,284 57% 36.70MB/s 0:00:00 (xfr#70, to-chk=73/223) |
15-Nov-2024 20:10:49 | 2,193,746 57% 36.07MB/s 0:00:00 (xfr#71, to-chk=69/223) |
15-Nov-2024 20:10:49 | 2,284,903 59% 37.57MB/s 0:00:00 (xfr#72, to-chk=68/223) |
15-Nov-2024 20:10:49 | 2,285,365 59% 37.58MB/s 0:00:00 (xfr#73, to-chk=67/223) |
15-Nov-2024 20:10:49 | 2,317,268 60% 37.46MB/s 0:00:00 (xfr#74, to-chk=66/223) |
15-Nov-2024 20:10:49 | 2,317,538 60% 37.46MB/s 0:00:00 (xfr#75, to-chk=62/223) |
15-Nov-2024 20:10:49 | 2,425,205 63% 39.20MB/s 0:00:00 (xfr#76, to-chk=61/223) |
15-Nov-2024 20:10:49 | 2,425,475 63% 39.21MB/s 0:00:00 (xfr#77, to-chk=60/223) |
15-Nov-2024 20:10:49 | 2,452,515 64% 38.98MB/s 0:00:00 (xfr#78, to-chk=59/223) |
15-Nov-2024 20:10:49 | 2,452,977 64% 38.99MB/s 0:00:00 (xfr#79, to-chk=55/223) |
15-Nov-2024 20:10:49 | 2,537,845 66% 40.34MB/s 0:00:00 (xfr#80, to-chk=54/223) |
15-Nov-2024 20:10:49 | 2,538,307 66% 40.35MB/s 0:00:00 (xfr#81, to-chk=53/223) |
15-Nov-2024 20:10:49 | 2,676,291 70% 41.17MB/s 0:00:00 (xfr#82, to-chk=52/223) |
15-Nov-2024 20:10:49 | 2,676,657 70% 41.17MB/s 0:00:00 (xfr#83, to-chk=48/223) |
15-Nov-2024 20:10:49 | 2,941,385 77% 38.43MB/s 0:00:00 (xfr#84, to-chk=47/223) |
15-Nov-2024 20:10:49 | 2,941,751 77% 38.43MB/s 0:00:00 (xfr#85, to-chk=46/223) |
15-Nov-2024 20:10:49 | 2,942,379 77% 38.44MB/s 0:00:00 (xfr#86, to-chk=45/223) |
15-Nov-2024 20:10:49 | 3,030,373 79% 39.05MB/s 0:00:00 (xfr#87, to-chk=44/223) |
15-Nov-2024 20:10:49 | 3,031,219 79% 39.06MB/s 0:00:00 (xfr#88, to-chk=40/223) |
15-Nov-2024 20:10:49 | 3,274,451 85% 37.18MB/s 0:00:00 (xfr#89, to-chk=39/223) |
15-Nov-2024 20:10:49 | 3,275,297 85% 37.19MB/s 0:00:00 (xfr#90, to-chk=38/223) |
15-Nov-2024 20:10:49 | 3,302,214 86% 37.05MB/s 0:00:00 (xfr#91, to-chk=37/223) |
15-Nov-2024 20:10:49 | 3,302,676 86% 37.06MB/s 0:00:00 (xfr#92, to-chk=33/223) |
15-Nov-2024 20:10:49 | 3,395,132 88% 38.09MB/s 0:00:00 (xfr#93, to-chk=32/223) |
15-Nov-2024 20:10:49 | 3,395,594 88% 37.65MB/s 0:00:00 (xfr#94, to-chk=31/223) |
15-Nov-2024 20:10:49 | 3,413,068 89% 37.85MB/s 0:00:00 (xfr#95, to-chk=30/223) |
15-Nov-2024 20:10:49 | 3,413,626 89% 37.85MB/s 0:00:00 (xfr#96, to-chk=26/223) |
15-Nov-2024 20:10:49 | 3,467,535 90% 37.16MB/s 0:00:00 (xfr#97, to-chk=25/223) |
15-Nov-2024 20:10:49 | 3,468,093 90% 37.16MB/s 0:00:00 (xfr#98, to-chk=24/223) |
15-Nov-2024 20:10:49 | 3,468,721 90% 37.17MB/s 0:00:00 (xfr#99, to-chk=23/223) |
15-Nov-2024 20:10:49 | 3,490,273 91% 37.40MB/s 0:00:00 (xfr#100, to-chk=22/223) |
15-Nov-2024 20:10:49 | 3,490,831 91% 37.41MB/s 0:00:00 (xfr#101, to-chk=18/223) |
15-Nov-2024 20:10:49 | 3,553,802 93% 36.84MB/s 0:00:00 (xfr#102, to-chk=17/223) |
15-Nov-2024 20:10:49 | 3,554,360 93% 36.84MB/s 0:00:00 (xfr#103, to-chk=16/223) |
15-Nov-2024 20:10:49 | 3,575,301 93% 37.06MB/s 0:00:00 (xfr#104, to-chk=15/223) |
15-Nov-2024 20:10:49 | 3,575,859 93% 37.07MB/s 0:00:00 (xfr#105, to-chk=11/223) |
15-Nov-2024 20:10:49 | 3,642,444 95% 37.76MB/s 0:00:00 (xfr#106, to-chk=10/223) |
15-Nov-2024 20:10:49 | 3,643,002 95% 37.76MB/s 0:00:00 (xfr#107, to-chk=9/223) |
15-Nov-2024 20:10:49 | 3,643,630 95% 37.36MB/s 0:00:00 (xfr#108, to-chk=8/223) |
15-Nov-2024 20:10:49 | 3,674,114 96% 37.68MB/s 0:00:00 (xfr#109, to-chk=7/223) |
15-Nov-2024 20:10:49 | 3,674,672 96% 37.68MB/s 0:00:00 (xfr#110, to-chk=3/223) |
15-Nov-2024 20:10:49 | 3,772,863 98% 37.87MB/s 0:00:00 (xfr#111, to-chk=2/223) |
15-Nov-2024 20:10:49 | 3,773,421 98% 37.88MB/s 0:00:00 (xfr#112, to-chk=1/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 37.90MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 36.39MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 36.39MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 36.39MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 36.39MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | 3,815,588 99% 36.39MB/s 0:00:00 (xfr#113, to-chk=0/223) |
15-Nov-2024 20:10:49 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.15-19.56.29/pod-logs/dev-oneprovider-krakow-0/cluster-manager |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 |
15-Nov-2024 20:10:49 | 2,022 14% 1.93MB/s 0:00:00 (xfr#2, to-chk=9/14) |
15-Nov-2024 20:10:49 | 4,776 34% 4.55MB/s 0:00:00 (xfr#3, to-chk=7/14) |
15-Nov-2024 20:10:49 | 4,776 34% 4.55MB/s 0:00:00 (xfr#4, to-chk=5/14) |
15-Nov-2024 20:10:49 | 6,595 48% 6.29MB/s 0:00:00 (xfr#5, to-chk=3/14) |
15-Nov-2024 20:10:49 | 6,857 50% 6.54MB/s 0:00:00 (xfr#6, to-chk=1/14) |
15-Nov-2024 20:10:49 | 6,857 50% 2.18MB/s 0:00:00 (xfr#6, to-chk=0/14) |
15-Nov-2024 20:10:49 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.15-19.56.29/pod-logs/dev-oneprovider-krakow-0/op-panel |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 |
15-Nov-2024 20:10:49 | 17,806 16% 16.98MB/s 0:00:00 (xfr#2, to-chk=9/14) |
15-Nov-2024 20:10:49 | 36,545 33% 34.85MB/s 0:00:00 (xfr#3, to-chk=7/14) |
15-Nov-2024 20:10:49 | 36,545 33% 34.85MB/s 0:00:00 (xfr#4, to-chk=5/14) |
15-Nov-2024 20:10:49 | 54,148 49% 51.64MB/s 0:00:00 (xfr#5, to-chk=3/14) |
15-Nov-2024 20:10:49 | 54,439 50% 51.92MB/s 0:00:00 (xfr#6, to-chk=1/14) |
15-Nov-2024 20:10:49 | 54,439 50% 25.96MB/s 0:00:00 (xfr#6, to-chk=0/14) |
15-Nov-2024 20:10:49 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.15-19.56.29/pod-logs/dev-oneprovider-krakow-0/op-worker |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=51/54) |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 |
15-Nov-2024 20:10:49 | 38,436 7% 36.66MB/s 0:00:00 (xfr#2, to-chk=49/54) |
15-Nov-2024 20:10:49 | 74,264 14% 35.41MB/s 0:00:00 (xfr#3, to-chk=47/54) |
15-Nov-2024 20:10:49 | 74,694 14% 35.62MB/s 0:00:00 (xfr#4, to-chk=45/54) |
15-Nov-2024 20:10:49 | 74,694 14% 23.74MB/s 0:00:00 (xfr#5, to-chk=43/54) |
15-Nov-2024 20:10:49 | 109,080 21% 20.81MB/s 0:00:00 (xfr#6, to-chk=41/54) |
15-Nov-2024 20:10:49 | 109,230 21% 20.83MB/s 0:00:00 (xfr#7, to-chk=39/54) |
15-Nov-2024 20:10:49 | 109,527 21% 20.89MB/s 0:00:00 (xfr#8, to-chk=37/54) |
15-Nov-2024 20:10:49 | 204,174 39% 14.98MB/s 0:00:00 (xfr#9, to-chk=35/54) |
15-Nov-2024 20:10:49 | 206,219 40% 15.13MB/s 0:00:00 (xfr#10, to-chk=25/54) |
15-Nov-2024 20:10:49 | 213,166 41% 14.52MB/s 0:00:00 (xfr#11, to-chk=24/54) |
15-Nov-2024 20:10:49 | 215,838 41% 14.70MB/s 0:00:00 (xfr#12, to-chk=23/54) |
15-Nov-2024 20:10:49 | 223,125 43% 15.20MB/s 0:00:00 (xfr#13, to-chk=22/54) |
15-Nov-2024 20:10:49 | 227,963 44% 13.59MB/s 0:00:00 (xfr#14, to-chk=21/54) |
15-Nov-2024 20:10:49 | 229,438 44% 13.68MB/s 0:00:00 (xfr#15, to-chk=20/54) |
15-Nov-2024 20:10:49 | 230,869 44% 13.76MB/s 0:00:00 (xfr#16, to-chk=19/54) |
15-Nov-2024 20:10:49 | 233,262 45% 13.90MB/s 0:00:00 (xfr#17, to-chk=18/54) |
15-Nov-2024 20:10:49 | 239,639 46% 13.44MB/s 0:00:00 (xfr#18, to-chk=17/54) |
15-Nov-2024 20:10:49 | 242,710 47% 13.62MB/s 0:00:00 (xfr#19, to-chk=16/54) |
15-Nov-2024 20:10:49 | 246,357 47% 13.82MB/s 0:00:00 (xfr#20, to-chk=15/54) |
15-Nov-2024 20:10:49 | 251,651 48% 13.33MB/s 0:00:00 (xfr#21, to-chk=14/54) |
15-Nov-2024 20:10:49 | 257,743 50% 13.66MB/s 0:00:00 (xfr#22, to-chk=13/54) |
15-Nov-2024 20:10:49 | 265,372 51% 13.32MB/s 0:00:00 (xfr#23, to-chk=12/54) |
15-Nov-2024 20:10:49 | 269,868 52% 13.55MB/s 0:00:00 (xfr#24, to-chk=11/54) |
15-Nov-2024 20:10:49 | 273,794 53% 13.74MB/s 0:00:00 (xfr#25, to-chk=10/54) |
15-Nov-2024 20:10:49 | 274,984 53% 13.80MB/s 0:00:00 (xfr#26, to-chk=9/54) |
15-Nov-2024 20:10:49 | 276,744 53% 13.89MB/s 0:00:00 (xfr#27, to-chk=8/54) |
15-Nov-2024 20:10:49 | 280,955 54% 13.40MB/s 0:00:00 (xfr#28, to-chk=7/54) |
15-Nov-2024 20:10:49 | 281,176 54% 12.77MB/s 0:00:00 (xfr#29, to-chk=6/54) |
15-Nov-2024 20:10:49 | 284,538 55% 12.92MB/s 0:00:00 (xfr#30, to-chk=5/54) |
15-Nov-2024 20:10:49 | 292,564 56% 12.68MB/s 0:00:00 (xfr#31, to-chk=4/54) |
15-Nov-2024 20:10:49 | 299,226 58% 12.97MB/s 0:00:00 (xfr#32, to-chk=3/54) |
15-Nov-2024 20:10:49 | 299,738 58% 12.99MB/s 0:00:00 (xfr#33, to-chk=2/54) |
15-Nov-2024 20:10:49 | 305,602 59% 13.25MB/s 0:00:00 (xfr#34, to-chk=1/54) |
15-Nov-2024 20:10:49 | 311,181 60% 13.49MB/s 0:00:00 (xfr#35, to-chk=0/54) |
15-Nov-2024 20:10:49 | 311,181 60% 13.49MB/s 0:00:00 (xfr#35, to-chk=0/54) |
15-Nov-2024 20:10:49 | 311,181 60% 13.49MB/s 0:00:00 (xfr#35, to-chk=0/54) |
15-Nov-2024 20:10:49 | 311,181 60% 11.87MB/s 0:00:00 (xfr#35, to-chk=0/54) |
15-Nov-2024 20:10:49 | 311,181 60% 11.87MB/s 0:00:00 (xfr#35, to-chk=0/54) |
15-Nov-2024 20:10:49 | 311,181 60% 11.87MB/s 0:00:00 (xfr#35, to-chk=0/54) |
15-Nov-2024 20:10:49 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.15-19.56.29/pod-logs/dev-oneprovider-paris-0/cluster-manager |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 |
15-Nov-2024 20:10:49 | 2,018 14% 1.92MB/s 0:00:00 (xfr#2, to-chk=9/14) |
15-Nov-2024 20:10:49 | 4,766 34% 4.55MB/s 0:00:00 (xfr#3, to-chk=7/14) |
15-Nov-2024 20:10:49 | 4,766 34% 4.55MB/s 0:00:00 (xfr#4, to-chk=5/14) |
15-Nov-2024 20:10:49 | 6,581 48% 6.28MB/s 0:00:00 (xfr#5, to-chk=3/14) |
15-Nov-2024 20:10:49 | 6,843 50% 6.53MB/s 0:00:00 (xfr#6, to-chk=1/14) |
15-Nov-2024 20:10:49 | 6,843 50% 3.26MB/s 0:00:00 (xfr#6, to-chk=0/14) |
15-Nov-2024 20:10:49 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.15-19.56.29/pod-logs/dev-oneprovider-paris-0/op-panel |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 |
15-Nov-2024 20:10:49 | 17,771 16% 16.95MB/s 0:00:00 (xfr#2, to-chk=9/14) |
15-Nov-2024 20:10:49 | 36,473 33% 34.78MB/s 0:00:00 (xfr#3, to-chk=7/14) |
15-Nov-2024 20:10:49 | 36,473 33% 34.78MB/s 0:00:00 (xfr#4, to-chk=5/14) |
15-Nov-2024 20:10:49 | 54,041 49% 51.54MB/s 0:00:00 (xfr#5, to-chk=3/14) |
15-Nov-2024 20:10:49 | 54,332 50% 51.82MB/s 0:00:00 (xfr#6, to-chk=1/14) |
15-Nov-2024 20:10:49 | 54,332 50% 25.91MB/s 0:00:00 (xfr#6, to-chk=0/14) |
15-Nov-2024 20:10:49 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.15-19.56.29/pod-logs/dev-oneprovider-paris-0/op-worker |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=51/54) |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 |
15-Nov-2024 20:10:49 | 36,309 7% 34.63MB/s 0:00:00 (xfr#2, to-chk=49/54) |
15-Nov-2024 20:10:49 | 69,969 13% 66.73MB/s 0:00:00 (xfr#3, to-chk=47/54) |
15-Nov-2024 20:10:49 | 70,829 14% 67.55MB/s 0:00:00 (xfr#4, to-chk=45/54) |
15-Nov-2024 20:10:49 | 70,829 14% 67.55MB/s 0:00:00 (xfr#5, to-chk=43/54) |
15-Nov-2024 20:10:49 | 103,088 20% 98.31MB/s 0:00:00 (xfr#6, to-chk=41/54) |
15-Nov-2024 20:10:49 | 103,238 20% 98.46MB/s 0:00:00 (xfr#7, to-chk=39/54) |
15-Nov-2024 20:10:49 | 103,535 20% 98.74MB/s 0:00:00 (xfr#8, to-chk=37/54) |
15-Nov-2024 20:10:49 | 198,026 39% 62.95MB/s 0:00:00 (xfr#9, to-chk=35/54) |
15-Nov-2024 20:10:49 | 204,686 40% 65.07MB/s 0:00:00 (xfr#10, to-chk=25/54) |
15-Nov-2024 20:10:49 | 207,354 41% 65.92MB/s 0:00:00 (xfr#11, to-chk=24/54) |
15-Nov-2024 20:10:49 | 214,641 42% 68.23MB/s 0:00:00 (xfr#12, to-chk=23/54) |
15-Nov-2024 20:10:49 | 218,850 43% 69.57MB/s 0:00:00 (xfr#13, to-chk=22/54) |
15-Nov-2024 20:10:49 | 219,071 43% 52.23MB/s 0:00:00 (xfr#14, to-chk=21/54) |
15-Nov-2024 20:10:49 | 221,452 44% 52.80MB/s 0:00:00 (xfr#15, to-chk=20/54) |
15-Nov-2024 20:10:49 | 227,029 45% 54.13MB/s 0:00:00 (xfr#16, to-chk=19/54) |
15-Nov-2024 20:10:49 | 230,953 45% 55.06MB/s 0:00:00 (xfr#17, to-chk=18/54) |
15-Nov-2024 20:10:49 | 232,141 46% 55.35MB/s 0:00:00 (xfr#18, to-chk=17/54) |
15-Nov-2024 20:10:49 | 235,495 46% 56.15MB/s 0:00:00 (xfr#19, to-chk=16/54) |
15-Nov-2024 20:10:49 | 241,357 48% 57.54MB/s 0:00:00 (xfr#20, to-chk=15/54) |
15-Nov-2024 20:10:49 | 246,193 48% 46.96MB/s 0:00:00 (xfr#21, to-chk=14/54) |
15-Nov-2024 20:10:49 | 247,666 49% 47.24MB/s 0:00:00 (xfr#22, to-chk=13/54) |
15-Nov-2024 20:10:49 | 249,709 49% 47.63MB/s 0:00:00 (xfr#23, to-chk=12/54) |
15-Nov-2024 20:10:49 | 250,610 49% 47.80MB/s 0:00:00 (xfr#24, to-chk=11/54) |
15-Nov-2024 20:10:49 | 256,700 51% 48.96MB/s 0:00:00 (xfr#25, to-chk=10/54) |
15-Nov-2024 20:10:49 | 258,458 51% 49.30MB/s 0:00:00 (xfr#26, to-chk=9/54) |
15-Nov-2024 20:10:49 | 261,521 52% 49.88MB/s 0:00:00 (xfr#27, to-chk=8/54) |
15-Nov-2024 20:10:49 | 262,025 52% 41.65MB/s 0:00:00 (xfr#28, to-chk=7/54) |
15-Nov-2024 20:10:49 | 268,400 53% 42.66MB/s 0:00:00 (xfr#29, to-chk=6/54) |
15-Nov-2024 20:10:49 | 276,027 54% 43.87MB/s 0:00:00 (xfr#30, to-chk=5/54) |
15-Nov-2024 20:10:49 | 280,519 55% 44.59MB/s 0:00:00 (xfr#31, to-chk=4/54) |
15-Nov-2024 20:10:49 | 285,805 56% 20.97MB/s 0:00:00 (xfr#32, to-chk=3/54) |
15-Nov-2024 20:10:49 | 289,444 57% 21.23MB/s 0:00:00 (xfr#33, to-chk=2/54) |
15-Nov-2024 20:10:49 | 296,389 58% 21.74MB/s 0:00:00 (xfr#34, to-chk=1/54) |
15-Nov-2024 20:10:49 | 304,423 60% 22.33MB/s 0:00:00 (xfr#35, to-chk=0/54) |
15-Nov-2024 20:10:49 | 304,423 60% 13.20MB/s 0:00:00 (xfr#35, to-chk=0/54) |
15-Nov-2024 20:10:49 | 304,423 60% 13.20MB/s 0:00:00 (xfr#35, to-chk=0/54) |
15-Nov-2024 20:10:49 | 304,423 60% 13.20MB/s 0:00:00 (xfr#35, to-chk=0/54) |
15-Nov-2024 20:10:49 | 304,423 60% 13.20MB/s 0:00:00 (xfr#35, to-chk=0/54) |
15-Nov-2024 20:10:49 | 304,423 60% 13.20MB/s 0:00:00 (xfr#35, to-chk=0/54) |
15-Nov-2024 20:10:49 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.15-19.56.29/pod-logs/dev-onezone-0/cluster-manager |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 |
15-Nov-2024 20:10:49 | 1,977 14% 1.89MB/s 0:00:00 (xfr#2, to-chk=9/14) |
15-Nov-2024 20:10:49 | 4,664 34% 4.45MB/s 0:00:00 (xfr#3, to-chk=7/14) |
15-Nov-2024 20:10:49 | 4,664 34% 4.45MB/s 0:00:00 (xfr#4, to-chk=5/14) |
15-Nov-2024 20:10:49 | 6,438 48% 6.14MB/s 0:00:00 (xfr#5, to-chk=3/14) |
15-Nov-2024 20:10:49 | 6,700 50% 6.39MB/s 0:00:00 (xfr#6, to-chk=1/14) |
15-Nov-2024 20:10:49 | 6,700 50% 2.13MB/s 0:00:00 (xfr#6, to-chk=0/14) |
15-Nov-2024 20:10:49 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.15-19.56.29/pod-logs/dev-onezone-0/oz-panel |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 |
15-Nov-2024 20:10:49 | 54,765 12% 52.23MB/s 0:00:00 (xfr#2, to-chk=9/14) |
15-Nov-2024 20:10:49 | 111,100 26% 52.98MB/s 0:00:00 (xfr#3, to-chk=7/14) |
15-Nov-2024 20:10:49 | 158,575 37% 75.61MB/s 0:00:00 (xfr#4, to-chk=5/14) |
15-Nov-2024 20:10:49 | 213,137 49% 67.75MB/s 0:00:00 (xfr#5, to-chk=3/14) |
15-Nov-2024 20:10:49 | 213,428 50% 67.85MB/s 0:00:00 (xfr#6, to-chk=1/14) |
15-Nov-2024 20:10:49 | 213,428 50% 50.89MB/s 0:00:00 (xfr#6, to-chk=0/14) |
15-Nov-2024 20:10:49 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.15-19.56.29/pod-logs/dev-onezone-0/oz-worker |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=15/18) |
15-Nov-2024 20:10:49 | 0 0% 0.00kB/s 0:00:00 |
15-Nov-2024 20:10:49 | 23,730 7% 22.63MB/s 0:00:00 (xfr#2, to-chk=13/18) |
15-Nov-2024 20:10:49 | 48,223 14% 22.99MB/s 0:00:00 (xfr#3, to-chk=11/18) |
15-Nov-2024 20:10:49 | 48,223 14% 22.99MB/s 0:00:00 (xfr#4, to-chk=9/18) |
15-Nov-2024 20:10:49 | 71,473 21% 17.04MB/s 0:00:00 (xfr#5, to-chk=7/18) |
15-Nov-2024 20:10:49 | 71,564 21% 17.06MB/s 0:00:00 (xfr#6, to-chk=5/18) |
15-Nov-2024 20:10:49 | 71,861 21% 17.13MB/s 0:00:00 (xfr#7, to-chk=3/18) |
15-Nov-2024 20:10:49 | 167,581 50% 26.64MB/s 0:00:00 (xfr#8, to-chk=1/18) |
15-Nov-2024 20:10:49 | 167,581 50% 22.83MB/s 0:00:00 (xfr#8, to-chk=0/18) |
15-Nov-2024 20:10:49 | [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/tests/oneclient/logs/multiprovider_proxy/test_multi_reg_file_CRUD.1731701438.6394641 exists, exporting anyway. |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | =============================== warnings summary =============================== |
15-Nov-2024 20:10:49 | tests/utils/rest_utils.py:98 |
15-Nov-2024 20:10:49 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ ' |
15-Nov-2024 20:10:49 | print(""" |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | tests/utils/path_utils.py:112 |
15-Nov-2024 20:10:49 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ ' |
15-Nov-2024 20:10:49 | return path.replace("'", "\\'").replace(' ', '\ ') |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | tests/utils/acceptance_utils.py:55 |
15-Nov-2024 20:10:49 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d' |
15-Nov-2024 20:10:49 | '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?')) |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | tests/utils/acceptance_utils.py:57 |
15-Nov-2024 20:10:49 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d' |
15-Nov-2024 20:10:49 | '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?')) |
15-Nov-2024 20:10:49 | |
15-Nov-2024 20:10:49 | -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
15-Nov-2024 20:10:49 | - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/test-reports/results.xml - |
15-Nov-2024 20:10:49 | ================== 26 passed, 4 warnings in 863.12s (0:14:23) ================== |
15-Nov-2024 20:10:54 | release "dev" uninstalled |
15-Nov-2024 20:10:54 | persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted |
15-Nov-2024 20:10:54 | persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted |
15-Nov-2024 20:10:58 | No resources found |
15-Nov-2024 20:10:59 | Sidecar injection has been disabled |
15-Nov-2024 20:10:59 | Cleaning helm release "dev"... |
15-Nov-2024 20:10:59 | Deleted 1 helm deployments |
15-Nov-2024 20:10:59 | Deleted 0 k8s deployments |
15-Nov-2024 20:10:59 | Deleted 0 k8s services |
15-Nov-2024 20:10:59 | Deleted 0 persistent volumes |
15-Nov-2024 20:11:00 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
15-Nov-2024 20:11:00 | [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone |
15-Nov-2024 20:11:00 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
15-Nov-2024 20:11:00 | [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider |
15-Nov-2024 20:11:00 | [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli |
15-Nov-2024 20:11:00 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
15-Nov-2024 20:11:00 | [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient |
15-Nov-2024 20:11:00 | Finished task 'Run acceptance oneclient tests' with result: Success |
15-Nov-2024 20:11:00 | Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' |
15-Nov-2024 20:11:00 | Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH... |
15-Nov-2024 20:11:00 | Finished task 'Parse test results' with result: Success |
15-Nov-2024 20:11:00 | All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
15-Nov-2024 20:11:00 | Substituting variable: ${bamboo.artifactRepoHostname} with S3 |
15-Nov-2024 20:11:00 | Substituting variable: ${bamboo.artifactRepoPort} with 10161 |
15-Nov-2024 20:11:00 | Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu |
15-Nov-2024 20:11:00 | Substituting variable: ${bamboo.planRepository.branchName} with develop |
15-Nov-2024 20:11:00 | Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance |
15-Nov-2024 20:11:00 | Substituting variable: ${bamboo.artifactRepoHostname} with S3 |
15-Nov-2024 20:11:00 | Substituting variable: ${bamboo.artifactRepoPort} with 10161 |
15-Nov-2024 20:11:00 | Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu |
15-Nov-2024 20:11:00 | Substituting variable: ${bamboo.planRepository.branchName} with develop |
15-Nov-2024 20:11:00 | Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance |
15-Nov-2024 20:11:00 | Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
15-Nov-2024 20:11:00 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio hardlinks #3364 (ODSRV-OAP-MPRFCPH-3364)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPH-3364-ScriptBuildTask-13780709396485842014.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance |
15-Nov-2024 20:11:00 | ./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_hardlinks.tar.gz |
15-Nov-2024 20:11:00 | Uploading artifact |
15-Nov-2024 20:11:00 | source path: surefire_multiprovider_proxy_regular_file_CRUD_proxyio_hardlinks.tar.gz |
15-Nov-2024 20:11:00 | dest. path: artifacts/onedata-acceptance/develop/surefire_multiprovider_proxy_regular_file_CRUD_proxyio_hardlinks.tar.gz |
15-Nov-2024 20:11:00 | Finished task 'Pack and push surefire artifact' with result: Success |
15-Nov-2024 20:11:00 | All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
15-Nov-2024 20:11:00 | Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
15-Nov-2024 20:11:00 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio hardlinks #3364 (ODSRV-OAP-MPRFCPH-3364)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPH-3364-ScriptBuildTask-10337500780523704622.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH |
15-Nov-2024 20:11:00 | cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory |
15-Nov-2024 20:11:01 | Finished task 'Pack logs' with result: Success |
15-Nov-2024 20:11:01 | All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
15-Nov-2024 20:11:01 | Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh |
15-Nov-2024 20:11:01 | Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
15-Nov-2024 20:11:01 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio hardlinks #3364 (ODSRV-OAP-MPRFCPH-3364)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPH-3364-ScriptBuildTask-9370953390860167802.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance |
15-Nov-2024 20:11:01 | % Total % Received % Xferd Average Speed Time Time Time Current |
15-Nov-2024 20:11:01 | Dload Upload Total Spent Left Speed |
15-Nov-2024 20:11:01 | |
15-Nov-2024 20:11:01 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
15-Nov-2024 20:11:01 | 100 4822 100 4822 0 0 62623 0 --:--:-- --:--:-- --:--:-- 62623 |
15-Nov-2024 20:11:01 | Clearing /tmp/onedata and /home/bamboo/.one-env |
15-Nov-2024 20:11:02 | Cleaning helm deployments |
15-Nov-2024 20:11:02 | Cleanining pods |
15-Nov-2024 20:11:02 | Cleaning kube persistant volumes |
15-Nov-2024 20:11:02 | Cleaning dockswift container |
15-Nov-2024 20:11:02 | Cleaning docker containers |
15-Nov-2024 20:11:05 | Stalled docker containers to remove: |
15-Nov-2024 20:11:05 | 858ede558e49 10f00e2f09af d390d43268c6 4228b752c76d f79aa96123de 8dad0b4efefa 154b1138055f 29483c442c24 d4e41db12f36 a84d96384cdb 4228a6802540 6eb6d459b5e2 983946c2cc76 cd6a13b44a94 4a882c5b1195 923b88992795 eeea02f86795 34e81fb00bc6 ec463b794694 a51fd479b4fa |
15-Nov-2024 20:11:05 | Removing stalled docker containers |
15-Nov-2024 20:11:05 | Error response from daemon: Cannot kill container: 858ede558e49: Container 858ede558e495291f5e3b3a364afe210d68a7ae4d8c673c0265d48a3138f964d is not running |
15-Nov-2024 20:11:05 | 858ede558e49 |
15-Nov-2024 20:11:05 | Error response from daemon: Cannot kill container: 10f00e2f09af: Container 10f00e2f09aff47d934de9383ffcfa8f66efd96e6be028d93c49650f2d94d5bb is not running |
15-Nov-2024 20:11:05 | 10f00e2f09af |
15-Nov-2024 20:11:05 | Error response from daemon: Cannot kill container: d390d43268c6: Container d390d43268c61cb1c100681a14543534ebbbac78d6be5a8edc29276560bd2160 is not running |
15-Nov-2024 20:11:05 | d390d43268c6 |
15-Nov-2024 20:11:05 | Error response from daemon: Cannot kill container: 4228b752c76d: Container 4228b752c76d5884d1831b8d50232575ea2bc7b959016ca4d4460d8044697eea is not running |
15-Nov-2024 20:11:05 | 4228b752c76d |
15-Nov-2024 20:11:05 | Error response from daemon: Cannot kill container: f79aa96123de: Container f79aa96123de245a2e8f774720106cd4064079f29b7a3c31fb6e3bf56e30028f is not running |
15-Nov-2024 20:11:06 | f79aa96123de |
15-Nov-2024 20:11:06 | Error response from daemon: Cannot kill container: 8dad0b4efefa: Container 8dad0b4efefa99db47dd55de33c9daca41d1f90f68e4ec04a0dd28d5b42ce897 is not running |
15-Nov-2024 20:11:06 | 8dad0b4efefa |
15-Nov-2024 20:11:06 | Error response from daemon: Cannot kill container: 154b1138055f: Container 154b1138055ff13ca9f820530195cdfe8dd01980cbc711e7630ba61336b76655 is not running |
15-Nov-2024 20:11:06 | 154b1138055f |
15-Nov-2024 20:11:06 | Error response from daemon: Cannot kill container: 29483c442c24: Container 29483c442c24efb3b7ada8862f4f266a7bfd2897f43c056d85ed9aeada4924b1 is not running |
15-Nov-2024 20:11:06 | 29483c442c24 |
15-Nov-2024 20:11:06 | Error response from daemon: Cannot kill container: d4e41db12f36: Container d4e41db12f366170b28aaeb17ba282f544b1e090efa60ef551801d4bf39ed3a9 is not running |
15-Nov-2024 20:11:06 | d4e41db12f36 |
15-Nov-2024 20:11:06 | Error response from daemon: Cannot kill container: a84d96384cdb: Container a84d96384cdbaf6cecbb42aaf91b1854bc6b73a91a14fa82b79b135957f926e5 is not running |
15-Nov-2024 20:11:06 | a84d96384cdb |
15-Nov-2024 20:11:06 | Error response from daemon: Cannot kill container: 4228a6802540: Container 4228a6802540faf5d41d1611d8ad7029c8f81a2f5e359d225ed8ad1973ce4ba3 is not running |
15-Nov-2024 20:11:06 | 4228a6802540 |
15-Nov-2024 20:11:06 | Error response from daemon: Cannot kill container: 6eb6d459b5e2: Container 6eb6d459b5e213ce56b4b22c4bc908dadef3bdd645661656cc79c01e4a1f1273 is not running |
15-Nov-2024 20:11:06 | 6eb6d459b5e2 |
15-Nov-2024 20:11:06 | Error response from daemon: Cannot kill container: 983946c2cc76: Container 983946c2cc7618ef14ba56f79a914676a1bdc4a4c3709ea79bf4ba72ebbfb0a4 is not running |
15-Nov-2024 20:11:06 | 983946c2cc76 |
15-Nov-2024 20:11:06 | Error response from daemon: Cannot kill container: cd6a13b44a94: Container cd6a13b44a9457a790b893e4995f5b210c8d43a6fbc1767b911ac251956c8f14 is not running |
15-Nov-2024 20:11:06 | cd6a13b44a94 |
15-Nov-2024 20:11:06 | Error response from daemon: Cannot kill container: 4a882c5b1195: Container 4a882c5b1195f68a86b37f04631d00a7cf2bdc3bc031e6a628f0c10eecc50ada is not running |
15-Nov-2024 20:11:07 | 4a882c5b1195 |
15-Nov-2024 20:11:07 | Error response from daemon: Cannot kill container: 923b88992795: Container 923b88992795f8e9a08e6d1bd9ebc2b448799b75adc38327135627fc94fe6a26 is not running |
15-Nov-2024 20:11:07 | 923b88992795 |
15-Nov-2024 20:11:07 | Error response from daemon: Cannot kill container: eeea02f86795: Container eeea02f867953a5336071ab000b457faef0a2765b2fc7cfefacf7f320eb616dc is not running |
15-Nov-2024 20:11:07 | eeea02f86795 |
15-Nov-2024 20:11:07 | Error response from daemon: Cannot kill container: 34e81fb00bc6: Container 34e81fb00bc6a8f919a6851b076a060416e06a3f2a330a02009be9de0d562a4d is not running |
15-Nov-2024 20:11:07 | 34e81fb00bc6 |
15-Nov-2024 20:11:07 | Error response from daemon: Cannot kill container: ec463b794694: Container ec463b794694927c4692fa7f80017f673e81cbf45ae1e73ef54acb4e71283cfc is not running |
15-Nov-2024 20:11:07 | ec463b794694 |
15-Nov-2024 20:11:07 | a51fd479b4fa |
15-Nov-2024 20:11:07 | a51fd479b4fa |
15-Nov-2024 20:11:07 | Stalled docker volumes to remove: |
15-Nov-2024 20:11:07 | |
15-Nov-2024 20:11:07 | Removing stalled docker volumes |
15-Nov-2024 20:11:07 | Removing stalled loopdevices |
15-Nov-2024 20:11:09 | Done |
15-Nov-2024 20:11:09 | Finished task 'Clear env and working dir' with result: Success |
15-Nov-2024 20:11:09 | Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2 |
15-Nov-2024 20:11:09 | Running post build plugin 'Docker Container Cleanup' |
15-Nov-2024 20:11:09 | Running post build plugin 'NCover Results Collector' |
15-Nov-2024 20:11:09 | Running post build plugin 'Build Results Label Collector' |
15-Nov-2024 20:11:09 | Running post build plugin 'Clover Results Collector' |
15-Nov-2024 20:11:09 | Running post build plugin 'npm Cache Cleanup' |
15-Nov-2024 20:11:09 | Running post build plugin 'Artifact Copier' |
15-Nov-2024 20:11:09 | Publishing an artifact: test_logs.tar.gz |
15-Nov-2024 20:11:09 | Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 149.4 ms |
15-Nov-2024 20:11:09 | Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH' |
15-Nov-2024 20:11:09 | Finalising the build... |
15-Nov-2024 20:11:09 | Stopping timer. |
15-Nov-2024 20:11:09 | Build ODSRV-OAP-MPRFCPH-3364 completed. |
15-Nov-2024 20:11:09 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
15-Nov-2024 20:11:09 | Running on server: post build plugin 'NCover Results Collector' |
15-Nov-2024 20:11:09 | Running on server: post build plugin 'Build Labeller' |
15-Nov-2024 20:11:09 | Running on server: post build plugin 'Clover Delta Calculator' |
15-Nov-2024 20:11:09 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
15-Nov-2024 20:11:09 | All post build plugins have finished |
15-Nov-2024 20:11:09 | Generating build results summary... |
15-Nov-2024 20:11:09 | Saving build results to disk... |
15-Nov-2024 20:11:09 | Store variable context... |
15-Nov-2024 20:11:09 | Finished building ODSRV-OAP-MPRFCPH-3364. |