oneclient acceptance tests using environment deployed from packages
Build: #3361 was successful
Job: multiprovider proxy regular file CRUD proxyio hardlinks was successful
Build log
The build generated 2,803 lines of output. The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.
09-Nov-2024 19:29:14 | - from feature 'Multi_regular_file_CRUD' |
09-Nov-2024 19:29:14 | ----------------------------------------------------------------- |
09-Nov-2024 19:29:14 | -- Executing step: 'Given "oneclients [client11, client21] |
09-Nov-2024 19:29:14 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
09-Nov-2024 19:29:14 | using [token, token] by [user1, user2]"' |
09-Nov-2024 19:29:14 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:29:14 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:29:14 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:14 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-xjxc2' |
09-Nov-2024 19:29:14 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-xjxc2' successfully started |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:14 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/ymluwkws19t3esx0 |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:14 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ymluwkws19t3esx0 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ymluwkws19t3esx0 |
09-Nov-2024 19:29:14 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '17034869033208303823'... |
09-Nov-2024 19:29:14 | Getting configuration... |
09-Nov-2024 19:29:14 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/ymluwkws19t3esx0'. |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:14 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:29:14 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:29:14 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:14 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-6c22s' |
09-Nov-2024 19:29:14 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-6c22s' successfully started |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:14 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/x464dlb1iunrocv4 |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:14 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/x464dlb1iunrocv4 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/x464dlb1iunrocv4 |
09-Nov-2024 19:29:14 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '2571922014426259676'... |
09-Nov-2024 19:29:14 | Getting configuration... |
09-Nov-2024 19:29:14 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/x464dlb1iunrocv4'. |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:14 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
09-Nov-2024 19:29:14 | -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"' |
09-Nov-2024 19:29:14 | -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:29:14 | -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"' |
09-Nov-2024 19:29:14 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"' |
09-Nov-2024 19:29:14 | -- Executing step: 'When "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"' |
09-Nov-2024 19:29:14 | -- Executing step: 'When "user1 changes space1/dir1 mode to 777 on client11"' |
09-Nov-2024 19:29:14 | -- Executing step: 'Then "mode of user2's space1/dir1 is 777 on client21"' |
09-Nov-2024 19:29:14 | -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r on client11"' |
09-Nov-2024 19:29:14 | -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"' |
09-Nov-2024 19:29:14 | -- Executing step: 'Then "user2 can't stat [file1] in space1/dir1 on client21"' |
09-Nov-2024 19:29:14 | -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:29:14 | -- Executing step: 'Then "user2 doesn't see [file1] in space1/dir1 on client21"' |
09-Nov-2024 19:29:14 | -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:29:14 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"' |
09-Nov-2024 19:29:14 | -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"' |
09-Nov-2024 19:29:14 | ================================================================= |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:14 | PASSED |
09-Nov-2024 19:29:14 | Unmounting client from /tmp/onedata/mnt/ymluwkws19t3esx0 |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:14 | Unmounting client from /tmp/onedata/mnt/x464dlb1iunrocv4 |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:14 | |
09-Nov-2024 19:29:42 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_file_opened_for_rdwr[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
09-Nov-2024 19:29:42 | ================================================================= |
09-Nov-2024 19:29:42 | - Executing scenario 'Delete file opened by other user for reading and writing' |
09-Nov-2024 19:29:42 | - from feature 'Multi_regular_file_CRUD' |
09-Nov-2024 19:29:42 | ----------------------------------------------------------------- |
09-Nov-2024 19:29:42 | -- Executing step: 'Given "oneclients [client11, client21] |
09-Nov-2024 19:29:42 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
09-Nov-2024 19:29:42 | using [token, token] by [user1, user2]"' |
09-Nov-2024 19:29:42 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:29:42 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:29:42 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:29:42 | |
09-Nov-2024 19:29:42 | |
09-Nov-2024 19:29:42 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-xjxc2' |
09-Nov-2024 19:29:42 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-xjxc2' successfully started |
09-Nov-2024 19:29:42 | |
09-Nov-2024 19:29:42 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/c1avpbwkvgvzqzau |
09-Nov-2024 19:29:42 | |
09-Nov-2024 19:29:42 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/c1avpbwkvgvzqzau --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/c1avpbwkvgvzqzau |
09-Nov-2024 19:29:42 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '2476916171322118753'... |
09-Nov-2024 19:29:42 | Getting configuration... |
09-Nov-2024 19:29:42 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/c1avpbwkvgvzqzau'. |
09-Nov-2024 19:29:42 | |
09-Nov-2024 19:29:42 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:29:42 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:29:42 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:29:42 | |
09-Nov-2024 19:29:42 | |
09-Nov-2024 19:29:42 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-6c22s' |
09-Nov-2024 19:29:42 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-6c22s' successfully started |
09-Nov-2024 19:29:42 | |
09-Nov-2024 19:29:42 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/hcesxss8tax1nh9a |
09-Nov-2024 19:29:42 | |
09-Nov-2024 19:29:42 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/hcesxss8tax1nh9a --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/hcesxss8tax1nh9a |
09-Nov-2024 19:29:42 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '10118074761035913008'... |
09-Nov-2024 19:29:42 | Getting configuration... |
09-Nov-2024 19:29:42 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/hcesxss8tax1nh9a'. |
09-Nov-2024 19:29:42 | |
09-Nov-2024 19:29:42 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
09-Nov-2024 19:29:42 | -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"' |
09-Nov-2024 19:29:42 | -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:29:42 | -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"' |
09-Nov-2024 19:29:42 | -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"' |
09-Nov-2024 19:29:42 | -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"' |
09-Nov-2024 19:29:42 | -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"' |
09-Nov-2024 19:29:42 | -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to previously opened space1/dir1/file1 on client11"' |
09-Nov-2024 19:29:42 | -- Executing step: 'Then "user1 sets current file position in space1/dir1/file1 at offset 0 on client11"' |
09-Nov-2024 19:29:42 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"' |
09-Nov-2024 19:29:42 | -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"' |
09-Nov-2024 19:29:42 | -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:29:42 | -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:29:42 | ================================================================= |
09-Nov-2024 19:29:42 | |
09-Nov-2024 19:29:43 | PASSED |
09-Nov-2024 19:29:43 | Unmounting client from /tmp/onedata/mnt/c1avpbwkvgvzqzau |
09-Nov-2024 19:29:43 | |
09-Nov-2024 19:29:43 | |
09-Nov-2024 19:29:43 | Unmounting client from /tmp/onedata/mnt/hcesxss8tax1nh9a |
09-Nov-2024 19:29:43 | |
09-Nov-2024 19:29:43 | |
09-Nov-2024 19:30:12 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_opened_file_without_permission[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
09-Nov-2024 19:30:12 | ================================================================= |
09-Nov-2024 19:30:12 | - Executing scenario 'Fail to delete file without permission, file is opened by other user' |
09-Nov-2024 19:30:12 | - from feature 'Multi_regular_file_CRUD' |
09-Nov-2024 19:30:12 | ----------------------------------------------------------------- |
09-Nov-2024 19:30:12 | -- Executing step: 'Given "oneclients [client11, client21] |
09-Nov-2024 19:30:12 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
09-Nov-2024 19:30:12 | using [token, token] by [user1, user2]"' |
09-Nov-2024 19:30:12 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:30:12 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:30:12 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:12 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-xjxc2' |
09-Nov-2024 19:30:12 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-xjxc2' successfully started |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:12 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/x9lk0twvyqwwxo8r |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:12 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/x9lk0twvyqwwxo8r --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/x9lk0twvyqwwxo8r |
09-Nov-2024 19:30:12 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '5447661086371678550'... |
09-Nov-2024 19:30:12 | Getting configuration... |
09-Nov-2024 19:30:12 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/x9lk0twvyqwwxo8r'. |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:12 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:30:12 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:30:12 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:12 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-6c22s' |
09-Nov-2024 19:30:12 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-6c22s' successfully started |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:12 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/0vvccizxpzl8ef1k |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:12 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/0vvccizxpzl8ef1k --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/0vvccizxpzl8ef1k |
09-Nov-2024 19:30:12 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '6294080030992102363'... |
09-Nov-2024 19:30:12 | Getting configuration... |
09-Nov-2024 19:30:12 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/0vvccizxpzl8ef1k'. |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:12 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
09-Nov-2024 19:30:12 | -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"' |
09-Nov-2024 19:30:12 | -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:30:12 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
09-Nov-2024 19:30:12 | -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"' |
09-Nov-2024 19:30:12 | -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"' |
09-Nov-2024 19:30:12 | -- Executing step: 'Then "mode of user2's space1/dir1 is 755 on client21"' |
09-Nov-2024 19:30:12 | -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"' |
09-Nov-2024 19:30:12 | -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"' |
09-Nov-2024 19:30:12 | -- Executing step: 'Then "user2 fails to delete files [space1/dir1/file1] on client21"' |
09-Nov-2024 19:30:12 | -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"' |
09-Nov-2024 19:30:12 | -- Executing step: 'Then "user1 can stat [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:30:12 | -- Executing step: 'Then "user2 can stat [file1] in space1/dir1 on client21"' |
09-Nov-2024 19:30:12 | -- Executing step: 'Then "user1 sees [file1] in space1/dir1 on client11"' |
09-Nov-2024 19:30:12 | -- Executing step: 'Then "user2 sees [file1] in space1/dir1 on client21"' |
09-Nov-2024 19:30:12 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"' |
09-Nov-2024 19:30:12 | -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client21"' |
09-Nov-2024 19:30:12 | ================================================================= |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:12 | PASSED |
09-Nov-2024 19:30:12 | Unmounting client from /tmp/onedata/mnt/x9lk0twvyqwwxo8r |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:12 | Unmounting client from /tmp/onedata/mnt/0vvccizxpzl8ef1k |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:12 | |
09-Nov-2024 19:30:39 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_right_after_close[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
09-Nov-2024 19:30:39 | ================================================================= |
09-Nov-2024 19:30:39 | - Executing scenario 'Delete file right after closing it' |
09-Nov-2024 19:30:39 | - from feature 'Multi_regular_file_CRUD' |
09-Nov-2024 19:30:39 | ----------------------------------------------------------------- |
09-Nov-2024 19:30:39 | -- Executing step: 'Given "oneclients [client11, client21] |
09-Nov-2024 19:30:39 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
09-Nov-2024 19:30:39 | using [token, token] by [user1, user2]"' |
09-Nov-2024 19:30:39 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:30:39 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:30:39 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:30:39 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-xjxc2' |
09-Nov-2024 19:30:39 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-xjxc2' successfully started |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:30:39 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/3syro16m8i0cw5db |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:30:39 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/3syro16m8i0cw5db --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/3syro16m8i0cw5db |
09-Nov-2024 19:30:39 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '1120467587083331792'... |
09-Nov-2024 19:30:39 | Getting configuration... |
09-Nov-2024 19:30:39 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/3syro16m8i0cw5db'. |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:30:39 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:30:39 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:30:39 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:30:39 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-6c22s' |
09-Nov-2024 19:30:39 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-6c22s' successfully started |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:30:39 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/asrj9pp75ueyilu2 |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:30:39 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/asrj9pp75ueyilu2 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/asrj9pp75ueyilu2 |
09-Nov-2024 19:30:39 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '4701055085162205101'... |
09-Nov-2024 19:30:39 | Getting configuration... |
09-Nov-2024 19:30:39 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/asrj9pp75ueyilu2'. |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:30:39 | -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"' |
09-Nov-2024 19:30:39 | -- Executing step: 'When "user1 sees [file1] in space1 on client11"' |
09-Nov-2024 19:30:39 | -- Executing step: 'When "user2 sees [file1] in space1 on client21"' |
09-Nov-2024 19:30:39 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"' |
09-Nov-2024 19:30:39 | -- Executing step: 'When "user1 opens space1/file1 with mode r+ on client11"' |
09-Nov-2024 19:30:39 | -- Executing step: 'When "user1 closes space1/file1 on client11"' |
09-Nov-2024 19:30:39 | -- Executing step: 'When "user1 deletes files [space1/file1] on client11"' |
09-Nov-2024 19:30:39 | -- Executing step: 'When "space1 is empty for user1 on client11"' |
09-Nov-2024 19:30:39 | ================================================================= |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:30:39 | PASSED |
09-Nov-2024 19:30:39 | Unmounting client from /tmp/onedata/mnt/3syro16m8i0cw5db |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:30:39 | Unmounting client from /tmp/onedata/mnt/asrj9pp75ueyilu2 |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:30:39 | |
09-Nov-2024 19:31:12 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_create_many[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
09-Nov-2024 19:31:12 | ================================================================= |
09-Nov-2024 19:31:12 | - Executing scenario 'Create many children' |
09-Nov-2024 19:31:12 | - from feature 'Multi_regular_file_CRUD' |
09-Nov-2024 19:31:12 | ----------------------------------------------------------------- |
09-Nov-2024 19:31:12 | -- Executing step: 'Given "oneclients [client11, client21] |
09-Nov-2024 19:31:12 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
09-Nov-2024 19:31:12 | using [token, token] by [user1, user2]"' |
09-Nov-2024 19:31:12 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:31:12 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:31:12 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:31:12 | |
09-Nov-2024 19:31:12 | |
09-Nov-2024 19:31:12 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-xjxc2' |
09-Nov-2024 19:31:12 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-xjxc2' successfully started |
09-Nov-2024 19:31:12 | |
09-Nov-2024 19:31:12 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/wz0ndpq5f4upvffc |
09-Nov-2024 19:31:12 | |
09-Nov-2024 19:31:12 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/wz0ndpq5f4upvffc --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/wz0ndpq5f4upvffc |
09-Nov-2024 19:31:12 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '3744101953591105152'... |
09-Nov-2024 19:31:12 | Getting configuration... |
09-Nov-2024 19:31:12 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/wz0ndpq5f4upvffc'. |
09-Nov-2024 19:31:12 | |
09-Nov-2024 19:31:12 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:31:12 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:31:12 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:31:12 | |
09-Nov-2024 19:31:12 | |
09-Nov-2024 19:31:12 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-6c22s' |
09-Nov-2024 19:31:12 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-6c22s' successfully started |
09-Nov-2024 19:31:12 | |
09-Nov-2024 19:31:12 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/1kbomrn7ja6b0lrl |
09-Nov-2024 19:31:12 | |
09-Nov-2024 19:31:12 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/1kbomrn7ja6b0lrl --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/1kbomrn7ja6b0lrl |
09-Nov-2024 19:31:12 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '14907509228759033996'... |
09-Nov-2024 19:31:12 | Getting configuration... |
09-Nov-2024 19:31:12 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/1kbomrn7ja6b0lrl'. |
09-Nov-2024 19:31:12 | |
09-Nov-2024 19:31:12 | -- Executing step: 'When "user1 creates child files of space1 with names in range [1, 127) on client11"' |
09-Nov-2024 19:31:12 | -- Executing step: 'Then "user2 lists children of space1 and gets names in range [1, 127) on client21"' |
09-Nov-2024 19:31:12 | ================================================================= |
09-Nov-2024 19:31:12 | |
09-Nov-2024 19:31:20 | PASSED |
09-Nov-2024 19:31:20 | Unmounting client from /tmp/onedata/mnt/wz0ndpq5f4upvffc |
09-Nov-2024 19:31:20 | |
09-Nov-2024 19:31:20 | |
09-Nov-2024 19:31:20 | Unmounting client from /tmp/onedata/mnt/1kbomrn7ja6b0lrl |
09-Nov-2024 19:31:20 | |
09-Nov-2024 19:31:20 | |
09-Nov-2024 19:31:48 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_copy_delete[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
09-Nov-2024 19:31:48 | ================================================================= |
09-Nov-2024 19:31:48 | - Executing scenario 'Create nonempty file then copy it and remove source file' |
09-Nov-2024 19:31:48 | - from feature 'Multi_regular_file_CRUD' |
09-Nov-2024 19:31:48 | ----------------------------------------------------------------- |
09-Nov-2024 19:31:48 | -- Executing step: 'Given "oneclients [client11, client21] |
09-Nov-2024 19:31:48 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
09-Nov-2024 19:31:48 | using [token, token] by [user1, user2]"' |
09-Nov-2024 19:31:48 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:31:48 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:31:48 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:31:48 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-xjxc2' |
09-Nov-2024 19:31:48 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-xjxc2' successfully started |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:31:48 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/i2gdq4hjjsyrjbir |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:31:48 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/i2gdq4hjjsyrjbir --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/i2gdq4hjjsyrjbir |
09-Nov-2024 19:31:48 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '27581559509831898'... |
09-Nov-2024 19:31:48 | Getting configuration... |
09-Nov-2024 19:31:48 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/i2gdq4hjjsyrjbir'. |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:31:48 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:31:48 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:31:48 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:31:48 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-6c22s' |
09-Nov-2024 19:31:48 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-6c22s' successfully started |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:31:48 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/y0xov10o4cmsaori |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:31:48 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/y0xov10o4cmsaori --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/y0xov10o4cmsaori |
09-Nov-2024 19:31:48 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '14679893246236106750'... |
09-Nov-2024 19:31:48 | Getting configuration... |
09-Nov-2024 19:31:48 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/y0xov10o4cmsaori'. |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:31:48 | -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"' |
09-Nov-2024 19:31:48 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"' |
09-Nov-2024 19:31:48 | -- Executing step: 'When "user1 copies regular file space1/file1 to space1/file1_copy on client11"' |
09-Nov-2024 19:31:48 | -- Executing step: 'When "user1 deletes files [space1/file1] on client11"' |
09-Nov-2024 19:31:48 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client11"' |
09-Nov-2024 19:31:48 | -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client21"' |
09-Nov-2024 19:31:48 | ================================================================= |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:31:48 | PASSED |
09-Nov-2024 19:31:48 | Unmounting client from /tmp/onedata/mnt/i2gdq4hjjsyrjbir |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:31:48 | Unmounting client from /tmp/onedata/mnt/y0xov10o4cmsaori |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:31:48 | |
09-Nov-2024 19:32:15 | tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_move_between_spaces[multiprovider_proxy] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
09-Nov-2024 19:32:15 | ================================================================= |
09-Nov-2024 19:32:15 | - Executing scenario 'Create nonempty file then move it to another space' |
09-Nov-2024 19:32:15 | - from feature 'Multi_regular_file_CRUD' |
09-Nov-2024 19:32:15 | ----------------------------------------------------------------- |
09-Nov-2024 19:32:15 | -- Executing step: 'Given "oneclients [client11, client21] |
09-Nov-2024 19:32:15 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
09-Nov-2024 19:32:15 | using [token, token] by [user1, user2]"' |
09-Nov-2024 19:32:15 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:32:15 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:32:15 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xjxc2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:32:15 | |
09-Nov-2024 19:32:15 | |
09-Nov-2024 19:32:15 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-xjxc2' |
09-Nov-2024 19:32:15 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-xjxc2' successfully started |
09-Nov-2024 19:32:15 | |
09-Nov-2024 19:32:15 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/t4odv62i56tmrh6b |
09-Nov-2024 19:32:15 | |
09-Nov-2024 19:32:15 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/t4odv62i56tmrh6b --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/t4odv62i56tmrh6b |
09-Nov-2024 19:32:15 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7697021740193641531'... |
09-Nov-2024 19:32:15 | Getting configuration... |
09-Nov-2024 19:32:15 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/t4odv62i56tmrh6b'. |
09-Nov-2024 19:32:15 | |
09-Nov-2024 19:32:15 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
09-Nov-2024 19:32:15 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
09-Nov-2024 19:32:15 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-6c22s', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
09-Nov-2024 19:32:15 | |
09-Nov-2024 19:32:15 | |
09-Nov-2024 19:32:15 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-6c22s' |
09-Nov-2024 19:32:15 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-6c22s' successfully started |
09-Nov-2024 19:32:15 | |
09-Nov-2024 19:32:15 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/02eqnopuuazbpizf |
09-Nov-2024 19:32:15 | |
09-Nov-2024 19:32:15 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/02eqnopuuazbpizf --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/02eqnopuuazbpizf |
09-Nov-2024 19:32:15 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '14419677934102098865'... |
09-Nov-2024 19:32:15 | Getting configuration... |
09-Nov-2024 19:32:15 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/02eqnopuuazbpizf'. |
09-Nov-2024 19:32:15 | |
09-Nov-2024 19:32:15 | -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"' |
09-Nov-2024 19:32:15 | -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"' |
09-Nov-2024 19:32:15 | -- Executing step: 'When "user2 reads "TEST TEXT ONEDATA" from file space1/file1 on client21"' |
09-Nov-2024 19:32:15 | -- Executing step: 'When "user1 renames space1/file1 to space2/file1_moved on client11"' |
09-Nov-2024 19:32:15 | -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client11"' |
09-Nov-2024 19:32:15 | -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client21"' |
09-Nov-2024 19:32:15 | ================================================================= |
09-Nov-2024 19:32:15 | |
09-Nov-2024 19:32:28 | PASSED |
09-Nov-2024 19:32:28 | Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init) |
09-Nov-2024 19:32:28 | Unmounting client from /tmp/onedata/mnt/t4odv62i56tmrh6b |
09-Nov-2024 19:32:28 | Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init) |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | Unmounting client from /tmp/onedata/mnt/02eqnopuuazbpizf |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | 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.1731180735.7760653', '-c', '/tmp/logs'] |
09-Nov-2024 19:32:28 | [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-5bclv. See /home/bamboo/.one-env/deployments/2024.11.09-19.16.10/pod-logs/dev-cross-support-job-3p-users-5bclv/entrypoint.log for more details |
09-Nov-2024 19:32:28 | [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-xjxc2: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.09-19.16.10/pod-logs/dev-oneclient-krakow-7d9476b8bc-xjxc2/oneclient_logs |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=190/222) |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:32:28 | 34,573 0% 32.97MB/s 0:00:00 (xfr#1, to-chk=189/222) |
09-Nov-2024 19:32:28 | 34,573 0% 32.97MB/s 0:00:00 (xfr#1, to-chk=183/222) |
09-Nov-2024 19:32:28 | 35,035 0% 33.41MB/s 0:00:00 (xfr#2, to-chk=185/222) |
09-Nov-2024 19:32:28 | 179,528 1% 34.24MB/s 0:00:00 (xfr#3, to-chk=184/222) |
09-Nov-2024 19:32:28 | 179,990 1% 34.33MB/s 0:00:00 (xfr#4, to-chk=183/222) |
09-Nov-2024 19:32:28 | 180,618 1% 34.45MB/s 0:00:00 (xfr#5, to-chk=182/222) |
09-Nov-2024 19:32:28 | 230,126 1% 31.35MB/s 0:00:00 (xfr#6, to-chk=181/222) |
09-Nov-2024 19:32:28 | 230,684 1% 31.43MB/s 0:00:00 (xfr#7, to-chk=177/222) |
09-Nov-2024 19:32:28 | 394,847 3% 28.97MB/s 0:00:00 (xfr#8, to-chk=176/222) |
09-Nov-2024 19:32:28 | 395,405 3% 26.93MB/s 0:00:00 (xfr#9, to-chk=175/222) |
09-Nov-2024 19:32:28 | 428,590 3% 27.25MB/s 0:00:00 (xfr#10, to-chk=174/222) |
09-Nov-2024 19:32:28 | 429,340 3% 27.30MB/s 0:00:00 (xfr#11, to-chk=170/222) |
09-Nov-2024 19:32:28 | 552,767 4% 32.95MB/s 0:00:00 (xfr#12, to-chk=169/222) |
09-Nov-2024 19:32:28 | 553,517 4% 32.99MB/s 0:00:00 (xfr#13, to-chk=168/222) |
09-Nov-2024 19:32:28 | 554,145 4% 33.03MB/s 0:00:00 (xfr#14, to-chk=167/222) |
09-Nov-2024 19:32:28 | 602,561 4% 35.92MB/s 0:00:00 (xfr#15, to-chk=166/222) |
09-Nov-2024 19:32:28 | 603,119 4% 35.95MB/s 0:00:00 (xfr#16, to-chk=162/222) |
09-Nov-2024 19:32:28 | 766,285 5% 34.80MB/s 0:00:00 (xfr#17, to-chk=161/222) |
09-Nov-2024 19:32:28 | 766,843 5% 34.82MB/s 0:00:00 (xfr#18, to-chk=160/222) |
09-Nov-2024 19:32:28 | 837,206 6% 33.27MB/s 0:00:00 (xfr#19, to-chk=159/222) |
09-Nov-2024 19:32:28 | 837,764 6% 33.29MB/s 0:00:00 (xfr#20, to-chk=155/222) |
09-Nov-2024 19:32:28 | 1,115,318 8% 31.28MB/s 0:00:00 (xfr#21, to-chk=154/222) |
09-Nov-2024 19:32:28 | 1,115,876 8% 31.30MB/s 0:00:00 (xfr#22, to-chk=153/222) |
09-Nov-2024 19:32:28 | 1,352,945 10% 18.97MB/s 0:00:00 (xfr#23, to-chk=152/222) |
09-Nov-2024 19:32:28 | 1,353,695 10% 18.99MB/s 0:00:00 (xfr#24, to-chk=148/222) |
09-Nov-2024 19:32:28 | 4,016,883 31% 22.67MB/s 0:00:00 (xfr#25, to-chk=147/222) |
09-Nov-2024 19:32:28 | 4,017,633 31% 22.41MB/s 0:00:00 (xfr#26, to-chk=146/222) |
09-Nov-2024 19:32:28 | 4,054,540 31% 22.61MB/s 0:00:00 (xfr#27, to-chk=145/222) |
09-Nov-2024 19:32:28 | 4,055,194 31% 22.62MB/s 0:00:00 (xfr#28, to-chk=141/222) |
09-Nov-2024 19:32:28 | 4,176,956 32% 20.32MB/s 0:00:00 (xfr#29, to-chk=140/222) |
09-Nov-2024 19:32:28 | 4,177,610 32% 20.33MB/s 0:00:00 (xfr#30, to-chk=139/222) |
09-Nov-2024 19:32:28 | 4,178,238 32% 20.33MB/s 0:00:00 (xfr#31, to-chk=138/222) |
09-Nov-2024 19:32:28 | 4,213,511 32% 20.50MB/s 0:00:00 (xfr#32, to-chk=137/222) |
09-Nov-2024 19:32:28 | 4,213,973 32% 20.40MB/s 0:00:00 (xfr#33, to-chk=133/222) |
09-Nov-2024 19:32:28 | 4,345,750 33% 20.93MB/s 0:00:00 (xfr#34, to-chk=132/222) |
09-Nov-2024 19:32:28 | 4,346,212 33% 20.93MB/s 0:00:00 (xfr#35, to-chk=131/222) |
09-Nov-2024 19:32:28 | 4,389,551 34% 20.52MB/s 0:00:00 (xfr#36, to-chk=130/222) |
09-Nov-2024 19:32:28 | 4,389,917 34% 20.52MB/s 0:00:00 (xfr#37, to-chk=126/222) |
09-Nov-2024 19:32:28 | 4,526,257 35% 18.77MB/s 0:00:00 (xfr#38, to-chk=125/222) |
09-Nov-2024 19:32:28 | 4,526,623 35% 18.77MB/s 0:00:00 (xfr#39, to-chk=124/222) |
09-Nov-2024 19:32:28 | 4,553,261 35% 18.88MB/s 0:00:00 (xfr#40, to-chk=123/222) |
09-Nov-2024 19:32:28 | 4,553,531 35% 18.80MB/s 0:00:00 (xfr#41, to-chk=119/222) |
09-Nov-2024 19:32:28 | 4,655,020 36% 19.14MB/s 0:00:00 (xfr#42, to-chk=118/222) |
09-Nov-2024 19:32:28 | 4,655,290 36% 19.14MB/s 0:00:00 (xfr#43, to-chk=117/222) |
09-Nov-2024 19:32:28 | 4,698,155 36% 19.23MB/s 0:00:00 (xfr#44, to-chk=116/222) |
09-Nov-2024 19:32:28 | 4,698,713 36% 19.23MB/s 0:00:00 (xfr#45, to-chk=112/222) |
09-Nov-2024 19:32:28 | 4,702,854 36% 19.25MB/s 0:00:00 (xfr#46, to-chk=111/222) |
09-Nov-2024 19:32:28 | 4,848,728 37% 19.68MB/s 0:00:00 (xfr#47, to-chk=110/222) |
09-Nov-2024 19:32:28 | 4,849,286 37% 19.68MB/s 0:00:00 (xfr#48, to-chk=109/222) |
09-Nov-2024 19:32:28 | 4,849,914 37% 19.68MB/s 0:00:00 (xfr#49, to-chk=108/222) |
09-Nov-2024 19:32:28 | 4,888,999 37% 19.76MB/s 0:00:00 (xfr#50, to-chk=107/222) |
09-Nov-2024 19:32:28 | 4,889,365 37% 19.67MB/s 0:00:00 (xfr#51, to-chk=103/222) |
09-Nov-2024 19:32:28 | 5,029,756 38% 20.07MB/s 0:00:00 (xfr#52, to-chk=102/222) |
09-Nov-2024 19:32:28 | 5,030,122 38% 20.07MB/s 0:00:00 (xfr#53, to-chk=101/222) |
09-Nov-2024 19:32:28 | 5,071,851 39% 20.24MB/s 0:00:00 (xfr#54, to-chk=100/222) |
09-Nov-2024 19:32:28 | 5,072,505 39% 20.24MB/s 0:00:00 (xfr#55, to-chk=96/222) |
09-Nov-2024 19:32:28 | 5,201,078 40% 20.41MB/s 0:00:00 (xfr#56, to-chk=95/222) |
09-Nov-2024 19:32:28 | 5,201,732 40% 18.86MB/s 0:00:00 (xfr#57, to-chk=94/222) |
09-Nov-2024 19:32:28 | 5,260,648 40% 19.08MB/s 0:00:00 (xfr#58, to-chk=93/222) |
09-Nov-2024 19:32:28 | 5,261,494 40% 19.08MB/s 0:00:00 (xfr#59, to-chk=89/222) |
09-Nov-2024 19:32:28 | 5,494,245 42% 18.45MB/s 0:00:00 (xfr#60, to-chk=88/222) |
09-Nov-2024 19:32:28 | 5,495,091 42% 18.45MB/s 0:00:00 (xfr#61, to-chk=87/222) |
09-Nov-2024 19:32:28 | 5,536,168 42% 18.53MB/s 0:00:00 (xfr#62, to-chk=86/222) |
09-Nov-2024 19:32:28 | 5,537,110 42% 18.46MB/s 0:00:00 (xfr#63, to-chk=82/222) |
09-Nov-2024 19:32:28 | 5,676,719 43% 18.48MB/s 0:00:00 (xfr#64, to-chk=81/222) |
09-Nov-2024 19:32:28 | 5,677,661 43% 18.48MB/s 0:00:00 (xfr#65, to-chk=80/222) |
09-Nov-2024 19:32:28 | 5,730,149 44% 18.16MB/s 0:00:00 (xfr#66, to-chk=79/222) |
09-Nov-2024 19:32:28 | 5,730,707 44% 18.16MB/s 0:00:00 (xfr#67, to-chk=75/222) |
09-Nov-2024 19:32:28 | 5,899,541 45% 18.57MB/s 0:00:00 (xfr#68, to-chk=74/222) |
09-Nov-2024 19:32:28 | 5,900,099 45% 18.57MB/s 0:00:00 (xfr#69, to-chk=73/222) |
09-Nov-2024 19:32:28 | 5,937,454 45% 18.69MB/s 0:00:00 (xfr#70, to-chk=72/222) |
09-Nov-2024 19:32:28 | 5,938,108 45% 18.63MB/s 0:00:00 (xfr#71, to-chk=68/222) |
09-Nov-2024 19:32:28 | 6,057,996 46% 18.94MB/s 0:00:00 (xfr#72, to-chk=67/222) |
09-Nov-2024 19:32:28 | 6,058,650 46% 18.94MB/s 0:00:00 (xfr#73, to-chk=66/222) |
09-Nov-2024 19:32:28 | 6,097,226 47% 19.06MB/s 0:00:00 (xfr#74, to-chk=65/222) |
09-Nov-2024 19:32:28 | 6,097,880 47% 19.00MB/s 0:00:00 (xfr#75, to-chk=61/222) |
09-Nov-2024 19:32:28 | 6,259,183 48% 18.65MB/s 0:00:00 (xfr#76, to-chk=60/222) |
09-Nov-2024 19:32:28 | 6,259,837 48% 18.66MB/s 0:00:00 (xfr#77, to-chk=59/222) |
09-Nov-2024 19:32:28 | 6,306,996 48% 18.68MB/s 0:00:00 (xfr#78, to-chk=58/222) |
09-Nov-2024 19:32:28 | 6,307,650 48% 18.68MB/s 0:00:00 (xfr#79, to-chk=54/222) |
09-Nov-2024 19:32:28 | 6,439,894 49% 18.72MB/s 0:00:00 (xfr#80, to-chk=53/222) |
09-Nov-2024 19:32:28 | 6,440,548 49% 18.73MB/s 0:00:00 (xfr#81, to-chk=52/222) |
09-Nov-2024 19:32:28 | 6,480,355 50% 18.78MB/s 0:00:00 (xfr#82, to-chk=51/222) |
09-Nov-2024 19:32:28 | 6,481,105 50% 18.79MB/s 0:00:00 (xfr#83, to-chk=47/222) |
09-Nov-2024 19:32:28 | 6,605,952 51% 18.81MB/s 0:00:00 (xfr#84, to-chk=46/222) |
09-Nov-2024 19:32:28 | 6,606,702 51% 18.81MB/s 0:00:00 (xfr#85, to-chk=45/222) |
09-Nov-2024 19:32:28 | 6,607,330 51% 18.81MB/s 0:00:00 (xfr#86, to-chk=44/222) |
09-Nov-2024 19:32:28 | 6,649,382 51% 18.87MB/s 0:00:00 (xfr#87, to-chk=43/222) |
09-Nov-2024 19:32:28 | 6,650,036 51% 18.87MB/s 0:00:00 (xfr#88, to-chk=39/222) |
09-Nov-2024 19:32:28 | 6,786,029 52% 19.20MB/s 0:00:00 (xfr#89, to-chk=38/222) |
09-Nov-2024 19:32:28 | 6,786,683 52% 18.65MB/s 0:00:00 (xfr#90, to-chk=37/222) |
09-Nov-2024 19:32:28 | 6,958,801 53% 19.07MB/s 0:00:00 (xfr#91, to-chk=36/222) |
09-Nov-2024 19:32:28 | 6,959,071 53% 19.02MB/s 0:00:00 (xfr#92, to-chk=32/222) |
09-Nov-2024 19:32:28 | 7,554,163 58% 20.18MB/s 0:00:00 (xfr#93, to-chk=31/222) |
09-Nov-2024 19:32:28 | 7,554,433 58% 20.18MB/s 0:00:00 (xfr#94, to-chk=30/222) |
09-Nov-2024 19:32:28 | 7,555,061 58% 20.18MB/s 0:00:00 (xfr#95, to-chk=29/222) |
09-Nov-2024 19:32:28 | 8,366,556 64% 21.00MB/s 0:00:00 (xfr#96, to-chk=28/222) |
09-Nov-2024 19:32:28 | 8,367,210 64% 21.00MB/s 0:00:00 (xfr#97, to-chk=24/222) |
09-Nov-2024 19:32:28 | 12,287,077 95% 25.64MB/s 0:00:00 (xfr#98, to-chk=23/222) |
09-Nov-2024 19:32:28 | 12,287,731 95% 25.59MB/s 0:00:00 (xfr#99, to-chk=22/222) |
09-Nov-2024 19:32:28 | 12,336,644 95% 25.63MB/s 0:00:00 (xfr#100, to-chk=21/222) |
09-Nov-2024 19:32:28 | 12,337,298 95% 25.63MB/s 0:00:00 (xfr#101, to-chk=17/222) |
09-Nov-2024 19:32:28 | 12,509,492 96% 25.60MB/s 0:00:00 (xfr#102, to-chk=16/222) |
09-Nov-2024 19:32:28 | 12,510,146 96% 25.60MB/s 0:00:00 (xfr#103, to-chk=15/222) |
09-Nov-2024 19:32:28 | 12,537,276 97% 25.66MB/s 0:00:00 (xfr#104, to-chk=14/222) |
09-Nov-2024 19:32:28 | 12,537,738 97% 25.60MB/s 0:00:00 (xfr#105, to-chk=10/222) |
09-Nov-2024 19:32:28 | 12,638,055 97% 25.70MB/s 0:00:00 (xfr#106, to-chk=9/222) |
09-Nov-2024 19:32:28 | 12,638,517 97% 25.70MB/s 0:00:00 (xfr#107, to-chk=8/222) |
09-Nov-2024 19:32:28 | 12,689,067 98% 25.11MB/s 0:00:00 (xfr#108, to-chk=7/222) |
09-Nov-2024 19:32:28 | 12,690,009 98% 25.11MB/s 0:00:00 (xfr#109, to-chk=3/222) |
09-Nov-2024 19:32:28 | 12,864,512 99% 24.94MB/s 0:00:00 (xfr#110, to-chk=2/222) |
09-Nov-2024 19:32:28 | 12,865,454 99% 24.94MB/s 0:00:00 (xfr#111, to-chk=1/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.96MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.96MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.96MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.96MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.96MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.96MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.96MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.96MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.96MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.96MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.96MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.91MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.76MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | 12,904,923 99% 24.76MB/s 0:00:00 (xfr#112, to-chk=0/222) |
09-Nov-2024 19:32:28 | [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-6c22s: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.09-19.16.10/pod-logs/dev-oneclient-paris-5cc45c8cb7-6c22s/oneclient_logs |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=193/225) |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:32:28 | 31,296 0% 29.85MB/s 0:00:00 (xfr#1, to-chk=192/225) |
09-Nov-2024 19:32:28 | 31,296 0% 29.85MB/s 0:00:00 (xfr#1, to-chk=186/225) |
09-Nov-2024 19:32:28 | 31,854 0% 30.38MB/s 0:00:00 (xfr#2, to-chk=188/225) |
09-Nov-2024 19:32:28 | 116,770 3% 111.36MB/s 0:00:00 (xfr#3, to-chk=187/225) |
09-Nov-2024 19:32:28 | 117,328 3% 111.89MB/s 0:00:00 (xfr#4, to-chk=186/225) |
09-Nov-2024 19:32:28 | 117,956 3% 56.25MB/s 0:00:00 (xfr#5, to-chk=185/225) |
09-Nov-2024 19:32:28 | 144,773 3% 69.03MB/s 0:00:00 (xfr#6, to-chk=184/225) |
09-Nov-2024 19:32:28 | 145,427 3% 69.34MB/s 0:00:00 (xfr#7, to-chk=180/225) |
09-Nov-2024 19:32:28 | 233,058 6% 55.57MB/s 0:00:00 (xfr#8, to-chk=179/225) |
09-Nov-2024 19:32:28 | 233,712 6% 55.72MB/s 0:00:00 (xfr#9, to-chk=178/225) |
09-Nov-2024 19:32:28 | 265,086 7% 63.20MB/s 0:00:00 (xfr#10, to-chk=177/225) |
09-Nov-2024 19:32:28 | 265,356 7% 50.61MB/s 0:00:00 (xfr#11, to-chk=173/225) |
09-Nov-2024 19:32:28 | 373,023 9% 18.72MB/s 0:00:00 (xfr#12, to-chk=172/225) |
09-Nov-2024 19:32:28 | 373,293 9% 18.74MB/s 0:00:00 (xfr#13, to-chk=171/225) |
09-Nov-2024 19:32:28 | 511,535 13% 18.76MB/s 0:00:00 (xfr#14, to-chk=170/225) |
09-Nov-2024 19:32:28 | 512,093 13% 18.09MB/s 0:00:00 (xfr#15, to-chk=166/225) |
09-Nov-2024 19:32:28 | 779,462 20% 21.86MB/s 0:00:00 (xfr#16, to-chk=165/225) |
09-Nov-2024 19:32:28 | 780,020 20% 21.88MB/s 0:00:00 (xfr#17, to-chk=164/225) |
09-Nov-2024 19:32:28 | 780,648 20% 21.90MB/s 0:00:00 (xfr#18, to-chk=163/225) |
09-Nov-2024 19:32:28 | 795,876 21% 18.07MB/s 0:00:00 (xfr#19, to-chk=162/225) |
09-Nov-2024 19:32:28 | 796,242 21% 18.08MB/s 0:00:00 (xfr#20, to-chk=158/225) |
09-Nov-2024 19:32:28 | 854,286 22% 19.40MB/s 0:00:00 (xfr#21, to-chk=157/225) |
09-Nov-2024 19:32:28 | 854,652 22% 18.95MB/s 0:00:00 (xfr#22, to-chk=156/225) |
09-Nov-2024 19:32:28 | 889,438 23% 19.73MB/s 0:00:00 (xfr#23, to-chk=155/225) |
09-Nov-2024 19:32:28 | 889,996 23% 19.74MB/s 0:00:00 (xfr#24, to-chk=151/225) |
09-Nov-2024 19:32:28 | 998,618 26% 21.64MB/s 0:00:00 (xfr#25, to-chk=150/225) |
09-Nov-2024 19:32:28 | 999,176 26% 21.66MB/s 0:00:00 (xfr#26, to-chk=149/225) |
09-Nov-2024 19:32:28 | 999,804 26% 21.67MB/s 0:00:00 (xfr#27, to-chk=148/225) |
09-Nov-2024 19:32:28 | 1,018,842 26% 17.05MB/s 0:00:00 (xfr#28, to-chk=147/225) |
09-Nov-2024 19:32:28 | 1,019,304 26% 17.05MB/s 0:00:00 (xfr#29, to-chk=143/225) |
09-Nov-2024 19:32:28 | 1,099,991 29% 18.40MB/s 0:00:00 (xfr#30, to-chk=142/225) |
09-Nov-2024 19:32:28 | 1,100,453 29% 18.41MB/s 0:00:00 (xfr#31, to-chk=141/225) |
09-Nov-2024 19:32:28 | 1,128,634 29% 18.56MB/s 0:00:00 (xfr#32, to-chk=140/225) |
09-Nov-2024 19:32:28 | 1,129,288 29% 18.57MB/s 0:00:00 (xfr#33, to-chk=136/225) |
09-Nov-2024 19:32:28 | 1,222,302 32% 19.76MB/s 0:00:00 (xfr#34, to-chk=135/225) |
09-Nov-2024 19:32:28 | 1,222,956 32% 19.77MB/s 0:00:00 (xfr#35, to-chk=134/225) |
09-Nov-2024 19:32:28 | 1,312,628 34% 19.87MB/s 0:00:00 (xfr#36, to-chk=133/225) |
09-Nov-2024 19:32:28 | 1,313,282 34% 19.88MB/s 0:00:00 (xfr#37, to-chk=129/225) |
09-Nov-2024 19:32:28 | 1,563,771 41% 21.61MB/s 0:00:00 (xfr#38, to-chk=128/225) |
09-Nov-2024 19:32:28 | 1,564,425 41% 21.62MB/s 0:00:00 (xfr#39, to-chk=127/225) |
09-Nov-2024 19:32:28 | 1,580,467 41% 20.93MB/s 0:00:00 (xfr#40, to-chk=126/225) |
09-Nov-2024 19:32:28 | 1,580,833 41% 20.94MB/s 0:00:00 (xfr#41, to-chk=122/225) |
09-Nov-2024 19:32:28 | 1,641,892 43% 21.45MB/s 0:00:00 (xfr#42, to-chk=121/225) |
09-Nov-2024 19:32:28 | 1,642,258 43% 21.16MB/s 0:00:00 (xfr#43, to-chk=120/225) |
09-Nov-2024 19:32:28 | 1,658,798 43% 20.82MB/s 0:00:00 (xfr#44, to-chk=119/225) |
09-Nov-2024 19:32:28 | 1,659,356 43% 20.55MB/s 0:00:00 (xfr#45, to-chk=115/225) |
09-Nov-2024 19:32:28 | 1,712,398 45% 20.94MB/s 0:00:00 (xfr#46, to-chk=114/225) |
09-Nov-2024 19:32:28 | 1,712,956 45% 20.94MB/s 0:00:00 (xfr#47, to-chk=113/225) |
09-Nov-2024 19:32:28 | 1,713,584 45% 20.95MB/s 0:00:00 (xfr#48, to-chk=112/225) |
09-Nov-2024 19:32:28 | 1,734,116 45% 20.93MB/s 0:00:00 (xfr#49, to-chk=111/225) |
09-Nov-2024 19:32:28 | 1,734,578 45% 20.94MB/s 0:00:00 (xfr#50, to-chk=107/225) |
09-Nov-2024 19:32:28 | 1,808,175 47% 21.56MB/s 0:00:00 (xfr#51, to-chk=106/225) |
09-Nov-2024 19:32:28 | 1,808,637 47% 21.29MB/s 0:00:00 (xfr#52, to-chk=105/225) |
09-Nov-2024 19:32:28 | 1,809,265 47% 21.04MB/s 0:00:00 (xfr#53, to-chk=104/225) |
09-Nov-2024 19:32:28 | 1,829,362 48% 21.28MB/s 0:00:00 (xfr#54, to-chk=103/225) |
09-Nov-2024 19:32:28 | 1,830,112 48% 21.03MB/s 0:00:00 (xfr#55, to-chk=99/225) |
09-Nov-2024 19:32:28 | 1,917,838 50% 20.32MB/s 0:00:00 (xfr#56, to-chk=98/225) |
09-Nov-2024 19:32:28 | 1,918,588 50% 20.33MB/s 0:00:00 (xfr#57, to-chk=97/225) |
09-Nov-2024 19:32:28 | 1,919,216 50% 20.34MB/s 0:00:00 (xfr#58, to-chk=96/225) |
09-Nov-2024 19:32:28 | 1,951,491 51% 20.68MB/s 0:00:00 (xfr#59, to-chk=95/225) |
09-Nov-2024 19:32:28 | 1,952,241 51% 20.46MB/s 0:00:00 (xfr#60, to-chk=91/225) |
09-Nov-2024 19:32:28 | 2,051,499 54% 18.81MB/s 0:00:00 (xfr#61, to-chk=90/225) |
09-Nov-2024 19:32:28 | 2,052,249 54% 18.82MB/s 0:00:00 (xfr#62, to-chk=89/225) |
09-Nov-2024 19:32:28 | 2,052,877 54% 18.82MB/s 0:00:00 (xfr#63, to-chk=88/225) |
09-Nov-2024 19:32:28 | 2,082,135 55% 18.91MB/s 0:00:00 (xfr#64, to-chk=87/225) |
09-Nov-2024 19:32:28 | 2,082,693 55% 18.92MB/s 0:00:00 (xfr#65, to-chk=83/225) |
09-Nov-2024 19:32:28 | 2,171,635 57% 19.54MB/s 0:00:00 (xfr#66, to-chk=82/225) |
09-Nov-2024 19:32:28 | 2,172,193 57% 19.36MB/s 0:00:00 (xfr#67, to-chk=81/225) |
09-Nov-2024 19:32:28 | 2,214,978 58% 19.56MB/s 0:00:00 (xfr#68, to-chk=80/225) |
09-Nov-2024 19:32:28 | 2,215,440 58% 19.21MB/s 0:00:00 (xfr#69, to-chk=76/225) |
09-Nov-2024 19:32:28 | 2,349,885 62% 20.19MB/s 0:00:00 (xfr#70, to-chk=75/225) |
09-Nov-2024 19:32:28 | 2,350,347 62% 20.01MB/s 0:00:00 (xfr#71, to-chk=74/225) |
09-Nov-2024 19:32:28 | 2,370,167 62% 20.18MB/s 0:00:00 (xfr#72, to-chk=73/225) |
09-Nov-2024 19:32:28 | 2,370,725 62% 20.19MB/s 0:00:00 (xfr#73, to-chk=69/225) |
09-Nov-2024 19:32:28 | 2,440,794 64% 20.24MB/s 0:00:00 (xfr#74, to-chk=68/225) |
09-Nov-2024 19:32:28 | 2,441,352 64% 20.25MB/s 0:00:00 (xfr#75, to-chk=67/225) |
09-Nov-2024 19:32:28 | 2,468,322 65% 20.47MB/s 0:00:00 (xfr#76, to-chk=66/225) |
09-Nov-2024 19:32:28 | 2,468,784 65% 20.47MB/s 0:00:00 (xfr#77, to-chk=62/225) |
09-Nov-2024 19:32:28 | 2,553,898 67% 21.18MB/s 0:00:00 (xfr#78, to-chk=61/225) |
09-Nov-2024 19:32:28 | 2,554,360 67% 21.00MB/s 0:00:00 (xfr#79, to-chk=60/225) |
09-Nov-2024 19:32:28 | 2,588,352 68% 21.28MB/s 0:00:00 (xfr#80, to-chk=59/225) |
09-Nov-2024 19:32:28 | 2,589,006 68% 21.29MB/s 0:00:00 (xfr#81, to-chk=55/225) |
09-Nov-2024 19:32:28 | 2,719,002 71% 21.79MB/s 0:00:00 (xfr#82, to-chk=54/225) |
09-Nov-2024 19:32:28 | 2,719,656 71% 21.80MB/s 0:00:00 (xfr#83, to-chk=53/225) |
09-Nov-2024 19:32:28 | 2,720,284 71% 21.80MB/s 0:00:00 (xfr#84, to-chk=52/225) |
09-Nov-2024 19:32:28 | 2,811,198 74% 22.34MB/s 0:00:00 (xfr#85, to-chk=51/225) |
09-Nov-2024 19:32:28 | 2,811,468 74% 21.28MB/s 0:00:00 (xfr#86, to-chk=47/225) |
09-Nov-2024 19:32:28 | 3,066,591 81% 22.85MB/s 0:00:00 (xfr#87, to-chk=46/225) |
09-Nov-2024 19:32:28 | 3,066,861 81% 22.85MB/s 0:00:00 (xfr#88, to-chk=45/225) |
09-Nov-2024 19:32:28 | 3,067,489 81% 22.85MB/s 0:00:00 (xfr#89, to-chk=44/225) |
09-Nov-2024 19:32:28 | 3,088,476 81% 23.01MB/s 0:00:00 (xfr#90, to-chk=43/225) |
09-Nov-2024 19:32:28 | 3,088,938 81% 23.01MB/s 0:00:00 (xfr#91, to-chk=39/225) |
09-Nov-2024 19:32:28 | 3,155,423 83% 23.33MB/s 0:00:00 (xfr#92, to-chk=38/225) |
09-Nov-2024 19:32:28 | 3,155,885 83% 23.33MB/s 0:00:00 (xfr#93, to-chk=37/225) |
09-Nov-2024 19:32:28 | 3,178,433 84% 23.32MB/s 0:00:00 (xfr#94, to-chk=36/225) |
09-Nov-2024 19:32:28 | 3,178,895 84% 23.32MB/s 0:00:00 (xfr#95, to-chk=32/225) |
09-Nov-2024 19:32:28 | 3,246,358 85% 23.82MB/s 0:00:00 (xfr#96, to-chk=31/225) |
09-Nov-2024 19:32:28 | 3,246,820 85% 23.82MB/s 0:00:00 (xfr#97, to-chk=30/225) |
09-Nov-2024 19:32:28 | 3,247,448 85% 23.82MB/s 0:00:00 (xfr#98, to-chk=29/225) |
09-Nov-2024 19:32:28 | 3,279,794 86% 23.88MB/s 0:00:00 (xfr#99, to-chk=28/225) |
09-Nov-2024 19:32:28 | 3,280,256 86% 23.88MB/s 0:00:00 (xfr#100, to-chk=24/225) |
09-Nov-2024 19:32:28 | 3,380,914 89% 24.24MB/s 0:00:00 (xfr#101, to-chk=23/225) |
09-Nov-2024 19:32:28 | 3,381,376 89% 24.07MB/s 0:00:00 (xfr#102, to-chk=22/225) |
09-Nov-2024 19:32:28 | 3,418,441 90% 23.97MB/s 0:00:00 (xfr#103, to-chk=21/225) |
09-Nov-2024 19:32:28 | 3,419,191 90% 23.98MB/s 0:00:00 (xfr#104, to-chk=17/225) |
09-Nov-2024 19:32:28 | 3,541,507 93% 24.65MB/s 0:00:00 (xfr#105, to-chk=16/225) |
09-Nov-2024 19:32:28 | 3,542,257 93% 24.66MB/s 0:00:00 (xfr#106, to-chk=15/225) |
09-Nov-2024 19:32:28 | 3,563,780 94% 24.63MB/s 0:00:00 (xfr#107, to-chk=14/225) |
09-Nov-2024 19:32:28 | 3,564,242 94% 24.63MB/s 0:00:00 (xfr#108, to-chk=10/225) |
09-Nov-2024 19:32:28 | 3,645,869 96% 24.66MB/s 0:00:00 (xfr#109, to-chk=9/225) |
09-Nov-2024 19:32:28 | 3,646,331 96% 24.66MB/s 0:00:00 (xfr#110, to-chk=8/225) |
09-Nov-2024 19:32:28 | 3,669,258 97% 24.82MB/s 0:00:00 (xfr#111, to-chk=7/225) |
09-Nov-2024 19:32:28 | 3,669,720 97% 24.82MB/s 0:00:00 (xfr#112, to-chk=3/225) |
09-Nov-2024 19:32:28 | 3,732,681 98% 24.89MB/s 0:00:00 (xfr#113, to-chk=2/225) |
09-Nov-2024 19:32:28 | 3,733,143 98% 24.90MB/s 0:00:00 (xfr#114, to-chk=1/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 25.00MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 25.00MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 25.00MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 25.00MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 25.00MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 25.00MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 25.00MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.83MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.83MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.83MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.83MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.83MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.83MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.83MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.83MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.83MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.83MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.66MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.66MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.66MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.66MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.66MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.66MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.66MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.66MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.66MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.66MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | 3,775,310 99% 24.33MB/s 0:00:00 (xfr#115, to-chk=0/225) |
09-Nov-2024 19:32:28 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.09-19.16.10/pod-logs/dev-oneprovider-krakow-0/cluster-manager |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:32:28 | 2,022 14% 1.93MB/s 0:00:00 (xfr#2, to-chk=9/14) |
09-Nov-2024 19:32:28 | 4,776 34% 4.55MB/s 0:00:00 (xfr#3, to-chk=7/14) |
09-Nov-2024 19:32:28 | 4,776 34% 4.55MB/s 0:00:00 (xfr#4, to-chk=5/14) |
09-Nov-2024 19:32:28 | 6,595 48% 6.29MB/s 0:00:00 (xfr#5, to-chk=3/14) |
09-Nov-2024 19:32:28 | 6,857 50% 3.27MB/s 0:00:00 (xfr#6, to-chk=1/14) |
09-Nov-2024 19:32:28 | 6,857 50% 291.14kB/s 0:00:00 (xfr#6, to-chk=0/14) |
09-Nov-2024 19:32:28 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.09-19.16.10/pod-logs/dev-oneprovider-krakow-0/op-panel |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:32:28 | 18,002 16% 17.17MB/s 0:00:00 (xfr#2, to-chk=9/14) |
09-Nov-2024 19:32:28 | 36,940 33% 17.61MB/s 0:00:00 (xfr#3, to-chk=7/14) |
09-Nov-2024 19:32:28 | 36,940 33% 11.74MB/s 0:00:00 (xfr#4, to-chk=5/14) |
09-Nov-2024 19:32:28 | 54,739 49% 13.05MB/s 0:00:00 (xfr#5, to-chk=3/14) |
09-Nov-2024 19:32:28 | 55,030 50% 13.12MB/s 0:00:00 (xfr#6, to-chk=1/14) |
09-Nov-2024 19:32:28 | 55,030 50% 7.50MB/s 0:00:00 (xfr#6, to-chk=0/14) |
09-Nov-2024 19:32:28 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.09-19.16.10/pod-logs/dev-oneprovider-krakow-0/op-worker |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=51/54) |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:32:28 | 61,212 8% 58.38MB/s 0:00:00 (xfr#2, to-chk=49/54) |
09-Nov-2024 19:32:28 | 120,428 17% 114.85MB/s 0:00:00 (xfr#3, to-chk=47/54) |
09-Nov-2024 19:32:28 | 121,440 17% 57.91MB/s 0:00:00 (xfr#4, to-chk=45/54) |
09-Nov-2024 19:32:28 | 121,440 17% 57.91MB/s 0:00:00 (xfr#5, to-chk=43/54) |
09-Nov-2024 19:32:28 | 178,602 25% 56.78MB/s 0:00:00 (xfr#6, to-chk=41/54) |
09-Nov-2024 19:32:28 | 178,752 25% 42.62MB/s 0:00:00 (xfr#7, to-chk=39/54) |
09-Nov-2024 19:32:28 | 179,049 25% 42.69MB/s 0:00:00 (xfr#8, to-chk=37/54) |
09-Nov-2024 19:32:28 | 285,321 41% 17.01MB/s 0:00:00 (xfr#9, to-chk=35/54) |
09-Nov-2024 19:32:28 | 285,597 41% 17.02MB/s 0:00:00 (xfr#10, to-chk=25/54) |
09-Nov-2024 19:32:28 | 290,091 41% 17.29MB/s 0:00:00 (xfr#11, to-chk=24/54) |
09-Nov-2024 19:32:28 | 297,266 42% 17.72MB/s 0:00:00 (xfr#12, to-chk=23/54) |
09-Nov-2024 19:32:28 | 304,783 44% 13.21MB/s 0:00:00 (xfr#13, to-chk=22/54) |
09-Nov-2024 19:32:28 | 305,344 44% 12.66MB/s 0:00:00 (xfr#14, to-chk=21/54) |
09-Nov-2024 19:32:28 | 310,180 44% 12.86MB/s 0:00:00 (xfr#15, to-chk=20/54) |
09-Nov-2024 19:32:28 | 314,047 45% 13.02MB/s 0:00:00 (xfr#16, to-chk=19/54) |
09-Nov-2024 19:32:28 | 315,406 45% 13.08MB/s 0:00:00 (xfr#17, to-chk=18/54) |
09-Nov-2024 19:32:28 | 322,294 46% 12.81MB/s 0:00:00 (xfr#18, to-chk=17/54) |
09-Nov-2024 19:32:28 | 328,555 47% 13.06MB/s 0:00:00 (xfr#19, to-chk=16/54) |
09-Nov-2024 19:32:28 | 336,363 48% 11.88MB/s 0:00:00 (xfr#20, to-chk=15/54) |
09-Nov-2024 19:32:28 | 339,147 49% 11.98MB/s 0:00:00 (xfr#21, to-chk=14/54) |
09-Nov-2024 19:32:28 | 348,028 50% 12.29MB/s 0:00:00 (xfr#22, to-chk=13/54) |
09-Nov-2024 19:32:28 | 349,630 50% 12.35MB/s 0:00:00 (xfr#23, to-chk=12/54) |
09-Nov-2024 19:32:28 | 356,176 51% 12.13MB/s 0:00:00 (xfr#24, to-chk=11/54) |
09-Nov-2024 19:32:28 | 364,263 52% 12.41MB/s 0:00:00 (xfr#25, to-chk=10/54) |
09-Nov-2024 19:32:28 | 368,472 53% 12.12MB/s 0:00:00 (xfr#26, to-chk=9/54) |
09-Nov-2024 19:32:28 | 370,857 53% 12.20MB/s 0:00:00 (xfr#27, to-chk=8/54) |
09-Nov-2024 19:32:28 | 376,320 54% 12.38MB/s 0:00:00 (xfr#28, to-chk=7/54) |
09-Nov-2024 19:32:28 | 381,443 55% 12.54MB/s 0:00:00 (xfr#29, to-chk=6/54) |
09-Nov-2024 19:32:28 | 387,362 56% 12.74MB/s 0:00:00 (xfr#30, to-chk=5/54) |
09-Nov-2024 19:32:28 | 395,795 57% 13.02MB/s 0:00:00 (xfr#31, to-chk=4/54) |
09-Nov-2024 19:32:28 | 399,320 57% 13.13MB/s 0:00:00 (xfr#32, to-chk=3/54) |
09-Nov-2024 19:32:28 | 402,446 58% 12.79MB/s 0:00:00 (xfr#33, to-chk=2/54) |
09-Nov-2024 19:32:28 | 404,432 58% 12.86MB/s 0:00:00 (xfr#34, to-chk=1/54) |
09-Nov-2024 19:32:28 | 406,141 58% 12.91MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:32:28 | 406,141 58% 11.39MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:32:28 | 406,141 58% 11.39MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:32:28 | 406,141 58% 8.80MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:32:28 | 406,141 58% 8.80MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:32:28 | 406,141 58% 8.80MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:32:28 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.09-19.16.10/pod-logs/dev-oneprovider-paris-0/cluster-manager |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:32:28 | 2,018 14% 1.92MB/s 0:00:00 (xfr#2, to-chk=9/14) |
09-Nov-2024 19:32:28 | 4,766 34% 4.55MB/s 0:00:00 (xfr#3, to-chk=7/14) |
09-Nov-2024 19:32:28 | 4,766 34% 4.55MB/s 0:00:00 (xfr#4, to-chk=5/14) |
09-Nov-2024 19:32:28 | 6,581 48% 6.28MB/s 0:00:00 (xfr#5, to-chk=3/14) |
09-Nov-2024 19:32:28 | 6,843 50% 6.53MB/s 0:00:00 (xfr#6, to-chk=1/14) |
09-Nov-2024 19:32:28 | 6,843 50% 954.66kB/s 0:00:00 (xfr#6, to-chk=0/14) |
09-Nov-2024 19:32:28 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.09-19.16.10/pod-logs/dev-oneprovider-paris-0/op-panel |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:32:28 | 17,970 16% 17.14MB/s 0:00:00 (xfr#2, to-chk=9/14) |
09-Nov-2024 19:32:28 | 36,874 33% 35.17MB/s 0:00:00 (xfr#3, to-chk=7/14) |
09-Nov-2024 19:32:28 | 36,874 33% 35.17MB/s 0:00:00 (xfr#4, to-chk=5/14) |
09-Nov-2024 19:32:28 | 54,641 49% 52.11MB/s 0:00:00 (xfr#5, to-chk=3/14) |
09-Nov-2024 19:32:28 | 54,932 50% 52.39MB/s 0:00:00 (xfr#6, to-chk=1/14) |
09-Nov-2024 19:32:28 | 54,932 50% 17.46MB/s 0:00:00 (xfr#6, to-chk=0/14) |
09-Nov-2024 19:32:28 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.09-19.16.10/pod-logs/dev-oneprovider-paris-0/op-worker |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=51/54) |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:32:28 | 59,771 8% 57.00MB/s 0:00:00 (xfr#2, to-chk=49/54) |
09-Nov-2024 19:32:28 | 117,429 17% 111.99MB/s 0:00:00 (xfr#3, to-chk=47/54) |
09-Nov-2024 19:32:28 | 117,859 17% 112.40MB/s 0:00:00 (xfr#4, to-chk=45/54) |
09-Nov-2024 19:32:28 | 117,859 17% 112.40MB/s 0:00:00 (xfr#5, to-chk=43/54) |
09-Nov-2024 19:32:28 | 173,580 25% 82.77MB/s 0:00:00 (xfr#6, to-chk=41/54) |
09-Nov-2024 19:32:28 | 173,730 25% 82.84MB/s 0:00:00 (xfr#7, to-chk=39/54) |
09-Nov-2024 19:32:28 | 174,027 25% 55.32MB/s 0:00:00 (xfr#8, to-chk=37/54) |
09-Nov-2024 19:32:28 | 280,596 41% 44.60MB/s 0:00:00 (xfr#9, to-chk=35/54) |
09-Nov-2024 19:32:28 | 289,418 42% 46.00MB/s 0:00:00 (xfr#10, to-chk=25/54) |
09-Nov-2024 19:32:28 | 297,216 43% 47.24MB/s 0:00:00 (xfr#11, to-chk=24/54) |
09-Nov-2024 19:32:28 | 298,288 43% 47.41MB/s 0:00:00 (xfr#12, to-chk=23/54) |
09-Nov-2024 19:32:28 | 299,987 44% 47.68MB/s 0:00:00 (xfr#13, to-chk=22/54) |
09-Nov-2024 19:32:28 | 302,767 44% 48.12MB/s 0:00:00 (xfr#14, to-chk=21/54) |
09-Nov-2024 19:32:28 | 303,326 44% 41.32MB/s 0:00:00 (xfr#15, to-chk=20/54) |
09-Nov-2024 19:32:28 | 309,880 45% 42.22MB/s 0:00:00 (xfr#16, to-chk=19/54) |
09-Nov-2024 19:32:28 | 314,382 46% 42.83MB/s 0:00:00 (xfr#17, to-chk=18/54) |
09-Nov-2024 19:32:28 | 317,903 46% 43.31MB/s 0:00:00 (xfr#18, to-chk=17/54) |
09-Nov-2024 19:32:28 | 322,739 47% 43.97MB/s 0:00:00 (xfr#19, to-chk=16/54) |
09-Nov-2024 19:32:28 | 330,254 48% 44.99MB/s 0:00:00 (xfr#20, to-chk=15/54) |
09-Nov-2024 19:32:28 | 332,635 48% 45.32MB/s 0:00:00 (xfr#21, to-chk=14/54) |
09-Nov-2024 19:32:28 | 341,060 50% 46.47MB/s 0:00:00 (xfr#22, to-chk=13/54) |
09-Nov-2024 19:32:28 | 344,927 50% 41.12MB/s 0:00:00 (xfr#23, to-chk=12/54) |
09-Nov-2024 19:32:28 | 350,048 51% 41.73MB/s 0:00:00 (xfr#24, to-chk=11/54) |
09-Nov-2024 19:32:28 | 352,034 51% 41.97MB/s 0:00:00 (xfr#25, to-chk=10/54) |
09-Nov-2024 19:32:28 | 352,312 51% 42.00MB/s 0:00:00 (xfr#26, to-chk=9/54) |
09-Nov-2024 19:32:28 | 360,397 52% 42.96MB/s 0:00:00 (xfr#27, to-chk=8/54) |
09-Nov-2024 19:32:28 | 366,308 53% 43.67MB/s 0:00:00 (xfr#28, to-chk=7/54) |
09-Nov-2024 19:32:28 | 371,779 54% 44.32MB/s 0:00:00 (xfr#29, to-chk=6/54) |
09-Nov-2024 19:32:28 | 375,984 55% 39.84MB/s 0:00:00 (xfr#30, to-chk=5/54) |
09-Nov-2024 19:32:28 | 377,343 55% 39.98MB/s 0:00:00 (xfr#31, to-chk=4/54) |
09-Nov-2024 19:32:28 | 384,516 56% 40.74MB/s 0:00:00 (xfr#32, to-chk=3/54) |
09-Nov-2024 19:32:28 | 391,402 57% 41.47MB/s 0:00:00 (xfr#33, to-chk=2/54) |
09-Nov-2024 19:32:28 | 397,661 58% 42.14MB/s 0:00:00 (xfr#34, to-chk=1/54) |
09-Nov-2024 19:32:28 | 400,787 58% 42.47MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:32:28 | 400,787 58% 42.47MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:32:28 | 400,787 58% 42.47MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:32:28 | 400,787 58% 31.85MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:32:28 | 400,787 58% 31.85MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:32:28 | 400,787 58% 31.85MB/s 0:00:00 (xfr#35, to-chk=0/54) |
09-Nov-2024 19:32:28 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.09-19.16.10/pod-logs/dev-onezone-0/cluster-manager |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:32:28 | 1,977 14% 1.89MB/s 0:00:00 (xfr#2, to-chk=9/14) |
09-Nov-2024 19:32:28 | 4,664 34% 4.45MB/s 0:00:00 (xfr#3, to-chk=7/14) |
09-Nov-2024 19:32:28 | 4,664 34% 4.45MB/s 0:00:00 (xfr#4, to-chk=5/14) |
09-Nov-2024 19:32:28 | 6,438 48% 6.14MB/s 0:00:00 (xfr#5, to-chk=3/14) |
09-Nov-2024 19:32:28 | 6,700 50% 6.39MB/s 0:00:00 (xfr#6, to-chk=1/14) |
09-Nov-2024 19:32:28 | 6,700 50% 6.39MB/s 0:00:00 (xfr#6, to-chk=0/14) |
09-Nov-2024 19:32:28 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.09-19.16.10/pod-logs/dev-onezone-0/oz-panel |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:32:28 | 53,701 12% 51.21MB/s 0:00:00 (xfr#2, to-chk=9/14) |
09-Nov-2024 19:32:28 | 108,958 25% 51.96MB/s 0:00:00 (xfr#3, to-chk=7/14) |
09-Nov-2024 19:32:28 | 156,433 37% 49.73MB/s 0:00:00 (xfr#4, to-chk=5/14) |
09-Nov-2024 19:32:28 | 209,931 49% 66.74MB/s 0:00:00 (xfr#5, to-chk=3/14) |
09-Nov-2024 19:32:28 | 210,222 50% 50.12MB/s 0:00:00 (xfr#6, to-chk=1/14) |
09-Nov-2024 19:32:28 | 210,222 50% 40.10MB/s 0:00:00 (xfr#6, to-chk=0/14) |
09-Nov-2024 19:32:28 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.09-19.16.10/pod-logs/dev-onezone-0/oz-worker |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=15/18) |
09-Nov-2024 19:32:28 | 0 0% 0.00kB/s 0:00:00 |
09-Nov-2024 19:32:28 | 23,823 6% 22.72MB/s 0:00:00 (xfr#2, to-chk=13/18) |
09-Nov-2024 19:32:28 | 48,411 13% 46.17MB/s 0:00:00 (xfr#3, to-chk=11/18) |
09-Nov-2024 19:32:28 | 48,411 13% 46.17MB/s 0:00:00 (xfr#4, to-chk=9/18) |
09-Nov-2024 19:32:28 | 71,754 20% 68.43MB/s 0:00:00 (xfr#5, to-chk=7/18) |
09-Nov-2024 19:32:28 | 71,845 20% 68.52MB/s 0:00:00 (xfr#6, to-chk=5/18) |
09-Nov-2024 19:32:28 | 72,142 20% 68.80MB/s 0:00:00 (xfr#7, to-chk=3/18) |
09-Nov-2024 19:32:28 | 179,184 50% 85.44MB/s 0:00:00 (xfr#8, to-chk=1/18) |
09-Nov-2024 19:32:28 | 179,184 50% 56.96MB/s 0:00:00 (xfr#8, to-chk=0/18) |
09-Nov-2024 19:32:28 | [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.1731180735.7760653 exists, exporting anyway. |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | =============================== warnings summary =============================== |
09-Nov-2024 19:32:28 | tests/utils/rest_utils.py:98 |
09-Nov-2024 19:32:28 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ ' |
09-Nov-2024 19:32:28 | print(""" |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | tests/utils/path_utils.py:112 |
09-Nov-2024 19:32:28 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ ' |
09-Nov-2024 19:32:28 | return path.replace("'", "\\'").replace(' ', '\ ') |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | tests/utils/acceptance_utils.py:55 |
09-Nov-2024 19:32:28 | /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' |
09-Nov-2024 19:32:28 | '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?')) |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | tests/utils/acceptance_utils.py:57 |
09-Nov-2024 19:32:28 | /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' |
09-Nov-2024 19:32:28 | '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?')) |
09-Nov-2024 19:32:28 | |
09-Nov-2024 19:32:28 | -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
09-Nov-2024 19:32:28 | - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance/test-reports/results.xml - |
09-Nov-2024 19:32:28 | ================== 26 passed, 4 warnings in 980.58s (0:16:20) ================== |
09-Nov-2024 19:32:32 | release "dev" uninstalled |
09-Nov-2024 19:32:33 | persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted |
09-Nov-2024 19:32:33 | persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted |
09-Nov-2024 19:32:36 | No resources found |
09-Nov-2024 19:32:37 | Sidecar injection has been disabled |
09-Nov-2024 19:32:37 | Cleaning helm release "dev"... |
09-Nov-2024 19:32:37 | Deleted 1 helm deployments |
09-Nov-2024 19:32:37 | Deleted 0 k8s deployments |
09-Nov-2024 19:32:37 | Deleted 0 k8s services |
09-Nov-2024 19:32:37 | Deleted 0 persistent volumes |
09-Nov-2024 19:32:38 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
09-Nov-2024 19:32:38 | [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone |
09-Nov-2024 19:32:38 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
09-Nov-2024 19:32:38 | [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider |
09-Nov-2024 19:32:38 | [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli |
09-Nov-2024 19:32:38 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
09-Nov-2024 19:32:38 | [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient |
09-Nov-2024 19:32:38 | Finished task 'Run acceptance oneclient tests' with result: Success |
09-Nov-2024 19:32:38 | Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' |
09-Nov-2024 19:32:38 | Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH... |
09-Nov-2024 19:32:38 | Finished task 'Parse test results' with result: Success |
09-Nov-2024 19:32:38 | All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
09-Nov-2024 19:32:38 | Substituting variable: ${bamboo.artifactRepoHostname} with S3 |
09-Nov-2024 19:32:38 | Substituting variable: ${bamboo.artifactRepoPort} with 10161 |
09-Nov-2024 19:32:38 | Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu |
09-Nov-2024 19:32:38 | Substituting variable: ${bamboo.planRepository.branchName} with develop |
09-Nov-2024 19:32:38 | Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance |
09-Nov-2024 19:32:38 | Substituting variable: ${bamboo.artifactRepoHostname} with S3 |
09-Nov-2024 19:32:38 | Substituting variable: ${bamboo.artifactRepoPort} with 10161 |
09-Nov-2024 19:32:38 | Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu |
09-Nov-2024 19:32:38 | Substituting variable: ${bamboo.planRepository.branchName} with develop |
09-Nov-2024 19:32:38 | Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance |
09-Nov-2024 19:32:38 | Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
09-Nov-2024 19:32:38 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio hardlinks #3361 (ODSRV-OAP-MPRFCPH-3361)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPH-3361-ScriptBuildTask-18399512743410566431.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance |
09-Nov-2024 19:32:38 | ./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 |
09-Nov-2024 19:32:39 | Uploading artifact |
09-Nov-2024 19:32:39 | source path: surefire_multiprovider_proxy_regular_file_CRUD_proxyio_hardlinks.tar.gz |
09-Nov-2024 19:32:39 | dest. path: artifacts/onedata-acceptance/develop/surefire_multiprovider_proxy_regular_file_CRUD_proxyio_hardlinks.tar.gz |
09-Nov-2024 19:32:39 | Finished task 'Pack and push surefire artifact' with result: Success |
09-Nov-2024 19:32:39 | All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
09-Nov-2024 19:32:39 | Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
09-Nov-2024 19:32:39 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio hardlinks #3361 (ODSRV-OAP-MPRFCPH-3361)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPH-3361-ScriptBuildTask-11930242415039063975.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH |
09-Nov-2024 19:32:39 | cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory |
09-Nov-2024 19:32:39 | Finished task 'Pack logs' with result: Success |
09-Nov-2024 19:32:39 | All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
09-Nov-2024 19:32:39 | Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh |
09-Nov-2024 19:32:39 | Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
09-Nov-2024 19:32:39 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider proxy regular file CRUD proxyio hardlinks #3361 (ODSRV-OAP-MPRFCPH-3361)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MPRFCPH-3361-ScriptBuildTask-1643461064679892555.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH/onedata-acceptance |
09-Nov-2024 19:32:39 | % Total % Received % Xferd Average Speed Time Time Time Current |
09-Nov-2024 19:32:39 | Dload Upload Total Spent Left Speed |
09-Nov-2024 19:32:39 | |
09-Nov-2024 19:32:39 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
09-Nov-2024 19:32:39 | 100 4822 100 4822 0 0 54179 0 --:--:-- --:--:-- --:--:-- 54795 |
09-Nov-2024 19:32:39 | Clearing /tmp/onedata and /home/bamboo/.one-env |
09-Nov-2024 19:32:43 | Cleaning helm deployments |
09-Nov-2024 19:32:43 | Cleanining pods |
09-Nov-2024 19:32:43 | Cleaning kube persistant volumes |
09-Nov-2024 19:32:44 | Cleaning dockswift container |
09-Nov-2024 19:32:44 | Cleaning docker containers |
09-Nov-2024 19:32:47 | Stalled docker containers to remove: |
09-Nov-2024 19:32:47 | b249ae135954 318ea6520abd a28d01fb3ae7 0b5d9a58612c 317b33bb1477 c9ae5eb285a1 378289d5a7c4 296fa81baebf 119b2800c322 cac7f74d1054 cde57a5c2b97 6a95dba8c371 bcbe48644bf9 c7f325604204 c27ccc492cff 5f43a3acfa6f 83f375142b0c 19214e7a5403 727e693d1ea8 a993ccaf8054 |
09-Nov-2024 19:32:47 | Removing stalled docker containers |
09-Nov-2024 19:32:47 | Error response from daemon: Cannot kill container: b249ae135954: Container b249ae1359547903ffc5a65f03792c689e927646941012b61e9e4d2f4060ecf0 is not running |
09-Nov-2024 19:32:47 | b249ae135954 |
09-Nov-2024 19:32:47 | Error response from daemon: Cannot kill container: 318ea6520abd: Container 318ea6520abdf75bcb38ff7cda60b2b94c51c5eecf7017eb0f2ac1a79207382c is not running |
09-Nov-2024 19:32:47 | 318ea6520abd |
09-Nov-2024 19:32:47 | Error response from daemon: Cannot kill container: a28d01fb3ae7: Container a28d01fb3ae729fe8d0813a99170d4cb7efd9d530ba7cef9c61d90da45d3a3c7 is not running |
09-Nov-2024 19:32:47 | a28d01fb3ae7 |
09-Nov-2024 19:32:47 | Error response from daemon: Cannot kill container: 0b5d9a58612c: Container 0b5d9a58612c8c7b39901070559aebe09895a2b0374f8f2dd7711b3eed96a0a9 is not running |
09-Nov-2024 19:32:47 | 0b5d9a58612c |
09-Nov-2024 19:32:47 | Error response from daemon: Cannot kill container: 317b33bb1477: Container 317b33bb14779dc9d5538499fe572adeaed138edeab144e84d7b579f3e52ff33 is not running |
09-Nov-2024 19:32:47 | 317b33bb1477 |
09-Nov-2024 19:32:47 | Error response from daemon: Cannot kill container: c9ae5eb285a1: Container c9ae5eb285a1789beb62799e2427c468de61a67d0d2e14c0d576310b53470710 is not running |
09-Nov-2024 19:32:47 | c9ae5eb285a1 |
09-Nov-2024 19:32:47 | Error response from daemon: Cannot kill container: 378289d5a7c4: Container 378289d5a7c44859aea53a7b6fba524c2a80e809c9820156441cc8035f6fcd11 is not running |
09-Nov-2024 19:32:47 | 378289d5a7c4 |
09-Nov-2024 19:32:47 | Error response from daemon: Cannot kill container: 296fa81baebf: Container 296fa81baebf1db24b34c9077c6c4bdb26bba30e4608ad4a609675c4bf32c224 is not running |
09-Nov-2024 19:32:47 | 296fa81baebf |
09-Nov-2024 19:32:47 | Error response from daemon: Cannot kill container: 119b2800c322: Container 119b2800c322211701c6a5bb3fc3d6b844ab2cefc7d2e6c0aafa18baa227d401 is not running |
09-Nov-2024 19:32:48 | 119b2800c322 |
09-Nov-2024 19:32:48 | Error response from daemon: Cannot kill container: cac7f74d1054: Container cac7f74d1054ce9f0f5a65898d2107b7053fdeff456dc63800c5114ff926e32f is not running |
09-Nov-2024 19:32:48 | cac7f74d1054 |
09-Nov-2024 19:32:48 | Error response from daemon: Cannot kill container: cde57a5c2b97: Container cde57a5c2b97b8b4983eab9c37f94f960911b1a160186212e1e033234a879d53 is not running |
09-Nov-2024 19:32:48 | cde57a5c2b97 |
09-Nov-2024 19:32:48 | Error response from daemon: Cannot kill container: 6a95dba8c371: Container 6a95dba8c37151dbe7f9ca7e9ddd27c4437a07f8044ce603da2bb598a1225f88 is not running |
09-Nov-2024 19:32:48 | 6a95dba8c371 |
09-Nov-2024 19:32:48 | Error response from daemon: Cannot kill container: bcbe48644bf9: Container bcbe48644bf9d110c39df0f735d0bdfde39dd8219f1138ed78eddeaeac9d9fd0 is not running |
09-Nov-2024 19:32:48 | bcbe48644bf9 |
09-Nov-2024 19:32:48 | Error response from daemon: Cannot kill container: c7f325604204: Container c7f325604204ce3c5626aa57528de2566b8ea8b868a1871acbc21ac3c312e516 is not running |
09-Nov-2024 19:32:48 | c7f325604204 |
09-Nov-2024 19:32:48 | Error response from daemon: Cannot kill container: c27ccc492cff: Container c27ccc492cff56ed513e04292a740399c7294b22020677dc28324dc401bb9cee is not running |
09-Nov-2024 19:32:48 | c27ccc492cff |
09-Nov-2024 19:32:48 | Error response from daemon: Cannot kill container: 5f43a3acfa6f: Container 5f43a3acfa6fd6670c62f261cf3bc77473d6716b653b5d390d93f8d959a7eee6 is not running |
09-Nov-2024 19:32:48 | 5f43a3acfa6f |
09-Nov-2024 19:32:48 | Error response from daemon: Cannot kill container: 83f375142b0c: Container 83f375142b0cea65b4a35224eac74b18e1a29b1c7c75d79f63e4cb1c7d7c5174 is not running |
09-Nov-2024 19:32:48 | 83f375142b0c |
09-Nov-2024 19:32:48 | Error response from daemon: Cannot kill container: 19214e7a5403: Container 19214e7a54039fc5007a4f7b8f47e9a5115c740e208ee7cc4c0b479bef17d73e is not running |
09-Nov-2024 19:32:48 | 19214e7a5403 |
09-Nov-2024 19:32:48 | Error response from daemon: Cannot kill container: 727e693d1ea8: Container 727e693d1ea8132d5d9a469bcfc3499d0977651f464dafcd48427325ba984802 is not running |
09-Nov-2024 19:32:48 | 727e693d1ea8 |
09-Nov-2024 19:32:49 | a993ccaf8054 |
09-Nov-2024 19:32:49 | a993ccaf8054 |
09-Nov-2024 19:32:49 | Stalled docker volumes to remove: |
09-Nov-2024 19:32:49 | |
09-Nov-2024 19:32:49 | Removing stalled docker volumes |
09-Nov-2024 19:32:49 | Removing stalled loopdevices |
09-Nov-2024 19:32:50 | Done |
09-Nov-2024 19:32:50 | Finished task 'Clear env and working dir' with result: Success |
09-Nov-2024 19:32:50 | Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2 |
09-Nov-2024 19:32:50 | Running post build plugin 'Docker Container Cleanup' |
09-Nov-2024 19:32:50 | Running post build plugin 'NCover Results Collector' |
09-Nov-2024 19:32:50 | Running post build plugin 'Build Results Label Collector' |
09-Nov-2024 19:32:50 | Running post build plugin 'Clover Results Collector' |
09-Nov-2024 19:32:50 | Running post build plugin 'npm Cache Cleanup' |
09-Nov-2024 19:32:50 | Running post build plugin 'Artifact Copier' |
09-Nov-2024 19:32:50 | Publishing an artifact: test_logs.tar.gz |
09-Nov-2024 19:32:50 | Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 123.1 ms |
09-Nov-2024 19:32:50 | Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MPRFCPH' |
09-Nov-2024 19:32:50 | Finalising the build... |
09-Nov-2024 19:32:50 | Stopping timer. |
09-Nov-2024 19:32:50 | Build ODSRV-OAP-MPRFCPH-3361 completed. |
09-Nov-2024 19:32:50 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
09-Nov-2024 19:32:50 | Running on server: post build plugin 'NCover Results Collector' |
09-Nov-2024 19:32:50 | Running on server: post build plugin 'Build Labeller' |
09-Nov-2024 19:32:50 | Running on server: post build plugin 'Clover Delta Calculator' |
09-Nov-2024 19:32:50 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
09-Nov-2024 19:32:50 | All post build plugins have finished |
09-Nov-2024 19:32:50 | Generating build results summary... |
09-Nov-2024 19:32:51 | Saving build results to disk... |
09-Nov-2024 19:32:51 | Store variable context... |
09-Nov-2024 19:32:51 | Finished building ODSRV-OAP-MPRFCPH-3361. |