oneclient acceptance tests using environment deployed from packages
Build: #3365 was successful
Job: multiprovider proxy regular file CRUD proxyio symlinks was successful
Build log
The build generated 3,029 lines of output. The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.
19-Nov-2024 19:39:22 | |
19-Nov-2024 19:39:53 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_file_opened_for_reading[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
19-Nov-2024 19:39:53 | ================================================================= |
19-Nov-2024 19:39:53 | - Executing scenario 'Delete file opened by other user for reading' |
19-Nov-2024 19:39:53 | - from feature 'Multi_regular_file_CRUD' |
19-Nov-2024 19:39:53 | ----------------------------------------------------------------- |
19-Nov-2024 19:39:53 | -- Executing step: 'Given "oneclients [client11, client21] |
19-Nov-2024 19:39:53 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
19-Nov-2024 19:39:53 | using [token, token] by [user1, user2]"' |
19-Nov-2024 19:39:53 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
19-Nov-2024 19:39:53 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
19-Nov-2024 19:39:53 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
19-Nov-2024 19:39:53 | |
19-Nov-2024 19:39:53 | |
19-Nov-2024 19:39:53 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lkn26' |
19-Nov-2024 19:39:53 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lkn26' successfully started |
19-Nov-2024 19:39:53 | |
19-Nov-2024 19:39:53 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/9qrbqin3z13r160l |
19-Nov-2024 19:39:53 | |
19-Nov-2024 19:39:53 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/9qrbqin3z13r160l --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/9qrbqin3z13r160l |
19-Nov-2024 19:39:53 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '5481980686253255652'... |
19-Nov-2024 19:39:53 | Getting configuration... |
19-Nov-2024 19:39:53 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/9qrbqin3z13r160l'. |
19-Nov-2024 19:39:53 | |
19-Nov-2024 19:39:53 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
19-Nov-2024 19:39:53 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
19-Nov-2024 19:39:53 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
19-Nov-2024 19:39:53 | |
19-Nov-2024 19:39:53 | |
19-Nov-2024 19:39:53 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vq727' |
19-Nov-2024 19:39:53 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vq727' successfully started |
19-Nov-2024 19:39:53 | |
19-Nov-2024 19:39:53 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/tjndwgt2pp10xavg |
19-Nov-2024 19:39:53 | |
19-Nov-2024 19:39:53 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/tjndwgt2pp10xavg --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/tjndwgt2pp10xavg |
19-Nov-2024 19:39:53 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '11029540710544024498'... |
19-Nov-2024 19:39:53 | Getting configuration... |
19-Nov-2024 19:39:53 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/tjndwgt2pp10xavg'. |
19-Nov-2024 19:39:53 | |
19-Nov-2024 19:39:53 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
19-Nov-2024 19:39:53 | -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"' |
19-Nov-2024 19:39:53 | -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"' |
19-Nov-2024 19:39:53 | -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"' |
19-Nov-2024 19:39:53 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"' |
19-Nov-2024 19:39:53 | -- Executing step: 'When "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"' |
19-Nov-2024 19:39:53 | -- Executing step: 'When "user1 changes space1/dir1 mode to 777 on client11"' |
19-Nov-2024 19:39:53 | -- Executing step: 'Then "mode of user2's space1/dir1 is 777 on client21"' |
19-Nov-2024 19:39:53 | -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r on client11"' |
19-Nov-2024 19:39:53 | -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"' |
19-Nov-2024 19:39:53 | -- Executing step: 'Then "user2 can't stat [file1] in space1/dir1 on client21"' |
19-Nov-2024 19:39:53 | -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"' |
19-Nov-2024 19:39:53 | -- Executing step: 'Then "user2 doesn't see [file1] in space1/dir1 on client21"' |
19-Nov-2024 19:39:53 | -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"' |
19-Nov-2024 19:39:53 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"' |
19-Nov-2024 19:39:53 | -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"' |
19-Nov-2024 19:39:53 | ================================================================= |
19-Nov-2024 19:39:53 | |
19-Nov-2024 19:39:54 | PASSED |
19-Nov-2024 19:39:54 | Unmounting client from /tmp/onedata/mnt/9qrbqin3z13r160l |
19-Nov-2024 19:39:54 | |
19-Nov-2024 19:39:54 | |
19-Nov-2024 19:39:54 | Unmounting client from /tmp/onedata/mnt/tjndwgt2pp10xavg |
19-Nov-2024 19:39:54 | |
19-Nov-2024 19:39:54 | |
19-Nov-2024 19:40:20 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_file_opened_for_rdwr[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
19-Nov-2024 19:40:20 | ================================================================= |
19-Nov-2024 19:40:20 | - Executing scenario 'Delete file opened by other user for reading and writing' |
19-Nov-2024 19:40:20 | - from feature 'Multi_regular_file_CRUD' |
19-Nov-2024 19:40:20 | ----------------------------------------------------------------- |
19-Nov-2024 19:40:20 | -- Executing step: 'Given "oneclients [client11, client21] |
19-Nov-2024 19:40:20 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
19-Nov-2024 19:40:20 | using [token, token] by [user1, user2]"' |
19-Nov-2024 19:40:20 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
19-Nov-2024 19:40:20 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
19-Nov-2024 19:40:20 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
19-Nov-2024 19:40:20 | |
19-Nov-2024 19:40:20 | |
19-Nov-2024 19:40:20 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lkn26' |
19-Nov-2024 19:40:20 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lkn26' successfully started |
19-Nov-2024 19:40:20 | |
19-Nov-2024 19:40:20 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/f3vhwmcrmwbvtgfn |
19-Nov-2024 19:40:20 | |
19-Nov-2024 19:40:20 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/f3vhwmcrmwbvtgfn --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/f3vhwmcrmwbvtgfn |
19-Nov-2024 19:40:20 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '14835266426598006929'... |
19-Nov-2024 19:40:20 | Getting configuration... |
19-Nov-2024 19:40:20 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/f3vhwmcrmwbvtgfn'. |
19-Nov-2024 19:40:20 | |
19-Nov-2024 19:40:20 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
19-Nov-2024 19:40:20 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
19-Nov-2024 19:40:20 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
19-Nov-2024 19:40:20 | |
19-Nov-2024 19:40:20 | |
19-Nov-2024 19:40:20 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vq727' |
19-Nov-2024 19:40:20 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vq727' successfully started |
19-Nov-2024 19:40:20 | |
19-Nov-2024 19:40:20 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/rf53mgiaq0hh26p7 |
19-Nov-2024 19:40:20 | |
19-Nov-2024 19:40:20 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/rf53mgiaq0hh26p7 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/rf53mgiaq0hh26p7 |
19-Nov-2024 19:40:20 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '17038250057921708695'... |
19-Nov-2024 19:40:20 | Getting configuration... |
19-Nov-2024 19:40:20 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/rf53mgiaq0hh26p7'. |
19-Nov-2024 19:40:20 | |
19-Nov-2024 19:40:20 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
19-Nov-2024 19:40:20 | -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"' |
19-Nov-2024 19:40:20 | -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"' |
19-Nov-2024 19:40:20 | -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"' |
19-Nov-2024 19:40:20 | -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"' |
19-Nov-2024 19:40:20 | -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"' |
19-Nov-2024 19:40:20 | -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"' |
19-Nov-2024 19:40:20 | -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to previously opened space1/dir1/file1 on client11"' |
19-Nov-2024 19:40:20 | -- Executing step: 'Then "user1 sets current file position in space1/dir1/file1 at offset 0 on client11"' |
19-Nov-2024 19:40:20 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"' |
19-Nov-2024 19:40:20 | -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"' |
19-Nov-2024 19:40:20 | -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"' |
19-Nov-2024 19:40:20 | -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"' |
19-Nov-2024 19:40:20 | ================================================================= |
19-Nov-2024 19:40:20 | |
19-Nov-2024 19:40:21 | PASSED |
19-Nov-2024 19:40:21 | Unmounting client from /tmp/onedata/mnt/f3vhwmcrmwbvtgfn |
19-Nov-2024 19:40:21 | |
19-Nov-2024 19:40:21 | |
19-Nov-2024 19:40:21 | Unmounting client from /tmp/onedata/mnt/rf53mgiaq0hh26p7 |
19-Nov-2024 19:40:21 | |
19-Nov-2024 19:40:21 | |
19-Nov-2024 19:40:50 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_opened_file_without_permission[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
19-Nov-2024 19:40:50 | ================================================================= |
19-Nov-2024 19:40:50 | - Executing scenario 'Fail to delete file without permission, file is opened by other user' |
19-Nov-2024 19:40:50 | - from feature 'Multi_regular_file_CRUD' |
19-Nov-2024 19:40:50 | ----------------------------------------------------------------- |
19-Nov-2024 19:40:50 | -- Executing step: 'Given "oneclients [client11, client21] |
19-Nov-2024 19:40:50 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
19-Nov-2024 19:40:50 | using [token, token] by [user1, user2]"' |
19-Nov-2024 19:40:50 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
19-Nov-2024 19:40:50 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
19-Nov-2024 19:40:50 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
19-Nov-2024 19:40:50 | |
19-Nov-2024 19:40:50 | |
19-Nov-2024 19:40:50 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lkn26' |
19-Nov-2024 19:40:50 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lkn26' successfully started |
19-Nov-2024 19:40:50 | |
19-Nov-2024 19:40:50 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/zjiv780jhm3i77ex |
19-Nov-2024 19:40:50 | |
19-Nov-2024 19:40:50 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/zjiv780jhm3i77ex --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/zjiv780jhm3i77ex |
19-Nov-2024 19:40:50 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '13602204336334255447'... |
19-Nov-2024 19:40:50 | Getting configuration... |
19-Nov-2024 19:40:50 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/zjiv780jhm3i77ex'. |
19-Nov-2024 19:40:50 | |
19-Nov-2024 19:40:50 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
19-Nov-2024 19:40:50 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
19-Nov-2024 19:40:50 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
19-Nov-2024 19:40:50 | |
19-Nov-2024 19:40:50 | |
19-Nov-2024 19:40:50 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vq727' |
19-Nov-2024 19:40:50 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vq727' successfully started |
19-Nov-2024 19:40:50 | |
19-Nov-2024 19:40:50 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/eae513mtrip4fnph |
19-Nov-2024 19:40:50 | |
19-Nov-2024 19:40:50 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/eae513mtrip4fnph --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/eae513mtrip4fnph |
19-Nov-2024 19:40:50 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '12381754142566684026'... |
19-Nov-2024 19:40:50 | Getting configuration... |
19-Nov-2024 19:40:50 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/eae513mtrip4fnph'. |
19-Nov-2024 19:40:50 | |
19-Nov-2024 19:40:50 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
19-Nov-2024 19:40:50 | -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"' |
19-Nov-2024 19:40:50 | -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"' |
19-Nov-2024 19:40:50 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
19-Nov-2024 19:40:50 | -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"' |
19-Nov-2024 19:40:50 | -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"' |
19-Nov-2024 19:40:50 | -- Executing step: 'Then "mode of user2's space1/dir1 is 755 on client21"' |
19-Nov-2024 19:40:50 | -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"' |
19-Nov-2024 19:40:50 | -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"' |
19-Nov-2024 19:40:50 | -- Executing step: 'Then "user2 fails to delete files [space1/dir1/file1] on client21"' |
19-Nov-2024 19:40:50 | -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"' |
19-Nov-2024 19:40:50 | -- Executing step: 'Then "user1 can stat [file1] in space1/dir1 on client11"' |
19-Nov-2024 19:40:50 | -- Executing step: 'Then "user2 can stat [file1] in space1/dir1 on client21"' |
19-Nov-2024 19:40:50 | -- Executing step: 'Then "user1 sees [file1] in space1/dir1 on client11"' |
19-Nov-2024 19:40:50 | -- Executing step: 'Then "user2 sees [file1] in space1/dir1 on client21"' |
19-Nov-2024 19:40:50 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"' |
19-Nov-2024 19:40:50 | -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client21"' |
19-Nov-2024 19:40:50 | ================================================================= |
19-Nov-2024 19:40:50 | |
19-Nov-2024 19:40:51 | PASSED |
19-Nov-2024 19:40:51 | Unmounting client from /tmp/onedata/mnt/zjiv780jhm3i77ex |
19-Nov-2024 19:40:51 | |
19-Nov-2024 19:40:51 | |
19-Nov-2024 19:40:51 | Unmounting client from /tmp/onedata/mnt/eae513mtrip4fnph |
19-Nov-2024 19:40:51 | |
19-Nov-2024 19:40:51 | |
19-Nov-2024 19:41:16 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_right_after_close[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
19-Nov-2024 19:41:16 | ================================================================= |
19-Nov-2024 19:41:16 | - Executing scenario 'Delete file right after closing it' |
19-Nov-2024 19:41:16 | - from feature 'Multi_regular_file_CRUD' |
19-Nov-2024 19:41:16 | ----------------------------------------------------------------- |
19-Nov-2024 19:41:16 | -- Executing step: 'Given "oneclients [client11, client21] |
19-Nov-2024 19:41:16 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
19-Nov-2024 19:41:16 | using [token, token] by [user1, user2]"' |
19-Nov-2024 19:41:16 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
19-Nov-2024 19:41:16 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
19-Nov-2024 19:41:16 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
19-Nov-2024 19:41:16 | |
19-Nov-2024 19:41:16 | |
19-Nov-2024 19:41:16 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lkn26' |
19-Nov-2024 19:41:16 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lkn26' successfully started |
19-Nov-2024 19:41:16 | |
19-Nov-2024 19:41:16 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/1gnild3gy711kti5 |
19-Nov-2024 19:41:16 | |
19-Nov-2024 19:41:16 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/1gnild3gy711kti5 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/1gnild3gy711kti5 |
19-Nov-2024 19:41:16 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '18432049428194181665'... |
19-Nov-2024 19:41:16 | Getting configuration... |
19-Nov-2024 19:41:16 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/1gnild3gy711kti5'. |
19-Nov-2024 19:41:16 | |
19-Nov-2024 19:41:16 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
19-Nov-2024 19:41:16 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
19-Nov-2024 19:41:16 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
19-Nov-2024 19:41:16 | |
19-Nov-2024 19:41:16 | |
19-Nov-2024 19:41:16 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vq727' |
19-Nov-2024 19:41:16 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vq727' successfully started |
19-Nov-2024 19:41:16 | |
19-Nov-2024 19:41:16 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/zb0k3byqz74zm3wf |
19-Nov-2024 19:41:16 | |
19-Nov-2024 19:41:16 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/zb0k3byqz74zm3wf --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/zb0k3byqz74zm3wf |
19-Nov-2024 19:41:16 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '7504213387767771514'... |
19-Nov-2024 19:41:16 | Getting configuration... |
19-Nov-2024 19:41:16 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/zb0k3byqz74zm3wf'. |
19-Nov-2024 19:41:16 | |
19-Nov-2024 19:41:16 | -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"' |
19-Nov-2024 19:41:16 | -- Executing step: 'When "user1 sees [file1] in space1 on client11"' |
19-Nov-2024 19:41:16 | -- Executing step: 'When "user2 sees [file1] in space1 on client21"' |
19-Nov-2024 19:41:16 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"' |
19-Nov-2024 19:41:16 | -- Executing step: 'When "user1 opens space1/file1 with mode r+ on client11"' |
19-Nov-2024 19:41:16 | -- Executing step: 'When "user1 closes space1/file1 on client11"' |
19-Nov-2024 19:41:16 | -- Executing step: 'When "user1 deletes files [space1/file1] on client11"' |
19-Nov-2024 19:41:16 | -- Executing step: 'When "space1 is empty for user1 on client11"' |
19-Nov-2024 19:41:16 | ================================================================= |
19-Nov-2024 19:41:16 | |
19-Nov-2024 19:41:17 | PASSED |
19-Nov-2024 19:41:17 | Unmounting client from /tmp/onedata/mnt/1gnild3gy711kti5 |
19-Nov-2024 19:41:17 | |
19-Nov-2024 19:41:17 | |
19-Nov-2024 19:41:17 | Unmounting client from /tmp/onedata/mnt/zb0k3byqz74zm3wf |
19-Nov-2024 19:41:17 | |
19-Nov-2024 19:41:17 | |
19-Nov-2024 19:41:49 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_create_many[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
19-Nov-2024 19:41:49 | ================================================================= |
19-Nov-2024 19:41:49 | - Executing scenario 'Create many children' |
19-Nov-2024 19:41:49 | - from feature 'Multi_regular_file_CRUD' |
19-Nov-2024 19:41:49 | ----------------------------------------------------------------- |
19-Nov-2024 19:41:49 | -- Executing step: 'Given "oneclients [client11, client21] |
19-Nov-2024 19:41:49 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
19-Nov-2024 19:41:49 | using [token, token] by [user1, user2]"' |
19-Nov-2024 19:41:49 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
19-Nov-2024 19:41:49 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
19-Nov-2024 19:41:49 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
19-Nov-2024 19:41:49 | |
19-Nov-2024 19:41:49 | |
19-Nov-2024 19:41:49 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lkn26' |
19-Nov-2024 19:41:49 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lkn26' successfully started |
19-Nov-2024 19:41:49 | |
19-Nov-2024 19:41:49 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/j2c4l0s1g4joi5sn |
19-Nov-2024 19:41:49 | |
19-Nov-2024 19:41:49 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/j2c4l0s1g4joi5sn --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/j2c4l0s1g4joi5sn |
19-Nov-2024 19:41:49 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '6177041672911514083'... |
19-Nov-2024 19:41:49 | Getting configuration... |
19-Nov-2024 19:41:49 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/j2c4l0s1g4joi5sn'. |
19-Nov-2024 19:41:49 | |
19-Nov-2024 19:41:49 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
19-Nov-2024 19:41:49 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
19-Nov-2024 19:41:49 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
19-Nov-2024 19:41:49 | |
19-Nov-2024 19:41:49 | |
19-Nov-2024 19:41:49 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vq727' |
19-Nov-2024 19:41:49 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vq727' successfully started |
19-Nov-2024 19:41:49 | |
19-Nov-2024 19:41:49 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/zo0uhjt0vktlcoeb |
19-Nov-2024 19:41:49 | |
19-Nov-2024 19:41:49 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/zo0uhjt0vktlcoeb --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/zo0uhjt0vktlcoeb |
19-Nov-2024 19:41:49 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '1134011342008614395'... |
19-Nov-2024 19:41:49 | Getting configuration... |
19-Nov-2024 19:41:49 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/zo0uhjt0vktlcoeb'. |
19-Nov-2024 19:41:49 | |
19-Nov-2024 19:41:49 | -- Executing step: 'When "user1 creates child files of space1 with names in range [1, 127) on client11"' |
19-Nov-2024 19:41:49 | -- Executing step: 'Then "user2 lists children of space1 and gets names in range [1, 127) on client21"' |
19-Nov-2024 19:41:49 | ================================================================= |
19-Nov-2024 19:41:49 | |
19-Nov-2024 19:42:00 | PASSED |
19-Nov-2024 19:42:00 | Unmounting client from /tmp/onedata/mnt/j2c4l0s1g4joi5sn |
19-Nov-2024 19:42:00 | |
19-Nov-2024 19:42:00 | |
19-Nov-2024 19:42:00 | Unmounting client from /tmp/onedata/mnt/zo0uhjt0vktlcoeb |
19-Nov-2024 19:42:00 | |
19-Nov-2024 19:42:00 | |
19-Nov-2024 19:42:25 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_copy_delete[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
19-Nov-2024 19:42:25 | ================================================================= |
19-Nov-2024 19:42:25 | - Executing scenario 'Create nonempty file then copy it and remove source file' |
19-Nov-2024 19:42:25 | - from feature 'Multi_regular_file_CRUD' |
19-Nov-2024 19:42:25 | ----------------------------------------------------------------- |
19-Nov-2024 19:42:25 | -- Executing step: 'Given "oneclients [client11, client21] |
19-Nov-2024 19:42:25 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
19-Nov-2024 19:42:25 | using [token, token] by [user1, user2]"' |
19-Nov-2024 19:42:25 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
19-Nov-2024 19:42:25 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
19-Nov-2024 19:42:25 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:25 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lkn26' |
19-Nov-2024 19:42:25 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lkn26' successfully started |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:25 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/20hs2n5mfopqbihe |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:25 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/20hs2n5mfopqbihe --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/20hs2n5mfopqbihe |
19-Nov-2024 19:42:25 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15519358238641723480'... |
19-Nov-2024 19:42:25 | Getting configuration... |
19-Nov-2024 19:42:25 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/20hs2n5mfopqbihe'. |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:25 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
19-Nov-2024 19:42:25 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
19-Nov-2024 19:42:25 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:25 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vq727' |
19-Nov-2024 19:42:25 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vq727' successfully started |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:25 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/pdlfua07o79v40vb |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:25 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/pdlfua07o79v40vb --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/pdlfua07o79v40vb |
19-Nov-2024 19:42:25 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '3981339071006614017'... |
19-Nov-2024 19:42:25 | Getting configuration... |
19-Nov-2024 19:42:25 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/pdlfua07o79v40vb'. |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:25 | -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"' |
19-Nov-2024 19:42:25 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"' |
19-Nov-2024 19:42:25 | -- Executing step: 'When "user1 copies regular file space1/file1 to space1/file1_copy on client11"' |
19-Nov-2024 19:42:25 | -- Executing step: 'When "user1 deletes files [space1/file1] on client11"' |
19-Nov-2024 19:42:25 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client11"' |
19-Nov-2024 19:42:25 | -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client21"' |
19-Nov-2024 19:42:25 | ================================================================= |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:25 | PASSED |
19-Nov-2024 19:42:25 | Unmounting client from /tmp/onedata/mnt/20hs2n5mfopqbihe |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:25 | Unmounting client from /tmp/onedata/mnt/pdlfua07o79v40vb |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:25 | |
19-Nov-2024 19:42:54 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_move_between_spaces[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
19-Nov-2024 19:42:54 | ================================================================= |
19-Nov-2024 19:42:54 | - Executing scenario 'Create nonempty file then move it to another space' |
19-Nov-2024 19:42:54 | - from feature 'Multi_regular_file_CRUD' |
19-Nov-2024 19:42:54 | ----------------------------------------------------------------- |
19-Nov-2024 19:42:54 | -- Executing step: 'Given "oneclients [client11, client21] |
19-Nov-2024 19:42:54 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
19-Nov-2024 19:42:54 | using [token, token] by [user1, user2]"' |
19-Nov-2024 19:42:54 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
19-Nov-2024 19:42:54 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
19-Nov-2024 19:42:54 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-lkn26', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
19-Nov-2024 19:42:54 | |
19-Nov-2024 19:42:54 | |
19-Nov-2024 19:42:54 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lkn26' |
19-Nov-2024 19:42:54 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-lkn26' successfully started |
19-Nov-2024 19:42:54 | |
19-Nov-2024 19:42:54 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/lnyrqfrrky3h8abg |
19-Nov-2024 19:42:54 | |
19-Nov-2024 19:42:54 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/lnyrqfrrky3h8abg --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/lnyrqfrrky3h8abg |
19-Nov-2024 19:42:54 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '12212430331106156793'... |
19-Nov-2024 19:42:54 | Getting configuration... |
19-Nov-2024 19:42:54 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/lnyrqfrrky3h8abg'. |
19-Nov-2024 19:42:54 | |
19-Nov-2024 19:42:54 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
19-Nov-2024 19:42:54 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
19-Nov-2024 19:42:54 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-vq727', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
19-Nov-2024 19:42:54 | |
19-Nov-2024 19:42:54 | |
19-Nov-2024 19:42:54 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vq727' |
19-Nov-2024 19:42:54 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-vq727' successfully started |
19-Nov-2024 19:42:54 | |
19-Nov-2024 19:42:54 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/fufba3ah7z9wb4we |
19-Nov-2024 19:42:54 | |
19-Nov-2024 19:42:54 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/fufba3ah7z9wb4we --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/fufba3ah7z9wb4we |
19-Nov-2024 19:42:54 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '6917710140313153932'... |
19-Nov-2024 19:42:54 | Getting configuration... |
19-Nov-2024 19:42:54 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/fufba3ah7z9wb4we'. |
19-Nov-2024 19:42:54 | |
19-Nov-2024 19:42:54 | -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"' |
19-Nov-2024 19:42:54 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"' |
19-Nov-2024 19:42:54 | -- Executing step: 'When "user2 reads "TEST TEXT ONEDATA" from file space1/file1 on client21"' |
19-Nov-2024 19:42:54 | -- Executing step: 'When "user1 renames space1/file1 to space2/file1_moved on client11"' |
19-Nov-2024 19:42:54 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client11"' |
19-Nov-2024 19:42:54 | -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client21"' |
19-Nov-2024 19:42:54 | ================================================================= |
19-Nov-2024 19:42:54 | |
19-Nov-2024 19:43:06 | Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init) |
19-Nov-2024 19:43:06 | PASSED |
19-Nov-2024 19:43:06 | Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init) |
19-Nov-2024 19:43:06 | Unmounting client from /tmp/onedata/mnt/lnyrqfrrky3h8abg |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | Unmounting client from /tmp/onedata/mnt/fufba3ah7z9wb4we |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/oneclient/logs/multiprovider_proxy/test_multi_reg_file_CRUD.1732045374.642344', '-c', '/tmp/logs'] |
19-Nov-2024 19:43:06 | [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-t9pg4. See /home/bamboo/.one-env/deployments/2024.11.19-19.27.23/pod-logs/dev-cross-support-job-3p-users-t9pg4/entrypoint.log for more details |
19-Nov-2024 19:43:06 | [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-lkn26: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.19-19.27.23/pod-logs/dev-oneclient-krakow-7d9476b8bc-lkn26/oneclient_logs |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=190/222) |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 |
19-Nov-2024 19:43:06 | 35,528 0% 33.88MB/s 0:00:00 (xfr#1, to-chk=189/222) |
19-Nov-2024 19:43:06 | 35,528 0% 33.88MB/s 0:00:00 (xfr#1, to-chk=183/222) |
19-Nov-2024 19:43:06 | 35,990 0% 34.32MB/s 0:00:00 (xfr#2, to-chk=185/222) |
19-Nov-2024 19:43:06 | 159,118 1% 151.75MB/s 0:00:00 (xfr#3, to-chk=184/222) |
19-Nov-2024 19:43:06 | 159,580 1% 152.19MB/s 0:00:00 (xfr#4, to-chk=183/222) |
19-Nov-2024 19:43:06 | 160,208 1% 152.79MB/s 0:00:00 (xfr#5, to-chk=182/222) |
19-Nov-2024 19:43:06 | 209,769 1% 200.05MB/s 0:00:00 (xfr#6, to-chk=181/222) |
19-Nov-2024 19:43:06 | 210,423 1% 200.68MB/s 0:00:00 (xfr#7, to-chk=177/222) |
19-Nov-2024 19:43:06 | 386,452 3% 92.14MB/s 0:00:00 (xfr#8, to-chk=176/222) |
19-Nov-2024 19:43:06 | 387,106 3% 73.83MB/s 0:00:00 (xfr#9, to-chk=175/222) |
19-Nov-2024 19:43:06 | 387,734 3% 73.95MB/s 0:00:00 (xfr#10, to-chk=174/222) |
19-Nov-2024 19:43:06 | 423,284 3% 80.74MB/s 0:00:00 (xfr#11, to-chk=173/222) |
19-Nov-2024 19:43:06 | 423,842 3% 80.84MB/s 0:00:00 (xfr#12, to-chk=169/222) |
19-Nov-2024 19:43:06 | 555,612 4% 66.23MB/s 0:00:00 (xfr#13, to-chk=168/222) |
19-Nov-2024 19:43:06 | 556,170 4% 66.30MB/s 0:00:00 (xfr#14, to-chk=167/222) |
19-Nov-2024 19:43:06 | 594,375 4% 70.86MB/s 0:00:00 (xfr#15, to-chk=166/222) |
19-Nov-2024 19:43:06 | 594,741 4% 70.90MB/s 0:00:00 (xfr#16, to-chk=162/222) |
19-Nov-2024 19:43:06 | 729,926 6% 63.28MB/s 0:00:00 (xfr#17, to-chk=161/222) |
19-Nov-2024 19:43:06 | 730,292 6% 63.31MB/s 0:00:00 (xfr#18, to-chk=160/222) |
19-Nov-2024 19:43:06 | 769,922 6% 61.19MB/s 0:00:00 (xfr#19, to-chk=159/222) |
19-Nov-2024 19:43:06 | 770,480 6% 56.52MB/s 0:00:00 (xfr#20, to-chk=155/222) |
19-Nov-2024 19:43:06 | 896,049 7% 61.04MB/s 0:00:00 (xfr#21, to-chk=154/222) |
19-Nov-2024 19:43:06 | 896,607 7% 61.08MB/s 0:00:00 (xfr#22, to-chk=153/222) |
19-Nov-2024 19:43:06 | 923,786 7% 62.93MB/s 0:00:00 (xfr#23, to-chk=152/222) |
19-Nov-2024 19:43:06 | 924,344 7% 62.97MB/s 0:00:00 (xfr#24, to-chk=148/222) |
19-Nov-2024 19:43:06 | 1,020,332 8% 46.34MB/s 0:00:00 (xfr#25, to-chk=147/222) |
19-Nov-2024 19:43:06 | 1,020,890 8% 46.36MB/s 0:00:00 (xfr#26, to-chk=146/222) |
19-Nov-2024 19:43:06 | 1,059,272 8% 36.08MB/s 0:00:00 (xfr#27, to-chk=145/222) |
19-Nov-2024 19:43:06 | 1,059,734 8% 30.63MB/s 0:00:00 (xfr#28, to-chk=141/222) |
19-Nov-2024 19:43:06 | 1,214,061 10% 30.47MB/s 0:00:00 (xfr#29, to-chk=140/222) |
19-Nov-2024 19:43:06 | 1,214,523 10% 30.48MB/s 0:00:00 (xfr#30, to-chk=139/222) |
19-Nov-2024 19:43:06 | 1,380,294 11% 28.62MB/s 0:00:00 (xfr#31, to-chk=138/222) |
19-Nov-2024 19:43:06 | 1,380,660 11% 28.62MB/s 0:00:00 (xfr#32, to-chk=134/222) |
19-Nov-2024 19:43:06 | 1,945,265 16% 27.69MB/s 0:00:00 (xfr#33, to-chk=133/222) |
19-Nov-2024 19:43:06 | 1,945,631 16% 26.89MB/s 0:00:00 (xfr#34, to-chk=132/222) |
19-Nov-2024 19:43:06 | 1,993,553 16% 23.47MB/s 0:00:00 (xfr#35, to-chk=131/222) |
19-Nov-2024 19:43:06 | 1,994,207 16% 22.91MB/s 0:00:00 (xfr#36, to-chk=127/222) |
19-Nov-2024 19:43:06 | 2,160,184 18% 22.15MB/s 0:00:00 (xfr#37, to-chk=126/222) |
19-Nov-2024 19:43:06 | 2,160,838 18% 22.16MB/s 0:00:00 (xfr#38, to-chk=125/222) |
19-Nov-2024 19:43:06 | 2,161,466 18% 22.16MB/s 0:00:00 (xfr#39, to-chk=124/222) |
19-Nov-2024 19:43:06 | 2,210,508 18% 22.43MB/s 0:00:00 (xfr#40, to-chk=123/222) |
19-Nov-2024 19:43:06 | 2,211,066 18% 22.43MB/s 0:00:00 (xfr#41, to-chk=119/222) |
19-Nov-2024 19:43:06 | 2,388,607 20% 23.48MB/s 0:00:00 (xfr#42, to-chk=118/222) |
19-Nov-2024 19:43:06 | 2,389,165 20% 23.49MB/s 0:00:00 (xfr#43, to-chk=117/222) |
19-Nov-2024 19:43:06 | 2,447,431 20% 22.44MB/s 0:00:00 (xfr#44, to-chk=116/222) |
19-Nov-2024 19:43:06 | 2,447,989 20% 22.45MB/s 0:00:00 (xfr#45, to-chk=112/222) |
19-Nov-2024 19:43:06 | 2,676,873 22% 23.86MB/s 0:00:00 (xfr#46, to-chk=111/222) |
19-Nov-2024 19:43:06 | 2,677,431 22% 23.64MB/s 0:00:00 (xfr#47, to-chk=110/222) |
19-Nov-2024 19:43:06 | 2,717,233 22% 23.56MB/s 0:00:00 (xfr#48, to-chk=109/222) |
19-Nov-2024 19:43:06 | 2,717,791 22% 23.56MB/s 0:00:00 (xfr#49, to-chk=105/222) |
19-Nov-2024 19:43:06 | 2,847,572 23% 23.01MB/s 0:00:00 (xfr#50, to-chk=104/222) |
19-Nov-2024 19:43:06 | 2,848,130 23% 23.02MB/s 0:00:00 (xfr#51, to-chk=103/222) |
19-Nov-2024 19:43:06 | 2,890,421 24% 23.16MB/s 0:00:00 (xfr#52, to-chk=102/222) |
19-Nov-2024 19:43:06 | 2,890,787 24% 23.17MB/s 0:00:00 (xfr#53, to-chk=98/222) |
19-Nov-2024 19:43:06 | 3,029,364 25% 23.88MB/s 0:00:00 (xfr#54, to-chk=97/222) |
19-Nov-2024 19:43:06 | 3,029,730 25% 23.88MB/s 0:00:00 (xfr#55, to-chk=96/222) |
19-Nov-2024 19:43:06 | 3,067,440 25% 23.98MB/s 0:00:00 (xfr#56, to-chk=95/222) |
19-Nov-2024 19:43:06 | 3,067,998 25% 23.98MB/s 0:00:00 (xfr#57, to-chk=91/222) |
19-Nov-2024 19:43:06 | 3,224,414 27% 21.81MB/s 0:00:00 (xfr#58, to-chk=90/222) |
19-Nov-2024 19:43:06 | 3,224,972 27% 21.81MB/s 0:00:00 (xfr#59, to-chk=89/222) |
19-Nov-2024 19:43:06 | 3,225,600 27% 21.82MB/s 0:00:00 (xfr#60, to-chk=88/222) |
19-Nov-2024 19:43:06 | 3,263,906 27% 21.77MB/s 0:00:00 (xfr#61, to-chk=87/222) |
19-Nov-2024 19:43:06 | 3,264,560 27% 21.77MB/s 0:00:00 (xfr#62, to-chk=83/222) |
19-Nov-2024 19:43:06 | 3,396,212 28% 22.49MB/s 0:00:00 (xfr#63, to-chk=82/222) |
19-Nov-2024 19:43:06 | 3,396,866 28% 22.50MB/s 0:00:00 (xfr#64, to-chk=81/222) |
19-Nov-2024 19:43:06 | 3,437,479 28% 22.61MB/s 0:00:00 (xfr#65, to-chk=80/222) |
19-Nov-2024 19:43:06 | 3,437,941 28% 22.61MB/s 0:00:00 (xfr#66, to-chk=76/222) |
19-Nov-2024 19:43:06 | 3,574,100 29% 20.78MB/s 0:00:00 (xfr#67, to-chk=75/222) |
19-Nov-2024 19:43:06 | 3,574,562 30% 20.79MB/s 0:00:00 (xfr#68, to-chk=74/222) |
19-Nov-2024 19:43:06 | 3,619,108 30% 20.92MB/s 0:00:00 (xfr#69, to-chk=73/222) |
19-Nov-2024 19:43:06 | 3,619,666 30% 20.92MB/s 0:00:00 (xfr#70, to-chk=69/222) |
19-Nov-2024 19:43:06 | 3,767,755 31% 18.33MB/s 0:00:00 (xfr#71, to-chk=68/222) |
19-Nov-2024 19:43:06 | 3,768,313 31% 18.34MB/s 0:00:00 (xfr#72, to-chk=67/222) |
19-Nov-2024 19:43:06 | 3,801,581 31% 18.50MB/s 0:00:00 (xfr#73, to-chk=66/222) |
19-Nov-2024 19:43:06 | 3,802,139 31% 18.50MB/s 0:00:00 (xfr#74, to-chk=62/222) |
19-Nov-2024 19:43:06 | 3,922,184 32% 18.52MB/s 0:00:00 (xfr#75, to-chk=61/222) |
19-Nov-2024 19:43:06 | 3,922,742 32% 18.52MB/s 0:00:00 (xfr#76, to-chk=60/222) |
19-Nov-2024 19:43:06 | 3,964,129 33% 18.44MB/s 0:00:00 (xfr#77, to-chk=59/222) |
19-Nov-2024 19:43:06 | 3,964,495 33% 18.44MB/s 0:00:00 (xfr#78, to-chk=55/222) |
19-Nov-2024 19:43:06 | 4,100,429 34% 18.71MB/s 0:00:00 (xfr#79, to-chk=54/222) |
19-Nov-2024 19:43:06 | 4,100,795 34% 18.62MB/s 0:00:00 (xfr#80, to-chk=53/222) |
19-Nov-2024 19:43:06 | 4,101,423 34% 18.63MB/s 0:00:00 (xfr#81, to-chk=52/222) |
19-Nov-2024 19:43:06 | 4,861,854 40% 17.83MB/s 0:00:00 (xfr#82, to-chk=51/222) |
19-Nov-2024 19:43:06 | 4,862,316 40% 17.83MB/s 0:00:00 (xfr#83, to-chk=47/222) |
19-Nov-2024 19:43:06 | 4,866,457 40% 17.85MB/s 0:00:00 (xfr#84, to-chk=46/222) |
19-Nov-2024 19:43:06 | 8,038,151 67% 18.30MB/s 0:00:00 (xfr#85, to-chk=45/222) |
19-Nov-2024 19:43:06 | 8,038,613 67% 18.30MB/s 0:00:00 (xfr#86, to-chk=44/222) |
19-Nov-2024 19:43:06 | 8,079,512 67% 18.39MB/s 0:00:00 (xfr#87, to-chk=43/222) |
19-Nov-2024 19:43:06 | 8,080,166 67% 18.39MB/s 0:00:00 (xfr#88, to-chk=39/222) |
19-Nov-2024 19:43:06 | 8,212,410 68% 17.80MB/s 0:00:00 (xfr#89, to-chk=38/222) |
19-Nov-2024 19:43:06 | 8,213,064 68% 17.80MB/s 0:00:00 (xfr#90, to-chk=37/222) |
19-Nov-2024 19:43:06 | 8,239,232 69% 17.82MB/s 0:00:00 (xfr#91, to-chk=36/222) |
19-Nov-2024 19:43:06 | 8,239,790 69% 17.82MB/s 0:00:00 (xfr#92, to-chk=32/222) |
19-Nov-2024 19:43:06 | 8,338,054 69% 17.99MB/s 0:00:00 (xfr#93, to-chk=31/222) |
19-Nov-2024 19:43:06 | 8,338,612 69% 17.99MB/s 0:00:00 (xfr#94, to-chk=30/222) |
19-Nov-2024 19:43:06 | 8,339,240 69% 17.99MB/s 0:00:00 (xfr#95, to-chk=29/222) |
19-Nov-2024 19:43:06 | 8,577,159 71% 18.42MB/s 0:00:00 (xfr#96, to-chk=28/222) |
19-Nov-2024 19:43:06 | 8,577,429 71% 18.42MB/s 0:00:00 (xfr#97, to-chk=24/222) |
19-Nov-2024 19:43:06 | 11,090,889 93% 20.15MB/s 0:00:00 (xfr#98, to-chk=23/222) |
19-Nov-2024 19:43:06 | 11,091,159 93% 20.11MB/s 0:00:00 (xfr#99, to-chk=22/222) |
19-Nov-2024 19:43:06 | 11,160,299 93% 19.93MB/s 0:00:00 (xfr#100, to-chk=21/222) |
19-Nov-2024 19:43:06 | 11,161,145 93% 19.93MB/s 0:00:00 (xfr#101, to-chk=17/222) |
19-Nov-2024 19:43:06 | 11,447,891 96% 20.07MB/s 0:00:00 (xfr#102, to-chk=16/222) |
19-Nov-2024 19:43:06 | 11,448,737 96% 20.03MB/s 0:00:00 (xfr#103, to-chk=15/222) |
19-Nov-2024 19:43:06 | 11,493,437 96% 20.11MB/s 0:00:00 (xfr#104, to-chk=14/222) |
19-Nov-2024 19:43:06 | 11,493,803 96% 20.08MB/s 0:00:00 (xfr#105, to-chk=10/222) |
19-Nov-2024 19:43:06 | 11,650,334 97% 20.31MB/s 0:00:00 (xfr#106, to-chk=9/222) |
19-Nov-2024 19:43:06 | 11,650,700 97% 20.31MB/s 0:00:00 (xfr#107, to-chk=8/222) |
19-Nov-2024 19:43:06 | 11,697,465 98% 20.36MB/s 0:00:00 (xfr#108, to-chk=7/222) |
19-Nov-2024 19:43:06 | 11,697,927 98% 20.36MB/s 0:00:00 (xfr#109, to-chk=3/222) |
19-Nov-2024 19:43:06 | 11,869,455 99% 20.40MB/s 0:00:00 (xfr#110, to-chk=2/222) |
19-Nov-2024 19:43:06 | 11,869,917 99% 20.40MB/s 0:00:00 (xfr#111, to-chk=1/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.46MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.46MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.46MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.46MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.46MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.46MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.46MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.46MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.46MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.46MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.46MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.46MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.43MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.43MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.43MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.43MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.43MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.43MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.43MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.43MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.43MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.43MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.43MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.43MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.07MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.07MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.07MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | 11,909,386 99% 20.07MB/s 0:00:00 (xfr#112, to-chk=0/222) |
19-Nov-2024 19:43:06 | [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-vq727: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.19-19.27.23/pod-logs/dev-oneclient-paris-5cc45c8cb7-vq727/oneclient_logs |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=189/221) |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 |
19-Nov-2024 19:43:06 | 26,619 0% 25.39MB/s 0:00:00 (xfr#1, to-chk=188/221) |
19-Nov-2024 19:43:06 | 26,619 0% 25.39MB/s 0:00:00 (xfr#1, to-chk=182/221) |
19-Nov-2024 19:43:06 | 27,081 0% 25.83MB/s 0:00:00 (xfr#2, to-chk=184/221) |
19-Nov-2024 19:43:06 | 132,038 3% 62.96MB/s 0:00:00 (xfr#3, to-chk=183/221) |
19-Nov-2024 19:43:06 | 132,500 3% 63.18MB/s 0:00:00 (xfr#4, to-chk=182/221) |
19-Nov-2024 19:43:06 | 160,443 3% 38.25MB/s 0:00:00 (xfr#5, to-chk=181/221) |
19-Nov-2024 19:43:06 | 160,713 3% 38.32MB/s 0:00:00 (xfr#6, to-chk=177/221) |
19-Nov-2024 19:43:06 | 243,804 5% 17.89MB/s 0:00:00 (xfr#7, to-chk=176/221) |
19-Nov-2024 19:43:06 | 244,074 5% 17.91MB/s 0:00:00 (xfr#8, to-chk=175/221) |
19-Nov-2024 19:43:06 | 271,141 6% 19.89MB/s 0:00:00 (xfr#9, to-chk=174/221) |
19-Nov-2024 19:43:06 | 271,891 6% 18.52MB/s 0:00:00 (xfr#10, to-chk=170/221) |
19-Nov-2024 19:43:06 | 365,067 8% 24.87MB/s 0:00:00 (xfr#11, to-chk=169/221) |
19-Nov-2024 19:43:06 | 365,817 8% 24.92MB/s 0:00:00 (xfr#12, to-chk=168/221) |
19-Nov-2024 19:43:06 | 401,081 9% 25.50MB/s 0:00:00 (xfr#13, to-chk=167/221) |
19-Nov-2024 19:43:06 | 401,927 9% 25.55MB/s 0:00:00 (xfr#14, to-chk=163/221) |
19-Nov-2024 19:43:06 | 516,608 12% 30.79MB/s 0:00:00 (xfr#15, to-chk=162/221) |
19-Nov-2024 19:43:06 | 517,454 12% 30.84MB/s 0:00:00 (xfr#16, to-chk=161/221) |
19-Nov-2024 19:43:06 | 548,252 13% 32.68MB/s 0:00:00 (xfr#17, to-chk=160/221) |
19-Nov-2024 19:43:06 | 548,714 13% 32.71MB/s 0:00:00 (xfr#18, to-chk=156/221) |
19-Nov-2024 19:43:06 | 646,401 15% 23.71MB/s 0:00:00 (xfr#19, to-chk=155/221) |
19-Nov-2024 19:43:06 | 646,863 15% 21.27MB/s 0:00:00 (xfr#20, to-chk=154/221) |
19-Nov-2024 19:43:06 | 687,363 16% 21.85MB/s 0:00:00 (xfr#21, to-chk=153/221) |
19-Nov-2024 19:43:06 | 688,209 16% 21.88MB/s 0:00:00 (xfr#22, to-chk=149/221) |
19-Nov-2024 19:43:06 | 823,592 20% 25.34MB/s 0:00:00 (xfr#23, to-chk=148/221) |
19-Nov-2024 19:43:06 | 824,438 20% 24.57MB/s 0:00:00 (xfr#24, to-chk=147/221) |
19-Nov-2024 19:43:06 | 845,086 20% 25.19MB/s 0:00:00 (xfr#25, to-chk=146/221) |
19-Nov-2024 19:43:06 | 845,548 20% 25.20MB/s 0:00:00 (xfr#26, to-chk=142/221) |
19-Nov-2024 19:43:06 | 922,145 22% 22.55MB/s 0:00:00 (xfr#27, to-chk=141/221) |
19-Nov-2024 19:43:06 | 922,607 22% 22.56MB/s 0:00:00 (xfr#28, to-chk=140/221) |
19-Nov-2024 19:43:06 | 923,235 22% 22.58MB/s 0:00:00 (xfr#29, to-chk=139/221) |
19-Nov-2024 19:43:06 | 961,782 23% 22.93MB/s 0:00:00 (xfr#30, to-chk=138/221) |
19-Nov-2024 19:43:06 | 962,532 23% 22.95MB/s 0:00:00 (xfr#31, to-chk=134/221) |
19-Nov-2024 19:43:06 | 1,098,542 26% 24.36MB/s 0:00:00 (xfr#32, to-chk=133/221) |
19-Nov-2024 19:43:06 | 1,099,292 26% 24.38MB/s 0:00:00 (xfr#33, to-chk=132/221) |
19-Nov-2024 19:43:06 | 1,129,863 27% 24.49MB/s 0:00:00 (xfr#34, to-chk=131/221) |
19-Nov-2024 19:43:06 | 1,130,517 27% 24.50MB/s 0:00:00 (xfr#35, to-chk=127/221) |
19-Nov-2024 19:43:06 | 1,243,868 30% 26.36MB/s 0:00:00 (xfr#36, to-chk=126/221) |
19-Nov-2024 19:43:06 | 1,244,522 30% 25.80MB/s 0:00:00 (xfr#37, to-chk=125/221) |
19-Nov-2024 19:43:06 | 1,336,088 32% 27.70MB/s 0:00:00 (xfr#38, to-chk=124/221) |
19-Nov-2024 19:43:06 | 1,336,550 32% 27.12MB/s 0:00:00 (xfr#39, to-chk=120/221) |
19-Nov-2024 19:43:06 | 1,592,817 38% 30.38MB/s 0:00:00 (xfr#40, to-chk=119/221) |
19-Nov-2024 19:43:06 | 1,593,279 38% 30.39MB/s 0:00:00 (xfr#41, to-chk=118/221) |
19-Nov-2024 19:43:06 | 1,621,403 39% 30.32MB/s 0:00:00 (xfr#42, to-chk=117/221) |
19-Nov-2024 19:43:06 | 1,621,961 39% 30.33MB/s 0:00:00 (xfr#43, to-chk=113/221) |
19-Nov-2024 19:43:06 | 1,704,914 41% 31.27MB/s 0:00:00 (xfr#44, to-chk=112/221) |
19-Nov-2024 19:43:06 | 1,705,472 41% 31.28MB/s 0:00:00 (xfr#45, to-chk=111/221) |
19-Nov-2024 19:43:06 | 1,706,100 41% 31.29MB/s 0:00:00 (xfr#46, to-chk=110/221) |
19-Nov-2024 19:43:06 | 1,748,169 42% 31.46MB/s 0:00:00 (xfr#47, to-chk=109/221) |
19-Nov-2024 19:43:06 | 1,748,535 42% 31.46MB/s 0:00:00 (xfr#48, to-chk=105/221) |
19-Nov-2024 19:43:06 | 1,876,985 45% 32.55MB/s 0:00:00 (xfr#49, to-chk=104/221) |
19-Nov-2024 19:43:06 | 1,877,351 45% 32.55MB/s 0:00:00 (xfr#50, to-chk=103/221) |
19-Nov-2024 19:43:06 | 1,877,979 45% 32.56MB/s 0:00:00 (xfr#51, to-chk=102/221) |
19-Nov-2024 19:43:06 | 1,925,407 46% 33.39MB/s 0:00:00 (xfr#52, to-chk=101/221) |
19-Nov-2024 19:43:06 | 1,925,677 46% 33.39MB/s 0:00:00 (xfr#53, to-chk=97/221) |
19-Nov-2024 19:43:06 | 2,062,016 50% 35.12MB/s 0:00:00 (xfr#54, to-chk=96/221) |
19-Nov-2024 19:43:06 | 2,062,286 50% 34.50MB/s 0:00:00 (xfr#55, to-chk=95/221) |
19-Nov-2024 19:43:06 | 2,098,094 51% 35.10MB/s 0:00:00 (xfr#56, to-chk=94/221) |
19-Nov-2024 19:43:06 | 2,098,748 51% 35.11MB/s 0:00:00 (xfr#57, to-chk=90/221) |
19-Nov-2024 19:43:06 | 2,219,366 54% 35.87MB/s 0:00:00 (xfr#58, to-chk=89/221) |
19-Nov-2024 19:43:06 | 2,220,020 54% 35.88MB/s 0:00:00 (xfr#59, to-chk=88/221) |
19-Nov-2024 19:43:06 | 2,236,065 54% 35.54MB/s 0:00:00 (xfr#60, to-chk=87/221) |
19-Nov-2024 19:43:06 | 2,236,527 54% 35.55MB/s 0:00:00 (xfr#61, to-chk=83/221) |
19-Nov-2024 19:43:06 | 2,295,342 55% 35.89MB/s 0:00:00 (xfr#62, to-chk=82/221) |
19-Nov-2024 19:43:06 | 2,295,804 55% 35.89MB/s 0:00:00 (xfr#63, to-chk=81/221) |
19-Nov-2024 19:43:06 | 2,334,338 56% 35.91MB/s 0:00:00 (xfr#64, to-chk=80/221) |
19-Nov-2024 19:43:06 | 2,334,896 56% 35.92MB/s 0:00:00 (xfr#65, to-chk=76/221) |
19-Nov-2024 19:43:06 | 2,451,516 59% 36.53MB/s 0:00:00 (xfr#66, to-chk=75/221) |
19-Nov-2024 19:43:06 | 2,452,074 59% 35.98MB/s 0:00:00 (xfr#67, to-chk=74/221) |
19-Nov-2024 19:43:06 | 2,543,086 62% 36.75MB/s 0:00:00 (xfr#68, to-chk=73/221) |
19-Nov-2024 19:43:06 | 2,543,836 62% 36.76MB/s 0:00:00 (xfr#69, to-chk=69/221) |
19-Nov-2024 19:43:06 | 2,802,936 68% 38.74MB/s 0:00:00 (xfr#70, to-chk=68/221) |
19-Nov-2024 19:43:06 | 2,803,686 68% 38.75MB/s 0:00:00 (xfr#71, to-chk=67/221) |
19-Nov-2024 19:43:06 | 2,819,621 68% 38.97MB/s 0:00:00 (xfr#72, to-chk=66/221) |
19-Nov-2024 19:43:06 | 2,820,083 68% 38.98MB/s 0:00:00 (xfr#73, to-chk=62/221) |
19-Nov-2024 19:43:06 | 2,878,154 70% 39.21MB/s 0:00:00 (xfr#74, to-chk=61/221) |
19-Nov-2024 19:43:06 | 2,878,616 70% 39.22MB/s 0:00:00 (xfr#75, to-chk=60/221) |
19-Nov-2024 19:43:06 | 2,879,244 70% 39.23MB/s 0:00:00 (xfr#76, to-chk=59/221) |
19-Nov-2024 19:43:06 | 2,916,715 71% 39.74MB/s 0:00:00 (xfr#77, to-chk=58/221) |
19-Nov-2024 19:43:06 | 2,917,177 71% 39.74MB/s 0:00:00 (xfr#78, to-chk=54/221) |
19-Nov-2024 19:43:06 | 2,921,321 71% 39.24MB/s 0:00:00 (xfr#79, to-chk=53/221) |
19-Nov-2024 19:43:06 | 3,043,426 74% 37.69MB/s 0:00:00 (xfr#80, to-chk=52/221) |
19-Nov-2024 19:43:06 | 3,043,888 74% 37.70MB/s 0:00:00 (xfr#81, to-chk=51/221) |
19-Nov-2024 19:43:06 | 3,065,887 74% 37.49MB/s 0:00:00 (xfr#82, to-chk=50/221) |
19-Nov-2024 19:43:06 | 3,066,349 74% 37.49MB/s 0:00:00 (xfr#83, to-chk=46/221) |
19-Nov-2024 19:43:06 | 3,129,211 76% 37.78MB/s 0:00:00 (xfr#84, to-chk=45/221) |
19-Nov-2024 19:43:06 | 3,129,673 76% 37.78MB/s 0:00:00 (xfr#85, to-chk=44/221) |
19-Nov-2024 19:43:06 | 3,148,408 76% 38.01MB/s 0:00:00 (xfr#86, to-chk=43/221) |
19-Nov-2024 19:43:06 | 3,148,870 76% 37.54MB/s 0:00:00 (xfr#87, to-chk=39/221) |
19-Nov-2024 19:43:06 | 3,213,021 78% 38.30MB/s 0:00:00 (xfr#88, to-chk=38/221) |
19-Nov-2024 19:43:06 | 3,213,483 78% 38.31MB/s 0:00:00 (xfr#89, to-chk=37/221) |
19-Nov-2024 19:43:06 | 3,242,402 79% 38.18MB/s 0:00:00 (xfr#90, to-chk=36/221) |
19-Nov-2024 19:43:06 | 3,242,960 79% 38.18MB/s 0:00:00 (xfr#91, to-chk=32/221) |
19-Nov-2024 19:43:06 | 3,331,962 81% 38.75MB/s 0:00:00 (xfr#92, to-chk=31/221) |
19-Nov-2024 19:43:06 | 3,332,520 81% 38.76MB/s 0:00:00 (xfr#93, to-chk=30/221) |
19-Nov-2024 19:43:06 | 3,352,593 81% 38.52MB/s 0:00:00 (xfr#94, to-chk=29/221) |
19-Nov-2024 19:43:06 | 3,353,151 81% 38.53MB/s 0:00:00 (xfr#95, to-chk=25/221) |
19-Nov-2024 19:43:06 | 3,431,519 83% 39.43MB/s 0:00:00 (xfr#96, to-chk=24/221) |
19-Nov-2024 19:43:06 | 3,432,077 83% 39.43MB/s 0:00:00 (xfr#97, to-chk=23/221) |
19-Nov-2024 19:43:06 | 3,473,042 84% 39.43MB/s 0:00:00 (xfr#98, to-chk=22/221) |
19-Nov-2024 19:43:06 | 3,473,600 84% 39.44MB/s 0:00:00 (xfr#99, to-chk=18/221) |
19-Nov-2024 19:43:06 | 3,603,161 87% 40.43MB/s 0:00:00 (xfr#100, to-chk=17/221) |
19-Nov-2024 19:43:06 | 3,603,719 87% 39.96MB/s 0:00:00 (xfr#101, to-chk=16/221) |
19-Nov-2024 19:43:06 | 3,604,347 87% 39.97MB/s 0:00:00 (xfr#102, to-chk=15/221) |
19-Nov-2024 19:43:06 | 3,619,365 88% 40.14MB/s 0:00:00 (xfr#103, to-chk=14/221) |
19-Nov-2024 19:43:06 | 3,619,923 88% 39.68MB/s 0:00:00 (xfr#104, to-chk=10/221) |
19-Nov-2024 19:43:06 | 3,671,936 89% 40.25MB/s 0:00:00 (xfr#105, to-chk=9/221) |
19-Nov-2024 19:43:06 | 3,672,494 89% 39.80MB/s 0:00:00 (xfr#106, to-chk=8/221) |
19-Nov-2024 19:43:06 | 3,804,883 92% 40.77MB/s 0:00:00 (xfr#107, to-chk=7/221) |
19-Nov-2024 19:43:06 | 3,805,249 92% 40.77MB/s 0:00:00 (xfr#108, to-chk=3/221) |
19-Nov-2024 19:43:06 | 4,052,956 98% 42.47MB/s 0:00:00 (xfr#109, to-chk=2/221) |
19-Nov-2024 19:43:06 | 4,053,322 98% 42.48MB/s 0:00:00 (xfr#110, to-chk=1/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.45MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.45MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.45MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.45MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.45MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.45MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.45MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.45MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.45MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.45MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 42.00MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 41.55MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | 4,095,489 99% 41.11MB/s 0:00:00 (xfr#111, to-chk=0/221) |
19-Nov-2024 19:43:06 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.19-19.27.23/pod-logs/dev-oneprovider-krakow-0/op-worker |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 |
19-Nov-2024 19:43:06 | 20,528 3% 19.58MB/s 0:00:00 (xfr#1, to-chk=51/54) |
19-Nov-2024 19:43:06 | 59,743 10% 56.98MB/s 0:00:00 (xfr#2, to-chk=49/54) |
19-Nov-2024 19:43:06 | 96,322 16% 8.35MB/s 0:00:00 (xfr#3, to-chk=47/54) |
19-Nov-2024 19:43:06 | 99,484 16% 8.63MB/s 0:00:00 (xfr#4, to-chk=45/54) |
19-Nov-2024 19:43:06 | 99,484 16% 8.63MB/s 0:00:00 (xfr#5, to-chk=43/54) |
19-Nov-2024 19:43:06 | 134,649 22% 11.67MB/s 0:00:00 (xfr#6, to-chk=41/54) |
19-Nov-2024 19:43:06 | 134,799 22% 11.69MB/s 0:00:00 (xfr#7, to-chk=39/54) |
19-Nov-2024 19:43:06 | 135,096 22% 10.74MB/s 0:00:00 (xfr#8, to-chk=37/54) |
19-Nov-2024 19:43:06 | 237,061 39% 12.56MB/s 0:00:00 (xfr#9, to-chk=35/54) |
19-Nov-2024 19:43:06 | 245,148 41% 12.99MB/s 0:00:00 (xfr#10, to-chk=25/54) |
19-Nov-2024 19:43:06 | 252,608 42% 12.05MB/s 0:00:00 (xfr#11, to-chk=24/54) |
19-Nov-2024 19:43:06 | 254,596 42% 12.14MB/s 0:00:00 (xfr#12, to-chk=23/54) |
19-Nov-2024 19:43:06 | 263,308 44% 10.04MB/s 0:00:00 (xfr#13, to-chk=22/54) |
19-Nov-2024 19:43:06 | 271,680 45% 9.60MB/s 0:00:00 (xfr#14, to-chk=21/54) |
19-Nov-2024 19:43:06 | 274,409 46% 9.69MB/s 0:00:00 (xfr#15, to-chk=20/54) |
19-Nov-2024 19:43:06 | 279,823 47% 9.88MB/s 0:00:00 (xfr#16, to-chk=19/54) |
19-Nov-2024 19:43:06 | 286,713 48% 9.77MB/s 0:00:00 (xfr#17, to-chk=18/54) |
19-Nov-2024 19:43:06 | 293,318 49% 9.99MB/s 0:00:00 (xfr#18, to-chk=17/54) |
19-Nov-2024 19:43:06 | 297,470 50% 10.13MB/s 0:00:00 (xfr#19, to-chk=16/54) |
19-Nov-2024 19:43:06 | 299,015 50% 10.18MB/s 0:00:00 (xfr#20, to-chk=15/54) |
19-Nov-2024 19:43:06 | 306,188 51% 10.43MB/s 0:00:00 (xfr#21, to-chk=14/54) |
19-Nov-2024 19:43:06 | 312,052 52% 10.63MB/s 0:00:00 (xfr#22, to-chk=13/54) |
19-Nov-2024 19:43:06 | 318,258 53% 10.84MB/s 0:00:00 (xfr#23, to-chk=12/54) |
19-Nov-2024 19:43:06 | 321,329 54% 10.94MB/s 0:00:00 (xfr#24, to-chk=11/54) |
19-Nov-2024 19:43:06 | 324,742 54% 10.68MB/s 0:00:00 (xfr#25, to-chk=10/54) |
19-Nov-2024 19:43:06 | 325,305 54% 10.70MB/s 0:00:00 (xfr#26, to-chk=9/54) |
19-Nov-2024 19:43:06 | 329,799 55% 10.85MB/s 0:00:00 (xfr#27, to-chk=8/54) |
19-Nov-2024 19:43:06 | 337,601 56% 11.10MB/s 0:00:00 (xfr#28, to-chk=7/54) |
19-Nov-2024 19:43:06 | 338,968 57% 11.15MB/s 0:00:00 (xfr#29, to-chk=6/54) |
19-Nov-2024 19:43:06 | 343,749 57% 11.30MB/s 0:00:00 (xfr#30, to-chk=5/54) |
19-Nov-2024 19:43:06 | 346,077 58% 11.38MB/s 0:00:00 (xfr#31, to-chk=4/54) |
19-Nov-2024 19:43:06 | 347,721 58% 11.05MB/s 0:00:00 (xfr#32, to-chk=3/54) |
19-Nov-2024 19:43:06 | 352,850 59% 11.22MB/s 0:00:00 (xfr#33, to-chk=2/54) |
19-Nov-2024 19:43:06 | 353,128 59% 11.23MB/s 0:00:00 (xfr#34, to-chk=1/54) |
19-Nov-2024 19:43:06 | 356,938 60% 11.35MB/s 0:00:00 (xfr#35, to-chk=0/54) |
19-Nov-2024 19:43:06 | 356,938 60% 11.35MB/s 0:00:00 (xfr#35, to-chk=0/54) |
19-Nov-2024 19:43:06 | 356,938 60% 11.35MB/s 0:00:00 (xfr#35, to-chk=0/54) |
19-Nov-2024 19:43:06 | 356,938 60% 10.64MB/s 0:00:00 (xfr#35, to-chk=0/54) |
19-Nov-2024 19:43:06 | 356,938 60% 10.64MB/s 0:00:00 (xfr#35, to-chk=0/54) |
19-Nov-2024 19:43:06 | 356,938 60% 10.64MB/s 0:00:00 (xfr#35, to-chk=0/54) |
19-Nov-2024 19:43:06 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.19-19.27.23/pod-logs/dev-oneprovider-krakow-0/op-panel |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 |
19-Nov-2024 19:43:06 | 17,806 16% 16.98MB/s 0:00:00 (xfr#2, to-chk=9/14) |
19-Nov-2024 19:43:06 | 36,545 33% 34.85MB/s 0:00:00 (xfr#3, to-chk=7/14) |
19-Nov-2024 19:43:06 | 36,545 33% 34.85MB/s 0:00:00 (xfr#4, to-chk=5/14) |
19-Nov-2024 19:43:06 | 54,148 49% 51.64MB/s 0:00:00 (xfr#5, to-chk=3/14) |
19-Nov-2024 19:43:06 | 54,439 50% 51.92MB/s 0:00:00 (xfr#6, to-chk=1/14) |
19-Nov-2024 19:43:06 | 54,439 50% 51.92MB/s 0:00:00 (xfr#6, to-chk=0/14) |
19-Nov-2024 19:43:06 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.19-19.27.23/pod-logs/dev-oneprovider-krakow-0/cluster-manager |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 |
19-Nov-2024 19:43:06 | 2,022 14% 1.93MB/s 0:00:00 (xfr#2, to-chk=9/14) |
19-Nov-2024 19:43:06 | 4,776 34% 4.55MB/s 0:00:00 (xfr#3, to-chk=7/14) |
19-Nov-2024 19:43:06 | 4,776 34% 4.55MB/s 0:00:00 (xfr#4, to-chk=5/14) |
19-Nov-2024 19:43:06 | 6,595 48% 6.29MB/s 0:00:00 (xfr#5, to-chk=3/14) |
19-Nov-2024 19:43:06 | 6,857 50% 6.54MB/s 0:00:00 (xfr#6, to-chk=1/14) |
19-Nov-2024 19:43:06 | 6,857 50% 6.54MB/s 0:00:00 (xfr#6, to-chk=0/14) |
19-Nov-2024 19:43:06 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.19-19.27.23/pod-logs/dev-oneprovider-paris-0/op-worker |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=51/54) |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 |
19-Nov-2024 19:43:06 | 35,796 6% 34.14MB/s 0:00:00 (xfr#2, to-chk=49/54) |
19-Nov-2024 19:43:06 | 68,939 13% 65.75MB/s 0:00:00 (xfr#3, to-chk=47/54) |
19-Nov-2024 19:43:06 | 69,349 13% 66.14MB/s 0:00:00 (xfr#4, to-chk=45/54) |
19-Nov-2024 19:43:06 | 69,349 13% 66.14MB/s 0:00:00 (xfr#5, to-chk=43/54) |
19-Nov-2024 19:43:06 | 101,095 19% 96.41MB/s 0:00:00 (xfr#6, to-chk=41/54) |
19-Nov-2024 19:43:06 | 101,245 19% 96.55MB/s 0:00:00 (xfr#7, to-chk=39/54) |
19-Nov-2024 19:43:06 | 101,542 19% 96.84MB/s 0:00:00 (xfr#8, to-chk=37/54) |
19-Nov-2024 19:43:06 | 203,742 38% 194.30MB/s 0:00:00 (xfr#9, to-chk=35/54) |
19-Nov-2024 19:43:06 | 205,386 38% 195.87MB/s 0:00:00 (xfr#10, to-chk=25/54) |
19-Nov-2024 19:43:06 | 209,878 39% 200.16MB/s 0:00:00 (xfr#11, to-chk=24/54) |
19-Nov-2024 19:43:06 | 218,598 41% 104.24MB/s 0:00:00 (xfr#12, to-chk=23/54) |
19-Nov-2024 19:43:06 | 225,771 42% 107.66MB/s 0:00:00 (xfr#13, to-chk=22/54) |
19-Nov-2024 19:43:06 | 232,374 44% 110.80MB/s 0:00:00 (xfr#14, to-chk=21/54) |
19-Nov-2024 19:43:06 | 234,368 44% 74.50MB/s 0:00:00 (xfr#15, to-chk=20/54) |
19-Nov-2024 19:43:06 | 237,787 45% 75.59MB/s 0:00:00 (xfr#16, to-chk=19/54) |
19-Nov-2024 19:43:06 | 245,585 46% 58.55MB/s 0:00:00 (xfr#17, to-chk=18/54) |
19-Nov-2024 19:43:06 | 245,861 46% 58.62MB/s 0:00:00 (xfr#18, to-chk=17/54) |
19-Nov-2024 19:43:06 | 247,228 46% 58.94MB/s 0:00:00 (xfr#19, to-chk=16/54) |
19-Nov-2024 19:43:06 | 255,313 48% 60.87MB/s 0:00:00 (xfr#20, to-chk=15/54) |
19-Nov-2024 19:43:06 | 261,517 49% 62.35MB/s 0:00:00 (xfr#21, to-chk=14/54) |
19-Nov-2024 19:43:06 | 266,302 50% 63.49MB/s 0:00:00 (xfr#22, to-chk=13/54) |
19-Nov-2024 19:43:06 | 266,863 50% 50.90MB/s 0:00:00 (xfr#23, to-chk=12/54) |
19-Nov-2024 19:43:06 | 270,671 51% 51.63MB/s 0:00:00 (xfr#24, to-chk=11/54) |
19-Nov-2024 19:43:06 | 273,394 51% 52.15MB/s 0:00:00 (xfr#25, to-chk=10/54) |
19-Nov-2024 19:43:06 | 278,523 52% 53.12MB/s 0:00:00 (xfr#26, to-chk=9/54) |
19-Nov-2024 19:43:06 | 281,600 53% 53.71MB/s 0:00:00 (xfr#27, to-chk=8/54) |
19-Nov-2024 19:43:06 | 288,490 54% 55.03MB/s 0:00:00 (xfr#28, to-chk=7/54) |
19-Nov-2024 19:43:06 | 295,948 56% 56.45MB/s 0:00:00 (xfr#29, to-chk=6/54) |
19-Nov-2024 19:43:06 | 300,098 56% 57.24MB/s 0:00:00 (xfr#30, to-chk=5/54) |
19-Nov-2024 19:43:06 | 301,113 57% 47.86MB/s 0:00:00 (xfr#31, to-chk=4/54) |
19-Nov-2024 19:43:06 | 306,971 58% 48.79MB/s 0:00:00 (xfr#32, to-chk=3/54) |
19-Nov-2024 19:43:06 | 315,341 59% 50.12MB/s 0:00:00 (xfr#33, to-chk=2/54) |
19-Nov-2024 19:43:06 | 320,745 60% 50.98MB/s 0:00:00 (xfr#34, to-chk=1/54) |
19-Nov-2024 19:43:06 | 323,071 61% 51.35MB/s 0:00:00 (xfr#35, to-chk=0/54) |
19-Nov-2024 19:43:06 | 323,071 61% 51.35MB/s 0:00:00 (xfr#35, to-chk=0/54) |
19-Nov-2024 19:43:06 | 323,071 61% 51.35MB/s 0:00:00 (xfr#35, to-chk=0/54) |
19-Nov-2024 19:43:06 | 323,071 61% 38.51MB/s 0:00:00 (xfr#35, to-chk=0/54) |
19-Nov-2024 19:43:06 | 323,071 61% 38.51MB/s 0:00:00 (xfr#35, to-chk=0/54) |
19-Nov-2024 19:43:06 | 323,071 61% 38.51MB/s 0:00:00 (xfr#35, to-chk=0/54) |
19-Nov-2024 19:43:06 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.19-19.27.23/pod-logs/dev-oneprovider-paris-0/op-panel |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 |
19-Nov-2024 19:43:06 | 18,044 16% 17.21MB/s 0:00:00 (xfr#2, to-chk=9/14) |
19-Nov-2024 19:43:06 | 37,023 33% 35.31MB/s 0:00:00 (xfr#3, to-chk=7/14) |
19-Nov-2024 19:43:06 | 37,023 33% 35.31MB/s 0:00:00 (xfr#4, to-chk=5/14) |
19-Nov-2024 19:43:06 | 54,864 49% 52.32MB/s 0:00:00 (xfr#5, to-chk=3/14) |
19-Nov-2024 19:43:06 | 55,155 50% 26.30MB/s 0:00:00 (xfr#6, to-chk=1/14) |
19-Nov-2024 19:43:06 | 55,155 50% 13.15MB/s 0:00:00 (xfr#6, to-chk=0/14) |
19-Nov-2024 19:43:06 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.19-19.27.23/pod-logs/dev-oneprovider-paris-0/cluster-manager |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 |
19-Nov-2024 19:43:06 | 2,018 14% 1.92MB/s 0:00:00 (xfr#2, to-chk=9/14) |
19-Nov-2024 19:43:06 | 4,766 34% 4.55MB/s 0:00:00 (xfr#3, to-chk=7/14) |
19-Nov-2024 19:43:06 | 4,766 34% 4.55MB/s 0:00:00 (xfr#4, to-chk=5/14) |
19-Nov-2024 19:43:06 | 6,581 48% 6.28MB/s 0:00:00 (xfr#5, to-chk=3/14) |
19-Nov-2024 19:43:06 | 6,843 50% 6.53MB/s 0:00:00 (xfr#6, to-chk=1/14) |
19-Nov-2024 19:43:06 | 6,843 50% 3.26MB/s 0:00:00 (xfr#6, to-chk=0/14) |
19-Nov-2024 19:43:06 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.19-19.27.23/pod-logs/dev-onezone-0/oz-worker |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=15/18) |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 |
19-Nov-2024 19:43:06 | 23,955 6% 22.85MB/s 0:00:00 (xfr#2, to-chk=13/18) |
19-Nov-2024 19:43:06 | 48,677 13% 46.42MB/s 0:00:00 (xfr#3, to-chk=11/18) |
19-Nov-2024 19:43:06 | 48,677 13% 46.42MB/s 0:00:00 (xfr#4, to-chk=9/18) |
19-Nov-2024 19:43:06 | 72,152 20% 68.81MB/s 0:00:00 (xfr#5, to-chk=7/18) |
19-Nov-2024 19:43:06 | 72,243 20% 68.90MB/s 0:00:00 (xfr#6, to-chk=5/18) |
19-Nov-2024 19:43:06 | 72,540 20% 69.18MB/s 0:00:00 (xfr#7, to-chk=3/18) |
19-Nov-2024 19:43:06 | 175,961 50% 83.90MB/s 0:00:00 (xfr#8, to-chk=1/18) |
19-Nov-2024 19:43:06 | 175,961 50% 41.95MB/s 0:00:00 (xfr#8, to-chk=0/18) |
19-Nov-2024 19:43:06 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.19-19.27.23/pod-logs/dev-onezone-0/oz-panel |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 |
19-Nov-2024 19:43:06 | 53,542 12% 51.06MB/s 0:00:00 (xfr#2, to-chk=9/14) |
19-Nov-2024 19:43:06 | 108,638 25% 51.80MB/s 0:00:00 (xfr#3, to-chk=7/14) |
19-Nov-2024 19:43:06 | 156,113 37% 49.63MB/s 0:00:00 (xfr#4, to-chk=5/14) |
19-Nov-2024 19:43:06 | 209,452 49% 66.58MB/s 0:00:00 (xfr#5, to-chk=3/14) |
19-Nov-2024 19:43:06 | 209,743 50% 66.68MB/s 0:00:00 (xfr#6, to-chk=1/14) |
19-Nov-2024 19:43:06 | 209,743 50% 40.01MB/s 0:00:00 (xfr#6, to-chk=0/14) |
19-Nov-2024 19:43:06 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.19-19.27.23/pod-logs/dev-onezone-0/cluster-manager |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
19-Nov-2024 19:43:06 | 0 0% 0.00kB/s 0:00:00 |
19-Nov-2024 19:43:06 | 1,977 14% 1.89MB/s 0:00:00 (xfr#2, to-chk=9/14) |
19-Nov-2024 19:43:06 | 4,664 34% 4.45MB/s 0:00:00 (xfr#3, to-chk=7/14) |
19-Nov-2024 19:43:06 | 4,664 34% 4.45MB/s 0:00:00 (xfr#4, to-chk=5/14) |
19-Nov-2024 19:43:06 | 6,438 48% 6.14MB/s 0:00:00 (xfr#5, to-chk=3/14) |
19-Nov-2024 19:43:06 | 6,700 50% 6.39MB/s 0:00:00 (xfr#6, to-chk=1/14) |
19-Nov-2024 19:43:06 | 6,700 50% 6.39MB/s 0:00:00 (xfr#6, to-chk=0/14) |
19-Nov-2024 19:43:06 | [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/oneclient/logs/multiprovider_proxy/test_multi_reg_file_CRUD.1732045374.642344 exists, exporting anyway. |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | =============================== warnings summary =============================== |
19-Nov-2024 19:43:06 | tests/utils/rest_utils.py:98 |
19-Nov-2024 19:43:06 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ ' |
19-Nov-2024 19:43:06 | print(""" |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | tests/utils/path_utils.py:112 |
19-Nov-2024 19:43:06 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ ' |
19-Nov-2024 19:43:06 | return path.replace("'", "\\'").replace(' ', '\ ') |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | tests/utils/acceptance_utils.py:55 |
19-Nov-2024 19:43:06 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d' |
19-Nov-2024 19:43:06 | '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?')) |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | tests/utils/acceptance_utils.py:57 |
19-Nov-2024 19:43:06 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d' |
19-Nov-2024 19:43:06 | '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?')) |
19-Nov-2024 19:43:06 | |
19-Nov-2024 19:43:06 | -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
19-Nov-2024 19:43:06 | - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance/test-reports/results.xml - |
19-Nov-2024 19:43:06 | ================== 26 passed, 4 warnings in 945.77s (0:15:45) ================== |
19-Nov-2024 19:43:11 | release "dev" uninstalled |
19-Nov-2024 19:43:12 | persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted |
19-Nov-2024 19:43:12 | persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted |
19-Nov-2024 19:43:15 | No resources found |
19-Nov-2024 19:43:16 | Sidecar injection has been disabled |
19-Nov-2024 19:43:16 | Cleaning helm release "dev"... |
19-Nov-2024 19:43:16 | Deleted 1 helm deployments |
19-Nov-2024 19:43:16 | Deleted 0 k8s deployments |
19-Nov-2024 19:43:16 | Deleted 0 k8s services |
19-Nov-2024 19:43:16 | Deleted 0 persistent volumes |
19-Nov-2024 19:43:16 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
19-Nov-2024 19:43:16 | [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone |
19-Nov-2024 19:43:16 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
19-Nov-2024 19:43:16 | [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider |
19-Nov-2024 19:43:16 | [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli |
19-Nov-2024 19:43:16 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
19-Nov-2024 19:43:16 | [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient |
19-Nov-2024 19:43:16 | Finished task 'Run acceptance oneclient tests' with result: Success |
19-Nov-2024 19:43:16 | Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' |
19-Nov-2024 19:43:16 | Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS... |
19-Nov-2024 19:43:16 | Finished task 'Parse test results' with result: Success |
19-Nov-2024 19:43:16 | All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
19-Nov-2024 19:43:16 | Substituting variable: ${bamboo.artifactRepoHostname} with S3 |
19-Nov-2024 19:43:16 | Substituting variable: ${bamboo.artifactRepoPort} with 10161 |
19-Nov-2024 19:43:16 | Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu |
19-Nov-2024 19:43:16 | Substituting variable: ${bamboo.planRepository.branchName} with develop |
19-Nov-2024 19:43:16 | Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance |
19-Nov-2024 19:43:16 | Substituting variable: ${bamboo.artifactRepoHostname} with S3 |
19-Nov-2024 19:43:16 | Substituting variable: ${bamboo.artifactRepoPort} with 10161 |
19-Nov-2024 19:43:16 | Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu |
19-Nov-2024 19:43:16 | Substituting variable: ${bamboo.planRepository.branchName} with develop |
19-Nov-2024 19:43:16 | Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance |
19-Nov-2024 19:43:16 | Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
19-Nov-2024 19:43:16 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio symlinks #3365 (ODSRV-OAP-MPRFCPS-3365)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPS-3365-ScriptBuildTask-16240621765425092524.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance |
19-Nov-2024 19:43:16 | ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_multiprovider_proxy_regular_file_CRUD_proxyio_symlinks.tar.gz |
19-Nov-2024 19:43:17 | Uploading artifact |
19-Nov-2024 19:43:17 | source path: surefire_multiprovider_proxy_regular_file_CRUD_proxyio_symlinks.tar.gz |
19-Nov-2024 19:43:17 | dest. path: artifacts/onedata-acceptance/develop/surefire_multiprovider_proxy_regular_file_CRUD_proxyio_symlinks.tar.gz |
19-Nov-2024 19:43:17 | Finished task 'Pack and push surefire artifact' with result: Success |
19-Nov-2024 19:43:17 | All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
19-Nov-2024 19:43:17 | Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
19-Nov-2024 19:43:17 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio symlinks #3365 (ODSRV-OAP-MPRFCPS-3365)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPS-3365-ScriptBuildTask-1978690519018001130.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS |
19-Nov-2024 19:43:17 | cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory |
19-Nov-2024 19:43:18 | Finished task 'Pack logs' with result: Success |
19-Nov-2024 19:43:18 | All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
19-Nov-2024 19:43:18 | Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh |
19-Nov-2024 19:43:18 | Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
19-Nov-2024 19:43:18 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio symlinks #3365 (ODSRV-OAP-MPRFCPS-3365)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPS-3365-ScriptBuildTask-12651626723981287165.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS/onedata-acceptance |
19-Nov-2024 19:43:18 | % Total % Received % Xferd Average Speed Time Time Time Current |
19-Nov-2024 19:43:18 | Dload Upload Total Spent Left Speed |
19-Nov-2024 19:43:18 | |
19-Nov-2024 19:43:18 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
19-Nov-2024 19:43:18 | 100 4822 100 4822 0 0 59530 0 --:--:-- --:--:-- --:--:-- 60275 |
19-Nov-2024 19:43:18 | Clearing /tmp/onedata and /home/bamboo/.one-env |
19-Nov-2024 19:43:21 | Cleaning helm deployments |
19-Nov-2024 19:43:21 | Cleanining pods |
19-Nov-2024 19:43:22 | Cleaning kube persistant volumes |
19-Nov-2024 19:43:22 | Cleaning dockswift container |
19-Nov-2024 19:43:22 | Cleaning docker containers |
19-Nov-2024 19:43:25 | Stalled docker containers to remove: |
19-Nov-2024 19:43:25 | 9cce14072914 305795d18d2a d1258fd23026 20d90e17793e 59506f3a0815 a59ca9d2bd95 e628807772cd 24b6f3cefd76 8a8c8a6f6253 dcc2e76f3018 40d36a9f3ed4 05e31350a1a6 f4e1887ff474 ce067c57cb1f dd07cd92c912 3cc1b9952759 901405a634a2 33babd09ab81 9e39041f9b27 014adea645cd |
19-Nov-2024 19:43:25 | Removing stalled docker containers |
19-Nov-2024 19:43:25 | Error response from daemon: Cannot kill container: 9cce14072914: Container 9cce14072914dad6c7593c5c539b546fd9dca1e98d9a24b9aef54978922e5922 is not running |
19-Nov-2024 19:43:25 | 9cce14072914 |
19-Nov-2024 19:43:25 | Error response from daemon: Cannot kill container: 305795d18d2a: Container 305795d18d2a86e63e2b47d67a4e293ba9b560fb7f767eb6c881ead408576507 is not running |
19-Nov-2024 19:43:25 | 305795d18d2a |
19-Nov-2024 19:43:25 | Error response from daemon: Cannot kill container: d1258fd23026: Container d1258fd230264097b7143cdd101e9549e89a23afe5f41d549e1d3a739d8c929d is not running |
19-Nov-2024 19:43:25 | d1258fd23026 |
19-Nov-2024 19:43:25 | Error response from daemon: Cannot kill container: 20d90e17793e: Container 20d90e17793e61be65d3e9985460e386e6803cc45e9c515d3ab72dad29975ba7 is not running |
19-Nov-2024 19:43:25 | 20d90e17793e |
19-Nov-2024 19:43:26 | Error response from daemon: Cannot kill container: 59506f3a0815: Container 59506f3a0815fcbbc1a5599bb8d1f16b6b0a0f1e64ee1a65328cfd2cc9afef0f is not running |
19-Nov-2024 19:43:26 | 59506f3a0815 |
19-Nov-2024 19:43:26 | Error response from daemon: Cannot kill container: a59ca9d2bd95: Container a59ca9d2bd952de7889c2e3613e85546e4313e27a7ba8b7a4f7052d754cb72c5 is not running |
19-Nov-2024 19:43:26 | a59ca9d2bd95 |
19-Nov-2024 19:43:26 | Error response from daemon: Cannot kill container: e628807772cd: Container e628807772cd21e205af056c1741c2689dff433d61f3c844cfd524b2e2d8a4be is not running |
19-Nov-2024 19:43:26 | e628807772cd |
19-Nov-2024 19:43:26 | Error response from daemon: Cannot kill container: 24b6f3cefd76: Container 24b6f3cefd761e4310433fe8f3e48a5e0c6bfe87f7c699d29fe82b007acda8e9 is not running |
19-Nov-2024 19:43:26 | 24b6f3cefd76 |
19-Nov-2024 19:43:26 | Error response from daemon: Cannot kill container: 8a8c8a6f6253: Container 8a8c8a6f6253d342ef100229bebfd4155e91f32e88d8e7a3e680811594c95d5f is not running |
19-Nov-2024 19:43:26 | 8a8c8a6f6253 |
19-Nov-2024 19:43:26 | Error response from daemon: Cannot kill container: dcc2e76f3018: Container dcc2e76f301852d25c095a68d0ef002f12085744827f77d32c9332586c4b8ea0 is not running |
19-Nov-2024 19:43:26 | dcc2e76f3018 |
19-Nov-2024 19:43:26 | Error response from daemon: Cannot kill container: 40d36a9f3ed4: Container 40d36a9f3ed4b349ec9dee4dbbe1c1a8f34c33cbfdf0d33e3d1764c335190062 is not running |
19-Nov-2024 19:43:26 | 40d36a9f3ed4 |
19-Nov-2024 19:43:26 | Error response from daemon: Cannot kill container: 05e31350a1a6: Container 05e31350a1a641834c097c84d682943b2fa681f3a074d10f9f6929d49df160e9 is not running |
19-Nov-2024 19:43:26 | 05e31350a1a6 |
19-Nov-2024 19:43:26 | Error response from daemon: Cannot kill container: f4e1887ff474: Container f4e1887ff4748392bc2433b31f64999936cc24c266acb7a8cbf51abb0a516305 is not running |
19-Nov-2024 19:43:26 | f4e1887ff474 |
19-Nov-2024 19:43:26 | Error response from daemon: Cannot kill container: ce067c57cb1f: Container ce067c57cb1f125d2a829f8470a49c8b2c7a6dcd8993ad9ff7856af2dc880b6a is not running |
19-Nov-2024 19:43:26 | ce067c57cb1f |
19-Nov-2024 19:43:26 | Error response from daemon: Cannot kill container: dd07cd92c912: Container dd07cd92c912e997e5b22768e03fd9e752054483d80fc30d60ea0331992a7412 is not running |
19-Nov-2024 19:43:26 | dd07cd92c912 |
19-Nov-2024 19:43:26 | Error response from daemon: Cannot kill container: 3cc1b9952759: Container 3cc1b995275913614e5059134b3a6837087301a54a9d7c53915faceea8350329 is not running |
19-Nov-2024 19:43:27 | 3cc1b9952759 |
19-Nov-2024 19:43:27 | Error response from daemon: Cannot kill container: 901405a634a2: Container 901405a634a2f7f0bf8a5c76459f55af17fccda1822824f557253bd2a5bf2eb0 is not running |
19-Nov-2024 19:43:27 | 901405a634a2 |
19-Nov-2024 19:43:27 | Error response from daemon: Cannot kill container: 33babd09ab81: Container 33babd09ab810cc2d08b2895cc8481e8987c0d14eabdfa6331941a438e3fe6f8 is not running |
19-Nov-2024 19:43:27 | 33babd09ab81 |
19-Nov-2024 19:43:27 | Error response from daemon: Cannot kill container: 9e39041f9b27: Container 9e39041f9b2789f49c916e1d4b6a3279d0660969b01af056690f1fe121f58ace is not running |
19-Nov-2024 19:43:27 | 9e39041f9b27 |
19-Nov-2024 19:43:28 | 014adea645cd |
19-Nov-2024 19:43:28 | 014adea645cd |
19-Nov-2024 19:43:28 | Stalled docker volumes to remove: |
19-Nov-2024 19:43:28 | |
19-Nov-2024 19:43:28 | Removing stalled docker volumes |
19-Nov-2024 19:43:28 | Removing stalled loopdevices |
19-Nov-2024 19:43:30 | Done |
19-Nov-2024 19:43:30 | Finished task 'Clear env and working dir' with result: Success |
19-Nov-2024 19:43:30 | Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2 |
19-Nov-2024 19:43:30 | Running post build plugin 'Docker Container Cleanup' |
19-Nov-2024 19:43:30 | Running post build plugin 'NCover Results Collector' |
19-Nov-2024 19:43:30 | Running post build plugin 'Build Results Label Collector' |
19-Nov-2024 19:43:30 | Running post build plugin 'Clover Results Collector' |
19-Nov-2024 19:43:30 | Running post build plugin 'npm Cache Cleanup' |
19-Nov-2024 19:43:30 | Running post build plugin 'Artifact Copier' |
19-Nov-2024 19:43:30 | Publishing an artifact: test_logs.tar.gz |
19-Nov-2024 19:43:30 | Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 122.3 ms |
19-Nov-2024 19:43:30 | Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPS' |
19-Nov-2024 19:43:30 | Finalising the build... |
19-Nov-2024 19:43:30 | Stopping timer. |
19-Nov-2024 19:43:30 | Build ODSRV-OAP-MPRFCPS-3365 completed. |
19-Nov-2024 19:43:30 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
19-Nov-2024 19:43:30 | Running on server: post build plugin 'NCover Results Collector' |
19-Nov-2024 19:43:30 | Running on server: post build plugin 'Build Labeller' |
19-Nov-2024 19:43:30 | Running on server: post build plugin 'Clover Delta Calculator' |
19-Nov-2024 19:43:30 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
19-Nov-2024 19:43:30 | All post build plugins have finished |
19-Nov-2024 19:43:30 | Generating build results summary... |
19-Nov-2024 19:43:31 | Saving build results to disk... |
19-Nov-2024 19:43:31 | Store variable context... |
19-Nov-2024 19:43:31 | Finished building ODSRV-OAP-MPRFCPS-3365. |