oneclient acceptance tests using environment deployed from packages

Build: #3370 did not complete

Job: singleprovider regular file stat multiclient proxyio symlinks was successful

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Build log

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

29-Nov-2024 15:24:30 - Executing scenario 'Increase regular file size with truncate'
29-Nov-2024 15:24:30 - from feature 'Multi_regular_file_stat'
29-Nov-2024 15:24:30 -----------------------------------------------------------------
29-Nov-2024 15:24:30 -- Executing step: 'Given "oneclients [client11, client21]
29-Nov-2024 15:24:30 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
29-Nov-2024 15:24:30 using [token, token] by [user1, user2]"'
29-Nov-2024 15:24:30 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:24:30 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:24:30 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:24:30
29-Nov-2024 15:24:30
29-Nov-2024 15:24:30 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq'
29-Nov-2024 15:24:30 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq' successfully started
29-Nov-2024 15:24:30
29-Nov-2024 15:24:30 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/fn5sskorkidry6qc
29-Nov-2024 15:24:30
29-Nov-2024 15:24:30 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/fn5sskorkidry6qc --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/fn5sskorkidry6qc
29-Nov-2024 15:24:30 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '1207886495771592105'...
29-Nov-2024 15:24:30 Getting configuration...
29-Nov-2024 15:24:30 Oneclient has been successfully mounted in '/tmp/onedata/mnt/fn5sskorkidry6qc'.
29-Nov-2024 15:24:30
29-Nov-2024 15:24:30 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:24:30 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:24:30 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:24:30
29-Nov-2024 15:24:30
29-Nov-2024 15:24:30 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw'
29-Nov-2024 15:24:30 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw' successfully started
29-Nov-2024 15:24:30
29-Nov-2024 15:24:30 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/4d986bwxkqitbg37
29-Nov-2024 15:24:30
29-Nov-2024 15:24:30 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/4d986bwxkqitbg37 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/4d986bwxkqitbg37
29-Nov-2024 15:24:30 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '10514124697404107912'...
29-Nov-2024 15:24:30 Getting configuration...
29-Nov-2024 15:24:30 Oneclient has been successfully mounted in '/tmp/onedata/mnt/4d986bwxkqitbg37'.
29-Nov-2024 15:24:30
29-Nov-2024 15:24:30 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
29-Nov-2024 15:24:30 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
29-Nov-2024 15:24:30 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
29-Nov-2024 15:24:30 -- Executing step: 'When "user1 changes space1/file1 size to 1000000 bytes on client11"'
29-Nov-2024 15:24:30 -- Executing step: 'Then "size of user2's space1/file1 is 1000000 bytes on client21"'
29-Nov-2024 15:24:30 =================================================================
29-Nov-2024 15:24:30
29-Nov-2024 15:24:30 PASSED
29-Nov-2024 15:24:30 Unmounting client from /tmp/onedata/mnt/fn5sskorkidry6qc
29-Nov-2024 15:24:30
29-Nov-2024 15:24:30
29-Nov-2024 15:24:30 Unmounting client from /tmp/onedata/mnt/4d986bwxkqitbg37
29-Nov-2024 15:24:30
29-Nov-2024 15:24:30
29-Nov-2024 15:25:00 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_decrease_size[singleprovider_multiclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
29-Nov-2024 15:25:00 =================================================================
29-Nov-2024 15:25:00 - Executing scenario 'Decrease regular file size with truncate'
29-Nov-2024 15:25:00 - from feature 'Multi_regular_file_stat'
29-Nov-2024 15:25:00 -----------------------------------------------------------------
29-Nov-2024 15:25:00 -- Executing step: 'Given "oneclients [client11, client21]
29-Nov-2024 15:25:00 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
29-Nov-2024 15:25:00 using [token, token] by [user1, user2]"'
29-Nov-2024 15:25:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:25:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:25:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:25:00
29-Nov-2024 15:25:00
29-Nov-2024 15:25:00 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq'
29-Nov-2024 15:25:00 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq' successfully started
29-Nov-2024 15:25:00
29-Nov-2024 15:25:00 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/jnsxvi93tgwws4tv
29-Nov-2024 15:25:00
29-Nov-2024 15:25:00 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/jnsxvi93tgwws4tv --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/jnsxvi93tgwws4tv
29-Nov-2024 15:25:00 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15817007200261896832'...
29-Nov-2024 15:25:00 Getting configuration...
29-Nov-2024 15:25:00 Oneclient has been successfully mounted in '/tmp/onedata/mnt/jnsxvi93tgwws4tv'.
29-Nov-2024 15:25:00
29-Nov-2024 15:25:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:25:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:25:00 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:25:00
29-Nov-2024 15:25:00
29-Nov-2024 15:25:00 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw'
29-Nov-2024 15:25:00 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw' successfully started
29-Nov-2024 15:25:00
29-Nov-2024 15:25:00 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/81llkrzum0v9sqh9
29-Nov-2024 15:25:00
29-Nov-2024 15:25:00 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/81llkrzum0v9sqh9 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/81llkrzum0v9sqh9
29-Nov-2024 15:25:00 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15002796061559947704'...
29-Nov-2024 15:25:00 Getting configuration...
29-Nov-2024 15:25:00 Oneclient has been successfully mounted in '/tmp/onedata/mnt/81llkrzum0v9sqh9'.
29-Nov-2024 15:25:00
29-Nov-2024 15:25:00 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
29-Nov-2024 15:25:00 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
29-Nov-2024 15:25:00 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
29-Nov-2024 15:25:00 -- Executing step: 'When "user1 changes space1/file1 size to 1000000 bytes on client11"'
29-Nov-2024 15:25:00 -- Executing step: 'When "size of user2's space1/file1 is 1000000 bytes on client21"'
29-Nov-2024 15:25:00 -- Executing step: 'When "user1 changes space1/file1 size to 0 bytes on client11"'
29-Nov-2024 15:25:00 -- Executing step: 'Then "size of user2's space1/file1 is 0 bytes on client21"'
29-Nov-2024 15:25:00 =================================================================
29-Nov-2024 15:25:00
29-Nov-2024 15:25:00 PASSED
29-Nov-2024 15:25:00 Unmounting client from /tmp/onedata/mnt/jnsxvi93tgwws4tv
29-Nov-2024 15:25:00
29-Nov-2024 15:25:00
29-Nov-2024 15:25:00 Unmounting client from /tmp/onedata/mnt/81llkrzum0v9sqh9
29-Nov-2024 15:25:00
29-Nov-2024 15:25:00
29-Nov-2024 15:25:25 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_truncate_without_permission[singleprovider_multiclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
29-Nov-2024 15:25:25 =================================================================
29-Nov-2024 15:25:25 - Executing scenario 'Fail to truncate regular file without write permission'
29-Nov-2024 15:25:25 - from feature 'Multi_regular_file_stat'
29-Nov-2024 15:25:25 -----------------------------------------------------------------
29-Nov-2024 15:25:25 -- Executing step: 'Given "oneclients [client11, client21]
29-Nov-2024 15:25:25 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
29-Nov-2024 15:25:25 using [token, token] by [user1, user2]"'
29-Nov-2024 15:25:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:25:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:25:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:25:25
29-Nov-2024 15:25:25
29-Nov-2024 15:25:25 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq'
29-Nov-2024 15:25:25 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq' successfully started
29-Nov-2024 15:25:25
29-Nov-2024 15:25:25 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/7v29psxj0zdwqu9y
29-Nov-2024 15:25:25
29-Nov-2024 15:25:25 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/7v29psxj0zdwqu9y --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/7v29psxj0zdwqu9y
29-Nov-2024 15:25:25 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15071536930437065093'...
29-Nov-2024 15:25:25 Getting configuration...
29-Nov-2024 15:25:25 Oneclient has been successfully mounted in '/tmp/onedata/mnt/7v29psxj0zdwqu9y'.
29-Nov-2024 15:25:25
29-Nov-2024 15:25:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:25:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:25:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:25:25
29-Nov-2024 15:25:25
29-Nov-2024 15:25:25 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw'
29-Nov-2024 15:25:25 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw' successfully started
29-Nov-2024 15:25:25
29-Nov-2024 15:25:25 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/63je0me0hpwx9da7
29-Nov-2024 15:25:25
29-Nov-2024 15:25:25 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/63je0me0hpwx9da7 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/63je0me0hpwx9da7
29-Nov-2024 15:25:25 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '11373406199068570045'...
29-Nov-2024 15:25:25 Getting configuration...
29-Nov-2024 15:25:25 Oneclient has been successfully mounted in '/tmp/onedata/mnt/63je0me0hpwx9da7'.
29-Nov-2024 15:25:25
29-Nov-2024 15:25:25 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
29-Nov-2024 15:25:25 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
29-Nov-2024 15:25:25 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
29-Nov-2024 15:25:25 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
29-Nov-2024 15:25:25 -- Executing step: 'When "user1 changes space1/dir1/file1 mode to 644 on client11"'
29-Nov-2024 15:25:25 -- Executing step: 'When "mode of user2's space1/dir1/file1 is 644 on client21"'
29-Nov-2024 15:25:25 -- Executing step: 'When "user2 fails to change space1/dir1/file1 size to 1000000 bytes on client21"'
29-Nov-2024 15:25:25 =================================================================
29-Nov-2024 15:25:25
29-Nov-2024 15:25:26 PASSED
29-Nov-2024 15:25:26 Unmounting client from /tmp/onedata/mnt/7v29psxj0zdwqu9y
29-Nov-2024 15:25:26
29-Nov-2024 15:25:26
29-Nov-2024 15:25:26 Unmounting client from /tmp/onedata/mnt/63je0me0hpwx9da7
29-Nov-2024 15:25:26
29-Nov-2024 15:25:26
29-Nov-2024 15:25:51 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_timestamp[singleprovider_multiclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
29-Nov-2024 15:25:51 =================================================================
29-Nov-2024 15:25:51 - Executing scenario 'Timestamps at creation'
29-Nov-2024 15:25:51 - from feature 'Multi_regular_file_stat'
29-Nov-2024 15:25:51 -----------------------------------------------------------------
29-Nov-2024 15:25:51 -- Executing step: 'Given "oneclients [client11, client21]
29-Nov-2024 15:25:51 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
29-Nov-2024 15:25:51 using [token, token] by [user1, user2]"'
29-Nov-2024 15:25:51 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:25:51 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:25:51 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:25:51
29-Nov-2024 15:25:51
29-Nov-2024 15:25:51 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq'
29-Nov-2024 15:25:51 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq' successfully started
29-Nov-2024 15:25:51
29-Nov-2024 15:25:51 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/57kbyrlwnrh117y7
29-Nov-2024 15:25:51
29-Nov-2024 15:25:51 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/57kbyrlwnrh117y7 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/57kbyrlwnrh117y7
29-Nov-2024 15:25:51 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '17181677870093078654'...
29-Nov-2024 15:25:51 Getting configuration...
29-Nov-2024 15:25:51 Oneclient has been successfully mounted in '/tmp/onedata/mnt/57kbyrlwnrh117y7'.
29-Nov-2024 15:25:51
29-Nov-2024 15:25:51 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:25:51 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:25:51 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:25:51
29-Nov-2024 15:25:51
29-Nov-2024 15:25:51 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw'
29-Nov-2024 15:25:51 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw' successfully started
29-Nov-2024 15:25:51
29-Nov-2024 15:25:51 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/5e208t5xisxa80vt
29-Nov-2024 15:25:51
29-Nov-2024 15:25:51 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/5e208t5xisxa80vt --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/5e208t5xisxa80vt
29-Nov-2024 15:25:51 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '8085210388225566004'...
29-Nov-2024 15:25:51 Getting configuration...
29-Nov-2024 15:25:51 Oneclient has been successfully mounted in '/tmp/onedata/mnt/5e208t5xisxa80vt'.
29-Nov-2024 15:25:51
29-Nov-2024 15:25:51 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
29-Nov-2024 15:25:51 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
29-Nov-2024 15:25:51 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
29-Nov-2024 15:25:51 -- Executing step: 'Then "modification time of user2's space1/file1 is equal to access time on client21"'
29-Nov-2024 15:25:51 -- Executing step: 'Then "status-change time of user2's space1/file1 is equal to access time on client21"'
29-Nov-2024 15:25:51 =================================================================
29-Nov-2024 15:25:51
29-Nov-2024 15:25:51 PASSED
29-Nov-2024 15:25:51 Unmounting client from /tmp/onedata/mnt/57kbyrlwnrh117y7
29-Nov-2024 15:25:51
29-Nov-2024 15:25:51
29-Nov-2024 15:25:51 Unmounting client from /tmp/onedata/mnt/5e208t5xisxa80vt
29-Nov-2024 15:25:51
29-Nov-2024 15:25:51
29-Nov-2024 15:26:15 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_update_timestamp_without_permission[singleprovider_multiclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
29-Nov-2024 15:26:15 =================================================================
29-Nov-2024 15:26:15 - Executing scenario 'Fail to update timestamps (touch) without write permission'
29-Nov-2024 15:26:15 - from feature 'Multi_regular_file_stat'
29-Nov-2024 15:26:15 -----------------------------------------------------------------
29-Nov-2024 15:26:15 -- Executing step: 'Given "oneclients [client11, client21]
29-Nov-2024 15:26:15 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
29-Nov-2024 15:26:15 using [token, token] by [user1, user2]"'
29-Nov-2024 15:26:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:26:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:26:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:26:15
29-Nov-2024 15:26:15
29-Nov-2024 15:26:15 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq'
29-Nov-2024 15:26:15 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq' successfully started
29-Nov-2024 15:26:15
29-Nov-2024 15:26:15 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/oc7b22d7sfxre7zp
29-Nov-2024 15:26:15
29-Nov-2024 15:26:15 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/oc7b22d7sfxre7zp --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/oc7b22d7sfxre7zp
29-Nov-2024 15:26:15 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '16173720095214801590'...
29-Nov-2024 15:26:15 Getting configuration...
29-Nov-2024 15:26:15 Oneclient has been successfully mounted in '/tmp/onedata/mnt/oc7b22d7sfxre7zp'.
29-Nov-2024 15:26:15
29-Nov-2024 15:26:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:26:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:26:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:26:15
29-Nov-2024 15:26:15
29-Nov-2024 15:26:15 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw'
29-Nov-2024 15:26:15 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw' successfully started
29-Nov-2024 15:26:15
29-Nov-2024 15:26:15 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/5vq9zgp5hnie2nt7
29-Nov-2024 15:26:15
29-Nov-2024 15:26:15 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/5vq9zgp5hnie2nt7 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/5vq9zgp5hnie2nt7
29-Nov-2024 15:26:15 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '1776167581253764574'...
29-Nov-2024 15:26:15 Getting configuration...
29-Nov-2024 15:26:15 Oneclient has been successfully mounted in '/tmp/onedata/mnt/5vq9zgp5hnie2nt7'.
29-Nov-2024 15:26:15
29-Nov-2024 15:26:15 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
29-Nov-2024 15:26:15 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
29-Nov-2024 15:26:15 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
29-Nov-2024 15:26:15 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
29-Nov-2024 15:26:15 -- Executing step: 'When "user1 changes space1/dir1/file1 mode to 644 on client11"'
29-Nov-2024 15:26:15 -- Executing step: 'When "mode of user2's space1/dir1/file1 is 644 on client21"'
29-Nov-2024 15:26:15 -- Executing step: 'When "user2 fails to update [space1/dir1/file1] timestamps on client21"'
29-Nov-2024 15:26:15 =================================================================
29-Nov-2024 15:26:15
29-Nov-2024 15:26:16 PASSED
29-Nov-2024 15:26:16 Unmounting client from /tmp/onedata/mnt/oc7b22d7sfxre7zp
29-Nov-2024 15:26:16
29-Nov-2024 15:26:16
29-Nov-2024 15:26:16 Unmounting client from /tmp/onedata/mnt/5vq9zgp5hnie2nt7
29-Nov-2024 15:26:16
29-Nov-2024 15:26:16
29-Nov-2024 15:26:40 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_update_timestamp_with_permission[singleprovider_multiclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
29-Nov-2024 15:26:40 =================================================================
29-Nov-2024 15:26:40 - Executing scenario 'Update timestamps (touch) with write permission'
29-Nov-2024 15:26:40 - from feature 'Multi_regular_file_stat'
29-Nov-2024 15:26:40 -----------------------------------------------------------------
29-Nov-2024 15:26:40 -- Executing step: 'Given "oneclients [client11, client21]
29-Nov-2024 15:26:40 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
29-Nov-2024 15:26:40 using [token, token] by [user1, user2]"'
29-Nov-2024 15:26:40 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:26:40 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:26:40 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:26:40
29-Nov-2024 15:26:40
29-Nov-2024 15:26:40 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq'
29-Nov-2024 15:26:40 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq' successfully started
29-Nov-2024 15:26:40
29-Nov-2024 15:26:40 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/jp14effulcmrtera
29-Nov-2024 15:26:40
29-Nov-2024 15:26:40 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/jp14effulcmrtera --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/jp14effulcmrtera
29-Nov-2024 15:26:40 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '17070103805440480464'...
29-Nov-2024 15:26:40 Getting configuration...
29-Nov-2024 15:26:40 Oneclient has been successfully mounted in '/tmp/onedata/mnt/jp14effulcmrtera'.
29-Nov-2024 15:26:40
29-Nov-2024 15:26:40 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:26:40 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:26:40 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:26:40
29-Nov-2024 15:26:40
29-Nov-2024 15:26:40 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw'
29-Nov-2024 15:26:40 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw' successfully started
29-Nov-2024 15:26:40
29-Nov-2024 15:26:40 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/stizjj4djkh6z8ul
29-Nov-2024 15:26:40
29-Nov-2024 15:26:40 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/stizjj4djkh6z8ul --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/stizjj4djkh6z8ul
29-Nov-2024 15:26:40 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '594219684737832710'...
29-Nov-2024 15:26:40 Getting configuration...
29-Nov-2024 15:26:40 Oneclient has been successfully mounted in '/tmp/onedata/mnt/stizjj4djkh6z8ul'.
29-Nov-2024 15:26:40
29-Nov-2024 15:26:40 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
29-Nov-2024 15:26:40 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
29-Nov-2024 15:26:40 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
29-Nov-2024 15:26:40 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
29-Nov-2024 15:26:40 -- Executing step: 'When "user1 changes space1/dir1/file1 mode to 624 on client11"'
29-Nov-2024 15:26:40 -- Executing step: 'When "mode of user2's space1/dir1/file1 is 624 on client21"'
29-Nov-2024 15:26:40 -- Executing step: 'When "user2 updates [space1/dir1/file1] timestamps on client21"'
29-Nov-2024 15:26:40 -- Executing step: 'Then "modification time of user2's space1/dir1/file1 is equal to access time on client21"'
29-Nov-2024 15:26:40 =================================================================
29-Nov-2024 15:26:40
29-Nov-2024 15:26:41 PASSED
29-Nov-2024 15:26:41 Unmounting client from /tmp/onedata/mnt/jp14effulcmrtera
29-Nov-2024 15:26:41
29-Nov-2024 15:26:41
29-Nov-2024 15:26:41 Unmounting client from /tmp/onedata/mnt/stizjj4djkh6z8ul
29-Nov-2024 15:26:41
29-Nov-2024 15:26:41
29-Nov-2024 15:27:17 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_access_time[singleprovider_multiclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
29-Nov-2024 15:27:17 =================================================================
29-Nov-2024 15:27:17 - Executing scenario 'Access time'
29-Nov-2024 15:27:17 - from feature 'Multi_regular_file_stat'
29-Nov-2024 15:27:17 -----------------------------------------------------------------
29-Nov-2024 15:27:17 -- Executing step: 'Given "oneclients [client11, client21]
29-Nov-2024 15:27:17 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
29-Nov-2024 15:27:17 using [token, token] by [user1, user2]"'
29-Nov-2024 15:27:17 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:27:17 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:27:17 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:27:17
29-Nov-2024 15:27:17
29-Nov-2024 15:27:17 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq'
29-Nov-2024 15:27:17 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq' successfully started
29-Nov-2024 15:27:17
29-Nov-2024 15:27:17 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/c7y51lob3o6l80br
29-Nov-2024 15:27:17
29-Nov-2024 15:27:17 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/c7y51lob3o6l80br --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/c7y51lob3o6l80br
29-Nov-2024 15:27:17 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '9710787577571628234'...
29-Nov-2024 15:27:17 Getting configuration...
29-Nov-2024 15:27:17 Oneclient has been successfully mounted in '/tmp/onedata/mnt/c7y51lob3o6l80br'.
29-Nov-2024 15:27:17
29-Nov-2024 15:27:17 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:27:17 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:27:17 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:27:17
29-Nov-2024 15:27:17
29-Nov-2024 15:27:17 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw'
29-Nov-2024 15:27:17 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw' successfully started
29-Nov-2024 15:27:17
29-Nov-2024 15:27:17 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/p3hqeqrc8np0xzk8
29-Nov-2024 15:27:17
29-Nov-2024 15:27:17 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/p3hqeqrc8np0xzk8 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/p3hqeqrc8np0xzk8
29-Nov-2024 15:27:17 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '3025801743534268745'...
29-Nov-2024 15:27:17 Getting configuration...
29-Nov-2024 15:27:17 Oneclient has been successfully mounted in '/tmp/onedata/mnt/p3hqeqrc8np0xzk8'.
29-Nov-2024 15:27:17
29-Nov-2024 15:27:17 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
29-Nov-2024 15:27:17 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
29-Nov-2024 15:27:17 -- Executing step: 'When "user1 is idle for 2 seconds"'
29-Nov-2024 15:27:17 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1 on client11"'
29-Nov-2024 15:27:17 -- Executing step: 'Then "access time of user2's space1/file1 is greater than modification time on client21"'
29-Nov-2024 15:27:17 -- Executing step: 'Then "access time of user2's space1/file1 is greater than status-change time on client21"'
29-Nov-2024 15:27:17 =================================================================
29-Nov-2024 15:27:17
29-Nov-2024 15:27:18 PASSED
29-Nov-2024 15:27:18 Unmounting client from /tmp/onedata/mnt/c7y51lob3o6l80br
29-Nov-2024 15:27:18
29-Nov-2024 15:27:18
29-Nov-2024 15:27:18 Unmounting client from /tmp/onedata/mnt/p3hqeqrc8np0xzk8
29-Nov-2024 15:27:18
29-Nov-2024 15:27:18
29-Nov-2024 15:27:44 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_modification_time[singleprovider_multiclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
29-Nov-2024 15:27:44 =================================================================
29-Nov-2024 15:27:44 - Executing scenario 'Modification time'
29-Nov-2024 15:27:44 - from feature 'Multi_regular_file_stat'
29-Nov-2024 15:27:44 -----------------------------------------------------------------
29-Nov-2024 15:27:44 -- Executing step: 'Given "oneclients [client11, client21]
29-Nov-2024 15:27:44 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
29-Nov-2024 15:27:44 using [token, token] by [user1, user2]"'
29-Nov-2024 15:27:44 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:27:44 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:27:44 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:27:44
29-Nov-2024 15:27:44
29-Nov-2024 15:27:44 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq'
29-Nov-2024 15:27:44 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq' successfully started
29-Nov-2024 15:27:44
29-Nov-2024 15:27:44 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/daxo6id3ej97mgy0
29-Nov-2024 15:27:44
29-Nov-2024 15:27:44 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/daxo6id3ej97mgy0 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/daxo6id3ej97mgy0
29-Nov-2024 15:27:44 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '2566096202181976142'...
29-Nov-2024 15:27:44 Getting configuration...
29-Nov-2024 15:27:44 Oneclient has been successfully mounted in '/tmp/onedata/mnt/daxo6id3ej97mgy0'.
29-Nov-2024 15:27:44
29-Nov-2024 15:27:44 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:27:44 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:27:44 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:27:44
29-Nov-2024 15:27:44
29-Nov-2024 15:27:44 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw'
29-Nov-2024 15:27:44 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw' successfully started
29-Nov-2024 15:27:44
29-Nov-2024 15:27:44 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/76nl3wi62vt9m4lo
29-Nov-2024 15:27:44
29-Nov-2024 15:27:44 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/76nl3wi62vt9m4lo --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/76nl3wi62vt9m4lo
29-Nov-2024 15:27:44 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '10470788460384980514'...
29-Nov-2024 15:27:44 Getting configuration...
29-Nov-2024 15:27:44 Oneclient has been successfully mounted in '/tmp/onedata/mnt/76nl3wi62vt9m4lo'.
29-Nov-2024 15:27:44
29-Nov-2024 15:27:44 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
29-Nov-2024 15:27:44 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
29-Nov-2024 15:27:44 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
29-Nov-2024 15:27:44 -- Executing step: 'When "user1 is idle for 2 seconds"'
29-Nov-2024 15:27:44 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
29-Nov-2024 15:27:44 -- Executing step: 'Then "modification time of user2's space1/file1 is greater than access time on client21"'
29-Nov-2024 15:27:44 -- Executing step: 'Then "modification time of user2's space1/file1 is equal to status-change time on client21"'
29-Nov-2024 15:27:44 =================================================================
29-Nov-2024 15:27:44
29-Nov-2024 15:27:44 PASSED
29-Nov-2024 15:27:44 Unmounting client from /tmp/onedata/mnt/daxo6id3ej97mgy0
29-Nov-2024 15:27:44
29-Nov-2024 15:27:44
29-Nov-2024 15:27:44 Unmounting client from /tmp/onedata/mnt/76nl3wi62vt9m4lo
29-Nov-2024 15:27:44
29-Nov-2024 15:27:44
29-Nov-2024 15:28:10 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_stat_change_time_chmod[singleprovider_multiclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
29-Nov-2024 15:28:10 =================================================================
29-Nov-2024 15:28:10 - Executing scenario 'Status-change time when changing mode'
29-Nov-2024 15:28:10 - from feature 'Multi_regular_file_stat'
29-Nov-2024 15:28:10 -----------------------------------------------------------------
29-Nov-2024 15:28:10 -- Executing step: 'Given "oneclients [client11, client21]
29-Nov-2024 15:28:10 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
29-Nov-2024 15:28:10 using [token, token] by [user1, user2]"'
29-Nov-2024 15:28:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:28:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:28:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:28:10
29-Nov-2024 15:28:10
29-Nov-2024 15:28:10 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq'
29-Nov-2024 15:28:10 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq' successfully started
29-Nov-2024 15:28:10
29-Nov-2024 15:28:10 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/42v0ir8s3vqf9e5r
29-Nov-2024 15:28:10
29-Nov-2024 15:28:10 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/42v0ir8s3vqf9e5r --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/42v0ir8s3vqf9e5r
29-Nov-2024 15:28:10 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '10398656653932367205'...
29-Nov-2024 15:28:10 Getting configuration...
29-Nov-2024 15:28:10 Oneclient has been successfully mounted in '/tmp/onedata/mnt/42v0ir8s3vqf9e5r'.
29-Nov-2024 15:28:10
29-Nov-2024 15:28:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:28:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:28:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:28:10
29-Nov-2024 15:28:10
29-Nov-2024 15:28:10 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw'
29-Nov-2024 15:28:10 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw' successfully started
29-Nov-2024 15:28:10
29-Nov-2024 15:28:10 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/bk7kid0q0gipkjod
29-Nov-2024 15:28:10
29-Nov-2024 15:28:10 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/bk7kid0q0gipkjod --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/bk7kid0q0gipkjod
29-Nov-2024 15:28:10 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7820716550808764639'...
29-Nov-2024 15:28:10 Getting configuration...
29-Nov-2024 15:28:10 Oneclient has been successfully mounted in '/tmp/onedata/mnt/bk7kid0q0gipkjod'.
29-Nov-2024 15:28:10
29-Nov-2024 15:28:10 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
29-Nov-2024 15:28:10 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
29-Nov-2024 15:28:10 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
29-Nov-2024 15:28:10 -- Executing step: 'When "user1 is idle for 2 seconds"'
29-Nov-2024 15:28:10 -- Executing step: 'When "user1 changes space1/file1 mode to 211 on client11"'
29-Nov-2024 15:28:10 -- Executing step: 'Then "mode of user2's space1/file1 is 211 on client21"'
29-Nov-2024 15:28:10 -- Executing step: 'Then "status-change time of user2's space1/file1 is greater than modification time on client21"'
29-Nov-2024 15:28:10 -- Executing step: 'Then "status-change time of user2's space1/file1 is greater than access time on client21"'
29-Nov-2024 15:28:10 =================================================================
29-Nov-2024 15:28:10
29-Nov-2024 15:28:11 PASSED
29-Nov-2024 15:28:11 Unmounting client from /tmp/onedata/mnt/42v0ir8s3vqf9e5r
29-Nov-2024 15:28:11
29-Nov-2024 15:28:11
29-Nov-2024 15:28:11 Unmounting client from /tmp/onedata/mnt/bk7kid0q0gipkjod
29-Nov-2024 15:28:11
29-Nov-2024 15:28:11
29-Nov-2024 15:28:38 tests/oneclient/scenarios/test_multi_reg_file_stat.py::test_stat_change_time_mv[singleprovider_multiclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
29-Nov-2024 15:28:38 =================================================================
29-Nov-2024 15:28:38 - Executing scenario 'Status-change time when renaming on storage'
29-Nov-2024 15:28:38 - from feature 'Multi_regular_file_stat'
29-Nov-2024 15:28:38 -----------------------------------------------------------------
29-Nov-2024 15:28:38 -- Executing step: 'Given "oneclients [client11, client21]
29-Nov-2024 15:28:38 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
29-Nov-2024 15:28:38 using [token, token] by [user1, user2]"'
29-Nov-2024 15:28:38 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:28:38 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:28:38 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-gzxxq', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:28:38
29-Nov-2024 15:28:38
29-Nov-2024 15:28:38 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq'
29-Nov-2024 15:28:38 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-gzxxq' successfully started
29-Nov-2024 15:28:38
29-Nov-2024 15:28:38 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/hkfmsm1e9zij5he3
29-Nov-2024 15:28:38
29-Nov-2024 15:28:38 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/hkfmsm1e9zij5he3 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/hkfmsm1e9zij5he3
29-Nov-2024 15:28:38 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '3563999972648827218'...
29-Nov-2024 15:28:38 Getting configuration...
29-Nov-2024 15:28:38 Oneclient has been successfully mounted in '/tmp/onedata/mnt/hkfmsm1e9zij5he3'.
29-Nov-2024 15:28:38
29-Nov-2024 15:28:38 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
29-Nov-2024 15:28:38 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
29-Nov-2024 15:28:38 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-k79jw', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
29-Nov-2024 15:28:38
29-Nov-2024 15:28:38
29-Nov-2024 15:28:38 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw'
29-Nov-2024 15:28:38 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-k79jw' successfully started
29-Nov-2024 15:28:38
29-Nov-2024 15:28:38 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/lyhjcgbhrcleitzj
29-Nov-2024 15:28:38
29-Nov-2024 15:28:38 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/lyhjcgbhrcleitzj --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/lyhjcgbhrcleitzj
29-Nov-2024 15:28:38 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '13732716170240301452'...
29-Nov-2024 15:28:38 Getting configuration...
29-Nov-2024 15:28:38 Oneclient has been successfully mounted in '/tmp/onedata/mnt/lyhjcgbhrcleitzj'.
29-Nov-2024 15:28:38
29-Nov-2024 15:28:38 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
29-Nov-2024 15:28:38 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
29-Nov-2024 15:28:38 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
29-Nov-2024 15:28:38 -- Executing step: 'When "user2 records [space1/file1] stats on client21"'
29-Nov-2024 15:28:38 -- Executing step: 'When "user1 is idle for 2 seconds"'
29-Nov-2024 15:28:38 -- Executing step: 'When "user1 renames space1/file1 to space1/file2 on client11"'
29-Nov-2024 15:28:38 -- Executing step: 'Then "user2 sees [file2] in space1 on client21"'
29-Nov-2024 15:28:38 -- Executing step: 'Then "access time of user2's space1/file2 is equal to recorded one of space1/file1 on client21"'
29-Nov-2024 15:28:38 -- Executing step: 'Then "modification time of user2's space1/file2 is equal to access time on client21"'
29-Nov-2024 15:28:38 -- Executing step: 'Then "status-change time of user2's space1/file2 is not less than access time on client21"'
29-Nov-2024 15:28:38 =================================================================
29-Nov-2024 15:28:38
29-Nov-2024 15:28:48 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
29-Nov-2024 15:28:48 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
29-Nov-2024 15:28:48 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
29-Nov-2024 15:28:48 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
29-Nov-2024 15:28:48 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
29-Nov-2024 15:28:48 PASSED
29-Nov-2024 15:28:48 Unmounting client from /tmp/onedata/mnt/hkfmsm1e9zij5he3
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48 Unmounting client from /tmp/onedata/mnt/lyhjcgbhrcleitzj
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48 Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMPS/onedata-acceptance/tests/oneclient/logs/singleprovider_multiclient_proxyio/test_multi_reg_file_stat.1732894118.8716633', '-c', '/tmp/logs']
29-Nov-2024 15:28:48 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-fgg4f. See /home/bamboo/.one-env/deployments/2024.11.29-15.19.30/pod-logs/dev-cross-support-job-3p-users-fgg4f/entrypoint.log for more details
29-Nov-2024 15:28:48 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-gzxxq: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.29-15.19.30/pod-logs/dev-oneclient-krakow-7d9476b8bc-gzxxq/oneclient_logs
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=103/123)
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 
29-Nov-2024 15:28:48             628   0%  613.28kB/s    0:00:00 (xfr#1, to-chk=102/123)
29-Nov-2024 15:28:48             628   0%  613.28kB/s    0:00:00 (xfr#1, to-chk=95/123)
29-Nov-2024 15:28:48          27,123   1%   25.87MB/s    0:00:00 (xfr#2, to-chk=101/123)
29-Nov-2024 15:28:48          27,489   1%   26.22MB/s    0:00:00 (xfr#3, to-chk=97/123)
29-Nov-2024 15:28:48         120,513   6%   57.47MB/s    0:00:00 (xfr#4, to-chk=96/123)
29-Nov-2024 15:28:48         120,879   6%   57.64MB/s    0:00:00 (xfr#5, to-chk=95/123)
29-Nov-2024 15:28:48         146,138   7%   69.68MB/s    0:00:00 (xfr#6, to-chk=94/123)
29-Nov-2024 15:28:48         146,696   7%   69.95MB/s    0:00:00 (xfr#7, to-chk=90/123)
29-Nov-2024 15:28:48         231,731  12%   18.42MB/s    0:00:00 (xfr#8, to-chk=89/123)
29-Nov-2024 15:28:48         232,289  12%   18.46MB/s    0:00:00 (xfr#9, to-chk=88/123)
29-Nov-2024 15:28:48         265,602  14%   21.11MB/s    0:00:00 (xfr#10, to-chk=87/123)
29-Nov-2024 15:28:48         266,352  14%   21.17MB/s    0:00:00 (xfr#11, to-chk=83/123)
29-Nov-2024 15:28:48         386,039  20%   26.30MB/s    0:00:00 (xfr#12, to-chk=82/123)
29-Nov-2024 15:28:48         386,789  20%   24.59MB/s    0:00:00 (xfr#13, to-chk=81/123)
29-Nov-2024 15:28:48         387,417  20%   24.63MB/s    0:00:00 (xfr#14, to-chk=80/123)
29-Nov-2024 15:28:48         415,522  22%   26.42MB/s    0:00:00 (xfr#15, to-chk=79/123)
29-Nov-2024 15:28:48         415,888  22%   26.44MB/s    0:00:00 (xfr#16, to-chk=75/123)
29-Nov-2024 15:28:48         512,723  27%   30.56MB/s    0:00:00 (xfr#17, to-chk=74/123)
29-Nov-2024 15:28:48         513,089  27%   30.58MB/s    0:00:00 (xfr#18, to-chk=73/123)
29-Nov-2024 15:28:48         513,717  27%   28.82MB/s    0:00:00 (xfr#19, to-chk=72/123)
29-Nov-2024 15:28:48         540,960  29%   28.66MB/s    0:00:00 (xfr#20, to-chk=71/123)
29-Nov-2024 15:28:48         541,614  29%   28.70MB/s    0:00:00 (xfr#21, to-chk=67/123)
29-Nov-2024 15:28:48         624,114  33%   31.33MB/s    0:00:00 (xfr#22, to-chk=66/123)
29-Nov-2024 15:28:48         624,768  33%   31.36MB/s    0:00:00 (xfr#23, to-chk=65/123)
29-Nov-2024 15:28:48         657,608  35%   31.36MB/s    0:00:00 (xfr#24, to-chk=64/123)
29-Nov-2024 15:28:48         658,070  35%   31.38MB/s    0:00:00 (xfr#25, to-chk=60/123)
29-Nov-2024 15:28:48         763,495  41%   34.67MB/s    0:00:00 (xfr#26, to-chk=59/123)
29-Nov-2024 15:28:48         763,957  41%   34.69MB/s    0:00:00 (xfr#27, to-chk=58/123)
29-Nov-2024 15:28:48         796,514  43%   36.17MB/s    0:00:00 (xfr#28, to-chk=57/123)
29-Nov-2024 15:28:48         797,168  43%   36.20MB/s    0:00:00 (xfr#29, to-chk=53/123)
29-Nov-2024 15:28:48         898,658  48%   38.96MB/s    0:00:00 (xfr#30, to-chk=52/123)
29-Nov-2024 15:28:48         899,312  48%   38.98MB/s    0:00:00 (xfr#31, to-chk=51/123)
29-Nov-2024 15:28:48         921,646  49%   38.22MB/s    0:00:00 (xfr#32, to-chk=50/123)
29-Nov-2024 15:28:48         922,108  49%   38.23MB/s    0:00:00 (xfr#33, to-chk=46/123)
29-Nov-2024 15:28:48       1,001,382  54%   41.52MB/s    0:00:00 (xfr#34, to-chk=45/123)
29-Nov-2024 15:28:48       1,001,844  54%   39.81MB/s    0:00:00 (xfr#35, to-chk=44/123)
29-Nov-2024 15:28:48       1,030,279  55%   36.39MB/s    0:00:00 (xfr#36, to-chk=43/123)
29-Nov-2024 15:28:48       1,030,837  55%   36.41MB/s    0:00:00 (xfr#37, to-chk=39/123)
29-Nov-2024 15:28:48       1,124,529  60%   36.98MB/s    0:00:00 (xfr#38, to-chk=38/123)
29-Nov-2024 15:28:48       1,125,087  60%   37.00MB/s    0:00:00 (xfr#39, to-chk=37/123)
29-Nov-2024 15:28:48       1,152,715  62%   37.91MB/s    0:00:00 (xfr#40, to-chk=36/123)
29-Nov-2024 15:28:48       1,153,273  62%   37.93MB/s    0:00:00 (xfr#41, to-chk=32/123)
29-Nov-2024 15:28:48       1,248,653  67%   33.08MB/s    0:00:00 (xfr#42, to-chk=31/123)
29-Nov-2024 15:28:48       1,249,211  67%   33.09MB/s    0:00:00 (xfr#43, to-chk=30/123)
29-Nov-2024 15:28:48       1,249,839  67%   31.37MB/s    0:00:00 (xfr#44, to-chk=29/123)
29-Nov-2024 15:28:48       1,289,110  69%   27.32MB/s    0:00:00 (xfr#45, to-chk=28/123)
29-Nov-2024 15:28:48       1,289,668  69%   26.74MB/s    0:00:00 (xfr#46, to-chk=24/123)
29-Nov-2024 15:28:48       1,412,780  76%   28.67MB/s    0:00:00 (xfr#47, to-chk=23/123)
29-Nov-2024 15:28:48       1,413,338  76%   28.68MB/s    0:00:00 (xfr#48, to-chk=22/123)
29-Nov-2024 15:28:48       1,446,577  78%   29.35MB/s    0:00:00 (xfr#49, to-chk=21/123)
29-Nov-2024 15:28:48       1,447,327  78%   28.76MB/s    0:00:00 (xfr#50, to-chk=17/123)
29-Nov-2024 15:28:48       1,562,512  84%   30.41MB/s    0:00:00 (xfr#51, to-chk=16/123)
29-Nov-2024 15:28:48       1,563,262  84%   29.82MB/s    0:00:00 (xfr#52, to-chk=15/123)
29-Nov-2024 15:28:48       1,596,188  86%   30.44MB/s    0:00:00 (xfr#53, to-chk=14/123)
29-Nov-2024 15:28:48       1,596,650  86%   30.45MB/s    0:00:00 (xfr#54, to-chk=10/123)
29-Nov-2024 15:28:48       1,713,570  92%   32.04MB/s    0:00:00 (xfr#55, to-chk=9/123)
29-Nov-2024 15:28:48       1,714,032  92%   32.05MB/s    0:00:00 (xfr#56, to-chk=8/123)
29-Nov-2024 15:28:48       1,739,850  94%   32.53MB/s    0:00:00 (xfr#57, to-chk=7/123)
29-Nov-2024 15:28:48       1,740,216  94%   32.54MB/s    0:00:00 (xfr#58, to-chk=3/123)
29-Nov-2024 15:28:48       1,825,747  98%   32.24MB/s    0:00:00 (xfr#59, to-chk=2/123)
29-Nov-2024 15:28:48       1,826,113  98%   32.25MB/s    0:00:00 (xfr#60, to-chk=1/123)
29-Nov-2024 15:28:48       1,845,849  99%   32.60MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   32.60MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   32.60MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   32.60MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   32.60MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   32.60MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   32.60MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   32.60MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   32.60MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   32.60MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   32.60MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   32.60MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   32.60MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   32.60MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   28.86MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48       1,845,849  99%   28.86MB/s    0:00:00 (xfr#61, to-chk=0/123)
29-Nov-2024 15:28:48 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-k79jw: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.29-15.19.30/pod-logs/dev-oneclient-krakow-7d9476b8bc-k79jw/oneclient_logs
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=100/120)
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 
29-Nov-2024 15:28:48          20,458   1%   19.51MB/s    0:00:00 (xfr#1, to-chk=99/120)
29-Nov-2024 15:28:48          20,458   1%   19.51MB/s    0:00:00 (xfr#1, to-chk=93/120)
29-Nov-2024 15:28:48          20,824   1%   19.86MB/s    0:00:00 (xfr#2, to-chk=95/120)
29-Nov-2024 15:28:48          87,070   5%   83.04MB/s    0:00:00 (xfr#3, to-chk=94/120)
29-Nov-2024 15:28:48          87,436   5%   83.39MB/s    0:00:00 (xfr#4, to-chk=93/120)
29-Nov-2024 15:28:48         107,944   7%   51.47MB/s    0:00:00 (xfr#5, to-chk=92/120)
29-Nov-2024 15:28:48         108,214   7%   51.60MB/s    0:00:00 (xfr#6, to-chk=88/120)
29-Nov-2024 15:28:48         179,018  11%   42.68MB/s    0:00:00 (xfr#7, to-chk=87/120)
29-Nov-2024 15:28:48         179,288  11%   42.75MB/s    0:00:00 (xfr#8, to-chk=86/120)
29-Nov-2024 15:28:48         199,251  13%   47.51MB/s    0:00:00 (xfr#9, to-chk=85/120)
29-Nov-2024 15:28:48         199,713  13%   47.62MB/s    0:00:00 (xfr#10, to-chk=81/120)
29-Nov-2024 15:28:48         269,148  17%   51.34MB/s    0:00:00 (xfr#11, to-chk=80/120)
29-Nov-2024 15:28:48         269,610  17%   42.85MB/s    0:00:00 (xfr#12, to-chk=79/120)
29-Nov-2024 15:28:48         293,510  19%   46.65MB/s    0:00:00 (xfr#13, to-chk=78/120)
29-Nov-2024 15:28:48         294,068  19%   46.74MB/s    0:00:00 (xfr#14, to-chk=74/120)
29-Nov-2024 15:28:48         385,358  25%   33.41MB/s    0:00:00 (xfr#15, to-chk=73/120)
29-Nov-2024 15:28:48         385,916  25%   33.46MB/s    0:00:00 (xfr#16, to-chk=72/120)
29-Nov-2024 15:28:48         411,466  27%   35.67MB/s    0:00:00 (xfr#17, to-chk=71/120)
29-Nov-2024 15:28:48         412,024  27%   35.72MB/s    0:00:00 (xfr#18, to-chk=67/120)
29-Nov-2024 15:28:48         498,085  33%   39.58MB/s    0:00:00 (xfr#19, to-chk=66/120)
29-Nov-2024 15:28:48         498,643  33%   39.63MB/s    0:00:00 (xfr#20, to-chk=65/120)
29-Nov-2024 15:28:48         525,981  35%   41.80MB/s    0:00:00 (xfr#21, to-chk=64/120)
29-Nov-2024 15:28:48         526,635  35%   41.85MB/s    0:00:00 (xfr#22, to-chk=60/120)
29-Nov-2024 15:28:48         615,196  41%   39.11MB/s    0:00:00 (xfr#23, to-chk=59/120)
29-Nov-2024 15:28:48         615,850  41%   39.15MB/s    0:00:00 (xfr#24, to-chk=58/120)
29-Nov-2024 15:28:48         635,359  42%   40.40MB/s    0:00:00 (xfr#25, to-chk=57/120)
29-Nov-2024 15:28:48         635,821  42%   40.42MB/s    0:00:00 (xfr#26, to-chk=53/120)
29-Nov-2024 15:28:48         707,496  47%   42.17MB/s    0:00:00 (xfr#27, to-chk=52/120)
29-Nov-2024 15:28:48         707,958  47%   42.20MB/s    0:00:00 (xfr#28, to-chk=51/120)
29-Nov-2024 15:28:48         732,826  48%   38.83MB/s    0:00:00 (xfr#29, to-chk=50/120)
29-Nov-2024 15:28:48         733,096  48%   38.84MB/s    0:00:00 (xfr#30, to-chk=46/120)
29-Nov-2024 15:28:48         830,997  55%   41.71MB/s    0:00:00 (xfr#31, to-chk=45/120)
29-Nov-2024 15:28:48         831,267  55%   41.72MB/s    0:00:00 (xfr#32, to-chk=44/120)
29-Nov-2024 15:28:48         850,933  56%   40.58MB/s    0:00:00 (xfr#33, to-chk=43/120)
29-Nov-2024 15:28:48         851,395  56%   40.60MB/s    0:00:00 (xfr#34, to-chk=39/120)
29-Nov-2024 15:28:48         914,095  61%   34.87MB/s    0:00:00 (xfr#35, to-chk=38/120)
29-Nov-2024 15:28:48         914,557  61%   34.89MB/s    0:00:00 (xfr#36, to-chk=37/120)
29-Nov-2024 15:28:48         934,518  62%   34.28MB/s    0:00:00 (xfr#37, to-chk=36/120)
29-Nov-2024 15:28:48         934,884  62%   34.29MB/s    0:00:00 (xfr#38, to-chk=32/120)
29-Nov-2024 15:28:48       1,015,526  67%   33.40MB/s    0:00:00 (xfr#39, to-chk=31/120)
29-Nov-2024 15:28:48       1,015,892  67%   33.41MB/s    0:00:00 (xfr#40, to-chk=30/120)
29-Nov-2024 15:28:48       1,016,520  67%   33.43MB/s    0:00:00 (xfr#41, to-chk=29/120)
29-Nov-2024 15:28:48       1,039,033  69%   34.17MB/s    0:00:00 (xfr#42, to-chk=28/120)
29-Nov-2024 15:28:48       1,039,591  69%   34.19MB/s    0:00:00 (xfr#43, to-chk=24/120)
29-Nov-2024 15:28:48       1,130,875  75%   29.96MB/s    0:00:00 (xfr#44, to-chk=23/120)
29-Nov-2024 15:28:48       1,131,433  75%   23.98MB/s    0:00:00 (xfr#45, to-chk=22/120)
29-Nov-2024 15:28:48       1,147,734  76%   24.32MB/s    0:00:00 (xfr#46, to-chk=21/120)
29-Nov-2024 15:28:48       1,148,004  76%   24.33MB/s    0:00:00 (xfr#47, to-chk=17/120)
29-Nov-2024 15:28:48       1,231,096  82%   26.09MB/s    0:00:00 (xfr#48, to-chk=16/120)
29-Nov-2024 15:28:48       1,231,366  82%   25.53MB/s    0:00:00 (xfr#49, to-chk=15/120)
29-Nov-2024 15:28:48       1,256,204  83%   26.04MB/s    0:00:00 (xfr#50, to-chk=14/120)
29-Nov-2024 15:28:48       1,256,858  83%   26.06MB/s    0:00:00 (xfr#51, to-chk=10/120)
29-Nov-2024 15:28:48       1,347,401  89%   27.93MB/s    0:00:00 (xfr#52, to-chk=9/120)
29-Nov-2024 15:28:48       1,348,055  89%   27.95MB/s    0:00:00 (xfr#53, to-chk=8/120)
29-Nov-2024 15:28:48       1,381,191  92%   26.88MB/s    0:00:00 (xfr#54, to-chk=7/120)
29-Nov-2024 15:28:48       1,381,749  92%   26.89MB/s    0:00:00 (xfr#55, to-chk=3/120)
29-Nov-2024 15:28:48       1,474,699  98%   28.13MB/s    0:00:00 (xfr#56, to-chk=2/120)
29-Nov-2024 15:28:48       1,475,257  98%   28.14MB/s    0:00:00 (xfr#57, to-chk=1/120)
29-Nov-2024 15:28:48       1,495,848  99%   27.97MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   27.97MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   27.97MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   27.97MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   27.97MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   27.97MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   27.97MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   27.97MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   27.97MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   27.97MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   27.97MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   27.43MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   26.92MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   26.92MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   26.92MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48       1,495,848  99%   26.92MB/s    0:00:00 (xfr#58, to-chk=0/120)
29-Nov-2024 15:28:48 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.29-15.19.30/pod-logs/dev-oneprovider-krakow-0/op-worker
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=53/56)
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 
29-Nov-2024 15:28:48          25,867   8%   24.67MB/s    0:00:00 (xfr#2, to-chk=51/56)
29-Nov-2024 15:28:48          49,626  15%   47.33MB/s    0:00:00 (xfr#3, to-chk=49/56)
29-Nov-2024 15:28:48          49,626  15%   47.33MB/s    0:00:00 (xfr#4, to-chk=47/56)
29-Nov-2024 15:28:48          49,626  15%   47.33MB/s    0:00:00 (xfr#5, to-chk=45/56)
29-Nov-2024 15:28:48          72,175  22%   34.42MB/s    0:00:00 (xfr#6, to-chk=43/56)
29-Nov-2024 15:28:48          72,325  23%   34.49MB/s    0:00:00 (xfr#7, to-chk=41/56)
29-Nov-2024 15:28:48          72,622  23%   34.63MB/s    0:00:00 (xfr#8, to-chk=39/56)
29-Nov-2024 15:28:48         125,239  39%   59.72MB/s    0:00:00 (xfr#9, to-chk=37/56)
29-Nov-2024 15:28:48         126,085  40%   60.12MB/s    0:00:00 (xfr#10, to-chk=27/56)
29-Nov-2024 15:28:48         129,152  41%   41.06MB/s    0:00:00 (xfr#11, to-chk=26/56)
29-Nov-2024 15:28:48         131,596  41%   41.83MB/s    0:00:00 (xfr#12, to-chk=25/56)
29-Nov-2024 15:28:48         132,900  42%   42.25MB/s    0:00:00 (xfr#13, to-chk=24/56)
29-Nov-2024 15:28:48         134,430  42%   42.73MB/s    0:00:00 (xfr#14, to-chk=23/56)
29-Nov-2024 15:28:48         136,247  43%   43.31MB/s    0:00:00 (xfr#15, to-chk=22/56)
29-Nov-2024 15:28:48         138,412  44%   44.00MB/s    0:00:00 (xfr#16, to-chk=21/56)
29-Nov-2024 15:28:48         142,277  45%   45.23MB/s    0:00:00 (xfr#17, to-chk=20/56)
29-Nov-2024 15:28:48         145,000  46%   46.09MB/s    0:00:00 (xfr#18, to-chk=19/56)
29-Nov-2024 15:28:48         148,071  47%   47.07MB/s    0:00:00 (xfr#19, to-chk=18/56)
29-Nov-2024 15:28:48         152,333  48%   36.32MB/s    0:00:00 (xfr#20, to-chk=17/56)
29-Nov-2024 15:28:48         155,689  49%   37.12MB/s    0:00:00 (xfr#21, to-chk=16/56)
29-Nov-2024 15:28:48         158,072  50%   37.69MB/s    0:00:00 (xfr#22, to-chk=15/56)
29-Nov-2024 15:28:48         162,395  51%   38.72MB/s    0:00:00 (xfr#23, to-chk=14/56)
29-Nov-2024 15:28:48         165,694  52%   31.60MB/s    0:00:00 (xfr#24, to-chk=13/56)
29-Nov-2024 15:28:48         165,914  52%   31.65MB/s    0:00:00 (xfr#25, to-chk=12/56)
29-Nov-2024 15:28:48         166,475  53%   31.75MB/s    0:00:00 (xfr#26, to-chk=11/56)
29-Nov-2024 15:28:48         166,696  53%   31.79MB/s    0:00:00 (xfr#27, to-chk=10/56)
29-Nov-2024 15:28:48         168,511  53%   32.14MB/s    0:00:00 (xfr#28, to-chk=9/56)
29-Nov-2024 15:28:48         172,091  54%   32.82MB/s    0:00:00 (xfr#29, to-chk=8/56)
29-Nov-2024 15:28:48         173,680  55%   33.13MB/s    0:00:00 (xfr#30, to-chk=7/56)
29-Nov-2024 15:28:48         174,919  55%   33.36MB/s    0:00:00 (xfr#31, to-chk=6/56)
29-Nov-2024 15:28:48         177,019  56%   28.14MB/s    0:00:00 (xfr#32, to-chk=5/56)
29-Nov-2024 15:28:48         180,888  57%   28.75MB/s    0:00:00 (xfr#33, to-chk=4/56)
29-Nov-2024 15:28:48         181,449  57%   28.84MB/s    0:00:00 (xfr#34, to-chk=3/56)
29-Nov-2024 15:28:48         184,233  58%   29.28MB/s    0:00:00 (xfr#35, to-chk=2/56)
29-Nov-2024 15:28:48         187,874  59%   29.86MB/s    0:00:00 (xfr#36, to-chk=1/56)
29-Nov-2024 15:28:48         188,728  60%   30.00MB/s    0:00:00 (xfr#37, to-chk=0/56)
29-Nov-2024 15:28:48         188,728  60%   25.71MB/s    0:00:00 (xfr#37, to-chk=0/56)
29-Nov-2024 15:28:48         188,728  60%   25.71MB/s    0:00:00 (xfr#37, to-chk=0/56)
29-Nov-2024 15:28:48         188,728  60%   22.50MB/s    0:00:00 (xfr#37, to-chk=0/56)
29-Nov-2024 15:28:48         188,728  60%   22.50MB/s    0:00:00 (xfr#37, to-chk=0/56)
29-Nov-2024 15:28:48         188,728  60%   22.50MB/s    0:00:00 (xfr#37, to-chk=0/56)
29-Nov-2024 15:28:48 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.29-15.19.30/pod-logs/dev-oneprovider-krakow-0/op-panel
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 
29-Nov-2024 15:28:48          17,369  16%   16.56MB/s    0:00:00 (xfr#2, to-chk=9/14)
29-Nov-2024 15:28:48          35,652  33%   34.00MB/s    0:00:00 (xfr#3, to-chk=7/14)
29-Nov-2024 15:28:48          35,652  33%   34.00MB/s    0:00:00 (xfr#4, to-chk=5/14)
29-Nov-2024 15:28:48          52,818  49%   50.37MB/s    0:00:00 (xfr#5, to-chk=3/14)
29-Nov-2024 15:28:48          53,109  50%   50.65MB/s    0:00:00 (xfr#6, to-chk=1/14)
29-Nov-2024 15:28:48          53,109  50%    5.63MB/s    0:00:00 (xfr#6, to-chk=0/14)
29-Nov-2024 15:28:48 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.29-15.19.30/pod-logs/dev-oneprovider-krakow-0/cluster-manager
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 
29-Nov-2024 15:28:48           2,022  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
29-Nov-2024 15:28:48           4,776  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
29-Nov-2024 15:28:48           4,776  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
29-Nov-2024 15:28:48           6,595  48%    6.29MB/s    0:00:00 (xfr#5, to-chk=3/14)
29-Nov-2024 15:28:48           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=1/14)
29-Nov-2024 15:28:48           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=0/14)
29-Nov-2024 15:28:48 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.29-15.19.30/pod-logs/dev-onezone-0/oz-panel
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 
29-Nov-2024 15:28:48          31,503  13%   30.04MB/s    0:00:00 (xfr#2, to-chk=9/14)
29-Nov-2024 15:28:48          64,174  26%   61.20MB/s    0:00:00 (xfr#3, to-chk=7/14)
29-Nov-2024 15:28:48          88,861  36%   84.74MB/s    0:00:00 (xfr#4, to-chk=5/14)
29-Nov-2024 15:28:48         120,161  49%   57.30MB/s    0:00:00 (xfr#5, to-chk=3/14)
29-Nov-2024 15:28:48         120,452  50%   57.44MB/s    0:00:00 (xfr#6, to-chk=1/14)
29-Nov-2024 15:28:48         120,452  50%   28.72MB/s    0:00:00 (xfr#6, to-chk=0/14)
29-Nov-2024 15:28:48 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.29-15.19.30/pod-logs/dev-onezone-0/oz-worker
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=15/18)
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 
29-Nov-2024 15:28:48          15,731   7%   15.00MB/s    0:00:00 (xfr#2, to-chk=13/18)
29-Nov-2024 15:28:48          32,099  14%   15.31MB/s    0:00:00 (xfr#3, to-chk=11/18)
29-Nov-2024 15:28:48          32,099  14%   15.31MB/s    0:00:00 (xfr#4, to-chk=9/18)
29-Nov-2024 15:28:48          47,350  21%    9.03MB/s    0:00:00 (xfr#5, to-chk=7/18)
29-Nov-2024 15:28:48          47,441  21%    9.05MB/s    0:00:00 (xfr#6, to-chk=5/18)
29-Nov-2024 15:28:48          47,738  21%    9.11MB/s    0:00:00 (xfr#7, to-chk=3/18)
29-Nov-2024 15:28:48         108,724  50%    7.41MB/s    0:00:00 (xfr#8, to-chk=1/18)
29-Nov-2024 15:28:48         108,724  50%    6.48MB/s    0:00:00 (xfr#8, to-chk=0/18)
29-Nov-2024 15:28:48 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.29-15.19.30/pod-logs/dev-onezone-0/cluster-manager
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
29-Nov-2024 15:28:48               0   0%    0.00kB/s    0:00:00 
29-Nov-2024 15:28:48           1,977  14%    1.89MB/s    0:00:00 (xfr#2, to-chk=9/14)
29-Nov-2024 15:28:48           4,664  34%    4.45MB/s    0:00:00 (xfr#3, to-chk=7/14)
29-Nov-2024 15:28:48           4,664  34%    4.45MB/s    0:00:00 (xfr#4, to-chk=5/14)
29-Nov-2024 15:28:48           6,438  48%    6.14MB/s    0:00:00 (xfr#5, to-chk=3/14)
29-Nov-2024 15:28:48           6,700  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=1/14)
29-Nov-2024 15:28:48           6,700  50%    3.19MB/s    0:00:00 (xfr#6, to-chk=0/14)
29-Nov-2024 15:28:48 [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMPS/onedata-acceptance/tests/oneclient/logs/singleprovider_multiclient_proxyio/test_multi_reg_file_stat.1732894118.8716633 exists, exporting anyway.
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48 =================================== FAILURES ===================================
29-Nov-2024 15:28:48 _____________ test_type_empty[singleprovider_multiclient_proxyio] ______________
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48 fixturefunc = <function shell_check_type at 0x7fa98b904a40>
29-Nov-2024 15:28:48 request = <FixtureRequest for <Function test_type_empty[singleprovider_multiclient_proxyio]>>
29-Nov-2024 15:28:48 kwargs = {'client_node': 'client21', 'file': 'space1/file1', 'file_type': 'regular empty file', 'user': 'user2', ...}
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48     def call_fixture_func(
29-Nov-2024 15:28:48         fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs
29-Nov-2024 15:28:48     ) -> FixtureValue:
29-Nov-2024 15:28:48         if is_generator(fixturefunc):
29-Nov-2024 15:28:48             fixturefunc = cast(
29-Nov-2024 15:28:48                 Callable[..., Generator[FixtureValue, None, None]], fixturefunc
29-Nov-2024 15:28:48             )
29-Nov-2024 15:28:48             generator = fixturefunc(**kwargs)
29-Nov-2024 15:28:48             try:
29-Nov-2024 15:28:48                 fixture_result = next(generator)
29-Nov-2024 15:28:48             except StopIteration:
29-Nov-2024 15:28:48                 raise ValueError(f"{request.fixturename} did not yield a value") from None
29-Nov-2024 15:28:48             finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator)
29-Nov-2024 15:28:48             request.addfinalizer(finalizer)
29-Nov-2024 15:28:48         else:
29-Nov-2024 15:28:48             fixturefunc = cast(Callable[..., FixtureValue], fixturefunc)
29-Nov-2024 15:28:48 >           fixture_result = fixturefunc(**kwargs)
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48 /usr/local/lib/python3.12/dist-packages/_pytest/fixtures.py:913:
29-Nov-2024 15:28:48 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
29-Nov-2024 15:28:48 tests/utils/bdd_utils.py:78: in wrapper
29-Nov-2024 15:28:48     return fun(*ba.args, **ba.kwargs)
29-Nov-2024 15:28:48 tests/oneclient/steps/multi_file_steps.py:410: in shell_check_type
29-Nov-2024 15:28:48     assert_(client.perform, condition)
29-Nov-2024 15:28:48 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48 expression = <bound method Client.perform of <tests.utils.client_utils.Client object at 0x7fa98b879070>>
29-Nov-2024 15:28:48 args = (<function shell_check_type.<locals>.condition at 0x7fa98b95a0c0>,)
29-Nov-2024 15:28:48 kwargs = {}, assert_result = False
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48     def assert_(expression, *args, **kwargs):
29-Nov-2024 15:28:48         assert_result = expression(*args, **kwargs)
29-Nov-2024 15:28:48 >       assert assert_result
29-Nov-2024 15:28:48 E       AssertionError
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48 tests/utils/utils.py:42: AssertionError
29-Nov-2024 15:28:48 ------------------------------ Captured log call -------------------------------
29-Nov-2024 15:28:48 ERROR    root:utils.py:30 Traceback (most recent call last):
29-Nov-2024 15:28:48   File "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMPS/onedata-acceptance/tests/utils/client_utils.py", line 79, in _repeat_until
29-Nov-2024 15:28:48     condition_satisfied = condition()
29-Nov-2024 15:28:48                           ^^^^^^^^^^^
29-Nov-2024 15:28:48   File "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMPS/onedata-acceptance/tests/oneclient/steps/multi_file_steps.py", line 408, in condition
29-Nov-2024 15:28:48     assert stat_file_type.strip() == file_type
29-Nov-2024 15:28:48            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29-Nov-2024 15:28:48 AssertionError
29-Nov-2024 15:28:48 =============================== warnings summary ===============================
29-Nov-2024 15:28:48 tests/utils/rest_utils.py:97
29-Nov-2024 15:28:48   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMPS/onedata-acceptance/tests/utils/rest_utils.py:97: SyntaxWarning: invalid escape sequence '\ '
29-Nov-2024 15:28:48     print("""
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48 tests/utils/path_utils.py:112
29-Nov-2024 15:28:48   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMPS/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
29-Nov-2024 15:28:48     return path.replace("'", "\\'").replace(' ', '\ ')
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48 tests/utils/acceptance_utils.py:55
29-Nov-2024 15:28:48   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMPS/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d'
29-Nov-2024 15:28:48     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48 tests/utils/acceptance_utils.py:57
29-Nov-2024 15:28:48   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMPS/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d'
29-Nov-2024 15:28:48     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
29-Nov-2024 15:28:48
29-Nov-2024 15:28:48 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
29-Nov-2024 15:28:48 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMPS/onedata-acceptance/test-reports/results.xml -
29-Nov-2024 15:28:48 ============= 1 failed, 13 passed, 4 warnings in 560.90s (0:09:20) =============
29-Nov-2024 15:28:52 release "dev" uninstalled
29-Nov-2024 15:28:52 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
29-Nov-2024 15:28:54 No resources found
29-Nov-2024 15:28:55 Sidecar injection has been disabled
29-Nov-2024 15:28:55 Cleaning helm release "dev"...
29-Nov-2024 15:28:55 Deleted 1 helm deployments
29-Nov-2024 15:28:55 Deleted 0 k8s deployments
29-Nov-2024 15:28:55 Deleted 0 k8s services
29-Nov-2024 15:28:55 Deleted 0 persistent volumes
29-Nov-2024 15:28:55 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
29-Nov-2024 15:28:55 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
29-Nov-2024 15:28:55 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
29-Nov-2024 15:28:55 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
29-Nov-2024 15:28:55 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
29-Nov-2024 15:28:55 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
29-Nov-2024 15:28:55 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
29-Nov-2024 15:28:55 Finished task 'Run acceptance oneclient tests' with result: Success
29-Nov-2024 15:28:55 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
29-Nov-2024 15:28:55 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMPS...
29-Nov-2024 15:28:55 Failing task since 1 failing test cases were found.
29-Nov-2024 15:28:55 Changing Task Result to SUCCESS as all failed tests were quarantined.
29-Nov-2024 15:28:55 Finished task 'Parse test results' with result: Success
29-Nov-2024 15:28:55 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
29-Nov-2024 15:28:55
Substituting variable: ${bamboo.artifactRepoHostname} with S3
29-Nov-2024 15:28:55
Substituting variable: ${bamboo.artifactRepoPort} with 10161
29-Nov-2024 15:28:55
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
29-Nov-2024 15:28:55
Substituting variable: ${bamboo.planRepository.branchName} with develop
29-Nov-2024 15:28:55
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
29-Nov-2024 15:28:55
Substituting variable: ${bamboo.artifactRepoHostname} with S3
29-Nov-2024 15:28:55
Substituting variable: ${bamboo.artifactRepoPort} with 10161
29-Nov-2024 15:28:55
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
29-Nov-2024 15:28:55
Substituting variable: ${bamboo.planRepository.branchName} with develop
29-Nov-2024 15:28:55
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
29-Nov-2024 15:28:55 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
29-Nov-2024 15:28:55
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider regular file stat multiclient proxyio symlinks #3370 (ODSRV-OAP-SRFSMPS-3370)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SRFSMPS-3370-ScriptBuildTask-1697557831569166511.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMPS/onedata-acceptance
29-Nov-2024 15:28:55 ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_singleprovider_regular_file_stat_multiclient_proxyio_symlinks.tar.gz
29-Nov-2024 15:28:56 Uploading artifact
29-Nov-2024 15:28:56     source path: surefire_singleprovider_regular_file_stat_multiclient_proxyio_symlinks.tar.gz
29-Nov-2024 15:28:56     dest.  path: artifacts/onedata-acceptance/develop/surefire_singleprovider_regular_file_stat_multiclient_proxyio_symlinks.tar.gz
29-Nov-2024 15:28:56 Finished task 'Pack and push surefire artifact' with result: Success
29-Nov-2024 15:28:56 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
29-Nov-2024 15:28:56 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
29-Nov-2024 15:28:56
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider regular file stat multiclient proxyio symlinks #3370 (ODSRV-OAP-SRFSMPS-3370)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SRFSMPS-3370-ScriptBuildTask-10513941980002974186.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMPS
29-Nov-2024 15:28:56 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
29-Nov-2024 15:28:56 Finished task 'Pack logs' with result: Success
29-Nov-2024 15:28:56 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
29-Nov-2024 15:28:56
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
29-Nov-2024 15:28:56 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
29-Nov-2024 15:28:56
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider regular file stat multiclient proxyio symlinks #3370 (ODSRV-OAP-SRFSMPS-3370)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SRFSMPS-3370-ScriptBuildTask-14205794216733045432.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMPS/onedata-acceptance
29-Nov-2024 15:28:56   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
29-Nov-2024 15:28:56                                  Dload  Upload   Total   Spent    Left  Speed
29-Nov-2024 15:28:56
29-Nov-2024 15:28:56   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
29-Nov-2024 15:28:56   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
29-Nov-2024 15:28:56 100  4822  100  4822    0     0  61037      0 --:--:-- --:--:-- --:--:-- 60275
29-Nov-2024 15:28:56 Clearing /tmp/onedata and /home/bamboo/.one-env
29-Nov-2024 15:28:57 Cleaning helm deployments
29-Nov-2024 15:28:57 Cleanining pods
29-Nov-2024 15:28:57 Cleaning kube persistant volumes
29-Nov-2024 15:28:57 Cleaning dockswift container
29-Nov-2024 15:28:58 Cleaning docker containers
29-Nov-2024 15:29:00 Stalled docker containers to remove:
29-Nov-2024 15:29:00 b7f6f935fe3c a253fa5e6442 f08087b24048 6b8f63f456e1 524600e6efaf 170ea0cee4fc 15b70955ae7c 274910d023eb ecfeb36eef78 2a6290a9d120 7d0c7a819a4f d1cf3e7ae5bd 822cc24ff904 cd7d47cb9c9b 996db30127d4 0866c7667ac3
29-Nov-2024 15:29:00 Removing stalled docker containers
29-Nov-2024 15:29:00 Error response from daemon: Cannot kill container: b7f6f935fe3c: Container b7f6f935fe3cac6282498645874a13345b85e49cfb73d9217fe03fae630f2cf0 is not running
29-Nov-2024 15:29:00 b7f6f935fe3c
29-Nov-2024 15:29:00 Error response from daemon: Cannot kill container: a253fa5e6442: Container a253fa5e644259e3f8654a4b53cf4477e6d9df31dcc80c31374cdaa742cc3817 is not running
29-Nov-2024 15:29:00 a253fa5e6442
29-Nov-2024 15:29:00 Error response from daemon: Cannot kill container: f08087b24048: Container f08087b2404808c814dbcc9f5c066eaae85f2e761bfc0ebc721fa42ab481075b is not running
29-Nov-2024 15:29:00 f08087b24048
29-Nov-2024 15:29:00 Error response from daemon: Cannot kill container: 6b8f63f456e1: Container 6b8f63f456e13222e5f595554ffbd891babfba1129140a8c045ea8a41dbfd0eb is not running
29-Nov-2024 15:29:00 6b8f63f456e1
29-Nov-2024 15:29:01 Error response from daemon: Cannot kill container: 524600e6efaf: Container 524600e6efafca919c408cdea8cf99b5548d375a488a888e02b96bdb0da16952 is not running
29-Nov-2024 15:29:01 524600e6efaf
29-Nov-2024 15:29:01 Error response from daemon: Cannot kill container: 170ea0cee4fc: Container 170ea0cee4fc0ff64f69cfb98db0c0cc59fee6fdd1a2e66b2daf1bd1d336151f is not running
29-Nov-2024 15:29:01 170ea0cee4fc
29-Nov-2024 15:29:01 Error response from daemon: Cannot kill container: 15b70955ae7c: Container 15b70955ae7cef320b342e04685ff90141b83f2952a9c8f01fdaa07747ada855 is not running
29-Nov-2024 15:29:01 15b70955ae7c
29-Nov-2024 15:29:01 Error response from daemon: Cannot kill container: 274910d023eb: Container 274910d023eb8c8fa1aa0e67161954da0779eeedc3c9779da1f1f8797905b605 is not running
29-Nov-2024 15:29:01 274910d023eb
29-Nov-2024 15:29:01 Error response from daemon: Cannot kill container: ecfeb36eef78: Container ecfeb36eef781f25ed62db17165eb997e4b6a4bf2494ad9ffcbc8527911ebb3a is not running
29-Nov-2024 15:29:01 ecfeb36eef78
29-Nov-2024 15:29:01 Error response from daemon: Cannot kill container: 2a6290a9d120: Container 2a6290a9d120fa92c321a1f18c4df6c3edb479884a508388a93f99bbae76f94d is not running
29-Nov-2024 15:29:01 2a6290a9d120
29-Nov-2024 15:29:01 Error response from daemon: Cannot kill container: 7d0c7a819a4f: Container 7d0c7a819a4f0b5f4cedebd5bac63a1863fab8538b02e0804fc7798066ca50e6 is not running
29-Nov-2024 15:29:01 7d0c7a819a4f
29-Nov-2024 15:29:01 Error response from daemon: Cannot kill container: d1cf3e7ae5bd: Container d1cf3e7ae5bd321b60a3541b4230b991547643db91e26c5a393aac6512b77282 is not running
29-Nov-2024 15:29:01 d1cf3e7ae5bd
29-Nov-2024 15:29:01 Error response from daemon: Cannot kill container: 822cc24ff904: Container 822cc24ff9044c3b7a82aa7fdc1c7c203faac6aade0347bc5c4125b66de2cf23 is not running
29-Nov-2024 15:29:01 822cc24ff904
29-Nov-2024 15:29:01 Error response from daemon: Cannot kill container: cd7d47cb9c9b: Container cd7d47cb9c9bc23a2d524ef79175c7bcf312eb8e1831519f2a23bbe597d66539 is not running
29-Nov-2024 15:29:01 cd7d47cb9c9b
29-Nov-2024 15:29:01 Error response from daemon: Cannot kill container: 996db30127d4: Container 996db30127d45d22b26fe434978eb32bbd392b2e0e5c78176b60869064701002 is not running
29-Nov-2024 15:29:01 996db30127d4
29-Nov-2024 15:29:02 0866c7667ac3
29-Nov-2024 15:29:02 0866c7667ac3
29-Nov-2024 15:29:02 Stalled docker volumes to remove:
29-Nov-2024 15:29:02
29-Nov-2024 15:29:02 Removing stalled docker volumes
29-Nov-2024 15:29:02 Removing stalled loopdevices
29-Nov-2024 15:29:03 Done
29-Nov-2024 15:29:03 Finished task 'Clear env and working dir' with result: Success
29-Nov-2024 15:29:03 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
29-Nov-2024 15:29:03 Running post build plugin 'Docker Container Cleanup'
29-Nov-2024 15:29:03 Running post build plugin 'NCover Results Collector'
29-Nov-2024 15:29:03 Running post build plugin 'Build Results Label Collector'
29-Nov-2024 15:29:03 Running post build plugin 'Clover Results Collector'
29-Nov-2024 15:29:03 Running post build plugin 'npm Cache Cleanup'
29-Nov-2024 15:29:03 Running post build plugin 'Artifact Copier'
29-Nov-2024 15:29:03 Publishing an artifact: test_logs.tar.gz
29-Nov-2024 15:29:03 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 85.92 ms
29-Nov-2024 15:29:03 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFSMPS'
29-Nov-2024 15:29:03 Finalising the build...
29-Nov-2024 15:29:03 Stopping timer.
29-Nov-2024 15:29:03 Build ODSRV-OAP-SRFSMPS-3370 completed.
29-Nov-2024 15:29:03 Running on server: post build plugin 'Build Hanging Detection Configuration'
29-Nov-2024 15:29:03 Running on server: post build plugin 'NCover Results Collector'
29-Nov-2024 15:29:03 Running on server: post build plugin 'Build Labeller'
29-Nov-2024 15:29:03 Running on server: post build plugin 'Clover Delta Calculator'
29-Nov-2024 15:29:03 Running on server: post build plugin 'Maven Dependencies Postprocessor'
29-Nov-2024 15:29:03 All post build plugins have finished
29-Nov-2024 15:29:03 Generating build results summary...
29-Nov-2024 15:29:03 Saving build results to disk...
29-Nov-2024 15:29:03 Store variable context...
29-Nov-2024 15:29:03 Finished building ODSRV-OAP-SRFSMPS-3370.