oneclient acceptance tests using environment deployed from packages
Build: #3363 was successful
Job: singleprovider directory CRUD multiclient directio hardlinks was successful
Build log
The build generated 2,522 lines of output. The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.
13-Nov-2024 18:27:36 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bwwvd' |
13-Nov-2024 18:27:36 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bwwvd' successfully started |
13-Nov-2024 18:27:36 | |
13-Nov-2024 18:27:36 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/janato5vfs4e8zzm |
13-Nov-2024 18:27:36 | |
13-Nov-2024 18:27:36 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/janato5vfs4e8zzm --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/janato5vfs4e8zzm |
13-Nov-2024 18:27:36 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '2489309443682164795'... |
13-Nov-2024 18:27:36 | Getting configuration... |
13-Nov-2024 18:27:36 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/janato5vfs4e8zzm'. |
13-Nov-2024 18:27:36 | |
13-Nov-2024 18:27:36 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
13-Nov-2024 18:27:36 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
13-Nov-2024 18:27:36 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
13-Nov-2024 18:27:36 | |
13-Nov-2024 18:27:36 | |
13-Nov-2024 18:27:36 | starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-nm2jc' |
13-Nov-2024 18:27:36 | rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-nm2jc' successfully started |
13-Nov-2024 18:27:36 | |
13-Nov-2024 18:27:36 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/hm2l2sbv3hiiq1x6 |
13-Nov-2024 18:27:36 | |
13-Nov-2024 18:27:36 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/hm2l2sbv3hiiq1x6 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/hm2l2sbv3hiiq1x6 |
13-Nov-2024 18:27:36 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '8009677473635294561'... |
13-Nov-2024 18:27:36 | Getting configuration... |
13-Nov-2024 18:27:36 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/hm2l2sbv3hiiq1x6'. |
13-Nov-2024 18:27:36 | |
13-Nov-2024 18:27:36 | -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2/dir3] on client11"' |
13-Nov-2024 18:27:36 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
13-Nov-2024 18:27:36 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
13-Nov-2024 18:27:36 | -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"' |
13-Nov-2024 18:27:36 | -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"' |
13-Nov-2024 18:27:36 | -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"' |
13-Nov-2024 18:27:36 | -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"' |
13-Nov-2024 18:27:36 | -- Executing step: 'When "user2 deletes directory (rmdir -p) [space1/dir1/dir2/dir3] on client21"' |
13-Nov-2024 18:27:36 | -- Executing step: 'When "user1 can't stat [dir1] in space1 on client11"' |
13-Nov-2024 18:27:36 | -- Executing step: 'When "user2 can't stat [dir1] in space1 on client21"' |
13-Nov-2024 18:27:36 | -- Executing step: 'When "user1 doesn't see [dir1] in space1 on client11"' |
13-Nov-2024 18:27:36 | -- Executing step: 'When "user2 doesn't see [dir1] in space1 on client21"' |
13-Nov-2024 18:27:36 | ================================================================= |
13-Nov-2024 18:27:36 | |
13-Nov-2024 18:27:36 | PASSED |
13-Nov-2024 18:27:36 | Unmounting client from /tmp/onedata/mnt/janato5vfs4e8zzm |
13-Nov-2024 18:27:36 | |
13-Nov-2024 18:27:36 | |
13-Nov-2024 18:27:36 | Unmounting client from /tmp/onedata/mnt/hm2l2sbv3hiiq1x6 |
13-Nov-2024 18:27:36 | |
13-Nov-2024 18:27:36 | |
13-Nov-2024 18:28:00 | 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 |
13-Nov-2024 18:28:00 | ================================================================= |
13-Nov-2024 18:28:00 | - Executing scenario 'Fail to delete non-empty directory using rmdir' |
13-Nov-2024 18:28:00 | - from feature 'Multi_directory_CRUD' |
13-Nov-2024 18:28:00 | ----------------------------------------------------------------- |
13-Nov-2024 18:28:00 | -- Executing step: 'Given "oneclients [client11, client21] |
13-Nov-2024 18:28:00 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
13-Nov-2024 18:28:00 | using [token, token] by [user1, user2]"' |
13-Nov-2024 18:28:00 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
13-Nov-2024 18:28:00 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
13-Nov-2024 18:28:00 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28:00 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bwwvd' |
13-Nov-2024 18:28:00 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bwwvd' successfully started |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28:00 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/xzpufm52v1r30tmg |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28:00 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/xzpufm52v1r30tmg --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/xzpufm52v1r30tmg |
13-Nov-2024 18:28:00 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '5046561609780516417'... |
13-Nov-2024 18:28:00 | Getting configuration... |
13-Nov-2024 18:28:00 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/xzpufm52v1r30tmg'. |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28:00 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
13-Nov-2024 18:28:00 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
13-Nov-2024 18:28:00 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28:00 | starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-nm2jc' |
13-Nov-2024 18:28:00 | rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-nm2jc' successfully started |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28:00 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/o1lfthh90eak5ikg |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28:00 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/o1lfthh90eak5ikg --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/o1lfthh90eak5ikg |
13-Nov-2024 18:28:00 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '13896272411816364577'... |
13-Nov-2024 18:28:00 | Getting configuration... |
13-Nov-2024 18:28:00 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/o1lfthh90eak5ikg'. |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28:00 | -- Executing step: 'When "user2 creates directories [space1/dir1, space1/dir1/child1] on client21"' |
13-Nov-2024 18:28:00 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
13-Nov-2024 18:28:00 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
13-Nov-2024 18:28:00 | -- Executing step: 'When "user1 sees [child1] in space1/dir1 on client11"' |
13-Nov-2024 18:28:00 | -- Executing step: 'When "user2 sees [child1] in space1/dir1 on client21"' |
13-Nov-2024 18:28:00 | -- Executing step: 'When "user1 fails to delete directories (rmdir) [space1/dir1] on client11"' |
13-Nov-2024 18:28:00 | -- Executing step: 'When "user1 can stat [dir1] in space1 on client11"' |
13-Nov-2024 18:28:00 | -- Executing step: 'When "user2 can stat [dir1] in space1 on client21"' |
13-Nov-2024 18:28:00 | -- Executing step: 'When "user1 can stat [child1] in space1/dir1 on client11"' |
13-Nov-2024 18:28:00 | -- Executing step: 'When "user2 can stat [child1] in space1/dir1 on client21"' |
13-Nov-2024 18:28:00 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
13-Nov-2024 18:28:00 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
13-Nov-2024 18:28:00 | -- Executing step: 'When "user1 sees [child1] in space1/dir1 on client11"' |
13-Nov-2024 18:28:00 | -- Executing step: 'When "user2 sees [child1] in space1/dir1 on client21"' |
13-Nov-2024 18:28:00 | ================================================================= |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28:00 | PASSED |
13-Nov-2024 18:28:00 | Unmounting client from /tmp/onedata/mnt/xzpufm52v1r30tmg |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28:00 | Unmounting client from /tmp/onedata/mnt/o1lfthh90eak5ikg |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28:00 | |
13-Nov-2024 18:28: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 |
13-Nov-2024 18:28:26 | ================================================================= |
13-Nov-2024 18:28:26 | - Executing scenario 'Delete non-empty directory' |
13-Nov-2024 18:28:26 | - from feature 'Multi_directory_CRUD' |
13-Nov-2024 18:28:26 | ----------------------------------------------------------------- |
13-Nov-2024 18:28:26 | -- Executing step: 'Given "oneclients [client11, client21] |
13-Nov-2024 18:28:26 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
13-Nov-2024 18:28:26 | using [token, token] by [user1, user2]"' |
13-Nov-2024 18:28:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
13-Nov-2024 18:28:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
13-Nov-2024 18:28:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:26 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bwwvd' |
13-Nov-2024 18:28:26 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bwwvd' successfully started |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:26 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/9wfrtpjc6axoywlr |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:26 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/9wfrtpjc6axoywlr --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/9wfrtpjc6axoywlr |
13-Nov-2024 18:28:26 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '8501653882256864194'... |
13-Nov-2024 18:28:26 | Getting configuration... |
13-Nov-2024 18:28:26 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/9wfrtpjc6axoywlr'. |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
13-Nov-2024 18:28:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
13-Nov-2024 18:28:26 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:26 | starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-nm2jc' |
13-Nov-2024 18:28:26 | rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-nm2jc' successfully started |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:26 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/ur2kcsl8lqn45vh5 |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:26 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ur2kcsl8lqn45vh5 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ur2kcsl8lqn45vh5 |
13-Nov-2024 18:28:26 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '11141108017012697097'... |
13-Nov-2024 18:28:26 | Getting configuration... |
13-Nov-2024 18:28:26 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/ur2kcsl8lqn45vh5'. |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:26 | -- Executing step: 'When "user1 creates directory and parents [space1/dir1/child1, space1/dir1/child2, space1/dir2/dir3/child1] |
13-Nov-2024 18:28:26 | on client11"' |
13-Nov-2024 18:28:26 | -- Executing step: 'When "user1 sees [dir1, dir2] in space1 on client11"' |
13-Nov-2024 18:28:26 | -- Executing step: 'When "user2 sees [dir1, dir2] in space1 on client21"' |
13-Nov-2024 18:28:26 | -- Executing step: 'When "user1 sees [child1, child2] in space1/dir1 on client11"' |
13-Nov-2024 18:28:26 | -- Executing step: 'When "user2 sees [child1, child2] in space1/dir1 on client21"' |
13-Nov-2024 18:28:26 | -- Executing step: 'When "user1 sees [dir3] in space1/dir2 on client11"' |
13-Nov-2024 18:28:26 | -- Executing step: 'When "user2 sees [dir3] in space1/dir2 on client21"' |
13-Nov-2024 18:28:26 | -- Executing step: 'When "user1 sees [child1] in space1/dir2/dir3 on client11"' |
13-Nov-2024 18:28:26 | -- Executing step: 'When "user2 sees [child1] in space1/dir2/dir3 on client21"' |
13-Nov-2024 18:28:26 | -- Executing step: 'When "user1 deletes directories (rm -rf) [space1/dir1, space1/dir2] on client11"' |
13-Nov-2024 18:28:26 | -- Executing step: 'Then "user1 can't stat [dir1, dir2] in space1 on client11"' |
13-Nov-2024 18:28:26 | -- Executing step: 'Then "user2 can't stat [dir1, dir2] in space1 on client21"' |
13-Nov-2024 18:28:26 | -- Executing step: 'Then "user1 doesn't see [dir1, dir2] in space1 on client11"' |
13-Nov-2024 18:28:26 | -- Executing step: 'Then "user2 doesn't see [dir1, dir2] in space1 on client21"' |
13-Nov-2024 18:28:26 | ================================================================= |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:26 | PASSED |
13-Nov-2024 18:28:26 | Unmounting client from /tmp/onedata/mnt/9wfrtpjc6axoywlr |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:26 | Unmounting client from /tmp/onedata/mnt/ur2kcsl8lqn45vh5 |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:26 | |
13-Nov-2024 18:28:52 | tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_move[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
13-Nov-2024 18:28:52 | ================================================================= |
13-Nov-2024 18:28:52 | - Executing scenario 'Move directory' |
13-Nov-2024 18:28:52 | - from feature 'Multi_directory_CRUD' |
13-Nov-2024 18:28:52 | ----------------------------------------------------------------- |
13-Nov-2024 18:28:52 | -- Executing step: 'Given "oneclients [client11, client21] |
13-Nov-2024 18:28:52 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
13-Nov-2024 18:28:52 | using [token, token] by [user1, user2]"' |
13-Nov-2024 18:28:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
13-Nov-2024 18:28:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
13-Nov-2024 18:28:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:28:52 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bwwvd' |
13-Nov-2024 18:28:52 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bwwvd' successfully started |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:28:52 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/17m1q99rqd31hbnz |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:28:52 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/17m1q99rqd31hbnz --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/17m1q99rqd31hbnz |
13-Nov-2024 18:28:52 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '8116098421970560073'... |
13-Nov-2024 18:28:52 | Getting configuration... |
13-Nov-2024 18:28:52 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/17m1q99rqd31hbnz'. |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:28:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
13-Nov-2024 18:28:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
13-Nov-2024 18:28:52 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:28:52 | starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-nm2jc' |
13-Nov-2024 18:28:52 | rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-nm2jc' successfully started |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:28:52 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/kjrudmtv2n611lx9 |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:28:52 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/kjrudmtv2n611lx9 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/kjrudmtv2n611lx9 |
13-Nov-2024 18:28:52 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7847428776365149477'... |
13-Nov-2024 18:28:52 | Getting configuration... |
13-Nov-2024 18:28:52 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/kjrudmtv2n611lx9'. |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:28:52 | -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2/dir3, space1/dir4/dir5] on client11"' |
13-Nov-2024 18:28:52 | -- Executing step: 'When "user1 sees [dir1, dir4] in space1 on client11"' |
13-Nov-2024 18:28:52 | -- Executing step: 'When "user2 sees [dir1, dir4] in space1 on client21"' |
13-Nov-2024 18:28:52 | -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"' |
13-Nov-2024 18:28:52 | -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"' |
13-Nov-2024 18:28:52 | -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"' |
13-Nov-2024 18:28:52 | -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"' |
13-Nov-2024 18:28:52 | -- Executing step: 'When "user1 sees [dir5] in space1/dir4 on client11"' |
13-Nov-2024 18:28:52 | -- Executing step: 'When "user2 sees [dir5] in space1/dir4 on client21"' |
13-Nov-2024 18:28:52 | -- Executing step: 'When "user1 renames space1/dir4/dir5 to space1/dir1/dir2/dir3 on client11"' |
13-Nov-2024 18:28:52 | -- Executing step: 'Then "user1 can stat [dir5] in space1/dir1/dir2/dir3 on client11"' |
13-Nov-2024 18:28:52 | -- Executing step: 'Then "user2 can stat [dir5] in space1/dir1/dir2/dir3 on client21"' |
13-Nov-2024 18:28:52 | -- Executing step: 'Then "user1 doesn't see [dir5] in space1/dir4 on client11"' |
13-Nov-2024 18:28:52 | -- Executing step: 'Then "user2 doesn't see [dir5] in space1/dir4 on client21"' |
13-Nov-2024 18:28:52 | -- Executing step: 'Then "user1 sees [dir5] in space1/dir1/dir2/dir3 on client11"' |
13-Nov-2024 18:28:52 | -- Executing step: 'Then "user2 sees [dir5] in space1/dir1/dir2/dir3 on client21"' |
13-Nov-2024 18:28:52 | ================================================================= |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:28:52 | PASSED |
13-Nov-2024 18:28:52 | Unmounting client from /tmp/onedata/mnt/17m1q99rqd31hbnz |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:28:52 | Unmounting client from /tmp/onedata/mnt/kjrudmtv2n611lx9 |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:28:52 | |
13-Nov-2024 18:29:17 | tests/oneclient/scenarios/test_multi_directory_CRUD.py::test_copy[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py |
13-Nov-2024 18:29:17 | ================================================================= |
13-Nov-2024 18:29:17 | - Executing scenario 'Copy directory' |
13-Nov-2024 18:29:17 | - from feature 'Multi_directory_CRUD' |
13-Nov-2024 18:29:17 | ----------------------------------------------------------------- |
13-Nov-2024 18:29:17 | -- Executing step: 'Given "oneclients [client11, client21] |
13-Nov-2024 18:29:17 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
13-Nov-2024 18:29:17 | using [token, token] by [user1, user2]"' |
13-Nov-2024 18:29:17 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
13-Nov-2024 18:29:17 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
13-Nov-2024 18:29:17 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
13-Nov-2024 18:29:17 | |
13-Nov-2024 18:29:17 | |
13-Nov-2024 18:29:17 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bwwvd' |
13-Nov-2024 18:29:17 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bwwvd' successfully started |
13-Nov-2024 18:29:17 | |
13-Nov-2024 18:29:17 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/vny5fstsiu12uliw |
13-Nov-2024 18:29:17 | |
13-Nov-2024 18:29:17 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/vny5fstsiu12uliw --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/vny5fstsiu12uliw |
13-Nov-2024 18:29:17 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7079287335666616834'... |
13-Nov-2024 18:29:17 | Getting configuration... |
13-Nov-2024 18:29:17 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/vny5fstsiu12uliw'. |
13-Nov-2024 18:29:17 | |
13-Nov-2024 18:29:17 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
13-Nov-2024 18:29:17 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
13-Nov-2024 18:29:17 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
13-Nov-2024 18:29:17 | |
13-Nov-2024 18:29:17 | |
13-Nov-2024 18:29:17 | starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-nm2jc' |
13-Nov-2024 18:29:17 | rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-nm2jc' successfully started |
13-Nov-2024 18:29:17 | |
13-Nov-2024 18:29:17 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/wfpz2tqrcnu2azr7 |
13-Nov-2024 18:29:17 | |
13-Nov-2024 18:29:17 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/wfpz2tqrcnu2azr7 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/wfpz2tqrcnu2azr7 |
13-Nov-2024 18:29:17 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15212749078343405125'... |
13-Nov-2024 18:29:17 | Getting configuration... |
13-Nov-2024 18:29:17 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/wfpz2tqrcnu2azr7'. |
13-Nov-2024 18:29:17 | |
13-Nov-2024 18:29:17 | -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2/dir3, space1/dir4/dir5] on client11"' |
13-Nov-2024 18:29:17 | -- Executing step: 'When "user1 sees [dir1, dir4] in space1 on client11"' |
13-Nov-2024 18:29:17 | -- Executing step: 'When "user2 sees [dir1, dir4] in space1 on client21"' |
13-Nov-2024 18:29:17 | -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"' |
13-Nov-2024 18:29:17 | -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"' |
13-Nov-2024 18:29:17 | -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"' |
13-Nov-2024 18:29:17 | -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"' |
13-Nov-2024 18:29:17 | -- Executing step: 'When "user1 sees [dir5] in space1/dir4 on client11"' |
13-Nov-2024 18:29:17 | -- Executing step: 'When "user2 sees [dir5] in space1/dir4 on client21"' |
13-Nov-2024 18:29:17 | -- Executing step: 'When "user1 copies directory space1/dir4 to space1/dir1/dir2/dir3 on client11"' |
13-Nov-2024 18:29:17 | -- Executing step: 'Then "user1 can stat [dir4] in space1/dir1/dir2/dir3 on client11"' |
13-Nov-2024 18:29:17 | -- Executing step: 'Then "user2 can stat [dir4] in space1/dir1/dir2/dir3 on client21"' |
13-Nov-2024 18:29:17 | -- Executing step: 'Then "user1 can stat [dir5] in space1/dir1/dir2/dir3/dir4 on client11"' |
13-Nov-2024 18:29:17 | -- Executing step: 'Then "user2 can stat [dir5] in space1/dir1/dir2/dir3/dir4 on client21"' |
13-Nov-2024 18:29:17 | -- Executing step: 'Then "user1 can stat [dir5] in space1/dir4 on client11"' |
13-Nov-2024 18:29:17 | -- Executing step: 'Then "user2 can stat [dir5] in space1/dir4 on client21"' |
13-Nov-2024 18:29:17 | -- Executing step: 'Then "user1 sees [dir4] in space1/dir1/dir2/dir3 on client11"' |
13-Nov-2024 18:29:17 | -- Executing step: 'Then "user2 sees [dir4] in space1/dir1/dir2/dir3 on client21"' |
13-Nov-2024 18:29:17 | -- Executing step: 'Then "user1 sees [dir5] in space1/dir1/dir2/dir3/dir4 on client11"' |
13-Nov-2024 18:29:17 | -- Executing step: 'Then "user2 sees [dir5] in space1/dir1/dir2/dir3/dir4 on client21"' |
13-Nov-2024 18:29:17 | -- Executing step: 'Then "user1 sees [dir5] in space1/dir4 on client11"' |
13-Nov-2024 18:29:17 | -- Executing step: 'Then "user2 sees [dir5] in space1/dir4 on client21"' |
13-Nov-2024 18:29:17 | ================================================================= |
13-Nov-2024 18:29:17 | |
13-Nov-2024 18:29:18 | PASSED |
13-Nov-2024 18:29:18 | Unmounting client from /tmp/onedata/mnt/vny5fstsiu12uliw |
13-Nov-2024 18:29:18 | |
13-Nov-2024 18:29:18 | |
13-Nov-2024 18:29:18 | Unmounting client from /tmp/onedata/mnt/wfpz2tqrcnu2azr7 |
13-Nov-2024 18:29:18 | |
13-Nov-2024 18:29:18 | |
13-Nov-2024 18:29:42 | 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 |
13-Nov-2024 18:29:42 | ================================================================= |
13-Nov-2024 18:29:42 | - Executing scenario 'Fail to move directory to itself' |
13-Nov-2024 18:29:42 | - from feature 'Multi_directory_CRUD' |
13-Nov-2024 18:29:42 | ----------------------------------------------------------------- |
13-Nov-2024 18:29:42 | -- Executing step: 'Given "oneclients [client11, client21] |
13-Nov-2024 18:29:42 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
13-Nov-2024 18:29:42 | using [token, token] by [user1, user2]"' |
13-Nov-2024 18:29:42 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
13-Nov-2024 18:29:42 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
13-Nov-2024 18:29:42 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:29:42 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bwwvd' |
13-Nov-2024 18:29:42 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bwwvd' successfully started |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:29:42 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/e36uixmdhzuzne6m |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:29:42 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/e36uixmdhzuzne6m --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/e36uixmdhzuzne6m |
13-Nov-2024 18:29:42 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '8120209124387935703'... |
13-Nov-2024 18:29:42 | Getting configuration... |
13-Nov-2024 18:29:42 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/e36uixmdhzuzne6m'. |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:29:42 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
13-Nov-2024 18:29:42 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
13-Nov-2024 18:29:42 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:29:42 | starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-nm2jc' |
13-Nov-2024 18:29:42 | rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-nm2jc' successfully started |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:29:42 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/8sjum2rsdrdq2v8u |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:29:42 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/8sjum2rsdrdq2v8u --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/8sjum2rsdrdq2v8u |
13-Nov-2024 18:29:42 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '16260053661469032579'... |
13-Nov-2024 18:29:42 | Getting configuration... |
13-Nov-2024 18:29:42 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/8sjum2rsdrdq2v8u'. |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:29:42 | -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"' |
13-Nov-2024 18:29:42 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
13-Nov-2024 18:29:42 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
13-Nov-2024 18:29:42 | -- Executing step: 'When "user1 fails to move space1/dir1 to space1/dir1 using shell command on client11"' |
13-Nov-2024 18:29:42 | -- Executing step: 'When "user1 can stat [dir1] in space1 on client11"' |
13-Nov-2024 18:29:42 | -- Executing step: 'When "user2 can stat [dir1] in space1 on client21"' |
13-Nov-2024 18:29:42 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
13-Nov-2024 18:29:42 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
13-Nov-2024 18:29:42 | ================================================================= |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:29:42 | PASSED |
13-Nov-2024 18:29:42 | Unmounting client from /tmp/onedata/mnt/e36uixmdhzuzne6m |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:29:42 | Unmounting client from /tmp/onedata/mnt/8sjum2rsdrdq2v8u |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:29:42 | |
13-Nov-2024 18:30:07 | 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 |
13-Nov-2024 18:30:07 | ================================================================= |
13-Nov-2024 18:30:07 | - Executing scenario 'Fail to move directory to its subtree' |
13-Nov-2024 18:30:07 | - from feature 'Multi_directory_CRUD' |
13-Nov-2024 18:30:07 | ----------------------------------------------------------------- |
13-Nov-2024 18:30:07 | -- Executing step: 'Given "oneclients [client11, client21] |
13-Nov-2024 18:30:07 | mounted on client_hosts [oneclient-1, oneclient-2] respectively, |
13-Nov-2024 18:30:07 | using [token, token] by [user1, user2]"' |
13-Nov-2024 18:30:07 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
13-Nov-2024 18:30:07 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
13-Nov-2024 18:30:07 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bwwvd', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
13-Nov-2024 18:30:07 | |
13-Nov-2024 18:30:07 | |
13-Nov-2024 18:30:07 | starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bwwvd' |
13-Nov-2024 18:30:07 | rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bwwvd' successfully started |
13-Nov-2024 18:30:07 | |
13-Nov-2024 18:30:07 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/wytebjmeee35qxwx |
13-Nov-2024 18:30:07 | |
13-Nov-2024 18:30:07 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/wytebjmeee35qxwx --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/wytebjmeee35qxwx |
13-Nov-2024 18:30:07 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '5311914299201036943'... |
13-Nov-2024 18:30:07 | Getting configuration... |
13-Nov-2024 18:30:07 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/wytebjmeee35qxwx'. |
13-Nov-2024 18:30:07 | |
13-Nov-2024 18:30:07 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt'] |
13-Nov-2024 18:30:07 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs'] |
13-Nov-2024 18:30:07 | Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-nm2jc', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs'] |
13-Nov-2024 18:30:07 | |
13-Nov-2024 18:30:07 | |
13-Nov-2024 18:30:07 | starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-nm2jc' |
13-Nov-2024 18:30:07 | rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-nm2jc' successfully started |
13-Nov-2024 18:30:07 | |
13-Nov-2024 18:30:07 | Mounting client with --force-direct-io flag in /tmp/onedata/mnt/kn5ub7atywxw3yc2 |
13-Nov-2024 18:30:07 | |
13-Nov-2024 18:30:07 | rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/kn5ub7atywxw3yc2 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/kn5ub7atywxw3yc2 |
13-Nov-2024 18:30:07 | Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7121663189008090878'... |
13-Nov-2024 18:30:07 | Getting configuration... |
13-Nov-2024 18:30:07 | Oneclient has been successfully mounted in '/tmp/onedata/mnt/kn5ub7atywxw3yc2'. |
13-Nov-2024 18:30:07 | |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2/dir3] on client11"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user1 fails to rename space1/dir1 to space1/dir1/dir2/dir3 on client11"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user1 can stat [dir1] in space1 on client11"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user2 can stat [dir1] in space1 on client21"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user1 can stat [dir2] in space1/dir1 on client11"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user2 can stat [dir2] in space1/dir1 on client21"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user1 can stat [dir3] in space1/dir1/dir2 on client11"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user2 can stat [dir3] in space1/dir1/dir2 on client21"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user1 sees [dir1] in space1 on client11"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user2 sees [dir1] in space1 on client21"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user1 sees [dir2] in space1/dir1 on client11"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user2 sees [dir2] in space1/dir1 on client21"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user1 sees [dir3] in space1/dir1/dir2 on client11"' |
13-Nov-2024 18:30:07 | -- Executing step: 'When "user2 sees [dir3] in space1/dir1/dir2 on client21"' |
13-Nov-2024 18:30:07 | ================================================================= |
13-Nov-2024 18:30:07 | |
13-Nov-2024 18:30:16 | Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init) |
13-Nov-2024 18:30:16 | PASSED |
13-Nov-2024 18:30:16 | Unmounting client from /tmp/onedata/mnt/wytebjmeee35qxwx |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init) |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | Unmounting client from /tmp/onedata/mnt/kn5ub7atywxw3yc2 |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init) |
13-Nov-2024 18:30:16 | 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.1731522607.501983', '-c', '/tmp/logs'] |
13-Nov-2024 18:30:16 | [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-cxfw2. See /home/bamboo/.one-env/deployments/2024.11.13-18.15.57/pod-logs/dev-cross-support-job-3p-users-cxfw2/entrypoint.log for more details |
13-Nov-2024 18:30:16 | [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-bwwvd: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.13-18.15.57/pod-logs/dev-oneclient-krakow-7d9476b8bc-bwwvd/oneclient_logs |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=201/234) |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 |
13-Nov-2024 18:30:16 | Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init) |
13-Nov-2024 18:30:16 | 628 0% 613.28kB/s 0:00:00 (xfr#1, to-chk=200/234) |
13-Nov-2024 18:30:16 | 628 0% 613.28kB/s 0:00:00 (xfr#1, to-chk=193/234) |
13-Nov-2024 18:30:16 | Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init) |
13-Nov-2024 18:30:16 | 14,976 0% 14.28MB/s 0:00:00 (xfr#2, to-chk=199/234) |
13-Nov-2024 18:30:16 | 15,438 0% 14.72MB/s 0:00:00 (xfr#3, to-chk=195/234) |
13-Nov-2024 18:30:16 | 71,933 1% 68.60MB/s 0:00:00 (xfr#4, to-chk=194/234) |
13-Nov-2024 18:30:16 | 72,395 1% 69.04MB/s 0:00:00 (xfr#5, to-chk=193/234) |
13-Nov-2024 18:30:16 | 117,693 2% 37.41MB/s 0:00:00 (xfr#6, to-chk=192/234) |
13-Nov-2024 18:30:16 | 118,443 2% 28.24MB/s 0:00:00 (xfr#7, to-chk=188/234) |
13-Nov-2024 18:30:16 | 335,739 8% 53.36MB/s 0:00:00 (xfr#8, to-chk=187/234) |
13-Nov-2024 18:30:16 | 336,489 8% 53.48MB/s 0:00:00 (xfr#9, to-chk=186/234) |
13-Nov-2024 18:30:16 | 352,178 8% 47.98MB/s 0:00:00 (xfr#10, to-chk=185/234) |
13-Nov-2024 18:30:16 | 352,736 8% 42.05MB/s 0:00:00 (xfr#11, to-chk=181/234) |
13-Nov-2024 18:30:16 | 413,182 10% 24.63MB/s 0:00:00 (xfr#12, to-chk=180/234) |
13-Nov-2024 18:30:16 | 413,740 10% 24.66MB/s 0:00:00 (xfr#13, to-chk=179/234) |
13-Nov-2024 18:30:16 | 438,177 10% 26.12MB/s 0:00:00 (xfr#14, to-chk=178/234) |
13-Nov-2024 18:30:16 | 438,735 10% 26.15MB/s 0:00:00 (xfr#15, to-chk=174/234) |
13-Nov-2024 18:30:16 | 524,082 12% 29.40MB/s 0:00:00 (xfr#16, to-chk=173/234) |
13-Nov-2024 18:30:16 | 524,640 12% 29.43MB/s 0:00:00 (xfr#17, to-chk=172/234) |
13-Nov-2024 18:30:16 | 547,840 13% 23.75MB/s 0:00:00 (xfr#18, to-chk=171/234) |
13-Nov-2024 18:30:16 | 548,494 13% 23.78MB/s 0:00:00 (xfr#19, to-chk=167/234) |
13-Nov-2024 18:30:16 | 626,475 15% 25.98MB/s 0:00:00 (xfr#20, to-chk=166/234) |
13-Nov-2024 18:30:16 | 627,129 15% 26.00MB/s 0:00:00 (xfr#21, to-chk=165/234) |
13-Nov-2024 18:30:16 | 627,757 15% 26.03MB/s 0:00:00 (xfr#22, to-chk=164/234) |
13-Nov-2024 18:30:16 | 657,392 16% 27.26MB/s 0:00:00 (xfr#23, to-chk=163/234) |
13-Nov-2024 18:30:16 | 657,854 16% 27.28MB/s 0:00:00 (xfr#24, to-chk=159/234) |
13-Nov-2024 18:30:16 | 767,946 19% 30.52MB/s 0:00:00 (xfr#25, to-chk=158/234) |
13-Nov-2024 18:30:16 | 768,408 19% 30.53MB/s 0:00:00 (xfr#26, to-chk=157/234) |
13-Nov-2024 18:30:16 | 769,036 19% 30.56MB/s 0:00:00 (xfr#27, to-chk=156/234) |
13-Nov-2024 18:30:16 | 818,731 20% 31.23MB/s 0:00:00 (xfr#28, to-chk=155/234) |
13-Nov-2024 18:30:16 | 819,577 20% 31.26MB/s 0:00:00 (xfr#29, to-chk=151/234) |
13-Nov-2024 18:30:16 | 1,024,432 25% 30.53MB/s 0:00:00 (xfr#30, to-chk=150/234) |
13-Nov-2024 18:30:16 | 1,025,278 25% 30.56MB/s 0:00:00 (xfr#31, to-chk=149/234) |
13-Nov-2024 18:30:16 | 1,064,989 26% 27.45MB/s 0:00:00 (xfr#32, to-chk=148/234) |
13-Nov-2024 18:30:16 | 1,065,643 26% 27.47MB/s 0:00:00 (xfr#33, to-chk=144/234) |
13-Nov-2024 18:30:16 | 1,232,806 30% 30.94MB/s 0:00:00 (xfr#34, to-chk=143/234) |
13-Nov-2024 18:30:16 | 1,233,460 30% 30.16MB/s 0:00:00 (xfr#35, to-chk=142/234) |
13-Nov-2024 18:30:16 | 1,234,088 30% 30.18MB/s 0:00:00 (xfr#36, to-chk=141/234) |
13-Nov-2024 18:30:16 | 1,252,532 31% 30.63MB/s 0:00:00 (xfr#37, to-chk=140/234) |
13-Nov-2024 18:30:16 | 1,252,994 31% 30.64MB/s 0:00:00 (xfr#38, to-chk=136/234) |
13-Nov-2024 18:30:16 | 1,319,752 32% 30.70MB/s 0:00:00 (xfr#39, to-chk=135/234) |
13-Nov-2024 18:30:16 | 1,320,214 32% 29.98MB/s 0:00:00 (xfr#40, to-chk=134/234) |
13-Nov-2024 18:30:16 | 1,342,200 33% 30.48MB/s 0:00:00 (xfr#41, to-chk=133/234) |
13-Nov-2024 18:30:16 | 1,342,662 33% 30.49MB/s 0:00:00 (xfr#42, to-chk=129/234) |
13-Nov-2024 18:30:16 | 1,429,301 35% 30.98MB/s 0:00:00 (xfr#43, to-chk=128/234) |
13-Nov-2024 18:30:16 | 1,429,763 35% 30.99MB/s 0:00:00 (xfr#44, to-chk=127/234) |
13-Nov-2024 18:30:16 | 1,450,360 35% 31.44MB/s 0:00:00 (xfr#45, to-chk=126/234) |
13-Nov-2024 18:30:16 | 1,450,630 35% 31.44MB/s 0:00:00 (xfr#46, to-chk=122/234) |
13-Nov-2024 18:30:16 | 1,554,103 38% 32.22MB/s 0:00:00 (xfr#47, to-chk=121/234) |
13-Nov-2024 18:30:16 | 1,554,373 38% 32.23MB/s 0:00:00 (xfr#48, to-chk=120/234) |
13-Nov-2024 18:30:16 | 1,575,600 39% 32.67MB/s 0:00:00 (xfr#49, to-chk=119/234) |
13-Nov-2024 18:30:16 | 1,575,870 39% 31.98MB/s 0:00:00 (xfr#50, to-chk=115/234) |
13-Nov-2024 18:30:16 | 1,651,454 40% 32.81MB/s 0:00:00 (xfr#51, to-chk=114/234) |
13-Nov-2024 18:30:16 | 1,651,724 40% 32.15MB/s 0:00:00 (xfr#52, to-chk=113/234) |
13-Nov-2024 18:30:16 | 1,679,903 41% 32.04MB/s 0:00:00 (xfr#53, to-chk=112/234) |
13-Nov-2024 18:30:16 | 1,680,365 41% 32.05MB/s 0:00:00 (xfr#54, to-chk=108/234) |
13-Nov-2024 18:30:16 | 1,809,597 44% 33.84MB/s 0:00:00 (xfr#55, to-chk=107/234) |
13-Nov-2024 18:30:16 | 1,810,059 44% 33.85MB/s 0:00:00 (xfr#56, to-chk=106/234) |
13-Nov-2024 18:30:16 | 1,810,687 44% 33.86MB/s 0:00:00 (xfr#57, to-chk=105/234) |
13-Nov-2024 18:30:16 | 1,839,322 45% 33.10MB/s 0:00:00 (xfr#58, to-chk=104/234) |
13-Nov-2024 18:30:16 | 1,839,976 45% 32.50MB/s 0:00:00 (xfr#59, to-chk=100/234) |
13-Nov-2024 18:30:16 | 1,943,443 48% 33.70MB/s 0:00:00 (xfr#60, to-chk=99/234) |
13-Nov-2024 18:30:16 | 1,944,097 48% 33.71MB/s 0:00:00 (xfr#61, to-chk=98/234) |
13-Nov-2024 18:30:16 | 1,963,745 48% 33.44MB/s 0:00:00 (xfr#62, to-chk=97/234) |
13-Nov-2024 18:30:16 | 1,964,399 48% 33.45MB/s 0:00:00 (xfr#63, to-chk=93/234) |
13-Nov-2024 18:30:16 | 2,035,003 50% 31.30MB/s 0:00:00 (xfr#64, to-chk=92/234) |
13-Nov-2024 18:30:16 | 2,035,657 50% 31.31MB/s 0:00:00 (xfr#65, to-chk=91/234) |
13-Nov-2024 18:30:16 | 2,036,285 50% 29.88MB/s 0:00:00 (xfr#66, to-chk=90/234) |
13-Nov-2024 18:30:16 | 2,071,955 51% 29.94MB/s 0:00:00 (xfr#67, to-chk=89/234) |
13-Nov-2024 18:30:16 | 2,072,513 51% 29.95MB/s 0:00:00 (xfr#68, to-chk=85/234) |
13-Nov-2024 18:30:16 | 2,215,467 54% 31.07MB/s 0:00:00 (xfr#69, to-chk=84/234) |
13-Nov-2024 18:30:16 | 2,216,025 54% 31.08MB/s 0:00:00 (xfr#70, to-chk=83/234) |
13-Nov-2024 18:30:16 | 2,216,653 54% 31.09MB/s 0:00:00 (xfr#71, to-chk=82/234) |
13-Nov-2024 18:30:16 | 2,238,519 55% 30.94MB/s 0:00:00 (xfr#72, to-chk=81/234) |
13-Nov-2024 18:30:16 | 2,239,077 55% 30.95MB/s 0:00:00 (xfr#73, to-chk=77/234) |
13-Nov-2024 18:30:16 | 2,334,424 57% 31.36MB/s 0:00:00 (xfr#74, to-chk=76/234) |
13-Nov-2024 18:30:16 | 2,334,982 57% 31.36MB/s 0:00:00 (xfr#75, to-chk=75/234) |
13-Nov-2024 18:30:16 | 2,357,757 58% 31.67MB/s 0:00:00 (xfr#76, to-chk=74/234) |
13-Nov-2024 18:30:16 | 2,358,219 58% 31.24MB/s 0:00:00 (xfr#77, to-chk=70/234) |
13-Nov-2024 18:30:16 | 2,449,319 60% 32.00MB/s 0:00:00 (xfr#78, to-chk=69/234) |
13-Nov-2024 18:30:16 | 2,449,781 60% 32.00MB/s 0:00:00 (xfr#79, to-chk=68/234) |
13-Nov-2024 18:30:16 | 2,475,723 61% 31.91MB/s 0:00:00 (xfr#80, to-chk=67/234) |
13-Nov-2024 18:30:16 | 2,475,993 61% 31.91MB/s 0:00:00 (xfr#81, to-chk=63/234) |
13-Nov-2024 18:30:16 | 2,582,442 63% 32.84MB/s 0:00:00 (xfr#82, to-chk=62/234) |
13-Nov-2024 18:30:16 | 2,582,712 63% 32.84MB/s 0:00:00 (xfr#83, to-chk=61/234) |
13-Nov-2024 18:30:16 | 2,583,340 63% 32.85MB/s 0:00:00 (xfr#84, to-chk=60/234) |
13-Nov-2024 18:30:16 | 2,610,574 64% 33.20MB/s 0:00:00 (xfr#85, to-chk=59/234) |
13-Nov-2024 18:30:16 | 2,610,940 64% 33.20MB/s 0:00:00 (xfr#86, to-chk=55/234) |
13-Nov-2024 18:30:16 | 2,615,082 64% 32.81MB/s 0:00:00 (xfr#87, to-chk=54/234) |
13-Nov-2024 18:30:16 | 2,719,072 67% 33.68MB/s 0:00:00 (xfr#88, to-chk=53/234) |
13-Nov-2024 18:30:16 | 2,719,438 67% 33.68MB/s 0:00:00 (xfr#89, to-chk=52/234) |
13-Nov-2024 18:30:16 | 2,761,151 68% 34.20MB/s 0:00:00 (xfr#90, to-chk=51/234) |
13-Nov-2024 18:30:16 | 2,762,093 68% 33.77MB/s 0:00:00 (xfr#91, to-chk=47/234) |
13-Nov-2024 18:30:16 | 2,931,741 72% 35.39MB/s 0:00:00 (xfr#92, to-chk=46/234) |
13-Nov-2024 18:30:16 | 2,932,683 72% 35.40MB/s 0:00:00 (xfr#93, to-chk=45/234) |
13-Nov-2024 18:30:16 | 2,992,534 74% 35.67MB/s 0:00:00 (xfr#94, to-chk=44/234) |
13-Nov-2024 18:30:16 | 2,993,220 74% 35.68MB/s 0:00:00 (xfr#95, to-chk=40/234) |
13-Nov-2024 18:30:16 | 3,378,330 83% 39.29MB/s 0:00:00 (xfr#96, to-chk=39/234) |
13-Nov-2024 18:30:16 | 3,379,016 83% 38.83MB/s 0:00:00 (xfr#97, to-chk=38/234) |
13-Nov-2024 18:30:16 | 3,379,644 83% 38.83MB/s 0:00:00 (xfr#98, to-chk=37/234) |
13-Nov-2024 18:30:16 | 3,399,995 84% 39.07MB/s 0:00:00 (xfr#99, to-chk=36/234) |
13-Nov-2024 18:30:16 | 3,400,745 84% 39.07MB/s 0:00:00 (xfr#100, to-chk=32/234) |
13-Nov-2024 18:30:16 | 3,494,082 86% 39.67MB/s 0:00:00 (xfr#101, to-chk=31/234) |
13-Nov-2024 18:30:16 | 3,494,832 86% 39.68MB/s 0:00:00 (xfr#102, to-chk=30/234) |
13-Nov-2024 18:30:16 | 3,526,050 87% 40.03MB/s 0:00:00 (xfr#103, to-chk=29/234) |
13-Nov-2024 18:30:16 | 3,526,608 87% 40.04MB/s 0:00:00 (xfr#104, to-chk=25/234) |
13-Nov-2024 18:30:16 | 3,679,332 91% 40.33MB/s 0:00:00 (xfr#105, to-chk=24/234) |
13-Nov-2024 18:30:16 | 3,679,890 91% 40.34MB/s 0:00:00 (xfr#106, to-chk=23/234) |
13-Nov-2024 18:30:16 | 3,702,099 91% 40.58MB/s 0:00:00 (xfr#107, to-chk=22/234) |
13-Nov-2024 18:30:16 | 3,702,369 91% 40.58MB/s 0:00:00 (xfr#108, to-chk=18/234) |
13-Nov-2024 18:30:16 | 3,778,220 93% 40.95MB/s 0:00:00 (xfr#109, to-chk=17/234) |
13-Nov-2024 18:30:16 | 3,778,490 93% 40.95MB/s 0:00:00 (xfr#110, to-chk=16/234) |
13-Nov-2024 18:30:16 | 3,779,118 93% 40.96MB/s 0:00:00 (xfr#111, to-chk=15/234) |
13-Nov-2024 18:30:16 | 3,799,347 94% 41.17MB/s 0:00:00 (xfr#112, to-chk=14/234) |
13-Nov-2024 18:30:16 | 3,799,617 94% 40.71MB/s 0:00:00 (xfr#113, to-chk=10/234) |
13-Nov-2024 18:30:16 | 3,897,724 96% 41.30MB/s 0:00:00 (xfr#114, to-chk=9/234) |
13-Nov-2024 18:30:16 | 3,897,994 96% 41.30MB/s 0:00:00 (xfr#115, to-chk=8/234) |
13-Nov-2024 18:30:16 | 3,917,397 97% 41.51MB/s 0:00:00 (xfr#116, to-chk=7/234) |
13-Nov-2024 18:30:16 | 3,918,051 97% 41.06MB/s 0:00:00 (xfr#117, to-chk=3/234) |
13-Nov-2024 18:30:16 | 3,979,567 98% 41.71MB/s 0:00:00 (xfr#118, to-chk=2/234) |
13-Nov-2024 18:30:16 | 3,980,221 98% 41.71MB/s 0:00:00 (xfr#119, to-chk=1/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.81MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.36MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.36MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.36MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.36MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.36MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.36MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.36MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.36MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.36MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.36MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 41.36MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 40.92MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | 4,033,586 99% 40.49MB/s 0:00:00 (xfr#120, to-chk=0/234) |
13-Nov-2024 18:30:16 | [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-nm2jc: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.13-18.15.57/pod-logs/dev-oneclient-krakow-7d9476b8bc-nm2jc/oneclient_logs |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=198/231) |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 |
13-Nov-2024 18:30:16 | 628 0% 613.28kB/s 0:00:00 (xfr#1, to-chk=197/231) |
13-Nov-2024 18:30:16 | 628 0% 613.28kB/s 0:00:00 (xfr#1, to-chk=190/231) |
13-Nov-2024 18:30:16 | 23,839 0% 1012.19kB/s 0:00:00 (xfr#2, to-chk=196/231) |
13-Nov-2024 18:30:16 | 24,205 0% 1.00MB/s 0:00:00 (xfr#3, to-chk=192/231) |
13-Nov-2024 18:30:16 | 99,542 3% 2.57MB/s 0:00:00 (xfr#4, to-chk=191/231) |
13-Nov-2024 18:30:16 | 99,908 3% 2.58MB/s 0:00:00 (xfr#5, to-chk=190/231) |
13-Nov-2024 18:30:16 | 122,870 4% 2.86MB/s 0:00:00 (xfr#6, to-chk=189/231) |
13-Nov-2024 18:30:16 | 123,524 4% 2.87MB/s 0:00:00 (xfr#7, to-chk=185/231) |
13-Nov-2024 18:30:16 | 210,571 7% 3.59MB/s 0:00:00 (xfr#8, to-chk=184/231) |
13-Nov-2024 18:30:16 | 211,225 7% 3.60MB/s 0:00:00 (xfr#9, to-chk=183/231) |
13-Nov-2024 18:30:16 | 238,757 8% 4.07MB/s 0:00:00 (xfr#10, to-chk=182/231) |
13-Nov-2024 18:30:16 | 239,123 8% 4.07MB/s 0:00:00 (xfr#11, to-chk=178/231) |
13-Nov-2024 18:30:16 | 340,261 11% 4.16MB/s 0:00:00 (xfr#12, to-chk=177/231) |
13-Nov-2024 18:30:16 | 340,627 11% 4.16MB/s 0:00:00 (xfr#13, to-chk=176/231) |
13-Nov-2024 18:30:16 | 355,131 11% 4.34MB/s 0:00:00 (xfr#14, to-chk=175/231) |
13-Nov-2024 18:30:16 | 355,497 11% 4.35MB/s 0:00:00 (xfr#15, to-chk=171/231) |
13-Nov-2024 18:30:16 | 414,517 13% 4.49MB/s 0:00:00 (xfr#16, to-chk=170/231) |
13-Nov-2024 18:30:16 | 414,883 13% 4.50MB/s 0:00:00 (xfr#17, to-chk=169/231) |
13-Nov-2024 18:30:16 | 442,586 14% 4.74MB/s 0:00:00 (xfr#18, to-chk=168/231) |
13-Nov-2024 18:30:16 | 443,048 14% 4.75MB/s 0:00:00 (xfr#19, to-chk=164/231) |
13-Nov-2024 18:30:16 | 538,566 18% 5.58MB/s 0:00:00 (xfr#20, to-chk=163/231) |
13-Nov-2024 18:30:16 | 539,028 18% 5.59MB/s 0:00:00 (xfr#21, to-chk=162/231) |
13-Nov-2024 18:30:16 | 559,685 18% 5.80MB/s 0:00:00 (xfr#22, to-chk=161/231) |
13-Nov-2024 18:30:16 | 560,051 18% 5.74MB/s 0:00:00 (xfr#23, to-chk=157/231) |
13-Nov-2024 18:30:16 | 642,659 21% 6.59MB/s 0:00:00 (xfr#24, to-chk=156/231) |
13-Nov-2024 18:30:16 | 643,025 21% 6.59MB/s 0:00:00 (xfr#25, to-chk=155/231) |
13-Nov-2024 18:30:16 | 659,748 22% 6.69MB/s 0:00:00 (xfr#26, to-chk=154/231) |
13-Nov-2024 18:30:16 | 660,114 22% 6.70MB/s 0:00:00 (xfr#27, to-chk=150/231) |
13-Nov-2024 18:30:16 | 720,709 24% 7.23MB/s 0:00:00 (xfr#28, to-chk=149/231) |
13-Nov-2024 18:30:16 | 721,075 24% 7.16MB/s 0:00:00 (xfr#29, to-chk=148/231) |
13-Nov-2024 18:30:16 | 721,703 24% 7.17MB/s 0:00:00 (xfr#30, to-chk=147/231) |
13-Nov-2024 18:30:16 | 737,822 24% 7.33MB/s 0:00:00 (xfr#31, to-chk=146/231) |
13-Nov-2024 18:30:16 | 738,284 24% 7.26MB/s 0:00:00 (xfr#32, to-chk=142/231) |
13-Nov-2024 18:30:16 | 795,633 26% 7.74MB/s 0:00:00 (xfr#33, to-chk=141/231) |
13-Nov-2024 18:30:16 | 796,095 26% 7.75MB/s 0:00:00 (xfr#34, to-chk=140/231) |
13-Nov-2024 18:30:16 | 816,730 27% 7.95MB/s 0:00:00 (xfr#35, to-chk=139/231) |
13-Nov-2024 18:30:16 | 817,384 27% 7.87MB/s 0:00:00 (xfr#36, to-chk=135/231) |
13-Nov-2024 18:30:16 | 884,355 29% 8.11MB/s 0:00:00 (xfr#37, to-chk=134/231) |
13-Nov-2024 18:30:16 | 885,009 29% 8.04MB/s 0:00:00 (xfr#38, to-chk=133/231) |
13-Nov-2024 18:30:16 | 904,543 30% 8.22MB/s 0:00:00 (xfr#39, to-chk=132/231) |
13-Nov-2024 18:30:16 | 905,005 30% 8.22MB/s 0:00:00 (xfr#40, to-chk=128/231) |
13-Nov-2024 18:30:16 | 968,739 32% 8.80MB/s 0:00:00 (xfr#41, to-chk=127/231) |
13-Nov-2024 18:30:16 | 969,201 32% 8.72MB/s 0:00:00 (xfr#42, to-chk=126/231) |
13-Nov-2024 18:30:16 | 969,829 32% 8.73MB/s 0:00:00 (xfr#43, to-chk=125/231) |
13-Nov-2024 18:30:16 | 985,732 33% 8.87MB/s 0:00:00 (xfr#44, to-chk=124/231) |
13-Nov-2024 18:30:16 | 986,194 33% 8.87MB/s 0:00:00 (xfr#45, to-chk=120/231) |
13-Nov-2024 18:30:16 | 1,045,937 35% 9.41MB/s 0:00:00 (xfr#46, to-chk=119/231) |
13-Nov-2024 18:30:16 | 1,046,399 35% 9.41MB/s 0:00:00 (xfr#47, to-chk=118/231) |
13-Nov-2024 18:30:16 | 1,068,024 35% 9.52MB/s 0:00:00 (xfr#48, to-chk=117/231) |
13-Nov-2024 18:30:16 | 1,068,390 35% 9.52MB/s 0:00:00 (xfr#49, to-chk=113/231) |
13-Nov-2024 18:30:16 | 1,142,204 38% 9.47MB/s 0:00:00 (xfr#50, to-chk=112/231) |
13-Nov-2024 18:30:16 | 1,142,570 38% 9.48MB/s 0:00:00 (xfr#51, to-chk=111/231) |
13-Nov-2024 18:30:16 | 1,143,198 38% 9.48MB/s 0:00:00 (xfr#52, to-chk=110/231) |
13-Nov-2024 18:30:16 | 1,165,320 39% 9.58MB/s 0:00:00 (xfr#53, to-chk=109/231) |
13-Nov-2024 18:30:16 | 1,165,782 39% 9.58MB/s 0:00:00 (xfr#54, to-chk=105/231) |
13-Nov-2024 18:30:16 | 1,261,549 42% 10.28MB/s 0:00:00 (xfr#55, to-chk=104/231) |
13-Nov-2024 18:30:16 | 1,262,011 42% 10.29MB/s 0:00:00 (xfr#56, to-chk=103/231) |
13-Nov-2024 18:30:16 | 1,278,825 43% 10.42MB/s 0:00:00 (xfr#57, to-chk=102/231) |
13-Nov-2024 18:30:16 | 1,279,287 43% 10.34MB/s 0:00:00 (xfr#58, to-chk=98/231) |
13-Nov-2024 18:30:16 | 1,345,329 45% 10.87MB/s 0:00:00 (xfr#59, to-chk=97/231) |
13-Nov-2024 18:30:16 | 1,345,791 45% 10.79MB/s 0:00:00 (xfr#60, to-chk=96/231) |
13-Nov-2024 18:30:16 | 1,367,132 46% 10.96MB/s 0:00:00 (xfr#61, to-chk=95/231) |
13-Nov-2024 18:30:16 | 1,367,594 46% 10.96MB/s 0:00:00 (xfr#62, to-chk=91/231) |
13-Nov-2024 18:30:16 | 1,456,066 49% 11.57MB/s 0:00:00 (xfr#63, to-chk=90/231) |
13-Nov-2024 18:30:16 | 1,456,528 49% 11.58MB/s 0:00:00 (xfr#64, to-chk=89/231) |
13-Nov-2024 18:30:16 | 1,483,348 49% 11.69MB/s 0:00:00 (xfr#65, to-chk=88/231) |
13-Nov-2024 18:30:16 | 1,483,906 49% 11.60MB/s 0:00:00 (xfr#66, to-chk=84/231) |
13-Nov-2024 18:30:16 | 1,570,238 52% 11.98MB/s 0:00:00 (xfr#67, to-chk=83/231) |
13-Nov-2024 18:30:16 | 1,570,796 52% 11.98MB/s 0:00:00 (xfr#68, to-chk=82/231) |
13-Nov-2024 18:30:16 | 1,591,535 53% 12.05MB/s 0:00:00 (xfr#69, to-chk=81/231) |
13-Nov-2024 18:30:16 | 1,592,189 53% 12.05MB/s 0:00:00 (xfr#70, to-chk=77/231) |
13-Nov-2024 18:30:16 | 1,663,297 56% 12.59MB/s 0:00:00 (xfr#71, to-chk=76/231) |
13-Nov-2024 18:30:16 | 1,663,951 56% 12.50MB/s 0:00:00 (xfr#72, to-chk=75/231) |
13-Nov-2024 18:30:16 | 1,693,640 57% 12.62MB/s 0:00:00 (xfr#73, to-chk=74/231) |
13-Nov-2024 18:30:16 | 1,694,486 57% 12.53MB/s 0:00:00 (xfr#74, to-chk=70/231) |
13-Nov-2024 18:30:16 | 1,802,293 60% 12.02MB/s 0:00:00 (xfr#75, to-chk=69/231) |
13-Nov-2024 18:30:16 | 1,803,139 60% 12.03MB/s 0:00:00 (xfr#76, to-chk=68/231) |
13-Nov-2024 18:30:16 | 1,824,616 61% 12.17MB/s 0:00:00 (xfr#77, to-chk=67/231) |
13-Nov-2024 18:30:16 | 1,825,270 61% 12.17MB/s 0:00:00 (xfr#78, to-chk=63/231) |
13-Nov-2024 18:30:16 | 1,920,650 64% 11.59MB/s 0:00:00 (xfr#79, to-chk=62/231) |
13-Nov-2024 18:30:16 | 1,921,304 64% 11.60MB/s 0:00:00 (xfr#80, to-chk=61/231) |
13-Nov-2024 18:30:16 | 1,948,143 65% 11.76MB/s 0:00:00 (xfr#81, to-chk=60/231) |
13-Nov-2024 18:30:16 | 1,948,605 65% 11.76MB/s 0:00:00 (xfr#82, to-chk=56/231) |
13-Nov-2024 18:30:16 | 2,039,362 68% 11.44MB/s 0:00:00 (xfr#83, to-chk=55/231) |
13-Nov-2024 18:30:16 | 2,039,824 68% 11.44MB/s 0:00:00 (xfr#84, to-chk=54/231) |
13-Nov-2024 18:30:16 | 2,040,452 68% 11.38MB/s 0:00:00 (xfr#85, to-chk=53/231) |
13-Nov-2024 18:30:16 | 2,066,737 69% 11.53MB/s 0:00:00 (xfr#86, to-chk=52/231) |
13-Nov-2024 18:30:16 | 2,067,295 69% 11.53MB/s 0:00:00 (xfr#87, to-chk=48/231) |
13-Nov-2024 18:30:16 | 2,164,841 72% 8.43MB/s 0:00:00 (xfr#88, to-chk=47/231) |
13-Nov-2024 18:30:16 | 2,165,399 72% 8.43MB/s 0:00:00 (xfr#89, to-chk=46/231) |
13-Nov-2024 18:30:16 | 2,166,027 72% 8.43MB/s 0:00:00 (xfr#90, to-chk=45/231) |
13-Nov-2024 18:30:16 | 2,187,292 73% 8.48MB/s 0:00:00 (xfr#91, to-chk=44/231) |
13-Nov-2024 18:30:16 | 2,187,658 73% 8.48MB/s 0:00:00 (xfr#92, to-chk=40/231) |
13-Nov-2024 18:30:16 | 2,274,243 76% 8.78MB/s 0:00:00 (xfr#93, to-chk=39/231) |
13-Nov-2024 18:30:16 | 2,274,609 76% 8.61MB/s 0:00:00 (xfr#94, to-chk=38/231) |
13-Nov-2024 18:30:16 | 2,275,237 76% 8.61MB/s 0:00:00 (xfr#95, to-chk=37/231) |
13-Nov-2024 18:30:16 | 2,304,605 77% 8.69MB/s 0:00:00 (xfr#96, to-chk=36/231) |
13-Nov-2024 18:30:16 | 2,305,163 77% 8.69MB/s 0:00:00 (xfr#97, to-chk=32/231) |
13-Nov-2024 18:30:16 | 2,407,047 81% 9.00MB/s 0:00:00 (xfr#98, to-chk=31/231) |
13-Nov-2024 18:30:16 | 2,407,605 81% 9.00MB/s 0:00:00 (xfr#99, to-chk=30/231) |
13-Nov-2024 18:30:16 | 2,422,348 81% 8.99MB/s 0:00:00 (xfr#100, to-chk=29/231) |
13-Nov-2024 18:30:16 | 2,423,002 81% 8.96MB/s 0:00:00 (xfr#101, to-chk=25/231) |
13-Nov-2024 18:30:16 | 2,473,718 83% 9.14MB/s 0:00:00 (xfr#102, to-chk=24/231) |
13-Nov-2024 18:30:16 | 2,474,372 83% 9.15MB/s 0:00:00 (xfr#103, to-chk=23/231) |
13-Nov-2024 18:30:16 | 2,475,000 83% 9.11MB/s 0:00:00 (xfr#104, to-chk=22/231) |
13-Nov-2024 18:30:16 | 2,491,913 83% 9.18MB/s 0:00:00 (xfr#105, to-chk=21/231) |
13-Nov-2024 18:30:16 | 2,492,375 83% 9.18MB/s 0:00:00 (xfr#106, to-chk=17/231) |
13-Nov-2024 18:30:16 | 2,547,483 85% 9.34MB/s 0:00:00 (xfr#107, to-chk=16/231) |
13-Nov-2024 18:30:16 | 2,547,945 85% 9.35MB/s 0:00:00 (xfr#108, to-chk=15/231) |
13-Nov-2024 18:30:16 | 2,582,946 86% 9.47MB/s 0:00:00 (xfr#109, to-chk=14/231) |
13-Nov-2024 18:30:16 | 2,583,504 86% 9.48MB/s 0:00:00 (xfr#110, to-chk=10/231) |
13-Nov-2024 18:30:16 | 2,717,404 91% 9.89MB/s 0:00:00 (xfr#111, to-chk=9/231) |
13-Nov-2024 18:30:16 | 2,717,962 91% 9.89MB/s 0:00:00 (xfr#112, to-chk=8/231) |
13-Nov-2024 18:30:16 | 2,757,521 92% 10.04MB/s 0:00:00 (xfr#113, to-chk=7/231) |
13-Nov-2024 18:30:16 | 2,758,271 92% 10.00MB/s 0:00:00 (xfr#114, to-chk=3/231) |
13-Nov-2024 18:30:16 | 2,919,090 98% 10.47MB/s 0:00:00 (xfr#115, to-chk=2/231) |
13-Nov-2024 18:30:16 | 2,919,840 98% 10.47MB/s 0:00:00 (xfr#116, to-chk=1/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.63MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.13MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 10.13MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 9.92MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 9.92MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 9.92MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 9.92MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 9.92MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | 2,965,013 99% 9.33MB/s 0:00:00 (xfr#117, to-chk=0/231) |
13-Nov-2024 18:30:16 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.13-18.15.57/pod-logs/dev-oneprovider-krakow-0/op-worker |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=79/82) |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 |
13-Nov-2024 18:30:16 | 42,614 6% 40.64MB/s 0:00:00 (xfr#2, to-chk=77/82) |
13-Nov-2024 18:30:16 | 83,345 13% 79.48MB/s 0:00:00 (xfr#3, to-chk=75/82) |
13-Nov-2024 18:30:16 | 83,345 13% 79.48MB/s 0:00:00 (xfr#4, to-chk=73/82) |
13-Nov-2024 18:30:16 | 83,345 13% 79.48MB/s 0:00:00 (xfr#5, to-chk=71/82) |
13-Nov-2024 18:30:16 | 122,641 19% 116.96MB/s 0:00:00 (xfr#6, to-chk=69/82) |
13-Nov-2024 18:30:16 | 122,791 19% 117.10MB/s 0:00:00 (xfr#7, to-chk=67/82) |
13-Nov-2024 18:30:16 | 123,088 19% 117.39MB/s 0:00:00 (xfr#8, to-chk=65/82) |
13-Nov-2024 18:30:16 | 212,102 33% 40.46MB/s 0:00:00 (xfr#9, to-chk=63/82) |
13-Nov-2024 18:30:16 | 212,608 33% 40.55MB/s 0:00:00 (xfr#10, to-chk=53/82) |
13-Nov-2024 18:30:16 | 219,095 34% 41.79MB/s 0:00:00 (xfr#11, to-chk=52/82) |
13-Nov-2024 18:30:16 | 226,162 35% 35.95MB/s 0:00:00 (xfr#12, to-chk=51/82) |
13-Nov-2024 18:30:16 | 233,962 36% 37.19MB/s 0:00:00 (xfr#13, to-chk=50/82) |
13-Nov-2024 18:30:16 | 241,475 38% 32.90MB/s 0:00:00 (xfr#14, to-chk=49/82) |
13-Nov-2024 18:30:16 | 245,059 38% 33.39MB/s 0:00:00 (xfr#15, to-chk=48/82) |
13-Nov-2024 18:30:16 | 250,011 39% 34.06MB/s 0:00:00 (xfr#16, to-chk=47/82) |
13-Nov-2024 18:30:16 | 256,502 40% 34.95MB/s 0:00:00 (xfr#17, to-chk=46/82) |
13-Nov-2024 18:30:16 | 262,706 41% 35.79MB/s 0:00:00 (xfr#18, to-chk=45/82) |
13-Nov-2024 18:30:16 | 270,506 42% 36.85MB/s 0:00:00 (xfr#19, to-chk=44/82) |
13-Nov-2024 18:30:16 | 274,603 43% 37.41MB/s 0:00:00 (xfr#20, to-chk=43/82) |
13-Nov-2024 18:30:16 | 280,530 44% 33.44MB/s 0:00:00 (xfr#21, to-chk=42/82) |
13-Nov-2024 18:30:16 | 281,319 44% 33.54MB/s 0:00:00 (xfr#22, to-chk=41/82) |
13-Nov-2024 18:30:16 | 284,333 44% 33.90MB/s 0:00:00 (xfr#23, to-chk=40/82) |
13-Nov-2024 18:30:16 | 287,068 45% 34.22MB/s 0:00:00 (xfr#24, to-chk=39/82) |
13-Nov-2024 18:30:16 | 294,591 46% 35.12MB/s 0:00:00 (xfr#25, to-chk=38/82) |
13-Nov-2024 18:30:16 | 297,035 46% 35.41MB/s 0:00:00 (xfr#26, to-chk=37/82) |
13-Nov-2024 18:30:16 | 300,049 47% 35.77MB/s 0:00:00 (xfr#27, to-chk=36/82) |
13-Nov-2024 18:30:16 | 301,131 47% 35.90MB/s 0:00:00 (xfr#28, to-chk=35/82) |
13-Nov-2024 18:30:16 | 306,478 48% 32.48MB/s 0:00:00 (xfr#29, to-chk=34/82) |
13-Nov-2024 18:30:16 | 308,409 48% 32.68MB/s 0:00:00 (xfr#30, to-chk=33/82) |
13-Nov-2024 18:30:16 | 310,910 48% 32.95MB/s 0:00:00 (xfr#31, to-chk=32/82) |
13-Nov-2024 18:30:16 | 317,969 50% 33.69MB/s 0:00:00 (xfr#32, to-chk=31/82) |
13-Nov-2024 18:30:16 | 323,890 50% 34.32MB/s 0:00:00 (xfr#33, to-chk=30/82) |
13-Nov-2024 18:30:16 | 330,666 52% 31.53MB/s 0:00:00 (xfr#34, to-chk=29/82) |
13-Nov-2024 18:30:16 | 334,250 52% 31.88MB/s 0:00:00 (xfr#35, to-chk=28/82) |
13-Nov-2024 18:30:16 | 340,456 53% 32.47MB/s 0:00:00 (xfr#36, to-chk=27/82) |
13-Nov-2024 18:30:16 | 345,121 54% 32.91MB/s 0:00:00 (xfr#37, to-chk=26/82) |
13-Nov-2024 18:30:16 | 348,988 54% 33.28MB/s 0:00:00 (xfr#38, to-chk=25/82) |
13-Nov-2024 18:30:16 | 350,634 55% 33.44MB/s 0:00:00 (xfr#39, to-chk=24/82) |
13-Nov-2024 18:30:16 | 356,270 56% 30.89MB/s 0:00:00 (xfr#40, to-chk=23/82) |
13-Nov-2024 18:30:16 | 361,222 56% 31.32MB/s 0:00:00 (xfr#41, to-chk=22/82) |
13-Nov-2024 18:30:16 | 362,011 56% 31.39MB/s 0:00:00 (xfr#42, to-chk=21/82) |
13-Nov-2024 18:30:16 | 364,227 57% 28.95MB/s 0:00:00 (xfr#43, to-chk=20/82) |
13-Nov-2024 18:30:16 | 368,096 57% 29.25MB/s 0:00:00 (xfr#44, to-chk=19/82) |
13-Nov-2024 18:30:16 | 372,478 58% 29.60MB/s 0:00:00 (xfr#45, to-chk=18/82) |
13-Nov-2024 18:30:16 | 379,252 59% 30.14MB/s 0:00:00 (xfr#46, to-chk=17/82) |
13-Nov-2024 18:30:16 | 379,756 59% 30.18MB/s 0:00:00 (xfr#47, to-chk=16/82) |
13-Nov-2024 18:30:16 | 384,138 60% 28.18MB/s 0:00:00 (xfr#48, to-chk=15/82) |
13-Nov-2024 18:30:16 | 384,359 60% 28.20MB/s 0:00:00 (xfr#49, to-chk=14/82) |
13-Nov-2024 18:30:16 | 389,026 61% 28.54MB/s 0:00:00 (xfr#50, to-chk=13/82) |
13-Nov-2024 18:30:16 | 390,393 61% 28.64MB/s 0:00:00 (xfr#51, to-chk=12/82) |
13-Nov-2024 18:30:16 | 393,692 61% 28.88MB/s 0:00:00 (xfr#52, to-chk=11/82) |
13-Nov-2024 18:30:16 | 399,326 62% 29.29MB/s 0:00:00 (xfr#53, to-chk=10/82) |
13-Nov-2024 18:30:16 | 401,257 63% 29.44MB/s 0:00:00 (xfr#54, to-chk=9/82) |
13-Nov-2024 18:30:16 | 402,331 63% 29.51MB/s 0:00:00 (xfr#55, to-chk=8/82) |
13-Nov-2024 18:30:16 | 405,060 63% 29.72MB/s 0:00:00 (xfr#56, to-chk=7/82) |
13-Nov-2024 18:30:16 | 406,417 63% 29.81MB/s 0:00:00 (xfr#57, to-chk=6/82) |
13-Nov-2024 18:30:16 | 409,716 64% 30.06MB/s 0:00:00 (xfr#58, to-chk=5/82) |
13-Nov-2024 18:30:16 | 415,067 65% 28.27MB/s 0:00:00 (xfr#59, to-chk=4/82) |
13-Nov-2024 18:30:16 | 415,287 65% 28.29MB/s 0:00:00 (xfr#60, to-chk=3/82) |
13-Nov-2024 18:30:16 | 419,441 66% 28.57MB/s 0:00:00 (xfr#61, to-chk=2/82) |
13-Nov-2024 18:30:16 | 421,087 66% 28.68MB/s 0:00:00 (xfr#62, to-chk=1/82) |
13-Nov-2024 18:30:16 | 423,303 66% 28.84MB/s 0:00:00 (xfr#63, to-chk=0/82) |
13-Nov-2024 18:30:16 | 423,303 66% 28.84MB/s 0:00:00 (xfr#63, to-chk=0/82) |
13-Nov-2024 18:30:16 | 423,303 66% 28.84MB/s 0:00:00 (xfr#63, to-chk=0/82) |
13-Nov-2024 18:30:16 | 423,303 66% 22.43MB/s 0:00:00 (xfr#63, to-chk=0/82) |
13-Nov-2024 18:30:16 | 423,303 66% 22.43MB/s 0:00:00 (xfr#63, to-chk=0/82) |
13-Nov-2024 18:30:16 | 423,303 66% 22.43MB/s 0:00:00 (xfr#63, to-chk=0/82) |
13-Nov-2024 18:30:16 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.13-18.15.57/pod-logs/dev-oneprovider-krakow-0/op-panel |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 |
13-Nov-2024 18:30:16 | 23,878 16% 22.77MB/s 0:00:00 (xfr#2, to-chk=9/14) |
13-Nov-2024 18:30:16 | 48,734 33% 46.48MB/s 0:00:00 (xfr#3, to-chk=7/14) |
13-Nov-2024 18:30:16 | 48,734 33% 46.48MB/s 0:00:00 (xfr#4, to-chk=5/14) |
13-Nov-2024 18:30:16 | 72,409 49% 69.05MB/s 0:00:00 (xfr#5, to-chk=3/14) |
13-Nov-2024 18:30:16 | 72,700 50% 69.33MB/s 0:00:00 (xfr#6, to-chk=1/14) |
13-Nov-2024 18:30:16 | 72,700 50% 23.11MB/s 0:00:00 (xfr#6, to-chk=0/14) |
13-Nov-2024 18:30:16 | [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.13-18.15.57/pod-logs/dev-oneprovider-krakow-0/cluster-manager |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 |
13-Nov-2024 18:30:16 | 2,022 14% 1.93MB/s 0:00:00 (xfr#2, to-chk=9/14) |
13-Nov-2024 18:30:16 | 4,776 34% 4.55MB/s 0:00:00 (xfr#3, to-chk=7/14) |
13-Nov-2024 18:30:16 | 4,776 34% 4.55MB/s 0:00:00 (xfr#4, to-chk=5/14) |
13-Nov-2024 18:30:16 | 6,595 48% 6.29MB/s 0:00:00 (xfr#5, to-chk=3/14) |
13-Nov-2024 18:30:16 | 6,857 50% 6.54MB/s 0:00:00 (xfr#6, to-chk=1/14) |
13-Nov-2024 18:30:16 | 6,857 50% 2.18MB/s 0:00:00 (xfr#6, to-chk=0/14) |
13-Nov-2024 18:30:16 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.13-18.15.57/pod-logs/dev-onezone-0/oz-worker |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=15/18) |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 |
13-Nov-2024 18:30:16 | 23,854 7% 22.75MB/s 0:00:00 (xfr#2, to-chk=13/18) |
13-Nov-2024 18:30:16 | 48,475 14% 46.23MB/s 0:00:00 (xfr#3, to-chk=11/18) |
13-Nov-2024 18:30:16 | 48,475 14% 46.23MB/s 0:00:00 (xfr#4, to-chk=9/18) |
13-Nov-2024 18:30:16 | 71,849 21% 68.52MB/s 0:00:00 (xfr#5, to-chk=7/18) |
13-Nov-2024 18:30:16 | 71,940 21% 68.61MB/s 0:00:00 (xfr#6, to-chk=5/18) |
13-Nov-2024 18:30:16 | 72,237 21% 68.89MB/s 0:00:00 (xfr#7, to-chk=3/18) |
13-Nov-2024 18:30:16 | 169,184 50% 32.27MB/s 0:00:00 (xfr#8, to-chk=1/18) |
13-Nov-2024 18:30:16 | 169,184 50% 26.89MB/s 0:00:00 (xfr#8, to-chk=0/18) |
13-Nov-2024 18:30:16 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.13-18.15.57/pod-logs/dev-onezone-0/oz-panel |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 |
13-Nov-2024 18:30:16 | 55,432 12% 52.86MB/s 0:00:00 (xfr#2, to-chk=9/14) |
13-Nov-2024 18:30:16 | 112,451 25% 107.24MB/s 0:00:00 (xfr#3, to-chk=7/14) |
13-Nov-2024 18:30:16 | 161,825 37% 77.16MB/s 0:00:00 (xfr#4, to-chk=5/14) |
13-Nov-2024 18:30:16 | 217,054 49% 103.50MB/s 0:00:00 (xfr#5, to-chk=3/14) |
13-Nov-2024 18:30:16 | 217,345 50% 103.64MB/s 0:00:00 (xfr#6, to-chk=1/14) |
13-Nov-2024 18:30:16 | 217,345 50% 51.82MB/s 0:00:00 (xfr#6, to-chk=0/14) |
13-Nov-2024 18:30:16 | [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.13-18.15.57/pod-logs/dev-onezone-0/cluster-manager |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 (xfr#1, to-chk=11/14) |
13-Nov-2024 18:30:16 | 0 0% 0.00kB/s 0:00:00 |
13-Nov-2024 18:30:16 | 1,977 14% 1.89MB/s 0:00:00 (xfr#2, to-chk=9/14) |
13-Nov-2024 18:30:16 | 4,664 34% 4.45MB/s 0:00:00 (xfr#3, to-chk=7/14) |
13-Nov-2024 18:30:16 | 4,664 34% 4.45MB/s 0:00:00 (xfr#4, to-chk=5/14) |
13-Nov-2024 18:30:16 | 6,438 48% 6.14MB/s 0:00:00 (xfr#5, to-chk=3/14) |
13-Nov-2024 18:30:16 | 6,700 50% 6.39MB/s 0:00:00 (xfr#6, to-chk=1/14) |
13-Nov-2024 18:30:16 | 6,700 50% 6.39MB/s 0:00:00 (xfr#6, to-chk=0/14) |
13-Nov-2024 18:30:16 | [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.1731522607.501983 exists, exporting anyway. |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | =============================== warnings summary =============================== |
13-Nov-2024 18:30:16 | tests/utils/rest_utils.py:98 |
13-Nov-2024 18:30:16 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ ' |
13-Nov-2024 18:30:16 | print(""" |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | tests/utils/path_utils.py:112 |
13-Nov-2024 18:30:16 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ ' |
13-Nov-2024 18:30:16 | return path.replace("'", "\\'").replace(' ', '\ ') |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | tests/utils/acceptance_utils.py:55 |
13-Nov-2024 18:30:16 | /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' |
13-Nov-2024 18:30:16 | '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?')) |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | tests/utils/acceptance_utils.py:57 |
13-Nov-2024 18:30:16 | /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' |
13-Nov-2024 18:30:16 | '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?')) |
13-Nov-2024 18:30:16 | |
13-Nov-2024 18:30:16 | -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
13-Nov-2024 18:30:16 | - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH/onedata-acceptance/test-reports/results.xml - |
13-Nov-2024 18:30:16 | ================== 27 passed, 4 warnings in 861.90s (0:14:21) ================== |
13-Nov-2024 18:30:20 | release "dev" uninstalled |
13-Nov-2024 18:30:21 | persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted |
13-Nov-2024 18:30:26 | No resources found |
13-Nov-2024 18:30:27 | Sidecar injection has been disabled |
13-Nov-2024 18:30:27 | Cleaning helm release "dev"... |
13-Nov-2024 18:30:27 | Deleted 1 helm deployments |
13-Nov-2024 18:30:27 | Deleted 0 k8s deployments |
13-Nov-2024 18:30:27 | Deleted 0 k8s services |
13-Nov-2024 18:30:27 | Deleted 0 persistent volumes |
13-Nov-2024 18:30:27 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
13-Nov-2024 18:30:27 | [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone |
13-Nov-2024 18:30:27 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
13-Nov-2024 18:30:27 | [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider |
13-Nov-2024 18:30:27 | [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli |
13-Nov-2024 18:30:27 | [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name |
13-Nov-2024 18:30:27 | [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient |
13-Nov-2024 18:30:27 | Finished task 'Run acceptance oneclient tests' with result: Success |
13-Nov-2024 18:30:27 | Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' |
13-Nov-2024 18:30:27 | Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH... |
13-Nov-2024 18:30:27 | Finished task 'Parse test results' with result: Success |
13-Nov-2024 18:30:27 | All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
13-Nov-2024 18:30:27 | Substituting variable: ${bamboo.artifactRepoHostname} with S3 |
13-Nov-2024 18:30:27 | Substituting variable: ${bamboo.artifactRepoPort} with 10161 |
13-Nov-2024 18:30:27 | Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu |
13-Nov-2024 18:30:27 | Substituting variable: ${bamboo.planRepository.branchName} with develop |
13-Nov-2024 18:30:27 | Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance |
13-Nov-2024 18:30:27 | Substituting variable: ${bamboo.artifactRepoHostname} with S3 |
13-Nov-2024 18:30:27 | Substituting variable: ${bamboo.artifactRepoPort} with 10161 |
13-Nov-2024 18:30:27 | Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu |
13-Nov-2024 18:30:27 | Substituting variable: ${bamboo.planRepository.branchName} with develop |
13-Nov-2024 18:30:27 | Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance |
13-Nov-2024 18:30:27 | Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
13-Nov-2024 18:30:27 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider directory CRUD multiclient directio hardlinks #3363 (ODSRV-OAP-SDCMDH-3363)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SDCMDH-3363-ScriptBuildTask-261239815670224132.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH/onedata-acceptance |
13-Nov-2024 18:30:27 | ./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 |
13-Nov-2024 18:30:28 | Uploading artifact |
13-Nov-2024 18:30:28 | source path: surefire_singleprovider_directory_CRUD_multiclient_directio_hardlinks.tar.gz |
13-Nov-2024 18:30:28 | dest. path: artifacts/onedata-acceptance/develop/surefire_singleprovider_directory_CRUD_multiclient_directio_hardlinks.tar.gz |
13-Nov-2024 18:30:28 | Finished task 'Pack and push surefire artifact' with result: Success |
13-Nov-2024 18:30:28 | All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
13-Nov-2024 18:30:28 | Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
13-Nov-2024 18:30:28 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider directory CRUD multiclient directio hardlinks #3363 (ODSRV-OAP-SDCMDH-3363)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SDCMDH-3363-ScriptBuildTask-18306893587046852919.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH |
13-Nov-2024 18:30:28 | cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory |
13-Nov-2024 18:30:28 | Finished task 'Pack logs' with result: Success |
13-Nov-2024 18:30:28 | All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,} |
13-Nov-2024 18:30:28 | Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh |
13-Nov-2024 18:30:28 | Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
13-Nov-2024 18:30:28 | Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider directory CRUD multiclient directio hardlinks #3363 (ODSRV-OAP-SDCMDH-3363)' ... running command line: /home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SDCMDH-3363-ScriptBuildTask-15352176838957416068.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH/onedata-acceptance |
13-Nov-2024 18:30:28 | % Total % Received % Xferd Average Speed Time Time Time Current |
13-Nov-2024 18:30:28 | Dload Upload Total Spent Left Speed |
13-Nov-2024 18:30:28 | |
13-Nov-2024 18:30:28 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
13-Nov-2024 18:30:28 | 100 4822 100 4822 0 0 54795 0 --:--:-- --:--:-- --:--:-- 54795 |
13-Nov-2024 18:30:28 | Clearing /tmp/onedata and /home/bamboo/.one-env |
13-Nov-2024 18:30:30 | Cleaning helm deployments |
13-Nov-2024 18:30:30 | Cleanining pods |
13-Nov-2024 18:30:30 | Cleaning kube persistant volumes |
13-Nov-2024 18:30:30 | Cleaning dockswift container |
13-Nov-2024 18:30:30 | Cleaning docker containers |
13-Nov-2024 18:30:33 | Stalled docker containers to remove: |
13-Nov-2024 18:30:33 | ae677485c929 c02191843ed8 34b939b6903e 0dc1eea62032 c615db33070c d45aa7f90980 7ee96ccba349 13b184449de2 ed6b42f2532b 74be80548678 0b4a8f0914aa 0c0ec7f3473a 3260be279e3e 95cc6c79ee65 e9ad7b9b661a 703c7ffda5ba |
13-Nov-2024 18:30:33 | Removing stalled docker containers |
13-Nov-2024 18:30:33 | Error response from daemon: Cannot kill container: ae677485c929: Container ae677485c929c408b796b88cc3d4cefec83edd2f0f33d95f473e31c4f4a6c813 is not running |
13-Nov-2024 18:30:33 | ae677485c929 |
13-Nov-2024 18:30:33 | Error response from daemon: Cannot kill container: c02191843ed8: Container c02191843ed8e7d312f418d9ffdf12755a4830857f99246245ac6b37c816925f is not running |
13-Nov-2024 18:30:33 | c02191843ed8 |
13-Nov-2024 18:30:33 | Error response from daemon: Cannot kill container: 34b939b6903e: Container 34b939b6903e62ce7ad948a93c326bc1f559684ad5081f595e5918eb29b50b0b is not running |
13-Nov-2024 18:30:33 | 34b939b6903e |
13-Nov-2024 18:30:33 | Error response from daemon: Cannot kill container: 0dc1eea62032: Container 0dc1eea620324e9d66558ee1d2153d3d3a14769131fb31ba4c88af05b08b0ab9 is not running |
13-Nov-2024 18:30:33 | 0dc1eea62032 |
13-Nov-2024 18:30:33 | Error response from daemon: Cannot kill container: c615db33070c: Container c615db33070c7e3f985cc03bc5e20e9b67c21e75d688ed8a5d0c256f541723ac is not running |
13-Nov-2024 18:30:34 | c615db33070c |
13-Nov-2024 18:30:34 | Error response from daemon: Cannot kill container: d45aa7f90980: Container d45aa7f909808cae0c72dd77c27d67241b742260156e2314f8a6e7c68be12ea2 is not running |
13-Nov-2024 18:30:34 | d45aa7f90980 |
13-Nov-2024 18:30:34 | Error response from daemon: Cannot kill container: 7ee96ccba349: Container 7ee96ccba3492ad16e393ce29a9d064a0eac594e3d4ab5bef88e8b8b035b00ed is not running |
13-Nov-2024 18:30:34 | 7ee96ccba349 |
13-Nov-2024 18:30:34 | Error response from daemon: Cannot kill container: 13b184449de2: Container 13b184449de22da5d98e48f4579382e6f69b2eb84a3a16cc95dffef781eb5d82 is not running |
13-Nov-2024 18:30:34 | 13b184449de2 |
13-Nov-2024 18:30:34 | Error response from daemon: Cannot kill container: ed6b42f2532b: Container ed6b42f2532b576c46e6a6d99476857b8400e2ff0e02ded11e7504664da104f3 is not running |
13-Nov-2024 18:30:34 | ed6b42f2532b |
13-Nov-2024 18:30:34 | Error response from daemon: Cannot kill container: 74be80548678: Container 74be8054867895419c24f57ff43e5bb4eeea2bb74c62b386b0ef6d0a3e441a67 is not running |
13-Nov-2024 18:30:34 | 74be80548678 |
13-Nov-2024 18:30:34 | Error response from daemon: Cannot kill container: 0b4a8f0914aa: Container 0b4a8f0914aab9e674e17f0c6bb4ef7bfd99971e2b87e768f7f51997a665267e is not running |
13-Nov-2024 18:30:34 | 0b4a8f0914aa |
13-Nov-2024 18:30:34 | Error response from daemon: Cannot kill container: 0c0ec7f3473a: Container 0c0ec7f3473a1bb9f38f63adeba75758920657ab45799a7d6465b26360ca3283 is not running |
13-Nov-2024 18:30:34 | 0c0ec7f3473a |
13-Nov-2024 18:30:34 | Error response from daemon: Cannot kill container: 3260be279e3e: Container 3260be279e3e254b02e0a10f627d856c1727d372b555b5735a0fdf484bed72f4 is not running |
13-Nov-2024 18:30:34 | 3260be279e3e |
13-Nov-2024 18:30:34 | Error response from daemon: Cannot kill container: 95cc6c79ee65: Container 95cc6c79ee655a627985328983bb335161fa60016807fddc8e490edde57db1c9 is not running |
13-Nov-2024 18:30:34 | 95cc6c79ee65 |
13-Nov-2024 18:30:34 | Error response from daemon: Cannot kill container: e9ad7b9b661a: Container e9ad7b9b661ac2f8e80381bde380abfe3199872a4b0b38f9cd51739d7cb41401 is not running |
13-Nov-2024 18:30:34 | e9ad7b9b661a |
13-Nov-2024 18:30:35 | 703c7ffda5ba |
13-Nov-2024 18:30:35 | 703c7ffda5ba |
13-Nov-2024 18:30:35 | Stalled docker volumes to remove: |
13-Nov-2024 18:30:35 | |
13-Nov-2024 18:30:35 | Removing stalled docker volumes |
13-Nov-2024 18:30:35 | Removing stalled loopdevices |
13-Nov-2024 18:30:36 | Done |
13-Nov-2024 18:30:36 | Finished task 'Clear env and working dir' with result: Success |
13-Nov-2024 18:30:36 | Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2 |
13-Nov-2024 18:30:36 | Running post build plugin 'Docker Container Cleanup' |
13-Nov-2024 18:30:36 | Running post build plugin 'NCover Results Collector' |
13-Nov-2024 18:30:36 | Running post build plugin 'Build Results Label Collector' |
13-Nov-2024 18:30:36 | Running post build plugin 'Clover Results Collector' |
13-Nov-2024 18:30:36 | Running post build plugin 'npm Cache Cleanup' |
13-Nov-2024 18:30:36 | Running post build plugin 'Artifact Copier' |
13-Nov-2024 18:30:36 | Publishing an artifact: test_logs.tar.gz |
13-Nov-2024 18:30:36 | Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 74.45 ms |
13-Nov-2024 18:30:36 | Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SDCMDH' |
13-Nov-2024 18:30:36 | Finalising the build... |
13-Nov-2024 18:30:36 | Stopping timer. |
13-Nov-2024 18:30:36 | Build ODSRV-OAP-SDCMDH-3363 completed. |
13-Nov-2024 18:30:36 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
13-Nov-2024 18:30:36 | Running on server: post build plugin 'NCover Results Collector' |
13-Nov-2024 18:30:36 | Running on server: post build plugin 'Build Labeller' |
13-Nov-2024 18:30:36 | Running on server: post build plugin 'Clover Delta Calculator' |
13-Nov-2024 18:30:36 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
13-Nov-2024 18:30:36 | All post build plugins have finished |
13-Nov-2024 18:30:36 | Generating build results summary... |
13-Nov-2024 18:30:37 | Saving build results to disk... |
13-Nov-2024 18:30:37 | Store variable context... |
13-Nov-2024 18:30:37 | Finished building ODSRV-OAP-SDCMDH-3363. |