oneclient acceptance tests using environment deployed from packages

Build: #3361 was successful

Job: singleprovider regular file stat multiclient directio symlinks was successful

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Build log

The build generated 1,628 lines of output.   The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.

09-Nov-2024 19:42:52 - Executing scenario 'Increase regular file size with truncate'
09-Nov-2024 19:42:52 - from feature 'Multi_regular_file_stat'
09-Nov-2024 19:42:52 -----------------------------------------------------------------
09-Nov-2024 19:42:52 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 19:42:52 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 19:42:52 using [token, token] by [user1, user2]"'
09-Nov-2024 19:42:52 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:42:52 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:42:52 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:42:52
09-Nov-2024 19:42:52
09-Nov-2024 19:42:52 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4'
09-Nov-2024 19:42:52 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4' successfully started
09-Nov-2024 19:42:52
09-Nov-2024 19:42:52 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/53kdxf4u81o6j9uz
09-Nov-2024 19:42:52
09-Nov-2024 19:42:52 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/53kdxf4u81o6j9uz --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/53kdxf4u81o6j9uz
09-Nov-2024 19:42:52 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '355963928399881960'...
09-Nov-2024 19:42:52 Getting configuration...
09-Nov-2024 19:42:52 Oneclient has been successfully mounted in '/tmp/onedata/mnt/53kdxf4u81o6j9uz'.
09-Nov-2024 19:42:52
09-Nov-2024 19:42:52 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:42:52 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:42:52 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:42:52
09-Nov-2024 19:42:52
09-Nov-2024 19:42:52 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8'
09-Nov-2024 19:42:52 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8' successfully started
09-Nov-2024 19:42:52
09-Nov-2024 19:42:52 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/zpta5vceoxbpy7qy
09-Nov-2024 19:42:52
09-Nov-2024 19:42:52 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/zpta5vceoxbpy7qy --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/zpta5vceoxbpy7qy
09-Nov-2024 19:42:52 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '9114632556835415663'...
09-Nov-2024 19:42:52 Getting configuration...
09-Nov-2024 19:42:52 Oneclient has been successfully mounted in '/tmp/onedata/mnt/zpta5vceoxbpy7qy'.
09-Nov-2024 19:42:52
09-Nov-2024 19:42:52 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
09-Nov-2024 19:42:52 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
09-Nov-2024 19:42:52 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
09-Nov-2024 19:42:52 -- Executing step: 'When "user1 changes space1/file1 size to 1000000 bytes on client11"'
09-Nov-2024 19:42:52 -- Executing step: 'Then "size of user2's space1/file1 is 1000000 bytes on client21"'
09-Nov-2024 19:42:52 =================================================================
09-Nov-2024 19:42:52
09-Nov-2024 19:42:52 PASSED
09-Nov-2024 19:42:52 Unmounting client from /tmp/onedata/mnt/53kdxf4u81o6j9uz
09-Nov-2024 19:42:52
09-Nov-2024 19:42:52
09-Nov-2024 19:42:52 Unmounting client from /tmp/onedata/mnt/zpta5vceoxbpy7qy
09-Nov-2024 19:42:52
09-Nov-2024 19:42:52
09-Nov-2024 19:43:19 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_decrease_size[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 19:43:19 =================================================================
09-Nov-2024 19:43:19 - Executing scenario 'Decrease regular file size with truncate'
09-Nov-2024 19:43:19 - from feature 'Multi_regular_file_stat'
09-Nov-2024 19:43:19 -----------------------------------------------------------------
09-Nov-2024 19:43:19 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 19:43:19 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 19:43:19 using [token, token] by [user1, user2]"'
09-Nov-2024 19:43:19 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:43:19 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:43:19 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:43:19
09-Nov-2024 19:43:19
09-Nov-2024 19:43:19 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4'
09-Nov-2024 19:43:19 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4' successfully started
09-Nov-2024 19:43:19
09-Nov-2024 19:43:19 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/1ijj4it22icmo8dt
09-Nov-2024 19:43:19
09-Nov-2024 19:43:19 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/1ijj4it22icmo8dt --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/1ijj4it22icmo8dt
09-Nov-2024 19:43:19 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15892716652274407593'...
09-Nov-2024 19:43:19 Getting configuration...
09-Nov-2024 19:43:19 Oneclient has been successfully mounted in '/tmp/onedata/mnt/1ijj4it22icmo8dt'.
09-Nov-2024 19:43:19
09-Nov-2024 19:43:19 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:43:19 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:43:19 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:43:19
09-Nov-2024 19:43:19
09-Nov-2024 19:43:19 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8'
09-Nov-2024 19:43:19 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8' successfully started
09-Nov-2024 19:43:19
09-Nov-2024 19:43:19 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/cz8dsh8ptuhq9r2i
09-Nov-2024 19:43:19
09-Nov-2024 19:43:19 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/cz8dsh8ptuhq9r2i --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/cz8dsh8ptuhq9r2i
09-Nov-2024 19:43:19 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '16011059792975297743'...
09-Nov-2024 19:43:19 Getting configuration...
09-Nov-2024 19:43:19 Oneclient has been successfully mounted in '/tmp/onedata/mnt/cz8dsh8ptuhq9r2i'.
09-Nov-2024 19:43:19
09-Nov-2024 19:43:19 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
09-Nov-2024 19:43:19 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
09-Nov-2024 19:43:19 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
09-Nov-2024 19:43:19 -- Executing step: 'When "user1 changes space1/file1 size to 1000000 bytes on client11"'
09-Nov-2024 19:43:19 -- Executing step: 'When "size of user2's space1/file1 is 1000000 bytes on client21"'
09-Nov-2024 19:43:19 -- Executing step: 'When "user1 changes space1/file1 size to 0 bytes on client11"'
09-Nov-2024 19:43:19 -- Executing step: 'Then "size of user2's space1/file1 is 0 bytes on client21"'
09-Nov-2024 19:43:19 =================================================================
09-Nov-2024 19:43:19
09-Nov-2024 19:43:19 PASSED
09-Nov-2024 19:43:19 Unmounting client from /tmp/onedata/mnt/1ijj4it22icmo8dt
09-Nov-2024 19:43:19
09-Nov-2024 19:43:19
09-Nov-2024 19:43:19 Unmounting client from /tmp/onedata/mnt/cz8dsh8ptuhq9r2i
09-Nov-2024 19:43:19
09-Nov-2024 19:43:19
09-Nov-2024 19:43:45 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_truncate_without_permission[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 19:43:45 =================================================================
09-Nov-2024 19:43:45 - Executing scenario 'Fail to truncate regular file without write permission'
09-Nov-2024 19:43:45 - from feature 'Multi_regular_file_stat'
09-Nov-2024 19:43:45 -----------------------------------------------------------------
09-Nov-2024 19:43:45 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 19:43:45 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 19:43:45 using [token, token] by [user1, user2]"'
09-Nov-2024 19:43:45 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:43:45 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:43:45 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:43:45
09-Nov-2024 19:43:45
09-Nov-2024 19:43:45 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4'
09-Nov-2024 19:43:45 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4' successfully started
09-Nov-2024 19:43:45
09-Nov-2024 19:43:45 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/4k2uxkz720f0yl5f
09-Nov-2024 19:43:45
09-Nov-2024 19:43:45 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/4k2uxkz720f0yl5f --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/4k2uxkz720f0yl5f
09-Nov-2024 19:43:45 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '13101109125388584496'...
09-Nov-2024 19:43:45 Getting configuration...
09-Nov-2024 19:43:45 Oneclient has been successfully mounted in '/tmp/onedata/mnt/4k2uxkz720f0yl5f'.
09-Nov-2024 19:43:45
09-Nov-2024 19:43:45 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:43:45 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:43:45 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:43:45
09-Nov-2024 19:43:45
09-Nov-2024 19:43:45 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8'
09-Nov-2024 19:43:45 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8' successfully started
09-Nov-2024 19:43:45
09-Nov-2024 19:43:45 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/s8ldzv8mdb7vrdaz
09-Nov-2024 19:43:45
09-Nov-2024 19:43:45 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/s8ldzv8mdb7vrdaz --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/s8ldzv8mdb7vrdaz
09-Nov-2024 19:43:45 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '2976566174592849358'...
09-Nov-2024 19:43:45 Getting configuration...
09-Nov-2024 19:43:45 Oneclient has been successfully mounted in '/tmp/onedata/mnt/s8ldzv8mdb7vrdaz'.
09-Nov-2024 19:43:45
09-Nov-2024 19:43:45 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
09-Nov-2024 19:43:45 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
09-Nov-2024 19:43:45 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
09-Nov-2024 19:43:45 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
09-Nov-2024 19:43:45 -- Executing step: 'When "user1 changes space1/dir1/file1 mode to 644 on client11"'
09-Nov-2024 19:43:45 -- Executing step: 'When "mode of user2's space1/dir1/file1 is 644 on client21"'
09-Nov-2024 19:43:45 -- Executing step: 'When "user2 fails to change space1/dir1/file1 size to 1000000 bytes on client21"'
09-Nov-2024 19:43:45 =================================================================
09-Nov-2024 19:43:45
09-Nov-2024 19:43:46 PASSED
09-Nov-2024 19:43:46 Unmounting client from /tmp/onedata/mnt/4k2uxkz720f0yl5f
09-Nov-2024 19:43:46
09-Nov-2024 19:43:46
09-Nov-2024 19:43:46 Unmounting client from /tmp/onedata/mnt/s8ldzv8mdb7vrdaz
09-Nov-2024 19:43:46
09-Nov-2024 19:43:46
09-Nov-2024 19:44:09 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_timestamp[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 19:44:09 =================================================================
09-Nov-2024 19:44:09 - Executing scenario 'Timestamps at creation'
09-Nov-2024 19:44:09 - from feature 'Multi_regular_file_stat'
09-Nov-2024 19:44:09 -----------------------------------------------------------------
09-Nov-2024 19:44:09 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 19:44:09 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 19:44:09 using [token, token] by [user1, user2]"'
09-Nov-2024 19:44:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:44:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:44:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:44:09
09-Nov-2024 19:44:09
09-Nov-2024 19:44:09 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4'
09-Nov-2024 19:44:09 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4' successfully started
09-Nov-2024 19:44:09
09-Nov-2024 19:44:09 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/hdjfi1fugobcoydd
09-Nov-2024 19:44:09
09-Nov-2024 19:44:09 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/hdjfi1fugobcoydd --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/hdjfi1fugobcoydd
09-Nov-2024 19:44:09 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '4216257441987865308'...
09-Nov-2024 19:44:09 Getting configuration...
09-Nov-2024 19:44:09 Oneclient has been successfully mounted in '/tmp/onedata/mnt/hdjfi1fugobcoydd'.
09-Nov-2024 19:44:09
09-Nov-2024 19:44:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:44:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:44:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:44:09
09-Nov-2024 19:44:09
09-Nov-2024 19:44:09 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8'
09-Nov-2024 19:44:09 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8' successfully started
09-Nov-2024 19:44:09
09-Nov-2024 19:44:09 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/aueo9unowasrfvhq
09-Nov-2024 19:44:09
09-Nov-2024 19:44:09 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/aueo9unowasrfvhq --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/aueo9unowasrfvhq
09-Nov-2024 19:44:09 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '3528194117768651128'...
09-Nov-2024 19:44:09 Getting configuration...
09-Nov-2024 19:44:09 Oneclient has been successfully mounted in '/tmp/onedata/mnt/aueo9unowasrfvhq'.
09-Nov-2024 19:44:09
09-Nov-2024 19:44:09 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
09-Nov-2024 19:44:09 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
09-Nov-2024 19:44:09 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
09-Nov-2024 19:44:09 -- Executing step: 'Then "modification time of user2's space1/file1 is equal to access time on client21"'
09-Nov-2024 19:44:09 -- Executing step: 'Then "status-change time of user2's space1/file1 is equal to access time on client21"'
09-Nov-2024 19:44:09 =================================================================
09-Nov-2024 19:44:09
09-Nov-2024 19:44:10 PASSED
09-Nov-2024 19:44:10 Unmounting client from /tmp/onedata/mnt/hdjfi1fugobcoydd
09-Nov-2024 19:44:10
09-Nov-2024 19:44:10
09-Nov-2024 19:44:10 Unmounting client from /tmp/onedata/mnt/aueo9unowasrfvhq
09-Nov-2024 19:44:10
09-Nov-2024 19:44:10
09-Nov-2024 19:44:34 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_update_timestamp_without_permission[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 19:44:34 =================================================================
09-Nov-2024 19:44:34 - Executing scenario 'Fail to update timestamps (touch) without write permission'
09-Nov-2024 19:44:34 - from feature 'Multi_regular_file_stat'
09-Nov-2024 19:44:34 -----------------------------------------------------------------
09-Nov-2024 19:44:34 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 19:44:34 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 19:44:34 using [token, token] by [user1, user2]"'
09-Nov-2024 19:44:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:44:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:44:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:44:34
09-Nov-2024 19:44:34
09-Nov-2024 19:44:34 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4'
09-Nov-2024 19:44:34 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4' successfully started
09-Nov-2024 19:44:34
09-Nov-2024 19:44:34 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/rd35tldru5piybfm
09-Nov-2024 19:44:34
09-Nov-2024 19:44:34 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/rd35tldru5piybfm --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/rd35tldru5piybfm
09-Nov-2024 19:44:34 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '18092437124447067392'...
09-Nov-2024 19:44:34 Getting configuration...
09-Nov-2024 19:44:34 Oneclient has been successfully mounted in '/tmp/onedata/mnt/rd35tldru5piybfm'.
09-Nov-2024 19:44:34
09-Nov-2024 19:44:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:44:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:44:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:44:34
09-Nov-2024 19:44:34
09-Nov-2024 19:44:34 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8'
09-Nov-2024 19:44:34 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8' successfully started
09-Nov-2024 19:44:34
09-Nov-2024 19:44:34 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/ptcooyjawwo0ck64
09-Nov-2024 19:44:34
09-Nov-2024 19:44:34 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ptcooyjawwo0ck64 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ptcooyjawwo0ck64
09-Nov-2024 19:44:34 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '12096713353676888426'...
09-Nov-2024 19:44:34 Getting configuration...
09-Nov-2024 19:44:34 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ptcooyjawwo0ck64'.
09-Nov-2024 19:44:34
09-Nov-2024 19:44:34 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
09-Nov-2024 19:44:34 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
09-Nov-2024 19:44:34 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
09-Nov-2024 19:44:34 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
09-Nov-2024 19:44:34 -- Executing step: 'When "user1 changes space1/dir1/file1 mode to 644 on client11"'
09-Nov-2024 19:44:34 -- Executing step: 'When "mode of user2's space1/dir1/file1 is 644 on client21"'
09-Nov-2024 19:44:34 -- Executing step: 'When "user2 fails to update [space1/dir1/file1] timestamps on client21"'
09-Nov-2024 19:44:34 =================================================================
09-Nov-2024 19:44:34
09-Nov-2024 19:44:34 PASSED
09-Nov-2024 19:44:34 Unmounting client from /tmp/onedata/mnt/rd35tldru5piybfm
09-Nov-2024 19:44:34
09-Nov-2024 19:44:34
09-Nov-2024 19:44:34 Unmounting client from /tmp/onedata/mnt/ptcooyjawwo0ck64
09-Nov-2024 19:44:34
09-Nov-2024 19:44:34
09-Nov-2024 19:44:59 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_update_timestamp_with_permission[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 19:44:59 =================================================================
09-Nov-2024 19:44:59 - Executing scenario 'Update timestamps (touch) with write permission'
09-Nov-2024 19:44:59 - from feature 'Multi_regular_file_stat'
09-Nov-2024 19:44:59 -----------------------------------------------------------------
09-Nov-2024 19:44:59 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 19:44:59 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 19:44:59 using [token, token] by [user1, user2]"'
09-Nov-2024 19:44:59 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:44:59 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:44:59 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:44:59
09-Nov-2024 19:44:59
09-Nov-2024 19:44:59 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4'
09-Nov-2024 19:44:59 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4' successfully started
09-Nov-2024 19:44:59
09-Nov-2024 19:44:59 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/4pskt3ubohavitvi
09-Nov-2024 19:44:59
09-Nov-2024 19:44:59 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/4pskt3ubohavitvi --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/4pskt3ubohavitvi
09-Nov-2024 19:44:59 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '18305372993589921243'...
09-Nov-2024 19:44:59 Getting configuration...
09-Nov-2024 19:44:59 Oneclient has been successfully mounted in '/tmp/onedata/mnt/4pskt3ubohavitvi'.
09-Nov-2024 19:44:59
09-Nov-2024 19:44:59 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:44:59 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:44:59 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:44:59
09-Nov-2024 19:44:59
09-Nov-2024 19:44:59 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8'
09-Nov-2024 19:44:59 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8' successfully started
09-Nov-2024 19:44:59
09-Nov-2024 19:44:59 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/5kopo8lwzfnpp1d9
09-Nov-2024 19:44:59
09-Nov-2024 19:44:59 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/5kopo8lwzfnpp1d9 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/5kopo8lwzfnpp1d9
09-Nov-2024 19:44:59 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '102320461577544803'...
09-Nov-2024 19:44:59 Getting configuration...
09-Nov-2024 19:44:59 Oneclient has been successfully mounted in '/tmp/onedata/mnt/5kopo8lwzfnpp1d9'.
09-Nov-2024 19:44:59
09-Nov-2024 19:44:59 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
09-Nov-2024 19:44:59 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
09-Nov-2024 19:44:59 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
09-Nov-2024 19:44:59 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
09-Nov-2024 19:44:59 -- Executing step: 'When "user1 changes space1/dir1/file1 mode to 624 on client11"'
09-Nov-2024 19:44:59 -- Executing step: 'When "mode of user2's space1/dir1/file1 is 624 on client21"'
09-Nov-2024 19:44:59 -- Executing step: 'When "user2 updates [space1/dir1/file1] timestamps on client21"'
09-Nov-2024 19:44:59 -- Executing step: 'Then "modification time of user2's space1/dir1/file1 is equal to access time on client21"'
09-Nov-2024 19:44:59 =================================================================
09-Nov-2024 19:44:59
09-Nov-2024 19:44:59 PASSED
09-Nov-2024 19:44:59 Unmounting client from /tmp/onedata/mnt/4pskt3ubohavitvi
09-Nov-2024 19:44:59
09-Nov-2024 19:44:59
09-Nov-2024 19:44:59 Unmounting client from /tmp/onedata/mnt/5kopo8lwzfnpp1d9
09-Nov-2024 19:44:59
09-Nov-2024 19:44:59
09-Nov-2024 19:45:34 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_access_time[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 19:45:34 =================================================================
09-Nov-2024 19:45:34 - Executing scenario 'Access time'
09-Nov-2024 19:45:34 - from feature 'Multi_regular_file_stat'
09-Nov-2024 19:45:34 -----------------------------------------------------------------
09-Nov-2024 19:45:34 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 19:45:34 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 19:45:34 using [token, token] by [user1, user2]"'
09-Nov-2024 19:45:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:45:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:45:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:45:34
09-Nov-2024 19:45:34
09-Nov-2024 19:45:34 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4'
09-Nov-2024 19:45:34 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4' successfully started
09-Nov-2024 19:45:34
09-Nov-2024 19:45:34 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/s05a0lxedp5tzyqw
09-Nov-2024 19:45:34
09-Nov-2024 19:45:34 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/s05a0lxedp5tzyqw --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/s05a0lxedp5tzyqw
09-Nov-2024 19:45:34 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '13608858594123327309'...
09-Nov-2024 19:45:34 Getting configuration...
09-Nov-2024 19:45:34 Oneclient has been successfully mounted in '/tmp/onedata/mnt/s05a0lxedp5tzyqw'.
09-Nov-2024 19:45:34
09-Nov-2024 19:45:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:45:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:45:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:45:34
09-Nov-2024 19:45:34
09-Nov-2024 19:45:34 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8'
09-Nov-2024 19:45:34 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8' successfully started
09-Nov-2024 19:45:34
09-Nov-2024 19:45:34 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/zoff2x05e000tyf8
09-Nov-2024 19:45:34
09-Nov-2024 19:45:34 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/zoff2x05e000tyf8 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/zoff2x05e000tyf8
09-Nov-2024 19:45:34 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '17067954552626993174'...
09-Nov-2024 19:45:34 Getting configuration...
09-Nov-2024 19:45:34 Oneclient has been successfully mounted in '/tmp/onedata/mnt/zoff2x05e000tyf8'.
09-Nov-2024 19:45:34
09-Nov-2024 19:45:34 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
09-Nov-2024 19:45:34 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
09-Nov-2024 19:45:34 -- Executing step: 'When "user1 is idle for 2 seconds"'
09-Nov-2024 19:45:34 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1 on client11"'
09-Nov-2024 19:45:34 -- Executing step: 'Then "access time of user2's space1/file1 is greater than modification time on client21"'
09-Nov-2024 19:45:34 -- Executing step: 'Then "access time of user2's space1/file1 is greater than status-change time on client21"'
09-Nov-2024 19:45:34 =================================================================
09-Nov-2024 19:45:34
09-Nov-2024 19:45:34 PASSED
09-Nov-2024 19:45:34 Unmounting client from /tmp/onedata/mnt/s05a0lxedp5tzyqw
09-Nov-2024 19:45:34
09-Nov-2024 19:45:34
09-Nov-2024 19:45:34 Unmounting client from /tmp/onedata/mnt/zoff2x05e000tyf8
09-Nov-2024 19:45:34
09-Nov-2024 19:45:34
09-Nov-2024 19:46:00 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_modification_time[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 19:46:00 =================================================================
09-Nov-2024 19:46:00 - Executing scenario 'Modification time'
09-Nov-2024 19:46:00 - from feature 'Multi_regular_file_stat'
09-Nov-2024 19:46:00 -----------------------------------------------------------------
09-Nov-2024 19:46:00 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 19:46:00 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 19:46:00 using [token, token] by [user1, user2]"'
09-Nov-2024 19:46:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:46:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:46:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:46:00
09-Nov-2024 19:46:00
09-Nov-2024 19:46:00 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4'
09-Nov-2024 19:46:00 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4' successfully started
09-Nov-2024 19:46:00
09-Nov-2024 19:46:00 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/evu4kpra4mwjeyj3
09-Nov-2024 19:46:00
09-Nov-2024 19:46:00 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/evu4kpra4mwjeyj3 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/evu4kpra4mwjeyj3
09-Nov-2024 19:46:00 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '12044924778214279154'...
09-Nov-2024 19:46:00 Getting configuration...
09-Nov-2024 19:46:00 Oneclient has been successfully mounted in '/tmp/onedata/mnt/evu4kpra4mwjeyj3'.
09-Nov-2024 19:46:00
09-Nov-2024 19:46:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:46:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:46:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:46:00
09-Nov-2024 19:46:00
09-Nov-2024 19:46:00 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8'
09-Nov-2024 19:46:00 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8' successfully started
09-Nov-2024 19:46:00
09-Nov-2024 19:46:00 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/9ynawnr0x7y0rg1v
09-Nov-2024 19:46:00
09-Nov-2024 19:46:00 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/9ynawnr0x7y0rg1v --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/9ynawnr0x7y0rg1v
09-Nov-2024 19:46:00 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '9861732070829042555'...
09-Nov-2024 19:46:00 Getting configuration...
09-Nov-2024 19:46:00 Oneclient has been successfully mounted in '/tmp/onedata/mnt/9ynawnr0x7y0rg1v'.
09-Nov-2024 19:46:00
09-Nov-2024 19:46:00 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
09-Nov-2024 19:46:00 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
09-Nov-2024 19:46:00 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
09-Nov-2024 19:46:00 -- Executing step: 'When "user1 is idle for 2 seconds"'
09-Nov-2024 19:46:00 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
09-Nov-2024 19:46:00 -- Executing step: 'Then "modification time of user2's space1/file1 is greater than access time on client21"'
09-Nov-2024 19:46:00 -- Executing step: 'Then "modification time of user2's space1/file1 is equal to status-change time on client21"'
09-Nov-2024 19:46:00 =================================================================
09-Nov-2024 19:46:00
09-Nov-2024 19:46:00 PASSED
09-Nov-2024 19:46:00 Unmounting client from /tmp/onedata/mnt/evu4kpra4mwjeyj3
09-Nov-2024 19:46:00
09-Nov-2024 19:46:00
09-Nov-2024 19:46:00 Unmounting client from /tmp/onedata/mnt/9ynawnr0x7y0rg1v
09-Nov-2024 19:46:00
09-Nov-2024 19:46:00
09-Nov-2024 19:46:27 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_stat_change_time_chmod[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 19:46:27 =================================================================
09-Nov-2024 19:46:27 - Executing scenario 'Status-change time when changing mode'
09-Nov-2024 19:46:27 - from feature 'Multi_regular_file_stat'
09-Nov-2024 19:46:27 -----------------------------------------------------------------
09-Nov-2024 19:46:27 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 19:46:27 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 19:46:27 using [token, token] by [user1, user2]"'
09-Nov-2024 19:46:27 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:46:27 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:46:27 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:46:27
09-Nov-2024 19:46:27
09-Nov-2024 19:46:27 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4'
09-Nov-2024 19:46:27 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4' successfully started
09-Nov-2024 19:46:27
09-Nov-2024 19:46:27 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/plepuer790ti53y2
09-Nov-2024 19:46:27
09-Nov-2024 19:46:27 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/plepuer790ti53y2 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/plepuer790ti53y2
09-Nov-2024 19:46:27 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '1495105606041006803'...
09-Nov-2024 19:46:27 Getting configuration...
09-Nov-2024 19:46:27 Oneclient has been successfully mounted in '/tmp/onedata/mnt/plepuer790ti53y2'.
09-Nov-2024 19:46:27
09-Nov-2024 19:46:27 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:46:27 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:46:27 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:46:27
09-Nov-2024 19:46:27
09-Nov-2024 19:46:27 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8'
09-Nov-2024 19:46:27 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8' successfully started
09-Nov-2024 19:46:27
09-Nov-2024 19:46:27 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/sevsul0eh48f991z
09-Nov-2024 19:46:27
09-Nov-2024 19:46:27 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/sevsul0eh48f991z --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/sevsul0eh48f991z
09-Nov-2024 19:46:27 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '11363998326003474497'...
09-Nov-2024 19:46:27 Getting configuration...
09-Nov-2024 19:46:27 Oneclient has been successfully mounted in '/tmp/onedata/mnt/sevsul0eh48f991z'.
09-Nov-2024 19:46:27
09-Nov-2024 19:46:27 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
09-Nov-2024 19:46:27 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
09-Nov-2024 19:46:27 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
09-Nov-2024 19:46:27 -- Executing step: 'When "user1 is idle for 2 seconds"'
09-Nov-2024 19:46:27 -- Executing step: 'When "user1 changes space1/file1 mode to 211 on client11"'
09-Nov-2024 19:46:27 -- Executing step: 'Then "mode of user2's space1/file1 is 211 on client21"'
09-Nov-2024 19:46:27 -- Executing step: 'Then "status-change time of user2's space1/file1 is greater than modification time on client21"'
09-Nov-2024 19:46:27 -- Executing step: 'Then "status-change time of user2's space1/file1 is greater than access time on client21"'
09-Nov-2024 19:46:27 =================================================================
09-Nov-2024 19:46:27
09-Nov-2024 19:46:28 PASSED
09-Nov-2024 19:46:28 Unmounting client from /tmp/onedata/mnt/plepuer790ti53y2
09-Nov-2024 19:46:28
09-Nov-2024 19:46:28
09-Nov-2024 19:46:28 Unmounting client from /tmp/onedata/mnt/sevsul0eh48f991z
09-Nov-2024 19:46:28
09-Nov-2024 19:46:28
09-Nov-2024 19:46:54 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_stat_change_time_mv[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 19:46:54 =================================================================
09-Nov-2024 19:46:54 - Executing scenario 'Status-change time when renaming on storage'
09-Nov-2024 19:46:54 - from feature 'Multi_regular_file_stat'
09-Nov-2024 19:46:54 -----------------------------------------------------------------
09-Nov-2024 19:46:54 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 19:46:54 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 19:46:54 using [token, token] by [user1, user2]"'
09-Nov-2024 19:46:54 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:46:54 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:46:54 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-hlfq4', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:46:54
09-Nov-2024 19:46:54
09-Nov-2024 19:46:54 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4'
09-Nov-2024 19:46:54 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-hlfq4' successfully started
09-Nov-2024 19:46:54
09-Nov-2024 19:46:54 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/3inh397ws3a0d34f
09-Nov-2024 19:46:54
09-Nov-2024 19:46:54 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/3inh397ws3a0d34f --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/3inh397ws3a0d34f
09-Nov-2024 19:46:54 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '5882745945201400136'...
09-Nov-2024 19:46:54 Getting configuration...
09-Nov-2024 19:46:54 Oneclient has been successfully mounted in '/tmp/onedata/mnt/3inh397ws3a0d34f'.
09-Nov-2024 19:46:54
09-Nov-2024 19:46:54 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 19:46:54 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 19:46:54 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-qm2n8', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 19:46:54
09-Nov-2024 19:46:54
09-Nov-2024 19:46:54 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8'
09-Nov-2024 19:46:54 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-qm2n8' successfully started
09-Nov-2024 19:46:54
09-Nov-2024 19:46:54 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/urjgblw2xjpgs48m
09-Nov-2024 19:46:54
09-Nov-2024 19:46:54 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/urjgblw2xjpgs48m --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/urjgblw2xjpgs48m
09-Nov-2024 19:46:54 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7853838833287692091'...
09-Nov-2024 19:46:54 Getting configuration...
09-Nov-2024 19:46:54 Oneclient has been successfully mounted in '/tmp/onedata/mnt/urjgblw2xjpgs48m'.
09-Nov-2024 19:46:54
09-Nov-2024 19:46:54 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
09-Nov-2024 19:46:54 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
09-Nov-2024 19:46:54 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
09-Nov-2024 19:46:54 -- Executing step: 'When "user2 records [space1/file1] stats on client21"'
09-Nov-2024 19:46:54 -- Executing step: 'When "user1 is idle for 2 seconds"'
09-Nov-2024 19:46:54 -- Executing step: 'When "user1 renames space1/file1 to space1/file2 on client11"'
09-Nov-2024 19:46:54 -- Executing step: 'Then "user2 sees [file2] in space1 on client21"'
09-Nov-2024 19:46:54 -- Executing step: 'Then "access time of user2's space1/file2 is equal to recorded one of space1/file1 on client21"'
09-Nov-2024 19:46:54 -- Executing step: 'Then "modification time of user2's space1/file2 is equal to access time on client21"'
09-Nov-2024 19:46:54 -- Executing step: 'Then "status-change time of user2's space1/file2 is not less than access time on client21"'
09-Nov-2024 19:46:54 =================================================================
09-Nov-2024 19:46:54
09-Nov-2024 19:47:02 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
09-Nov-2024 19:47:02 PASSED
09-Nov-2024 19:47:02 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
09-Nov-2024 19:47:02 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
09-Nov-2024 19:47:02 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
09-Nov-2024 19:47:02 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
09-Nov-2024 19:47:02 Unmounting client from /tmp/onedata/mnt/3inh397ws3a0d34f
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02 Unmounting client from /tmp/onedata/mnt/urjgblw2xjpgs48m
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02 Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMDS/onedata-acceptance/tests/oneclient/logs/singleprovider_multiclient_directio/test_multi_reg_file_stat.1731181614.4919984', '-c', '/tmp/logs']
09-Nov-2024 19:47:02 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-d9wsp. See /home/bamboo/.one-env/deployments/2024.11.09-19.37.46/pod-logs/dev-cross-support-job-3p-users-d9wsp/entrypoint.log for more details
09-Nov-2024 19:47:02 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-hlfq4: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.09-19.37.46/pod-logs/dev-oneclient-krakow-7d9476b8bc-hlfq4/oneclient_logs
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=104/124)
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 19:47:02          25,451   1%   24.27MB/s    0:00:00 (xfr#1, to-chk=103/124)
09-Nov-2024 19:47:02          25,451   1%   24.27MB/s    0:00:00 (xfr#1, to-chk=97/124)
09-Nov-2024 19:47:02          25,913   1%   24.71MB/s    0:00:00 (xfr#2, to-chk=99/124)
09-Nov-2024 19:47:02         108,524   5%   11.50MB/s    0:00:00 (xfr#3, to-chk=98/124)
09-Nov-2024 19:47:02         108,986   5%   10.39MB/s    0:00:00 (xfr#4, to-chk=97/124)
09-Nov-2024 19:47:02         146,850   7%   12.73MB/s    0:00:00 (xfr#5, to-chk=96/124)
09-Nov-2024 19:47:02         147,312   7%   12.77MB/s    0:00:00 (xfr#6, to-chk=92/124)
09-Nov-2024 19:47:02         265,816  14%   16.90MB/s    0:00:00 (xfr#7, to-chk=91/124)
09-Nov-2024 19:47:02         266,278  14%   16.93MB/s    0:00:00 (xfr#8, to-chk=90/124)
09-Nov-2024 19:47:02         294,787  15%   18.74MB/s    0:00:00 (xfr#9, to-chk=89/124)
09-Nov-2024 19:47:02         295,441  15%   18.78MB/s    0:00:00 (xfr#10, to-chk=85/124)
09-Nov-2024 19:47:02         394,917  21%   23.54MB/s    0:00:00 (xfr#11, to-chk=84/124)
09-Nov-2024 19:47:02         395,571  21%   23.58MB/s    0:00:00 (xfr#12, to-chk=83/124)
09-Nov-2024 19:47:02         396,199  21%   23.62MB/s    0:00:00 (xfr#13, to-chk=82/124)
09-Nov-2024 19:47:02         428,884  23%   19.48MB/s    0:00:00 (xfr#14, to-chk=81/124)
09-Nov-2024 19:47:02         429,634  23%   19.51MB/s    0:00:00 (xfr#15, to-chk=77/124)
09-Nov-2024 19:47:02         549,279  29%   19.40MB/s    0:00:00 (xfr#16, to-chk=76/124)
09-Nov-2024 19:47:02         550,029  29%   19.43MB/s    0:00:00 (xfr#17, to-chk=75/124)
09-Nov-2024 19:47:02         582,826  31%   19.17MB/s    0:00:00 (xfr#18, to-chk=74/124)
09-Nov-2024 19:47:02         583,192  31%   19.18MB/s    0:00:00 (xfr#19, to-chk=70/124)
09-Nov-2024 19:47:02         699,926  37%   18.04MB/s    0:00:00 (xfr#20, to-chk=69/124)
09-Nov-2024 19:47:02         700,292  37%   18.05MB/s    0:00:00 (xfr#21, to-chk=68/124)
09-Nov-2024 19:47:02         736,124  39%   18.47MB/s    0:00:00 (xfr#22, to-chk=67/124)
09-Nov-2024 19:47:02         736,778  39%   18.49MB/s    0:00:00 (xfr#23, to-chk=63/124)
09-Nov-2024 19:47:02         845,286  45%   18.75MB/s    0:00:00 (xfr#24, to-chk=62/124)
09-Nov-2024 19:47:02         845,940  45%   18.34MB/s    0:00:00 (xfr#25, to-chk=61/124)
09-Nov-2024 19:47:02         873,664  46%   18.94MB/s    0:00:00 (xfr#26, to-chk=60/124)
09-Nov-2024 19:47:02         874,222  46%   18.95MB/s    0:00:00 (xfr#27, to-chk=56/124)
09-Nov-2024 19:47:02         968,385  51%   19.65MB/s    0:00:00 (xfr#28, to-chk=55/124)
09-Nov-2024 19:47:02         968,943  51%   19.66MB/s    0:00:00 (xfr#29, to-chk=54/124)
09-Nov-2024 19:47:02         969,571  52%   19.67MB/s    0:00:00 (xfr#30, to-chk=53/124)
09-Nov-2024 19:47:02         996,527  53%   20.22MB/s    0:00:00 (xfr#31, to-chk=52/124)
09-Nov-2024 19:47:02         997,181  53%   20.23MB/s    0:00:00 (xfr#32, to-chk=48/124)
09-Nov-2024 19:47:02       1,001,322  53%   19.49MB/s    0:00:00 (xfr#33, to-chk=47/124)
09-Nov-2024 19:47:02       1,093,185  58%   20.85MB/s    0:00:00 (xfr#34, to-chk=46/124)
09-Nov-2024 19:47:02       1,093,839  58%   20.45MB/s    0:00:00 (xfr#35, to-chk=45/124)
09-Nov-2024 19:47:02       1,094,467  58%   20.47MB/s    0:00:00 (xfr#36, to-chk=44/124)
09-Nov-2024 19:47:02       1,127,757  60%   19.92MB/s    0:00:00 (xfr#37, to-chk=43/124)
09-Nov-2024 19:47:02       1,128,027  60%   19.92MB/s    0:00:00 (xfr#38, to-chk=39/124)
09-Nov-2024 19:47:02       1,227,503  65%   20.54MB/s    0:00:00 (xfr#39, to-chk=38/124)
09-Nov-2024 19:47:02       1,227,773  65%   20.19MB/s    0:00:00 (xfr#40, to-chk=37/124)
09-Nov-2024 19:47:02       1,253,106  67%   19.92MB/s    0:00:00 (xfr#41, to-chk=36/124)
09-Nov-2024 19:47:02       1,253,664  67%   19.93MB/s    0:00:00 (xfr#42, to-chk=32/124)
09-Nov-2024 19:47:02       1,341,018  71%   20.63MB/s    0:00:00 (xfr#43, to-chk=31/124)
09-Nov-2024 19:47:02       1,341,576  71%   20.64MB/s    0:00:00 (xfr#44, to-chk=30/124)
09-Nov-2024 19:47:02       1,368,902  73%   20.40MB/s    0:00:00 (xfr#45, to-chk=29/124)
09-Nov-2024 19:47:02       1,369,364  73%   20.09MB/s    0:00:00 (xfr#46, to-chk=25/124)
09-Nov-2024 19:47:02       1,464,866  78%   21.49MB/s    0:00:00 (xfr#47, to-chk=24/124)
09-Nov-2024 19:47:02       1,465,328  78%   21.17MB/s    0:00:00 (xfr#48, to-chk=23/124)
09-Nov-2024 19:47:02       1,498,309  80%   21.33MB/s    0:00:00 (xfr#49, to-chk=22/124)
09-Nov-2024 19:47:02       1,498,867  80%   21.33MB/s    0:00:00 (xfr#50, to-chk=18/124)
09-Nov-2024 19:47:02       1,613,686  86%   22.63MB/s    0:00:00 (xfr#51, to-chk=17/124)
09-Nov-2024 19:47:02       1,614,244  86%   22.64MB/s    0:00:00 (xfr#52, to-chk=16/124)
09-Nov-2024 19:47:02       1,614,872  86%   22.65MB/s    0:00:00 (xfr#53, to-chk=15/124)
09-Nov-2024 19:47:02       1,636,532  87%   22.95MB/s    0:00:00 (xfr#54, to-chk=14/124)
09-Nov-2024 19:47:02       1,636,898  87%   22.96MB/s    0:00:00 (xfr#55, to-chk=10/124)
09-Nov-2024 19:47:02       1,718,344  92%   23.75MB/s    0:00:00 (xfr#56, to-chk=9/124)
09-Nov-2024 19:47:02       1,718,710  92%   23.75MB/s    0:00:00 (xfr#57, to-chk=8/124)
09-Nov-2024 19:47:02       1,750,077  93%   23.84MB/s    0:00:00 (xfr#58, to-chk=7/124)
09-Nov-2024 19:47:02       1,750,635  93%   23.85MB/s    0:00:00 (xfr#59, to-chk=3/124)
09-Nov-2024 19:47:02       1,841,228  98%   25.08MB/s    0:00:00 (xfr#60, to-chk=2/124)
09-Nov-2024 19:47:02       1,841,786  98%   24.74MB/s    0:00:00 (xfr#61, to-chk=1/124)
09-Nov-2024 19:47:02       1,861,522  99%   25.00MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   25.00MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   25.00MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   25.00MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   25.00MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   25.00MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   25.00MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   25.00MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   23.67MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   23.67MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   23.67MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   23.67MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   23.67MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   23.67MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   23.67MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02       1,861,522  99%   23.67MB/s    0:00:00 (xfr#62, to-chk=0/124)
09-Nov-2024 19:47:02 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-qm2n8: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.09-19.37.46/pod-logs/dev-oneclient-krakow-7d9476b8bc-qm2n8/oneclient_logs
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=100/120)
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 19:47:02          25,711   1%   24.52MB/s    0:00:00 (xfr#1, to-chk=99/120)
09-Nov-2024 19:47:02          25,711   1%   24.52MB/s    0:00:00 (xfr#1, to-chk=93/120)
09-Nov-2024 19:47:02          26,365   1%   25.14MB/s    0:00:00 (xfr#2, to-chk=95/120)
09-Nov-2024 19:47:02         117,063   7%   55.82MB/s    0:00:00 (xfr#3, to-chk=94/120)
09-Nov-2024 19:47:02         117,717   7%   56.13MB/s    0:00:00 (xfr#4, to-chk=93/120)
09-Nov-2024 19:47:02         136,719   8%   32.60MB/s    0:00:00 (xfr#5, to-chk=92/120)
09-Nov-2024 19:47:02         137,181   9%   32.71MB/s    0:00:00 (xfr#6, to-chk=88/120)
09-Nov-2024 19:47:02         202,032  13%   24.08MB/s    0:00:00 (xfr#7, to-chk=87/120)
09-Nov-2024 19:47:02         202,494  13%   24.14MB/s    0:00:00 (xfr#8, to-chk=86/120)
09-Nov-2024 19:47:02         222,884  14%   26.57MB/s    0:00:00 (xfr#9, to-chk=85/120)
09-Nov-2024 19:47:02         223,442  14%   23.68MB/s    0:00:00 (xfr#10, to-chk=81/120)
09-Nov-2024 19:47:02         293,853  19%   28.02MB/s    0:00:00 (xfr#11, to-chk=80/120)
09-Nov-2024 19:47:02         294,411  19%   28.08MB/s    0:00:00 (xfr#12, to-chk=79/120)
09-Nov-2024 19:47:02         319,078  20%   27.66MB/s    0:00:00 (xfr#13, to-chk=78/120)
09-Nov-2024 19:47:02         319,636  21%   27.71MB/s    0:00:00 (xfr#14, to-chk=74/120)
09-Nov-2024 19:47:02         413,903  27%   23.22MB/s    0:00:00 (xfr#15, to-chk=73/120)
09-Nov-2024 19:47:02         414,461  27%   21.96MB/s    0:00:00 (xfr#16, to-chk=72/120)
09-Nov-2024 19:47:02         434,154  28%   23.00MB/s    0:00:00 (xfr#17, to-chk=71/120)
09-Nov-2024 19:47:02         434,808  28%   23.04MB/s    0:00:00 (xfr#18, to-chk=67/120)
09-Nov-2024 19:47:02         504,529  33%   24.06MB/s    0:00:00 (xfr#19, to-chk=66/120)
09-Nov-2024 19:47:02         505,183  33%   22.94MB/s    0:00:00 (xfr#20, to-chk=65/120)
09-Nov-2024 19:47:02         536,949  35%   23.28MB/s    0:00:00 (xfr#21, to-chk=64/120)
09-Nov-2024 19:47:02         537,603  35%   23.30MB/s    0:00:00 (xfr#22, to-chk=60/120)
09-Nov-2024 19:47:02         629,741  41%   20.71MB/s    0:00:00 (xfr#23, to-chk=59/120)
09-Nov-2024 19:47:02         630,395  41%   20.73MB/s    0:00:00 (xfr#24, to-chk=58/120)
09-Nov-2024 19:47:02         653,466  42%   21.49MB/s    0:00:00 (xfr#25, to-chk=57/120)
09-Nov-2024 19:47:02         654,216  43%   21.51MB/s    0:00:00 (xfr#26, to-chk=53/120)
09-Nov-2024 19:47:02         753,089  49%   19.41MB/s    0:00:00 (xfr#27, to-chk=52/120)
09-Nov-2024 19:47:02         753,839  49%   19.43MB/s    0:00:00 (xfr#28, to-chk=51/120)
09-Nov-2024 19:47:02         772,638  50%   19.91MB/s    0:00:00 (xfr#29, to-chk=50/120)
09-Nov-2024 19:47:02         773,004  50%   19.92MB/s    0:00:00 (xfr#30, to-chk=46/120)
09-Nov-2024 19:47:02         835,338  54%   20.43MB/s    0:00:00 (xfr#31, to-chk=45/120)
09-Nov-2024 19:47:02         835,704  54%   20.44MB/s    0:00:00 (xfr#32, to-chk=44/120)
09-Nov-2024 19:47:02         860,172  56%   20.51MB/s    0:00:00 (xfr#33, to-chk=43/120)
09-Nov-2024 19:47:02         860,730  56%   20.52MB/s    0:00:00 (xfr#34, to-chk=39/120)
09-Nov-2024 19:47:02         942,185  61%   20.90MB/s    0:00:00 (xfr#35, to-chk=38/120)
09-Nov-2024 19:47:02         942,743  61%   20.91MB/s    0:00:00 (xfr#36, to-chk=37/120)
09-Nov-2024 19:47:02         970,541  63%   18.15MB/s    0:00:00 (xfr#37, to-chk=36/120)
09-Nov-2024 19:47:02         971,099  63%   18.16MB/s    0:00:00 (xfr#38, to-chk=32/120)
09-Nov-2024 19:47:02       1,057,177  69%   18.00MB/s    0:00:00 (xfr#39, to-chk=31/120)
09-Nov-2024 19:47:02       1,057,735  69%   18.01MB/s    0:00:00 (xfr#40, to-chk=30/120)
09-Nov-2024 19:47:02       1,078,064  70%   17.43MB/s    0:00:00 (xfr#41, to-chk=29/120)
09-Nov-2024 19:47:02       1,078,814  70%   17.44MB/s    0:00:00 (xfr#42, to-chk=25/120)
09-Nov-2024 19:47:02       1,155,590  75%   18.37MB/s    0:00:00 (xfr#43, to-chk=24/120)
09-Nov-2024 19:47:02       1,156,340  76%   18.38MB/s    0:00:00 (xfr#44, to-chk=23/120)
09-Nov-2024 19:47:02       1,180,921  77%   18.77MB/s    0:00:00 (xfr#45, to-chk=22/120)
09-Nov-2024 19:47:02       1,181,383  77%   18.78MB/s    0:00:00 (xfr#46, to-chk=18/120)
09-Nov-2024 19:47:02       1,280,859  84%   20.36MB/s    0:00:00 (xfr#47, to-chk=17/120)
09-Nov-2024 19:47:02       1,281,321  84%   20.03MB/s    0:00:00 (xfr#48, to-chk=16/120)
09-Nov-2024 19:47:02       1,298,416  85%   20.30MB/s    0:00:00 (xfr#49, to-chk=15/120)
09-Nov-2024 19:47:02       1,298,974  85%   20.31MB/s    0:00:00 (xfr#50, to-chk=11/120)
09-Nov-2024 19:47:02       1,386,295  91%   21.67MB/s    0:00:00 (xfr#51, to-chk=10/120)
09-Nov-2024 19:47:02       1,386,853  91%   21.68MB/s    0:00:00 (xfr#52, to-chk=9/120)
09-Nov-2024 19:47:02       1,387,481  91%   21.69MB/s    0:00:00 (xfr#53, to-chk=8/120)
09-Nov-2024 19:47:02       1,409,348  92%   21.68MB/s    0:00:00 (xfr#54, to-chk=7/120)
09-Nov-2024 19:47:02       1,409,906  92%   21.69MB/s    0:00:00 (xfr#55, to-chk=3/120)
09-Nov-2024 19:47:02       1,497,647  98%   21.00MB/s    0:00:00 (xfr#56, to-chk=2/120)
09-Nov-2024 19:47:02       1,498,205  98%   21.01MB/s    0:00:00 (xfr#57, to-chk=1/120)
09-Nov-2024 19:47:02       1,518,796  99%   21.30MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   21.30MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   21.30MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   20.99MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   20.99MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   20.99MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   20.99MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   20.99MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   20.99MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   20.99MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   20.99MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   20.99MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   20.99MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   20.99MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   20.69MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02       1,518,796  99%   20.69MB/s    0:00:00 (xfr#58, to-chk=0/120)
09-Nov-2024 19:47:02 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.09-19.37.46/pod-logs/dev-oneprovider-krakow-0/op-worker
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=53/56)
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 19:47:02          37,942   9%   36.18MB/s    0:00:00 (xfr#2, to-chk=51/56)
09-Nov-2024 19:47:02          74,039  19%   70.61MB/s    0:00:00 (xfr#3, to-chk=49/56)
09-Nov-2024 19:47:02          74,039  19%   70.61MB/s    0:00:00 (xfr#4, to-chk=47/56)
09-Nov-2024 19:47:02          74,039  19%   70.61MB/s    0:00:00 (xfr#5, to-chk=45/56)
09-Nov-2024 19:47:02         108,663  28%  103.63MB/s    0:00:00 (xfr#6, to-chk=43/56)
09-Nov-2024 19:47:02         108,813  28%  103.77MB/s    0:00:00 (xfr#7, to-chk=41/56)
09-Nov-2024 19:47:02         109,110  28%  104.06MB/s    0:00:00 (xfr#8, to-chk=39/56)
09-Nov-2024 19:47:02         160,730  41%  153.28MB/s    0:00:00 (xfr#9, to-chk=37/56)
09-Nov-2024 19:47:02         164,257  42%   78.32MB/s    0:00:00 (xfr#10, to-chk=27/56)
09-Nov-2024 19:47:02         166,072  43%   79.19MB/s    0:00:00 (xfr#11, to-chk=26/56)
09-Nov-2024 19:47:02         169,320  44%   80.74MB/s    0:00:00 (xfr#12, to-chk=25/56)
09-Nov-2024 19:47:02         173,138  45%   82.56MB/s    0:00:00 (xfr#13, to-chk=24/56)
09-Nov-2024 19:47:02         173,992  45%   82.97MB/s    0:00:00 (xfr#14, to-chk=23/56)
09-Nov-2024 19:47:02         177,519  46%   56.43MB/s    0:00:00 (xfr#15, to-chk=22/56)
09-Nov-2024 19:47:02         177,739  46%   56.50MB/s    0:00:00 (xfr#16, to-chk=21/56)
09-Nov-2024 19:47:02         178,243  46%   56.66MB/s    0:00:00 (xfr#17, to-chk=20/56)
09-Nov-2024 19:47:02         179,484  46%   57.06MB/s    0:00:00 (xfr#18, to-chk=19/56)
09-Nov-2024 19:47:02         182,498  47%   58.01MB/s    0:00:00 (xfr#19, to-chk=18/56)
09-Nov-2024 19:47:02         184,883  48%   58.77MB/s    0:00:00 (xfr#20, to-chk=17/56)
09-Nov-2024 19:47:02         185,104  48%   58.84MB/s    0:00:00 (xfr#21, to-chk=16/56)
09-Nov-2024 19:47:02         189,370  49%   45.15MB/s    0:00:00 (xfr#22, to-chk=15/56)
09-Nov-2024 19:47:02         192,042  50%   45.79MB/s    0:00:00 (xfr#23, to-chk=14/56)
09-Nov-2024 19:47:02         193,859  50%   46.22MB/s    0:00:00 (xfr#24, to-chk=13/56)
09-Nov-2024 19:47:02         196,529  51%   46.86MB/s    0:00:00 (xfr#25, to-chk=12/56)
09-Nov-2024 19:47:02         198,631  51%   47.36MB/s    0:00:00 (xfr#26, to-chk=11/56)
09-Nov-2024 19:47:02         201,584  52%   48.06MB/s    0:00:00 (xfr#27, to-chk=10/56)
09-Nov-2024 19:47:02         202,430  52%   48.26MB/s    0:00:00 (xfr#28, to-chk=9/56)
09-Nov-2024 19:47:02         206,690  53%   49.28MB/s    0:00:00 (xfr#29, to-chk=8/56)
09-Nov-2024 19:47:02         209,075  54%   49.85MB/s    0:00:00 (xfr#30, to-chk=7/56)
09-Nov-2024 19:47:02         210,607  54%   40.17MB/s    0:00:00 (xfr#31, to-chk=6/56)
09-Nov-2024 19:47:02         213,849  55%   40.79MB/s    0:00:00 (xfr#32, to-chk=5/56)
09-Nov-2024 19:47:02         215,096  56%   41.03MB/s    0:00:00 (xfr#33, to-chk=4/56)
09-Nov-2024 19:47:02         215,657  56%   41.13MB/s    0:00:00 (xfr#34, to-chk=3/56)
09-Nov-2024 19:47:02         217,189  56%   41.43MB/s    0:00:00 (xfr#35, to-chk=2/56)
09-Nov-2024 19:47:02         221,001  57%   42.15MB/s    0:00:00 (xfr#36, to-chk=1/56)
09-Nov-2024 19:47:02         223,046  58%   42.54MB/s    0:00:00 (xfr#37, to-chk=0/56)
09-Nov-2024 19:47:02         223,046  58%   30.39MB/s    0:00:00 (xfr#37, to-chk=0/56)
09-Nov-2024 19:47:02         223,046  58%   30.39MB/s    0:00:00 (xfr#37, to-chk=0/56)
09-Nov-2024 19:47:02         223,046  58%   30.39MB/s    0:00:00 (xfr#37, to-chk=0/56)
09-Nov-2024 19:47:02         223,046  58%   30.39MB/s    0:00:00 (xfr#37, to-chk=0/56)
09-Nov-2024 19:47:02         223,046  58%   30.39MB/s    0:00:00 (xfr#37, to-chk=0/56)
09-Nov-2024 19:47:02 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.09-19.37.46/pod-logs/dev-oneprovider-krakow-0/cluster-manager
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 19:47:02           2,022  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
09-Nov-2024 19:47:02           4,776  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
09-Nov-2024 19:47:02           4,776  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
09-Nov-2024 19:47:02           6,595  48%    6.29MB/s    0:00:00 (xfr#5, to-chk=3/14)
09-Nov-2024 19:47:02           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=1/14)
09-Nov-2024 19:47:02           6,857  50%    3.27MB/s    0:00:00 (xfr#6, to-chk=0/14)
09-Nov-2024 19:47:02 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.09-19.37.46/pod-logs/dev-oneprovider-krakow-0/op-panel
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 19:47:02          18,244  16%   17.40MB/s    0:00:00 (xfr#2, to-chk=9/14)
09-Nov-2024 19:47:02          37,412  33%   35.68MB/s    0:00:00 (xfr#3, to-chk=7/14)
09-Nov-2024 19:47:02          37,412  33%   35.68MB/s    0:00:00 (xfr#4, to-chk=5/14)
09-Nov-2024 19:47:02          55,453  49%   52.88MB/s    0:00:00 (xfr#5, to-chk=3/14)
09-Nov-2024 19:47:02          55,744  50%   53.16MB/s    0:00:00 (xfr#6, to-chk=1/14)
09-Nov-2024 19:47:02          55,744  50%   26.58MB/s    0:00:00 (xfr#6, to-chk=0/14)
09-Nov-2024 19:47:02 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.09-19.37.46/pod-logs/dev-onezone-0/cluster-manager
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 19:47:02           1,977  14%    1.89MB/s    0:00:00 (xfr#2, to-chk=9/14)
09-Nov-2024 19:47:02           4,664  34%    4.45MB/s    0:00:00 (xfr#3, to-chk=7/14)
09-Nov-2024 19:47:02           4,664  34%    4.45MB/s    0:00:00 (xfr#4, to-chk=5/14)
09-Nov-2024 19:47:02           6,438  48%    6.14MB/s    0:00:00 (xfr#5, to-chk=3/14)
09-Nov-2024 19:47:02           6,700  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=1/14)
09-Nov-2024 19:47:02           6,700  50%    3.19MB/s    0:00:00 (xfr#6, to-chk=0/14)
09-Nov-2024 19:47:02 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.09-19.37.46/pod-logs/dev-onezone-0/oz-worker
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=15/18)
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 19:47:02          15,738   7%   15.01MB/s    0:00:00 (xfr#2, to-chk=13/18)
09-Nov-2024 19:47:02          32,113  14%   30.63MB/s    0:00:00 (xfr#3, to-chk=11/18)
09-Nov-2024 19:47:02          32,113  14%   30.63MB/s    0:00:00 (xfr#4, to-chk=9/18)
09-Nov-2024 19:47:02          47,371  22%   45.18MB/s    0:00:00 (xfr#5, to-chk=7/18)
09-Nov-2024 19:47:02          47,462  22%   45.26MB/s    0:00:00 (xfr#6, to-chk=5/18)
09-Nov-2024 19:47:02          47,759  22%   45.55MB/s    0:00:00 (xfr#7, to-chk=3/18)
09-Nov-2024 19:47:02         107,541  50%  102.56MB/s    0:00:00 (xfr#8, to-chk=1/18)
09-Nov-2024 19:47:02         107,541  50%   10.26MB/s    0:00:00 (xfr#8, to-chk=0/18)
09-Nov-2024 19:47:02 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.09-19.37.46/pod-logs/dev-onezone-0/oz-panel
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
09-Nov-2024 19:47:02               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 19:47:02          30,746  13%   29.32MB/s    0:00:00 (xfr#2, to-chk=9/14)
09-Nov-2024 19:47:02          62,650  26%   59.75MB/s    0:00:00 (xfr#3, to-chk=7/14)
09-Nov-2024 19:47:02          87,337  36%   83.29MB/s    0:00:00 (xfr#4, to-chk=5/14)
09-Nov-2024 19:47:02         117,880  49%  112.42MB/s    0:00:00 (xfr#5, to-chk=3/14)
09-Nov-2024 19:47:02         118,171  50%  112.70MB/s    0:00:00 (xfr#6, to-chk=1/14)
09-Nov-2024 19:47:02         118,171  50%   37.57MB/s    0:00:00 (xfr#6, to-chk=0/14)
09-Nov-2024 19:47:02 [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMDS/onedata-acceptance/tests/oneclient/logs/singleprovider_multiclient_directio/test_multi_reg_file_stat.1731181614.4919984 exists, exporting anyway.
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02 =================================== FAILURES ===================================
09-Nov-2024 19:47:02 _____________ test_type_empty[singleprovider_multiclient_directio] _____________
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02 fixturefunc = <function shell_check_type at 0x7f6dfe43c680>
09-Nov-2024 19:47:02 request = <FixtureRequest for <Function test_type_empty[singleprovider_multiclient_directio]>>
09-Nov-2024 19:47:02 kwargs = {'client_node': 'client21', 'file': 'space1/file1', 'file_type': 'regular empty file', 'user': 'user2', ...}
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02     def call_fixture_func(
09-Nov-2024 19:47:02         fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs
09-Nov-2024 19:47:02     ) -> FixtureValue:
09-Nov-2024 19:47:02         if is_generator(fixturefunc):
09-Nov-2024 19:47:02             fixturefunc = cast(
09-Nov-2024 19:47:02                 Callable[..., Generator[FixtureValue, None, None]], fixturefunc
09-Nov-2024 19:47:02             )
09-Nov-2024 19:47:02             generator = fixturefunc(**kwargs)
09-Nov-2024 19:47:02             try:
09-Nov-2024 19:47:02                 fixture_result = next(generator)
09-Nov-2024 19:47:02             except StopIteration:
09-Nov-2024 19:47:02                 raise ValueError(f"{request.fixturename} did not yield a value") from None
09-Nov-2024 19:47:02             finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator)
09-Nov-2024 19:47:02             request.addfinalizer(finalizer)
09-Nov-2024 19:47:02         else:
09-Nov-2024 19:47:02             fixturefunc = cast(Callable[..., FixtureValue], fixturefunc)
09-Nov-2024 19:47:02 >           fixture_result = fixturefunc(**kwargs)
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02 /usr/local/lib/python3.12/dist-packages/_pytest/fixtures.py:913:
09-Nov-2024 19:47:02 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
09-Nov-2024 19:47:02 tests/utils/bdd_utils.py:78: in wrapper
09-Nov-2024 19:47:02     return fun(*ba.args, **ba.kwargs)
09-Nov-2024 19:47:02 tests/oneclient/steps/multi_file_steps.py:410: in shell_check_type
09-Nov-2024 19:47:02     assert_(client.perform, condition)
09-Nov-2024 19:47:02 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02 expression = <bound method Client.perform of <tests.utils.client_utils.Client object at 0x7f6dffe67cb0>>
09-Nov-2024 19:47:02 args = (<function shell_check_type.<locals>.condition at 0x7f6dfe289da0>,)
09-Nov-2024 19:47:02 kwargs = {}, assert_result = False
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02     def assert_(expression, *args, **kwargs):
09-Nov-2024 19:47:02         assert_result = expression(*args, **kwargs)
09-Nov-2024 19:47:02 >       assert assert_result
09-Nov-2024 19:47:02 E       AssertionError
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02 tests/utils/utils.py:42: AssertionError
09-Nov-2024 19:47:02 ------------------------------ Captured log call -------------------------------
09-Nov-2024 19:47:02 ERROR    root:utils.py:30 Traceback (most recent call last):
09-Nov-2024 19:47:02   File "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMDS/onedata-acceptance/tests/utils/client_utils.py", line 79, in _repeat_until
09-Nov-2024 19:47:02     condition_satisfied = condition()
09-Nov-2024 19:47:02                           ^^^^^^^^^^^
09-Nov-2024 19:47:02   File "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMDS/onedata-acceptance/tests/oneclient/steps/multi_file_steps.py", line 408, in condition
09-Nov-2024 19:47:02     assert stat_file_type.strip() == file_type
09-Nov-2024 19:47:02            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09-Nov-2024 19:47:02 AssertionError
09-Nov-2024 19:47:02 =============================== warnings summary ===============================
09-Nov-2024 19:47:02 tests/utils/rest_utils.py:98
09-Nov-2024 19:47:02   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMDS/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ '
09-Nov-2024 19:47:02     print("""
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02 tests/utils/path_utils.py:112
09-Nov-2024 19:47:02   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMDS/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
09-Nov-2024 19:47:02     return path.replace("'", "\\'").replace(' ', '\ ')
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02 tests/utils/acceptance_utils.py:55
09-Nov-2024 19:47:02   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMDS/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d'
09-Nov-2024 19:47:02     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02 tests/utils/acceptance_utils.py:57
09-Nov-2024 19:47:02   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMDS/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d'
09-Nov-2024 19:47:02     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
09-Nov-2024 19:47:02
09-Nov-2024 19:47:02 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
09-Nov-2024 19:47:02 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMDS/onedata-acceptance/test-reports/results.xml -
09-Nov-2024 19:47:02 ============= 1 failed, 13 passed, 4 warnings in 559.22s (0:09:19) =============
09-Nov-2024 19:47:06 release "dev" uninstalled
09-Nov-2024 19:47:07 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
09-Nov-2024 19:47:17 No resources found
09-Nov-2024 19:47:18 Sidecar injection has been disabled
09-Nov-2024 19:47:18 Cleaning helm release "dev"...
09-Nov-2024 19:47:18 Deleted 1 helm deployments
09-Nov-2024 19:47:18 Deleted 0 k8s deployments
09-Nov-2024 19:47:18 Deleted 0 k8s services
09-Nov-2024 19:47:18 Deleted 0 persistent volumes
09-Nov-2024 19:47:19 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
09-Nov-2024 19:47:19 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
09-Nov-2024 19:47:19 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
09-Nov-2024 19:47:19 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
09-Nov-2024 19:47:19 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
09-Nov-2024 19:47:19 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
09-Nov-2024 19:47:19 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
09-Nov-2024 19:47:19 Finished task 'Run acceptance oneclient tests' with result: Success
09-Nov-2024 19:47:19 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
09-Nov-2024 19:47:19 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMDS...
09-Nov-2024 19:47:19 Failing task since 1 failing test cases were found.
09-Nov-2024 19:47:19 Changing Task Result to SUCCESS as all failed tests were quarantined.
09-Nov-2024 19:47:19 Finished task 'Parse test results' with result: Success
09-Nov-2024 19:47:19 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
09-Nov-2024 19:47:19
Substituting variable: ${bamboo.artifactRepoHostname} with S3
09-Nov-2024 19:47:19
Substituting variable: ${bamboo.artifactRepoPort} with 10161
09-Nov-2024 19:47:19
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
09-Nov-2024 19:47:19
Substituting variable: ${bamboo.planRepository.branchName} with develop
09-Nov-2024 19:47:19
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
09-Nov-2024 19:47:19
Substituting variable: ${bamboo.artifactRepoHostname} with S3
09-Nov-2024 19:47:19
Substituting variable: ${bamboo.artifactRepoPort} with 10161
09-Nov-2024 19:47:19
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
09-Nov-2024 19:47:19
Substituting variable: ${bamboo.planRepository.branchName} with develop
09-Nov-2024 19:47:19
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
09-Nov-2024 19:47:19 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
09-Nov-2024 19:47:19
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider regular file stat multiclient directio symlinks #3361 (ODSRV-OAP-SRFSMDS-3361)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SRFSMDS-3361-ScriptBuildTask-14919717368076106272.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMDS/onedata-acceptance
09-Nov-2024 19:47:19 ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_singleprovider_regular_file_stat_multiclient_directio_symlinks.tar.gz
09-Nov-2024 19:47:19 Uploading artifact
09-Nov-2024 19:47:19     source path: surefire_singleprovider_regular_file_stat_multiclient_directio_symlinks.tar.gz
09-Nov-2024 19:47:19     dest.  path: artifacts/onedata-acceptance/develop/surefire_singleprovider_regular_file_stat_multiclient_directio_symlinks.tar.gz
09-Nov-2024 19:47:19 Finished task 'Pack and push surefire artifact' with result: Success
09-Nov-2024 19:47:19 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
09-Nov-2024 19:47:19 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
09-Nov-2024 19:47:19
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider regular file stat multiclient directio symlinks #3361 (ODSRV-OAP-SRFSMDS-3361)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SRFSMDS-3361-ScriptBuildTask-1210697859463269320.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMDS
09-Nov-2024 19:47:19 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
09-Nov-2024 19:47:19 Finished task 'Pack logs' with result: Success
09-Nov-2024 19:47:19 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
09-Nov-2024 19:47:19
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
09-Nov-2024 19:47:19 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
09-Nov-2024 19:47:19
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider regular file stat multiclient directio symlinks #3361 (ODSRV-OAP-SRFSMDS-3361)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SRFSMDS-3361-ScriptBuildTask-16975717265238773755.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMDS/onedata-acceptance
09-Nov-2024 19:47:20   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
09-Nov-2024 19:47:20                                  Dload  Upload   Total   Spent    Left  Speed
09-Nov-2024 19:47:20
09-Nov-2024 19:47:20   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
09-Nov-2024 19:47:20 100  4822  100  4822    0     0  58804      0 --:--:-- --:--:-- --:--:-- 58804
09-Nov-2024 19:47:20 Clearing /tmp/onedata and /home/bamboo/.one-env
09-Nov-2024 19:47:21 Cleaning helm deployments
09-Nov-2024 19:47:21 Cleanining pods
09-Nov-2024 19:47:21 Cleaning kube persistant volumes
09-Nov-2024 19:47:22 Cleaning dockswift container
09-Nov-2024 19:47:22 Cleaning docker containers
09-Nov-2024 19:47:25 Stalled docker containers to remove:
09-Nov-2024 19:47:25 f6886fd06e83 925175fe243c 9c9f58755d13 ebfe705cfdab 834370c96694 a2395798597c 4b8ae6175cfd 94c21e5539d1 df15cdd1cae0 b86fa2a16b72 4e8ec87fc1b2 17057036b783 63097db25e9c 43c8f0890579 5fecee3ec9af a51959a839ee
09-Nov-2024 19:47:25 Removing stalled docker containers
09-Nov-2024 19:47:25 Error response from daemon: Cannot kill container: f6886fd06e83: Container f6886fd06e83e05229492be519e349fa4529d9b7f80eb11728b497f0502df060 is not running
09-Nov-2024 19:47:25 f6886fd06e83
09-Nov-2024 19:47:25 Error response from daemon: Cannot kill container: 925175fe243c: Container 925175fe243c434f0da5ce53cdafb58e247123571dbd548cae156f2a395f3cc0 is not running
09-Nov-2024 19:47:25 925175fe243c
09-Nov-2024 19:47:25 Error response from daemon: Cannot kill container: 9c9f58755d13: Container 9c9f58755d138a851d11c4eae997b162405696250169e2614434dca79c1fc5af is not running
09-Nov-2024 19:47:25 9c9f58755d13
09-Nov-2024 19:47:25 Error response from daemon: Cannot kill container: ebfe705cfdab: Container ebfe705cfdab617d3eec294ccf0383ca61721c355e792281ad56b8bf0c0b7185 is not running
09-Nov-2024 19:47:25 ebfe705cfdab
09-Nov-2024 19:47:25 Error response from daemon: Cannot kill container: 834370c96694: Container 834370c96694143d2a8dda3659ab7053b860f4efb2fac31a77a372b290f364ab is not running
09-Nov-2024 19:47:25 834370c96694
09-Nov-2024 19:47:25 Error response from daemon: Cannot kill container: a2395798597c: Container a2395798597c8bf50a015529e3150d8468d1c461c18cc7c89cdce135d8ffb8b7 is not running
09-Nov-2024 19:47:25 a2395798597c
09-Nov-2024 19:47:25 Error response from daemon: Cannot kill container: 4b8ae6175cfd: Container 4b8ae6175cfdb4416b805dcc4a2bcde909c3038ec48f69ada67778f27a5a56a6 is not running
09-Nov-2024 19:47:25 4b8ae6175cfd
09-Nov-2024 19:47:25 Error response from daemon: Cannot kill container: 94c21e5539d1: Container 94c21e5539d1954374afff588753e72bca0bab482d3d45054a3e1f1f0321fa0f is not running
09-Nov-2024 19:47:26 94c21e5539d1
09-Nov-2024 19:47:26 Error response from daemon: Cannot kill container: df15cdd1cae0: Container df15cdd1cae0ecf8e9d8f5d5edc48f874282e380bfda4ab8ccb3a6e807670603 is not running
09-Nov-2024 19:47:26 df15cdd1cae0
09-Nov-2024 19:47:26 Error response from daemon: Cannot kill container: b86fa2a16b72: Container b86fa2a16b72b5895ab4cfabe44b253a65115ca993803cedc6673f352998a190 is not running
09-Nov-2024 19:47:26 b86fa2a16b72
09-Nov-2024 19:47:26 Error response from daemon: Cannot kill container: 4e8ec87fc1b2: Container 4e8ec87fc1b2979dc077bfba2926458e79724b4306cabb0fa1a22fde8130652b is not running
09-Nov-2024 19:47:26 4e8ec87fc1b2
09-Nov-2024 19:47:26 Error response from daemon: Cannot kill container: 17057036b783: Container 17057036b7834283656dde5d222dff29e109103c8aaca739c54dafe19ec5dce2 is not running
09-Nov-2024 19:47:26 17057036b783
09-Nov-2024 19:47:26 Error response from daemon: Cannot kill container: 63097db25e9c: Container 63097db25e9c58aa0d2e85cf6d2ca82fca8c3803b1fe4d90c44c16eca7195a01 is not running
09-Nov-2024 19:47:26 63097db25e9c
09-Nov-2024 19:47:26 Error response from daemon: Cannot kill container: 43c8f0890579: Container 43c8f08905790719e563abcb76539ba5cf807cf8542f571dbcd37735b4f4bfa3 is not running
09-Nov-2024 19:47:26 43c8f0890579
09-Nov-2024 19:47:26 Error response from daemon: Cannot kill container: 5fecee3ec9af: Container 5fecee3ec9afaba47c41329abc5de4217268510c4d33aeecc4bc5a6d8fca6389 is not running
09-Nov-2024 19:47:26 5fecee3ec9af
09-Nov-2024 19:47:26 a51959a839ee
09-Nov-2024 19:47:26 a51959a839ee
09-Nov-2024 19:47:26 Stalled docker volumes to remove:
09-Nov-2024 19:47:26
09-Nov-2024 19:47:26 Removing stalled docker volumes
09-Nov-2024 19:47:26 Removing stalled loopdevices
09-Nov-2024 19:47:28 Done
09-Nov-2024 19:47:28 Finished task 'Clear env and working dir' with result: Success
09-Nov-2024 19:47:28 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
09-Nov-2024 19:47:28 Running post build plugin 'Docker Container Cleanup'
09-Nov-2024 19:47:28 Running post build plugin 'NCover Results Collector'
09-Nov-2024 19:47:28 Running post build plugin 'Build Results Label Collector'
09-Nov-2024 19:47:28 Running post build plugin 'Clover Results Collector'
09-Nov-2024 19:47:28 Running post build plugin 'npm Cache Cleanup'
09-Nov-2024 19:47:28 Running post build plugin 'Artifact Copier'
09-Nov-2024 19:47:28 Publishing an artifact: test_logs.tar.gz
09-Nov-2024 19:47:28 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 62.28 ms
09-Nov-2024 19:47:28 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMDS'
09-Nov-2024 19:47:28 Finalising the build...
09-Nov-2024 19:47:28 Stopping timer.
09-Nov-2024 19:47:28 Build ODSRV-OAP-SRFSMDS-3361 completed.
09-Nov-2024 19:47:28 Running on server: post build plugin 'Build Hanging Detection Configuration'
09-Nov-2024 19:47:28 Running on server: post build plugin 'NCover Results Collector'
09-Nov-2024 19:47:28 Running on server: post build plugin 'Build Labeller'
09-Nov-2024 19:47:28 Running on server: post build plugin 'Clover Delta Calculator'
09-Nov-2024 19:47:28 Running on server: post build plugin 'Maven Dependencies Postprocessor'
09-Nov-2024 19:47:28 All post build plugins have finished
09-Nov-2024 19:47:28 Generating build results summary...
09-Nov-2024 19:47:29 Saving build results to disk...
09-Nov-2024 19:47:29 Store variable context...
09-Nov-2024 19:47:29 Finished building ODSRV-OAP-SRFSMDS-3361.