oneclient acceptance tests using environment deployed from packages
Build: #3359 was successful
Job: multiprovider s3 directory CRUD proxyio symlinks was successful
Build log
The build generated 2,794 lines of output. The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.
07-Nov-2024 21:51:48 | Unmounting client from /tmp/onedata/mnt/noz0ia82flgevycg |
07-Nov-2024 21:51:48 | |
07-Nov-2024 21:51:48 | |
07-Nov-2024 21:52:27 | tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_copy[multiprovider_s3] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
07-Nov-2024 21:52:27 | ================================================================= |
07-Nov-2024 21:52:27 | - Executing scenario 'Copy directory' |
07-Nov-2024 21:52:27 | - from feature 'Multi_directory_CRUD' |
07-Nov-2024 21:52:27 | ----------------------------------------------------------------- |
07-Nov-2024 21:52:27 | -- Executing step: 'Given "oneclients [client11, client21] |
07-Nov-2024 21:52:27 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
07-Nov-2024 21:52:27 | using [token, token] by [user1, user2]"' |
07-Nov-2024 21:52:27 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-9b8968f6-fq8cj', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
07-Nov-2024 21:52:27 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-9b8968f6-fq8cj', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
07-Nov-2024 21:52:27 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-9b8968f6-fq8cj', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
07-Nov-2024 21:52:27 | |
07-Nov-2024 21:52:27 | |
07-Nov-2024 21:52:27 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-9b8968f6-fq8cj' |
07-Nov-2024 21:52:27 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-9b8968f6-fq8cj' successfully started |
07-Nov-2024 21:52:27 | |
07-Nov-2024 21:52:27 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/km0uy3utixemmu1f |
07-Nov-2024 21:52:27 | |
07-Nov-2024 21:52:27 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/km0uy3utixemmu1f --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/km0uy3utixemmu1f |
07-Nov-2024 21:52:27 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '9421622589224109899'... |
07-Nov-2024 21:52:27 | Getting configuration... |
07-Nov-2024 21:52:27 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/km0uy3utixemmu1f'. |
07-Nov-2024 21:52:27 | |
07-Nov-2024 21:52:27 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-7f5779b546-7pkcs', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
07-Nov-2024 21:52:27 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-7f5779b546-7pkcs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
07-Nov-2024 21:52:27 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-7f5779b546-7pkcs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
07-Nov-2024 21:52:27 | |
07-Nov-2024 21:52:27 | |
07-Nov-2024 21:52:27 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-7f5779b546-7pkcs' |
07-Nov-2024 21:52:27 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-7f5779b546-7pkcs' successfully started |
07-Nov-2024 21:52:27 | |
07-Nov-2024 21:52:27 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/kxqe27wqmoxrny1m |
07-Nov-2024 21:52:27 | |
07-Nov-2024 21:52:27 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/kxqe27wqmoxrny1m --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/kxqe27wqmoxrny1m |
07-Nov-2024 21:52:27 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '7399513439853156485'... |
07-Nov-2024 21:52:27 | Getting configuration... |
07-Nov-2024 21:52:27 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/kxqe27wqmoxrny1m'. |
07-Nov-2024 21:52:27 | |
07-Nov-2024 21:52:27 | -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2/dir3, space1/dir4/dir5] on client11"' |
07-Nov-2024 21:52:27 | -- Executing step: 'When "user1 sees [dir1, dir4] in space1 on client11"' |
07-Nov-2024 21:52:27 | -- Executing step: 'When "user2 sees [dir1, dir4] in space1 on client21"' |
07-Nov-2024 21:52:27 | -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"' |
07-Nov-2024 21:52:27 | -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"' |
07-Nov-2024 21:52:27 | -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"' |
07-Nov-2024 21:52:27 | -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"' |
07-Nov-2024 21:52:27 | -- Executing step: 'When "user1 sees [dir5] in space1/dir4 on client11"' |
07-Nov-2024 21:52:27 | -- Executing step: 'When "user2 sees [dir5] in space1/dir4 on client21"' |
07-Nov-2024 21:52:27 | -- Executing step: 'When "user1 copies directory space1/dir4 to space1/dir1/dir2/dir3 on client11"' |
07-Nov-2024 21:52:27 | -- Executing step: 'Then "user1 can stat [dir4] in space1/dir1/dir2/dir3 on client11"' |
07-Nov-2024 21:52:27 | -- Executing step: 'Then "user2 can stat [dir4] in space1/dir1/dir2/dir3 on client21"' |
07-Nov-2024 21:52:27 | -- Executing step: 'Then "user1 can stat [dir5] in space1/dir1/dir2/dir3/dir4 on client11"' |
07-Nov-2024 21:52:27 | -- Executing step: 'Then "user2 can stat [dir5] in space1/dir1/dir2/dir3/dir4 on client21"' |
07-Nov-2024 21:52:27 | -- Executing step: 'Then "user1 can stat [dir5] in space1/dir4 on client11"' |
07-Nov-2024 21:52:27 | -- Executing step: 'Then "user2 can stat [dir5] in space1/dir4 on client21"' |
07-Nov-2024 21:52:27 | -- Executing step: 'Then "user1 sees [dir4] in space1/dir1/dir2/dir3 on client11"' |
07-Nov-2024 21:52:27 | -- Executing step: 'Then "user2 sees [dir4] in space1/dir1/dir2/dir3 on client21"' |
07-Nov-2024 21:52:27 | -- Executing step: 'Then "user1 sees [dir5] in space1/dir1/dir2/dir3/dir4 on client11"' |
07-Nov-2024 21:52:27 | -- Executing step: 'Then "user2 sees [dir5] in space1/dir1/dir2/dir3/dir4 on client21"' |
07-Nov-2024 21:52:27 | -- Executing step: 'Then "user1 sees [dir5] in space1/dir4 on client11"' |
07-Nov-2024 21:52:27 | -- Executing step: 'Then "user2 sees [dir5] in space1/dir4 on client21"' |
07-Nov-2024 21:52:27 | ================================================================= |
07-Nov-2024 21:52:27 | |
07-Nov-2024 21:52:28 | PASSED |
07-Nov-2024 21:52:28 | Unmounting client from /tmp/onedata/mnt/km0uy3utixemmu1f |
07-Nov-2024 21:52:28 | |
07-Nov-2024 21:52:28 | |
07-Nov-2024 21:52:28 | Unmounting client from /tmp/onedata/mnt/kxqe27wqmoxrny1m |
07-Nov-2024 21:52:28 | |
07-Nov-2024 21:52:28 | |
07-Nov-2024 21:53:02 | tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_move_to_itself[multiprovider_s3] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
07-Nov-2024 21:53:02 | ================================================================= |
07-Nov-2024 21:53:02 | - Executing scenario 'Fail to move directory to itself' |
07-Nov-2024 21:53:02 | - from feature 'Multi_directory_CRUD' |
07-Nov-2024 21:53:02 | ----------------------------------------------------------------- |
07-Nov-2024 21:53:02 | -- Executing step: 'Given "oneclients [client11, client21] |
07-Nov-2024 21:53:02 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
07-Nov-2024 21:53:02 | using [token, token] by [user1, user2]"' |
07-Nov-2024 21:53:02 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-9b8968f6-fq8cj', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
07-Nov-2024 21:53:02 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-9b8968f6-fq8cj', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
07-Nov-2024 21:53:02 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-9b8968f6-fq8cj', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:02 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-9b8968f6-fq8cj' |
07-Nov-2024 21:53:02 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-9b8968f6-fq8cj' successfully started |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:02 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/dcuzl804m10rh8o2 |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:02 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/dcuzl804m10rh8o2 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/dcuzl804m10rh8o2 |
07-Nov-2024 21:53:02 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7699878697486464483'... |
07-Nov-2024 21:53:02 | Getting configuration... |
07-Nov-2024 21:53:02 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/dcuzl804m10rh8o2'. |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:02 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-7f5779b546-7pkcs', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
07-Nov-2024 21:53:02 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-7f5779b546-7pkcs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
07-Nov-2024 21:53:02 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-7f5779b546-7pkcs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:02 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-7f5779b546-7pkcs' |
07-Nov-2024 21:53:02 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-7f5779b546-7pkcs' successfully started |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:02 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/myavu2ha1jvsxhy3 |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:02 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/myavu2ha1jvsxhy3 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/myavu2ha1jvsxhy3 |
07-Nov-2024 21:53:02 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '5659239630000630174'... |
07-Nov-2024 21:53:02 | Getting configuration... |
07-Nov-2024 21:53:02 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/myavu2ha1jvsxhy3'. |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:02 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
07-Nov-2024 21:53:02 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
07-Nov-2024 21:53:02 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
07-Nov-2024 21:53:02 | -- Executing step: 'When "user1 fails to move space1/dir1 to space1/dir1 using shell command on client11"' |
07-Nov-2024 21:53:02 | -- Executing step: 'When "user1 can stat [dir1] in space1 on client11"' |
07-Nov-2024 21:53:02 | -- Executing step: 'When "user2 can stat [dir1] in space1 on client21"' |
07-Nov-2024 21:53:02 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
07-Nov-2024 21:53:02 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
07-Nov-2024 21:53:02 | ================================================================= |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:02 | PASSED |
07-Nov-2024 21:53:02 | Unmounting client from /tmp/onedata/mnt/dcuzl804m10rh8o2 |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:02 | Unmounting client from /tmp/onedata/mnt/myavu2ha1jvsxhy3 |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:02 | |
07-Nov-2024 21:53:37 | tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_move_to_subtree[multiprovider_s3] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
07-Nov-2024 21:53:37 | ================================================================= |
07-Nov-2024 21:53:37 | - Executing scenario 'Fail to move directory to its subtree' |
07-Nov-2024 21:53:37 | - from feature 'Multi_directory_CRUD' |
07-Nov-2024 21:53:37 | ----------------------------------------------------------------- |
07-Nov-2024 21:53:37 | -- Executing step: 'Given "oneclients [client11, client21] |
07-Nov-2024 21:53:37 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
07-Nov-2024 21:53:37 | using [token, token] by [user1, user2]"' |
07-Nov-2024 21:53:37 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-9b8968f6-fq8cj', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
07-Nov-2024 21:53:37 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-9b8968f6-fq8cj', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
07-Nov-2024 21:53:37 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-9b8968f6-fq8cj', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
07-Nov-2024 21:53:37 | |
07-Nov-2024 21:53:37 | |
07-Nov-2024 21:53:37 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-9b8968f6-fq8cj' |
07-Nov-2024 21:53:37 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-9b8968f6-fq8cj' successfully started |
07-Nov-2024 21:53:37 | |
07-Nov-2024 21:53:37 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/dz9igkurb7jogngm |
07-Nov-2024 21:53:37 | |
07-Nov-2024 21:53:37 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/dz9igkurb7jogngm --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/dz9igkurb7jogngm |
07-Nov-2024 21:53:37 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '9470769262384260545'... |
07-Nov-2024 21:53:37 | Getting configuration... |
07-Nov-2024 21:53:37 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/dz9igkurb7jogngm'. |
07-Nov-2024 21:53:37 | |
07-Nov-2024 21:53:37 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-7f5779b546-7pkcs', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
07-Nov-2024 21:53:37 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-7f5779b546-7pkcs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
07-Nov-2024 21:53:37 | Running command: ['./onenv', 'exec', 'dev-oneclient-paris-7f5779b546-7pkcs', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
07-Nov-2024 21:53:37 | |
07-Nov-2024 21:53:37 | |
07-Nov-2024 21:53:37 | starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-7f5779b546-7pkcs' |
07-Nov-2024 21:53:37 | rpyc server for user 'user2' on client host 'dev-oneclient-paris-7f5779b546-7pkcs' successfully started |
07-Nov-2024 21:53:37 | |
07-Nov-2024 21:53:37 | Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/45iu7gz767efh57h |
07-Nov-2024 21:53:37 | |
07-Nov-2024 21:53:37 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/45iu7gz767efh57h --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/45iu7gz767efh57h |
07-Nov-2024 21:53:37 | Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '16663968927769333654'... |
07-Nov-2024 21:53:37 | Getting configuration... |
07-Nov-2024 21:53:37 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/45iu7gz767efh57h'. |
07-Nov-2024 21:53:37 | |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2/dir3] on client11"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user1 fails to rename space1/dir1 to space1/dir1/dir2/dir3 on client11"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user1 can stat [dir1] in space1 on client11"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user2 can stat [dir1] in space1 on client21"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user1 can stat [dir2] in space1/dir1 on client11"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user2 can stat [dir2] in space1/dir1 on client21"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user1 can stat [dir3] in space1/dir1/dir2 on client11"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user2 can stat [dir3] in space1/dir1/dir2 on client21"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"' |
07-Nov-2024 21:53:37 | -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"' |
07-Nov-2024 21:53:37 | ================================================================= |
07-Nov-2024 21:53:37 | |
07-Nov-2024 21:53:50 | PASSED |
07-Nov-2024 21:53:50 | Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init) |
07-Nov-2024 21:53:50 | Unmounting client from /tmp/onedata/mnt/dz9igkurb7jogngm |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | Unmounting client from /tmp/onedata/mnt/45iu7gz767efh57h |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MSDCPS/onedata-acceptance/tests/oneclient/logs/multiprovider_s3/test_multi_directory_CRUD.1731016417.8277588', '-c', '/tmp/logs'] |
07-Nov-2024 21:53:50 | [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-rbkr4. See /home/bamboo/.one-env/deployments/2024.11.07-21.32.00/pod-logs/dev-cross-support-job-3p-users-rbkr4/entrypoint.log for more details |
07-Nov-2024 21:53:50 | [INFO] Rsyncing from pod dev-oneclient-krakow-9b8968f6-fq8cj: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.07-21.32.00/pod-logs/dev-oneclient-krakow-9b8968f6-fq8cj/oneclient_logs |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=201/234) |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 |
07-Nov-2024 21:53:50 | 21,214 0% 20.23MB/s 0:00:00 (xfr#1, to-chk=200/234) |
07-Nov-2024 21:53:50 | 21,214 0% 20.23MB/s 0:00:00 (xfr#1, to-chk=194/234) |
07-Nov-2024 21:53:50 | Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init) |
07-Nov-2024 21:53:50 | 21,580 0% 20.58MB/s 0:00:00 (xfr#2, to-chk=196/234) |
07-Nov-2024 21:53:50 | Defaulted container "oneprovider" out of: oneprovider, wait-for-volume-s3-init (init) |
07-Nov-2024 21:53:50 | 142,380 2% 67.89MB/s 0:00:00 (xfr#3, to-chk=195/234) |
07-Nov-2024 21:53:50 | Defaulted container "oneprovider" out of: oneprovider, wait-for-volume-s3-init (init) |
07-Nov-2024 21:53:50 | 142,746 2% 45.38MB/s 0:00:00 (xfr#4, to-chk=194/234) |
07-Nov-2024 21:53:50 | Defaulted container "oneprovider" out of: oneprovider, wait-for-volume-s3-init (init) |
07-Nov-2024 21:53:50 | 190,140 3% 60.44MB/s 0:00:00 (xfr#5, to-chk=193/234) |
07-Nov-2024 21:53:50 | Defaulted container "oneprovider" out of: oneprovider, wait-for-volume-s3-init (init) |
07-Nov-2024 21:53:50 | 190,890 3% 60.68MB/s 0:00:00 (xfr#6, to-chk=189/234) |
07-Nov-2024 21:53:50 | Defaulted container "oneprovider" out of: oneprovider, wait-for-volume-s3-init (init) |
07-Nov-2024 21:53:50 | 195,030 3% 46.50MB/s 0:00:00 (xfr#7, to-chk=188/234) |
07-Nov-2024 21:53:50 | Defaulted container "oneprovider" out of: oneprovider, wait-for-volume-s3-init (init) |
07-Nov-2024 21:53:50 | 379,968 7% 45.30MB/s 0:00:00 (xfr#8, to-chk=187/234) |
07-Nov-2024 21:53:50 | 380,718 7% 40.34MB/s 0:00:00 (xfr#9, to-chk=186/234) |
07-Nov-2024 21:53:50 | 381,346 7% 40.41MB/s 0:00:00 (xfr#10, to-chk=185/234) |
07-Nov-2024 21:53:50 | 431,012 8% 34.25MB/s 0:00:00 (xfr#11, to-chk=184/234) |
07-Nov-2024 21:53:50 | 431,666 8% 34.31MB/s 0:00:00 (xfr#12, to-chk=180/234) |
07-Nov-2024 21:53:50 | 668,350 13% 24.51MB/s 0:00:00 (xfr#13, to-chk=179/234) |
07-Nov-2024 21:53:50 | 669,004 13% 23.63MB/s 0:00:00 (xfr#14, to-chk=178/234) |
07-Nov-2024 21:53:50 | 691,133 13% 23.54MB/s 0:00:00 (xfr#15, to-chk=177/234) |
07-Nov-2024 21:53:50 | 691,691 13% 23.56MB/s 0:00:00 (xfr#16, to-chk=173/234) |
07-Nov-2024 21:53:50 | 780,736 15% 24.82MB/s 0:00:00 (xfr#17, to-chk=172/234) |
07-Nov-2024 21:53:50 | 781,294 15% 24.84MB/s 0:00:00 (xfr#18, to-chk=171/234) |
07-Nov-2024 21:53:50 | 799,641 15% 25.42MB/s 0:00:00 (xfr#19, to-chk=170/234) |
07-Nov-2024 21:53:50 | 800,199 15% 25.44MB/s 0:00:00 (xfr#20, to-chk=166/234) |
07-Nov-2024 21:53:50 | 906,611 18% 27.89MB/s 0:00:00 (xfr#21, to-chk=165/234) |
07-Nov-2024 21:53:50 | 907,169 18% 27.91MB/s 0:00:00 (xfr#22, to-chk=164/234) |
07-Nov-2024 21:53:50 | 907,797 18% 27.93MB/s 0:00:00 (xfr#23, to-chk=163/234) |
07-Nov-2024 21:53:50 | 927,346 18% 28.53MB/s 0:00:00 (xfr#24, to-chk=162/234) |
07-Nov-2024 21:53:50 | 927,904 18% 27.65MB/s 0:00:00 (xfr#25, to-chk=158/234) |
07-Nov-2024 21:53:50 | 993,141 19% 28.70MB/s 0:00:00 (xfr#26, to-chk=157/234) |
07-Nov-2024 21:53:50 | 993,699 19% 28.72MB/s 0:00:00 (xfr#27, to-chk=156/234) |
07-Nov-2024 21:53:50 | 994,327 19% 28.74MB/s 0:00:00 (xfr#28, to-chk=155/234) |
07-Nov-2024 21:53:50 | 1,022,109 20% 28.67MB/s 0:00:00 (xfr#29, to-chk=154/234) |
07-Nov-2024 21:53:50 | 1,022,763 20% 28.69MB/s 0:00:00 (xfr#30, to-chk=150/234) |
07-Nov-2024 21:53:50 | 1,168,865 23% 30.96MB/s 0:00:00 (xfr#31, to-chk=149/234) |
07-Nov-2024 21:53:50 | 1,169,519 23% 30.98MB/s 0:00:00 (xfr#32, to-chk=148/234) |
07-Nov-2024 21:53:50 | 1,220,238 24% 32.33MB/s 0:00:00 (xfr#33, to-chk=147/234) |
07-Nov-2024 21:53:50 | 1,220,988 24% 32.35MB/s 0:00:00 (xfr#34, to-chk=143/234) |
07-Nov-2024 21:53:50 | 1,459,050 29% 30.25MB/s 0:00:00 (xfr#35, to-chk=142/234) |
07-Nov-2024 21:53:50 | 1,459,800 29% 29.62MB/s 0:00:00 (xfr#36, to-chk=141/234) |
07-Nov-2024 21:53:50 | 1,491,363 29% 30.26MB/s 0:00:00 (xfr#37, to-chk=140/234) |
07-Nov-2024 21:53:50 | 1,492,113 29% 30.28MB/s 0:00:00 (xfr#38, to-chk=136/234) |
07-Nov-2024 21:53:50 | 1,608,146 32% 31.95MB/s 0:00:00 (xfr#39, to-chk=135/234) |
07-Nov-2024 21:53:50 | 1,608,896 32% 31.97MB/s 0:00:00 (xfr#40, to-chk=134/234) |
07-Nov-2024 21:53:50 | 1,645,983 32% 32.04MB/s 0:00:00 (xfr#41, to-chk=133/234) |
07-Nov-2024 21:53:50 | 1,646,445 32% 31.40MB/s 0:00:00 (xfr#42, to-chk=129/234) |
07-Nov-2024 21:53:50 | 1,792,418 35% 32.87MB/s 0:00:00 (xfr#43, to-chk=128/234) |
07-Nov-2024 21:53:50 | 1,792,880 35% 31.09MB/s 0:00:00 (xfr#44, to-chk=127/234) |
07-Nov-2024 21:53:50 | 1,815,682 36% 30.92MB/s 0:00:00 (xfr#45, to-chk=126/234) |
07-Nov-2024 21:53:50 | 1,816,240 36% 30.93MB/s 0:00:00 (xfr#46, to-chk=122/234) |
07-Nov-2024 21:53:50 | 1,896,980 37% 31.19MB/s 0:00:00 (xfr#47, to-chk=121/234) |
07-Nov-2024 21:53:50 | 1,897,538 37% 31.20MB/s 0:00:00 (xfr#48, to-chk=120/234) |
07-Nov-2024 21:53:50 | 1,898,166 37% 30.68MB/s 0:00:00 (xfr#49, to-chk=119/234) |
07-Nov-2024 21:53:50 | 1,919,406 38% 31.03MB/s 0:00:00 (xfr#50, to-chk=118/234) |
07-Nov-2024 21:53:50 | 1,920,060 38% 31.04MB/s 0:00:00 (xfr#51, to-chk=114/234) |
07-Nov-2024 21:53:50 | 2,025,078 40% 32.19MB/s 0:00:00 (xfr#52, to-chk=113/234) |
07-Nov-2024 21:53:50 | 2,025,732 40% 32.20MB/s 0:00:00 (xfr#53, to-chk=112/234) |
07-Nov-2024 21:53:50 | 2,026,360 40% 32.21MB/s 0:00:00 (xfr#54, to-chk=111/234) |
07-Nov-2024 21:53:50 | 2,057,865 41% 32.17MB/s 0:00:00 (xfr#55, to-chk=110/234) |
07-Nov-2024 21:53:50 | 2,058,423 41% 28.45MB/s 0:00:00 (xfr#56, to-chk=106/234) |
07-Nov-2024 21:53:50 | 2,215,127 44% 28.17MB/s 0:00:00 (xfr#57, to-chk=105/234) |
07-Nov-2024 21:53:50 | 2,215,685 44% 28.17MB/s 0:00:00 (xfr#58, to-chk=104/234) |
07-Nov-2024 21:53:50 | 2,233,988 44% 28.41MB/s 0:00:00 (xfr#59, to-chk=103/234) |
07-Nov-2024 21:53:50 | 2,234,450 44% 28.04MB/s 0:00:00 (xfr#60, to-chk=99/234) |
07-Nov-2024 21:53:50 | 2,330,273 46% 29.24MB/s 0:00:00 (xfr#61, to-chk=98/234) |
07-Nov-2024 21:53:50 | 2,330,735 46% 28.87MB/s 0:00:00 (xfr#62, to-chk=97/234) |
07-Nov-2024 21:53:50 | 2,373,238 47% 29.02MB/s 0:00:00 (xfr#63, to-chk=96/234) |
07-Nov-2024 21:53:50 | 2,373,604 47% 29.02MB/s 0:00:00 (xfr#64, to-chk=92/234) |
07-Nov-2024 21:53:50 | 2,656,843 53% 31.28MB/s 0:00:00 (xfr#65, to-chk=91/234) |
07-Nov-2024 21:53:50 | 2,657,209 53% 31.29MB/s 0:00:00 (xfr#66, to-chk=90/234) |
07-Nov-2024 21:53:50 | 2,684,627 53% 31.61MB/s 0:00:00 (xfr#67, to-chk=89/234) |
07-Nov-2024 21:53:50 | 2,685,185 53% 31.61MB/s 0:00:00 (xfr#68, to-chk=85/234) |
07-Nov-2024 21:53:50 | 2,795,772 55% 31.37MB/s 0:00:00 (xfr#69, to-chk=84/234) |
07-Nov-2024 21:53:50 | 2,796,330 55% 31.01MB/s 0:00:00 (xfr#70, to-chk=83/234) |
07-Nov-2024 21:53:50 | 2,823,914 56% 31.32MB/s 0:00:00 (xfr#71, to-chk=82/234) |
07-Nov-2024 21:53:50 | 2,824,472 56% 31.32MB/s 0:00:00 (xfr#72, to-chk=78/234) |
07-Nov-2024 21:53:50 | 2,923,592 58% 30.64MB/s 0:00:00 (xfr#73, to-chk=77/234) |
07-Nov-2024 21:53:50 | 2,924,150 58% 30.64MB/s 0:00:00 (xfr#74, to-chk=76/234) |
07-Nov-2024 21:53:50 | 2,947,500 58% 30.55MB/s 0:00:00 (xfr#75, to-chk=75/234) |
07-Nov-2024 21:53:50 | 2,947,866 58% 30.56MB/s 0:00:00 (xfr#76, to-chk=71/234) |
07-Nov-2024 21:53:50 | 3,039,608 60% 31.51MB/s 0:00:00 (xfr#77, to-chk=70/234) |
07-Nov-2024 21:53:50 | 3,039,974 60% 31.51MB/s 0:00:00 (xfr#78, to-chk=69/234) |
07-Nov-2024 21:53:50 | 3,040,602 60% 31.18MB/s 0:00:00 (xfr#79, to-chk=68/234) |
07-Nov-2024 21:53:50 | 3,107,499 62% 31.87MB/s 0:00:00 (xfr#80, to-chk=67/234) |
07-Nov-2024 21:53:50 | 3,108,345 62% 31.54MB/s 0:00:00 (xfr#81, to-chk=63/234) |
07-Nov-2024 21:53:50 | 3,511,620 70% 27.91MB/s 0:00:00 (xfr#82, to-chk=62/234) |
07-Nov-2024 21:53:50 | 3,512,466 70% 27.91MB/s 0:00:00 (xfr#83, to-chk=61/234) |
07-Nov-2024 21:53:50 | 3,513,094 70% 27.92MB/s 0:00:00 (xfr#84, to-chk=60/234) |
07-Nov-2024 21:53:50 | 3,547,773 70% 27.96MB/s 0:00:00 (xfr#85, to-chk=59/234) |
07-Nov-2024 21:53:50 | 3,548,235 70% 27.97MB/s 0:00:00 (xfr#86, to-chk=55/234) |
07-Nov-2024 21:53:50 | 3,691,427 73% 28.62MB/s 0:00:00 (xfr#87, to-chk=54/234) |
07-Nov-2024 21:53:50 | 3,691,889 73% 28.62MB/s 0:00:00 (xfr#88, to-chk=53/234) |
07-Nov-2024 21:53:50 | 3,692,517 73% 28.63MB/s 0:00:00 (xfr#89, to-chk=52/234) |
07-Nov-2024 21:53:50 | 3,718,559 74% 28.60MB/s 0:00:00 (xfr#90, to-chk=51/234) |
07-Nov-2024 21:53:50 | 3,718,829 74% 28.60MB/s 0:00:00 (xfr#91, to-chk=47/234) |
07-Nov-2024 21:53:50 | 3,842,881 76% 29.32MB/s 0:00:00 (xfr#92, to-chk=46/234) |
07-Nov-2024 21:53:50 | 3,843,151 76% 29.09MB/s 0:00:00 (xfr#93, to-chk=45/234) |
07-Nov-2024 21:53:50 | 3,843,779 76% 29.09MB/s 0:00:00 (xfr#94, to-chk=44/234) |
07-Nov-2024 21:53:50 | 3,885,224 77% 29.18MB/s 0:00:00 (xfr#95, to-chk=43/234) |
07-Nov-2024 21:53:50 | 3,885,878 77% 28.95MB/s 0:00:00 (xfr#96, to-chk=39/234) |
07-Nov-2024 21:53:50 | 4,061,494 81% 28.48MB/s 0:00:00 (xfr#97, to-chk=38/234) |
07-Nov-2024 21:53:50 | 4,062,148 81% 28.49MB/s 0:00:00 (xfr#98, to-chk=37/234) |
07-Nov-2024 21:53:50 | 4,093,869 81% 27.89MB/s 0:00:00 (xfr#99, to-chk=36/234) |
07-Nov-2024 21:53:50 | 4,094,427 81% 27.69MB/s 0:00:00 (xfr#100, to-chk=32/234) |
07-Nov-2024 21:53:50 | 4,233,571 84% 28.43MB/s 0:00:00 (xfr#101, to-chk=31/234) |
07-Nov-2024 21:53:50 | 4,234,129 84% 28.44MB/s 0:00:00 (xfr#102, to-chk=30/234) |
07-Nov-2024 21:53:50 | 4,287,731 85% 28.40MB/s 0:00:00 (xfr#103, to-chk=29/234) |
07-Nov-2024 21:53:50 | 4,288,481 85% 28.21MB/s 0:00:00 (xfr#104, to-chk=25/234) |
07-Nov-2024 21:53:50 | 4,500,795 89% 29.20MB/s 0:00:00 (xfr#105, to-chk=24/234) |
07-Nov-2024 21:53:50 | 4,501,545 89% 29.20MB/s 0:00:00 (xfr#106, to-chk=23/234) |
07-Nov-2024 21:53:50 | 4,502,173 89% 29.01MB/s 0:00:00 (xfr#107, to-chk=22/234) |
07-Nov-2024 21:53:50 | 4,528,359 90% 28.98MB/s 0:00:00 (xfr#108, to-chk=21/234) |
07-Nov-2024 21:53:50 | 4,529,013 90% 28.99MB/s 0:00:00 (xfr#109, to-chk=17/234) |
07-Nov-2024 21:53:50 | 4,622,882 92% 29.00MB/s 0:00:00 (xfr#110, to-chk=16/234) |
07-Nov-2024 21:53:50 | 4,623,536 92% 29.01MB/s 0:00:00 (xfr#111, to-chk=15/234) |
07-Nov-2024 21:53:50 | 4,645,775 92% 29.15MB/s 0:00:00 (xfr#112, to-chk=14/234) |
07-Nov-2024 21:53:50 | 4,646,333 92% 28.96MB/s 0:00:00 (xfr#113, to-chk=10/234) |
07-Nov-2024 21:53:50 | 4,771,989 95% 29.55MB/s 0:00:00 (xfr#114, to-chk=9/234) |
07-Nov-2024 21:53:50 | 4,772,547 95% 29.36MB/s 0:00:00 (xfr#115, to-chk=8/234) |
07-Nov-2024 21:53:50 | 4,800,131 95% 29.53MB/s 0:00:00 (xfr#116, to-chk=7/234) |
07-Nov-2024 21:53:50 | 4,800,785 95% 29.35MB/s 0:00:00 (xfr#117, to-chk=3/234) |
07-Nov-2024 21:53:50 | 4,903,868 98% 29.79MB/s 0:00:00 (xfr#118, to-chk=2/234) |
07-Nov-2024 21:53:50 | 4,904,522 98% 29.79MB/s 0:00:00 (xfr#119, to-chk=1/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 30.17MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 30.17MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 30.17MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 30.17MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 30.17MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.98MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.98MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.98MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.98MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.79MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.79MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.79MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.79MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.79MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.79MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.79MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.79MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.79MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.79MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.79MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.79MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.79MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.79MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.61MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.61MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.61MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.61MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.61MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | 4,998,268 99% 29.42MB/s 0:00:00 (xfr#120, to-chk=0/234) |
07-Nov-2024 21:53:50 | [INFO] Rsyncing from pod dev-oneclient-paris-7f5779b546-7pkcs: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.07-21.32.00/pod-logs/dev-oneclient-paris-7f5779b546-7pkcs/oneclient_logs |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=198/231) |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 |
07-Nov-2024 21:53:50 | 19,125 0% 18.24MB/s 0:00:00 (xfr#1, to-chk=197/231) |
07-Nov-2024 21:53:50 | 19,125 0% 18.24MB/s 0:00:00 (xfr#1, to-chk=191/231) |
07-Nov-2024 21:53:50 | 19,619 0% 18.71MB/s 0:00:00 (xfr#2, to-chk=193/231) |
07-Nov-2024 21:53:50 | 88,760 2% 42.32MB/s 0:00:00 (xfr#3, to-chk=192/231) |
07-Nov-2024 21:53:50 | 89,254 2% 28.37MB/s 0:00:00 (xfr#4, to-chk=191/231) |
07-Nov-2024 21:53:50 | 117,031 2% 37.20MB/s 0:00:00 (xfr#5, to-chk=190/231) |
07-Nov-2024 21:53:50 | 117,877 2% 37.47MB/s 0:00:00 (xfr#6, to-chk=186/231) |
07-Nov-2024 21:53:50 | 271,647 6% 12.95MB/s 0:00:00 (xfr#7, to-chk=185/231) |
07-Nov-2024 21:53:50 | 272,493 6% 12.99MB/s 0:00:00 (xfr#8, to-chk=184/231) |
07-Nov-2024 21:53:50 | 300,216 6% 14.32MB/s 0:00:00 (xfr#9, to-chk=183/231) |
07-Nov-2024 21:53:50 | 300,774 6% 13.66MB/s 0:00:00 (xfr#10, to-chk=179/231) |
07-Nov-2024 21:53:50 | 394,668 9% 17.11MB/s 0:00:00 (xfr#11, to-chk=178/231) |
07-Nov-2024 21:53:50 | 395,226 9% 17.13MB/s 0:00:00 (xfr#12, to-chk=177/231) |
07-Nov-2024 21:53:50 | 416,364 9% 18.05MB/s 0:00:00 (xfr#13, to-chk=176/231) |
07-Nov-2024 21:53:50 | 416,826 9% 17.28MB/s 0:00:00 (xfr#14, to-chk=172/231) |
07-Nov-2024 21:53:50 | 503,025 11% 19.99MB/s 0:00:00 (xfr#15, to-chk=171/231) |
07-Nov-2024 21:53:50 | 503,487 11% 19.21MB/s 0:00:00 (xfr#16, to-chk=170/231) |
07-Nov-2024 21:53:50 | 556,404 12% 21.23MB/s 0:00:00 (xfr#17, to-chk=169/231) |
07-Nov-2024 21:53:50 | 557,538 12% 20.45MB/s 0:00:00 (xfr#18, to-chk=165/231) |
07-Nov-2024 21:53:50 | 781,022 18% 18.17MB/s 0:00:00 (xfr#19, to-chk=164/231) |
07-Nov-2024 21:53:50 | 782,156 18% 17.76MB/s 0:00:00 (xfr#20, to-chk=163/231) |
07-Nov-2024 21:53:50 | 782,784 18% 17.77MB/s 0:00:00 (xfr#21, to-chk=162/231) |
07-Nov-2024 21:53:50 | 815,623 18% 18.09MB/s 0:00:00 (xfr#22, to-chk=161/231) |
07-Nov-2024 21:53:50 | 816,181 18% 18.10MB/s 0:00:00 (xfr#23, to-chk=157/231) |
07-Nov-2024 21:53:50 | 964,605 22% 20.44MB/s 0:00:00 (xfr#24, to-chk=156/231) |
07-Nov-2024 21:53:50 | 965,163 22% 20.45MB/s 0:00:00 (xfr#25, to-chk=155/231) |
07-Nov-2024 21:53:50 | 992,621 22% 20.58MB/s 0:00:00 (xfr#26, to-chk=154/231) |
07-Nov-2024 21:53:50 | 992,987 22% 20.59MB/s 0:00:00 (xfr#27, to-chk=150/231) |
07-Nov-2024 21:53:50 | 1,086,485 25% 22.05MB/s 0:00:00 (xfr#28, to-chk=149/231) |
07-Nov-2024 21:53:50 | 1,086,851 25% 22.05MB/s 0:00:00 (xfr#29, to-chk=148/231) |
07-Nov-2024 21:53:50 | 1,113,262 25% 22.12MB/s 0:00:00 (xfr#30, to-chk=147/231) |
07-Nov-2024 21:53:50 | 1,114,012 25% 22.13MB/s 0:00:00 (xfr#31, to-chk=143/231) |
07-Nov-2024 21:53:50 | 1,222,475 28% 22.86MB/s 0:00:00 (xfr#32, to-chk=142/231) |
07-Nov-2024 21:53:50 | 1,223,225 28% 22.87MB/s 0:00:00 (xfr#33, to-chk=141/231) |
07-Nov-2024 21:53:50 | 1,248,962 28% 22.06MB/s 0:00:00 (xfr#34, to-chk=140/231) |
07-Nov-2024 21:53:50 | 1,249,616 28% 22.07MB/s 0:00:00 (xfr#35, to-chk=136/231) |
07-Nov-2024 21:53:50 | 1,377,757 31% 18.51MB/s 0:00:00 (xfr#36, to-chk=135/231) |
07-Nov-2024 21:53:50 | 1,378,411 31% 18.51MB/s 0:00:00 (xfr#37, to-chk=134/231) |
07-Nov-2024 21:53:50 | 1,404,677 32% 18.87MB/s 0:00:00 (xfr#38, to-chk=133/231) |
07-Nov-2024 21:53:50 | 1,405,235 32% 18.88MB/s 0:00:00 (xfr#39, to-chk=129/231) |
07-Nov-2024 21:53:50 | 1,562,426 36% 19.10MB/s 0:00:00 (xfr#40, to-chk=128/231) |
07-Nov-2024 21:53:50 | 1,562,984 36% 18.87MB/s 0:00:00 (xfr#41, to-chk=127/231) |
07-Nov-2024 21:53:50 | 1,563,612 36% 18.88MB/s 0:00:00 (xfr#42, to-chk=126/231) |
07-Nov-2024 21:53:50 | 1,590,035 36% 19.19MB/s 0:00:00 (xfr#43, to-chk=125/231) |
07-Nov-2024 21:53:50 | 1,590,689 36% 19.20MB/s 0:00:00 (xfr#44, to-chk=121/231) |
07-Nov-2024 21:53:50 | 1,690,570 38% 18.75MB/s 0:00:00 (xfr#45, to-chk=120/231) |
07-Nov-2024 21:53:50 | 1,691,224 38% 18.75MB/s 0:00:00 (xfr#46, to-chk=119/231) |
07-Nov-2024 21:53:50 | 1,691,852 39% 18.76MB/s 0:00:00 (xfr#47, to-chk=118/231) |
07-Nov-2024 21:53:50 | 1,711,986 39% 18.77MB/s 0:00:00 (xfr#48, to-chk=117/231) |
07-Nov-2024 21:53:50 | 1,712,256 39% 18.77MB/s 0:00:00 (xfr#49, to-chk=113/231) |
07-Nov-2024 21:53:50 | 1,791,639 41% 19.42MB/s 0:00:00 (xfr#50, to-chk=112/231) |
07-Nov-2024 21:53:50 | 1,791,909 41% 19.42MB/s 0:00:00 (xfr#51, to-chk=111/231) |
07-Nov-2024 21:53:50 | 1,818,921 41% 19.49MB/s 0:00:00 (xfr#52, to-chk=110/231) |
07-Nov-2024 21:53:50 | 1,819,575 41% 19.50MB/s 0:00:00 (xfr#53, to-chk=106/231) |
07-Nov-2024 21:53:50 | 1,933,941 44% 20.27MB/s 0:00:00 (xfr#54, to-chk=105/231) |
07-Nov-2024 21:53:50 | 1,934,595 44% 20.27MB/s 0:00:00 (xfr#55, to-chk=104/231) |
07-Nov-2024 21:53:50 | 1,965,822 45% 20.60MB/s 0:00:00 (xfr#56, to-chk=103/231) |
07-Nov-2024 21:53:50 | 1,966,380 45% 20.38MB/s 0:00:00 (xfr#57, to-chk=99/231) |
07-Nov-2024 21:53:50 | 2,098,722 48% 21.29MB/s 0:00:00 (xfr#58, to-chk=98/231) |
07-Nov-2024 21:53:50 | 2,099,280 48% 21.30MB/s 0:00:00 (xfr#59, to-chk=97/231) |
07-Nov-2024 21:53:50 | 2,147,038 49% 21.55MB/s 0:00:00 (xfr#60, to-chk=96/231) |
07-Nov-2024 21:53:50 | 2,148,076 49% 21.56MB/s 0:00:00 (xfr#61, to-chk=92/231) |
07-Nov-2024 21:53:50 | 2,408,929 55% 23.68MB/s 0:00:00 (xfr#62, to-chk=91/231) |
07-Nov-2024 21:53:50 | 2,409,967 55% 23.45MB/s 0:00:00 (xfr#63, to-chk=90/231) |
07-Nov-2024 21:53:50 | 2,442,099 56% 23.76MB/s 0:00:00 (xfr#64, to-chk=89/231) |
07-Nov-2024 21:53:50 | 2,442,849 56% 23.77MB/s 0:00:00 (xfr#65, to-chk=85/231) |
07-Nov-2024 21:53:50 | 2,565,270 59% 24.71MB/s 0:00:00 (xfr#66, to-chk=84/231) |
07-Nov-2024 21:53:50 | 2,566,020 59% 24.47MB/s 0:00:00 (xfr#67, to-chk=83/231) |
07-Nov-2024 21:53:50 | 2,602,154 60% 24.82MB/s 0:00:00 (xfr#68, to-chk=82/231) |
07-Nov-2024 21:53:50 | 2,603,000 60% 24.58MB/s 0:00:00 (xfr#69, to-chk=78/231) |
07-Nov-2024 21:53:50 | 2,762,541 63% 25.83MB/s 0:00:00 (xfr#70, to-chk=77/231) |
07-Nov-2024 21:53:50 | 2,763,387 63% 25.84MB/s 0:00:00 (xfr#71, to-chk=76/231) |
07-Nov-2024 21:53:50 | 2,764,015 63% 25.84MB/s 0:00:00 (xfr#72, to-chk=75/231) |
07-Nov-2024 21:53:50 | 2,786,722 64% 26.06MB/s 0:00:00 (xfr#73, to-chk=74/231) |
07-Nov-2024 21:53:50 | 2,787,280 64% 26.06MB/s 0:00:00 (xfr#74, to-chk=70/231) |
07-Nov-2024 21:53:50 | 2,909,356 67% 26.68MB/s 0:00:00 (xfr#75, to-chk=69/231) |
07-Nov-2024 21:53:50 | 2,909,914 67% 26.68MB/s 0:00:00 (xfr#76, to-chk=68/231) |
07-Nov-2024 21:53:50 | 2,910,542 67% 26.69MB/s 0:00:00 (xfr#77, to-chk=67/231) |
07-Nov-2024 21:53:50 | 2,927,559 67% 26.85MB/s 0:00:00 (xfr#78, to-chk=66/231) |
07-Nov-2024 21:53:50 | 2,928,021 67% 26.85MB/s 0:00:00 (xfr#79, to-chk=62/231) |
07-Nov-2024 21:53:50 | 2,932,157 67% 26.63MB/s 0:00:00 (xfr#80, to-chk=61/231) |
07-Nov-2024 21:53:50 | 3,013,497 69% 26.86MB/s 0:00:00 (xfr#81, to-chk=60/231) |
07-Nov-2024 21:53:50 | 3,013,959 69% 26.86MB/s 0:00:00 (xfr#82, to-chk=59/231) |
07-Nov-2024 21:53:50 | 3,014,587 69% 26.87MB/s 0:00:00 (xfr#83, to-chk=58/231) |
07-Nov-2024 21:53:50 | 3,055,419 70% 26.98MB/s 0:00:00 (xfr#84, to-chk=57/231) |
07-Nov-2024 21:53:50 | 3,056,169 70% 26.99MB/s 0:00:00 (xfr#85, to-chk=53/231) |
07-Nov-2024 21:53:50 | 3,277,715 75% 28.16MB/s 0:00:00 (xfr#86, to-chk=52/231) |
07-Nov-2024 21:53:50 | 3,278,465 75% 28.17MB/s 0:00:00 (xfr#87, to-chk=51/231) |
07-Nov-2024 21:53:50 | 3,279,093 75% 28.17MB/s 0:00:00 (xfr#88, to-chk=50/231) |
07-Nov-2024 21:53:50 | 3,304,872 76% 28.39MB/s 0:00:00 (xfr#89, to-chk=49/231) |
07-Nov-2024 21:53:50 | 3,305,334 76% 28.40MB/s 0:00:00 (xfr#90, to-chk=45/231) |
07-Nov-2024 21:53:50 | 3,413,656 78% 28.81MB/s 0:00:00 (xfr#91, to-chk=44/231) |
07-Nov-2024 21:53:50 | 3,414,118 78% 28.81MB/s 0:00:00 (xfr#92, to-chk=43/231) |
07-Nov-2024 21:53:50 | 3,444,160 79% 28.81MB/s 0:00:00 (xfr#93, to-chk=42/231) |
07-Nov-2024 21:53:50 | 3,444,718 79% 28.82MB/s 0:00:00 (xfr#94, to-chk=38/231) |
07-Nov-2024 21:53:50 | 3,569,477 82% 28.61MB/s 0:00:00 (xfr#95, to-chk=37/231) |
07-Nov-2024 21:53:50 | 3,570,035 82% 28.61MB/s 0:00:00 (xfr#96, to-chk=36/231) |
07-Nov-2024 21:53:50 | 3,606,676 83% 28.66MB/s 0:00:00 (xfr#97, to-chk=35/231) |
07-Nov-2024 21:53:50 | 3,607,330 83% 28.67MB/s 0:00:00 (xfr#98, to-chk=31/231) |
07-Nov-2024 21:53:50 | 3,756,868 86% 29.61MB/s 0:00:00 (xfr#99, to-chk=30/231) |
07-Nov-2024 21:53:50 | 3,757,522 86% 29.62MB/s 0:00:00 (xfr#100, to-chk=29/231) |
07-Nov-2024 21:53:50 | 3,788,336 87% 29.61MB/s 0:00:00 (xfr#101, to-chk=28/231) |
07-Nov-2024 21:53:50 | 3,788,990 87% 29.62MB/s 0:00:00 (xfr#102, to-chk=24/231) |
07-Nov-2024 21:53:50 | 3,894,456 89% 30.20MB/s 0:00:00 (xfr#103, to-chk=23/231) |
07-Nov-2024 21:53:50 | 3,895,110 89% 30.20MB/s 0:00:00 (xfr#104, to-chk=22/231) |
07-Nov-2024 21:53:50 | 3,913,380 90% 30.34MB/s 0:00:00 (xfr#105, to-chk=21/231) |
07-Nov-2024 21:53:50 | 3,913,938 90% 30.35MB/s 0:00:00 (xfr#106, to-chk=17/231) |
07-Nov-2024 21:53:50 | 4,004,325 92% 30.80MB/s 0:00:00 (xfr#107, to-chk=16/231) |
07-Nov-2024 21:53:50 | 4,004,883 92% 30.80MB/s 0:00:00 (xfr#108, to-chk=15/231) |
07-Nov-2024 21:53:50 | 4,027,491 92% 30.73MB/s 0:00:00 (xfr#109, to-chk=14/231) |
07-Nov-2024 21:53:50 | 4,028,049 92% 30.73MB/s 0:00:00 (xfr#110, to-chk=10/231) |
07-Nov-2024 21:53:50 | 4,101,622 94% 31.29MB/s 0:00:00 (xfr#111, to-chk=9/231) |
07-Nov-2024 21:53:50 | 4,102,180 94% 31.30MB/s 0:00:00 (xfr#112, to-chk=8/231) |
07-Nov-2024 21:53:50 | 4,136,643 95% 31.31MB/s 0:00:00 (xfr#113, to-chk=7/231) |
07-Nov-2024 21:53:50 | 4,137,489 95% 31.32MB/s 0:00:00 (xfr#114, to-chk=3/231) |
07-Nov-2024 21:53:50 | 4,263,870 98% 32.02MB/s 0:00:00 (xfr#115, to-chk=2/231) |
07-Nov-2024 21:53:50 | 4,264,716 98% 32.02MB/s 0:00:00 (xfr#116, to-chk=1/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.28MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.03MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.03MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.03MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 32.03MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 31.54MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | 4,331,968 99% 31.54MB/s 0:00:00 (xfr#117, to-chk=0/231) |
07-Nov-2024 21:53:50 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.07-21.32.00/pod-logs/dev-oneprovider-krakow-0/op-worker |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=133/136) |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 |
07-Nov-2024 21:53:50 | 43,406 4% 41.40MB/s 0:00:00 (xfr#2, to-chk=131/136) |
07-Nov-2024 21:53:50 | 83,089 9% 79.24MB/s 0:00:00 (xfr#3, to-chk=129/136) |
07-Nov-2024 21:53:50 | 83,089 9% 79.24MB/s 0:00:00 (xfr#4, to-chk=127/136) |
07-Nov-2024 21:53:50 | 83,089 9% 79.24MB/s 0:00:00 (xfr#5, to-chk=125/136) |
07-Nov-2024 21:53:50 | 121,334 13% 38.57MB/s 0:00:00 (xfr#6, to-chk=123/136) |
07-Nov-2024 21:53:50 | 121,484 13% 38.62MB/s 0:00:00 (xfr#7, to-chk=121/136) |
07-Nov-2024 21:53:50 | 121,781 13% 38.71MB/s 0:00:00 (xfr#8, to-chk=119/136) |
07-Nov-2024 21:53:50 | 266,372 29% 36.29MB/s 0:00:00 (xfr#9, to-chk=117/136) |
07-Nov-2024 21:53:50 | 266,868 29% 36.36MB/s 0:00:00 (xfr#10, to-chk=107/136) |
07-Nov-2024 21:53:50 | 267,563 29% 36.45MB/s 0:00:00 (xfr#11, to-chk=106/136) |
07-Nov-2024 21:53:50 | 267,879 29% 36.50MB/s 0:00:00 (xfr#12, to-chk=105/136) |
07-Nov-2024 21:53:50 | 268,729 29% 36.61MB/s 0:00:00 (xfr#13, to-chk=104/136) |
07-Nov-2024 21:53:50 | 269,045 29% 36.65MB/s 0:00:00 (xfr#14, to-chk=103/136) |
07-Nov-2024 21:53:50 | 269,361 29% 32.11MB/s 0:00:00 (xfr#15, to-chk=102/136) |
07-Nov-2024 21:53:50 | 269,677 29% 32.15MB/s 0:00:00 (xfr#16, to-chk=101/136) |
07-Nov-2024 21:53:50 | 269,993 29% 28.61MB/s 0:00:00 (xfr#17, to-chk=100/136) |
07-Nov-2024 21:53:50 | 270,814 29% 28.70MB/s 0:00:00 (xfr#18, to-chk=99/136) |
07-Nov-2024 21:53:50 | 271,286 29% 28.75MB/s 0:00:00 (xfr#19, to-chk=98/136) |
07-Nov-2024 21:53:50 | 272,244 30% 28.85MB/s 0:00:00 (xfr#20, to-chk=97/136) |
07-Nov-2024 21:53:50 | 273,199 30% 28.95MB/s 0:00:00 (xfr#21, to-chk=96/136) |
07-Nov-2024 21:53:50 | 274,012 30% 29.04MB/s 0:00:00 (xfr#22, to-chk=95/136) |
07-Nov-2024 21:53:50 | 275,287 30% 21.88MB/s 0:00:00 (xfr#23, to-chk=94/136) |
07-Nov-2024 21:53:50 | 276,398 30% 21.97MB/s 0:00:00 (xfr#24, to-chk=93/136) |
07-Nov-2024 21:53:50 | 276,714 30% 21.99MB/s 0:00:00 (xfr#25, to-chk=92/136) |
07-Nov-2024 21:53:50 | 277,501 30% 20.36MB/s 0:00:00 (xfr#26, to-chk=91/136) |
07-Nov-2024 21:53:50 | 278,327 30% 20.42MB/s 0:00:00 (xfr#27, to-chk=90/136) |
07-Nov-2024 21:53:50 | 279,157 30% 20.48MB/s 0:00:00 (xfr#28, to-chk=89/136) |
07-Nov-2024 21:53:50 | 279,629 30% 20.51MB/s 0:00:00 (xfr#29, to-chk=88/136) |
07-Nov-2024 21:53:50 | 280,440 30% 20.57MB/s 0:00:00 (xfr#30, to-chk=87/136) |
07-Nov-2024 21:53:50 | 280,759 30% 20.60MB/s 0:00:00 (xfr#31, to-chk=86/136) |
07-Nov-2024 21:53:50 | 281,072 30% 20.62MB/s 0:00:00 (xfr#32, to-chk=85/136) |
07-Nov-2024 21:53:50 | 281,385 31% 20.64MB/s 0:00:00 (xfr#33, to-chk=84/136) |
07-Nov-2024 21:53:50 | 282,208 31% 20.70MB/s 0:00:00 (xfr#34, to-chk=83/136) |
07-Nov-2024 21:53:50 | 282,524 31% 20.73MB/s 0:00:00 (xfr#35, to-chk=82/136) |
07-Nov-2024 21:53:50 | 282,840 31% 20.75MB/s 0:00:00 (xfr#36, to-chk=81/136) |
07-Nov-2024 21:53:50 | 283,156 31% 19.29MB/s 0:00:00 (xfr#37, to-chk=80/136) |
07-Nov-2024 21:53:50 | 283,472 31% 19.31MB/s 0:00:00 (xfr#38, to-chk=79/136) |
07-Nov-2024 21:53:50 | 283,788 31% 19.33MB/s 0:00:00 (xfr#39, to-chk=78/136) |
07-Nov-2024 21:53:50 | 284,104 31% 19.35MB/s 0:00:00 (xfr#40, to-chk=77/136) |
07-Nov-2024 21:53:50 | 284,420 31% 18.08MB/s 0:00:00 (xfr#41, to-chk=76/136) |
07-Nov-2024 21:53:50 | 284,892 31% 18.11MB/s 0:00:00 (xfr#42, to-chk=75/136) |
07-Nov-2024 21:53:50 | 285,208 31% 18.13MB/s 0:00:00 (xfr#43, to-chk=74/136) |
07-Nov-2024 21:53:50 | 286,036 31% 18.19MB/s 0:00:00 (xfr#44, to-chk=73/136) |
07-Nov-2024 21:53:50 | 287,001 31% 18.25MB/s 0:00:00 (xfr#45, to-chk=72/136) |
07-Nov-2024 21:53:50 | 287,317 31% 17.13MB/s 0:00:00 (xfr#46, to-chk=71/136) |
07-Nov-2024 21:53:50 | 288,263 31% 17.18MB/s 0:00:00 (xfr#47, to-chk=70/136) |
07-Nov-2024 21:53:50 | 289,251 31% 17.24MB/s 0:00:00 (xfr#48, to-chk=69/136) |
07-Nov-2024 21:53:50 | 289,567 31% 16.24MB/s 0:00:00 (xfr#49, to-chk=68/136) |
07-Nov-2024 21:53:50 | 290,366 32% 16.29MB/s 0:00:00 (xfr#50, to-chk=67/136) |
07-Nov-2024 21:53:50 | 290,682 32% 16.31MB/s 0:00:00 (xfr#51, to-chk=66/136) |
07-Nov-2024 21:53:50 | 291,312 32% 15.43MB/s 0:00:00 (xfr#52, to-chk=65/136) |
07-Nov-2024 21:53:50 | 291,628 32% 15.45MB/s 0:00:00 (xfr#53, to-chk=64/136) |
07-Nov-2024 21:53:50 | 291,788 32% 15.46MB/s 0:00:00 (xfr#54, to-chk=63/136) |
07-Nov-2024 21:53:50 | 292,902 32% 14.70MB/s 0:00:00 (xfr#55, to-chk=62/136) |
07-Nov-2024 21:53:50 | 293,704 32% 14.74MB/s 0:00:00 (xfr#56, to-chk=61/136) |
07-Nov-2024 21:53:50 | 294,596 32% 14.79MB/s 0:00:00 (xfr#57, to-chk=60/136) |
07-Nov-2024 21:53:50 | 295,389 32% 14.09MB/s 0:00:00 (xfr#58, to-chk=59/136) |
07-Nov-2024 21:53:50 | 296,195 32% 14.12MB/s 0:00:00 (xfr#59, to-chk=58/136) |
07-Nov-2024 21:53:50 | 296,829 32% 14.15MB/s 0:00:00 (xfr#60, to-chk=57/136) |
07-Nov-2024 21:53:50 | 297,145 32% 14.17MB/s 0:00:00 (xfr#61, to-chk=56/136) |
07-Nov-2024 21:53:50 | 297,461 32% 13.51MB/s 0:00:00 (xfr#62, to-chk=55/136) |
07-Nov-2024 21:53:50 | 298,284 32% 13.55MB/s 0:00:00 (xfr#63, to-chk=54/136) |
07-Nov-2024 21:53:50 | 311,200 34% 14.13MB/s 0:00:00 (xfr#64, to-chk=53/136) |
07-Nov-2024 21:53:50 | 322,825 35% 14.66MB/s 0:00:00 (xfr#65, to-chk=52/136) |
07-Nov-2024 21:53:50 | 333,062 36% 14.44MB/s 0:00:00 (xfr#66, to-chk=51/136) |
07-Nov-2024 21:53:50 | 334,256 36% 14.49MB/s 0:00:00 (xfr#67, to-chk=50/136) |
07-Nov-2024 21:53:50 | 340,389 37% 14.76MB/s 0:00:00 (xfr#68, to-chk=49/136) |
07-Nov-2024 21:53:50 | 344,299 37% 14.92MB/s 0:00:00 (xfr#69, to-chk=48/136) |
07-Nov-2024 21:53:50 | 346,898 38% 15.04MB/s 0:00:00 (xfr#70, to-chk=47/136) |
07-Nov-2024 21:53:50 | 359,757 39% 15.60MB/s 0:00:00 (xfr#71, to-chk=46/136) |
07-Nov-2024 21:53:50 | 362,775 39% 15.04MB/s 0:00:00 (xfr#72, to-chk=45/136) |
07-Nov-2024 21:53:50 | 375,121 41% 15.55MB/s 0:00:00 (xfr#73, to-chk=44/136) |
07-Nov-2024 21:53:50 | 379,906 41% 15.75MB/s 0:00:00 (xfr#74, to-chk=43/136) |
07-Nov-2024 21:53:50 | 391,075 43% 16.22MB/s 0:00:00 (xfr#75, to-chk=42/136) |
07-Nov-2024 21:53:50 | 391,414 43% 16.23MB/s 0:00:00 (xfr#76, to-chk=41/136) |
07-Nov-2024 21:53:50 | 398,992 43% 15.85MB/s 0:00:00 (xfr#77, to-chk=40/136) |
07-Nov-2024 21:53:50 | 411,301 45% 16.34MB/s 0:00:00 (xfr#78, to-chk=39/136) |
07-Nov-2024 21:53:50 | 412,532 45% 16.39MB/s 0:00:00 (xfr#79, to-chk=38/136) |
07-Nov-2024 21:53:50 | 415,949 45% 16.53MB/s 0:00:00 (xfr#80, to-chk=37/136) |
07-Nov-2024 21:53:50 | 421,589 46% 16.75MB/s 0:00:00 (xfr#81, to-chk=36/136) |
07-Nov-2024 21:53:50 | 431,276 47% 17.14MB/s 0:00:00 (xfr#82, to-chk=35/136) |
07-Nov-2024 21:53:50 | 442,482 48% 16.88MB/s 0:00:00 (xfr#83, to-chk=34/136) |
07-Nov-2024 21:53:50 | 446,699 49% 17.04MB/s 0:00:00 (xfr#84, to-chk=33/136) |
07-Nov-2024 21:53:50 | 447,474 49% 17.07MB/s 0:00:00 (xfr#85, to-chk=32/136) |
07-Nov-2024 21:53:50 | 447,907 49% 17.09MB/s 0:00:00 (xfr#86, to-chk=31/136) |
07-Nov-2024 21:53:50 | 458,600 50% 16.82MB/s 0:00:00 (xfr#87, to-chk=30/136) |
07-Nov-2024 21:53:50 | 465,095 51% 17.06MB/s 0:00:00 (xfr#88, to-chk=29/136) |
07-Nov-2024 21:53:50 | 467,295 51% 17.14MB/s 0:00:00 (xfr#89, to-chk=28/136) |
07-Nov-2024 21:53:50 | 473,884 52% 17.38MB/s 0:00:00 (xfr#90, to-chk=27/136) |
07-Nov-2024 21:53:50 | 483,209 53% 17.07MB/s 0:00:00 (xfr#91, to-chk=26/136) |
07-Nov-2024 21:53:50 | 488,492 53% 17.25MB/s 0:00:00 (xfr#92, to-chk=25/136) |
07-Nov-2024 21:53:50 | 498,273 54% 17.60MB/s 0:00:00 (xfr#93, to-chk=24/136) |
07-Nov-2024 21:53:50 | 506,344 55% 17.88MB/s 0:00:00 (xfr#94, to-chk=23/136) |
07-Nov-2024 21:53:50 | 509,456 56% 17.35MB/s 0:00:00 (xfr#95, to-chk=22/136) |
07-Nov-2024 21:53:50 | 517,128 56% 17.61MB/s 0:00:00 (xfr#96, to-chk=21/136) |
07-Nov-2024 21:53:50 | 521,950 57% 17.78MB/s 0:00:00 (xfr#97, to-chk=20/136) |
07-Nov-2024 21:53:50 | 524,512 57% 17.86MB/s 0:00:00 (xfr#98, to-chk=19/136) |
07-Nov-2024 21:53:50 | 533,800 58% 17.55MB/s 0:00:00 (xfr#99, to-chk=18/136) |
07-Nov-2024 21:53:50 | 535,544 59% 17.61MB/s 0:00:00 (xfr#100, to-chk=17/136) |
07-Nov-2024 21:53:50 | 545,746 60% 17.95MB/s 0:00:00 (xfr#101, to-chk=16/136) |
07-Nov-2024 21:53:50 | 547,398 60% 18.00MB/s 0:00:00 (xfr#102, to-chk=15/136) |
07-Nov-2024 21:53:50 | 559,119 61% 18.39MB/s 0:00:00 (xfr#103, to-chk=14/136) |
07-Nov-2024 21:53:50 | 564,303 62% 17.94MB/s 0:00:00 (xfr#104, to-chk=13/136) |
07-Nov-2024 21:53:50 | 571,348 62% 18.16MB/s 0:00:00 (xfr#105, to-chk=12/136) |
07-Nov-2024 21:53:50 | 572,086 63% 18.19MB/s 0:00:00 (xfr#106, to-chk=11/136) |
07-Nov-2024 21:53:50 | 580,955 64% 17.87MB/s 0:00:00 (xfr#107, to-chk=10/136) |
07-Nov-2024 21:53:50 | 585,264 64% 18.00MB/s 0:00:00 (xfr#108, to-chk=9/136) |
07-Nov-2024 21:53:50 | 594,096 65% 18.28MB/s 0:00:00 (xfr#109, to-chk=8/136) |
07-Nov-2024 21:53:50 | 596,259 65% 18.34MB/s 0:00:00 (xfr#110, to-chk=7/136) |
07-Nov-2024 21:53:50 | 600,132 66% 18.46MB/s 0:00:00 (xfr#111, to-chk=6/136) |
07-Nov-2024 21:53:50 | 607,140 66% 18.68MB/s 0:00:00 (xfr#112, to-chk=5/136) |
07-Nov-2024 21:53:50 | 615,119 67% 18.92MB/s 0:00:00 (xfr#113, to-chk=4/136) |
07-Nov-2024 21:53:50 | 625,718 68% 19.25MB/s 0:00:00 (xfr#114, to-chk=3/136) |
07-Nov-2024 21:53:50 | 629,229 69% 18.75MB/s 0:00:00 (xfr#115, to-chk=2/136) |
07-Nov-2024 21:53:50 | 634,906 69% 18.92MB/s 0:00:00 (xfr#116, to-chk=1/136) |
07-Nov-2024 21:53:50 | 641,002 70% 19.10MB/s 0:00:00 (xfr#117, to-chk=0/136) |
07-Nov-2024 21:53:50 | 641,002 70% 19.10MB/s 0:00:00 (xfr#117, to-chk=0/136) |
07-Nov-2024 21:53:50 | 641,002 70% 19.10MB/s 0:00:00 (xfr#117, to-chk=0/136) |
07-Nov-2024 21:53:50 | 641,002 70% 17.47MB/s 0:00:00 (xfr#117, to-chk=0/136) |
07-Nov-2024 21:53:50 | 641,002 70% 17.47MB/s 0:00:00 (xfr#117, to-chk=0/136) |
07-Nov-2024 21:53:50 | 641,002 70% 17.47MB/s 0:00:00 (xfr#117, to-chk=0/136) |
07-Nov-2024 21:53:50 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.07-21.32.00/pod-logs/dev-oneprovider-krakow-0/op-panel |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 |
07-Nov-2024 21:53:50 | 25,065 16% 23.90MB/s 0:00:00 (xfr#2, to-chk=9/14) |
07-Nov-2024 21:53:50 | 51,156 33% 48.79MB/s 0:00:00 (xfr#3, to-chk=7/14) |
07-Nov-2024 21:53:50 | 51,156 33% 48.79MB/s 0:00:00 (xfr#4, to-chk=5/14) |
07-Nov-2024 21:53:50 | 76,018 49% 72.50MB/s 0:00:00 (xfr#5, to-chk=3/14) |
07-Nov-2024 21:53:50 | 76,309 50% 72.77MB/s 0:00:00 (xfr#6, to-chk=1/14) |
07-Nov-2024 21:53:50 | 76,309 50% 24.26MB/s 0:00:00 (xfr#6, to-chk=0/14) |
07-Nov-2024 21:53:50 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.07-21.32.00/pod-logs/dev-oneprovider-krakow-0/cluster-manager |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 |
07-Nov-2024 21:53:50 | 2,022 14% 1.93MB/s 0:00:00 (xfr#2, to-chk=9/14) |
07-Nov-2024 21:53:50 | 4,818 34% 4.59MB/s 0:00:00 (xfr#3, to-chk=7/14) |
07-Nov-2024 21:53:50 | 4,818 34% 4.59MB/s 0:00:00 (xfr#4, to-chk=5/14) |
07-Nov-2024 21:53:50 | 6,637 48% 6.33MB/s 0:00:00 (xfr#5, to-chk=3/14) |
07-Nov-2024 21:53:50 | 6,899 50% 6.58MB/s 0:00:00 (xfr#6, to-chk=1/14) |
07-Nov-2024 21:53:50 | 6,899 50% 449.15kB/s 0:00:00 (xfr#6, to-chk=0/14) |
07-Nov-2024 21:53:50 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.07-21.32.00/pod-logs/dev-oneprovider-paris-0/op-worker |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=133/136) |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 |
07-Nov-2024 21:53:50 | 43,348 4% 41.34MB/s 0:00:00 (xfr#2, to-chk=131/136) |
07-Nov-2024 21:53:50 | 82,970 9% 39.56MB/s 0:00:00 (xfr#3, to-chk=129/136) |
07-Nov-2024 21:53:50 | 82,970 9% 39.56MB/s 0:00:00 (xfr#4, to-chk=127/136) |
07-Nov-2024 21:53:50 | 82,970 9% 39.56MB/s 0:00:00 (xfr#5, to-chk=125/136) |
07-Nov-2024 21:53:50 | 121,157 13% 57.77MB/s 0:00:00 (xfr#6, to-chk=123/136) |
07-Nov-2024 21:53:50 | 121,307 13% 57.84MB/s 0:00:00 (xfr#7, to-chk=121/136) |
07-Nov-2024 21:53:50 | 121,604 13% 38.66MB/s 0:00:00 (xfr#8, to-chk=119/136) |
07-Nov-2024 21:53:50 | 267,169 29% 50.96MB/s 0:00:00 (xfr#9, to-chk=117/136) |
07-Nov-2024 21:53:50 | 267,798 29% 51.08MB/s 0:00:00 (xfr#10, to-chk=107/136) |
07-Nov-2024 21:53:50 | 268,444 29% 51.20MB/s 0:00:00 (xfr#11, to-chk=106/136) |
07-Nov-2024 21:53:50 | 268,882 29% 42.74MB/s 0:00:00 (xfr#12, to-chk=105/136) |
07-Nov-2024 21:53:50 | 269,966 29% 42.91MB/s 0:00:00 (xfr#13, to-chk=104/136) |
07-Nov-2024 21:53:50 | 270,248 29% 42.95MB/s 0:00:00 (xfr#14, to-chk=103/136) |
07-Nov-2024 21:53:50 | 270,530 29% 43.00MB/s 0:00:00 (xfr#15, to-chk=102/136) |
07-Nov-2024 21:53:50 | 270,966 29% 36.92MB/s 0:00:00 (xfr#16, to-chk=101/136) |
07-Nov-2024 21:53:50 | 271,248 29% 36.95MB/s 0:00:00 (xfr#17, to-chk=100/136) |
07-Nov-2024 21:53:50 | 272,257 30% 37.09MB/s 0:00:00 (xfr#18, to-chk=99/136) |
07-Nov-2024 21:53:50 | 272,693 30% 37.15MB/s 0:00:00 (xfr#19, to-chk=98/136) |
07-Nov-2024 21:53:50 | 273,718 30% 37.29MB/s 0:00:00 (xfr#20, to-chk=97/136) |
07-Nov-2024 21:53:50 | 274,865 30% 32.77MB/s 0:00:00 (xfr#21, to-chk=96/136) |
07-Nov-2024 21:53:50 | 275,877 30% 32.89MB/s 0:00:00 (xfr#22, to-chk=95/136) |
07-Nov-2024 21:53:50 | 277,000 30% 33.02MB/s 0:00:00 (xfr#23, to-chk=94/136) |
07-Nov-2024 21:53:50 | 278,217 30% 33.17MB/s 0:00:00 (xfr#24, to-chk=93/136) |
07-Nov-2024 21:53:50 | 278,499 30% 33.20MB/s 0:00:00 (xfr#25, to-chk=92/136) |
07-Nov-2024 21:53:50 | 279,142 30% 33.28MB/s 0:00:00 (xfr#26, to-chk=91/136) |
07-Nov-2024 21:53:50 | 279,770 30% 33.35MB/s 0:00:00 (xfr#27, to-chk=90/136) |
07-Nov-2024 21:53:50 | 280,398 30% 33.43MB/s 0:00:00 (xfr#28, to-chk=89/136) |
07-Nov-2024 21:53:50 | 280,992 31% 33.50MB/s 0:00:00 (xfr#29, to-chk=88/136) |
07-Nov-2024 21:53:50 | 281,844 31% 33.60MB/s 0:00:00 (xfr#30, to-chk=87/136) |
07-Nov-2024 21:53:50 | 282,128 31% 29.90MB/s 0:00:00 (xfr#31, to-chk=86/136) |
07-Nov-2024 21:53:50 | 282,568 31% 29.94MB/s 0:00:00 (xfr#32, to-chk=85/136) |
07-Nov-2024 21:53:50 | 282,850 31% 29.97MB/s 0:00:00 (xfr#33, to-chk=84/136) |
07-Nov-2024 21:53:50 | 283,478 31% 30.04MB/s 0:00:00 (xfr#34, to-chk=83/136) |
07-Nov-2024 21:53:50 | 283,758 31% 30.07MB/s 0:00:00 (xfr#35, to-chk=82/136) |
07-Nov-2024 21:53:50 | 284,042 31% 30.10MB/s 0:00:00 (xfr#36, to-chk=81/136) |
07-Nov-2024 21:53:50 | 284,324 31% 30.13MB/s 0:00:00 (xfr#37, to-chk=80/136) |
07-Nov-2024 21:53:50 | 284,609 31% 30.16MB/s 0:00:00 (xfr#38, to-chk=79/136) |
07-Nov-2024 21:53:50 | 284,893 31% 30.19MB/s 0:00:00 (xfr#39, to-chk=78/136) |
07-Nov-2024 21:53:50 | 285,171 31% 27.20MB/s 0:00:00 (xfr#40, to-chk=77/136) |
07-Nov-2024 21:53:50 | 285,607 31% 27.24MB/s 0:00:00 (xfr#41, to-chk=76/136) |
07-Nov-2024 21:53:50 | 285,889 31% 27.26MB/s 0:00:00 (xfr#42, to-chk=75/136) |
07-Nov-2024 21:53:50 | 286,169 31% 27.29MB/s 0:00:00 (xfr#43, to-chk=74/136) |
07-Nov-2024 21:53:50 | 286,797 31% 27.35MB/s 0:00:00 (xfr#44, to-chk=73/136) |
07-Nov-2024 21:53:50 | 287,584 31% 27.43MB/s 0:00:00 (xfr#45, to-chk=72/136) |
07-Nov-2024 21:53:50 | 288,022 31% 27.47MB/s 0:00:00 (xfr#46, to-chk=71/136) |
07-Nov-2024 21:53:50 | 288,895 31% 27.55MB/s 0:00:00 (xfr#47, to-chk=70/136) |
07-Nov-2024 21:53:50 | 289,748 32% 27.63MB/s 0:00:00 (xfr#48, to-chk=69/136) |
07-Nov-2024 21:53:50 | 290,256 32% 27.68MB/s 0:00:00 (xfr#49, to-chk=68/136) |
07-Nov-2024 21:53:50 | 290,914 32% 25.22MB/s 0:00:00 (xfr#50, to-chk=67/136) |
07-Nov-2024 21:53:50 | 291,350 32% 25.26MB/s 0:00:00 (xfr#51, to-chk=66/136) |
07-Nov-2024 21:53:50 | 292,149 32% 25.33MB/s 0:00:00 (xfr#52, to-chk=65/136) |
07-Nov-2024 21:53:50 | 292,429 32% 25.35MB/s 0:00:00 (xfr#53, to-chk=64/136) |
07-Nov-2024 21:53:50 | 292,711 32% 25.38MB/s 0:00:00 (xfr#54, to-chk=63/136) |
07-Nov-2024 21:53:50 | 293,721 32% 25.46MB/s 0:00:00 (xfr#55, to-chk=62/136) |
07-Nov-2024 21:53:50 | 294,784 32% 25.56MB/s 0:00:00 (xfr#56, to-chk=61/136) |
07-Nov-2024 21:53:50 | 295,301 32% 25.60MB/s 0:00:00 (xfr#57, to-chk=60/136) |
07-Nov-2024 21:53:50 | 296,280 32% 23.55MB/s 0:00:00 (xfr#58, to-chk=59/136) |
07-Nov-2024 21:53:50 | 296,922 32% 23.60MB/s 0:00:00 (xfr#59, to-chk=58/136) |
07-Nov-2024 21:53:50 | 297,712 32% 23.66MB/s 0:00:00 (xfr#60, to-chk=57/136) |
07-Nov-2024 21:53:50 | 297,994 32% 23.68MB/s 0:00:00 (xfr#61, to-chk=56/136) |
07-Nov-2024 21:53:50 | 298,272 32% 23.70MB/s 0:00:00 (xfr#62, to-chk=55/136) |
07-Nov-2024 21:53:50 | 298,915 33% 23.76MB/s 0:00:00 (xfr#63, to-chk=54/136) |
07-Nov-2024 21:53:50 | 311,729 34% 24.77MB/s 0:00:00 (xfr#64, to-chk=53/136) |
07-Nov-2024 21:53:50 | 323,354 35% 25.70MB/s 0:00:00 (xfr#65, to-chk=52/136) |
07-Nov-2024 21:53:50 | 333,491 36% 24.46MB/s 0:00:00 (xfr#66, to-chk=51/136) |
07-Nov-2024 21:53:50 | 334,685 36% 24.55MB/s 0:00:00 (xfr#67, to-chk=50/136) |
07-Nov-2024 21:53:50 | 340,718 37% 24.99MB/s 0:00:00 (xfr#68, to-chk=49/136) |
07-Nov-2024 21:53:50 | 344,528 38% 25.27MB/s 0:00:00 (xfr#69, to-chk=48/136) |
07-Nov-2024 21:53:50 | 347,027 38% 25.46MB/s 0:00:00 (xfr#70, to-chk=47/136) |
07-Nov-2024 21:53:50 | 359,784 39% 26.39MB/s 0:00:00 (xfr#71, to-chk=46/136) |
07-Nov-2024 21:53:50 | 362,804 40% 26.62MB/s 0:00:00 (xfr#72, to-chk=45/136) |
07-Nov-2024 21:53:50 | 375,048 41% 25.55MB/s 0:00:00 (xfr#73, to-chk=44/136) |
07-Nov-2024 21:53:50 | 379,833 41% 25.87MB/s 0:00:00 (xfr#74, to-chk=43/136) |
07-Nov-2024 21:53:50 | 391,002 43% 26.63MB/s 0:00:00 (xfr#75, to-chk=42/136) |
07-Nov-2024 21:53:50 | 391,343 43% 26.66MB/s 0:00:00 (xfr#76, to-chk=41/136) |
07-Nov-2024 21:53:50 | 398,923 44% 27.17MB/s 0:00:00 (xfr#77, to-chk=40/136) |
07-Nov-2024 21:53:50 | 411,232 45% 28.01MB/s 0:00:00 (xfr#78, to-chk=39/136) |
07-Nov-2024 21:53:50 | 412,363 45% 28.09MB/s 0:00:00 (xfr#79, to-chk=38/136) |
07-Nov-2024 21:53:50 | 415,780 45% 26.43MB/s 0:00:00 (xfr#80, to-chk=37/136) |
07-Nov-2024 21:53:50 | 421,420 46% 26.79MB/s 0:00:00 (xfr#81, to-chk=36/136) |
07-Nov-2024 21:53:50 | 431,109 47% 27.41MB/s 0:00:00 (xfr#82, to-chk=35/136) |
07-Nov-2024 21:53:50 | 442,215 48% 28.12MB/s 0:00:00 (xfr#83, to-chk=34/136) |
07-Nov-2024 21:53:50 | 446,487 49% 28.39MB/s 0:00:00 (xfr#84, to-chk=33/136) |
07-Nov-2024 21:53:50 | 447,162 49% 28.43MB/s 0:00:00 (xfr#85, to-chk=32/136) |
07-Nov-2024 21:53:50 | 447,438 49% 26.67MB/s 0:00:00 (xfr#86, to-chk=31/136) |
07-Nov-2024 21:53:50 | 457,974 50% 25.69MB/s 0:00:00 (xfr#87, to-chk=30/136) |
07-Nov-2024 21:53:50 | 464,469 51% 26.06MB/s 0:00:00 (xfr#88, to-chk=29/136) |
07-Nov-2024 21:53:50 | 466,567 51% 26.17MB/s 0:00:00 (xfr#89, to-chk=28/136) |
07-Nov-2024 21:53:50 | 472,999 52% 26.53MB/s 0:00:00 (xfr#90, to-chk=27/136) |
07-Nov-2024 21:53:50 | 482,224 53% 25.55MB/s 0:00:00 (xfr#91, to-chk=26/136) |
07-Nov-2024 21:53:50 | 487,402 53% 25.82MB/s 0:00:00 (xfr#92, to-chk=25/136) |
07-Nov-2024 21:53:50 | 497,026 54% 26.33MB/s 0:00:00 (xfr#93, to-chk=24/136) |
07-Nov-2024 21:53:50 | 504,940 55% 25.34MB/s 0:00:00 (xfr#94, to-chk=23/136) |
07-Nov-2024 21:53:50 | 507,895 56% 25.49MB/s 0:00:00 (xfr#95, to-chk=22/136) |
07-Nov-2024 21:53:50 | 515,410 56% 25.87MB/s 0:00:00 (xfr#96, to-chk=21/136) |
07-Nov-2024 21:53:50 | 520,132 57% 26.11MB/s 0:00:00 (xfr#97, to-chk=20/136) |
07-Nov-2024 21:53:50 | 522,696 57% 26.24MB/s 0:00:00 (xfr#98, to-chk=19/136) |
07-Nov-2024 21:53:50 | 531,986 58% 25.37MB/s 0:00:00 (xfr#99, to-chk=18/136) |
07-Nov-2024 21:53:50 | 533,573 58% 25.44MB/s 0:00:00 (xfr#100, to-chk=17/136) |
07-Nov-2024 21:53:50 | 543,773 60% 25.93MB/s 0:00:00 (xfr#101, to-chk=16/136) |
07-Nov-2024 21:53:50 | 545,423 60% 26.01MB/s 0:00:00 (xfr#102, to-chk=15/136) |
07-Nov-2024 21:53:50 | 556,985 61% 26.56MB/s 0:00:00 (xfr#103, to-chk=14/136) |
07-Nov-2024 21:53:50 | 562,226 62% 25.53MB/s 0:00:00 (xfr#104, to-chk=13/136) |
07-Nov-2024 21:53:50 | 569,171 62% 25.85MB/s 0:00:00 (xfr#105, to-chk=12/136) |
07-Nov-2024 21:53:50 | 569,911 62% 25.88MB/s 0:00:00 (xfr#106, to-chk=11/136) |
07-Nov-2024 21:53:50 | 578,623 63% 26.28MB/s 0:00:00 (xfr#107, to-chk=10/136) |
07-Nov-2024 21:53:50 | 582,775 64% 26.47MB/s 0:00:00 (xfr#108, to-chk=9/136) |
07-Nov-2024 21:53:50 | 591,607 65% 25.65MB/s 0:00:00 (xfr#109, to-chk=8/136) |
07-Nov-2024 21:53:50 | 593,770 65% 25.74MB/s 0:00:00 (xfr#110, to-chk=7/136) |
07-Nov-2024 21:53:50 | 597,643 66% 25.91MB/s 0:00:00 (xfr#111, to-chk=6/136) |
07-Nov-2024 21:53:50 | 604,651 66% 26.21MB/s 0:00:00 (xfr#112, to-chk=5/136) |
07-Nov-2024 21:53:50 | 612,630 67% 25.40MB/s 0:00:00 (xfr#113, to-chk=4/136) |
07-Nov-2024 21:53:50 | 623,229 68% 25.84MB/s 0:00:00 (xfr#114, to-chk=3/136) |
07-Nov-2024 21:53:50 | 626,583 69% 24.90MB/s 0:00:00 (xfr#115, to-chk=2/136) |
07-Nov-2024 21:53:50 | 632,160 69% 25.12MB/s 0:00:00 (xfr#116, to-chk=1/136) |
07-Nov-2024 21:53:50 | 638,256 70% 25.36MB/s 0:00:00 (xfr#117, to-chk=0/136) |
07-Nov-2024 21:53:50 | 638,256 70% 25.36MB/s 0:00:00 (xfr#117, to-chk=0/136) |
07-Nov-2024 21:53:50 | 638,256 70% 25.36MB/s 0:00:00 (xfr#117, to-chk=0/136) |
07-Nov-2024 21:53:50 | 638,256 70% 20.99MB/s 0:00:00 (xfr#117, to-chk=0/136) |
07-Nov-2024 21:53:50 | 638,256 70% 20.99MB/s 0:00:00 (xfr#117, to-chk=0/136) |
07-Nov-2024 21:53:50 | 638,256 70% 20.99MB/s 0:00:00 (xfr#117, to-chk=0/136) |
07-Nov-2024 21:53:50 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.07-21.32.00/pod-logs/dev-oneprovider-paris-0/op-panel |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 |
07-Nov-2024 21:53:50 | 24,852 16% 23.70MB/s 0:00:00 (xfr#2, to-chk=9/14) |
07-Nov-2024 21:53:50 | 50,726 33% 48.38MB/s 0:00:00 (xfr#3, to-chk=7/14) |
07-Nov-2024 21:53:50 | 50,726 33% 48.38MB/s 0:00:00 (xfr#4, to-chk=5/14) |
07-Nov-2024 21:53:50 | 75,375 49% 71.88MB/s 0:00:00 (xfr#5, to-chk=3/14) |
07-Nov-2024 21:53:50 | 75,666 50% 72.16MB/s 0:00:00 (xfr#6, to-chk=1/14) |
07-Nov-2024 21:53:50 | 75,666 50% 24.05MB/s 0:00:00 (xfr#6, to-chk=0/14) |
07-Nov-2024 21:53:50 | [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.07-21.32.00/pod-logs/dev-oneprovider-paris-0/cluster-manager |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 |
07-Nov-2024 21:53:50 | 2,018 14% 1.92MB/s 0:00:00 (xfr#2, to-chk=9/14) |
07-Nov-2024 21:53:50 | 4,808 34% 4.59MB/s 0:00:00 (xfr#3, to-chk=7/14) |
07-Nov-2024 21:53:50 | 4,808 34% 4.59MB/s 0:00:00 (xfr#4, to-chk=5/14) |
07-Nov-2024 21:53:50 | 6,623 48% 6.32MB/s 0:00:00 (xfr#5, to-chk=3/14) |
07-Nov-2024 21:53:50 | 6,885 50% 6.57MB/s 0:00:00 (xfr#6, to-chk=1/14) |
07-Nov-2024 21:53:50 | 6,885 50% 1.31MB/s 0:00:00 (xfr#6, to-chk=0/14) |
07-Nov-2024 21:53:50 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.07-21.32.00/pod-logs/dev-onezone-0/oz-panel |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 |
07-Nov-2024 21:53:50 | 56,358 12% 53.75MB/s 0:00:00 (xfr#2, to-chk=9/14) |
07-Nov-2024 21:53:50 | 114,315 25% 109.02MB/s 0:00:00 (xfr#3, to-chk=7/14) |
07-Nov-2024 21:53:50 | 163,689 37% 156.11MB/s 0:00:00 (xfr#4, to-chk=5/14) |
07-Nov-2024 21:53:50 | 219,844 49% 209.66MB/s 0:00:00 (xfr#5, to-chk=3/14) |
07-Nov-2024 21:53:50 | 220,135 50% 209.94MB/s 0:00:00 (xfr#6, to-chk=1/14) |
07-Nov-2024 21:53:50 | 220,135 50% 104.97MB/s 0:00:00 (xfr#6, to-chk=0/14) |
07-Nov-2024 21:53:50 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.07-21.32.00/pod-logs/dev-onezone-0/oz-worker |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=17/20) |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 |
07-Nov-2024 21:53:50 | 24,450 3% 23.32MB/s 0:00:00 (xfr#2, to-chk=15/20) |
07-Nov-2024 21:53:50 | 49,675 6% 9.47MB/s 0:00:00 (xfr#3, to-chk=13/20) |
07-Nov-2024 21:53:50 | 49,675 6% 9.47MB/s 0:00:00 (xfr#4, to-chk=11/20) |
07-Nov-2024 21:53:50 | 73,645 10% 14.05MB/s 0:00:00 (xfr#5, to-chk=9/20) |
07-Nov-2024 21:53:50 | 73,736 10% 14.06MB/s 0:00:00 (xfr#6, to-chk=7/20) |
07-Nov-2024 21:53:50 | 210,899 29% 33.52MB/s 0:00:00 (xfr#7, to-chk=5/20) |
07-Nov-2024 21:53:50 | 211,196 29% 33.57MB/s 0:00:00 (xfr#8, to-chk=3/20) |
07-Nov-2024 21:53:50 | 360,909 50% 49.17MB/s 0:00:00 (xfr#9, to-chk=1/20) |
07-Nov-2024 21:53:50 | 360,909 50% 43.02MB/s 0:00:00 (xfr#9, to-chk=0/20) |
07-Nov-2024 21:53:50 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.07-21.32.00/pod-logs/dev-onezone-0/cluster-manager |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
07-Nov-2024 21:53:50 | 0 0% 0.00kB/s 0:00:00 |
07-Nov-2024 21:53:50 | 1,977 14% 1.89MB/s 0:00:00 (xfr#2, to-chk=9/14) |
07-Nov-2024 21:53:50 | 4,706 34% 4.49MB/s 0:00:00 (xfr#3, to-chk=7/14) |
07-Nov-2024 21:53:50 | 4,706 34% 4.49MB/s 0:00:00 (xfr#4, to-chk=5/14) |
07-Nov-2024 21:53:50 | 6,480 48% 6.18MB/s 0:00:00 (xfr#5, to-chk=3/14) |
07-Nov-2024 21:53:50 | 6,742 50% 6.43MB/s 0:00:00 (xfr#6, to-chk=1/14) |
07-Nov-2024 21:53:50 | 6,742 50% 6.43MB/s 0:00:00 (xfr#6, to-chk=0/14) |
07-Nov-2024 21:53:50 | [WARNING] Couldn't get entrypoint logs for pod dev-volume-s3-krakow-init-cdmqm. See /home/bamboo/.one-env/deployments/2024.11.07-21.32.00/pod-logs/dev-volume-s3-krakow-init-cdmqm/entrypoint.log for more details |
07-Nov-2024 21:53:50 | [WARNING] Couldn't get entrypoint logs for pod dev-volume-s3-paris-init-h52cb. See /home/bamboo/.one-env/deployments/2024.11.07-21.32.00/pod-logs/dev-volume-s3-paris-init-h52cb/entrypoint.log for more details |
07-Nov-2024 21:53:50 | [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MSDCPS/onedata-acceptance/tests/oneclient/logs/multiprovider_s3/test_multi_directory_CRUD.1731016417.8277588 exists, exporting anyway. |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | =============================== warnings summary =============================== |
07-Nov-2024 21:53:50 | tests/utils/rest_utils.py:98 |
07-Nov-2024 21:53:50 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MSDCPS/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ ' |
07-Nov-2024 21:53:50 | print(""" |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | tests/utils/path_utils.py:112 |
07-Nov-2024 21:53:50 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MSDCPS/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ ' |
07-Nov-2024 21:53:50 | return path.replace("'", "\\'").replace(' ', '\ ') |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | tests/utils/acceptance_utils.py:55 |
07-Nov-2024 21:53:50 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MSDCPS/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d' |
07-Nov-2024 21:53:50 | '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?')) |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | tests/utils/acceptance_utils.py:57 |
07-Nov-2024 21:53:50 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MSDCPS/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d' |
07-Nov-2024 21:53:50 | '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?')) |
07-Nov-2024 21:53:50 | |
07-Nov-2024 21:53:50 | -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
07-Nov-2024 21:53:50 | - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MSDCPS/onedata-acceptance/test-reports/results.xml - |
07-Nov-2024 21:53:50 | ================= 27 passed, 4 warnings in 1312.83s (0:21:52) ================== |
07-Nov-2024 21:53:55 | release "dev" uninstalled |
07-Nov-2024 21:53:55 | Sidecar injection has been disabled |
07-Nov-2024 21:53:55 | Cleaning helm release "dev"... |
07-Nov-2024 21:53:55 | Deleted 1 helm deployments |
07-Nov-2024 21:53:55 | Deleted 0 k8s deployments |
07-Nov-2024 21:53:55 | Deleted 0 k8s services |
07-Nov-2024 21:53:55 | Deleted 0 persistent volumes |
07-Nov-2024 21:54:00 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
07-Nov-2024 21:54:00 | [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone |
07-Nov-2024 21:54:00 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
07-Nov-2024 21:54:00 | [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider |
07-Nov-2024 21:54:00 | [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli |
07-Nov-2024 21:54:00 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
07-Nov-2024 21:54:00 | [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient |
07-Nov-2024 21:54:00 | Finished task 'Run acceptance oneclient tests' with result: Success |
07-Nov-2024 21:54:00 | Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' |
07-Nov-2024 21:54:00 | Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MSDCPS... |
07-Nov-2024 21:54:00 | Finished task 'Parse test results' with result: Success |
07-Nov-2024 21:54:00 | All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
07-Nov-2024 21:54:00 | Substituting variable: ${bamboo.artifactRepoHostname} with S3 |
07-Nov-2024 21:54:00 | Substituting variable: ${bamboo.artifactRepoPort} with 10161 |
07-Nov-2024 21:54:00 | Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu |
07-Nov-2024 21:54:00 | Substituting variable: ${bamboo.planRepository.branchName} with develop |
07-Nov-2024 21:54:00 | Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance |
07-Nov-2024 21:54:00 | Substituting variable: ${bamboo.artifactRepoHostname} with S3 |
07-Nov-2024 21:54:00 | Substituting variable: ${bamboo.artifactRepoPort} with 10161 |
07-Nov-2024 21:54:00 | Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu |
07-Nov-2024 21:54:00 | Substituting variable: ${bamboo.planRepository.branchName} with develop |
07-Nov-2024 21:54:00 | Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance |
07-Nov-2024 21:54:00 | Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
07-Nov-2024 21:54:00 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider s3 directory CRUD proxyio symlinks #3359 (ODSRV-OAP-MSDCPS-3359)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MSDCPS-3359-ScriptBuildTask-7530411483279954218.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MSDCPS/onedata-acceptance |
07-Nov-2024 21:54:00 | ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_multiprovider_s3_directory_CRUD_proxyio_symlinks.tar.gz |
07-Nov-2024 21:54:01 | Uploading artifact |
07-Nov-2024 21:54:01 | source path: surefire_multiprovider_s3_directory_CRUD_proxyio_symlinks.tar.gz |
07-Nov-2024 21:54:01 | dest. path: artifacts/onedata-acceptance/develop/surefire_multiprovider_s3_directory_CRUD_proxyio_symlinks.tar.gz |
07-Nov-2024 21:54:01 | Finished task 'Pack and push surefire artifact' with result: Success |
07-Nov-2024 21:54:01 | All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
07-Nov-2024 21:54:01 | Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
07-Nov-2024 21:54:01 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider s3 directory CRUD proxyio symlinks #3359 (ODSRV-OAP-MSDCPS-3359)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MSDCPS-3359-ScriptBuildTask-3303349969762374951.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MSDCPS |
07-Nov-2024 21:54:01 | cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory |
07-Nov-2024 21:54:01 | Finished task 'Pack logs' with result: Success |
07-Nov-2024 21:54:01 | All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
07-Nov-2024 21:54:01 | Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh |
07-Nov-2024 21:54:01 | Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
07-Nov-2024 21:54:01 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider s3 directory CRUD proxyio symlinks #3359 (ODSRV-OAP-MSDCPS-3359)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MSDCPS-3359-ScriptBuildTask-9594204035273814886.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MSDCPS/onedata-acceptance |
07-Nov-2024 21:54:01 | % Total % Received % Xferd Average Speed Time Time Time Current |
07-Nov-2024 21:54:01 | Dload Upload Total Spent Left Speed |
07-Nov-2024 21:54:01 | |
07-Nov-2024 21:54:01 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
07-Nov-2024 21:54:01 | 100 4822 100 4822 0 0 60275 0 --:--:-- --:--:-- --:--:-- 60275 |
07-Nov-2024 21:54:01 | Clearing /tmp/onedata and /home/bamboo/.one-env |
07-Nov-2024 21:54:04 | Cleaning helm deployments |
07-Nov-2024 21:54:04 | Cleanining pods |
07-Nov-2024 21:54:04 | Cleaning kube persistant volumes |
07-Nov-2024 21:54:05 | pod "dev-volume-s3-krakow-585f4c9-ft5vq" deleted |
07-Nov-2024 21:54:25 | pod "dev-volume-s3-paris-64bd65585f-729mh" deleted |
07-Nov-2024 21:54:26 | Cleaning dockswift container |
07-Nov-2024 21:54:26 | Cleaning docker containers |
07-Nov-2024 21:54:30 | Stalled docker containers to remove: |
07-Nov-2024 21:54:30 | 6cc8109d2945 cb9970b1e48f 3ff836f1032c 728d20fd8d5a cc11f8aa3376 0db118900de6 7e01579b4cc0 15b313e0be18 bc4b1d08735f 22bc38cc387c 2755200361c5 2db91b425957 2dec10e04736 756d412e109b 465bc2b84007 11e06275b0fd a94e310b739d bb82dcd41416 8ebadf422bc9 8d17d775a461 931c6646cae9 75ac3b6ed1dc 7bf8bc17f9f3 3b671c4d8802 10135e75e2ef 0349fefe43b1 59b5b79d1498 ab3442277296 |
07-Nov-2024 21:54:30 | Removing stalled docker containers |
07-Nov-2024 21:54:30 | Error response from daemon: Cannot kill container: 6cc8109d2945: Container 6cc8109d2945e2ed02a03ed12afc58c7ca82b4d67626be599cdca6a55cb523d4 is not running |
07-Nov-2024 21:54:30 | 6cc8109d2945 |
07-Nov-2024 21:54:30 | Error response from daemon: Cannot kill container: cb9970b1e48f: Container cb9970b1e48f39828faf5223df3489052a1cae3ff85b8e535fa4a33e7d6d82a2 is not running |
07-Nov-2024 21:54:30 | cb9970b1e48f |
07-Nov-2024 21:54:30 | Error response from daemon: Cannot kill container: 3ff836f1032c: Container 3ff836f1032cb01dbcfbb06c8dfbfda56451bbdf3331d867600068f06c5ac6a9 is not running |
07-Nov-2024 21:54:30 | 3ff836f1032c |
07-Nov-2024 21:54:30 | Error response from daemon: Cannot kill container: 728d20fd8d5a: Container 728d20fd8d5ab283f4f0c104a2c4e12943db6dca407c5173aaa47c24708ece83 is not running |
07-Nov-2024 21:54:30 | 728d20fd8d5a |
07-Nov-2024 21:54:30 | Error response from daemon: Cannot kill container: cc11f8aa3376: Container cc11f8aa3376799a591cce25aa71fc7d78e0defd7896b56743108f8fb29241a0 is not running |
07-Nov-2024 21:54:30 | cc11f8aa3376 |
07-Nov-2024 21:54:30 | Error response from daemon: Cannot kill container: 0db118900de6: Container 0db118900de6e5bd16dd9fa8dd468e996ae6191933977f98f76bb09c826913da is not running |
07-Nov-2024 21:54:30 | 0db118900de6 |
07-Nov-2024 21:54:30 | Error response from daemon: Cannot kill container: 7e01579b4cc0: Container 7e01579b4cc0184506aec41ef15bd43b30f2ccb886674e5a4845bd66f7b28bb2 is not running |
07-Nov-2024 21:54:30 | 7e01579b4cc0 |
07-Nov-2024 21:54:31 | Error response from daemon: Cannot kill container: 15b313e0be18: Container 15b313e0be18fb928823ba6bed689614e997cbbc3e9601ae72d8593aab5326b0 is not running |
07-Nov-2024 21:54:31 | 15b313e0be18 |
07-Nov-2024 21:54:31 | Error response from daemon: Cannot kill container: bc4b1d08735f: Container bc4b1d08735f35f9628e1b30a62dd0800876e4e435637455fb91d2707867ed84 is not running |
07-Nov-2024 21:54:31 | bc4b1d08735f |
07-Nov-2024 21:54:31 | Error response from daemon: Cannot kill container: 22bc38cc387c: Container 22bc38cc387c4056643d9b69a1cd922e6e597b16530fdde1b0ffb88f5121514c is not running |
07-Nov-2024 21:54:31 | 22bc38cc387c |
07-Nov-2024 21:54:31 | Error response from daemon: Cannot kill container: 2755200361c5: Container 2755200361c5ce4d26a3ff29f01ef4963d928fc46931066d85ac3cff2dc611ef is not running |
07-Nov-2024 21:54:31 | 2755200361c5 |
07-Nov-2024 21:54:31 | Error response from daemon: Cannot kill container: 2db91b425957: Container 2db91b42595782d01f06444a80fdd8f1079d58fbedbef4090109cc12af09346a is not running |
07-Nov-2024 21:54:31 | 2db91b425957 |
07-Nov-2024 21:54:31 | Error response from daemon: Cannot kill container: 2dec10e04736: Container 2dec10e0473658392b5852c443351ea545ff46f9b3dd940ec77a7dee3641487f is not running |
07-Nov-2024 21:54:31 | 2dec10e04736 |
07-Nov-2024 21:54:31 | Error response from daemon: Cannot kill container: 756d412e109b: Container 756d412e109b39428fb9fea258ce38bdb60e7cabdbbdadf893ddf40b63198658 is not running |
07-Nov-2024 21:54:31 | 756d412e109b |
07-Nov-2024 21:54:31 | Error response from daemon: Cannot kill container: 465bc2b84007: Container 465bc2b840071fbebad0247f6f79f9f7328d6e516e1c33c1d73eb41eed1aea8d is not running |
07-Nov-2024 21:54:31 | 465bc2b84007 |
07-Nov-2024 21:54:31 | Error response from daemon: Cannot kill container: 11e06275b0fd: Container 11e06275b0fd892587c775d241e92d41ad7fa165219aa7821d67be69b2c7f0ba is not running |
07-Nov-2024 21:54:31 | 11e06275b0fd |
07-Nov-2024 21:54:31 | Error response from daemon: Cannot kill container: a94e310b739d: Container a94e310b739d84bddd7137c0fefafe8b032d7d5bf1de2f6c8f42f6b5ccaea879 is not running |
07-Nov-2024 21:54:32 | a94e310b739d |
07-Nov-2024 21:54:32 | Error response from daemon: Cannot kill container: bb82dcd41416: Container bb82dcd4141634f9b1300ef415cf038312333bb07b50cd2800661ec411bc5485 is not running |
07-Nov-2024 21:54:32 | bb82dcd41416 |
07-Nov-2024 21:54:32 | Error response from daemon: Cannot kill container: 8ebadf422bc9: Container 8ebadf422bc9403e1f94741b702c4f7405c1e8ac3ddfb6f9c942c30f3c4d7fef is not running |
07-Nov-2024 21:54:32 | 8ebadf422bc9 |
07-Nov-2024 21:54:32 | Error response from daemon: Cannot kill container: 8d17d775a461: Container 8d17d775a46181a39f0f640848c54f646ab663e9ba4032bc3af8593def2676ba is not running |
07-Nov-2024 21:54:32 | 8d17d775a461 |
07-Nov-2024 21:54:32 | Error response from daemon: Cannot kill container: 931c6646cae9: Container 931c6646cae921f2715f436b9b99089e0094f0d268843cbd8e9b488a7be3ebb7 is not running |
07-Nov-2024 21:54:32 | 931c6646cae9 |
07-Nov-2024 21:54:32 | Error response from daemon: Cannot kill container: 75ac3b6ed1dc: Container 75ac3b6ed1dcdddf092cbb8782f143b025c9df2143fa659beafbbb2b17d1a39f is not running |
07-Nov-2024 21:54:32 | 75ac3b6ed1dc |
07-Nov-2024 21:54:32 | Error response from daemon: Cannot kill container: 7bf8bc17f9f3: Container 7bf8bc17f9f3dfda22f4cca63cb516f2b9953f6537b51511ae3e864e33691d41 is not running |
07-Nov-2024 21:54:32 | 7bf8bc17f9f3 |
07-Nov-2024 21:54:32 | Error response from daemon: Cannot kill container: 3b671c4d8802: Container 3b671c4d8802d4d3910b0d42e0f8586a14176e71314c1b5d4d5d8e4d00e42710 is not running |
07-Nov-2024 21:54:32 | 3b671c4d8802 |
07-Nov-2024 21:54:32 | Error response from daemon: Cannot kill container: 10135e75e2ef: Container 10135e75e2ef4d69286d57248cb714a496d7c43f59360d33b34c9981c4717810 is not running |
07-Nov-2024 21:54:32 | 10135e75e2ef |
07-Nov-2024 21:54:32 | Error response from daemon: Cannot kill container: 0349fefe43b1: Container 0349fefe43b11c78658e6ab7c90f86127fb8e6941ba87c45153f68416b0dbf31 is not running |
07-Nov-2024 21:54:32 | 0349fefe43b1 |
07-Nov-2024 21:54:32 | Error response from daemon: Cannot kill container: 59b5b79d1498: Container 59b5b79d1498557a230f325a8740a08d2405c2f4eb9c0ff12eea5c51e032a545 is not running |
07-Nov-2024 21:54:32 | 59b5b79d1498 |
07-Nov-2024 21:54:33 | ab3442277296 |
07-Nov-2024 21:54:33 | ab3442277296 |
07-Nov-2024 21:54:33 | Stalled docker volumes to remove: |
07-Nov-2024 21:54:33 | |
07-Nov-2024 21:54:33 | Removing stalled docker volumes |
07-Nov-2024 21:54:33 | Removing stalled loopdevices |
07-Nov-2024 21:54:33 | Done |
07-Nov-2024 21:54:33 | Finished task 'Clear env and working dir' with result: Success |
07-Nov-2024 21:54:33 | Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2 |
07-Nov-2024 21:54:33 | Running post build plugin 'Docker Container Cleanup' |
07-Nov-2024 21:54:33 | Running post build plugin 'NCover Results Collector' |
07-Nov-2024 21:54:33 | Running post build plugin 'Build Results Label Collector' |
07-Nov-2024 21:54:33 | Running post build plugin 'Clover Results Collector' |
07-Nov-2024 21:54:33 | Running post build plugin 'npm Cache Cleanup' |
07-Nov-2024 21:54:33 | Running post build plugin 'Artifact Copier' |
07-Nov-2024 21:54:33 | Publishing an artifact: test_logs.tar.gz |
07-Nov-2024 21:54:34 | Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 101.5 ms |
07-Nov-2024 21:54:34 | Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MSDCPS' |
07-Nov-2024 21:54:34 | Finalising the build... |
07-Nov-2024 21:54:34 | Stopping timer. |
07-Nov-2024 21:54:34 | Build ODSRV-OAP-MSDCPS-3359 completed. |
07-Nov-2024 21:54:34 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
07-Nov-2024 21:54:34 | Running on server: post build plugin 'NCover Results Collector' |
07-Nov-2024 21:54:34 | Running on server: post build plugin 'Build Labeller' |
07-Nov-2024 21:54:34 | Running on server: post build plugin 'Clover Delta Calculator' |
07-Nov-2024 21:54:34 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
07-Nov-2024 21:54:34 | All post build plugins have finished |
07-Nov-2024 21:54:34 | Generating build results summary... |
07-Nov-2024 21:54:34 | Saving build results to disk... |
07-Nov-2024 21:54:34 | Store variable context... |
07-Nov-2024 21:54:34 | Finished building ODSRV-OAP-MSDCPS-3359. |