oneclient acceptance tests using environment deployed from packages
Build: #3372 was successful
Job: singleprovider directory CRUD multiclient directio hardlinks was successful
Build log
The build generated 2,520 lines of output. The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.
30-Nov-2024 00:52:33 | |
30-Nov-2024 00:52:33 | |
30-Nov-2024 00:52:33 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-8r99v' |
30-Nov-2024 00:52:33 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-8r99v' successfully started |
30-Nov-2024 00:52:33 | |
30-Nov-2024 00:52:33 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/8xukbl9k5vyrjm14 |
30-Nov-2024 00:52:33 | |
30-Nov-2024 00:52:33 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/8xukbl9k5vyrjm14 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/8xukbl9k5vyrjm14 |
30-Nov-2024 00:52:33 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '2450747319215388305'... |
30-Nov-2024 00:52:33 | Getting configuration... |
30-Nov-2024 00:52:33 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/8xukbl9k5vyrjm14'. |
30-Nov-2024 00:52:33 | |
30-Nov-2024 00:52:33 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
30-Nov-2024 00:52:33 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
30-Nov-2024 00:52:33 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
30-Nov-2024 00:52:33 | |
30-Nov-2024 00:52:33 | |
30-Nov-2024 00:52:33 | starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-xv8m6' |
30-Nov-2024 00:52:33 | rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-xv8m6' successfully started |
30-Nov-2024 00:52:33 | |
30-Nov-2024 00:52:33 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/3g1flfu04v63fljg |
30-Nov-2024 00:52:33 | |
30-Nov-2024 00:52:33 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/3g1flfu04v63fljg --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/3g1flfu04v63fljg |
30-Nov-2024 00:52:33 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '8100006992767695578'... |
30-Nov-2024 00:52:33 | Getting configuration... |
30-Nov-2024 00:52:33 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/3g1flfu04v63fljg'. |
30-Nov-2024 00:52:33 | |
30-Nov-2024 00:52:33 | -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2/dir3] on client11"' |
30-Nov-2024 00:52:33 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
30-Nov-2024 00:52:33 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
30-Nov-2024 00:52:33 | -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"' |
30-Nov-2024 00:52:33 | -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"' |
30-Nov-2024 00:52:33 | -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"' |
30-Nov-2024 00:52:33 | -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"' |
30-Nov-2024 00:52:33 | -- Executing step: 'When "user2 deletes directory (rmdir -p) [space1/dir1/dir2/dir3] on client21"' |
30-Nov-2024 00:52:33 | -- Executing step: 'When "user1 can't stat [dir1] in space1 on client11"' |
30-Nov-2024 00:52:33 | -- Executing step: 'When "user2 can't stat [dir1] in space1 on client21"' |
30-Nov-2024 00:52:33 | -- Executing step: 'When "user1 doesn't see [dir1] in space1 on client11"' |
30-Nov-2024 00:52:33 | -- Executing step: 'When "user2 doesn't see [dir1] in space1 on client21"' |
30-Nov-2024 00:52:33 | ================================================================= |
30-Nov-2024 00:52:33 | |
30-Nov-2024 00:52:34 | PASSED |
30-Nov-2024 00:52:34 | Unmounting client from /tmp/onedata/mnt/8xukbl9k5vyrjm14 |
30-Nov-2024 00:52:34 | |
30-Nov-2024 00:52:34 | |
30-Nov-2024 00:52:34 | Unmounting client from /tmp/onedata/mnt/3g1flfu04v63fljg |
30-Nov-2024 00:52:34 | |
30-Nov-2024 00:52:34 | |
30-Nov-2024 00:52:58 | tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_delete_non_empty_wrong[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
30-Nov-2024 00:52:58 | ================================================================= |
30-Nov-2024 00:52:58 | - Executing scenario 'Fail to delete non-empty directory using rmdir' |
30-Nov-2024 00:52:58 | - from feature 'Multi_directory_CRUD' |
30-Nov-2024 00:52:58 | ----------------------------------------------------------------- |
30-Nov-2024 00:52:58 | -- Executing step: 'Given "oneclients [client11, client21] |
30-Nov-2024 00:52:58 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
30-Nov-2024 00:52:58 | using [token, token] by [user1, user2]"' |
30-Nov-2024 00:52:58 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
30-Nov-2024 00:52:58 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
30-Nov-2024 00:52:58 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
30-Nov-2024 00:52:58 | |
30-Nov-2024 00:52:58 | |
30-Nov-2024 00:52:58 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-8r99v' |
30-Nov-2024 00:52:58 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-8r99v' successfully started |
30-Nov-2024 00:52:58 | |
30-Nov-2024 00:52:58 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/3oyvewaynufn3f4u |
30-Nov-2024 00:52:58 | |
30-Nov-2024 00:52:58 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/3oyvewaynufn3f4u --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/3oyvewaynufn3f4u |
30-Nov-2024 00:52:58 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '10943827883590767677'... |
30-Nov-2024 00:52:58 | Getting configuration... |
30-Nov-2024 00:52:58 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/3oyvewaynufn3f4u'. |
30-Nov-2024 00:52:58 | |
30-Nov-2024 00:52:58 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
30-Nov-2024 00:52:58 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
30-Nov-2024 00:52:58 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
30-Nov-2024 00:52:58 | |
30-Nov-2024 00:52:58 | |
30-Nov-2024 00:52:58 | starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-xv8m6' |
30-Nov-2024 00:52:58 | rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-xv8m6' successfully started |
30-Nov-2024 00:52:58 | |
30-Nov-2024 00:52:58 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/1p8z1r656e340dmn |
30-Nov-2024 00:52:58 | |
30-Nov-2024 00:52:58 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/1p8z1r656e340dmn --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/1p8z1r656e340dmn |
30-Nov-2024 00:52:58 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '6732814609791924987'... |
30-Nov-2024 00:52:58 | Getting configuration... |
30-Nov-2024 00:52:58 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/1p8z1r656e340dmn'. |
30-Nov-2024 00:52:58 | |
30-Nov-2024 00:52:58 | -- Executing step: 'When "user2 creates directories [space1/dir1, space1/dir1/child1] on client21"' |
30-Nov-2024 00:52:58 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
30-Nov-2024 00:52:58 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
30-Nov-2024 00:52:58 | -- Executing step: 'When "user1 sees [child1] in space1/dir1 on client11"' |
30-Nov-2024 00:52:58 | -- Executing step: 'When "user2 sees [child1] in space1/dir1 on client21"' |
30-Nov-2024 00:52:58 | -- Executing step: 'When "user1 fails to delete directories (rmdir) [space1/dir1] on client11"' |
30-Nov-2024 00:52:58 | -- Executing step: 'When "user1 can stat [dir1] in space1 on client11"' |
30-Nov-2024 00:52:58 | -- Executing step: 'When "user2 can stat [dir1] in space1 on client21"' |
30-Nov-2024 00:52:58 | -- Executing step: 'When "user1 can stat [child1] in space1/dir1 on client11"' |
30-Nov-2024 00:52:58 | -- Executing step: 'When "user2 can stat [child1] in space1/dir1 on client21"' |
30-Nov-2024 00:52:58 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
30-Nov-2024 00:52:58 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
30-Nov-2024 00:52:58 | -- Executing step: 'When "user1 sees [child1] in space1/dir1 on client11"' |
30-Nov-2024 00:52:58 | -- Executing step: 'When "user2 sees [child1] in space1/dir1 on client21"' |
30-Nov-2024 00:52:58 | ================================================================= |
30-Nov-2024 00:52:58 | |
30-Nov-2024 00:52:59 | PASSED |
30-Nov-2024 00:52:59 | Unmounting client from /tmp/onedata/mnt/3oyvewaynufn3f4u |
30-Nov-2024 00:52:59 | |
30-Nov-2024 00:52:59 | |
30-Nov-2024 00:52:59 | Unmounting client from /tmp/onedata/mnt/1p8z1r656e340dmn |
30-Nov-2024 00:52:59 | |
30-Nov-2024 00:52:59 | |
30-Nov-2024 00:53:26 | tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_delete_non_empty[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
30-Nov-2024 00:53:26 | ================================================================= |
30-Nov-2024 00:53:26 | - Executing scenario 'Delete non-empty directory' |
30-Nov-2024 00:53:26 | - from feature 'Multi_directory_CRUD' |
30-Nov-2024 00:53:26 | ----------------------------------------------------------------- |
30-Nov-2024 00:53:26 | -- Executing step: 'Given "oneclients [client11, client21] |
30-Nov-2024 00:53:26 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
30-Nov-2024 00:53:26 | using [token, token] by [user1, user2]"' |
30-Nov-2024 00:53:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
30-Nov-2024 00:53:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
30-Nov-2024 00:53:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
30-Nov-2024 00:53:26 | |
30-Nov-2024 00:53:26 | |
30-Nov-2024 00:53:26 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-8r99v' |
30-Nov-2024 00:53:26 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-8r99v' successfully started |
30-Nov-2024 00:53:26 | |
30-Nov-2024 00:53:26 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/iuoca7c65afcty6f |
30-Nov-2024 00:53:26 | |
30-Nov-2024 00:53:26 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/iuoca7c65afcty6f --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/iuoca7c65afcty6f |
30-Nov-2024 00:53:26 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '10373890510466595427'... |
30-Nov-2024 00:53:26 | Getting configuration... |
30-Nov-2024 00:53:26 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/iuoca7c65afcty6f'. |
30-Nov-2024 00:53:26 | |
30-Nov-2024 00:53:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
30-Nov-2024 00:53:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
30-Nov-2024 00:53:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
30-Nov-2024 00:53:26 | |
30-Nov-2024 00:53:26 | |
30-Nov-2024 00:53:26 | starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-xv8m6' |
30-Nov-2024 00:53:26 | rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-xv8m6' successfully started |
30-Nov-2024 00:53:26 | |
30-Nov-2024 00:53:26 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/d3gj41h2h21jjagg |
30-Nov-2024 00:53:26 | |
30-Nov-2024 00:53:26 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/d3gj41h2h21jjagg --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/d3gj41h2h21jjagg |
30-Nov-2024 00:53:26 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '9103883666374857970'... |
30-Nov-2024 00:53:26 | Getting configuration... |
30-Nov-2024 00:53:26 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/d3gj41h2h21jjagg'. |
30-Nov-2024 00:53:26 | |
30-Nov-2024 00:53:26 | -- Executing step: 'When "user1 creates directory and parents [space1/dir1/child1, space1/dir1/child2, space1/dir2/dir3/child1] |
30-Nov-2024 00:53:26 | on client11"' |
30-Nov-2024 00:53:26 | -- Executing step: 'When "user1 sees [dir1, dir2] in space1 on client11"' |
30-Nov-2024 00:53:26 | -- Executing step: 'When "user2 sees [dir1, dir2] in space1 on client21"' |
30-Nov-2024 00:53:26 | -- Executing step: 'When "user1 sees [child1, child2] in space1/dir1 on client11"' |
30-Nov-2024 00:53:26 | -- Executing step: 'When "user2 sees [child1, child2] in space1/dir1 on client21"' |
30-Nov-2024 00:53:26 | -- Executing step: 'When "user1 sees [dir3] in space1/dir2 on client11"' |
30-Nov-2024 00:53:26 | -- Executing step: 'When "user2 sees [dir3] in space1/dir2 on client21"' |
30-Nov-2024 00:53:26 | -- Executing step: 'When "user1 sees [child1] in space1/dir2/dir3 on client11"' |
30-Nov-2024 00:53:26 | -- Executing step: 'When "user2 sees [child1] in space1/dir2/dir3 on client21"' |
30-Nov-2024 00:53:26 | -- Executing step: 'When "user1 deletes directories (rm -rf) [space1/dir1, space1/dir2] on client11"' |
30-Nov-2024 00:53:26 | -- Executing step: 'Then "user1 can't stat [dir1, dir2] in space1 on client11"' |
30-Nov-2024 00:53:26 | -- Executing step: 'Then "user2 can't stat [dir1, dir2] in space1 on client21"' |
30-Nov-2024 00:53:26 | -- Executing step: 'Then "user1 doesn't see [dir1, dir2] in space1 on client11"' |
30-Nov-2024 00:53:26 | -- Executing step: 'Then "user2 doesn't see [dir1, dir2] in space1 on client21"' |
30-Nov-2024 00:53:26 | ================================================================= |
30-Nov-2024 00:53:26 | |
30-Nov-2024 00:53:27 | PASSED |
30-Nov-2024 00:53:27 | Unmounting client from /tmp/onedata/mnt/iuoca7c65afcty6f |
30-Nov-2024 00:53:27 | |
30-Nov-2024 00:53:27 | |
30-Nov-2024 00:53:27 | Unmounting client from /tmp/onedata/mnt/d3gj41h2h21jjagg |
30-Nov-2024 00:53:27 | |
30-Nov-2024 00:53:27 | |
30-Nov-2024 00:53:54 | tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_move[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
30-Nov-2024 00:53:54 | ================================================================= |
30-Nov-2024 00:53:54 | - Executing scenario 'Move directory' |
30-Nov-2024 00:53:54 | - from feature 'Multi_directory_CRUD' |
30-Nov-2024 00:53:54 | ----------------------------------------------------------------- |
30-Nov-2024 00:53:54 | -- Executing step: 'Given "oneclients [client11, client21] |
30-Nov-2024 00:53:54 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
30-Nov-2024 00:53:54 | using [token, token] by [user1, user2]"' |
30-Nov-2024 00:53:54 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
30-Nov-2024 00:53:54 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
30-Nov-2024 00:53:54 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:53:54 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-8r99v' |
30-Nov-2024 00:53:54 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-8r99v' successfully started |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:53:54 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/ukswprbfdrtz64oi |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:53:54 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ukswprbfdrtz64oi --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ukswprbfdrtz64oi |
30-Nov-2024 00:53:54 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '17667195140669235552'... |
30-Nov-2024 00:53:54 | Getting configuration... |
30-Nov-2024 00:53:54 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/ukswprbfdrtz64oi'. |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:53:54 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
30-Nov-2024 00:53:54 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
30-Nov-2024 00:53:54 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:53:54 | starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-xv8m6' |
30-Nov-2024 00:53:54 | rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-xv8m6' successfully started |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:53:54 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/3q55xex5qgjniqvc |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:53:54 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/3q55xex5qgjniqvc --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/3q55xex5qgjniqvc |
30-Nov-2024 00:53:54 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '1835831180465524859'... |
30-Nov-2024 00:53:54 | Getting configuration... |
30-Nov-2024 00:53:54 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/3q55xex5qgjniqvc'. |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:53:54 | -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2/dir3, space1/dir4/dir5] on client11"' |
30-Nov-2024 00:53:54 | -- Executing step: 'When "user1 sees [dir1, dir4] in space1 on client11"' |
30-Nov-2024 00:53:54 | -- Executing step: 'When "user2 sees [dir1, dir4] in space1 on client21"' |
30-Nov-2024 00:53:54 | -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"' |
30-Nov-2024 00:53:54 | -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"' |
30-Nov-2024 00:53:54 | -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"' |
30-Nov-2024 00:53:54 | -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"' |
30-Nov-2024 00:53:54 | -- Executing step: 'When "user1 sees [dir5] in space1/dir4 on client11"' |
30-Nov-2024 00:53:54 | -- Executing step: 'When "user2 sees [dir5] in space1/dir4 on client21"' |
30-Nov-2024 00:53:54 | -- Executing step: 'When "user1 renames space1/dir4/dir5 to space1/dir1/dir2/dir3 on client11"' |
30-Nov-2024 00:53:54 | -- Executing step: 'Then "user1 can stat [dir5] in space1/dir1/dir2/dir3 on client11"' |
30-Nov-2024 00:53:54 | -- Executing step: 'Then "user2 can stat [dir5] in space1/dir1/dir2/dir3 on client21"' |
30-Nov-2024 00:53:54 | -- Executing step: 'Then "user1 doesn't see [dir5] in space1/dir4 on client11"' |
30-Nov-2024 00:53:54 | -- Executing step: 'Then "user2 doesn't see [dir5] in space1/dir4 on client21"' |
30-Nov-2024 00:53:54 | -- Executing step: 'Then "user1 sees [dir5] in space1/dir1/dir2/dir3 on client11"' |
30-Nov-2024 00:53:54 | -- Executing step: 'Then "user2 sees [dir5] in space1/dir1/dir2/dir3 on client21"' |
30-Nov-2024 00:53:54 | ================================================================= |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:53:54 | PASSED |
30-Nov-2024 00:53:54 | Unmounting client from /tmp/onedata/mnt/ukswprbfdrtz64oi |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:53:54 | Unmounting client from /tmp/onedata/mnt/3q55xex5qgjniqvc |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:53:54 | |
30-Nov-2024 00:54:19 | tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_copy[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
30-Nov-2024 00:54:19 | ================================================================= |
30-Nov-2024 00:54:19 | - Executing scenario 'Copy directory' |
30-Nov-2024 00:54:19 | - from feature 'Multi_directory_CRUD' |
30-Nov-2024 00:54:19 | ----------------------------------------------------------------- |
30-Nov-2024 00:54:19 | -- Executing step: 'Given "oneclients [client11, client21] |
30-Nov-2024 00:54:19 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
30-Nov-2024 00:54:19 | using [token, token] by [user1, user2]"' |
30-Nov-2024 00:54:19 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
30-Nov-2024 00:54:19 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
30-Nov-2024 00:54:19 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:19 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-8r99v' |
30-Nov-2024 00:54:19 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-8r99v' successfully started |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:19 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/4394mjwcd0gkpqq3 |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:19 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/4394mjwcd0gkpqq3 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/4394mjwcd0gkpqq3 |
30-Nov-2024 00:54:19 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '14964459048828190551'... |
30-Nov-2024 00:54:19 | Getting configuration... |
30-Nov-2024 00:54:19 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/4394mjwcd0gkpqq3'. |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:19 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
30-Nov-2024 00:54:19 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
30-Nov-2024 00:54:19 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:19 | starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-xv8m6' |
30-Nov-2024 00:54:19 | rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-xv8m6' successfully started |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:19 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/74y3xieyu07y0ilg |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:19 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/74y3xieyu07y0ilg --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/74y3xieyu07y0ilg |
30-Nov-2024 00:54:19 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '10777249765277093013'... |
30-Nov-2024 00:54:19 | Getting configuration... |
30-Nov-2024 00:54:19 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/74y3xieyu07y0ilg'. |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:19 | -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2/dir3, space1/dir4/dir5] on client11"' |
30-Nov-2024 00:54:19 | -- Executing step: 'When "user1 sees [dir1, dir4] in space1 on client11"' |
30-Nov-2024 00:54:19 | -- Executing step: 'When "user2 sees [dir1, dir4] in space1 on client21"' |
30-Nov-2024 00:54:19 | -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"' |
30-Nov-2024 00:54:19 | -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"' |
30-Nov-2024 00:54:19 | -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"' |
30-Nov-2024 00:54:19 | -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"' |
30-Nov-2024 00:54:19 | -- Executing step: 'When "user1 sees [dir5] in space1/dir4 on client11"' |
30-Nov-2024 00:54:19 | -- Executing step: 'When "user2 sees [dir5] in space1/dir4 on client21"' |
30-Nov-2024 00:54:19 | -- Executing step: 'When "user1 copies directory space1/dir4 to space1/dir1/dir2/dir3 on client11"' |
30-Nov-2024 00:54:19 | -- Executing step: 'Then "user1 can stat [dir4] in space1/dir1/dir2/dir3 on client11"' |
30-Nov-2024 00:54:19 | -- Executing step: 'Then "user2 can stat [dir4] in space1/dir1/dir2/dir3 on client21"' |
30-Nov-2024 00:54:19 | -- Executing step: 'Then "user1 can stat [dir5] in space1/dir1/dir2/dir3/dir4 on client11"' |
30-Nov-2024 00:54:19 | -- Executing step: 'Then "user2 can stat [dir5] in space1/dir1/dir2/dir3/dir4 on client21"' |
30-Nov-2024 00:54:19 | -- Executing step: 'Then "user1 can stat [dir5] in space1/dir4 on client11"' |
30-Nov-2024 00:54:19 | -- Executing step: 'Then "user2 can stat [dir5] in space1/dir4 on client21"' |
30-Nov-2024 00:54:19 | -- Executing step: 'Then "user1 sees [dir4] in space1/dir1/dir2/dir3 on client11"' |
30-Nov-2024 00:54:19 | -- Executing step: 'Then "user2 sees [dir4] in space1/dir1/dir2/dir3 on client21"' |
30-Nov-2024 00:54:19 | -- Executing step: 'Then "user1 sees [dir5] in space1/dir1/dir2/dir3/dir4 on client11"' |
30-Nov-2024 00:54:19 | -- Executing step: 'Then "user2 sees [dir5] in space1/dir1/dir2/dir3/dir4 on client21"' |
30-Nov-2024 00:54:19 | -- Executing step: 'Then "user1 sees [dir5] in space1/dir4 on client11"' |
30-Nov-2024 00:54:19 | -- Executing step: 'Then "user2 sees [dir5] in space1/dir4 on client21"' |
30-Nov-2024 00:54:19 | ================================================================= |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:19 | PASSED |
30-Nov-2024 00:54:19 | Unmounting client from /tmp/onedata/mnt/4394mjwcd0gkpqq3 |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:19 | Unmounting client from /tmp/onedata/mnt/74y3xieyu07y0ilg |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:19 | |
30-Nov-2024 00:54:43 | tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_move_to_itself[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
30-Nov-2024 00:54:43 | ================================================================= |
30-Nov-2024 00:54:43 | - Executing scenario 'Fail to move directory to itself' |
30-Nov-2024 00:54:43 | - from feature 'Multi_directory_CRUD' |
30-Nov-2024 00:54:43 | ----------------------------------------------------------------- |
30-Nov-2024 00:54:43 | -- Executing step: 'Given "oneclients [client11, client21] |
30-Nov-2024 00:54:43 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
30-Nov-2024 00:54:43 | using [token, token] by [user1, user2]"' |
30-Nov-2024 00:54:43 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
30-Nov-2024 00:54:43 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
30-Nov-2024 00:54:43 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:54:43 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-8r99v' |
30-Nov-2024 00:54:43 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-8r99v' successfully started |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:54:43 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/45ep5zkkj25hk56c |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:54:43 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/45ep5zkkj25hk56c --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/45ep5zkkj25hk56c |
30-Nov-2024 00:54:43 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '4015234726381246224'... |
30-Nov-2024 00:54:43 | Getting configuration... |
30-Nov-2024 00:54:43 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/45ep5zkkj25hk56c'. |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:54:43 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
30-Nov-2024 00:54:43 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
30-Nov-2024 00:54:43 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:54:43 | starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-xv8m6' |
30-Nov-2024 00:54:43 | rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-xv8m6' successfully started |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:54:43 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/ri07a1an2tyejz4m |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:54:43 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ri07a1an2tyejz4m --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ri07a1an2tyejz4m |
30-Nov-2024 00:54:43 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '5197979835195394791'... |
30-Nov-2024 00:54:43 | Getting configuration... |
30-Nov-2024 00:54:43 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/ri07a1an2tyejz4m'. |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:54:43 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
30-Nov-2024 00:54:43 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
30-Nov-2024 00:54:43 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
30-Nov-2024 00:54:43 | -- Executing step: 'When "user1 fails to move space1/dir1 to space1/dir1 using shell command on client11"' |
30-Nov-2024 00:54:43 | -- Executing step: 'When "user1 can stat [dir1] in space1 on client11"' |
30-Nov-2024 00:54:43 | -- Executing step: 'When "user2 can stat [dir1] in space1 on client21"' |
30-Nov-2024 00:54:43 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
30-Nov-2024 00:54:43 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
30-Nov-2024 00:54:43 | ================================================================= |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:54:43 | PASSED |
30-Nov-2024 00:54:43 | Unmounting client from /tmp/onedata/mnt/45ep5zkkj25hk56c |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:54:43 | Unmounting client from /tmp/onedata/mnt/ri07a1an2tyejz4m |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:54:43 | |
30-Nov-2024 00:55:08 | tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_move_to_subtree[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
30-Nov-2024 00:55:08 | ================================================================= |
30-Nov-2024 00:55:08 | - Executing scenario 'Fail to move directory to its subtree' |
30-Nov-2024 00:55:08 | - from feature 'Multi_directory_CRUD' |
30-Nov-2024 00:55:08 | ----------------------------------------------------------------- |
30-Nov-2024 00:55:08 | -- Executing step: 'Given "oneclients [client11, client21] |
30-Nov-2024 00:55:08 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
30-Nov-2024 00:55:08 | using [token, token] by [user1, user2]"' |
30-Nov-2024 00:55:08 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
30-Nov-2024 00:55:08 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
30-Nov-2024 00:55:08 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-8r99v', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
30-Nov-2024 00:55:08 | |
30-Nov-2024 00:55:08 | |
30-Nov-2024 00:55:08 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-8r99v' |
30-Nov-2024 00:55:08 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-8r99v' successfully started |
30-Nov-2024 00:55:08 | |
30-Nov-2024 00:55:08 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/gtf6i0d9zd8ebvnn |
30-Nov-2024 00:55:08 | |
30-Nov-2024 00:55:08 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/gtf6i0d9zd8ebvnn --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/gtf6i0d9zd8ebvnn |
30-Nov-2024 00:55:08 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '11404772476869479920'... |
30-Nov-2024 00:55:08 | Getting configuration... |
30-Nov-2024 00:55:08 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/gtf6i0d9zd8ebvnn'. |
30-Nov-2024 00:55:08 | |
30-Nov-2024 00:55:08 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
30-Nov-2024 00:55:08 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
30-Nov-2024 00:55:08 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-xv8m6', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
30-Nov-2024 00:55:08 | |
30-Nov-2024 00:55:08 | |
30-Nov-2024 00:55:08 | starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-xv8m6' |
30-Nov-2024 00:55:08 | rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-xv8m6' successfully started |
30-Nov-2024 00:55:08 | |
30-Nov-2024 00:55:08 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/5x7e1uc249hx3o6i |
30-Nov-2024 00:55:08 | |
30-Nov-2024 00:55:08 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/5x7e1uc249hx3o6i --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/5x7e1uc249hx3o6i |
30-Nov-2024 00:55:08 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7573356434087242190'... |
30-Nov-2024 00:55:08 | Getting configuration... |
30-Nov-2024 00:55:08 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/5x7e1uc249hx3o6i'. |
30-Nov-2024 00:55:08 | |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2/dir3] on client11"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user1 fails to rename space1/dir1 to space1/dir1/dir2/dir3 on client11"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user1 can stat [dir1] in space1 on client11"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user2 can stat [dir1] in space1 on client21"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user1 can stat [dir2] in space1/dir1 on client11"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user2 can stat [dir2] in space1/dir1 on client21"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user1 can stat [dir3] in space1/dir1/dir2 on client11"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user2 can stat [dir3] in space1/dir1/dir2 on client21"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"' |
30-Nov-2024 00:55:08 | -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"' |
30-Nov-2024 00:55:08 | ================================================================= |
30-Nov-2024 00:55:08 | |
30-Nov-2024 00:55:17 | Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init) |
30-Nov-2024 00:55:17 | Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init) |
30-Nov-2024 00:55:17 | Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init) |
30-Nov-2024 00:55:17 | PASSED |
30-Nov-2024 00:55:17 | Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init) |
30-Nov-2024 00:55:17 | Unmounting client from /tmp/onedata/mnt/gtf6i0d9zd8ebvnn |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | Unmounting client from /tmp/onedata/mnt/5x7e1uc249hx3o6i |
30-Nov-2024 00:55:17 | Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init) |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH/onedata-acceptance/tests/oneclient/logs/singleprovider_multiclient_directio/test_multi_directory_CRUD.1732928108.5751896', '-c', '/tmp/logs'] |
30-Nov-2024 00:55:17 | [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-qjmn8. See /home/bamboo/.one-env/deployments/2024.11.30-00.40.25/pod-logs/dev-cross-support-job-3p-users-qjmn8/entrypoint.log for more details |
30-Nov-2024 00:55:17 | [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-8r99v: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.30-00.40.25/pod-logs/dev-oneclient-krakow-7d9476b8bc-8r99v/oneclient_logs |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=199/232) |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 |
30-Nov-2024 00:55:17 | 15,582 0% 14.86MB/s 0:00:00 (xfr#1, to-chk=198/232) |
30-Nov-2024 00:55:17 | 15,582 0% 14.86MB/s 0:00:00 (xfr#1, to-chk=192/232) |
30-Nov-2024 00:55:17 | 15,948 0% 15.21MB/s 0:00:00 (xfr#2, to-chk=194/232) |
30-Nov-2024 00:55:17 | 74,673 1% 71.21MB/s 0:00:00 (xfr#3, to-chk=193/232) |
30-Nov-2024 00:55:17 | 75,039 1% 71.56MB/s 0:00:00 (xfr#4, to-chk=192/232) |
30-Nov-2024 00:55:17 | 97,725 2% 93.20MB/s 0:00:00 (xfr#5, to-chk=191/232) |
30-Nov-2024 00:55:17 | 98,187 2% 46.82MB/s 0:00:00 (xfr#6, to-chk=187/232) |
30-Nov-2024 00:55:17 | 174,722 4% 27.77MB/s 0:00:00 (xfr#7, to-chk=186/232) |
30-Nov-2024 00:55:17 | 175,184 4% 27.84MB/s 0:00:00 (xfr#8, to-chk=185/232) |
30-Nov-2024 00:55:17 | 196,428 4% 26.76MB/s 0:00:00 (xfr#9, to-chk=184/232) |
30-Nov-2024 00:55:17 | 196,986 4% 26.84MB/s 0:00:00 (xfr#10, to-chk=180/232) |
30-Nov-2024 00:55:17 | 295,641 7% 23.50MB/s 0:00:00 (xfr#11, to-chk=179/232) |
30-Nov-2024 00:55:17 | 296,199 7% 23.54MB/s 0:00:00 (xfr#12, to-chk=178/232) |
30-Nov-2024 00:55:17 | 296,827 7% 21.78MB/s 0:00:00 (xfr#13, to-chk=177/232) |
30-Nov-2024 00:55:17 | 356,635 8% 26.16MB/s 0:00:00 (xfr#14, to-chk=176/232) |
30-Nov-2024 00:55:17 | 357,481 8% 26.22MB/s 0:00:00 (xfr#15, to-chk=172/232) |
30-Nov-2024 00:55:17 | 739,241 18% 33.57MB/s 0:00:00 (xfr#16, to-chk=171/232) |
30-Nov-2024 00:55:17 | 740,087 18% 33.61MB/s 0:00:00 (xfr#17, to-chk=170/232) |
30-Nov-2024 00:55:17 | 740,715 18% 33.64MB/s 0:00:00 (xfr#18, to-chk=169/232) |
30-Nov-2024 00:55:17 | 760,942 18% 34.56MB/s 0:00:00 (xfr#19, to-chk=168/232) |
30-Nov-2024 00:55:17 | 761,404 18% 34.58MB/s 0:00:00 (xfr#20, to-chk=164/232) |
30-Nov-2024 00:55:17 | 865,254 21% 31.74MB/s 0:00:00 (xfr#21, to-chk=163/232) |
30-Nov-2024 00:55:17 | 865,716 21% 31.75MB/s 0:00:00 (xfr#22, to-chk=162/232) |
30-Nov-2024 00:55:17 | 881,350 21% 32.33MB/s 0:00:00 (xfr#23, to-chk=161/232) |
30-Nov-2024 00:55:17 | 881,812 21% 32.34MB/s 0:00:00 (xfr#24, to-chk=157/232) |
30-Nov-2024 00:55:17 | 942,105 23% 33.28MB/s 0:00:00 (xfr#25, to-chk=156/232) |
30-Nov-2024 00:55:17 | 942,567 23% 33.29MB/s 0:00:00 (xfr#26, to-chk=155/232) |
30-Nov-2024 00:55:17 | 973,143 24% 34.37MB/s 0:00:00 (xfr#27, to-chk=154/232) |
30-Nov-2024 00:55:17 | 973,893 24% 34.40MB/s 0:00:00 (xfr#28, to-chk=150/232) |
30-Nov-2024 00:55:17 | 1,082,234 26% 30.36MB/s 0:00:00 (xfr#29, to-chk=149/232) |
30-Nov-2024 00:55:17 | 1,082,984 26% 30.38MB/s 0:00:00 (xfr#30, to-chk=148/232) |
30-Nov-2024 00:55:17 | 1,083,612 26% 30.39MB/s 0:00:00 (xfr#31, to-chk=147/232) |
30-Nov-2024 00:55:17 | 1,102,056 27% 30.91MB/s 0:00:00 (xfr#32, to-chk=146/232) |
30-Nov-2024 00:55:17 | 1,102,518 27% 30.92MB/s 0:00:00 (xfr#33, to-chk=142/232) |
30-Nov-2024 00:55:17 | 1,169,301 29% 26.55MB/s 0:00:00 (xfr#34, to-chk=141/232) |
30-Nov-2024 00:55:17 | 1,169,763 29% 26.56MB/s 0:00:00 (xfr#35, to-chk=140/232) |
30-Nov-2024 00:55:17 | 1,198,694 29% 27.22MB/s 0:00:00 (xfr#36, to-chk=139/232) |
30-Nov-2024 00:55:17 | 1,199,156 29% 27.23MB/s 0:00:00 (xfr#37, to-chk=135/232) |
30-Nov-2024 00:55:17 | 1,299,934 32% 28.83MB/s 0:00:00 (xfr#38, to-chk=134/232) |
30-Nov-2024 00:55:17 | 1,300,396 32% 28.84MB/s 0:00:00 (xfr#39, to-chk=133/232) |
30-Nov-2024 00:55:17 | 1,301,024 32% 28.85MB/s 0:00:00 (xfr#40, to-chk=132/232) |
30-Nov-2024 00:55:17 | 1,336,952 33% 23.18MB/s 0:00:00 (xfr#41, to-chk=131/232) |
30-Nov-2024 00:55:17 | 1,337,702 33% 23.20MB/s 0:00:00 (xfr#42, to-chk=127/232) |
30-Nov-2024 00:55:17 | 1,481,033 36% 21.08MB/s 0:00:00 (xfr#43, to-chk=126/232) |
30-Nov-2024 00:55:17 | 1,481,783 36% 20.78MB/s 0:00:00 (xfr#44, to-chk=125/232) |
30-Nov-2024 00:55:17 | 1,482,411 36% 20.79MB/s 0:00:00 (xfr#45, to-chk=124/232) |
30-Nov-2024 00:55:17 | 1,523,496 37% 21.06MB/s 0:00:00 (xfr#46, to-chk=123/232) |
30-Nov-2024 00:55:17 | 1,524,438 37% 21.07MB/s 0:00:00 (xfr#47, to-chk=119/232) |
30-Nov-2024 00:55:17 | 1,694,157 42% 21.54MB/s 0:00:00 (xfr#48, to-chk=118/232) |
30-Nov-2024 00:55:17 | 1,695,099 42% 21.27MB/s 0:00:00 (xfr#49, to-chk=117/232) |
30-Nov-2024 00:55:17 | 1,721,483 42% 21.32MB/s 0:00:00 (xfr#50, to-chk=116/232) |
30-Nov-2024 00:55:17 | 1,722,137 42% 21.33MB/s 0:00:00 (xfr#51, to-chk=112/232) |
30-Nov-2024 00:55:17 | 1,827,034 45% 22.34MB/s 0:00:00 (xfr#52, to-chk=111/232) |
30-Nov-2024 00:55:17 | 1,827,688 45% 22.06MB/s 0:00:00 (xfr#53, to-chk=110/232) |
30-Nov-2024 00:55:17 | 1,828,316 45% 22.07MB/s 0:00:00 (xfr#54, to-chk=109/232) |
30-Nov-2024 00:55:17 | 1,851,107 45% 22.35MB/s 0:00:00 (xfr#55, to-chk=108/232) |
30-Nov-2024 00:55:17 | 1,851,761 45% 22.35MB/s 0:00:00 (xfr#56, to-chk=104/232) |
30-Nov-2024 00:55:17 | 1,930,070 47% 22.45MB/s 0:00:00 (xfr#57, to-chk=103/232) |
30-Nov-2024 00:55:17 | 1,930,724 47% 22.45MB/s 0:00:00 (xfr#58, to-chk=102/232) |
30-Nov-2024 00:55:17 | 1,962,016 48% 22.54MB/s 0:00:00 (xfr#59, to-chk=101/232) |
30-Nov-2024 00:55:17 | 1,962,574 48% 22.55MB/s 0:00:00 (xfr#60, to-chk=97/232) |
30-Nov-2024 00:55:17 | 2,115,298 52% 23.73MB/s 0:00:00 (xfr#61, to-chk=96/232) |
30-Nov-2024 00:55:17 | 2,115,856 52% 23.19MB/s 0:00:00 (xfr#62, to-chk=95/232) |
30-Nov-2024 00:55:17 | 2,137,544 53% 23.17MB/s 0:00:00 (xfr#63, to-chk=94/232) |
30-Nov-2024 00:55:17 | 2,138,102 53% 22.91MB/s 0:00:00 (xfr#64, to-chk=90/232) |
30-Nov-2024 00:55:17 | 2,216,575 54% 22.98MB/s 0:00:00 (xfr#65, to-chk=89/232) |
30-Nov-2024 00:55:17 | 2,217,133 55% 22.98MB/s 0:00:00 (xfr#66, to-chk=88/232) |
30-Nov-2024 00:55:17 | 2,245,340 55% 22.78MB/s 0:00:00 (xfr#67, to-chk=87/232) |
30-Nov-2024 00:55:17 | 2,245,898 55% 22.79MB/s 0:00:00 (xfr#68, to-chk=83/232) |
30-Nov-2024 00:55:17 | 2,374,068 58% 22.87MB/s 0:00:00 (xfr#69, to-chk=82/232) |
30-Nov-2024 00:55:17 | 2,374,626 58% 22.87MB/s 0:00:00 (xfr#70, to-chk=81/232) |
30-Nov-2024 00:55:17 | 2,425,133 60% 23.36MB/s 0:00:00 (xfr#71, to-chk=80/232) |
30-Nov-2024 00:55:17 | 2,426,171 60% 23.14MB/s 0:00:00 (xfr#72, to-chk=76/232) |
30-Nov-2024 00:55:17 | 2,629,123 65% 24.58MB/s 0:00:00 (xfr#73, to-chk=75/232) |
30-Nov-2024 00:55:17 | 2,630,161 65% 24.59MB/s 0:00:00 (xfr#74, to-chk=74/232) |
30-Nov-2024 00:55:17 | 2,650,423 65% 24.30MB/s 0:00:00 (xfr#75, to-chk=73/232) |
30-Nov-2024 00:55:17 | 2,650,981 65% 24.31MB/s 0:00:00 (xfr#76, to-chk=69/232) |
30-Nov-2024 00:55:17 | 2,720,660 67% 24.71MB/s 0:00:00 (xfr#77, to-chk=68/232) |
30-Nov-2024 00:55:17 | 2,721,218 67% 24.72MB/s 0:00:00 (xfr#78, to-chk=67/232) |
30-Nov-2024 00:55:17 | 2,745,526 68% 24.94MB/s 0:00:00 (xfr#79, to-chk=66/232) |
30-Nov-2024 00:55:17 | 2,745,988 68% 24.71MB/s 0:00:00 (xfr#80, to-chk=62/232) |
30-Nov-2024 00:55:17 | 2,831,139 70% 25.23MB/s 0:00:00 (xfr#81, to-chk=61/232) |
30-Nov-2024 00:55:17 | 2,831,601 70% 25.24MB/s 0:00:00 (xfr#82, to-chk=60/232) |
30-Nov-2024 00:55:17 | 2,832,229 70% 25.24MB/s 0:00:00 (xfr#83, to-chk=59/232) |
30-Nov-2024 00:55:17 | 2,852,770 70% 25.19MB/s 0:00:00 (xfr#84, to-chk=58/232) |
30-Nov-2024 00:55:17 | 2,853,232 70% 25.19MB/s 0:00:00 (xfr#85, to-chk=54/232) |
30-Nov-2024 00:55:17 | 2,939,041 72% 22.79MB/s 0:00:00 (xfr#86, to-chk=53/232) |
30-Nov-2024 00:55:17 | 2,939,503 72% 22.61MB/s 0:00:00 (xfr#87, to-chk=52/232) |
30-Nov-2024 00:55:17 | 2,958,648 73% 22.75MB/s 0:00:00 (xfr#88, to-chk=51/232) |
30-Nov-2024 00:55:17 | 2,959,110 73% 22.76MB/s 0:00:00 (xfr#89, to-chk=47/232) |
30-Nov-2024 00:55:17 | 3,020,255 74% 23.04MB/s 0:00:00 (xfr#90, to-chk=46/232) |
30-Nov-2024 00:55:17 | 3,020,717 74% 23.05MB/s 0:00:00 (xfr#91, to-chk=45/232) |
30-Nov-2024 00:55:17 | 3,043,621 75% 23.04MB/s 0:00:00 (xfr#92, to-chk=44/232) |
30-Nov-2024 00:55:17 | 3,044,179 75% 22.86MB/s 0:00:00 (xfr#93, to-chk=40/232) |
30-Nov-2024 00:55:17 | 3,135,497 77% 23.36MB/s 0:00:00 (xfr#94, to-chk=39/232) |
30-Nov-2024 00:55:17 | 3,136,055 77% 23.37MB/s 0:00:00 (xfr#95, to-chk=38/232) |
30-Nov-2024 00:55:17 | 3,158,420 78% 23.53MB/s 0:00:00 (xfr#96, to-chk=37/232) |
30-Nov-2024 00:55:17 | 3,158,882 78% 23.35MB/s 0:00:00 (xfr#97, to-chk=33/232) |
30-Nov-2024 00:55:17 | 3,163,026 78% 23.38MB/s 0:00:00 (xfr#98, to-chk=32/232) |
30-Nov-2024 00:55:17 | 3,254,204 80% 23.87MB/s 0:00:00 (xfr#99, to-chk=31/232) |
30-Nov-2024 00:55:17 | 3,254,666 80% 23.88MB/s 0:00:00 (xfr#100, to-chk=30/232) |
30-Nov-2024 00:55:17 | 3,255,294 80% 23.88MB/s 0:00:00 (xfr#101, to-chk=29/232) |
30-Nov-2024 00:55:17 | 3,299,890 81% 23.49MB/s 0:00:00 (xfr#102, to-chk=28/232) |
30-Nov-2024 00:55:17 | 3,300,640 81% 23.32MB/s 0:00:00 (xfr#103, to-chk=24/232) |
30-Nov-2024 00:55:17 | 3,515,606 87% 24.47MB/s 0:00:00 (xfr#104, to-chk=23/232) |
30-Nov-2024 00:55:17 | 3,516,356 87% 24.48MB/s 0:00:00 (xfr#105, to-chk=22/232) |
30-Nov-2024 00:55:17 | 3,554,022 88% 24.74MB/s 0:00:00 (xfr#106, to-chk=21/232) |
30-Nov-2024 00:55:17 | 3,554,772 88% 24.57MB/s 0:00:00 (xfr#107, to-chk=17/232) |
30-Nov-2024 00:55:17 | 3,718,262 92% 25.33MB/s 0:00:00 (xfr#108, to-chk=16/232) |
30-Nov-2024 00:55:17 | 3,719,012 92% 25.33MB/s 0:00:00 (xfr#109, to-chk=15/232) |
30-Nov-2024 00:55:17 | 3,747,024 92% 25.52MB/s 0:00:00 (xfr#110, to-chk=14/232) |
30-Nov-2024 00:55:17 | 3,747,486 92% 25.53MB/s 0:00:00 (xfr#111, to-chk=10/232) |
30-Nov-2024 00:55:17 | 3,858,674 95% 25.91MB/s 0:00:00 (xfr#112, to-chk=9/232) |
30-Nov-2024 00:55:17 | 3,859,136 95% 25.74MB/s 0:00:00 (xfr#113, to-chk=8/232) |
30-Nov-2024 00:55:17 | 3,879,509 96% 25.87MB/s 0:00:00 (xfr#114, to-chk=7/232) |
30-Nov-2024 00:55:17 | 3,879,971 96% 25.70MB/s 0:00:00 (xfr#115, to-chk=3/232) |
30-Nov-2024 00:55:17 | 3,972,480 98% 26.13MB/s 0:00:00 (xfr#116, to-chk=2/232) |
30-Nov-2024 00:55:17 | 3,972,942 98% 26.13MB/s 0:00:00 (xfr#117, to-chk=1/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.48MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.48MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.48MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 26.30MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 25.94MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 25.10MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | 4,026,260 99% 25.10MB/s 0:00:00 (xfr#118, to-chk=0/232) |
30-Nov-2024 00:55:17 | [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-xv8m6: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.30-00.40.25/pod-logs/dev-oneclient-krakow-7d9476b8bc-xv8m6/oneclient_logs |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=197/230) |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 |
30-Nov-2024 00:55:17 | 628 0% 613.28kB/s 0:00:00 (xfr#1, to-chk=196/230) |
30-Nov-2024 00:55:17 | 628 0% 613.28kB/s 0:00:00 (xfr#1, to-chk=189/230) |
30-Nov-2024 00:55:17 | 23,307 0% 22.23MB/s 0:00:00 (xfr#2, to-chk=195/230) |
30-Nov-2024 00:55:17 | 23,769 0% 22.67MB/s 0:00:00 (xfr#3, to-chk=191/230) |
30-Nov-2024 00:55:17 | 99,183 3% 11.82MB/s 0:00:00 (xfr#4, to-chk=190/230) |
30-Nov-2024 00:55:17 | 99,645 3% 11.88MB/s 0:00:00 (xfr#5, to-chk=189/230) |
30-Nov-2024 00:55:17 | 120,022 4% 9.54MB/s 0:00:00 (xfr#6, to-chk=188/230) |
30-Nov-2024 00:55:17 | 120,484 4% 9.58MB/s 0:00:00 (xfr#7, to-chk=184/230) |
30-Nov-2024 00:55:17 | 187,087 6% 11.15MB/s 0:00:00 (xfr#8, to-chk=183/230) |
30-Nov-2024 00:55:17 | 187,549 6% 11.18MB/s 0:00:00 (xfr#9, to-chk=182/230) |
30-Nov-2024 00:55:17 | 203,713 6% 9.25MB/s 0:00:00 (xfr#10, to-chk=181/230) |
30-Nov-2024 00:55:17 | 204,271 6% 9.28MB/s 0:00:00 (xfr#11, to-chk=177/230) |
30-Nov-2024 00:55:17 | 264,406 8% 10.96MB/s 0:00:00 (xfr#12, to-chk=176/230) |
30-Nov-2024 00:55:17 | 264,964 8% 10.99MB/s 0:00:00 (xfr#13, to-chk=175/230) |
30-Nov-2024 00:55:17 | 286,912 9% 7.20MB/s 0:00:00 (xfr#14, to-chk=174/230) |
30-Nov-2024 00:55:17 | 287,374 9% 7.21MB/s 0:00:00 (xfr#15, to-chk=170/230) |
30-Nov-2024 00:55:17 | 371,801 12% 7.71MB/s 0:00:00 (xfr#16, to-chk=169/230) |
30-Nov-2024 00:55:17 | 372,263 12% 7.72MB/s 0:00:00 (xfr#17, to-chk=168/230) |
30-Nov-2024 00:55:17 | 395,271 13% 8.02MB/s 0:00:00 (xfr#18, to-chk=167/230) |
30-Nov-2024 00:55:17 | 395,925 13% 8.03MB/s 0:00:00 (xfr#19, to-chk=163/230) |
30-Nov-2024 00:55:17 | 492,111 16% 9.58MB/s 0:00:00 (xfr#20, to-chk=162/230) |
30-Nov-2024 00:55:17 | 492,765 16% 9.59MB/s 0:00:00 (xfr#21, to-chk=161/230) |
30-Nov-2024 00:55:17 | 522,473 17% 9.97MB/s 0:00:00 (xfr#22, to-chk=160/230) |
30-Nov-2024 00:55:17 | 523,223 17% 9.98MB/s 0:00:00 (xfr#23, to-chk=156/230) |
30-Nov-2024 00:55:17 | 635,486 21% 10.45MB/s 0:00:00 (xfr#24, to-chk=155/230) |
30-Nov-2024 00:55:17 | 636,236 21% 10.46MB/s 0:00:00 (xfr#25, to-chk=154/230) |
30-Nov-2024 00:55:17 | 663,259 22% 10.72MB/s 0:00:00 (xfr#26, to-chk=153/230) |
30-Nov-2024 00:55:17 | 663,913 22% 10.73MB/s 0:00:00 (xfr#27, to-chk=149/230) |
30-Nov-2024 00:55:17 | 752,725 25% 11.77MB/s 0:00:00 (xfr#28, to-chk=148/230) |
30-Nov-2024 00:55:17 | 753,379 25% 11.78MB/s 0:00:00 (xfr#29, to-chk=147/230) |
30-Nov-2024 00:55:17 | 775,004 25% 11.20MB/s 0:00:00 (xfr#30, to-chk=146/230) |
30-Nov-2024 00:55:17 | 775,658 25% 11.21MB/s 0:00:00 (xfr#31, to-chk=142/230) |
30-Nov-2024 00:55:17 | 875,134 29% 12.10MB/s 0:00:00 (xfr#32, to-chk=141/230) |
30-Nov-2024 00:55:17 | 875,788 29% 11.93MB/s 0:00:00 (xfr#33, to-chk=140/230) |
30-Nov-2024 00:55:17 | 910,978 30% 12.41MB/s 0:00:00 (xfr#34, to-chk=139/230) |
30-Nov-2024 00:55:17 | 912,016 30% 12.43MB/s 0:00:00 (xfr#35, to-chk=135/230) |
30-Nov-2024 00:55:17 | 1,049,061 35% 12.51MB/s 0:00:00 (xfr#36, to-chk=134/230) |
30-Nov-2024 00:55:17 | 1,050,099 35% 12.52MB/s 0:00:00 (xfr#37, to-chk=133/230) |
30-Nov-2024 00:55:17 | 1,069,762 35% 12.75MB/s 0:00:00 (xfr#38, to-chk=132/230) |
30-Nov-2024 00:55:17 | 1,070,320 35% 12.76MB/s 0:00:00 (xfr#39, to-chk=128/230) |
30-Nov-2024 00:55:17 | 1,134,244 37% 13.35MB/s 0:00:00 (xfr#40, to-chk=127/230) |
30-Nov-2024 00:55:17 | 1,134,802 37% 13.36MB/s 0:00:00 (xfr#41, to-chk=126/230) |
30-Nov-2024 00:55:17 | 1,135,430 37% 13.21MB/s 0:00:00 (xfr#42, to-chk=125/230) |
30-Nov-2024 00:55:17 | 1,164,053 38% 13.54MB/s 0:00:00 (xfr#43, to-chk=124/230) |
30-Nov-2024 00:55:17 | 1,164,707 38% 13.38MB/s 0:00:00 (xfr#44, to-chk=120/230) |
30-Nov-2024 00:55:17 | 1,266,651 42% 13.42MB/s 0:00:00 (xfr#45, to-chk=119/230) |
30-Nov-2024 00:55:17 | 1,267,305 42% 13.43MB/s 0:00:00 (xfr#46, to-chk=118/230) |
30-Nov-2024 00:55:17 | 1,267,933 42% 13.44MB/s 0:00:00 (xfr#47, to-chk=117/230) |
30-Nov-2024 00:55:17 | 1,288,908 43% 13.66MB/s 0:00:00 (xfr#48, to-chk=116/230) |
30-Nov-2024 00:55:17 | 1,289,370 43% 13.51MB/s 0:00:00 (xfr#49, to-chk=112/230) |
30-Nov-2024 00:55:17 | 1,375,290 45% 14.26MB/s 0:00:00 (xfr#50, to-chk=111/230) |
30-Nov-2024 00:55:17 | 1,375,752 46% 14.26MB/s 0:00:00 (xfr#51, to-chk=110/230) |
30-Nov-2024 00:55:17 | 1,398,227 46% 14.04MB/s 0:00:00 (xfr#52, to-chk=109/230) |
30-Nov-2024 00:55:17 | 1,398,785 46% 14.04MB/s 0:00:00 (xfr#53, to-chk=105/230) |
30-Nov-2024 00:55:17 | 1,487,642 49% 14.63MB/s 0:00:00 (xfr#54, to-chk=104/230) |
30-Nov-2024 00:55:17 | 1,488,200 49% 14.48MB/s 0:00:00 (xfr#55, to-chk=103/230) |
30-Nov-2024 00:55:17 | 1,505,143 50% 14.65MB/s 0:00:00 (xfr#56, to-chk=102/230) |
30-Nov-2024 00:55:17 | 1,505,701 50% 14.65MB/s 0:00:00 (xfr#57, to-chk=98/230) |
30-Nov-2024 00:55:17 | 1,571,937 52% 13.04MB/s 0:00:00 (xfr#58, to-chk=97/230) |
30-Nov-2024 00:55:17 | 1,572,495 52% 13.04MB/s 0:00:00 (xfr#59, to-chk=96/230) |
30-Nov-2024 00:55:17 | 1,595,214 53% 13.23MB/s 0:00:00 (xfr#60, to-chk=95/230) |
30-Nov-2024 00:55:17 | 1,595,676 53% 13.23MB/s 0:00:00 (xfr#61, to-chk=91/230) |
30-Nov-2024 00:55:17 | 1,675,871 56% 13.66MB/s 0:00:00 (xfr#62, to-chk=90/230) |
30-Nov-2024 00:55:17 | 1,676,333 56% 13.66MB/s 0:00:00 (xfr#63, to-chk=89/230) |
30-Nov-2024 00:55:17 | 1,702,409 56% 13.76MB/s 0:00:00 (xfr#64, to-chk=88/230) |
30-Nov-2024 00:55:17 | 1,702,871 56% 13.76MB/s 0:00:00 (xfr#65, to-chk=84/230) |
30-Nov-2024 00:55:17 | 1,798,126 60% 13.50MB/s 0:00:00 (xfr#66, to-chk=83/230) |
30-Nov-2024 00:55:17 | 1,798,588 60% 13.51MB/s 0:00:00 (xfr#67, to-chk=82/230) |
30-Nov-2024 00:55:17 | 1,799,216 60% 13.41MB/s 0:00:00 (xfr#68, to-chk=81/230) |
30-Nov-2024 00:55:17 | 1,824,966 61% 13.60MB/s 0:00:00 (xfr#69, to-chk=80/230) |
30-Nov-2024 00:55:17 | 1,825,236 61% 13.60MB/s 0:00:00 (xfr#70, to-chk=76/230) |
30-Nov-2024 00:55:17 | 1,918,295 64% 14.18MB/s 0:00:00 (xfr#71, to-chk=75/230) |
30-Nov-2024 00:55:17 | 1,918,565 64% 14.18MB/s 0:00:00 (xfr#72, to-chk=74/230) |
30-Nov-2024 00:55:17 | 1,958,814 65% 14.15MB/s 0:00:00 (xfr#73, to-chk=73/230) |
30-Nov-2024 00:55:17 | 1,959,372 65% 14.16MB/s 0:00:00 (xfr#74, to-chk=69/230) |
30-Nov-2024 00:55:17 | 2,122,358 70% 14.99MB/s 0:00:00 (xfr#75, to-chk=68/230) |
30-Nov-2024 00:55:17 | 2,122,916 70% 15.00MB/s 0:00:00 (xfr#76, to-chk=67/230) |
30-Nov-2024 00:55:17 | 2,142,733 71% 15.14MB/s 0:00:00 (xfr#77, to-chk=66/230) |
30-Nov-2024 00:55:17 | 2,143,195 71% 15.14MB/s 0:00:00 (xfr#78, to-chk=62/230) |
30-Nov-2024 00:55:17 | 2,216,060 74% 15.54MB/s 0:00:00 (xfr#79, to-chk=61/230) |
30-Nov-2024 00:55:17 | 2,216,522 74% 15.54MB/s 0:00:00 (xfr#80, to-chk=60/230) |
30-Nov-2024 00:55:17 | 2,217,150 74% 15.55MB/s 0:00:00 (xfr#81, to-chk=59/230) |
30-Nov-2024 00:55:17 | 2,232,998 74% 15.10MB/s 0:00:00 (xfr#82, to-chk=58/230) |
30-Nov-2024 00:55:17 | 2,233,364 74% 15.11MB/s 0:00:00 (xfr#83, to-chk=54/230) |
30-Nov-2024 00:55:17 | 2,295,242 76% 15.52MB/s 0:00:00 (xfr#84, to-chk=53/230) |
30-Nov-2024 00:55:17 | 2,295,608 76% 15.53MB/s 0:00:00 (xfr#85, to-chk=52/230) |
30-Nov-2024 00:55:17 | 2,313,223 77% 15.65MB/s 0:00:00 (xfr#86, to-chk=51/230) |
30-Nov-2024 00:55:17 | 2,313,685 77% 15.65MB/s 0:00:00 (xfr#87, to-chk=47/230) |
30-Nov-2024 00:55:17 | 2,371,139 79% 15.92MB/s 0:00:00 (xfr#88, to-chk=46/230) |
30-Nov-2024 00:55:17 | 2,371,601 79% 15.93MB/s 0:00:00 (xfr#89, to-chk=45/230) |
30-Nov-2024 00:55:17 | 2,386,215 79% 16.03MB/s 0:00:00 (xfr#90, to-chk=44/230) |
30-Nov-2024 00:55:17 | 2,386,773 79% 15.38MB/s 0:00:00 (xfr#91, to-chk=40/230) |
30-Nov-2024 00:55:17 | 2,441,552 81% 15.52MB/s 0:00:00 (xfr#92, to-chk=39/230) |
30-Nov-2024 00:55:17 | 2,442,110 81% 15.53MB/s 0:00:00 (xfr#93, to-chk=38/230) |
30-Nov-2024 00:55:17 | 2,469,078 82% 15.29MB/s 0:00:00 (xfr#94, to-chk=37/230) |
30-Nov-2024 00:55:17 | 2,469,636 82% 15.29MB/s 0:00:00 (xfr#95, to-chk=33/230) |
30-Nov-2024 00:55:17 | 2,560,586 85% 15.36MB/s 0:00:00 (xfr#96, to-chk=32/230) |
30-Nov-2024 00:55:17 | 2,561,144 85% 15.36MB/s 0:00:00 (xfr#97, to-chk=31/230) |
30-Nov-2024 00:55:17 | 2,575,574 86% 15.45MB/s 0:00:00 (xfr#98, to-chk=30/230) |
30-Nov-2024 00:55:17 | 2,575,940 86% 15.45MB/s 0:00:00 (xfr#99, to-chk=26/230) |
30-Nov-2024 00:55:17 | 2,628,430 87% 15.67MB/s 0:00:00 (xfr#100, to-chk=25/230) |
30-Nov-2024 00:55:17 | 2,628,796 87% 15.48MB/s 0:00:00 (xfr#101, to-chk=24/230) |
30-Nov-2024 00:55:17 | 2,629,424 87% 15.29MB/s 0:00:00 (xfr#102, to-chk=23/230) |
30-Nov-2024 00:55:17 | 2,651,371 88% 15.23MB/s 0:00:00 (xfr#103, to-chk=22/230) |
30-Nov-2024 00:55:17 | 2,651,737 88% 15.14MB/s 0:00:00 (xfr#104, to-chk=18/230) |
30-Nov-2024 00:55:17 | 2,738,225 91% 15.64MB/s 0:00:00 (xfr#105, to-chk=17/230) |
30-Nov-2024 00:55:17 | 2,738,591 91% 15.64MB/s 0:00:00 (xfr#106, to-chk=16/230) |
30-Nov-2024 00:55:17 | 2,767,498 92% 15.53MB/s 0:00:00 (xfr#107, to-chk=15/230) |
30-Nov-2024 00:55:17 | 2,768,248 92% 15.53MB/s 0:00:00 (xfr#108, to-chk=11/230) |
30-Nov-2024 00:55:17 | 2,865,200 95% 15.89MB/s 0:00:00 (xfr#109, to-chk=10/230) |
30-Nov-2024 00:55:17 | 2,865,950 95% 15.89MB/s 0:00:00 (xfr#110, to-chk=9/230) |
30-Nov-2024 00:55:17 | 2,866,578 95% 15.89MB/s 0:00:00 (xfr#111, to-chk=8/230) |
30-Nov-2024 00:55:17 | 2,884,023 96% 15.81MB/s 0:00:00 (xfr#112, to-chk=7/230) |
30-Nov-2024 00:55:17 | 2,884,389 96% 15.81MB/s 0:00:00 (xfr#113, to-chk=3/230) |
30-Nov-2024 00:55:17 | 2,940,205 98% 16.02MB/s 0:00:00 (xfr#114, to-chk=2/230) |
30-Nov-2024 00:55:17 | 2,940,571 98% 16.02MB/s 0:00:00 (xfr#115, to-chk=1/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.09MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.09MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 16.00MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 15.91MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 15.91MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 15.91MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 15.91MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | 2,985,696 99% 15.73MB/s 0:00:00 (xfr#116, to-chk=0/230) |
30-Nov-2024 00:55:17 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.30-00.40.25/pod-logs/dev-oneprovider-krakow-0/cluster-manager |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 |
30-Nov-2024 00:55:17 | 2,022 14% 1.93MB/s 0:00:00 (xfr#2, to-chk=9/14) |
30-Nov-2024 00:55:17 | 4,776 34% 4.55MB/s 0:00:00 (xfr#3, to-chk=7/14) |
30-Nov-2024 00:55:17 | 4,776 34% 4.55MB/s 0:00:00 (xfr#4, to-chk=5/14) |
30-Nov-2024 00:55:17 | 6,595 48% 6.29MB/s 0:00:00 (xfr#5, to-chk=3/14) |
30-Nov-2024 00:55:17 | 6,857 50% 6.54MB/s 0:00:00 (xfr#6, to-chk=1/14) |
30-Nov-2024 00:55:17 | 6,857 50% 3.27MB/s 0:00:00 (xfr#6, to-chk=0/14) |
30-Nov-2024 00:55:17 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.30-00.40.25/pod-logs/dev-oneprovider-krakow-0/op-worker |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=79/82) |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 |
30-Nov-2024 00:55:17 | 41,792 6% 39.86MB/s 0:00:00 (xfr#2, to-chk=77/82) |
30-Nov-2024 00:55:17 | 81,693 12% 77.91MB/s 0:00:00 (xfr#3, to-chk=75/82) |
30-Nov-2024 00:55:17 | 81,693 12% 77.91MB/s 0:00:00 (xfr#4, to-chk=73/82) |
30-Nov-2024 00:55:17 | 81,693 12% 77.91MB/s 0:00:00 (xfr#5, to-chk=71/82) |
30-Nov-2024 00:55:17 | 120,167 18% 38.20MB/s 0:00:00 (xfr#6, to-chk=69/82) |
30-Nov-2024 00:55:17 | 120,317 18% 38.25MB/s 0:00:00 (xfr#7, to-chk=67/82) |
30-Nov-2024 00:55:17 | 120,614 18% 38.34MB/s 0:00:00 (xfr#8, to-chk=65/82) |
30-Nov-2024 00:55:17 | 213,761 32% 29.12MB/s 0:00:00 (xfr#9, to-chk=63/82) |
30-Nov-2024 00:55:17 | 217,514 33% 29.63MB/s 0:00:00 (xfr#10, to-chk=53/82) |
30-Nov-2024 00:55:17 | 218,588 33% 29.78MB/s 0:00:00 (xfr#11, to-chk=52/82) |
30-Nov-2024 00:55:17 | 220,297 33% 26.26MB/s 0:00:00 (xfr#12, to-chk=51/82) |
30-Nov-2024 00:55:17 | 224,050 34% 26.71MB/s 0:00:00 (xfr#13, to-chk=50/82) |
30-Nov-2024 00:55:17 | 226,665 34% 27.02MB/s 0:00:00 (xfr#14, to-chk=49/82) |
30-Nov-2024 00:55:17 | 226,886 34% 27.05MB/s 0:00:00 (xfr#15, to-chk=48/82) |
30-Nov-2024 00:55:17 | 233,373 35% 27.82MB/s 0:00:00 (xfr#16, to-chk=47/82) |
30-Nov-2024 00:55:17 | 236,556 36% 28.20MB/s 0:00:00 (xfr#17, to-chk=46/82) |
30-Nov-2024 00:55:17 | 243,104 37% 28.98MB/s 0:00:00 (xfr#18, to-chk=45/82) |
30-Nov-2024 00:55:17 | 246,572 37% 29.39MB/s 0:00:00 (xfr#19, to-chk=44/82) |
30-Nov-2024 00:55:17 | 247,988 38% 26.28MB/s 0:00:00 (xfr#20, to-chk=43/82) |
30-Nov-2024 00:55:17 | 250,259 38% 26.52MB/s 0:00:00 (xfr#21, to-chk=42/82) |
30-Nov-2024 00:55:17 | 255,211 39% 27.04MB/s 0:00:00 (xfr#22, to-chk=41/82) |
30-Nov-2024 00:55:17 | 255,717 39% 27.10MB/s 0:00:00 (xfr#23, to-chk=40/82) |
30-Nov-2024 00:55:17 | 256,508 39% 27.18MB/s 0:00:00 (xfr#24, to-chk=39/82) |
30-Nov-2024 00:55:17 | 262,427 40% 25.03MB/s 0:00:00 (xfr#25, to-chk=38/82) |
30-Nov-2024 00:55:17 | 268,061 41% 25.56MB/s 0:00:00 (xfr#26, to-chk=37/82) |
30-Nov-2024 00:55:17 | 275,177 42% 23.86MB/s 0:00:00 (xfr#27, to-chk=36/82) |
30-Nov-2024 00:55:17 | 282,295 43% 24.47MB/s 0:00:00 (xfr#28, to-chk=35/82) |
30-Nov-2024 00:55:17 | 286,968 44% 24.88MB/s 0:00:00 (xfr#29, to-chk=34/82) |
30-Nov-2024 00:55:17 | 291,576 44% 25.28MB/s 0:00:00 (xfr#30, to-chk=33/82) |
30-Nov-2024 00:55:17 | 294,474 45% 25.53MB/s 0:00:00 (xfr#31, to-chk=32/82) |
30-Nov-2024 00:55:17 | 299,711 46% 25.98MB/s 0:00:00 (xfr#32, to-chk=31/82) |
30-Nov-2024 00:55:17 | 299,938 46% 26.00MB/s 0:00:00 (xfr#33, to-chk=30/82) |
30-Nov-2024 00:55:17 | 301,981 46% 22.15MB/s 0:00:00 (xfr#34, to-chk=29/82) |
30-Nov-2024 00:55:17 | 305,164 47% 22.39MB/s 0:00:00 (xfr#35, to-chk=28/82) |
30-Nov-2024 00:55:17 | 309,544 47% 22.71MB/s 0:00:00 (xfr#36, to-chk=27/82) |
30-Nov-2024 00:55:17 | 317,010 48% 21.59MB/s 0:00:00 (xfr#37, to-chk=26/82) |
30-Nov-2024 00:55:17 | 321,960 49% 19.19MB/s 0:00:00 (xfr#38, to-chk=25/82) |
30-Nov-2024 00:55:17 | 327,944 50% 18.40MB/s 0:00:00 (xfr#39, to-chk=24/82) |
30-Nov-2024 00:55:17 | 333,177 51% 18.69MB/s 0:00:00 (xfr#40, to-chk=23/82) |
30-Nov-2024 00:55:17 | 341,042 52% 19.13MB/s 0:00:00 (xfr#41, to-chk=22/82) |
30-Nov-2024 00:55:17 | 341,548 52% 19.16MB/s 0:00:00 (xfr#42, to-chk=21/82) |
30-Nov-2024 00:55:17 | 345,584 53% 19.39MB/s 0:00:00 (xfr#43, to-chk=20/82) |
30-Nov-2024 00:55:17 | 349,052 53% 18.49MB/s 0:00:00 (xfr#44, to-chk=19/82) |
30-Nov-2024 00:55:17 | 350,755 54% 18.58MB/s 0:00:00 (xfr#45, to-chk=18/82) |
30-Nov-2024 00:55:17 | 352,741 54% 18.69MB/s 0:00:00 (xfr#46, to-chk=17/82) |
30-Nov-2024 00:55:17 | 359,580 55% 18.05MB/s 0:00:00 (xfr#47, to-chk=16/82) |
30-Nov-2024 00:55:17 | 363,903 56% 18.27MB/s 0:00:00 (xfr#48, to-chk=15/82) |
30-Nov-2024 00:55:17 | 364,692 56% 18.31MB/s 0:00:00 (xfr#49, to-chk=14/82) |
30-Nov-2024 00:55:17 | 372,557 57% 17.76MB/s 0:00:00 (xfr#50, to-chk=13/82) |
30-Nov-2024 00:55:17 | 375,400 57% 17.90MB/s 0:00:00 (xfr#51, to-chk=12/82) |
30-Nov-2024 00:55:17 | 377,736 58% 18.01MB/s 0:00:00 (xfr#52, to-chk=11/82) |
30-Nov-2024 00:55:17 | 383,942 59% 18.31MB/s 0:00:00 (xfr#53, to-chk=10/82) |
30-Nov-2024 00:55:17 | 392,082 60% 17.81MB/s 0:00:00 (xfr#54, to-chk=9/82) |
30-Nov-2024 00:55:17 | 393,158 60% 17.85MB/s 0:00:00 (xfr#55, to-chk=8/82) |
30-Nov-2024 00:55:17 | 395,712 60% 17.97MB/s 0:00:00 (xfr#56, to-chk=7/82) |
30-Nov-2024 00:55:17 | 401,344 61% 18.23MB/s 0:00:00 (xfr#57, to-chk=6/82) |
30-Nov-2024 00:55:17 | 408,177 62% 18.54MB/s 0:00:00 (xfr#58, to-chk=5/82) |
30-Nov-2024 00:55:17 | 414,379 63% 17.96MB/s 0:00:00 (xfr#59, to-chk=4/82) |
30-Nov-2024 00:55:17 | 415,793 64% 18.02MB/s 0:00:00 (xfr#60, to-chk=3/82) |
30-Nov-2024 00:55:17 | 419,831 64% 18.20MB/s 0:00:00 (xfr#61, to-chk=2/82) |
30-Nov-2024 00:55:17 | 428,038 65% 18.55MB/s 0:00:00 (xfr#62, to-chk=1/82) |
30-Nov-2024 00:55:17 | 435,437 67% 18.88MB/s 0:00:00 (xfr#63, to-chk=0/82) |
30-Nov-2024 00:55:17 | 435,437 67% 18.88MB/s 0:00:00 (xfr#63, to-chk=0/82) |
30-Nov-2024 00:55:17 | 435,437 67% 18.88MB/s 0:00:00 (xfr#63, to-chk=0/82) |
30-Nov-2024 00:55:17 | 435,437 67% 17.30MB/s 0:00:00 (xfr#63, to-chk=0/82) |
30-Nov-2024 00:55:17 | 435,437 67% 17.30MB/s 0:00:00 (xfr#63, to-chk=0/82) |
30-Nov-2024 00:55:17 | 435,437 67% 17.30MB/s 0:00:00 (xfr#63, to-chk=0/82) |
30-Nov-2024 00:55:17 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.30-00.40.25/pod-logs/dev-oneprovider-krakow-0/op-panel |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 |
30-Nov-2024 00:55:17 | 22,829 16% 21.77MB/s 0:00:00 (xfr#2, to-chk=9/14) |
30-Nov-2024 00:55:17 | 46,624 33% 44.46MB/s 0:00:00 (xfr#3, to-chk=7/14) |
30-Nov-2024 00:55:17 | 46,624 33% 44.46MB/s 0:00:00 (xfr#4, to-chk=5/14) |
30-Nov-2024 00:55:17 | 69,250 49% 66.04MB/s 0:00:00 (xfr#5, to-chk=3/14) |
30-Nov-2024 00:55:17 | 69,541 50% 66.32MB/s 0:00:00 (xfr#6, to-chk=1/14) |
30-Nov-2024 00:55:17 | 69,541 50% 33.16MB/s 0:00:00 (xfr#6, to-chk=0/14) |
30-Nov-2024 00:55:17 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.30-00.40.25/pod-logs/dev-onezone-0/oz-worker |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=15/18) |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 |
30-Nov-2024 00:55:17 | 23,766 6% 22.67MB/s 0:00:00 (xfr#2, to-chk=13/18) |
30-Nov-2024 00:55:17 | 48,297 13% 46.06MB/s 0:00:00 (xfr#3, to-chk=11/18) |
30-Nov-2024 00:55:17 | 48,297 13% 46.06MB/s 0:00:00 (xfr#4, to-chk=9/18) |
30-Nov-2024 00:55:17 | 71,583 20% 34.13MB/s 0:00:00 (xfr#5, to-chk=7/18) |
30-Nov-2024 00:55:17 | 71,674 20% 34.18MB/s 0:00:00 (xfr#6, to-chk=5/18) |
30-Nov-2024 00:55:17 | 71,971 20% 34.32MB/s 0:00:00 (xfr#7, to-chk=3/18) |
30-Nov-2024 00:55:17 | 172,848 50% 41.21MB/s 0:00:00 (xfr#8, to-chk=1/18) |
30-Nov-2024 00:55:17 | 172,848 50% 12.68MB/s 0:00:00 (xfr#8, to-chk=0/18) |
30-Nov-2024 00:55:17 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.30-00.40.25/pod-logs/dev-onezone-0/oz-panel |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 |
30-Nov-2024 00:55:17 | 55,425 12% 52.86MB/s 0:00:00 (xfr#2, to-chk=9/14) |
30-Nov-2024 00:55:17 | 112,437 25% 107.23MB/s 0:00:00 (xfr#3, to-chk=7/14) |
30-Nov-2024 00:55:17 | 161,811 37% 77.16MB/s 0:00:00 (xfr#4, to-chk=5/14) |
30-Nov-2024 00:55:17 | 217,033 49% 103.49MB/s 0:00:00 (xfr#5, to-chk=3/14) |
30-Nov-2024 00:55:17 | 217,324 50% 103.63MB/s 0:00:00 (xfr#6, to-chk=1/14) |
30-Nov-2024 00:55:17 | 217,324 50% 14.80MB/s 0:00:00 (xfr#6, to-chk=0/14) |
30-Nov-2024 00:55:17 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.30-00.40.25/pod-logs/dev-onezone-0/cluster-manager |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
30-Nov-2024 00:55:17 | 0 0% 0.00kB/s 0:00:00 |
30-Nov-2024 00:55:17 | 1,977 14% 1.89MB/s 0:00:00 (xfr#2, to-chk=9/14) |
30-Nov-2024 00:55:17 | 4,664 34% 4.45MB/s 0:00:00 (xfr#3, to-chk=7/14) |
30-Nov-2024 00:55:17 | 4,664 34% 4.45MB/s 0:00:00 (xfr#4, to-chk=5/14) |
30-Nov-2024 00:55:17 | 6,438 48% 6.14MB/s 0:00:00 (xfr#5, to-chk=3/14) |
30-Nov-2024 00:55:17 | 6,700 50% 6.39MB/s 0:00:00 (xfr#6, to-chk=1/14) |
30-Nov-2024 00:55:17 | 6,700 50% 3.19MB/s 0:00:00 (xfr#6, to-chk=0/14) |
30-Nov-2024 00:55:17 | [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH/onedata-acceptance/tests/oneclient/logs/singleprovider_multiclient_directio/test_multi_directory_CRUD.1732928108.5751896 exists, exporting anyway. |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | =============================== warnings summary =============================== |
30-Nov-2024 00:55:17 | tests/utils/rest_utils.py:97 |
30-Nov-2024 00:55:17 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH/onedata-acceptance/tests/utils/rest_utils.py:97: SyntaxWarning: invalid escape sequence '\ ' |
30-Nov-2024 00:55:17 | print(""" |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | tests/utils/path_utils.py:112 |
30-Nov-2024 00:55:17 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ ' |
30-Nov-2024 00:55:17 | return path.replace("'", "\\'").replace(' ', '\ ') |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | tests/utils/acceptance_utils.py:55 |
30-Nov-2024 00:55:17 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d' |
30-Nov-2024 00:55:17 | '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?')) |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | tests/utils/acceptance_utils.py:57 |
30-Nov-2024 00:55:17 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d' |
30-Nov-2024 00:55:17 | '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?')) |
30-Nov-2024 00:55:17 | |
30-Nov-2024 00:55:17 | -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
30-Nov-2024 00:55:17 | - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH/onedata-acceptance/test-reports/results.xml - |
30-Nov-2024 00:55:17 | ================== 27 passed, 4 warnings in 894.42s (0:14:54) ================== |
30-Nov-2024 00:55:21 | release "dev" uninstalled |
30-Nov-2024 00:55:22 | persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted |
30-Nov-2024 00:55:24 | No resources found |
30-Nov-2024 00:55:25 | Sidecar injection has been disabled |
30-Nov-2024 00:55:25 | Cleaning helm release "dev"... |
30-Nov-2024 00:55:25 | Deleted 1 helm deployments |
30-Nov-2024 00:55:25 | Deleted 0 k8s deployments |
30-Nov-2024 00:55:25 | Deleted 0 k8s services |
30-Nov-2024 00:55:25 | Deleted 0 persistent volumes |
30-Nov-2024 00:55:25 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
30-Nov-2024 00:55:25 | [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone |
30-Nov-2024 00:55:25 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
30-Nov-2024 00:55:25 | [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider |
30-Nov-2024 00:55:25 | [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli |
30-Nov-2024 00:55:25 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
30-Nov-2024 00:55:25 | [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient |
30-Nov-2024 00:55:25 | Finished task 'Run acceptance oneclient tests' with result: Success |
30-Nov-2024 00:55:25 | Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' |
30-Nov-2024 00:55:25 | Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH... |
30-Nov-2024 00:55:25 | Finished task 'Parse test results' with result: Success |
30-Nov-2024 00:55:25 | All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
30-Nov-2024 00:55:25 | Substituting variable: ${bamboo.artifactRepoHostname} with S3 |
30-Nov-2024 00:55:25 | Substituting variable: ${bamboo.artifactRepoPort} with 10161 |
30-Nov-2024 00:55:25 | Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu |
30-Nov-2024 00:55:25 | Substituting variable: ${bamboo.planRepository.branchName} with develop |
30-Nov-2024 00:55:25 | Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance |
30-Nov-2024 00:55:25 | Substituting variable: ${bamboo.artifactRepoHostname} with S3 |
30-Nov-2024 00:55:25 | Substituting variable: ${bamboo.artifactRepoPort} with 10161 |
30-Nov-2024 00:55:25 | Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu |
30-Nov-2024 00:55:25 | Substituting variable: ${bamboo.planRepository.branchName} with develop |
30-Nov-2024 00:55:25 | Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance |
30-Nov-2024 00:55:25 | Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
30-Nov-2024 00:55:25 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider directory CRUD multiclient directio hardlinks #3372 (ODSRV-OAP-SDCMDH-3372)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SDCMDH-3372-ScriptBuildTask-4479909911861702117.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH/onedata-acceptance |
30-Nov-2024 00:55:25 | ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_singleprovider_directory_CRUD_multiclient_directio_hardlinks.tar.gz |
30-Nov-2024 00:55:27 | Uploading artifact |
30-Nov-2024 00:55:27 | source path: surefire_singleprovider_directory_CRUD_multiclient_directio_hardlinks.tar.gz |
30-Nov-2024 00:55:27 | dest. path: artifacts/onedata-acceptance/develop/surefire_singleprovider_directory_CRUD_multiclient_directio_hardlinks.tar.gz |
30-Nov-2024 00:55:27 | Finished task 'Pack and push surefire artifact' with result: Success |
30-Nov-2024 00:55:27 | All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
30-Nov-2024 00:55:27 | Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
30-Nov-2024 00:55:27 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider directory CRUD multiclient directio hardlinks #3372 (ODSRV-OAP-SDCMDH-3372)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SDCMDH-3372-ScriptBuildTask-2836576925711068894.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH |
30-Nov-2024 00:55:27 | cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory |
30-Nov-2024 00:55:27 | Finished task 'Pack logs' with result: Success |
30-Nov-2024 00:55:27 | All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
30-Nov-2024 00:55:27 | Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh |
30-Nov-2024 00:55:27 | Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
30-Nov-2024 00:55:27 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider directory CRUD multiclient directio hardlinks #3372 (ODSRV-OAP-SDCMDH-3372)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SDCMDH-3372-ScriptBuildTask-14956035879511369464.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH/onedata-acceptance |
30-Nov-2024 00:55:27 | % Total % Received % Xferd Average Speed Time Time Time Current |
30-Nov-2024 00:55:27 | Dload Upload Total Spent Left Speed |
30-Nov-2024 00:55:27 | |
30-Nov-2024 00:55:27 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
30-Nov-2024 00:55:27 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
30-Nov-2024 00:55:27 | 100 4822 100 4822 0 0 60275 0 --:--:-- --:--:-- --:--:-- 59530 |
30-Nov-2024 00:55:27 | Clearing /tmp/onedata and /home/bamboo/.one-env |
30-Nov-2024 00:55:28 | Cleaning helm deployments |
30-Nov-2024 00:55:28 | Cleanining pods |
30-Nov-2024 00:55:28 | Cleaning kube persistant volumes |
30-Nov-2024 00:55:28 | Cleaning dockswift container |
30-Nov-2024 00:55:28 | Cleaning docker containers |
30-Nov-2024 00:55:31 | Stalled docker containers to remove: |
30-Nov-2024 00:55:31 | c9e8c429ca71 9dcd1ed28c9c c3e3c3d17a14 a2c1f847c5ae fb9a756fcb52 3a19acc16d3f dff935493d8f 9a07efece01f 783c400695c8 83407844c929 5d302d7346be 941a4a0b48c2 f23f7436d81c a37187f55872 6d5b609712f0 9baac963e4bc |
30-Nov-2024 00:55:31 | Removing stalled docker containers |
30-Nov-2024 00:55:31 | Error response from daemon: Cannot kill container: c9e8c429ca71: Container c9e8c429ca714e612beb42377832f461c5651f6dd4abcbe0ef1d30e1d3d6c008 is not running |
30-Nov-2024 00:55:31 | c9e8c429ca71 |
30-Nov-2024 00:55:31 | Error response from daemon: Cannot kill container: 9dcd1ed28c9c: Container 9dcd1ed28c9cead84928675101d8b8c8962bc6279dd24b5be0a0f825e218a450 is not running |
30-Nov-2024 00:55:31 | 9dcd1ed28c9c |
30-Nov-2024 00:55:31 | Error response from daemon: Cannot kill container: c3e3c3d17a14: Container c3e3c3d17a14dab0d654a8a3ec23aea53e39e2c43e2f12bf8733b0c5419387aa is not running |
30-Nov-2024 00:55:31 | c3e3c3d17a14 |
30-Nov-2024 00:55:31 | Error response from daemon: Cannot kill container: a2c1f847c5ae: Container a2c1f847c5ae91ff2bdc31ce6ccce1b882945e768acb071208383742b039432d is not running |
30-Nov-2024 00:55:32 | a2c1f847c5ae |
30-Nov-2024 00:55:32 | Error response from daemon: Cannot kill container: fb9a756fcb52: Container fb9a756fcb52094dfdcea962b65aa737953673a685693f53123e7e9177ed3eca is not running |
30-Nov-2024 00:55:32 | fb9a756fcb52 |
30-Nov-2024 00:55:32 | Error response from daemon: Cannot kill container: 3a19acc16d3f: Container 3a19acc16d3fb8c66769703defbfe22c4b0ad2f8b040119069d3a0fca371027a is not running |
30-Nov-2024 00:55:32 | 3a19acc16d3f |
30-Nov-2024 00:55:32 | Error response from daemon: Cannot kill container: dff935493d8f: Container dff935493d8f59a8eaf4c7c630e83ba9230bed046d7b9bac23b5aa87accd9416 is not running |
30-Nov-2024 00:55:32 | dff935493d8f |
30-Nov-2024 00:55:32 | Error response from daemon: Cannot kill container: 9a07efece01f: Container 9a07efece01f45956e9bdadad92a48e3b65c6f30158826536110f2d5c4688df9 is not running |
30-Nov-2024 00:55:32 | 9a07efece01f |
30-Nov-2024 00:55:32 | Error response from daemon: Cannot kill container: 783c400695c8: Container 783c400695c8251e33aa656c8050f1e5ae68ff13607db281e3962889d099ade0 is not running |
30-Nov-2024 00:55:32 | 783c400695c8 |
30-Nov-2024 00:55:32 | Error response from daemon: Cannot kill container: 83407844c929: Container 83407844c92913dd33f1f865649b9d49782d0597cc40f506dee7ed5cab380147 is not running |
30-Nov-2024 00:55:32 | 83407844c929 |
30-Nov-2024 00:55:32 | Error response from daemon: Cannot kill container: 5d302d7346be: Container 5d302d7346be64e8c868712fe315875fc4e7fc3065adc9699b9b81a190503400 is not running |
30-Nov-2024 00:55:32 | 5d302d7346be |
30-Nov-2024 00:55:32 | Error response from daemon: Cannot kill container: 941a4a0b48c2: Container 941a4a0b48c2b87d903d2772761baa194543c431379e14fe815f7ccee8370b38 is not running |
30-Nov-2024 00:55:32 | 941a4a0b48c2 |
30-Nov-2024 00:55:32 | Error response from daemon: Cannot kill container: f23f7436d81c: Container f23f7436d81c0da62cd7776c397eac7a94e9e7e6d4234aad12cc4262e7c4e189 is not running |
30-Nov-2024 00:55:32 | f23f7436d81c |
30-Nov-2024 00:55:32 | Error response from daemon: Cannot kill container: a37187f55872: Container a37187f55872900b2b858ae2ccd9876eb5a8e3fab0fba5f51ce406f1c079c7a0 is not running |
30-Nov-2024 00:55:32 | a37187f55872 |
30-Nov-2024 00:55:33 | Error response from daemon: Cannot kill container: 6d5b609712f0: Container 6d5b609712f0438c85c1f5c283a7186bbdb5ba7c0c6af98e860eee52150f7e77 is not running |
30-Nov-2024 00:55:33 | 6d5b609712f0 |
30-Nov-2024 00:55:33 | 9baac963e4bc |
30-Nov-2024 00:55:33 | 9baac963e4bc |
30-Nov-2024 00:55:33 | Stalled docker volumes to remove: |
30-Nov-2024 00:55:33 | |
30-Nov-2024 00:55:33 | Removing stalled docker volumes |
30-Nov-2024 00:55:33 | Removing stalled loopdevices |
30-Nov-2024 00:55:34 | Done |
30-Nov-2024 00:55:34 | Finished task 'Clear env and working dir' with result: Success |
30-Nov-2024 00:55:34 | Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2 |
30-Nov-2024 00:55:34 | Running post build plugin 'Docker Container Cleanup' |
30-Nov-2024 00:55:34 | Running post build plugin 'NCover Results Collector' |
30-Nov-2024 00:55:34 | Running post build plugin 'Build Results Label Collector' |
30-Nov-2024 00:55:34 | Running post build plugin 'Clover Results Collector' |
30-Nov-2024 00:55:34 | Running post build plugin 'npm Cache Cleanup' |
30-Nov-2024 00:55:34 | Running post build plugin 'Artifact Copier' |
30-Nov-2024 00:55:34 | Publishing an artifact: test_logs.tar.gz |
30-Nov-2024 00:55:34 | Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 80.90 ms |
30-Nov-2024 00:55:34 | Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH' |
30-Nov-2024 00:55:34 | Finalising the build... |
30-Nov-2024 00:55:34 | Stopping timer. |
30-Nov-2024 00:55:34 | Build ODSRV-OAP-SDCMDH-3372 completed. |
30-Nov-2024 00:55:34 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
30-Nov-2024 00:55:34 | Running on server: post build plugin 'NCover Results Collector' |
30-Nov-2024 00:55:34 | Running on server: post build plugin 'Build Labeller' |
30-Nov-2024 00:55:34 | Running on server: post build plugin 'Clover Delta Calculator' |
30-Nov-2024 00:55:34 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
30-Nov-2024 00:55:34 | All post build plugins have finished |
30-Nov-2024 00:55:34 | Generating build results summary... |
30-Nov-2024 00:55:34 | Saving build results to disk... |
30-Nov-2024 00:55:34 | Store variable context... |
30-Nov-2024 00:55:34 | Finished building ODSRV-OAP-SDCMDH-3372. |