oneclient acceptance tests using environment deployed from packages

Build: #3373 failed

Job: multiprovider directory stat directio was successful

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Build log

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

30-Nov-2024 03:45:37
30-Nov-2024 03:45:37 Unmounting client from /tmp/onedata/mnt/md0v61sbhmh6ryvq
30-Nov-2024 03:45:37
30-Nov-2024 03:45:37
30-Nov-2024 03:46:10 tests/oneclient/scenarios/test_multi_directory_stat.py::test_default_access[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 03:46:10 =================================================================
30-Nov-2024 03:46:10 - Executing scenario 'Check default access permissions'
30-Nov-2024 03:46:10 - from feature 'Multi_directory_stat'
30-Nov-2024 03:46:10 -----------------------------------------------------------------
30-Nov-2024 03:46:10 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 03:46:10 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 03:46:10 using [token, token] by [user1, user2]"'
30-Nov-2024 03:46:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:46:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:46:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:46:10
30-Nov-2024 03:46:10
30-Nov-2024 03:46:10 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv'
30-Nov-2024 03:46:10 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv' successfully started
30-Nov-2024 03:46:10
30-Nov-2024 03:46:10 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/x1kxb13aubdx8ahl
30-Nov-2024 03:46:10
30-Nov-2024 03:46:10 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/x1kxb13aubdx8ahl --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/x1kxb13aubdx8ahl
30-Nov-2024 03:46:10 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '6730634950519506864'...
30-Nov-2024 03:46:10 Getting configuration...
30-Nov-2024 03:46:10 Oneclient has been successfully mounted in '/tmp/onedata/mnt/x1kxb13aubdx8ahl'.
30-Nov-2024 03:46:10
30-Nov-2024 03:46:10 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:46:10 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:46:10 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:46:10
30-Nov-2024 03:46:10
30-Nov-2024 03:46:10 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx'
30-Nov-2024 03:46:10 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx' successfully started
30-Nov-2024 03:46:10
30-Nov-2024 03:46:10 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/te18iu0dt1wijtha
30-Nov-2024 03:46:10
30-Nov-2024 03:46:10 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/te18iu0dt1wijtha --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/te18iu0dt1wijtha
30-Nov-2024 03:46:10 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '13112390132101421953'...
30-Nov-2024 03:46:10 Getting configuration...
30-Nov-2024 03:46:10 Oneclient has been successfully mounted in '/tmp/onedata/mnt/te18iu0dt1wijtha'.
30-Nov-2024 03:46:10
30-Nov-2024 03:46:10 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
30-Nov-2024 03:46:10 -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"'
30-Nov-2024 03:46:10 =================================================================
30-Nov-2024 03:46:10
30-Nov-2024 03:46:11 PASSED
30-Nov-2024 03:46:11 Unmounting client from /tmp/onedata/mnt/x1kxb13aubdx8ahl
30-Nov-2024 03:46:11
30-Nov-2024 03:46:11
30-Nov-2024 03:46:11 Unmounting client from /tmp/onedata/mnt/te18iu0dt1wijtha
30-Nov-2024 03:46:11
30-Nov-2024 03:46:11
30-Nov-2024 03:46:50 tests/oneclient/scenarios/test_multi_directory_stat.py::test_change_access[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 03:46:50 =================================================================
30-Nov-2024 03:46:50 - Executing scenario 'Change access permissions'
30-Nov-2024 03:46:50 - from feature 'Multi_directory_stat'
30-Nov-2024 03:46:50 -----------------------------------------------------------------
30-Nov-2024 03:46:50 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 03:46:50 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 03:46:50 using [token, token] by [user1, user2]"'
30-Nov-2024 03:46:50 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:46:50 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:46:50 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:46:50
30-Nov-2024 03:46:50
30-Nov-2024 03:46:50 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv'
30-Nov-2024 03:46:50 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv' successfully started
30-Nov-2024 03:46:50
30-Nov-2024 03:46:50 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/w17p2myas1f3wikb
30-Nov-2024 03:46:50
30-Nov-2024 03:46:50 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/w17p2myas1f3wikb --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/w17p2myas1f3wikb
30-Nov-2024 03:46:50 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '10432132717783455942'...
30-Nov-2024 03:46:50 Getting configuration...
30-Nov-2024 03:46:50 Oneclient has been successfully mounted in '/tmp/onedata/mnt/w17p2myas1f3wikb'.
30-Nov-2024 03:46:50
30-Nov-2024 03:46:50 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:46:50 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:46:50 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:46:50
30-Nov-2024 03:46:50
30-Nov-2024 03:46:50 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx'
30-Nov-2024 03:46:50 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx' successfully started
30-Nov-2024 03:46:50
30-Nov-2024 03:46:50 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/f89xujyuhqk5e38d
30-Nov-2024 03:46:50
30-Nov-2024 03:46:50 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/f89xujyuhqk5e38d --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/f89xujyuhqk5e38d
30-Nov-2024 03:46:50 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '17563298534019130087'...
30-Nov-2024 03:46:50 Getting configuration...
30-Nov-2024 03:46:50 Oneclient has been successfully mounted in '/tmp/onedata/mnt/f89xujyuhqk5e38d'.
30-Nov-2024 03:46:50
30-Nov-2024 03:46:50 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
30-Nov-2024 03:46:50 -- Executing step: 'When "user1 changes space1/dir1 mode to 211 on client11"'
30-Nov-2024 03:46:50 -- Executing step: 'Then "mode of user2's space1/dir1 is 211 on client21"'
30-Nov-2024 03:46:50 -- Executing step: 'Then "user1 changes space1/dir1 mode to 775 on client11"'
30-Nov-2024 03:46:50 -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"'
30-Nov-2024 03:46:50 =================================================================
30-Nov-2024 03:46:50
30-Nov-2024 03:46:50 PASSED
30-Nov-2024 03:46:50 Unmounting client from /tmp/onedata/mnt/w17p2myas1f3wikb
30-Nov-2024 03:46:50
30-Nov-2024 03:46:50
30-Nov-2024 03:46:50 Unmounting client from /tmp/onedata/mnt/f89xujyuhqk5e38d
30-Nov-2024 03:46:50
30-Nov-2024 03:46:50
30-Nov-2024 03:47:58 tests/oneclient/scenarios/test_multi_directory_stat.py::test_change_access_someone[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 03:47:58 =================================================================
30-Nov-2024 03:47:58 - Executing scenario 'Fail to change someone's file access permissions'
30-Nov-2024 03:47:58 - from feature 'Multi_directory_stat'
30-Nov-2024 03:47:58 -----------------------------------------------------------------
30-Nov-2024 03:47:58 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 03:47:58 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 03:47:58 using [token, token] by [user1, user2]"'
30-Nov-2024 03:47:58 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:47:58 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:47:58 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:47:58
30-Nov-2024 03:47:58
30-Nov-2024 03:47:58 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv'
30-Nov-2024 03:47:58 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv' successfully started
30-Nov-2024 03:47:58
30-Nov-2024 03:47:58 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/dtofbipv0b1t0ygr
30-Nov-2024 03:47:58
30-Nov-2024 03:47:58 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/dtofbipv0b1t0ygr --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/dtofbipv0b1t0ygr
30-Nov-2024 03:47:58 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '8319744768945783659'...
30-Nov-2024 03:47:58 Getting configuration...
30-Nov-2024 03:47:58 Oneclient has been successfully mounted in '/tmp/onedata/mnt/dtofbipv0b1t0ygr'.
30-Nov-2024 03:47:58
30-Nov-2024 03:47:58 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:47:58 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:47:58 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:47:58
30-Nov-2024 03:47:58
30-Nov-2024 03:47:58 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx'
30-Nov-2024 03:47:58 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx' successfully started
30-Nov-2024 03:47:58
30-Nov-2024 03:47:58 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/2kgruv7pqt2e7yk0
30-Nov-2024 03:47:58
30-Nov-2024 03:47:58 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/2kgruv7pqt2e7yk0 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/2kgruv7pqt2e7yk0
30-Nov-2024 03:47:58 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '7741742137892331844'...
30-Nov-2024 03:47:58 Getting configuration...
30-Nov-2024 03:47:58 Oneclient has been successfully mounted in '/tmp/onedata/mnt/2kgruv7pqt2e7yk0'.
30-Nov-2024 03:47:58
30-Nov-2024 03:47:58 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
30-Nov-2024 03:47:58 -- Executing step: 'When "user2 fails to change space1/dir1 mode to 211 on client21"'
30-Nov-2024 03:47:58 -- Executing step: 'When "mode of user2's space1/dir1 is 775 on client21"'
30-Nov-2024 03:47:58 -- Executing step: 'When "mode of user1's space1/dir1 is 775 on client11"'
30-Nov-2024 03:47:58 =================================================================
30-Nov-2024 03:47:58
30-Nov-2024 03:47:58 PASSED
30-Nov-2024 03:47:58 Unmounting client from /tmp/onedata/mnt/dtofbipv0b1t0ygr
30-Nov-2024 03:47:58
30-Nov-2024 03:47:58
30-Nov-2024 03:47:58 Unmounting client from /tmp/onedata/mnt/2kgruv7pqt2e7yk0
30-Nov-2024 03:47:58
30-Nov-2024 03:47:58
30-Nov-2024 03:48:31 tests/oneclient/scenarios/test_multi_directory_stat.py::test_timestamp[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 03:48:31 =================================================================
30-Nov-2024 03:48:31 - Executing scenario 'Timestamps at creation'
30-Nov-2024 03:48:31 - from feature 'Multi_directory_stat'
30-Nov-2024 03:48:31 -----------------------------------------------------------------
30-Nov-2024 03:48:31 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 03:48:31 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 03:48:31 using [token, token] by [user1, user2]"'
30-Nov-2024 03:48:31 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:48:31 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:48:31 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:48:31
30-Nov-2024 03:48:31
30-Nov-2024 03:48:31 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv'
30-Nov-2024 03:48:31 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv' successfully started
30-Nov-2024 03:48:31
30-Nov-2024 03:48:31 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/g8w353t2m8fhx8n5
30-Nov-2024 03:48:31
30-Nov-2024 03:48:31 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/g8w353t2m8fhx8n5 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/g8w353t2m8fhx8n5
30-Nov-2024 03:48:31 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '13691522361278221710'...
30-Nov-2024 03:48:31 Getting configuration...
30-Nov-2024 03:48:31 Oneclient has been successfully mounted in '/tmp/onedata/mnt/g8w353t2m8fhx8n5'.
30-Nov-2024 03:48:31
30-Nov-2024 03:48:31 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:48:31 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:48:31 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:48:31
30-Nov-2024 03:48:31
30-Nov-2024 03:48:31 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx'
30-Nov-2024 03:48:31 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx' successfully started
30-Nov-2024 03:48:31
30-Nov-2024 03:48:31 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/lr2kalw38n3abv1q
30-Nov-2024 03:48:31
30-Nov-2024 03:48:31 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/lr2kalw38n3abv1q --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/lr2kalw38n3abv1q
30-Nov-2024 03:48:31 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '10914974587197587867'...
30-Nov-2024 03:48:31 Getting configuration...
30-Nov-2024 03:48:31 Oneclient has been successfully mounted in '/tmp/onedata/mnt/lr2kalw38n3abv1q'.
30-Nov-2024 03:48:31
30-Nov-2024 03:48:31 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
30-Nov-2024 03:48:31 -- Executing step: 'Then "modification time of user2's space1/dir1 is equal to access time on client21"'
30-Nov-2024 03:48:31 -- Executing step: 'Then "status-change time of user2's space1/dir1 is equal to access time on client21"'
30-Nov-2024 03:48:31 =================================================================
30-Nov-2024 03:48:31
30-Nov-2024 03:48:31 PASSED
30-Nov-2024 03:48:31 Unmounting client from /tmp/onedata/mnt/g8w353t2m8fhx8n5
30-Nov-2024 03:48:31
30-Nov-2024 03:48:31
30-Nov-2024 03:48:31 Unmounting client from /tmp/onedata/mnt/lr2kalw38n3abv1q
30-Nov-2024 03:48:31
30-Nov-2024 03:48:31
30-Nov-2024 03:48:57 tests/oneclient/scenarios/test_multi_directory_stat.py::test_update_timestamp_without_permission[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 03:48:57 =================================================================
30-Nov-2024 03:48:57 - Executing scenario 'Fail to update timestamps (touch) without write permission'
30-Nov-2024 03:48:57 - from feature 'Multi_directory_stat'
30-Nov-2024 03:48:57 -----------------------------------------------------------------
30-Nov-2024 03:48:57 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 03:48:57 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 03:48:57 using [token, token] by [user1, user2]"'
30-Nov-2024 03:48:57 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:48:57 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:48:57 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:48:57
30-Nov-2024 03:48:57
30-Nov-2024 03:48:57 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv'
30-Nov-2024 03:48:57 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv' successfully started
30-Nov-2024 03:48:57
30-Nov-2024 03:48:57 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/hihd4hvct7sk823s
30-Nov-2024 03:48:57
30-Nov-2024 03:48:57 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/hihd4hvct7sk823s --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/hihd4hvct7sk823s
30-Nov-2024 03:48:57 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '9967318397408200105'...
30-Nov-2024 03:48:57 Getting configuration...
30-Nov-2024 03:48:57 Oneclient has been successfully mounted in '/tmp/onedata/mnt/hihd4hvct7sk823s'.
30-Nov-2024 03:48:57
30-Nov-2024 03:48:57 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:48:57 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:48:57 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:48:57
30-Nov-2024 03:48:57
30-Nov-2024 03:48:57 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx'
30-Nov-2024 03:48:57 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx' successfully started
30-Nov-2024 03:48:57
30-Nov-2024 03:48:57 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/ai8n5sof7otuo4r9
30-Nov-2024 03:48:57
30-Nov-2024 03:48:57 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ai8n5sof7otuo4r9 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ai8n5sof7otuo4r9
30-Nov-2024 03:48:57 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '7486875398976886885'...
30-Nov-2024 03:48:57 Getting configuration...
30-Nov-2024 03:48:57 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ai8n5sof7otuo4r9'.
30-Nov-2024 03:48:57
30-Nov-2024 03:48:57 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
30-Nov-2024 03:48:57 -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"'
30-Nov-2024 03:48:57 -- Executing step: 'When "user1 creates directories [space1/dir1/dir2] on client11"'
30-Nov-2024 03:48:57 -- Executing step: 'When "user2 fails to update [space1/dir1] timestamps on client21"'
30-Nov-2024 03:48:57 =================================================================
30-Nov-2024 03:48:57
30-Nov-2024 03:48:57 PASSED
30-Nov-2024 03:48:57 Unmounting client from /tmp/onedata/mnt/hihd4hvct7sk823s
30-Nov-2024 03:48:57
30-Nov-2024 03:48:57
30-Nov-2024 03:48:57 Unmounting client from /tmp/onedata/mnt/ai8n5sof7otuo4r9
30-Nov-2024 03:48:57
30-Nov-2024 03:48:57
30-Nov-2024 03:49:31 tests/oneclient/scenarios/test_multi_directory_stat.py::test_update_timestamp_with_permission[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 03:49:31 =================================================================
30-Nov-2024 03:49:31 - Executing scenario 'Update timestamps (touch) with write permission'
30-Nov-2024 03:49:31 - from feature 'Multi_directory_stat'
30-Nov-2024 03:49:31 -----------------------------------------------------------------
30-Nov-2024 03:49:31 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 03:49:31 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 03:49:31 using [token, token] by [user1, user2]"'
30-Nov-2024 03:49:31 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:49:31 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:49:31 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:49:31
30-Nov-2024 03:49:31
30-Nov-2024 03:49:31 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv'
30-Nov-2024 03:49:31 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv' successfully started
30-Nov-2024 03:49:31
30-Nov-2024 03:49:31 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/5wqa90oh74f7mjn3
30-Nov-2024 03:49:31
30-Nov-2024 03:49:31 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/5wqa90oh74f7mjn3 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/5wqa90oh74f7mjn3
30-Nov-2024 03:49:31 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '5673025045299406126'...
30-Nov-2024 03:49:31 Getting configuration...
30-Nov-2024 03:49:31 Oneclient has been successfully mounted in '/tmp/onedata/mnt/5wqa90oh74f7mjn3'.
30-Nov-2024 03:49:31
30-Nov-2024 03:49:31 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:49:31 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:49:31 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:49:31
30-Nov-2024 03:49:31
30-Nov-2024 03:49:31 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx'
30-Nov-2024 03:49:31 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx' successfully started
30-Nov-2024 03:49:31
30-Nov-2024 03:49:31 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/eoqmzqyejg6db5tj
30-Nov-2024 03:49:31
30-Nov-2024 03:49:31 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/eoqmzqyejg6db5tj --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/eoqmzqyejg6db5tj
30-Nov-2024 03:49:31 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '8420094179444931565'...
30-Nov-2024 03:49:31 Getting configuration...
30-Nov-2024 03:49:31 Oneclient has been successfully mounted in '/tmp/onedata/mnt/eoqmzqyejg6db5tj'.
30-Nov-2024 03:49:31
30-Nov-2024 03:49:31 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
30-Nov-2024 03:49:31 -- Executing step: 'When "user1 is idle for 2 seconds"'
30-Nov-2024 03:49:31 -- Executing step: 'When "user1 changes space1/dir1 mode to 725 on client11"'
30-Nov-2024 03:49:31 -- Executing step: 'When "user1 creates directories [space1/dir1/dir2] on client11"'
30-Nov-2024 03:49:31 -- Executing step: 'When "user2 updates [space1/dir1] timestamps on client21"'
30-Nov-2024 03:49:31 -- Executing step: 'Then "modification time of user2's space1/dir1 is equal to access time on client21"'
30-Nov-2024 03:49:31 =================================================================
30-Nov-2024 03:49:31
30-Nov-2024 03:49:31 PASSED
30-Nov-2024 03:49:31 Unmounting client from /tmp/onedata/mnt/5wqa90oh74f7mjn3
30-Nov-2024 03:49:31
30-Nov-2024 03:49:31
30-Nov-2024 03:49:31 Unmounting client from /tmp/onedata/mnt/eoqmzqyejg6db5tj
30-Nov-2024 03:49:31
30-Nov-2024 03:49:31
30-Nov-2024 03:50:10 tests/oneclient/scenarios/test_multi_directory_stat.py::test_access_time[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 03:50:10 =================================================================
30-Nov-2024 03:50:10 - Executing scenario 'Access time'
30-Nov-2024 03:50:10 - from feature 'Multi_directory_stat'
30-Nov-2024 03:50:10 -----------------------------------------------------------------
30-Nov-2024 03:50:10 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 03:50:10 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 03:50:10 using [token, token] by [user1, user2]"'
30-Nov-2024 03:50:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:50:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:50:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:50:10
30-Nov-2024 03:50:10
30-Nov-2024 03:50:10 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv'
30-Nov-2024 03:50:10 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv' successfully started
30-Nov-2024 03:50:10
30-Nov-2024 03:50:10 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/qy5b4hsyq09fuvkx
30-Nov-2024 03:50:10
30-Nov-2024 03:50:10 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/qy5b4hsyq09fuvkx --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/qy5b4hsyq09fuvkx
30-Nov-2024 03:50:10 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '4924475165334767589'...
30-Nov-2024 03:50:10 Getting configuration...
30-Nov-2024 03:50:10 Oneclient has been successfully mounted in '/tmp/onedata/mnt/qy5b4hsyq09fuvkx'.
30-Nov-2024 03:50:10
30-Nov-2024 03:50:10 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:50:10 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:50:10 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:50:10
30-Nov-2024 03:50:10
30-Nov-2024 03:50:10 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx'
30-Nov-2024 03:50:10 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx' successfully started
30-Nov-2024 03:50:10
30-Nov-2024 03:50:10 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/7pskq3ay7yt0pj7d
30-Nov-2024 03:50:10
30-Nov-2024 03:50:10 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/7pskq3ay7yt0pj7d --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/7pskq3ay7yt0pj7d
30-Nov-2024 03:50:10 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '3694247251679050441'...
30-Nov-2024 03:50:10 Getting configuration...
30-Nov-2024 03:50:10 Oneclient has been successfully mounted in '/tmp/onedata/mnt/7pskq3ay7yt0pj7d'.
30-Nov-2024 03:50:10
30-Nov-2024 03:50:10 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
30-Nov-2024 03:50:10 -- Executing step: 'When "user1 is idle for 2 seconds"'
30-Nov-2024 03:50:10 -- Executing step: 'When "user1 creates directories [space1/dir1/dir2] on client11"'
30-Nov-2024 03:50:10 -- Executing step: 'When "user1 is idle for 2 seconds"'
30-Nov-2024 03:50:10 -- Executing step: 'Then "user1 sees [dir2] in space1/dir1 on client11"'
30-Nov-2024 03:50:10 -- Executing step: 'Then "access time of user2's space1/dir1 is greater than modification time on client21"'
30-Nov-2024 03:50:10 -- Executing step: 'Then "access time of user2's space1/dir1 is greater than status-change time on client21"'
30-Nov-2024 03:50:10 =================================================================
30-Nov-2024 03:50:10
30-Nov-2024 03:50:11 PASSED
30-Nov-2024 03:50:11 Unmounting client from /tmp/onedata/mnt/qy5b4hsyq09fuvkx
30-Nov-2024 03:50:11
30-Nov-2024 03:50:11
30-Nov-2024 03:50:11 Unmounting client from /tmp/onedata/mnt/7pskq3ay7yt0pj7d
30-Nov-2024 03:50:11
30-Nov-2024 03:50:11
30-Nov-2024 03:50:49 tests/oneclient/scenarios/test_multi_directory_stat.py::test_modification_time[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 03:50:49 =================================================================
30-Nov-2024 03:50:49 - Executing scenario 'Modification time'
30-Nov-2024 03:50:49 - from feature 'Multi_directory_stat'
30-Nov-2024 03:50:49 -----------------------------------------------------------------
30-Nov-2024 03:50:49 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 03:50:49 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 03:50:49 using [token, token] by [user1, user2]"'
30-Nov-2024 03:50:49 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:50:49 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:50:49 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:50:49
30-Nov-2024 03:50:49
30-Nov-2024 03:50:49 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv'
30-Nov-2024 03:50:49 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv' successfully started
30-Nov-2024 03:50:49
30-Nov-2024 03:50:49 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/0zdixii84mqk98kt
30-Nov-2024 03:50:49
30-Nov-2024 03:50:49 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/0zdixii84mqk98kt --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/0zdixii84mqk98kt
30-Nov-2024 03:50:49 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '3879487395892990008'...
30-Nov-2024 03:50:49 Getting configuration...
30-Nov-2024 03:50:49 Oneclient has been successfully mounted in '/tmp/onedata/mnt/0zdixii84mqk98kt'.
30-Nov-2024 03:50:49
30-Nov-2024 03:50:49 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:50:49 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:50:49 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:50:49
30-Nov-2024 03:50:49
30-Nov-2024 03:50:49 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx'
30-Nov-2024 03:50:49 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx' successfully started
30-Nov-2024 03:50:49
30-Nov-2024 03:50:49 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/nhvu6i65ri50sr1p
30-Nov-2024 03:50:49
30-Nov-2024 03:50:49 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/nhvu6i65ri50sr1p --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/nhvu6i65ri50sr1p
30-Nov-2024 03:50:49 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '11725177199406214652'...
30-Nov-2024 03:50:49 Getting configuration...
30-Nov-2024 03:50:49 Oneclient has been successfully mounted in '/tmp/onedata/mnt/nhvu6i65ri50sr1p'.
30-Nov-2024 03:50:49
30-Nov-2024 03:50:49 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
30-Nov-2024 03:50:49 -- Executing step: 'When "user1 is idle for 2 seconds"'
30-Nov-2024 03:50:49 -- Executing step: 'When "user1 creates directories [space1/dir1/dir2] on client11"'
30-Nov-2024 03:50:49 -- Executing step: 'Then "modification time of user2's space1/dir1 is greater than access time on client21"'
30-Nov-2024 03:50:49 -- Executing step: 'Then "modification time of user2's space1/dir1 is equal to status-change time on client21"'
30-Nov-2024 03:50:49 =================================================================
30-Nov-2024 03:50:49
30-Nov-2024 03:50:50 PASSED
30-Nov-2024 03:50:50 Unmounting client from /tmp/onedata/mnt/0zdixii84mqk98kt
30-Nov-2024 03:50:50
30-Nov-2024 03:50:50
30-Nov-2024 03:50:50 Unmounting client from /tmp/onedata/mnt/nhvu6i65ri50sr1p
30-Nov-2024 03:50:50
30-Nov-2024 03:50:50
30-Nov-2024 03:51:34 tests/oneclient/scenarios/test_multi_directory_stat.py::test_stat_change_time_mv[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 03:51:34 =================================================================
30-Nov-2024 03:51:34 - Executing scenario 'Status-change time when renaming'
30-Nov-2024 03:51:34 - from feature 'Multi_directory_stat'
30-Nov-2024 03:51:34 -----------------------------------------------------------------
30-Nov-2024 03:51:34 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 03:51:34 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 03:51:34 using [token, token] by [user1, user2]"'
30-Nov-2024 03:51:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:51:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:51:34 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:51:34
30-Nov-2024 03:51:34
30-Nov-2024 03:51:34 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv'
30-Nov-2024 03:51:34 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv' successfully started
30-Nov-2024 03:51:34
30-Nov-2024 03:51:34 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/pa9g96wl0qzuihes
30-Nov-2024 03:51:34
30-Nov-2024 03:51:34 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/pa9g96wl0qzuihes --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/pa9g96wl0qzuihes
30-Nov-2024 03:51:34 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '313407113785218612'...
30-Nov-2024 03:51:34 Getting configuration...
30-Nov-2024 03:51:34 Oneclient has been successfully mounted in '/tmp/onedata/mnt/pa9g96wl0qzuihes'.
30-Nov-2024 03:51:34
30-Nov-2024 03:51:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:51:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:51:34 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:51:34
30-Nov-2024 03:51:34
30-Nov-2024 03:51:34 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx'
30-Nov-2024 03:51:34 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx' successfully started
30-Nov-2024 03:51:34
30-Nov-2024 03:51:34 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/adl4yfqq95fy4os1
30-Nov-2024 03:51:34
30-Nov-2024 03:51:34 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/adl4yfqq95fy4os1 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/adl4yfqq95fy4os1
30-Nov-2024 03:51:34 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '11593568379318716769'...
30-Nov-2024 03:51:34 Getting configuration...
30-Nov-2024 03:51:34 Oneclient has been successfully mounted in '/tmp/onedata/mnt/adl4yfqq95fy4os1'.
30-Nov-2024 03:51:34
30-Nov-2024 03:51:34 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
30-Nov-2024 03:51:34 -- Executing step: 'When "user1 is idle for 2 seconds"'
30-Nov-2024 03:51:34 -- Executing step: 'When "user1 renames space1/dir1 to space1/dir2 on client11"'
30-Nov-2024 03:51:34 -- Executing step: 'Then "status-change time of user2's space1/dir2 is greater to modification time on client21"'
30-Nov-2024 03:51:34 -- Executing step: 'Then "status-change time of user2's space1/dir2 is greater to access time on client21"'
30-Nov-2024 03:51:34 =================================================================
30-Nov-2024 03:51:34
30-Nov-2024 03:51:34 PASSED
30-Nov-2024 03:51:34 Unmounting client from /tmp/onedata/mnt/pa9g96wl0qzuihes
30-Nov-2024 03:51:34
30-Nov-2024 03:51:34
30-Nov-2024 03:51:34 Unmounting client from /tmp/onedata/mnt/adl4yfqq95fy4os1
30-Nov-2024 03:51:34
30-Nov-2024 03:51:34
30-Nov-2024 03:52:13 tests/oneclient/scenarios/test_multi_directory_stat.py::test_stat_change_time_chmod[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
30-Nov-2024 03:52:13 =================================================================
30-Nov-2024 03:52:13 - Executing scenario 'Status-change time when changing mode'
30-Nov-2024 03:52:13 - from feature 'Multi_directory_stat'
30-Nov-2024 03:52:13 -----------------------------------------------------------------
30-Nov-2024 03:52:13 -- Executing step: 'Given "oneclients [client11, client21]
30-Nov-2024 03:52:13 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
30-Nov-2024 03:52:13 using [token, token] by [user1, user2]"'
30-Nov-2024 03:52:13 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:52:13 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:52:13 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-5kqvv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:52:13
30-Nov-2024 03:52:13
30-Nov-2024 03:52:13 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv'
30-Nov-2024 03:52:13 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-5kqvv' successfully started
30-Nov-2024 03:52:13
30-Nov-2024 03:52:13 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/3saw6l6z24b1qcy8
30-Nov-2024 03:52:13
30-Nov-2024 03:52:13 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/3saw6l6z24b1qcy8 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/3saw6l6z24b1qcy8
30-Nov-2024 03:52:13 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '12184339766743937123'...
30-Nov-2024 03:52:13 Getting configuration...
30-Nov-2024 03:52:13 Oneclient has been successfully mounted in '/tmp/onedata/mnt/3saw6l6z24b1qcy8'.
30-Nov-2024 03:52:13
30-Nov-2024 03:52:13 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
30-Nov-2024 03:52:13 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
30-Nov-2024 03:52:13 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-8rsgx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
30-Nov-2024 03:52:13
30-Nov-2024 03:52:13
30-Nov-2024 03:52:13 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx'
30-Nov-2024 03:52:13 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-8rsgx' successfully started
30-Nov-2024 03:52:13
30-Nov-2024 03:52:13 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/ab3dbnfxczwi99a8
30-Nov-2024 03:52:13
30-Nov-2024 03:52:13 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ab3dbnfxczwi99a8 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ab3dbnfxczwi99a8
30-Nov-2024 03:52:13 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '1295675794600500399'...
30-Nov-2024 03:52:13 Getting configuration...
30-Nov-2024 03:52:13 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ab3dbnfxczwi99a8'.
30-Nov-2024 03:52:13
30-Nov-2024 03:52:13 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
30-Nov-2024 03:52:13 -- Executing step: 'When "user1 is idle for 2 seconds"'
30-Nov-2024 03:52:13 -- Executing step: 'When "user1 changes space1/dir1 mode to 711 on client11"'
30-Nov-2024 03:52:13 -- Executing step: 'Then "status-change time of user2's space1/dir1 is greater than modification time on client21"'
30-Nov-2024 03:52:13 -- Executing step: 'Then "status-change time of user2's space1/dir1 is greater than access time on client21"'
30-Nov-2024 03:52:13 =================================================================
30-Nov-2024 03:52:13
30-Nov-2024 03:52:24 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
30-Nov-2024 03:52:24 PASSED
30-Nov-2024 03:52:24 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
30-Nov-2024 03:52:24 Unmounting client from /tmp/onedata/mnt/3saw6l6z24b1qcy8
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24 Unmounting client from /tmp/onedata/mnt/ab3dbnfxczwi99a8
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24 Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD/onedata-acceptance/tests/oneclient/logs/multiprovider_directio/test_multi_directory_stat.1732938733.9409933', '-c', '/tmp/logs']
30-Nov-2024 03:52:24 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-lhz44. See /home/bamboo/.one-env/deployments/2024.11.30-03.42.44/pod-logs/dev-cross-support-job-3p-users-lhz44/entrypoint.log for more details
30-Nov-2024 03:52:24 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-5kqvv: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.30-03.42.44/pod-logs/dev-oneclient-krakow-7d9476b8bc-5kqvv/oneclient_logs
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=82/99)
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 03:52:24          26,770   2%   25.53MB/s    0:00:00 (xfr#1, to-chk=81/99)
30-Nov-2024 03:52:24          26,770   2%   25.53MB/s    0:00:00 (xfr#1, to-chk=75/99)
30-Nov-2024 03:52:24          27,424   2%   26.15MB/s    0:00:00 (xfr#2, to-chk=77/99)
30-Nov-2024 03:52:24         116,507   9%   55.55MB/s    0:00:00 (xfr#3, to-chk=76/99)
30-Nov-2024 03:52:24         117,161  10%   55.87MB/s    0:00:00 (xfr#4, to-chk=75/99)
30-Nov-2024 03:52:24         140,433  12%   66.96MB/s    0:00:00 (xfr#5, to-chk=74/99)
30-Nov-2024 03:52:24         140,895  12%   67.18MB/s    0:00:00 (xfr#6, to-chk=70/99)
30-Nov-2024 03:52:24         211,699  18%   67.30MB/s    0:00:00 (xfr#7, to-chk=69/99)
30-Nov-2024 03:52:24         212,161  18%   67.44MB/s    0:00:00 (xfr#8, to-chk=68/99)
30-Nov-2024 03:52:24         212,789  18%   67.64MB/s    0:00:00 (xfr#9, to-chk=67/99)
30-Nov-2024 03:52:24         239,455  20%   76.12MB/s    0:00:00 (xfr#10, to-chk=66/99)
30-Nov-2024 03:52:24         240,013  20%   76.30MB/s    0:00:00 (xfr#11, to-chk=62/99)
30-Nov-2024 03:52:24         330,368  28%   78.77MB/s    0:00:00 (xfr#12, to-chk=61/99)
30-Nov-2024 03:52:24         330,926  28%   78.90MB/s    0:00:00 (xfr#13, to-chk=60/99)
30-Nov-2024 03:52:24         354,664  30%   67.65MB/s    0:00:00 (xfr#14, to-chk=59/99)
30-Nov-2024 03:52:24         355,126  30%   56.45MB/s    0:00:00 (xfr#15, to-chk=55/99)
30-Nov-2024 03:52:24         434,795  37%   59.24MB/s    0:00:00 (xfr#16, to-chk=54/99)
30-Nov-2024 03:52:24         435,257  37%   59.30MB/s    0:00:00 (xfr#17, to-chk=53/99)
30-Nov-2024 03:52:24         455,348  38%   54.28MB/s    0:00:00 (xfr#18, to-chk=52/99)
30-Nov-2024 03:52:24         455,906  39%   54.35MB/s    0:00:00 (xfr#19, to-chk=48/99)
30-Nov-2024 03:52:24         520,322  44%   49.62MB/s    0:00:00 (xfr#20, to-chk=47/99)
30-Nov-2024 03:52:24         520,880  44%   45.16MB/s    0:00:00 (xfr#21, to-chk=46/99)
30-Nov-2024 03:52:24         521,508  44%   45.21MB/s    0:00:00 (xfr#22, to-chk=45/99)
30-Nov-2024 03:52:24         541,045  46%   46.91MB/s    0:00:00 (xfr#23, to-chk=44/99)
30-Nov-2024 03:52:24         541,603  46%   46.96MB/s    0:00:00 (xfr#24, to-chk=40/99)
30-Nov-2024 03:52:24         545,755  46%   47.32MB/s    0:00:00 (xfr#25, to-chk=39/99)
30-Nov-2024 03:52:24         608,527  52%   41.45MB/s    0:00:00 (xfr#26, to-chk=38/99)
30-Nov-2024 03:52:24         609,085  52%   41.49MB/s    0:00:00 (xfr#27, to-chk=37/99)
30-Nov-2024 03:52:24         635,304  54%   40.39MB/s    0:00:00 (xfr#28, to-chk=36/99)
30-Nov-2024 03:52:24         635,670  54%   40.41MB/s    0:00:00 (xfr#29, to-chk=32/99)
30-Nov-2024 03:52:24         720,404  61%   38.17MB/s    0:00:00 (xfr#30, to-chk=31/99)
30-Nov-2024 03:52:24         720,770  61%   38.19MB/s    0:00:00 (xfr#31, to-chk=30/99)
30-Nov-2024 03:52:24         721,398  61%   36.21MB/s    0:00:00 (xfr#32, to-chk=29/99)
30-Nov-2024 03:52:24         745,801  63%   37.43MB/s    0:00:00 (xfr#33, to-chk=28/99)
30-Nov-2024 03:52:24         746,359  63%   37.46MB/s    0:00:00 (xfr#34, to-chk=24/99)
30-Nov-2024 03:52:24         832,670  71%   41.79MB/s    0:00:00 (xfr#35, to-chk=23/99)
30-Nov-2024 03:52:24         833,228  71%   41.82MB/s    0:00:00 (xfr#36, to-chk=22/99)
30-Nov-2024 03:52:24         859,869  73%   41.00MB/s    0:00:00 (xfr#37, to-chk=21/99)
30-Nov-2024 03:52:24         860,427  73%   41.03MB/s    0:00:00 (xfr#38, to-chk=17/99)
30-Nov-2024 03:52:24         954,324  81%   39.57MB/s    0:00:00 (xfr#39, to-chk=16/99)
30-Nov-2024 03:52:24         954,882  81%   39.59MB/s    0:00:00 (xfr#40, to-chk=15/99)
30-Nov-2024 03:52:24         979,151  83%   38.91MB/s    0:00:00 (xfr#41, to-chk=14/99)
30-Nov-2024 03:52:24         979,709  83%   38.93MB/s    0:00:00 (xfr#42, to-chk=10/99)
30-Nov-2024 03:52:24       1,063,053  91%   42.24MB/s    0:00:00 (xfr#43, to-chk=9/99)
30-Nov-2024 03:52:24       1,063,611  91%   42.26MB/s    0:00:00 (xfr#44, to-chk=8/99)
30-Nov-2024 03:52:24       1,083,518  92%   43.06MB/s    0:00:00 (xfr#45, to-chk=7/99)
30-Nov-2024 03:52:24       1,083,884  92%   41.35MB/s    0:00:00 (xfr#46, to-chk=3/99)
30-Nov-2024 03:52:24       1,150,281  98%   42.19MB/s    0:00:00 (xfr#47, to-chk=2/99)
30-Nov-2024 03:52:24       1,150,647  98%   42.21MB/s    0:00:00 (xfr#48, to-chk=1/99)
30-Nov-2024 03:52:24       1,165,816  99%   41.18MB/s    0:00:00 (xfr#49, to-chk=0/99)
30-Nov-2024 03:52:24       1,165,816  99%   41.18MB/s    0:00:00 (xfr#49, to-chk=0/99)
30-Nov-2024 03:52:24       1,165,816  99%   41.18MB/s    0:00:00 (xfr#49, to-chk=0/99)
30-Nov-2024 03:52:24       1,165,816  99%   41.18MB/s    0:00:00 (xfr#49, to-chk=0/99)
30-Nov-2024 03:52:24       1,165,816  99%   41.18MB/s    0:00:00 (xfr#49, to-chk=0/99)
30-Nov-2024 03:52:24       1,165,816  99%   41.18MB/s    0:00:00 (xfr#49, to-chk=0/99)
30-Nov-2024 03:52:24       1,165,816  99%   41.18MB/s    0:00:00 (xfr#49, to-chk=0/99)
30-Nov-2024 03:52:24       1,165,816  99%   41.18MB/s    0:00:00 (xfr#49, to-chk=0/99)
30-Nov-2024 03:52:24       1,165,816  99%   41.18MB/s    0:00:00 (xfr#49, to-chk=0/99)
30-Nov-2024 03:52:24       1,165,816  99%   39.71MB/s    0:00:00 (xfr#49, to-chk=0/99)
30-Nov-2024 03:52:24       1,165,816  99%   39.71MB/s    0:00:00 (xfr#49, to-chk=0/99)
30-Nov-2024 03:52:24       1,165,816  99%   37.06MB/s    0:00:00 (xfr#49, to-chk=0/99)
30-Nov-2024 03:52:24       1,165,816  99%   37.06MB/s    0:00:00 (xfr#49, to-chk=0/99)
30-Nov-2024 03:52:24 [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-8rsgx: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.30-03.42.44/pod-logs/dev-oneclient-paris-5cc45c8cb7-8rsgx/oneclient_logs
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=79/96)
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 03:52:24          41,149   2%   39.24MB/s    0:00:00 (xfr#1, to-chk=78/96)
30-Nov-2024 03:52:24          41,149   2%   39.24MB/s    0:00:00 (xfr#1, to-chk=72/96)
30-Nov-2024 03:52:24          41,707   2%   39.77MB/s    0:00:00 (xfr#2, to-chk=74/96)
30-Nov-2024 03:52:24         237,000  16%   56.51MB/s    0:00:00 (xfr#3, to-chk=73/96)
30-Nov-2024 03:52:24         237,558  16%   56.64MB/s    0:00:00 (xfr#4, to-chk=72/96)
30-Nov-2024 03:52:24         263,589  18%   50.28MB/s    0:00:00 (xfr#5, to-chk=71/96)
30-Nov-2024 03:52:24         264,243  18%   50.40MB/s    0:00:00 (xfr#6, to-chk=67/96)
30-Nov-2024 03:52:24         375,355  25%   59.66MB/s    0:00:00 (xfr#7, to-chk=66/96)
30-Nov-2024 03:52:24         376,009  25%   51.23MB/s    0:00:00 (xfr#8, to-chk=65/96)
30-Nov-2024 03:52:24         398,366  27%   54.27MB/s    0:00:00 (xfr#9, to-chk=64/96)
30-Nov-2024 03:52:24         399,020  27%   54.36MB/s    0:00:00 (xfr#10, to-chk=60/96)
30-Nov-2024 03:52:24         494,399  34%   39.29MB/s    0:00:00 (xfr#11, to-chk=59/96)
30-Nov-2024 03:52:24         495,053  34%   39.34MB/s    0:00:00 (xfr#12, to-chk=58/96)
30-Nov-2024 03:52:24         495,681  34%   39.39MB/s    0:00:00 (xfr#13, to-chk=57/96)
30-Nov-2024 03:52:24         520,408  35%   41.36MB/s    0:00:00 (xfr#14, to-chk=56/96)
30-Nov-2024 03:52:24         520,870  36%   38.21MB/s    0:00:00 (xfr#15, to-chk=52/96)
30-Nov-2024 03:52:24         646,967  44%   38.56MB/s    0:00:00 (xfr#16, to-chk=51/96)
30-Nov-2024 03:52:24         647,429  44%   38.59MB/s    0:00:00 (xfr#17, to-chk=50/96)
30-Nov-2024 03:52:24         661,257  45%   35.03MB/s    0:00:00 (xfr#18, to-chk=49/96)
30-Nov-2024 03:52:24         661,527  45%   35.05MB/s    0:00:00 (xfr#19, to-chk=45/96)
30-Nov-2024 03:52:24         709,076  49%   37.57MB/s    0:00:00 (xfr#20, to-chk=44/96)
30-Nov-2024 03:52:24         709,346  49%   37.58MB/s    0:00:00 (xfr#21, to-chk=43/96)
30-Nov-2024 03:52:24         730,625  50%   34.84MB/s    0:00:00 (xfr#22, to-chk=42/96)
30-Nov-2024 03:52:24         731,183  50%   34.87MB/s    0:00:00 (xfr#23, to-chk=38/96)
30-Nov-2024 03:52:24         808,367  55%   36.71MB/s    0:00:00 (xfr#24, to-chk=37/96)
30-Nov-2024 03:52:24         808,925  55%   36.74MB/s    0:00:00 (xfr#25, to-chk=36/96)
30-Nov-2024 03:52:24         833,269  57%   33.11MB/s    0:00:00 (xfr#26, to-chk=35/96)
30-Nov-2024 03:52:24         833,635  57%   33.13MB/s    0:00:00 (xfr#27, to-chk=31/96)
30-Nov-2024 03:52:24         945,698  65%   36.08MB/s    0:00:00 (xfr#28, to-chk=30/96)
30-Nov-2024 03:52:24         946,064  65%   36.09MB/s    0:00:00 (xfr#29, to-chk=29/96)
30-Nov-2024 03:52:24         966,715  66%   36.88MB/s    0:00:00 (xfr#30, to-chk=28/96)
30-Nov-2024 03:52:24         967,081  66%   36.89MB/s    0:00:00 (xfr#31, to-chk=24/96)
30-Nov-2024 03:52:24       1,045,867  72%   38.36MB/s    0:00:00 (xfr#32, to-chk=23/96)
30-Nov-2024 03:52:24       1,046,233  72%   38.38MB/s    0:00:00 (xfr#33, to-chk=22/96)
30-Nov-2024 03:52:24       1,068,782  73%   39.20MB/s    0:00:00 (xfr#34, to-chk=21/96)
30-Nov-2024 03:52:24       1,069,436  73%   39.23MB/s    0:00:00 (xfr#35, to-chk=17/96)
30-Nov-2024 03:52:24       1,151,974  79%   40.69MB/s    0:00:00 (xfr#36, to-chk=16/96)
30-Nov-2024 03:52:24       1,152,628  79%   40.71MB/s    0:00:00 (xfr#37, to-chk=15/96)
30-Nov-2024 03:52:24       1,179,206  81%   41.65MB/s    0:00:00 (xfr#38, to-chk=14/96)
30-Nov-2024 03:52:24       1,179,572  81%   41.66MB/s    0:00:00 (xfr#39, to-chk=10/96)
30-Nov-2024 03:52:24       1,295,480  89%   39.85MB/s    0:00:00 (xfr#40, to-chk=9/96)
30-Nov-2024 03:52:24       1,295,846  89%   39.87MB/s    0:00:00 (xfr#41, to-chk=8/96)
30-Nov-2024 03:52:24       1,317,293  91%   40.52MB/s    0:00:00 (xfr#42, to-chk=7/96)
30-Nov-2024 03:52:24       1,317,755  91%   40.54MB/s    0:00:00 (xfr#43, to-chk=3/96)
30-Nov-2024 03:52:24       1,392,480  96%   41.50MB/s    0:00:00 (xfr#44, to-chk=2/96)
30-Nov-2024 03:52:24       1,392,942  96%   41.51MB/s    0:00:00 (xfr#45, to-chk=1/96)
30-Nov-2024 03:52:24       1,444,639  99%   43.05MB/s    0:00:00 (xfr#46, to-chk=0/96)
30-Nov-2024 03:52:24       1,444,639  99%   43.05MB/s    0:00:00 (xfr#46, to-chk=0/96)
30-Nov-2024 03:52:24       1,444,639  99%   43.05MB/s    0:00:00 (xfr#46, to-chk=0/96)
30-Nov-2024 03:52:24       1,444,639  99%   41.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
30-Nov-2024 03:52:24       1,444,639  99%   41.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
30-Nov-2024 03:52:24       1,444,639  99%   41.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
30-Nov-2024 03:52:24       1,444,639  99%   41.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
30-Nov-2024 03:52:24       1,444,639  99%   41.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
30-Nov-2024 03:52:24       1,444,639  99%   41.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
30-Nov-2024 03:52:24       1,444,639  99%   41.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
30-Nov-2024 03:52:24       1,444,639  99%   35.33MB/s    0:00:00 (xfr#46, to-chk=0/96)
30-Nov-2024 03:52:24       1,444,639  99%   35.33MB/s    0:00:00 (xfr#46, to-chk=0/96)
30-Nov-2024 03:52:24       1,444,639  99%   35.33MB/s    0:00:00 (xfr#46, to-chk=0/96)
30-Nov-2024 03:52:24 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.30-03.42.44/pod-logs/dev-oneprovider-krakow-0/op-panel
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 03:52:24          17,199  16%   16.40MB/s    0:00:00 (xfr#2, to-chk=9/14)
30-Nov-2024 03:52:24          35,323  33%   33.69MB/s    0:00:00 (xfr#3, to-chk=7/14)
30-Nov-2024 03:52:24          35,323  33%   33.69MB/s    0:00:00 (xfr#4, to-chk=5/14)
30-Nov-2024 03:52:24          52,319  49%   49.90MB/s    0:00:00 (xfr#5, to-chk=3/14)
30-Nov-2024 03:52:24          52,610  50%   50.17MB/s    0:00:00 (xfr#6, to-chk=1/14)
30-Nov-2024 03:52:24          52,610  50%   50.17MB/s    0:00:00 (xfr#6, to-chk=0/14)
30-Nov-2024 03:52:24 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.30-03.42.44/pod-logs/dev-oneprovider-krakow-0/cluster-manager
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 03:52:24           2,022  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
30-Nov-2024 03:52:24           4,776  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
30-Nov-2024 03:52:24           4,776  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
30-Nov-2024 03:52:24           6,595  48%    6.29MB/s    0:00:00 (xfr#5, to-chk=3/14)
30-Nov-2024 03:52:24           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=1/14)
30-Nov-2024 03:52:24           6,857  50%    3.27MB/s    0:00:00 (xfr#6, to-chk=0/14)
30-Nov-2024 03:52:24 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.30-03.42.44/pod-logs/dev-oneprovider-krakow-0/op-worker
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=69/72)
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 03:52:24          23,124   7%   22.05MB/s    0:00:00 (xfr#2, to-chk=67/72)
30-Nov-2024 03:52:24          43,357  13%   41.35MB/s    0:00:00 (xfr#3, to-chk=65/72)
30-Nov-2024 03:52:24          43,357  13%   41.35MB/s    0:00:00 (xfr#4, to-chk=63/72)
30-Nov-2024 03:52:24          43,357  13%   41.35MB/s    0:00:00 (xfr#5, to-chk=61/72)
30-Nov-2024 03:52:24          62,431  19%   29.77MB/s    0:00:00 (xfr#6, to-chk=59/72)
30-Nov-2024 03:52:24          62,581  19%   29.84MB/s    0:00:00 (xfr#7, to-chk=57/72)
30-Nov-2024 03:52:24          62,878  19%   29.98MB/s    0:00:00 (xfr#8, to-chk=55/72)
30-Nov-2024 03:52:24         124,326  39%   39.52MB/s    0:00:00 (xfr#9, to-chk=53/72)
30-Nov-2024 03:52:24         124,798  39%   39.67MB/s    0:00:00 (xfr#10, to-chk=43/72)
30-Nov-2024 03:52:24         125,516  39%   39.90MB/s    0:00:00 (xfr#11, to-chk=42/72)
30-Nov-2024 03:52:24         125,992  39%   40.05MB/s    0:00:00 (xfr#12, to-chk=41/72)
30-Nov-2024 03:52:24         126,843  39%   40.32MB/s    0:00:00 (xfr#13, to-chk=40/72)
30-Nov-2024 03:52:24         127,556  40%   40.55MB/s    0:00:00 (xfr#14, to-chk=39/72)
30-Nov-2024 03:52:24         127,716  40%   40.60MB/s    0:00:00 (xfr#15, to-chk=38/72)
30-Nov-2024 03:52:24         128,341  40%   40.80MB/s    0:00:00 (xfr#16, to-chk=37/72)
30-Nov-2024 03:52:24         128,657  40%   40.90MB/s    0:00:00 (xfr#17, to-chk=36/72)
30-Nov-2024 03:52:24         128,973  40%   30.75MB/s    0:00:00 (xfr#18, to-chk=35/72)
30-Nov-2024 03:52:24         129,445  40%   30.86MB/s    0:00:00 (xfr#19, to-chk=34/72)
30-Nov-2024 03:52:24         130,149  40%   31.03MB/s    0:00:00 (xfr#20, to-chk=33/72)
30-Nov-2024 03:52:24         130,309  40%   31.07MB/s    0:00:00 (xfr#21, to-chk=32/72)
30-Nov-2024 03:52:24         130,471  40%   31.11MB/s    0:00:00 (xfr#22, to-chk=31/72)
30-Nov-2024 03:52:24         131,411  41%   31.33MB/s    0:00:00 (xfr#23, to-chk=30/72)
30-Nov-2024 03:52:24         131,571  41%   31.37MB/s    0:00:00 (xfr#24, to-chk=29/72)
30-Nov-2024 03:52:24         132,048  41%   31.48MB/s    0:00:00 (xfr#25, to-chk=28/72)
30-Nov-2024 03:52:24         132,364  41%   31.56MB/s    0:00:00 (xfr#26, to-chk=27/72)
30-Nov-2024 03:52:24         132,680  41%   31.63MB/s    0:00:00 (xfr#27, to-chk=26/72)
30-Nov-2024 03:52:24         133,776  41%   31.89MB/s    0:00:00 (xfr#28, to-chk=25/72)
30-Nov-2024 03:52:24         134,248  42%   32.01MB/s    0:00:00 (xfr#29, to-chk=24/72)
30-Nov-2024 03:52:24         134,723  42%   32.12MB/s    0:00:00 (xfr#30, to-chk=23/72)
30-Nov-2024 03:52:24         135,192  42%   25.79MB/s    0:00:00 (xfr#31, to-chk=22/72)
30-Nov-2024 03:52:24         137,697  43%   26.26MB/s    0:00:00 (xfr#32, to-chk=21/72)
30-Nov-2024 03:52:24         139,518  43%   26.61MB/s    0:00:00 (xfr#33, to-chk=20/72)
30-Nov-2024 03:52:24         143,656  45%   27.40MB/s    0:00:00 (xfr#34, to-chk=19/72)
30-Nov-2024 03:52:24         144,052  45%   27.48MB/s    0:00:00 (xfr#35, to-chk=18/72)
30-Nov-2024 03:52:24         145,417  45%   27.74MB/s    0:00:00 (xfr#36, to-chk=17/72)
30-Nov-2024 03:52:24         148,358  46%   28.30MB/s    0:00:00 (xfr#37, to-chk=16/72)
30-Nov-2024 03:52:24         151,205  47%   28.84MB/s    0:00:00 (xfr#38, to-chk=15/72)
30-Nov-2024 03:52:24         153,063  48%   29.19MB/s    0:00:00 (xfr#39, to-chk=14/72)
30-Nov-2024 03:52:24         154,465  48%   29.46MB/s    0:00:00 (xfr#40, to-chk=13/72)
30-Nov-2024 03:52:24         155,468  48%   29.65MB/s    0:00:00 (xfr#41, to-chk=12/72)
30-Nov-2024 03:52:24         159,571  50%   25.36MB/s    0:00:00 (xfr#42, to-chk=11/72)
30-Nov-2024 03:52:24         162,113  50%   25.77MB/s    0:00:00 (xfr#43, to-chk=10/72)
30-Nov-2024 03:52:24         164,370  51%   26.13MB/s    0:00:00 (xfr#44, to-chk=9/72)
30-Nov-2024 03:52:24         165,279  51%   26.27MB/s    0:00:00 (xfr#45, to-chk=8/72)
30-Nov-2024 03:52:24         169,816  53%   26.99MB/s    0:00:00 (xfr#46, to-chk=7/72)
30-Nov-2024 03:52:24         173,498  54%   27.58MB/s    0:00:00 (xfr#47, to-chk=6/72)
30-Nov-2024 03:52:24         178,491  56%   28.37MB/s    0:00:00 (xfr#48, to-chk=5/72)
30-Nov-2024 03:52:24         178,986  56%   28.45MB/s    0:00:00 (xfr#49, to-chk=4/72)
30-Nov-2024 03:52:24         182,631  57%   29.03MB/s    0:00:00 (xfr#50, to-chk=3/72)
30-Nov-2024 03:52:24         187,528  58%   29.81MB/s    0:00:00 (xfr#51, to-chk=2/72)
30-Nov-2024 03:52:24         191,971  60%   30.51MB/s    0:00:00 (xfr#52, to-chk=1/72)
30-Nov-2024 03:52:24         194,191  60%   30.87MB/s    0:00:00 (xfr#53, to-chk=0/72)
30-Nov-2024 03:52:24         194,191  60%   18.52MB/s    0:00:00 (xfr#53, to-chk=0/72)
30-Nov-2024 03:52:24         194,191  60%   18.52MB/s    0:00:00 (xfr#53, to-chk=0/72)
30-Nov-2024 03:52:24         194,191  60%   16.84MB/s    0:00:00 (xfr#53, to-chk=0/72)
30-Nov-2024 03:52:24         194,191  60%   16.84MB/s    0:00:00 (xfr#53, to-chk=0/72)
30-Nov-2024 03:52:24         194,191  60%   16.84MB/s    0:00:00 (xfr#53, to-chk=0/72)
30-Nov-2024 03:52:24 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.30-03.42.44/pod-logs/dev-oneprovider-paris-0/op-panel
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 03:52:24          17,165  16%   16.37MB/s    0:00:00 (xfr#2, to-chk=9/14)
30-Nov-2024 03:52:24          35,253  33%   33.62MB/s    0:00:00 (xfr#3, to-chk=7/14)
30-Nov-2024 03:52:24          35,253  33%   33.62MB/s    0:00:00 (xfr#4, to-chk=5/14)
30-Nov-2024 03:52:24          52,215  49%   49.80MB/s    0:00:00 (xfr#5, to-chk=3/14)
30-Nov-2024 03:52:24          52,506  50%   50.07MB/s    0:00:00 (xfr#6, to-chk=1/14)
30-Nov-2024 03:52:24          52,506  50%   25.04MB/s    0:00:00 (xfr#6, to-chk=0/14)
30-Nov-2024 03:52:24 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.30-03.42.44/pod-logs/dev-oneprovider-paris-0/cluster-manager
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 03:52:24           2,018  14%    1.92MB/s    0:00:00 (xfr#2, to-chk=9/14)
30-Nov-2024 03:52:24           4,766  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
30-Nov-2024 03:52:24           4,766  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
30-Nov-2024 03:52:24           6,581  48%    6.28MB/s    0:00:00 (xfr#5, to-chk=3/14)
30-Nov-2024 03:52:24           6,843  50%    6.53MB/s    0:00:00 (xfr#6, to-chk=1/14)
30-Nov-2024 03:52:24           6,843  50%  668.26kB/s    0:00:00 (xfr#6, to-chk=0/14)
30-Nov-2024 03:52:24 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.30-03.42.44/pod-logs/dev-oneprovider-paris-0/op-worker
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=69/72)
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 03:52:24          23,344   7%   22.26MB/s    0:00:00 (xfr#2, to-chk=67/72)
30-Nov-2024 03:52:24          43,795  13%   41.77MB/s    0:00:00 (xfr#3, to-chk=65/72)
30-Nov-2024 03:52:24          43,795  13%   41.77MB/s    0:00:00 (xfr#4, to-chk=63/72)
30-Nov-2024 03:52:24          43,795  13%   41.77MB/s    0:00:00 (xfr#5, to-chk=61/72)
30-Nov-2024 03:52:24          63,089  19%   60.17MB/s    0:00:00 (xfr#6, to-chk=59/72)
30-Nov-2024 03:52:24          63,239  19%   60.31MB/s    0:00:00 (xfr#7, to-chk=57/72)
30-Nov-2024 03:52:24          63,536  19%   60.59MB/s    0:00:00 (xfr#8, to-chk=55/72)
30-Nov-2024 03:52:24         124,949  39%   59.58MB/s    0:00:00 (xfr#9, to-chk=53/72)
30-Nov-2024 03:52:24         125,421  39%   59.81MB/s    0:00:00 (xfr#10, to-chk=43/72)
30-Nov-2024 03:52:24         126,244  39%   40.13MB/s    0:00:00 (xfr#11, to-chk=42/72)
30-Nov-2024 03:52:24         126,684  39%   40.27MB/s    0:00:00 (xfr#12, to-chk=41/72)
30-Nov-2024 03:52:24         127,642  39%   40.58MB/s    0:00:00 (xfr#13, to-chk=40/72)
30-Nov-2024 03:52:24         128,465  40%   40.84MB/s    0:00:00 (xfr#14, to-chk=39/72)
30-Nov-2024 03:52:24         128,743  40%   40.93MB/s    0:00:00 (xfr#15, to-chk=38/72)
30-Nov-2024 03:52:24         129,377  40%   41.13MB/s    0:00:00 (xfr#16, to-chk=37/72)
30-Nov-2024 03:52:24         129,655  40%   30.91MB/s    0:00:00 (xfr#17, to-chk=36/72)
30-Nov-2024 03:52:24         129,937  40%   30.98MB/s    0:00:00 (xfr#18, to-chk=35/72)
30-Nov-2024 03:52:24         130,215  40%   31.05MB/s    0:00:00 (xfr#19, to-chk=34/72)
30-Nov-2024 03:52:24         131,024  40%   31.24MB/s    0:00:00 (xfr#20, to-chk=33/72)
30-Nov-2024 03:52:24         131,145  41%   25.01MB/s    0:00:00 (xfr#21, to-chk=32/72)
30-Nov-2024 03:52:24         131,427  41%   25.07MB/s    0:00:00 (xfr#22, to-chk=31/72)
30-Nov-2024 03:52:24         132,550  41%   25.28MB/s    0:00:00 (xfr#23, to-chk=30/72)
30-Nov-2024 03:52:24         132,832  41%   25.34MB/s    0:00:00 (xfr#24, to-chk=29/72)
30-Nov-2024 03:52:24         133,268  41%   25.42MB/s    0:00:00 (xfr#25, to-chk=28/72)
30-Nov-2024 03:52:24         133,550  41%   25.47MB/s    0:00:00 (xfr#26, to-chk=27/72)
30-Nov-2024 03:52:24         133,989  41%   21.30MB/s    0:00:00 (xfr#27, to-chk=26/72)
30-Nov-2024 03:52:24         135,094  42%   21.47MB/s    0:00:00 (xfr#28, to-chk=25/72)
30-Nov-2024 03:52:24         135,743  42%   21.58MB/s    0:00:00 (xfr#29, to-chk=24/72)
30-Nov-2024 03:52:24         136,545  42%   21.70MB/s    0:00:00 (xfr#30, to-chk=23/72)
30-Nov-2024 03:52:24         137,215  42%   21.81MB/s    0:00:00 (xfr#31, to-chk=22/72)
30-Nov-2024 03:52:24         139,720  43%   22.21MB/s    0:00:00 (xfr#32, to-chk=21/72)
30-Nov-2024 03:52:24         141,543  44%   22.50MB/s    0:00:00 (xfr#33, to-chk=20/72)
30-Nov-2024 03:52:24         145,589  45%   19.83MB/s    0:00:00 (xfr#34, to-chk=19/72)
30-Nov-2024 03:52:24         145,985  45%   19.89MB/s    0:00:00 (xfr#35, to-chk=18/72)
30-Nov-2024 03:52:24         147,350  46%   20.07MB/s    0:00:00 (xfr#36, to-chk=17/72)
30-Nov-2024 03:52:24         150,134  46%   20.45MB/s    0:00:00 (xfr#37, to-chk=16/72)
30-Nov-2024 03:52:24         152,981  47%   18.24MB/s    0:00:00 (xfr#38, to-chk=15/72)
30-Nov-2024 03:52:24         154,739  48%   18.45MB/s    0:00:00 (xfr#39, to-chk=14/72)
30-Nov-2024 03:52:24         156,041  48%   18.60MB/s    0:00:00 (xfr#40, to-chk=13/72)
30-Nov-2024 03:52:24         156,887  49%   18.70MB/s    0:00:00 (xfr#41, to-chk=12/72)
30-Nov-2024 03:52:24         160,988  50%   19.19MB/s    0:00:00 (xfr#42, to-chk=11/72)
30-Nov-2024 03:52:24         163,430  51%   19.48MB/s    0:00:00 (xfr#43, to-chk=10/72)
30-Nov-2024 03:52:24         165,595  51%   19.74MB/s    0:00:00 (xfr#44, to-chk=9/72)
30-Nov-2024 03:52:24         166,504  52%   19.85MB/s    0:00:00 (xfr#45, to-chk=8/72)
30-Nov-2024 03:52:24         170,884  53%   20.37MB/s    0:00:00 (xfr#46, to-chk=7/72)
30-Nov-2024 03:52:24         174,474  54%   18.49MB/s    0:00:00 (xfr#47, to-chk=6/72)
30-Nov-2024 03:52:24         179,310  56%   19.00MB/s    0:00:00 (xfr#48, to-chk=5/72)
30-Nov-2024 03:52:24         179,643  56%   19.04MB/s    0:00:00 (xfr#49, to-chk=4/72)
30-Nov-2024 03:52:24         183,288  57%   19.42MB/s    0:00:00 (xfr#50, to-chk=3/72)
30-Nov-2024 03:52:24         188,187  58%   19.94MB/s    0:00:00 (xfr#51, to-chk=2/72)
30-Nov-2024 03:52:24         192,630  60%   20.41MB/s    0:00:00 (xfr#52, to-chk=1/72)
30-Nov-2024 03:52:24         194,850  60%   20.65MB/s    0:00:00 (xfr#53, to-chk=0/72)
30-Nov-2024 03:52:24         194,850  60%   20.65MB/s    0:00:00 (xfr#53, to-chk=0/72)
30-Nov-2024 03:52:24         194,850  60%   20.65MB/s    0:00:00 (xfr#53, to-chk=0/72)
30-Nov-2024 03:52:24         194,850  60%   18.58MB/s    0:00:00 (xfr#53, to-chk=0/72)
30-Nov-2024 03:52:24         194,850  60%   18.58MB/s    0:00:00 (xfr#53, to-chk=0/72)
30-Nov-2024 03:52:24         194,850  60%   18.58MB/s    0:00:00 (xfr#53, to-chk=0/72)
30-Nov-2024 03:52:24 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.30-03.42.44/pod-logs/dev-onezone-0/oz-panel
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 03:52:24          26,121  13%   24.91MB/s    0:00:00 (xfr#2, to-chk=9/14)
30-Nov-2024 03:52:24          53,315  27%   50.85MB/s    0:00:00 (xfr#3, to-chk=7/14)
30-Nov-2024 03:52:24          72,305  36%   68.96MB/s    0:00:00 (xfr#4, to-chk=5/14)
30-Nov-2024 03:52:24          98,223  49%   93.67MB/s    0:00:00 (xfr#5, to-chk=3/14)
30-Nov-2024 03:52:24          98,514  50%   93.95MB/s    0:00:00 (xfr#6, to-chk=1/14)
30-Nov-2024 03:52:24          98,514  50%   93.95MB/s    0:00:00 (xfr#6, to-chk=0/14)
30-Nov-2024 03:52:24 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.30-03.42.44/pod-logs/dev-onezone-0/oz-worker
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=15/18)
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 03:52:24          14,460   6%   13.79MB/s    0:00:00 (xfr#2, to-chk=13/18)
30-Nov-2024 03:52:24          29,535  13%   28.17MB/s    0:00:00 (xfr#3, to-chk=11/18)
30-Nov-2024 03:52:24          29,535  13%   28.17MB/s    0:00:00 (xfr#4, to-chk=9/18)
30-Nov-2024 03:52:24          43,515  20%   41.50MB/s    0:00:00 (xfr#5, to-chk=7/18)
30-Nov-2024 03:52:24          43,606  20%   41.59MB/s    0:00:00 (xfr#6, to-chk=5/18)
30-Nov-2024 03:52:24          43,903  20%   41.87MB/s    0:00:00 (xfr#7, to-chk=3/18)
30-Nov-2024 03:52:24         106,639  50%  101.70MB/s    0:00:00 (xfr#8, to-chk=1/18)
30-Nov-2024 03:52:24         106,639  50%   50.85MB/s    0:00:00 (xfr#8, to-chk=0/18)
30-Nov-2024 03:52:24 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.30-03.42.44/pod-logs/dev-onezone-0/cluster-manager
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
30-Nov-2024 03:52:24               0   0%    0.00kB/s    0:00:00 
30-Nov-2024 03:52:24           1,977  14%    1.89MB/s    0:00:00 (xfr#2, to-chk=9/14)
30-Nov-2024 03:52:24           4,664  34%    4.45MB/s    0:00:00 (xfr#3, to-chk=7/14)
30-Nov-2024 03:52:24           4,664  34%    4.45MB/s    0:00:00 (xfr#4, to-chk=5/14)
30-Nov-2024 03:52:24           6,438  48%    6.14MB/s    0:00:00 (xfr#5, to-chk=3/14)
30-Nov-2024 03:52:24           6,700  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=1/14)
30-Nov-2024 03:52:24           6,700  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=0/14)
30-Nov-2024 03:52:24 [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD/onedata-acceptance/tests/oneclient/logs/multiprovider_directio/test_multi_directory_stat.1732938733.9409933 exists, exporting anyway.
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24 =============================== warnings summary ===============================
30-Nov-2024 03:52:24 tests/utils/rest_utils.py:97
30-Nov-2024 03:52:24   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD/onedata-acceptance/tests/utils/rest_utils.py:97: SyntaxWarning: invalid escape sequence '\ '
30-Nov-2024 03:52:24     print("""
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24 tests/utils/path_utils.py:112
30-Nov-2024 03:52:24   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
30-Nov-2024 03:52:24     return path.replace("'", "\\'").replace(' ', '\ ')
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24 tests/utils/acceptance_utils.py:55
30-Nov-2024 03:52:24   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d'
30-Nov-2024 03:52:24     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24 tests/utils/acceptance_utils.py:57
30-Nov-2024 03:52:24   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d'
30-Nov-2024 03:52:24     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
30-Nov-2024 03:52:24
30-Nov-2024 03:52:24 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
30-Nov-2024 03:52:24 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD/onedata-acceptance/test-reports/results.xml -
30-Nov-2024 03:52:24 ================== 11 passed, 4 warnings in 583.21s (0:09:43) ==================
30-Nov-2024 03:52:28 release "dev" uninstalled
30-Nov-2024 03:52:29 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
30-Nov-2024 03:52:29 persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted
30-Nov-2024 03:52:31 No resources found
30-Nov-2024 03:52:33 Sidecar injection has been disabled
30-Nov-2024 03:52:33 Cleaning helm release "dev"...
30-Nov-2024 03:52:33 Deleted 1 helm deployments
30-Nov-2024 03:52:33 Deleted 0 k8s deployments
30-Nov-2024 03:52:33 Deleted 0 k8s services
30-Nov-2024 03:52:33 Deleted 0 persistent volumes
30-Nov-2024 03:52:33 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
30-Nov-2024 03:52:33 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
30-Nov-2024 03:52:33 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
30-Nov-2024 03:52:33 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
30-Nov-2024 03:52:33 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
30-Nov-2024 03:52:33 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
30-Nov-2024 03:52:33 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
30-Nov-2024 03:52:33 Finished task 'Run acceptance oneclient tests' with result: Success
30-Nov-2024 03:52:33 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
30-Nov-2024 03:52:33 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD...
30-Nov-2024 03:52:33 Finished task 'Parse test results' with result: Success
30-Nov-2024 03:52:33 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
30-Nov-2024 03:52:33
Substituting variable: ${bamboo.artifactRepoHostname} with S3
30-Nov-2024 03:52:33
Substituting variable: ${bamboo.artifactRepoPort} with 10161
30-Nov-2024 03:52:33
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
30-Nov-2024 03:52:33
Substituting variable: ${bamboo.planRepository.branchName} with develop
30-Nov-2024 03:52:33
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
30-Nov-2024 03:52:33
Substituting variable: ${bamboo.artifactRepoHostname} with S3
30-Nov-2024 03:52:33
Substituting variable: ${bamboo.artifactRepoPort} with 10161
30-Nov-2024 03:52:33
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
30-Nov-2024 03:52:33
Substituting variable: ${bamboo.planRepository.branchName} with develop
30-Nov-2024 03:52:33
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
30-Nov-2024 03:52:33 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
30-Nov-2024 03:52:33
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider directory stat directio #3373 (ODSRV-OAP-MDSD-3373)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MDSD-3373-ScriptBuildTask-15196910777191774216.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD/onedata-acceptance
30-Nov-2024 03:52:33 ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_multiprovider_directory_stat_directio.tar.gz
30-Nov-2024 03:52:33 Uploading artifact
30-Nov-2024 03:52:33     source path: surefire_multiprovider_directory_stat_directio.tar.gz
30-Nov-2024 03:52:33     dest.  path: artifacts/onedata-acceptance/develop/surefire_multiprovider_directory_stat_directio.tar.gz
30-Nov-2024 03:52:33 Finished task 'Pack and push surefire artifact' with result: Success
30-Nov-2024 03:52:33 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
30-Nov-2024 03:52:33 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
30-Nov-2024 03:52:33
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider directory stat directio #3373 (ODSRV-OAP-MDSD-3373)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MDSD-3373-ScriptBuildTask-5289557142921542659.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD
30-Nov-2024 03:52:33 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
30-Nov-2024 03:52:34 Finished task 'Pack logs' with result: Success
30-Nov-2024 03:52:34 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
30-Nov-2024 03:52:34
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
30-Nov-2024 03:52:34 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
30-Nov-2024 03:52:34
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider directory stat directio #3373 (ODSRV-OAP-MDSD-3373)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MDSD-3373-ScriptBuildTask-15157970470996599478.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD/onedata-acceptance
30-Nov-2024 03:52:34   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
30-Nov-2024 03:52:34                                  Dload  Upload   Total   Spent    Left  Speed
30-Nov-2024 03:52:34
30-Nov-2024 03:52:34   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
30-Nov-2024 03:52:34 100  4822  100  4822    0     0  62623      0 --:--:-- --:--:-- --:--:-- 62623
30-Nov-2024 03:52:34 Clearing /tmp/onedata and /home/bamboo/.one-env
30-Nov-2024 03:52:34 Cleaning helm deployments
30-Nov-2024 03:52:34 Cleanining pods
30-Nov-2024 03:52:35 Cleaning kube persistant volumes
30-Nov-2024 03:52:35 Cleaning dockswift container
30-Nov-2024 03:52:35 Cleaning docker containers
30-Nov-2024 03:52:37 Stalled docker containers to remove:
30-Nov-2024 03:52:37 3b98370f9b47 d7173669f012 3547cb00d6c0 3c59d105ec2f ed16c42a88b6 9c6a2acdf882 f614896534ca 08e54be33799 102db863cf3b fe9cc1d5d6b8 0602bf2c93f5 140e64ff9130 20bf4a9a63a1 37fd3d3b82d4 5d48216e3c91 19f514805295 6c2449d0379e 66fbaa994dee 9081db83f5d9 1d118f0f32fd
30-Nov-2024 03:52:37 Removing stalled docker containers
30-Nov-2024 03:52:37 Error response from daemon: Cannot kill container: 3b98370f9b47: Container 3b98370f9b474d9dfd4bd45c96fef65c685a30f96188902adb7ad4481c9dcfef is not running
30-Nov-2024 03:52:37 3b98370f9b47
30-Nov-2024 03:52:37 Error response from daemon: Cannot kill container: d7173669f012: Container d7173669f012471312d76a325c2e7a41078e83568d159e364a4b9995ec96afa1 is not running
30-Nov-2024 03:52:37 d7173669f012
30-Nov-2024 03:52:37 Error response from daemon: Cannot kill container: 3547cb00d6c0: Container 3547cb00d6c0435733408d5f16ce8bb42e586782a14d2008e05cdaacf7d57389 is not running
30-Nov-2024 03:52:38 3547cb00d6c0
30-Nov-2024 03:52:38 Error response from daemon: Cannot kill container: 3c59d105ec2f: Container 3c59d105ec2f75902533b35e9d45744c4b2a8dd134ce65ce99583d22408fe7a7 is not running
30-Nov-2024 03:52:38 3c59d105ec2f
30-Nov-2024 03:52:38 Error response from daemon: Cannot kill container: ed16c42a88b6: Container ed16c42a88b637e81da9a9085bab5884089f39260c11611a30d1a3ca73f44cce is not running
30-Nov-2024 03:52:38 ed16c42a88b6
30-Nov-2024 03:52:38 Error response from daemon: Cannot kill container: 9c6a2acdf882: Container 9c6a2acdf8820af0a42240b95ff30a042616ee966c2953c7a93b9e50fef63ca4 is not running
30-Nov-2024 03:52:38 9c6a2acdf882
30-Nov-2024 03:52:38 Error response from daemon: Cannot kill container: f614896534ca: Container f614896534cafd7880c47956103686f5ed662ffec2c3098ed3b69f85af78319c is not running
30-Nov-2024 03:52:38 f614896534ca
30-Nov-2024 03:52:38 Error response from daemon: Cannot kill container: 08e54be33799: Container 08e54be33799c1dcbfba31c4efa7f65525963892db65daad4a3ab6bf4e7c3ae1 is not running
30-Nov-2024 03:52:38 08e54be33799
30-Nov-2024 03:52:38 Error response from daemon: Cannot kill container: 102db863cf3b: Container 102db863cf3bece42ca5dac9c1ac44c1389f09a8b195761a15930bc71df154a2 is not running
30-Nov-2024 03:52:38 102db863cf3b
30-Nov-2024 03:52:38 Error response from daemon: Cannot kill container: fe9cc1d5d6b8: Container fe9cc1d5d6b89fed2e6125fcddfd5494946aa957e4dfc226951394f08eea5111 is not running
30-Nov-2024 03:52:38 fe9cc1d5d6b8
30-Nov-2024 03:52:38 Error response from daemon: Cannot kill container: 0602bf2c93f5: Container 0602bf2c93f5eb885c47401126c0e877ac386d275d7c5648b7bf78cc53a63fbf is not running
30-Nov-2024 03:52:38 0602bf2c93f5
30-Nov-2024 03:52:38 Error response from daemon: Cannot kill container: 140e64ff9130: Container 140e64ff91306d2eeddb238c596b7932a286a5f6e7e691c442d96a2ea4867a04 is not running
30-Nov-2024 03:52:38 140e64ff9130
30-Nov-2024 03:52:38 Error response from daemon: Cannot kill container: 20bf4a9a63a1: Container 20bf4a9a63a1dea34651671549a3bfd7884efc49f259f92457619dfa9fbb3508 is not running
30-Nov-2024 03:52:38 20bf4a9a63a1
30-Nov-2024 03:52:38 Error response from daemon: Cannot kill container: 37fd3d3b82d4: Container 37fd3d3b82d4ed310c0854d206fe8dfc086aaa7a8743857fc7ceb8911144c898 is not running
30-Nov-2024 03:52:38 37fd3d3b82d4
30-Nov-2024 03:52:38 Error response from daemon: Cannot kill container: 5d48216e3c91: Container 5d48216e3c91ec13b09aafaf6302429803755daa89098b83e2ceaabf25e33d15 is not running
30-Nov-2024 03:52:38 5d48216e3c91
30-Nov-2024 03:52:38 Error response from daemon: Cannot kill container: 19f514805295: Container 19f514805295763aa56a99b6ba98d4e457083f8d4554919a424ef2c7723f0ff5 is not running
30-Nov-2024 03:52:38 19f514805295
30-Nov-2024 03:52:38 Error response from daemon: Cannot kill container: 6c2449d0379e: Container 6c2449d0379e0663f412ed6592c4656c9da67b8cf5784943062d16841a492b1e is not running
30-Nov-2024 03:52:39 6c2449d0379e
30-Nov-2024 03:52:39 Error response from daemon: Cannot kill container: 66fbaa994dee: Container 66fbaa994deef0f77d6de2713c47550799f882c4b6e7ca7f903ac92db408bbe9 is not running
30-Nov-2024 03:52:39 66fbaa994dee
30-Nov-2024 03:52:39 Error response from daemon: Cannot kill container: 9081db83f5d9: Container 9081db83f5d9328422a4c5b210fd2ac3972e35af25d28de625a8a987e51d845f is not running
30-Nov-2024 03:52:39 9081db83f5d9
30-Nov-2024 03:52:39 1d118f0f32fd
30-Nov-2024 03:52:39 1d118f0f32fd
30-Nov-2024 03:52:39 Stalled docker volumes to remove:
30-Nov-2024 03:52:39
30-Nov-2024 03:52:39 Removing stalled docker volumes
30-Nov-2024 03:52:39 Removing stalled loopdevices
30-Nov-2024 03:52:40 Done
30-Nov-2024 03:52:40 Finished task 'Clear env and working dir' with result: Success
30-Nov-2024 03:52:40 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
30-Nov-2024 03:52:40 Running post build plugin 'Docker Container Cleanup'
30-Nov-2024 03:52:40 Running post build plugin 'NCover Results Collector'
30-Nov-2024 03:52:40 Running post build plugin 'Build Results Label Collector'
30-Nov-2024 03:52:40 Running post build plugin 'Clover Results Collector'
30-Nov-2024 03:52:40 Running post build plugin 'npm Cache Cleanup'
30-Nov-2024 03:52:40 Running post build plugin 'Artifact Copier'
30-Nov-2024 03:52:40 Publishing an artifact: test_logs.tar.gz
30-Nov-2024 03:52:40 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 42.34 ms
30-Nov-2024 03:52:40 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD'
30-Nov-2024 03:52:40 Finalising the build...
30-Nov-2024 03:52:40 Stopping timer.
30-Nov-2024 03:52:40 Build ODSRV-OAP-MDSD-3373 completed.
30-Nov-2024 03:52:40 Running on server: post build plugin 'Build Hanging Detection Configuration'
30-Nov-2024 03:52:40 Running on server: post build plugin 'NCover Results Collector'
30-Nov-2024 03:52:40 Running on server: post build plugin 'Build Labeller'
30-Nov-2024 03:52:40 Running on server: post build plugin 'Clover Delta Calculator'
30-Nov-2024 03:52:40 Running on server: post build plugin 'Maven Dependencies Postprocessor'
30-Nov-2024 03:52:40 All post build plugins have finished
30-Nov-2024 03:52:40 Generating build results summary...
30-Nov-2024 03:52:40 Saving build results to disk...
30-Nov-2024 03:52:40 Store variable context...
30-Nov-2024 03:52:40 Finished building ODSRV-OAP-MDSD-3373.