oneclient acceptance tests using environment deployed from packages

Build: #3365 was successful

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,511 lines of output.   The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.

19-Nov-2024 19:49:57 Unmounting client from /tmp/onedata/mnt/xh77g1l5r4pkk936
19-Nov-2024 19:49:57
19-Nov-2024 19:49:57
19-Nov-2024 19:50:37 tests/oneclient/scenarios/test_multi_directory_stat.py::test_default_access[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 19:50:37 =================================================================
19-Nov-2024 19:50:37 - Executing scenario 'Check default access permissions'
19-Nov-2024 19:50:37 - from feature 'Multi_directory_stat'
19-Nov-2024 19:50:37 -----------------------------------------------------------------
19-Nov-2024 19:50:37 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:50:37 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:50:37 using [token, token] by [user1, user2]"'
19-Nov-2024 19:50:37 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:50:37 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:50:37 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:50:37
19-Nov-2024 19:50:37
19-Nov-2024 19:50:37 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh'
19-Nov-2024 19:50:37 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh' successfully started
19-Nov-2024 19:50:37
19-Nov-2024 19:50:37 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/4j4emzymgq8s1ol3
19-Nov-2024 19:50:37
19-Nov-2024 19:50:37 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/4j4emzymgq8s1ol3 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/4j4emzymgq8s1ol3
19-Nov-2024 19:50:37 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '1265931785886880720'...
19-Nov-2024 19:50:37 Getting configuration...
19-Nov-2024 19:50:37 Oneclient has been successfully mounted in '/tmp/onedata/mnt/4j4emzymgq8s1ol3'.
19-Nov-2024 19:50:37
19-Nov-2024 19:50:37 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:50:37 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:50:37 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:50:37
19-Nov-2024 19:50:37
19-Nov-2024 19:50:37 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv'
19-Nov-2024 19:50:37 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv' successfully started
19-Nov-2024 19:50:37
19-Nov-2024 19:50:37 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/oyu58lkfy5vfcjkb
19-Nov-2024 19:50:37
19-Nov-2024 19:50:37 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/oyu58lkfy5vfcjkb --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/oyu58lkfy5vfcjkb
19-Nov-2024 19:50:37 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '4322960462360148723'...
19-Nov-2024 19:50:37 Getting configuration...
19-Nov-2024 19:50:37 Oneclient has been successfully mounted in '/tmp/onedata/mnt/oyu58lkfy5vfcjkb'.
19-Nov-2024 19:50:37
19-Nov-2024 19:50:37 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
19-Nov-2024 19:50:37 -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"'
19-Nov-2024 19:50:37 =================================================================
19-Nov-2024 19:50:37
19-Nov-2024 19:50:37 PASSED
19-Nov-2024 19:50:37 Unmounting client from /tmp/onedata/mnt/4j4emzymgq8s1ol3
19-Nov-2024 19:50:37
19-Nov-2024 19:50:37
19-Nov-2024 19:50:37 Unmounting client from /tmp/onedata/mnt/oyu58lkfy5vfcjkb
19-Nov-2024 19:50:37
19-Nov-2024 19:50:37
19-Nov-2024 19:51:18 tests/oneclient/scenarios/test_multi_directory_stat.py::test_change_access[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 19:51:18 =================================================================
19-Nov-2024 19:51:18 - Executing scenario 'Change access permissions'
19-Nov-2024 19:51:18 - from feature 'Multi_directory_stat'
19-Nov-2024 19:51:18 -----------------------------------------------------------------
19-Nov-2024 19:51:18 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:51:18 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:51:18 using [token, token] by [user1, user2]"'
19-Nov-2024 19:51:18 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:51:18 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:51:18 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:51:18
19-Nov-2024 19:51:18
19-Nov-2024 19:51:18 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh'
19-Nov-2024 19:51:18 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh' successfully started
19-Nov-2024 19:51:18
19-Nov-2024 19:51:18 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/splpm40ovo5tgd3v
19-Nov-2024 19:51:18
19-Nov-2024 19:51:18 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/splpm40ovo5tgd3v --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/splpm40ovo5tgd3v
19-Nov-2024 19:51:18 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '12213841264673867259'...
19-Nov-2024 19:51:18 Getting configuration...
19-Nov-2024 19:51:18 Oneclient has been successfully mounted in '/tmp/onedata/mnt/splpm40ovo5tgd3v'.
19-Nov-2024 19:51:18
19-Nov-2024 19:51:18 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:51:18 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:51:18 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:51:18
19-Nov-2024 19:51:18
19-Nov-2024 19:51:18 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv'
19-Nov-2024 19:51:18 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv' successfully started
19-Nov-2024 19:51:18
19-Nov-2024 19:51:18 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/51b6am2yn65ge12i
19-Nov-2024 19:51:18
19-Nov-2024 19:51:18 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/51b6am2yn65ge12i --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/51b6am2yn65ge12i
19-Nov-2024 19:51:18 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '1930345812906014762'...
19-Nov-2024 19:51:18 Getting configuration...
19-Nov-2024 19:51:18 Oneclient has been successfully mounted in '/tmp/onedata/mnt/51b6am2yn65ge12i'.
19-Nov-2024 19:51:18
19-Nov-2024 19:51:18 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
19-Nov-2024 19:51:18 -- Executing step: 'When "user1 changes space1/dir1 mode to 211 on client11"'
19-Nov-2024 19:51:18 -- Executing step: 'Then "mode of user2's space1/dir1 is 211 on client21"'
19-Nov-2024 19:51:18 -- Executing step: 'Then "user1 changes space1/dir1 mode to 775 on client11"'
19-Nov-2024 19:51:18 -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"'
19-Nov-2024 19:51:18 =================================================================
19-Nov-2024 19:51:18
19-Nov-2024 19:51:18 PASSED
19-Nov-2024 19:51:18 Unmounting client from /tmp/onedata/mnt/splpm40ovo5tgd3v
19-Nov-2024 19:51:18
19-Nov-2024 19:51:18
19-Nov-2024 19:51:18 Unmounting client from /tmp/onedata/mnt/51b6am2yn65ge12i
19-Nov-2024 19:51:18
19-Nov-2024 19:51:18
19-Nov-2024 19:52:28 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
19-Nov-2024 19:52:28 =================================================================
19-Nov-2024 19:52:28 - Executing scenario 'Fail to change someone's file access permissions'
19-Nov-2024 19:52:28 - from feature 'Multi_directory_stat'
19-Nov-2024 19:52:28 -----------------------------------------------------------------
19-Nov-2024 19:52:28 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:52:28 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:52:28 using [token, token] by [user1, user2]"'
19-Nov-2024 19:52:28 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:52:28 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:52:28 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:52:28
19-Nov-2024 19:52:28
19-Nov-2024 19:52:28 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh'
19-Nov-2024 19:52:28 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh' successfully started
19-Nov-2024 19:52:28
19-Nov-2024 19:52:28 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/xjq8psxnwkipdl7a
19-Nov-2024 19:52:28
19-Nov-2024 19:52:28 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/xjq8psxnwkipdl7a --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/xjq8psxnwkipdl7a
19-Nov-2024 19:52:28 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '14662802222144834380'...
19-Nov-2024 19:52:28 Getting configuration...
19-Nov-2024 19:52:28 Oneclient has been successfully mounted in '/tmp/onedata/mnt/xjq8psxnwkipdl7a'.
19-Nov-2024 19:52:28
19-Nov-2024 19:52:28 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:52:28 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:52:28 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:52:28
19-Nov-2024 19:52:28
19-Nov-2024 19:52:28 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv'
19-Nov-2024 19:52:28 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv' successfully started
19-Nov-2024 19:52:28
19-Nov-2024 19:52:28 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/e4dk422m8sim85v5
19-Nov-2024 19:52:28
19-Nov-2024 19:52:28 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/e4dk422m8sim85v5 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/e4dk422m8sim85v5
19-Nov-2024 19:52:28 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '18394192738298762016'...
19-Nov-2024 19:52:28 Getting configuration...
19-Nov-2024 19:52:28 Oneclient has been successfully mounted in '/tmp/onedata/mnt/e4dk422m8sim85v5'.
19-Nov-2024 19:52:28
19-Nov-2024 19:52:28 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
19-Nov-2024 19:52:28 -- Executing step: 'When "user2 fails to change space1/dir1 mode to 211 on client21"'
19-Nov-2024 19:52:28 -- Executing step: 'When "mode of user2's space1/dir1 is 775 on client21"'
19-Nov-2024 19:52:28 -- Executing step: 'When "mode of user1's space1/dir1 is 775 on client11"'
19-Nov-2024 19:52:28 =================================================================
19-Nov-2024 19:52:28
19-Nov-2024 19:52:28 PASSED
19-Nov-2024 19:52:28 Unmounting client from /tmp/onedata/mnt/xjq8psxnwkipdl7a
19-Nov-2024 19:52:28
19-Nov-2024 19:52:28
19-Nov-2024 19:52:28 Unmounting client from /tmp/onedata/mnt/e4dk422m8sim85v5
19-Nov-2024 19:52:28
19-Nov-2024 19:52:28
19-Nov-2024 19:53:02 tests/oneclient/scenarios/test_multi_directory_stat.py::test_timestamp[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 19:53:02 =================================================================
19-Nov-2024 19:53:02 - Executing scenario 'Timestamps at creation'
19-Nov-2024 19:53:02 - from feature 'Multi_directory_stat'
19-Nov-2024 19:53:02 -----------------------------------------------------------------
19-Nov-2024 19:53:02 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:53:02 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:53:02 using [token, token] by [user1, user2]"'
19-Nov-2024 19:53:02 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:53:02 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:53:02 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:53:02
19-Nov-2024 19:53:02
19-Nov-2024 19:53:02 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh'
19-Nov-2024 19:53:02 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh' successfully started
19-Nov-2024 19:53:02
19-Nov-2024 19:53:02 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/4xyd0atsng0x5aow
19-Nov-2024 19:53:02
19-Nov-2024 19:53:02 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/4xyd0atsng0x5aow --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/4xyd0atsng0x5aow
19-Nov-2024 19:53:02 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '428481136021309720'...
19-Nov-2024 19:53:02 Getting configuration...
19-Nov-2024 19:53:02 Oneclient has been successfully mounted in '/tmp/onedata/mnt/4xyd0atsng0x5aow'.
19-Nov-2024 19:53:02
19-Nov-2024 19:53:02 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:53:02 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:53:02 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:53:02
19-Nov-2024 19:53:02
19-Nov-2024 19:53:02 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv'
19-Nov-2024 19:53:02 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv' successfully started
19-Nov-2024 19:53:02
19-Nov-2024 19:53:02 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/tohqlzsdwm6x2e8g
19-Nov-2024 19:53:02
19-Nov-2024 19:53:02 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/tohqlzsdwm6x2e8g --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/tohqlzsdwm6x2e8g
19-Nov-2024 19:53:02 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '14024423195676712555'...
19-Nov-2024 19:53:02 Getting configuration...
19-Nov-2024 19:53:02 Oneclient has been successfully mounted in '/tmp/onedata/mnt/tohqlzsdwm6x2e8g'.
19-Nov-2024 19:53:02
19-Nov-2024 19:53:02 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
19-Nov-2024 19:53:02 -- Executing step: 'Then "modification time of user2's space1/dir1 is equal to access time on client21"'
19-Nov-2024 19:53:02 -- Executing step: 'Then "status-change time of user2's space1/dir1 is equal to access time on client21"'
19-Nov-2024 19:53:02 =================================================================
19-Nov-2024 19:53:02
19-Nov-2024 19:53:02 PASSED
19-Nov-2024 19:53:02 Unmounting client from /tmp/onedata/mnt/4xyd0atsng0x5aow
19-Nov-2024 19:53:02
19-Nov-2024 19:53:02
19-Nov-2024 19:53:02 Unmounting client from /tmp/onedata/mnt/tohqlzsdwm6x2e8g
19-Nov-2024 19:53:02
19-Nov-2024 19:53:02
19-Nov-2024 19:53:31 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
19-Nov-2024 19:53:31 =================================================================
19-Nov-2024 19:53:31 - Executing scenario 'Fail to update timestamps (touch) without write permission'
19-Nov-2024 19:53:31 - from feature 'Multi_directory_stat'
19-Nov-2024 19:53:31 -----------------------------------------------------------------
19-Nov-2024 19:53:31 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:53:31 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:53:31 using [token, token] by [user1, user2]"'
19-Nov-2024 19:53:31 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:53:31 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:53:31 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:53:31
19-Nov-2024 19:53:31
19-Nov-2024 19:53:31 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh'
19-Nov-2024 19:53:31 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh' successfully started
19-Nov-2024 19:53:31
19-Nov-2024 19:53:31 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/04ed58p2m9uhpls3
19-Nov-2024 19:53:31
19-Nov-2024 19:53:31 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/04ed58p2m9uhpls3 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/04ed58p2m9uhpls3
19-Nov-2024 19:53:31 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '4861788639257657441'...
19-Nov-2024 19:53:31 Getting configuration...
19-Nov-2024 19:53:31 Oneclient has been successfully mounted in '/tmp/onedata/mnt/04ed58p2m9uhpls3'.
19-Nov-2024 19:53:31
19-Nov-2024 19:53:31 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:53:31 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:53:31 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:53:31
19-Nov-2024 19:53:31
19-Nov-2024 19:53:31 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv'
19-Nov-2024 19:53:31 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv' successfully started
19-Nov-2024 19:53:31
19-Nov-2024 19:53:31 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/44ail2vjy4vw1yp1
19-Nov-2024 19:53:31
19-Nov-2024 19:53:31 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/44ail2vjy4vw1yp1 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/44ail2vjy4vw1yp1
19-Nov-2024 19:53:31 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '6701977446037644776'...
19-Nov-2024 19:53:31 Getting configuration...
19-Nov-2024 19:53:31 Oneclient has been successfully mounted in '/tmp/onedata/mnt/44ail2vjy4vw1yp1'.
19-Nov-2024 19:53:31
19-Nov-2024 19:53:31 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
19-Nov-2024 19:53:31 -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"'
19-Nov-2024 19:53:31 -- Executing step: 'When "user1 creates directories [space1/dir1/dir2] on client11"'
19-Nov-2024 19:53:31 -- Executing step: 'When "user2 fails to update [space1/dir1] timestamps on client21"'
19-Nov-2024 19:53:31 =================================================================
19-Nov-2024 19:53:31
19-Nov-2024 19:53:31 PASSED
19-Nov-2024 19:53:31 Unmounting client from /tmp/onedata/mnt/04ed58p2m9uhpls3
19-Nov-2024 19:53:31
19-Nov-2024 19:53:31
19-Nov-2024 19:53:31 Unmounting client from /tmp/onedata/mnt/44ail2vjy4vw1yp1
19-Nov-2024 19:53:31
19-Nov-2024 19:53:31
19-Nov-2024 19:54:04 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
19-Nov-2024 19:54:04 =================================================================
19-Nov-2024 19:54:04 - Executing scenario 'Update timestamps (touch) with write permission'
19-Nov-2024 19:54:04 - from feature 'Multi_directory_stat'
19-Nov-2024 19:54:04 -----------------------------------------------------------------
19-Nov-2024 19:54:04 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:54:04 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:54:04 using [token, token] by [user1, user2]"'
19-Nov-2024 19:54:04 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:54:04 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:54:04 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:54:04
19-Nov-2024 19:54:04
19-Nov-2024 19:54:04 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh'
19-Nov-2024 19:54:04 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh' successfully started
19-Nov-2024 19:54:04
19-Nov-2024 19:54:04 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/mnu3usclaz0e59bm
19-Nov-2024 19:54:04
19-Nov-2024 19:54:04 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/mnu3usclaz0e59bm --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/mnu3usclaz0e59bm
19-Nov-2024 19:54:04 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '9202874866589917013'...
19-Nov-2024 19:54:04 Getting configuration...
19-Nov-2024 19:54:04 Oneclient has been successfully mounted in '/tmp/onedata/mnt/mnu3usclaz0e59bm'.
19-Nov-2024 19:54:04
19-Nov-2024 19:54:04 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:54:04 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:54:04 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:54:04
19-Nov-2024 19:54:04
19-Nov-2024 19:54:04 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv'
19-Nov-2024 19:54:04 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv' successfully started
19-Nov-2024 19:54:04
19-Nov-2024 19:54:04 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/uvyfas0cdid46ol7
19-Nov-2024 19:54:04
19-Nov-2024 19:54:04 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/uvyfas0cdid46ol7 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/uvyfas0cdid46ol7
19-Nov-2024 19:54:04 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '4605668698535274412'...
19-Nov-2024 19:54:04 Getting configuration...
19-Nov-2024 19:54:04 Oneclient has been successfully mounted in '/tmp/onedata/mnt/uvyfas0cdid46ol7'.
19-Nov-2024 19:54:04
19-Nov-2024 19:54:04 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
19-Nov-2024 19:54:04 -- Executing step: 'When "user1 is idle for 2 seconds"'
19-Nov-2024 19:54:04 -- Executing step: 'When "user1 changes space1/dir1 mode to 725 on client11"'
19-Nov-2024 19:54:04 -- Executing step: 'When "user1 creates directories [space1/dir1/dir2] on client11"'
19-Nov-2024 19:54:04 -- Executing step: 'When "user2 updates [space1/dir1] timestamps on client21"'
19-Nov-2024 19:54:04 -- Executing step: 'Then "modification time of user2's space1/dir1 is equal to access time on client21"'
19-Nov-2024 19:54:04 =================================================================
19-Nov-2024 19:54:04
19-Nov-2024 19:54:05 PASSED
19-Nov-2024 19:54:05 Unmounting client from /tmp/onedata/mnt/mnu3usclaz0e59bm
19-Nov-2024 19:54:05
19-Nov-2024 19:54:05
19-Nov-2024 19:54:05 Unmounting client from /tmp/onedata/mnt/uvyfas0cdid46ol7
19-Nov-2024 19:54:05
19-Nov-2024 19:54:05
19-Nov-2024 19:54:44 tests/oneclient/scenarios/test_multi_directory_stat.py::test_access_time[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 19:54:44 =================================================================
19-Nov-2024 19:54:44 - Executing scenario 'Access time'
19-Nov-2024 19:54:44 - from feature 'Multi_directory_stat'
19-Nov-2024 19:54:44 -----------------------------------------------------------------
19-Nov-2024 19:54:44 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:54:44 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:54:44 using [token, token] by [user1, user2]"'
19-Nov-2024 19:54:44 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:54:44 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:54:44 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:54:44
19-Nov-2024 19:54:44
19-Nov-2024 19:54:44 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh'
19-Nov-2024 19:54:44 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh' successfully started
19-Nov-2024 19:54:44
19-Nov-2024 19:54:44 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/zhai1wripc9wbbme
19-Nov-2024 19:54:44
19-Nov-2024 19:54:44 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/zhai1wripc9wbbme --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/zhai1wripc9wbbme
19-Nov-2024 19:54:44 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '5649581145780153173'...
19-Nov-2024 19:54:44 Getting configuration...
19-Nov-2024 19:54:44 Oneclient has been successfully mounted in '/tmp/onedata/mnt/zhai1wripc9wbbme'.
19-Nov-2024 19:54:44
19-Nov-2024 19:54:44 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:54:44 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:54:44 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:54:44
19-Nov-2024 19:54:44
19-Nov-2024 19:54:44 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv'
19-Nov-2024 19:54:44 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv' successfully started
19-Nov-2024 19:54:44
19-Nov-2024 19:54:44 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/xsjb87k6j2dq9z5r
19-Nov-2024 19:54:44
19-Nov-2024 19:54:44 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/xsjb87k6j2dq9z5r --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/xsjb87k6j2dq9z5r
19-Nov-2024 19:54:44 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '10624614828382973946'...
19-Nov-2024 19:54:44 Getting configuration...
19-Nov-2024 19:54:44 Oneclient has been successfully mounted in '/tmp/onedata/mnt/xsjb87k6j2dq9z5r'.
19-Nov-2024 19:54:44
19-Nov-2024 19:54:44 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
19-Nov-2024 19:54:44 -- Executing step: 'When "user1 is idle for 2 seconds"'
19-Nov-2024 19:54:44 -- Executing step: 'When "user1 creates directories [space1/dir1/dir2] on client11"'
19-Nov-2024 19:54:44 -- Executing step: 'When "user1 is idle for 2 seconds"'
19-Nov-2024 19:54:44 -- Executing step: 'Then "user1 sees [dir2] in space1/dir1 on client11"'
19-Nov-2024 19:54:44 -- Executing step: 'Then "access time of user2's space1/dir1 is greater than modification time on client21"'
19-Nov-2024 19:54:44 -- Executing step: 'Then "access time of user2's space1/dir1 is greater than status-change time on client21"'
19-Nov-2024 19:54:44 =================================================================
19-Nov-2024 19:54:44
19-Nov-2024 19:54:45 PASSED
19-Nov-2024 19:54:45 Unmounting client from /tmp/onedata/mnt/zhai1wripc9wbbme
19-Nov-2024 19:54:45
19-Nov-2024 19:54:45
19-Nov-2024 19:54:45 Unmounting client from /tmp/onedata/mnt/xsjb87k6j2dq9z5r
19-Nov-2024 19:54:45
19-Nov-2024 19:54:45
19-Nov-2024 19:55:29 tests/oneclient/scenarios/test_multi_directory_stat.py::test_modification_time[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 19:55:29 =================================================================
19-Nov-2024 19:55:29 - Executing scenario 'Modification time'
19-Nov-2024 19:55:29 - from feature 'Multi_directory_stat'
19-Nov-2024 19:55:29 -----------------------------------------------------------------
19-Nov-2024 19:55:29 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:55:29 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:55:29 using [token, token] by [user1, user2]"'
19-Nov-2024 19:55:29 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:55:29 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:55:29 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:55:29
19-Nov-2024 19:55:29
19-Nov-2024 19:55:29 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh'
19-Nov-2024 19:55:29 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh' successfully started
19-Nov-2024 19:55:29
19-Nov-2024 19:55:29 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/e73moefh5wk4fddp
19-Nov-2024 19:55:29
19-Nov-2024 19:55:29 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/e73moefh5wk4fddp --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/e73moefh5wk4fddp
19-Nov-2024 19:55:29 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '17450936968065363661'...
19-Nov-2024 19:55:29 Getting configuration...
19-Nov-2024 19:55:29 Oneclient has been successfully mounted in '/tmp/onedata/mnt/e73moefh5wk4fddp'.
19-Nov-2024 19:55:29
19-Nov-2024 19:55:29 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:55:29 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:55:29 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:55:29
19-Nov-2024 19:55:29
19-Nov-2024 19:55:29 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv'
19-Nov-2024 19:55:29 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv' successfully started
19-Nov-2024 19:55:29
19-Nov-2024 19:55:29 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/9pv3bktwp9tyjgmk
19-Nov-2024 19:55:29
19-Nov-2024 19:55:29 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/9pv3bktwp9tyjgmk --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/9pv3bktwp9tyjgmk
19-Nov-2024 19:55:29 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '1882281544399240124'...
19-Nov-2024 19:55:29 Getting configuration...
19-Nov-2024 19:55:29 Oneclient has been successfully mounted in '/tmp/onedata/mnt/9pv3bktwp9tyjgmk'.
19-Nov-2024 19:55:29
19-Nov-2024 19:55:29 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
19-Nov-2024 19:55:29 -- Executing step: 'When "user1 is idle for 2 seconds"'
19-Nov-2024 19:55:29 -- Executing step: 'When "user1 creates directories [space1/dir1/dir2] on client11"'
19-Nov-2024 19:55:29 -- Executing step: 'Then "modification time of user2's space1/dir1 is greater than access time on client21"'
19-Nov-2024 19:55:29 -- Executing step: 'Then "modification time of user2's space1/dir1 is equal to status-change time on client21"'
19-Nov-2024 19:55:29 =================================================================
19-Nov-2024 19:55:29
19-Nov-2024 19:55:29 PASSED
19-Nov-2024 19:55:29 Unmounting client from /tmp/onedata/mnt/e73moefh5wk4fddp
19-Nov-2024 19:55:29
19-Nov-2024 19:55:29
19-Nov-2024 19:55:29 Unmounting client from /tmp/onedata/mnt/9pv3bktwp9tyjgmk
19-Nov-2024 19:55:29
19-Nov-2024 19:55:29
19-Nov-2024 19:56:14 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
19-Nov-2024 19:56:14 =================================================================
19-Nov-2024 19:56:14 - Executing scenario 'Status-change time when renaming'
19-Nov-2024 19:56:14 - from feature 'Multi_directory_stat'
19-Nov-2024 19:56:14 -----------------------------------------------------------------
19-Nov-2024 19:56:14 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:56:14 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:56:14 using [token, token] by [user1, user2]"'
19-Nov-2024 19:56:14 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:56:14 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:56:14 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:56:14
19-Nov-2024 19:56:14
19-Nov-2024 19:56:14 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh'
19-Nov-2024 19:56:14 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh' successfully started
19-Nov-2024 19:56:14
19-Nov-2024 19:56:14 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/o0oh39k0pnhikuq7
19-Nov-2024 19:56:14
19-Nov-2024 19:56:14 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/o0oh39k0pnhikuq7 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/o0oh39k0pnhikuq7
19-Nov-2024 19:56:14 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '6536920301362409557'...
19-Nov-2024 19:56:14 Getting configuration...
19-Nov-2024 19:56:14 Oneclient has been successfully mounted in '/tmp/onedata/mnt/o0oh39k0pnhikuq7'.
19-Nov-2024 19:56:14
19-Nov-2024 19:56:14 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:56:14 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:56:14 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:56:14
19-Nov-2024 19:56:14
19-Nov-2024 19:56:14 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv'
19-Nov-2024 19:56:14 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv' successfully started
19-Nov-2024 19:56:14
19-Nov-2024 19:56:14 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/fgoicizdraukmbzd
19-Nov-2024 19:56:14
19-Nov-2024 19:56:14 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/fgoicizdraukmbzd --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/fgoicizdraukmbzd
19-Nov-2024 19:56:14 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '8959563838350273171'...
19-Nov-2024 19:56:14 Getting configuration...
19-Nov-2024 19:56:14 Oneclient has been successfully mounted in '/tmp/onedata/mnt/fgoicizdraukmbzd'.
19-Nov-2024 19:56:14
19-Nov-2024 19:56:14 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
19-Nov-2024 19:56:14 -- Executing step: 'When "user1 is idle for 2 seconds"'
19-Nov-2024 19:56:14 -- Executing step: 'When "user1 renames space1/dir1 to space1/dir2 on client11"'
19-Nov-2024 19:56:14 -- Executing step: 'Then "status-change time of user2's space1/dir2 is greater to modification time on client21"'
19-Nov-2024 19:56:14 -- Executing step: 'Then "status-change time of user2's space1/dir2 is greater to access time on client21"'
19-Nov-2024 19:56:14 =================================================================
19-Nov-2024 19:56:14
19-Nov-2024 19:56:14 PASSED
19-Nov-2024 19:56:14 Unmounting client from /tmp/onedata/mnt/o0oh39k0pnhikuq7
19-Nov-2024 19:56:14
19-Nov-2024 19:56:14
19-Nov-2024 19:56:14 Unmounting client from /tmp/onedata/mnt/fgoicizdraukmbzd
19-Nov-2024 19:56:14
19-Nov-2024 19:56:14
19-Nov-2024 19:56:54 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
19-Nov-2024 19:56:54 =================================================================
19-Nov-2024 19:56:54 - Executing scenario 'Status-change time when changing mode'
19-Nov-2024 19:56:54 - from feature 'Multi_directory_stat'
19-Nov-2024 19:56:54 -----------------------------------------------------------------
19-Nov-2024 19:56:54 -- Executing step: 'Given "oneclients [client11, client21]
19-Nov-2024 19:56:54 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
19-Nov-2024 19:56:54 using [token, token] by [user1, user2]"'
19-Nov-2024 19:56:54 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:56:54 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:56:54 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-vsvfh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:56:54
19-Nov-2024 19:56:54
19-Nov-2024 19:56:54 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh'
19-Nov-2024 19:56:54 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-vsvfh' successfully started
19-Nov-2024 19:56:54
19-Nov-2024 19:56:54 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/io9gd7jdxb1gb86o
19-Nov-2024 19:56:54
19-Nov-2024 19:56:54 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/io9gd7jdxb1gb86o --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/io9gd7jdxb1gb86o
19-Nov-2024 19:56:54 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15244842347325219055'...
19-Nov-2024 19:56:54 Getting configuration...
19-Nov-2024 19:56:54 Oneclient has been successfully mounted in '/tmp/onedata/mnt/io9gd7jdxb1gb86o'.
19-Nov-2024 19:56:54
19-Nov-2024 19:56:54 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 19:56:54 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 19:56:54 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-fs8gv', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 19:56:54
19-Nov-2024 19:56:54
19-Nov-2024 19:56:54 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv'
19-Nov-2024 19:56:54 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-fs8gv' successfully started
19-Nov-2024 19:56:54
19-Nov-2024 19:56:54 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/5eugfiz3607tf21j
19-Nov-2024 19:56:54
19-Nov-2024 19:56:54 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/5eugfiz3607tf21j --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/5eugfiz3607tf21j
19-Nov-2024 19:56:54 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '16910258743150016397'...
19-Nov-2024 19:56:54 Getting configuration...
19-Nov-2024 19:56:54 Oneclient has been successfully mounted in '/tmp/onedata/mnt/5eugfiz3607tf21j'.
19-Nov-2024 19:56:54
19-Nov-2024 19:56:54 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
19-Nov-2024 19:56:54 -- Executing step: 'When "user1 is idle for 2 seconds"'
19-Nov-2024 19:56:54 -- Executing step: 'When "user1 changes space1/dir1 mode to 711 on client11"'
19-Nov-2024 19:56:54 -- Executing step: 'Then "status-change time of user2's space1/dir1 is greater than modification time on client21"'
19-Nov-2024 19:56:54 -- Executing step: 'Then "status-change time of user2's space1/dir1 is greater than access time on client21"'
19-Nov-2024 19:56:54 =================================================================
19-Nov-2024 19:56:54
19-Nov-2024 19:57:05 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
19-Nov-2024 19:57:05 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
19-Nov-2024 19:57:05 PASSED
19-Nov-2024 19:57:05 Unmounting client from /tmp/onedata/mnt/io9gd7jdxb1gb86o
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05 Unmounting client from /tmp/onedata/mnt/5eugfiz3607tf21j
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05 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.1732046214.2795606', '-c', '/tmp/logs']
19-Nov-2024 19:57:05 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-qxxq6. See /home/bamboo/.one-env/deployments/2024.11.19-19.46.45/pod-logs/dev-cross-support-job-3p-users-qxxq6/entrypoint.log for more details
19-Nov-2024 19:57:05 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-vsvfh: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.19-19.46.45/pod-logs/dev-oneclient-krakow-7d9476b8bc-vsvfh/oneclient_logs
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=80/97)
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:57:05          26,606   2%   25.37MB/s    0:00:00 (xfr#1, to-chk=79/97)
19-Nov-2024 19:57:05          26,606   2%   25.37MB/s    0:00:00 (xfr#1, to-chk=73/97)
19-Nov-2024 19:57:05          27,260   2%   26.00MB/s    0:00:00 (xfr#2, to-chk=75/97)
19-Nov-2024 19:57:05         112,518   9%   53.65MB/s    0:00:00 (xfr#3, to-chk=74/97)
19-Nov-2024 19:57:05         113,172   9%   53.96MB/s    0:00:00 (xfr#4, to-chk=73/97)
19-Nov-2024 19:57:05         133,263  11%   14.12MB/s    0:00:00 (xfr#5, to-chk=72/97)
19-Nov-2024 19:57:05         133,821  11%   12.76MB/s    0:00:00 (xfr#6, to-chk=68/97)
19-Nov-2024 19:57:05         198,233  17%   17.19MB/s    0:00:00 (xfr#7, to-chk=67/97)
19-Nov-2024 19:57:05         198,791  17%   17.23MB/s    0:00:00 (xfr#8, to-chk=66/97)
19-Nov-2024 19:57:05         218,010  18%   18.90MB/s    0:00:00 (xfr#9, to-chk=65/97)
19-Nov-2024 19:57:05         218,472  18%   18.94MB/s    0:00:00 (xfr#10, to-chk=61/97)
19-Nov-2024 19:57:05         281,935  24%   22.41MB/s    0:00:00 (xfr#11, to-chk=60/97)
19-Nov-2024 19:57:05         282,397  24%   22.44MB/s    0:00:00 (xfr#12, to-chk=59/97)
19-Nov-2024 19:57:05         309,855  26%   22.73MB/s    0:00:00 (xfr#13, to-chk=58/97)
19-Nov-2024 19:57:05         310,413  26%   22.77MB/s    0:00:00 (xfr#14, to-chk=54/97)
19-Nov-2024 19:57:05         402,408  34%   27.41MB/s    0:00:00 (xfr#15, to-chk=53/97)
19-Nov-2024 19:57:05         402,966  34%   27.45MB/s    0:00:00 (xfr#16, to-chk=52/97)
19-Nov-2024 19:57:05         403,594  34%   27.49MB/s    0:00:00 (xfr#17, to-chk=51/97)
19-Nov-2024 19:57:05         425,820  36%   29.01MB/s    0:00:00 (xfr#18, to-chk=50/97)
19-Nov-2024 19:57:05         426,186  36%   29.03MB/s    0:00:00 (xfr#19, to-chk=46/97)
19-Nov-2024 19:57:05         496,990  42%   31.60MB/s    0:00:00 (xfr#20, to-chk=45/97)
19-Nov-2024 19:57:05         497,356  42%   31.62MB/s    0:00:00 (xfr#21, to-chk=44/97)
19-Nov-2024 19:57:05         525,057  45%   33.38MB/s    0:00:00 (xfr#22, to-chk=43/97)
19-Nov-2024 19:57:05         525,327  45%   33.40MB/s    0:00:00 (xfr#23, to-chk=39/97)
19-Nov-2024 19:57:05         616,743  53%   36.76MB/s    0:00:00 (xfr#24, to-chk=38/97)
19-Nov-2024 19:57:05         617,013  53%   36.78MB/s    0:00:00 (xfr#25, to-chk=37/97)
19-Nov-2024 19:57:05         641,356  55%   35.98MB/s    0:00:00 (xfr#26, to-chk=36/97)
19-Nov-2024 19:57:05         642,010  55%   36.02MB/s    0:00:00 (xfr#27, to-chk=32/97)
19-Nov-2024 19:57:05         727,611  62%   34.70MB/s    0:00:00 (xfr#28, to-chk=31/97)
19-Nov-2024 19:57:05         728,265  62%   34.73MB/s    0:00:00 (xfr#29, to-chk=30/97)
19-Nov-2024 19:57:05         752,521  65%   35.88MB/s    0:00:00 (xfr#30, to-chk=29/97)
19-Nov-2024 19:57:05         752,983  65%   34.20MB/s    0:00:00 (xfr#31, to-chk=25/97)
19-Nov-2024 19:57:05         833,398  72%   36.13MB/s    0:00:00 (xfr#32, to-chk=24/97)
19-Nov-2024 19:57:05         833,860  72%   36.15MB/s    0:00:00 (xfr#33, to-chk=23/97)
19-Nov-2024 19:57:05         856,038  73%   35.49MB/s    0:00:00 (xfr#34, to-chk=22/97)
19-Nov-2024 19:57:05         856,500  74%   35.51MB/s    0:00:00 (xfr#35, to-chk=18/97)
19-Nov-2024 19:57:05         860,640  74%   35.69MB/s    0:00:00 (xfr#36, to-chk=17/97)
19-Nov-2024 19:57:05         932,432  80%   38.66MB/s    0:00:00 (xfr#37, to-chk=16/97)
19-Nov-2024 19:57:05         932,894  80%   38.68MB/s    0:00:00 (xfr#38, to-chk=15/97)
19-Nov-2024 19:57:05         953,059  82%   37.87MB/s    0:00:00 (xfr#39, to-chk=14/97)
19-Nov-2024 19:57:05         953,617  82%   37.89MB/s    0:00:00 (xfr#40, to-chk=10/97)
19-Nov-2024 19:57:05       1,020,343  88%   37.43MB/s    0:00:00 (xfr#41, to-chk=9/97)
19-Nov-2024 19:57:05       1,020,901  88%   37.45MB/s    0:00:00 (xfr#42, to-chk=8/97)
19-Nov-2024 19:57:05       1,047,339  90%   29.38MB/s    0:00:00 (xfr#43, to-chk=7/97)
19-Nov-2024 19:57:05       1,047,897  90%   28.55MB/s    0:00:00 (xfr#44, to-chk=3/97)
19-Nov-2024 19:57:05       1,139,326  98%   31.04MB/s    0:00:00 (xfr#45, to-chk=2/97)
19-Nov-2024 19:57:05       1,139,884  98%   31.06MB/s    0:00:00 (xfr#46, to-chk=1/97)
19-Nov-2024 19:57:05       1,155,052  99%   31.47MB/s    0:00:00 (xfr#47, to-chk=0/97)
19-Nov-2024 19:57:05       1,155,052  99%   31.47MB/s    0:00:00 (xfr#47, to-chk=0/97)
19-Nov-2024 19:57:05       1,155,052  99%   31.47MB/s    0:00:00 (xfr#47, to-chk=0/97)
19-Nov-2024 19:57:05       1,155,052  99%   31.47MB/s    0:00:00 (xfr#47, to-chk=0/97)
19-Nov-2024 19:57:05       1,155,052  99%   31.47MB/s    0:00:00 (xfr#47, to-chk=0/97)
19-Nov-2024 19:57:05       1,155,052  99%   31.47MB/s    0:00:00 (xfr#47, to-chk=0/97)
19-Nov-2024 19:57:05       1,155,052  99%   31.47MB/s    0:00:00 (xfr#47, to-chk=0/97)
19-Nov-2024 19:57:05       1,155,052  99%   31.47MB/s    0:00:00 (xfr#47, to-chk=0/97)
19-Nov-2024 19:57:05       1,155,052  99%   31.47MB/s    0:00:00 (xfr#47, to-chk=0/97)
19-Nov-2024 19:57:05       1,155,052  99%   31.47MB/s    0:00:00 (xfr#47, to-chk=0/97)
19-Nov-2024 19:57:05       1,155,052  99%   29.77MB/s    0:00:00 (xfr#47, to-chk=0/97)
19-Nov-2024 19:57:05       1,155,052  99%   29.77MB/s    0:00:00 (xfr#47, to-chk=0/97)
19-Nov-2024 19:57:05       1,155,052  99%   29.77MB/s    0:00:00 (xfr#47, to-chk=0/97)
19-Nov-2024 19:57:05 [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-fs8gv: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.19-19.46.45/pod-logs/dev-oneclient-paris-5cc45c8cb7-fs8gv/oneclient_logs
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=82/99)
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:57:05          13,957   0%   13.31MB/s    0:00:00 (xfr#1, to-chk=81/99)
19-Nov-2024 19:57:05          13,957   0%   13.31MB/s    0:00:00 (xfr#1, to-chk=75/99)
19-Nov-2024 19:57:05          14,323   0%   13.66MB/s    0:00:00 (xfr#2, to-chk=77/99)
19-Nov-2024 19:57:05          62,018   4%   59.14MB/s    0:00:00 (xfr#3, to-chk=76/99)
19-Nov-2024 19:57:05          62,384   4%   59.49MB/s    0:00:00 (xfr#4, to-chk=75/99)
19-Nov-2024 19:57:05          85,661   5%   81.69MB/s    0:00:00 (xfr#5, to-chk=74/99)
19-Nov-2024 19:57:05          86,219   5%   82.22MB/s    0:00:00 (xfr#6, to-chk=70/99)
19-Nov-2024 19:57:05         188,471  13%   89.87MB/s    0:00:00 (xfr#7, to-chk=69/99)
19-Nov-2024 19:57:05         189,029  13%   90.14MB/s    0:00:00 (xfr#8, to-chk=68/99)
19-Nov-2024 19:57:05         210,038  14%   66.77MB/s    0:00:00 (xfr#9, to-chk=67/99)
19-Nov-2024 19:57:05         210,404  14%   66.89MB/s    0:00:00 (xfr#10, to-chk=63/99)
19-Nov-2024 19:57:05         302,461  21%   24.04MB/s    0:00:00 (xfr#11, to-chk=62/99)
19-Nov-2024 19:57:05         302,827  21%   24.07MB/s    0:00:00 (xfr#12, to-chk=61/99)
19-Nov-2024 19:57:05         303,455  21%   24.12MB/s    0:00:00 (xfr#13, to-chk=60/99)
19-Nov-2024 19:57:05         329,580  22%   24.18MB/s    0:00:00 (xfr#14, to-chk=59/99)
19-Nov-2024 19:57:05         330,330  22%   24.23MB/s    0:00:00 (xfr#15, to-chk=55/99)
19-Nov-2024 19:57:05         458,077  31%   33.60MB/s    0:00:00 (xfr#16, to-chk=54/99)
19-Nov-2024 19:57:05         458,827  31%   33.66MB/s    0:00:00 (xfr#17, to-chk=53/99)
19-Nov-2024 19:57:05         498,314  34%   33.94MB/s    0:00:00 (xfr#18, to-chk=52/99)
19-Nov-2024 19:57:05         498,872  34%   33.98MB/s    0:00:00 (xfr#19, to-chk=48/99)
19-Nov-2024 19:57:05         688,143  47%   43.75MB/s    0:00:00 (xfr#20, to-chk=47/99)
19-Nov-2024 19:57:05         688,701  47%   43.79MB/s    0:00:00 (xfr#21, to-chk=46/99)
19-Nov-2024 19:57:05         689,329  47%   43.83MB/s    0:00:00 (xfr#22, to-chk=45/99)
19-Nov-2024 19:57:05         714,235  49%   45.41MB/s    0:00:00 (xfr#23, to-chk=44/99)
19-Nov-2024 19:57:05         714,697  49%   45.44MB/s    0:00:00 (xfr#24, to-chk=40/99)
19-Nov-2024 19:57:05         834,764  58%   49.76MB/s    0:00:00 (xfr#25, to-chk=39/99)
19-Nov-2024 19:57:05         835,226  58%   49.78MB/s    0:00:00 (xfr#26, to-chk=38/99)
19-Nov-2024 19:57:05         835,854  58%   49.82MB/s    0:00:00 (xfr#27, to-chk=37/99)
19-Nov-2024 19:57:05         858,952  59%   51.20MB/s    0:00:00 (xfr#28, to-chk=36/99)
19-Nov-2024 19:57:05         859,606  59%   48.22MB/s    0:00:00 (xfr#29, to-chk=32/99)
19-Nov-2024 19:57:05         944,670  65%   45.05MB/s    0:00:00 (xfr#30, to-chk=31/99)
19-Nov-2024 19:57:05         945,324  65%   42.93MB/s    0:00:00 (xfr#31, to-chk=30/99)
19-Nov-2024 19:57:05         945,952  65%   42.96MB/s    0:00:00 (xfr#32, to-chk=29/99)
19-Nov-2024 19:57:05         966,373  67%   43.89MB/s    0:00:00 (xfr#33, to-chk=28/99)
19-Nov-2024 19:57:05         966,835  67%   43.91MB/s    0:00:00 (xfr#34, to-chk=24/99)
19-Nov-2024 19:57:05       1,045,977  72%   45.34MB/s    0:00:00 (xfr#35, to-chk=23/99)
19-Nov-2024 19:57:05       1,046,439  72%   45.36MB/s    0:00:00 (xfr#36, to-chk=22/99)
19-Nov-2024 19:57:05       1,067,819  74%   46.29MB/s    0:00:00 (xfr#37, to-chk=21/99)
19-Nov-2024 19:57:05       1,068,473  74%   44.30MB/s    0:00:00 (xfr#38, to-chk=17/99)
19-Nov-2024 19:57:05       1,142,713  79%   25.34MB/s    0:00:00 (xfr#39, to-chk=16/99)
19-Nov-2024 19:57:05       1,143,367  79%   25.36MB/s    0:00:00 (xfr#40, to-chk=15/99)
19-Nov-2024 19:57:05       1,167,597  81%   25.31MB/s    0:00:00 (xfr#41, to-chk=14/99)
19-Nov-2024 19:57:05       1,167,963  81%   25.31MB/s    0:00:00 (xfr#42, to-chk=10/99)
19-Nov-2024 19:57:05       1,258,994  87%   27.29MB/s    0:00:00 (xfr#43, to-chk=9/99)
19-Nov-2024 19:57:05       1,259,360  87%   27.30MB/s    0:00:00 (xfr#44, to-chk=8/99)
19-Nov-2024 19:57:05       1,284,991  89%   27.23MB/s    0:00:00 (xfr#45, to-chk=7/99)
19-Nov-2024 19:57:05       1,285,261  89%   27.24MB/s    0:00:00 (xfr#46, to-chk=3/99)
19-Nov-2024 19:57:05       1,384,736  96%   28.71MB/s    0:00:00 (xfr#47, to-chk=2/99)
19-Nov-2024 19:57:05       1,385,006  96%   28.10MB/s    0:00:00 (xfr#48, to-chk=1/99)
19-Nov-2024 19:57:05       1,436,587  99%   29.15MB/s    0:00:00 (xfr#49, to-chk=0/99)
19-Nov-2024 19:57:05       1,436,587  99%   29.15MB/s    0:00:00 (xfr#49, to-chk=0/99)
19-Nov-2024 19:57:05       1,436,587  99%   29.15MB/s    0:00:00 (xfr#49, to-chk=0/99)
19-Nov-2024 19:57:05       1,436,587  99%   29.15MB/s    0:00:00 (xfr#49, to-chk=0/99)
19-Nov-2024 19:57:05       1,436,587  99%   29.15MB/s    0:00:00 (xfr#49, to-chk=0/99)
19-Nov-2024 19:57:05       1,436,587  99%   29.15MB/s    0:00:00 (xfr#49, to-chk=0/99)
19-Nov-2024 19:57:05       1,436,587  99%   29.15MB/s    0:00:00 (xfr#49, to-chk=0/99)
19-Nov-2024 19:57:05       1,436,587  99%   29.15MB/s    0:00:00 (xfr#49, to-chk=0/99)
19-Nov-2024 19:57:05       1,436,587  99%   29.15MB/s    0:00:00 (xfr#49, to-chk=0/99)
19-Nov-2024 19:57:05       1,436,587  99%   29.15MB/s    0:00:00 (xfr#49, to-chk=0/99)
19-Nov-2024 19:57:05       1,436,587  99%   29.15MB/s    0:00:00 (xfr#49, to-chk=0/99)
19-Nov-2024 19:57:05       1,436,587  99%   24.91MB/s    0:00:00 (xfr#49, to-chk=0/99)
19-Nov-2024 19:57:05       1,436,587  99%   24.91MB/s    0:00:00 (xfr#49, to-chk=0/99)
19-Nov-2024 19:57:05 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.19-19.46.45/pod-logs/dev-oneprovider-krakow-0/cluster-manager
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:57:05           2,022  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 19:57:05           4,776  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 19:57:05           4,776  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 19:57:05           6,595  48%    6.29MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 19:57:05           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 19:57:05           6,857  50%    2.18MB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 19:57:05 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.19-19.46.45/pod-logs/dev-oneprovider-krakow-0/op-worker
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=69/72)
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:57:05          23,216   7%   22.14MB/s    0:00:00 (xfr#2, to-chk=67/72)
19-Nov-2024 19:57:05          43,543  13%   41.53MB/s    0:00:00 (xfr#3, to-chk=65/72)
19-Nov-2024 19:57:05          43,543  13%   41.53MB/s    0:00:00 (xfr#4, to-chk=63/72)
19-Nov-2024 19:57:05          43,543  13%   41.53MB/s    0:00:00 (xfr#5, to-chk=61/72)
19-Nov-2024 19:57:05          62,709  19%   29.90MB/s    0:00:00 (xfr#6, to-chk=59/72)
19-Nov-2024 19:57:05          62,859  19%   29.97MB/s    0:00:00 (xfr#7, to-chk=57/72)
19-Nov-2024 19:57:05          63,156  19%   30.12MB/s    0:00:00 (xfr#8, to-chk=55/72)
19-Nov-2024 19:57:05         128,272  38%   40.78MB/s    0:00:00 (xfr#9, to-chk=53/72)
19-Nov-2024 19:57:05         128,435  38%   40.83MB/s    0:00:00 (xfr#10, to-chk=43/72)
19-Nov-2024 19:57:05         128,751  39%   40.93MB/s    0:00:00 (xfr#11, to-chk=42/72)
19-Nov-2024 19:57:05         129,067  39%   41.03MB/s    0:00:00 (xfr#12, to-chk=41/72)
19-Nov-2024 19:57:05         129,792  39%   30.94MB/s    0:00:00 (xfr#13, to-chk=40/72)
19-Nov-2024 19:57:05         130,897  39%   31.21MB/s    0:00:00 (xfr#14, to-chk=39/72)
19-Nov-2024 19:57:05         131,366  39%   31.32MB/s    0:00:00 (xfr#15, to-chk=38/72)
19-Nov-2024 19:57:05         131,835  40%   31.43MB/s    0:00:00 (xfr#16, to-chk=37/72)
19-Nov-2024 19:57:05         131,998  40%   31.47MB/s    0:00:00 (xfr#17, to-chk=36/72)
19-Nov-2024 19:57:05         132,866  40%   31.68MB/s    0:00:00 (xfr#18, to-chk=35/72)
19-Nov-2024 19:57:05         133,338  40%   31.79MB/s    0:00:00 (xfr#19, to-chk=34/72)
19-Nov-2024 19:57:05         134,284  40%   32.02MB/s    0:00:00 (xfr#20, to-chk=33/72)
19-Nov-2024 19:57:05         134,756  40%   25.70MB/s    0:00:00 (xfr#21, to-chk=32/72)
19-Nov-2024 19:57:05         134,916  40%   25.73MB/s    0:00:00 (xfr#22, to-chk=31/72)
19-Nov-2024 19:57:05         135,614  41%   25.87MB/s    0:00:00 (xfr#23, to-chk=30/72)
19-Nov-2024 19:57:05         136,239  41%   25.99MB/s    0:00:00 (xfr#24, to-chk=29/72)
19-Nov-2024 19:57:05         136,711  41%   26.08MB/s    0:00:00 (xfr#25, to-chk=28/72)
19-Nov-2024 19:57:05         137,339  41%   26.20MB/s    0:00:00 (xfr#26, to-chk=27/72)
19-Nov-2024 19:57:05         137,655  41%   26.26MB/s    0:00:00 (xfr#27, to-chk=26/72)
19-Nov-2024 19:57:05         137,974  41%   26.32MB/s    0:00:00 (xfr#28, to-chk=25/72)
19-Nov-2024 19:57:05         138,996  42%   26.51MB/s    0:00:00 (xfr#29, to-chk=24/72)
19-Nov-2024 19:57:05         139,538  42%   26.61MB/s    0:00:00 (xfr#30, to-chk=23/72)
19-Nov-2024 19:57:05         139,854  42%   26.68MB/s    0:00:00 (xfr#31, to-chk=22/72)
19-Nov-2024 19:57:05         142,909  43%   22.71MB/s    0:00:00 (xfr#32, to-chk=21/72)
19-Nov-2024 19:57:05         147,161  44%   23.39MB/s    0:00:00 (xfr#33, to-chk=20/72)
19-Nov-2024 19:57:05         148,677  45%   23.63MB/s    0:00:00 (xfr#34, to-chk=19/72)
19-Nov-2024 19:57:05         150,555  45%   23.93MB/s    0:00:00 (xfr#35, to-chk=18/72)
19-Nov-2024 19:57:05         154,314  46%   24.53MB/s    0:00:00 (xfr#36, to-chk=17/72)
19-Nov-2024 19:57:05         154,804  46%   24.61MB/s    0:00:00 (xfr#37, to-chk=16/72)
19-Nov-2024 19:57:05         157,425  47%   25.02MB/s    0:00:00 (xfr#38, to-chk=15/72)
19-Nov-2024 19:57:05         159,744  48%   25.39MB/s    0:00:00 (xfr#39, to-chk=14/72)
19-Nov-2024 19:57:05         160,653  48%   25.54MB/s    0:00:00 (xfr#40, to-chk=13/72)
19-Nov-2024 19:57:05         164,506  49%   22.41MB/s    0:00:00 (xfr#41, to-chk=12/72)
19-Nov-2024 19:57:05         169,690  51%   23.12MB/s    0:00:00 (xfr#42, to-chk=11/72)
19-Nov-2024 19:57:05         171,967  52%   23.43MB/s    0:00:00 (xfr#43, to-chk=10/72)
19-Nov-2024 19:57:05         174,623  53%   23.79MB/s    0:00:00 (xfr#44, to-chk=9/72)
19-Nov-2024 19:57:05         175,019  53%   20.86MB/s    0:00:00 (xfr#45, to-chk=8/72)
19-Nov-2024 19:57:05         177,980  54%   21.22MB/s    0:00:00 (xfr#46, to-chk=7/72)
19-Nov-2024 19:57:05         178,931  54%   21.33MB/s    0:00:00 (xfr#47, to-chk=6/72)
19-Nov-2024 19:57:05         183,602  55%   19.46MB/s    0:00:00 (xfr#48, to-chk=5/72)
19-Nov-2024 19:57:05         188,880  57%   20.01MB/s    0:00:00 (xfr#49, to-chk=4/72)
19-Nov-2024 19:57:05         190,795  57%   20.22MB/s    0:00:00 (xfr#50, to-chk=3/72)
19-Nov-2024 19:57:05         192,217  58%   20.37MB/s    0:00:00 (xfr#51, to-chk=2/72)
19-Nov-2024 19:57:05         196,432  59%   18.73MB/s    0:00:00 (xfr#52, to-chk=1/72)
19-Nov-2024 19:57:05         201,197  61%   19.19MB/s    0:00:00 (xfr#53, to-chk=0/72)
19-Nov-2024 19:57:05         201,197  61%   19.19MB/s    0:00:00 (xfr#53, to-chk=0/72)
19-Nov-2024 19:57:05         201,197  61%   19.19MB/s    0:00:00 (xfr#53, to-chk=0/72)
19-Nov-2024 19:57:05         201,197  61%   15.99MB/s    0:00:00 (xfr#53, to-chk=0/72)
19-Nov-2024 19:57:05         201,197  61%   15.99MB/s    0:00:00 (xfr#53, to-chk=0/72)
19-Nov-2024 19:57:05         201,197  61%   15.99MB/s    0:00:00 (xfr#53, to-chk=0/72)
19-Nov-2024 19:57:05 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.19-19.46.45/pod-logs/dev-oneprovider-krakow-0/op-panel
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:57:05          17,300  16%   16.50MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 19:57:05          35,527  33%   33.88MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 19:57:05          35,527  33%   33.88MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 19:57:05          52,624  49%   50.19MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 19:57:05          52,915  50%   25.23MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 19:57:05          52,915  50%   12.62MB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 19:57:05 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.19-19.46.45/pod-logs/dev-oneprovider-paris-0/cluster-manager
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:57:05           2,018  14%    1.92MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 19:57:05           4,766  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 19:57:05           4,766  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 19:57:05           6,581  48%    6.28MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 19:57:05           6,843  50%    6.53MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 19:57:05           6,843  50%    3.26MB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 19:57:05 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.19-19.46.45/pod-logs/dev-oneprovider-paris-0/op-worker
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=69/72)
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:57:05          25,184   7%   24.02MB/s    0:00:00 (xfr#2, to-chk=67/72)
19-Nov-2024 19:57:05          47,512  13%   45.31MB/s    0:00:00 (xfr#3, to-chk=65/72)
19-Nov-2024 19:57:05          47,512  13%   45.31MB/s    0:00:00 (xfr#4, to-chk=63/72)
19-Nov-2024 19:57:05          47,512  13%   45.31MB/s    0:00:00 (xfr#5, to-chk=61/72)
19-Nov-2024 19:57:05          68,646  20%   65.47MB/s    0:00:00 (xfr#6, to-chk=59/72)
19-Nov-2024 19:57:05          68,796  20%   65.61MB/s    0:00:00 (xfr#7, to-chk=57/72)
19-Nov-2024 19:57:05          69,093  20%   65.89MB/s    0:00:00 (xfr#8, to-chk=55/72)
19-Nov-2024 19:57:05         134,694  39%   21.41MB/s    0:00:00 (xfr#9, to-chk=53/72)
19-Nov-2024 19:57:05         134,976  39%   21.45MB/s    0:00:00 (xfr#10, to-chk=43/72)
19-Nov-2024 19:57:05         135,258  39%   21.50MB/s    0:00:00 (xfr#11, to-chk=42/72)
19-Nov-2024 19:57:05         135,540  39%   21.54MB/s    0:00:00 (xfr#12, to-chk=41/72)
19-Nov-2024 19:57:05         136,519  39%   21.70MB/s    0:00:00 (xfr#13, to-chk=40/72)
19-Nov-2024 19:57:05         137,630  40%   21.88MB/s    0:00:00 (xfr#14, to-chk=39/72)
19-Nov-2024 19:57:05         138,068  40%   21.95MB/s    0:00:00 (xfr#15, to-chk=38/72)
19-Nov-2024 19:57:05         138,719  40%   22.05MB/s    0:00:00 (xfr#16, to-chk=37/72)
19-Nov-2024 19:57:05         139,004  40%   22.09MB/s    0:00:00 (xfr#17, to-chk=36/72)
19-Nov-2024 19:57:05         139,965  40%   22.25MB/s    0:00:00 (xfr#18, to-chk=35/72)
19-Nov-2024 19:57:05         140,245  40%   22.29MB/s    0:00:00 (xfr#19, to-chk=34/72)
19-Nov-2024 19:57:05         141,203  41%   19.24MB/s    0:00:00 (xfr#20, to-chk=33/72)
19-Nov-2024 19:57:05         142,026  41%   19.35MB/s    0:00:00 (xfr#21, to-chk=32/72)
19-Nov-2024 19:57:05         142,147  41%   19.37MB/s    0:00:00 (xfr#22, to-chk=31/72)
19-Nov-2024 19:57:05         143,261  41%   19.52MB/s    0:00:00 (xfr#23, to-chk=30/72)
19-Nov-2024 19:57:05         143,895  41%   19.60MB/s    0:00:00 (xfr#24, to-chk=29/72)
19-Nov-2024 19:57:05         144,332  42%   19.66MB/s    0:00:00 (xfr#25, to-chk=28/72)
19-Nov-2024 19:57:05         145,204  42%   19.78MB/s    0:00:00 (xfr#26, to-chk=27/72)
19-Nov-2024 19:57:05         145,486  42%   19.82MB/s    0:00:00 (xfr#27, to-chk=26/72)
19-Nov-2024 19:57:05         145,768  42%   19.86MB/s    0:00:00 (xfr#28, to-chk=25/72)
19-Nov-2024 19:57:05         146,900  42%   20.01MB/s    0:00:00 (xfr#29, to-chk=24/72)
19-Nov-2024 19:57:05         147,858  43%   20.14MB/s    0:00:00 (xfr#30, to-chk=23/72)
19-Nov-2024 19:57:05         148,136  43%   17.66MB/s    0:00:00 (xfr#31, to-chk=22/72)
19-Nov-2024 19:57:05         151,042  44%   18.01MB/s    0:00:00 (xfr#32, to-chk=21/72)
19-Nov-2024 19:57:05         155,194  45%   18.50MB/s    0:00:00 (xfr#33, to-chk=20/72)
19-Nov-2024 19:57:05         156,553  45%   18.66MB/s    0:00:00 (xfr#34, to-chk=19/72)
19-Nov-2024 19:57:05         158,433  46%   18.89MB/s    0:00:00 (xfr#35, to-chk=18/72)
19-Nov-2024 19:57:05         162,192  47%   19.33MB/s    0:00:00 (xfr#36, to-chk=17/72)
19-Nov-2024 19:57:05         162,525  47%   19.37MB/s    0:00:00 (xfr#37, to-chk=16/72)
19-Nov-2024 19:57:05         165,144  48%   19.69MB/s    0:00:00 (xfr#38, to-chk=15/72)
19-Nov-2024 19:57:05         167,366  48%   19.95MB/s    0:00:00 (xfr#39, to-chk=14/72)
19-Nov-2024 19:57:05         168,277  49%   20.06MB/s    0:00:00 (xfr#40, to-chk=13/72)
19-Nov-2024 19:57:05         172,030  50%   18.23MB/s    0:00:00 (xfr#41, to-chk=12/72)
19-Nov-2024 19:57:05         177,214  51%   18.78MB/s    0:00:00 (xfr#42, to-chk=11/72)
19-Nov-2024 19:57:05         179,491  52%   19.02MB/s    0:00:00 (xfr#43, to-chk=10/72)
19-Nov-2024 19:57:05         182,049  53%   19.29MB/s    0:00:00 (xfr#44, to-chk=9/72)
19-Nov-2024 19:57:05         182,445  53%   19.33MB/s    0:00:00 (xfr#45, to-chk=8/72)
19-Nov-2024 19:57:05         185,406  54%   19.65MB/s    0:00:00 (xfr#46, to-chk=7/72)
19-Nov-2024 19:57:05         186,252  54%   19.74MB/s    0:00:00 (xfr#47, to-chk=6/72)
19-Nov-2024 19:57:05         190,923  55%   20.23MB/s    0:00:00 (xfr#48, to-chk=5/72)
19-Nov-2024 19:57:05         196,042  57%   20.77MB/s    0:00:00 (xfr#49, to-chk=4/72)
19-Nov-2024 19:57:05         197,855  57%   18.87MB/s    0:00:00 (xfr#50, to-chk=3/72)
19-Nov-2024 19:57:05         199,277  58%   19.00MB/s    0:00:00 (xfr#51, to-chk=2/72)
19-Nov-2024 19:57:05         203,492  59%   19.41MB/s    0:00:00 (xfr#52, to-chk=1/72)
19-Nov-2024 19:57:05         208,100  60%   19.85MB/s    0:00:00 (xfr#53, to-chk=0/72)
19-Nov-2024 19:57:05         208,100  60%   19.85MB/s    0:00:00 (xfr#53, to-chk=0/72)
19-Nov-2024 19:57:05         208,100  60%   19.85MB/s    0:00:00 (xfr#53, to-chk=0/72)
19-Nov-2024 19:57:05         208,100  60%   18.04MB/s    0:00:00 (xfr#53, to-chk=0/72)
19-Nov-2024 19:57:05         208,100  60%   16.54MB/s    0:00:00 (xfr#53, to-chk=0/72)
19-Nov-2024 19:57:05         208,100  60%   16.54MB/s    0:00:00 (xfr#53, to-chk=0/72)
19-Nov-2024 19:57:05 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.19-19.46.45/pod-logs/dev-oneprovider-paris-0/op-panel
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:57:05          17,165  16%   16.37MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 19:57:05          35,253  33%   33.62MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 19:57:05          35,253  33%   33.62MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 19:57:05          52,215  49%   49.80MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 19:57:05          52,506  50%   50.07MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 19:57:05          52,506  50%   25.04MB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 19:57:05 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.19-19.46.45/pod-logs/dev-onezone-0/cluster-manager
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:57:05           1,978  14%    1.89MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 19:57:05           4,666  34%    4.45MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 19:57:05           4,666  34%    4.45MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 19:57:05           6,441  48%    6.14MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 19:57:05           6,703  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 19:57:05           6,703  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 19:57:05 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.19-19.46.45/pod-logs/dev-onezone-0/oz-panel
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:57:05          26,131  13%   24.92MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 19:57:05          53,335  27%   50.86MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 19:57:05          72,325  36%   68.97MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 19:57:05          98,253  49%   93.70MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 19:57:05          98,544  50%   93.98MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 19:57:05          98,544  50%   31.33MB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 19:57:05 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.19-19.46.45/pod-logs/dev-onezone-0/oz-worker
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=15/18)
19-Nov-2024 19:57:05               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 19:57:05          14,595   6%   13.92MB/s    0:00:00 (xfr#2, to-chk=13/18)
19-Nov-2024 19:57:05          29,807  13%   28.43MB/s    0:00:00 (xfr#3, to-chk=11/18)
19-Nov-2024 19:57:05          29,807  13%   28.43MB/s    0:00:00 (xfr#4, to-chk=9/18)
19-Nov-2024 19:57:05          43,922  19%   41.89MB/s    0:00:00 (xfr#5, to-chk=7/18)
19-Nov-2024 19:57:05          44,013  19%   41.97MB/s    0:00:00 (xfr#6, to-chk=5/18)
19-Nov-2024 19:57:05          44,310  19%   42.26MB/s    0:00:00 (xfr#7, to-chk=3/18)
19-Nov-2024 19:57:05         111,477  50%   53.16MB/s    0:00:00 (xfr#8, to-chk=1/18)
19-Nov-2024 19:57:05         111,477  50%   21.26MB/s    0:00:00 (xfr#8, to-chk=0/18)
19-Nov-2024 19:57:05 [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.1732046214.2795606 exists, exporting anyway.
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05 =============================== warnings summary ===============================
19-Nov-2024 19:57:05 tests/utils/rest_utils.py:98
19-Nov-2024 19:57:05   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ '
19-Nov-2024 19:57:05     print("""
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05 tests/utils/path_utils.py:112
19-Nov-2024 19:57:05   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
19-Nov-2024 19:57:05     return path.replace("'", "\\'").replace(' ', '\ ')
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05 tests/utils/acceptance_utils.py:55
19-Nov-2024 19:57:05   /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'
19-Nov-2024 19:57:05     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05 tests/utils/acceptance_utils.py:57
19-Nov-2024 19:57:05   /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'
19-Nov-2024 19:57:05     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
19-Nov-2024 19:57:05
19-Nov-2024 19:57:05 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
19-Nov-2024 19:57:05 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD/onedata-acceptance/test-reports/results.xml -
19-Nov-2024 19:57:05 ================== 11 passed, 4 warnings in 622.92s (0:10:22) ==================
19-Nov-2024 19:57:10 release "dev" uninstalled
19-Nov-2024 19:57:10 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
19-Nov-2024 19:57:10 persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted
19-Nov-2024 19:57:13 No resources found
19-Nov-2024 19:57:14 Sidecar injection has been disabled
19-Nov-2024 19:57:14 Cleaning helm release "dev"...
19-Nov-2024 19:57:14 Deleted 1 helm deployments
19-Nov-2024 19:57:14 Deleted 0 k8s deployments
19-Nov-2024 19:57:14 Deleted 0 k8s services
19-Nov-2024 19:57:14 Deleted 0 persistent volumes
19-Nov-2024 19:57:14 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
19-Nov-2024 19:57:14 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
19-Nov-2024 19:57:14 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
19-Nov-2024 19:57:14 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
19-Nov-2024 19:57:14 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
19-Nov-2024 19:57:14 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
19-Nov-2024 19:57:14 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
19-Nov-2024 19:57:14 Finished task 'Run acceptance oneclient tests' with result: Success
19-Nov-2024 19:57:14 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
19-Nov-2024 19:57:14 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD...
19-Nov-2024 19:57:14 Finished task 'Parse test results' with result: Success
19-Nov-2024 19:57:14 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
19-Nov-2024 19:57:14
Substituting variable: ${bamboo.artifactRepoHostname} with S3
19-Nov-2024 19:57:14
Substituting variable: ${bamboo.artifactRepoPort} with 10161
19-Nov-2024 19:57:14
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
19-Nov-2024 19:57:14
Substituting variable: ${bamboo.planRepository.branchName} with develop
19-Nov-2024 19:57:14
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
19-Nov-2024 19:57:14
Substituting variable: ${bamboo.artifactRepoHostname} with S3
19-Nov-2024 19:57:14
Substituting variable: ${bamboo.artifactRepoPort} with 10161
19-Nov-2024 19:57:14
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
19-Nov-2024 19:57:14
Substituting variable: ${bamboo.planRepository.branchName} with develop
19-Nov-2024 19:57:14
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
19-Nov-2024 19:57:14 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
19-Nov-2024 19:57:14
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider directory stat directio #3365 (ODSRV-OAP-MDSD-3365)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MDSD-3365-ScriptBuildTask-3097741341257266155.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD/onedata-acceptance
19-Nov-2024 19:57:14 ./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
19-Nov-2024 19:57:16 Uploading artifact
19-Nov-2024 19:57:16     source path: surefire_multiprovider_directory_stat_directio.tar.gz
19-Nov-2024 19:57:16     dest.  path: artifacts/onedata-acceptance/develop/surefire_multiprovider_directory_stat_directio.tar.gz
19-Nov-2024 19:57:16 Finished task 'Pack and push surefire artifact' with result: Success
19-Nov-2024 19:57:16 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
19-Nov-2024 19:57:16 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
19-Nov-2024 19:57:16
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider directory stat directio #3365 (ODSRV-OAP-MDSD-3365)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MDSD-3365-ScriptBuildTask-13888357138514450458.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD
19-Nov-2024 19:57:16 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
19-Nov-2024 19:57:16 Finished task 'Pack logs' with result: Success
19-Nov-2024 19:57:16 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
19-Nov-2024 19:57:16
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
19-Nov-2024 19:57:16 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
19-Nov-2024 19:57:16
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider directory stat directio #3365 (ODSRV-OAP-MDSD-3365)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MDSD-3365-ScriptBuildTask-15518440311691985267.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD/onedata-acceptance
19-Nov-2024 19:57:16   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
19-Nov-2024 19:57:16                                  Dload  Upload   Total   Spent    Left  Speed
19-Nov-2024 19:57:16
19-Nov-2024 19:57:16   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
19-Nov-2024 19:57:16 100  4822  100  4822    0     0  35985      0 --:--:-- --:--:-- --:--:-- 35985
19-Nov-2024 19:57:16 Clearing /tmp/onedata and /home/bamboo/.one-env
19-Nov-2024 19:57:17 Cleaning helm deployments
19-Nov-2024 19:57:17 Cleanining pods
19-Nov-2024 19:57:17 Cleaning kube persistant volumes
19-Nov-2024 19:57:18 Cleaning dockswift container
19-Nov-2024 19:57:18 Cleaning docker containers
19-Nov-2024 19:57:21 Stalled docker containers to remove:
19-Nov-2024 19:57:21 0d755afb1fd7 79484b9f9b77 5860c2c5052a 024827e92204 0ae9b244c2f4 35d78454e4ea d10f3b8a6b22 01e23aae93fd fde7f8beeb29 6eee088b3991 26bc01997842 1f06d9f521ab e0e8a4a5ca59 120dde22da2f 357d3afb2071 6f0c729dfe0e 594fff07db65 09d9071b3765 2b74701d1884 76940ffc879b
19-Nov-2024 19:57:21 Removing stalled docker containers
19-Nov-2024 19:57:21 Error response from daemon: Cannot kill container: 0d755afb1fd7: Container 0d755afb1fd7e13fee8da28be37ddde4c709f9d0856dd0891caeef4d6ce32c61 is not running
19-Nov-2024 19:57:21 0d755afb1fd7
19-Nov-2024 19:57:21 Error response from daemon: Cannot kill container: 79484b9f9b77: No such container: 79484b9f9b77
19-Nov-2024 19:57:21 Error response from daemon: No such container: 79484b9f9b77
19-Nov-2024 19:57:21 Error response from daemon: Cannot kill container: 5860c2c5052a: No such container: 5860c2c5052a
19-Nov-2024 19:57:21 Error response from daemon: No such container: 5860c2c5052a
19-Nov-2024 19:57:21 Error response from daemon: Cannot kill container: 024827e92204: No such container: 024827e92204
19-Nov-2024 19:57:21 Error response from daemon: No such container: 024827e92204
19-Nov-2024 19:57:21 Error response from daemon: Cannot kill container: 0ae9b244c2f4: No such container: 0ae9b244c2f4
19-Nov-2024 19:57:21 Error response from daemon: No such container: 0ae9b244c2f4
19-Nov-2024 19:57:21 Error response from daemon: Cannot kill container: 35d78454e4ea: No such container: 35d78454e4ea
19-Nov-2024 19:57:21 Error response from daemon: No such container: 35d78454e4ea
19-Nov-2024 19:57:21 Error response from daemon: Cannot kill container: d10f3b8a6b22: No such container: d10f3b8a6b22
19-Nov-2024 19:57:21 Error response from daemon: No such container: d10f3b8a6b22
19-Nov-2024 19:57:21 Error response from daemon: Cannot kill container: 01e23aae93fd: No such container: 01e23aae93fd
19-Nov-2024 19:57:21 Error response from daemon: No such container: 01e23aae93fd
19-Nov-2024 19:57:21 Error response from daemon: Cannot kill container: fde7f8beeb29: No such container: fde7f8beeb29
19-Nov-2024 19:57:21 Error response from daemon: No such container: fde7f8beeb29
19-Nov-2024 19:57:21 Error response from daemon: Cannot kill container: 6eee088b3991: No such container: 6eee088b3991
19-Nov-2024 19:57:21 Error response from daemon: No such container: 6eee088b3991
19-Nov-2024 19:57:21 Error response from daemon: Cannot kill container: 26bc01997842: No such container: 26bc01997842
19-Nov-2024 19:57:21 Error response from daemon: No such container: 26bc01997842
19-Nov-2024 19:57:22 Error response from daemon: Cannot kill container: 1f06d9f521ab: No such container: 1f06d9f521ab
19-Nov-2024 19:57:22 Error response from daemon: No such container: 1f06d9f521ab
19-Nov-2024 19:57:22 Error response from daemon: Cannot kill container: e0e8a4a5ca59: No such container: e0e8a4a5ca59
19-Nov-2024 19:57:22 Error response from daemon: No such container: e0e8a4a5ca59
19-Nov-2024 19:57:22 Error response from daemon: Cannot kill container: 120dde22da2f: No such container: 120dde22da2f
19-Nov-2024 19:57:22 Error response from daemon: No such container: 120dde22da2f
19-Nov-2024 19:57:22 Error response from daemon: Cannot kill container: 357d3afb2071: No such container: 357d3afb2071
19-Nov-2024 19:57:22 Error response from daemon: No such container: 357d3afb2071
19-Nov-2024 19:57:22 Error response from daemon: Cannot kill container: 6f0c729dfe0e: No such container: 6f0c729dfe0e
19-Nov-2024 19:57:22 Error response from daemon: No such container: 6f0c729dfe0e
19-Nov-2024 19:57:22 Error response from daemon: Cannot kill container: 594fff07db65: No such container: 594fff07db65
19-Nov-2024 19:57:22 Error response from daemon: No such container: 594fff07db65
19-Nov-2024 19:57:22 Error response from daemon: Cannot kill container: 09d9071b3765: No such container: 09d9071b3765
19-Nov-2024 19:57:22 Error response from daemon: No such container: 09d9071b3765
19-Nov-2024 19:57:22 Error response from daemon: Cannot kill container: 2b74701d1884: No such container: 2b74701d1884
19-Nov-2024 19:57:22 Error response from daemon: No such container: 2b74701d1884
19-Nov-2024 19:57:22 76940ffc879b
19-Nov-2024 19:57:22 76940ffc879b
19-Nov-2024 19:57:22 Stalled docker volumes to remove:
19-Nov-2024 19:57:22
19-Nov-2024 19:57:22 Removing stalled docker volumes
19-Nov-2024 19:57:22 Removing stalled loopdevices
19-Nov-2024 19:57:23 Done
19-Nov-2024 19:57:23 Finished task 'Clear env and working dir' with result: Success
19-Nov-2024 19:57:23 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
19-Nov-2024 19:57:23 Running post build plugin 'Docker Container Cleanup'
19-Nov-2024 19:57:23 Running post build plugin 'NCover Results Collector'
19-Nov-2024 19:57:23 Running post build plugin 'Build Results Label Collector'
19-Nov-2024 19:57:23 Running post build plugin 'Clover Results Collector'
19-Nov-2024 19:57:23 Running post build plugin 'npm Cache Cleanup'
19-Nov-2024 19:57:23 Running post build plugin 'Artifact Copier'
19-Nov-2024 19:57:23 Publishing an artifact: test_logs.tar.gz
19-Nov-2024 19:57:23 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 56.86 ms
19-Nov-2024 19:57:24 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSD'
19-Nov-2024 19:57:24 Finalising the build...
19-Nov-2024 19:57:24 Stopping timer.
19-Nov-2024 19:57:24 Build ODSRV-OAP-MDSD-3365 completed.
19-Nov-2024 19:57:24 Running on server: post build plugin 'Build Hanging Detection Configuration'
19-Nov-2024 19:57:24 Running on server: post build plugin 'NCover Results Collector'
19-Nov-2024 19:57:24 Running on server: post build plugin 'Build Labeller'
19-Nov-2024 19:57:24 Running on server: post build plugin 'Clover Delta Calculator'
19-Nov-2024 19:57:24 Running on server: post build plugin 'Maven Dependencies Postprocessor'
19-Nov-2024 19:57:24 All post build plugins have finished
19-Nov-2024 19:57:24 Generating build results summary...
19-Nov-2024 19:57:24 Saving build results to disk...
19-Nov-2024 19:57:24 Store variable context...
19-Nov-2024 19:57:24 Finished building ODSRV-OAP-MDSD-3365.