oneclient acceptance tests using environment deployed from packages

Build: #3363 was successful

Job: multiprovider directory stat directio symlinks 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.

13-Nov-2024 18:49:35 Unmounting client from /tmp/onedata/mnt/srp7jh51u3ouwsak
13-Nov-2024 18:49:35
13-Nov-2024 18:49:35
13-Nov-2024 18:50:48 tests/oneclient/scenarios/test_multi_directory_stat.py::test_default_access[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
13-Nov-2024 18:50:48 =================================================================
13-Nov-2024 18:50:48 - Executing scenario 'Check default access permissions'
13-Nov-2024 18:50:48 - from feature 'Multi_directory_stat'
13-Nov-2024 18:50:48 -----------------------------------------------------------------
13-Nov-2024 18:50:48 -- Executing step: 'Given "oneclients [client11, client21]
13-Nov-2024 18:50:48 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
13-Nov-2024 18:50:48 using [token, token] by [user1, user2]"'
13-Nov-2024 18:50:48 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:50:48 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:50:48 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:50:48
13-Nov-2024 18:50:48
13-Nov-2024 18:50:48 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2'
13-Nov-2024 18:50:48 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2' successfully started
13-Nov-2024 18:50:48
13-Nov-2024 18:50:48 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/bpdu27n5i3cd6k7p
13-Nov-2024 18:50:48
13-Nov-2024 18:50:48 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/bpdu27n5i3cd6k7p --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/bpdu27n5i3cd6k7p
13-Nov-2024 18:50:48 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '1099543835180837371'...
13-Nov-2024 18:50:48 Getting configuration...
13-Nov-2024 18:50:48 Oneclient has been successfully mounted in '/tmp/onedata/mnt/bpdu27n5i3cd6k7p'.
13-Nov-2024 18:50:48
13-Nov-2024 18:50:48 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:50:48 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:50:48 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:50:48
13-Nov-2024 18:50:48
13-Nov-2024 18:50:48 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh'
13-Nov-2024 18:50:48 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh' successfully started
13-Nov-2024 18:50:48
13-Nov-2024 18:50:48 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/tc1wyg7pwinfb8xv
13-Nov-2024 18:50:48
13-Nov-2024 18:50:48 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/tc1wyg7pwinfb8xv --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/tc1wyg7pwinfb8xv
13-Nov-2024 18:50:48 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '9519599366060116296'...
13-Nov-2024 18:50:48 Getting configuration...
13-Nov-2024 18:50:48 Oneclient has been successfully mounted in '/tmp/onedata/mnt/tc1wyg7pwinfb8xv'.
13-Nov-2024 18:50:48
13-Nov-2024 18:50:48 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
13-Nov-2024 18:50:48 -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"'
13-Nov-2024 18:50:48 =================================================================
13-Nov-2024 18:50:48
13-Nov-2024 18:50:49 PASSED
13-Nov-2024 18:50:49 Unmounting client from /tmp/onedata/mnt/bpdu27n5i3cd6k7p
13-Nov-2024 18:50:49
13-Nov-2024 18:50:49
13-Nov-2024 18:50:49 Unmounting client from /tmp/onedata/mnt/tc1wyg7pwinfb8xv
13-Nov-2024 18:50:49
13-Nov-2024 18:50:49
13-Nov-2024 18:52:08 tests/oneclient/scenarios/test_multi_directory_stat.py::test_change_access[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
13-Nov-2024 18:52:08 =================================================================
13-Nov-2024 18:52:08 - Executing scenario 'Change access permissions'
13-Nov-2024 18:52:08 - from feature 'Multi_directory_stat'
13-Nov-2024 18:52:08 -----------------------------------------------------------------
13-Nov-2024 18:52:08 -- Executing step: 'Given "oneclients [client11, client21]
13-Nov-2024 18:52:08 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
13-Nov-2024 18:52:08 using [token, token] by [user1, user2]"'
13-Nov-2024 18:52:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:52:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:52:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:52:08
13-Nov-2024 18:52:08
13-Nov-2024 18:52:08 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2'
13-Nov-2024 18:52:08 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2' successfully started
13-Nov-2024 18:52:08
13-Nov-2024 18:52:08 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/yxtgmulw56julw3a
13-Nov-2024 18:52:08
13-Nov-2024 18:52:08 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/yxtgmulw56julw3a --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/yxtgmulw56julw3a
13-Nov-2024 18:52:08 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15464004172471780736'...
13-Nov-2024 18:52:08 Getting configuration...
13-Nov-2024 18:52:08 Oneclient has been successfully mounted in '/tmp/onedata/mnt/yxtgmulw56julw3a'.
13-Nov-2024 18:52:08
13-Nov-2024 18:52:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:52:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:52:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:52:08
13-Nov-2024 18:52:08
13-Nov-2024 18:52:08 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh'
13-Nov-2024 18:52:08 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh' successfully started
13-Nov-2024 18:52:08
13-Nov-2024 18:52:08 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/r8m4e87ujlbuliic
13-Nov-2024 18:52:08
13-Nov-2024 18:52:08 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/r8m4e87ujlbuliic --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/r8m4e87ujlbuliic
13-Nov-2024 18:52:08 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '14636389491296642634'...
13-Nov-2024 18:52:08 Getting configuration...
13-Nov-2024 18:52:08 Oneclient has been successfully mounted in '/tmp/onedata/mnt/r8m4e87ujlbuliic'.
13-Nov-2024 18:52:08
13-Nov-2024 18:52:08 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
13-Nov-2024 18:52:08 -- Executing step: 'When "user1 changes space1/dir1 mode to 211 on client11"'
13-Nov-2024 18:52:08 -- Executing step: 'Then "mode of user2's space1/dir1 is 211 on client21"'
13-Nov-2024 18:52:08 -- Executing step: 'Then "user1 changes space1/dir1 mode to 775 on client11"'
13-Nov-2024 18:52:08 -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"'
13-Nov-2024 18:52:08 =================================================================
13-Nov-2024 18:52:08
13-Nov-2024 18:52:09 PASSED
13-Nov-2024 18:52:09 Unmounting client from /tmp/onedata/mnt/yxtgmulw56julw3a
13-Nov-2024 18:52:09
13-Nov-2024 18:52:09
13-Nov-2024 18:52:09 Unmounting client from /tmp/onedata/mnt/r8m4e87ujlbuliic
13-Nov-2024 18:52:09
13-Nov-2024 18:52:09
13-Nov-2024 18:53:35 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
13-Nov-2024 18:53:35 =================================================================
13-Nov-2024 18:53:35 - Executing scenario 'Fail to change someone's file access permissions'
13-Nov-2024 18:53:35 - from feature 'Multi_directory_stat'
13-Nov-2024 18:53:35 -----------------------------------------------------------------
13-Nov-2024 18:53:35 -- Executing step: 'Given "oneclients [client11, client21]
13-Nov-2024 18:53:35 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
13-Nov-2024 18:53:35 using [token, token] by [user1, user2]"'
13-Nov-2024 18:53:35 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:53:35 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:53:35 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:53:35
13-Nov-2024 18:53:35
13-Nov-2024 18:53:35 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2'
13-Nov-2024 18:53:35 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2' successfully started
13-Nov-2024 18:53:35
13-Nov-2024 18:53:35 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/cpuh88paurqxz9zl
13-Nov-2024 18:53:35
13-Nov-2024 18:53:35 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/cpuh88paurqxz9zl --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/cpuh88paurqxz9zl
13-Nov-2024 18:53:35 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '6569332059693923364'...
13-Nov-2024 18:53:35 Getting configuration...
13-Nov-2024 18:53:35 Oneclient has been successfully mounted in '/tmp/onedata/mnt/cpuh88paurqxz9zl'.
13-Nov-2024 18:53:35
13-Nov-2024 18:53:35 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:53:35 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:53:35 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:53:35
13-Nov-2024 18:53:35
13-Nov-2024 18:53:35 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh'
13-Nov-2024 18:53:35 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh' successfully started
13-Nov-2024 18:53:35
13-Nov-2024 18:53:35 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/afwmrxv30un1034d
13-Nov-2024 18:53:35
13-Nov-2024 18:53:35 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/afwmrxv30un1034d --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/afwmrxv30un1034d
13-Nov-2024 18:53:35 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '18387168850584185729'...
13-Nov-2024 18:53:35 Getting configuration...
13-Nov-2024 18:53:35 Oneclient has been successfully mounted in '/tmp/onedata/mnt/afwmrxv30un1034d'.
13-Nov-2024 18:53:35
13-Nov-2024 18:53:35 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
13-Nov-2024 18:53:35 -- Executing step: 'When "user2 fails to change space1/dir1 mode to 211 on client21"'
13-Nov-2024 18:53:35 -- Executing step: 'When "mode of user2's space1/dir1 is 775 on client21"'
13-Nov-2024 18:53:35 -- Executing step: 'When "mode of user1's space1/dir1 is 775 on client11"'
13-Nov-2024 18:53:35 =================================================================
13-Nov-2024 18:53:35
13-Nov-2024 18:53:36 PASSED
13-Nov-2024 18:53:36 Unmounting client from /tmp/onedata/mnt/cpuh88paurqxz9zl
13-Nov-2024 18:53:36
13-Nov-2024 18:53:36
13-Nov-2024 18:53:36 Unmounting client from /tmp/onedata/mnt/afwmrxv30un1034d
13-Nov-2024 18:53:36
13-Nov-2024 18:53:36
13-Nov-2024 18:54:29 tests/oneclient/scenarios/test_multi_directory_stat.py::test_timestamp[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
13-Nov-2024 18:54:29 =================================================================
13-Nov-2024 18:54:29 - Executing scenario 'Timestamps at creation'
13-Nov-2024 18:54:29 - from feature 'Multi_directory_stat'
13-Nov-2024 18:54:29 -----------------------------------------------------------------
13-Nov-2024 18:54:29 -- Executing step: 'Given "oneclients [client11, client21]
13-Nov-2024 18:54:29 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
13-Nov-2024 18:54:29 using [token, token] by [user1, user2]"'
13-Nov-2024 18:54:29 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:54:29 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:54:29 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:54:29
13-Nov-2024 18:54:29
13-Nov-2024 18:54:29 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2'
13-Nov-2024 18:54:29 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2' successfully started
13-Nov-2024 18:54:29
13-Nov-2024 18:54:29 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/ox4wgce9vjkvvv9l
13-Nov-2024 18:54:29
13-Nov-2024 18:54:29 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ox4wgce9vjkvvv9l --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ox4wgce9vjkvvv9l
13-Nov-2024 18:54:29 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '509544721131073030'...
13-Nov-2024 18:54:29 Getting configuration...
13-Nov-2024 18:54:29 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ox4wgce9vjkvvv9l'.
13-Nov-2024 18:54:29
13-Nov-2024 18:54:29 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:54:29 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:54:29 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:54:29
13-Nov-2024 18:54:29
13-Nov-2024 18:54:29 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh'
13-Nov-2024 18:54:29 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh' successfully started
13-Nov-2024 18:54:29
13-Nov-2024 18:54:29 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/m15n4382ut5bs04i
13-Nov-2024 18:54:29
13-Nov-2024 18:54:29 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/m15n4382ut5bs04i --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/m15n4382ut5bs04i
13-Nov-2024 18:54:29 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '7726430625019035589'...
13-Nov-2024 18:54:29 Getting configuration...
13-Nov-2024 18:54:29 Oneclient has been successfully mounted in '/tmp/onedata/mnt/m15n4382ut5bs04i'.
13-Nov-2024 18:54:29
13-Nov-2024 18:54:29 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
13-Nov-2024 18:54:29 -- Executing step: 'Then "modification time of user2's space1/dir1 is equal to access time on client21"'
13-Nov-2024 18:54:29 -- Executing step: 'Then "status-change time of user2's space1/dir1 is equal to access time on client21"'
13-Nov-2024 18:54:29 =================================================================
13-Nov-2024 18:54:29
13-Nov-2024 18:54:30 PASSED
13-Nov-2024 18:54:30 Unmounting client from /tmp/onedata/mnt/ox4wgce9vjkvvv9l
13-Nov-2024 18:54:30
13-Nov-2024 18:54:30
13-Nov-2024 18:54:30 Unmounting client from /tmp/onedata/mnt/m15n4382ut5bs04i
13-Nov-2024 18:54:30
13-Nov-2024 18:54:30
13-Nov-2024 18:55:15 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
13-Nov-2024 18:55:15 =================================================================
13-Nov-2024 18:55:15 - Executing scenario 'Fail to update timestamps (touch) without write permission'
13-Nov-2024 18:55:15 - from feature 'Multi_directory_stat'
13-Nov-2024 18:55:15 -----------------------------------------------------------------
13-Nov-2024 18:55:15 -- Executing step: 'Given "oneclients [client11, client21]
13-Nov-2024 18:55:15 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
13-Nov-2024 18:55:15 using [token, token] by [user1, user2]"'
13-Nov-2024 18:55:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:55:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:55:15 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:55:15
13-Nov-2024 18:55:15
13-Nov-2024 18:55:15 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2'
13-Nov-2024 18:55:15 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2' successfully started
13-Nov-2024 18:55:15
13-Nov-2024 18:55:15 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/upos68ktowpgaa4m
13-Nov-2024 18:55:15
13-Nov-2024 18:55:15 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/upos68ktowpgaa4m --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/upos68ktowpgaa4m
13-Nov-2024 18:55:15 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7759039601202167910'...
13-Nov-2024 18:55:15 Getting configuration...
13-Nov-2024 18:55:15 Oneclient has been successfully mounted in '/tmp/onedata/mnt/upos68ktowpgaa4m'.
13-Nov-2024 18:55:15
13-Nov-2024 18:55:15 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:55:15 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:55:15 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:55:15
13-Nov-2024 18:55:15
13-Nov-2024 18:55:15 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh'
13-Nov-2024 18:55:15 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh' successfully started
13-Nov-2024 18:55:15
13-Nov-2024 18:55:15 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/mdx6cp840glqe487
13-Nov-2024 18:55:15
13-Nov-2024 18:55:15 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/mdx6cp840glqe487 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/mdx6cp840glqe487
13-Nov-2024 18:55:15 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '17585279216924643836'...
13-Nov-2024 18:55:15 Getting configuration...
13-Nov-2024 18:55:15 Oneclient has been successfully mounted in '/tmp/onedata/mnt/mdx6cp840glqe487'.
13-Nov-2024 18:55:15
13-Nov-2024 18:55:15 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
13-Nov-2024 18:55:15 -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"'
13-Nov-2024 18:55:15 -- Executing step: 'When "user1 creates directories [space1/dir1/dir2] on client11"'
13-Nov-2024 18:55:15 -- Executing step: 'When "user2 fails to update [space1/dir1] timestamps on client21"'
13-Nov-2024 18:55:15 =================================================================
13-Nov-2024 18:55:15
13-Nov-2024 18:55:16 PASSED
13-Nov-2024 18:55:16 Unmounting client from /tmp/onedata/mnt/upos68ktowpgaa4m
13-Nov-2024 18:55:16
13-Nov-2024 18:55:16
13-Nov-2024 18:55:16 Unmounting client from /tmp/onedata/mnt/mdx6cp840glqe487
13-Nov-2024 18:55:16
13-Nov-2024 18:55:16
13-Nov-2024 18:56:08 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
13-Nov-2024 18:56:08 =================================================================
13-Nov-2024 18:56:08 - Executing scenario 'Update timestamps (touch) with write permission'
13-Nov-2024 18:56:08 - from feature 'Multi_directory_stat'
13-Nov-2024 18:56:08 -----------------------------------------------------------------
13-Nov-2024 18:56:08 -- Executing step: 'Given "oneclients [client11, client21]
13-Nov-2024 18:56:08 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
13-Nov-2024 18:56:08 using [token, token] by [user1, user2]"'
13-Nov-2024 18:56:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:56:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:56:08 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:56:08
13-Nov-2024 18:56:08
13-Nov-2024 18:56:08 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2'
13-Nov-2024 18:56:08 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2' successfully started
13-Nov-2024 18:56:08
13-Nov-2024 18:56:08 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/fz5y25a5lr795f9c
13-Nov-2024 18:56:08
13-Nov-2024 18:56:08 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/fz5y25a5lr795f9c --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/fz5y25a5lr795f9c
13-Nov-2024 18:56:08 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '11843675999529956860'...
13-Nov-2024 18:56:08 Getting configuration...
13-Nov-2024 18:56:08 Oneclient has been successfully mounted in '/tmp/onedata/mnt/fz5y25a5lr795f9c'.
13-Nov-2024 18:56:08
13-Nov-2024 18:56:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:56:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:56:08 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:56:08
13-Nov-2024 18:56:08
13-Nov-2024 18:56:08 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh'
13-Nov-2024 18:56:08 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh' successfully started
13-Nov-2024 18:56:08
13-Nov-2024 18:56:08 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/9qkx6ktynldj3o87
13-Nov-2024 18:56:08
13-Nov-2024 18:56:08 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/9qkx6ktynldj3o87 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/9qkx6ktynldj3o87
13-Nov-2024 18:56:08 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '3227059799420547999'...
13-Nov-2024 18:56:08 Getting configuration...
13-Nov-2024 18:56:08 Oneclient has been successfully mounted in '/tmp/onedata/mnt/9qkx6ktynldj3o87'.
13-Nov-2024 18:56:08
13-Nov-2024 18:56:08 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
13-Nov-2024 18:56:08 -- Executing step: 'When "user1 is idle for 2 seconds"'
13-Nov-2024 18:56:08 -- Executing step: 'When "user1 changes space1/dir1 mode to 725 on client11"'
13-Nov-2024 18:56:08 -- Executing step: 'When "user1 creates directories [space1/dir1/dir2] on client11"'
13-Nov-2024 18:56:08 -- Executing step: 'When "user2 updates [space1/dir1] timestamps on client21"'
13-Nov-2024 18:56:08 -- Executing step: 'Then "modification time of user2's space1/dir1 is equal to access time on client21"'
13-Nov-2024 18:56:08 =================================================================
13-Nov-2024 18:56:08
13-Nov-2024 18:56:09 PASSED
13-Nov-2024 18:56:09 Unmounting client from /tmp/onedata/mnt/fz5y25a5lr795f9c
13-Nov-2024 18:56:09
13-Nov-2024 18:56:09
13-Nov-2024 18:56:09 Unmounting client from /tmp/onedata/mnt/9qkx6ktynldj3o87
13-Nov-2024 18:56:09
13-Nov-2024 18:56:09
13-Nov-2024 18:57:09 tests/oneclient/scenarios/test_multi_directory_stat.py::test_access_time[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
13-Nov-2024 18:57:09 =================================================================
13-Nov-2024 18:57:09 - Executing scenario 'Access time'
13-Nov-2024 18:57:09 - from feature 'Multi_directory_stat'
13-Nov-2024 18:57:09 -----------------------------------------------------------------
13-Nov-2024 18:57:09 -- Executing step: 'Given "oneclients [client11, client21]
13-Nov-2024 18:57:09 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
13-Nov-2024 18:57:09 using [token, token] by [user1, user2]"'
13-Nov-2024 18:57:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:57:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:57:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:57:09
13-Nov-2024 18:57:09
13-Nov-2024 18:57:09 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2'
13-Nov-2024 18:57:09 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2' successfully started
13-Nov-2024 18:57:09
13-Nov-2024 18:57:09 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/vjcvxl4n73cugqri
13-Nov-2024 18:57:09
13-Nov-2024 18:57:09 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/vjcvxl4n73cugqri --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/vjcvxl4n73cugqri
13-Nov-2024 18:57:09 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '17374437188641105322'...
13-Nov-2024 18:57:09 Getting configuration...
13-Nov-2024 18:57:09 Oneclient has been successfully mounted in '/tmp/onedata/mnt/vjcvxl4n73cugqri'.
13-Nov-2024 18:57:09
13-Nov-2024 18:57:09 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:57:09 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:57:09 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:57:09
13-Nov-2024 18:57:09
13-Nov-2024 18:57:09 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh'
13-Nov-2024 18:57:09 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh' successfully started
13-Nov-2024 18:57:09
13-Nov-2024 18:57:09 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/6yib5u085367j26p
13-Nov-2024 18:57:09
13-Nov-2024 18:57:09 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/6yib5u085367j26p --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/6yib5u085367j26p
13-Nov-2024 18:57:09 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '9689999781775312790'...
13-Nov-2024 18:57:09 Getting configuration...
13-Nov-2024 18:57:09 Oneclient has been successfully mounted in '/tmp/onedata/mnt/6yib5u085367j26p'.
13-Nov-2024 18:57:09
13-Nov-2024 18:57:09 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
13-Nov-2024 18:57:09 -- Executing step: 'When "user1 is idle for 2 seconds"'
13-Nov-2024 18:57:09 -- Executing step: 'When "user1 creates directories [space1/dir1/dir2] on client11"'
13-Nov-2024 18:57:09 -- Executing step: 'When "user1 is idle for 2 seconds"'
13-Nov-2024 18:57:09 -- Executing step: 'Then "user1 sees [dir2] in space1/dir1 on client11"'
13-Nov-2024 18:57:09 -- Executing step: 'Then "access time of user2's space1/dir1 is greater than modification time on client21"'
13-Nov-2024 18:57:09 -- Executing step: 'Then "access time of user2's space1/dir1 is greater than status-change time on client21"'
13-Nov-2024 18:57:09 =================================================================
13-Nov-2024 18:57:09
13-Nov-2024 18:57:10 PASSED
13-Nov-2024 18:57:10 Unmounting client from /tmp/onedata/mnt/vjcvxl4n73cugqri
13-Nov-2024 18:57:10
13-Nov-2024 18:57:10
13-Nov-2024 18:57:10 Unmounting client from /tmp/onedata/mnt/6yib5u085367j26p
13-Nov-2024 18:57:10
13-Nov-2024 18:57:10
13-Nov-2024 18:58:10 tests/oneclient/scenarios/test_multi_directory_stat.py::test_modification_time[multiprovider_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
13-Nov-2024 18:58:10 =================================================================
13-Nov-2024 18:58:10 - Executing scenario 'Modification time'
13-Nov-2024 18:58:10 - from feature 'Multi_directory_stat'
13-Nov-2024 18:58:10 -----------------------------------------------------------------
13-Nov-2024 18:58:10 -- Executing step: 'Given "oneclients [client11, client21]
13-Nov-2024 18:58:10 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
13-Nov-2024 18:58:10 using [token, token] by [user1, user2]"'
13-Nov-2024 18:58:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:58:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:58:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:58:10
13-Nov-2024 18:58:10
13-Nov-2024 18:58:10 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2'
13-Nov-2024 18:58:10 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2' successfully started
13-Nov-2024 18:58:10
13-Nov-2024 18:58:10 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/nmhkzbdin43s78l3
13-Nov-2024 18:58:10
13-Nov-2024 18:58:10 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/nmhkzbdin43s78l3 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/nmhkzbdin43s78l3
13-Nov-2024 18:58:10 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '2258371567870806032'...
13-Nov-2024 18:58:10 Getting configuration...
13-Nov-2024 18:58:10 Oneclient has been successfully mounted in '/tmp/onedata/mnt/nmhkzbdin43s78l3'.
13-Nov-2024 18:58:10
13-Nov-2024 18:58:10 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:58:10 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:58:10 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:58:10
13-Nov-2024 18:58:10
13-Nov-2024 18:58:10 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh'
13-Nov-2024 18:58:10 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh' successfully started
13-Nov-2024 18:58:10
13-Nov-2024 18:58:10 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/vo8bnlxx6a8bdxh5
13-Nov-2024 18:58:10
13-Nov-2024 18:58:10 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/vo8bnlxx6a8bdxh5 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/vo8bnlxx6a8bdxh5
13-Nov-2024 18:58:10 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '15527372600810283751'...
13-Nov-2024 18:58:10 Getting configuration...
13-Nov-2024 18:58:10 Oneclient has been successfully mounted in '/tmp/onedata/mnt/vo8bnlxx6a8bdxh5'.
13-Nov-2024 18:58:10
13-Nov-2024 18:58:10 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
13-Nov-2024 18:58:10 -- Executing step: 'When "user1 is idle for 2 seconds"'
13-Nov-2024 18:58:10 -- Executing step: 'When "user1 creates directories [space1/dir1/dir2] on client11"'
13-Nov-2024 18:58:10 -- Executing step: 'Then "modification time of user2's space1/dir1 is greater than access time on client21"'
13-Nov-2024 18:58:10 -- Executing step: 'Then "modification time of user2's space1/dir1 is equal to status-change time on client21"'
13-Nov-2024 18:58:10 =================================================================
13-Nov-2024 18:58:10
13-Nov-2024 18:58:11 PASSED
13-Nov-2024 18:58:11 Unmounting client from /tmp/onedata/mnt/nmhkzbdin43s78l3
13-Nov-2024 18:58:11
13-Nov-2024 18:58:11
13-Nov-2024 18:58:11 Unmounting client from /tmp/onedata/mnt/vo8bnlxx6a8bdxh5
13-Nov-2024 18:58:11
13-Nov-2024 18:58:11
13-Nov-2024 18:59:16 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
13-Nov-2024 18:59:16 =================================================================
13-Nov-2024 18:59:16 - Executing scenario 'Status-change time when renaming'
13-Nov-2024 18:59:16 - from feature 'Multi_directory_stat'
13-Nov-2024 18:59:16 -----------------------------------------------------------------
13-Nov-2024 18:59:16 -- Executing step: 'Given "oneclients [client11, client21]
13-Nov-2024 18:59:16 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
13-Nov-2024 18:59:16 using [token, token] by [user1, user2]"'
13-Nov-2024 18:59:16 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:59:16 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:59:16 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:59:16
13-Nov-2024 18:59:16
13-Nov-2024 18:59:16 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2'
13-Nov-2024 18:59:16 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2' successfully started
13-Nov-2024 18:59:16
13-Nov-2024 18:59:16 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/2zbca1ieiiugn9rl
13-Nov-2024 18:59:16
13-Nov-2024 18:59:16 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/2zbca1ieiiugn9rl --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/2zbca1ieiiugn9rl
13-Nov-2024 18:59:16 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '17381165820813365933'...
13-Nov-2024 18:59:16 Getting configuration...
13-Nov-2024 18:59:16 Oneclient has been successfully mounted in '/tmp/onedata/mnt/2zbca1ieiiugn9rl'.
13-Nov-2024 18:59:16
13-Nov-2024 18:59:16 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 18:59:16 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 18:59:16 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 18:59:16
13-Nov-2024 18:59:16
13-Nov-2024 18:59:16 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh'
13-Nov-2024 18:59:16 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh' successfully started
13-Nov-2024 18:59:16
13-Nov-2024 18:59:16 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/4jw1rr9ucn6r4109
13-Nov-2024 18:59:16
13-Nov-2024 18:59:16 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/4jw1rr9ucn6r4109 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/4jw1rr9ucn6r4109
13-Nov-2024 18:59:16 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '13572926060338912396'...
13-Nov-2024 18:59:16 Getting configuration...
13-Nov-2024 18:59:16 Oneclient has been successfully mounted in '/tmp/onedata/mnt/4jw1rr9ucn6r4109'.
13-Nov-2024 18:59:16
13-Nov-2024 18:59:16 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
13-Nov-2024 18:59:16 -- Executing step: 'When "user1 is idle for 2 seconds"'
13-Nov-2024 18:59:16 -- Executing step: 'When "user1 renames space1/dir1 to space1/dir2 on client11"'
13-Nov-2024 18:59:16 -- Executing step: 'Then "status-change time of user2's space1/dir2 is greater to modification time on client21"'
13-Nov-2024 18:59:16 -- Executing step: 'Then "status-change time of user2's space1/dir2 is greater to access time on client21"'
13-Nov-2024 18:59:16 =================================================================
13-Nov-2024 18:59:16
13-Nov-2024 18:59:17 PASSED
13-Nov-2024 18:59:17 Unmounting client from /tmp/onedata/mnt/2zbca1ieiiugn9rl
13-Nov-2024 18:59:17
13-Nov-2024 18:59:17
13-Nov-2024 18:59:17 Unmounting client from /tmp/onedata/mnt/4jw1rr9ucn6r4109
13-Nov-2024 18:59:17
13-Nov-2024 18:59:17
13-Nov-2024 19:00:16 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
13-Nov-2024 19:00:16 =================================================================
13-Nov-2024 19:00:16 - Executing scenario 'Status-change time when changing mode'
13-Nov-2024 19:00:16 - from feature 'Multi_directory_stat'
13-Nov-2024 19:00:16 -----------------------------------------------------------------
13-Nov-2024 19:00:16 -- Executing step: 'Given "oneclients [client11, client21]
13-Nov-2024 19:00:16 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
13-Nov-2024 19:00:16 using [token, token] by [user1, user2]"'
13-Nov-2024 19:00:16 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 19:00:16 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 19:00:16 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bkmz2', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 19:00:16
13-Nov-2024 19:00:16
13-Nov-2024 19:00:16 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2'
13-Nov-2024 19:00:16 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bkmz2' successfully started
13-Nov-2024 19:00:16
13-Nov-2024 19:00:16 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/47ktvwoc50w008j5
13-Nov-2024 19:00:16
13-Nov-2024 19:00:16 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/47ktvwoc50w008j5 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/47ktvwoc50w008j5
13-Nov-2024 19:00:16 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '5687095902063427544'...
13-Nov-2024 19:00:16 Getting configuration...
13-Nov-2024 19:00:16 Oneclient has been successfully mounted in '/tmp/onedata/mnt/47ktvwoc50w008j5'.
13-Nov-2024 19:00:16
13-Nov-2024 19:00:16 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
13-Nov-2024 19:00:16 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
13-Nov-2024 19:00:16 Running command: ['./onenv', 'exec', 'dev-oneclient-paris-5cc45c8cb7-85fhh', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
13-Nov-2024 19:00:16
13-Nov-2024 19:00:16
13-Nov-2024 19:00:16 starting rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh'
13-Nov-2024 19:00:16 rpyc server for user 'user2' on client host 'dev-oneclient-paris-5cc45c8cb7-85fhh' successfully started
13-Nov-2024 19:00:16
13-Nov-2024 19:00:16 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/agmrc1fl4xek4c41
13-Nov-2024 19:00:16
13-Nov-2024 19:00:16 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/agmrc1fl4xek4c41 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/agmrc1fl4xek4c41
13-Nov-2024 19:00:16 Connecting to provider 'dev-oneprovider-paris.default.svc.cluster.local:443' using session ID: '17873319301584804487'...
13-Nov-2024 19:00:16 Getting configuration...
13-Nov-2024 19:00:16 Oneclient has been successfully mounted in '/tmp/onedata/mnt/agmrc1fl4xek4c41'.
13-Nov-2024 19:00:16
13-Nov-2024 19:00:16 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
13-Nov-2024 19:00:16 -- Executing step: 'When "user1 is idle for 2 seconds"'
13-Nov-2024 19:00:16 -- Executing step: 'When "user1 changes space1/dir1 mode to 711 on client11"'
13-Nov-2024 19:00:16 -- Executing step: 'Then "status-change time of user2's space1/dir1 is greater than modification time on client21"'
13-Nov-2024 19:00:16 -- Executing step: 'Then "status-change time of user2's space1/dir1 is greater than access time on client21"'
13-Nov-2024 19:00:16 =================================================================
13-Nov-2024 19:00:16
13-Nov-2024 19:00:36 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
13-Nov-2024 19:00:36 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
13-Nov-2024 19:00:36 PASSED
13-Nov-2024 19:00:36 Unmounting client from /tmp/onedata/mnt/47ktvwoc50w008j5
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36 Unmounting client from /tmp/onedata/mnt/agmrc1fl4xek4c41
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36 Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSDS/onedata-acceptance/tests/oneclient/logs/multiprovider_directio/test_multi_directory_stat.1731524417.3256235', '-c', '/tmp/logs']
13-Nov-2024 19:00:36 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-jzkp7. See /home/bamboo/.one-env/deployments/2024.11.13-18.43.41/pod-logs/dev-cross-support-job-3p-users-jzkp7/entrypoint.log for more details
13-Nov-2024 19:00:36 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-bkmz2: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.13-18.43.41/pod-logs/dev-oneclient-krakow-7d9476b8bc-bkmz2/oneclient_logs
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=83/100)
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 
13-Nov-2024 19:00:36          23,526   1%   22.44MB/s    0:00:00 (xfr#1, to-chk=82/100)
13-Nov-2024 19:00:36          23,526   1%   22.44MB/s    0:00:00 (xfr#1, to-chk=76/100)
13-Nov-2024 19:00:36          24,180   2%   23.06MB/s    0:00:00 (xfr#2, to-chk=78/100)
13-Nov-2024 19:00:36         106,721   8%   11.31MB/s    0:00:00 (xfr#3, to-chk=77/100)
13-Nov-2024 19:00:36         107,375   8%   10.24MB/s    0:00:00 (xfr#4, to-chk=76/100)
13-Nov-2024 19:00:36         108,003   8%   10.30MB/s    0:00:00 (xfr#5, to-chk=75/100)
13-Nov-2024 19:00:36         130,518  10%   10.37MB/s    0:00:00 (xfr#6, to-chk=74/100)
13-Nov-2024 19:00:36         130,884  10%   10.40MB/s    0:00:00 (xfr#7, to-chk=70/100)
13-Nov-2024 19:00:36         207,809  17%   12.39MB/s    0:00:00 (xfr#8, to-chk=69/100)
13-Nov-2024 19:00:36         208,175  17%   11.03MB/s    0:00:00 (xfr#9, to-chk=68/100)
13-Nov-2024 19:00:36         208,803  17%   10.48MB/s    0:00:00 (xfr#10, to-chk=67/100)
13-Nov-2024 19:00:36         229,026  19%   11.50MB/s    0:00:00 (xfr#11, to-chk=66/100)
13-Nov-2024 19:00:36         229,392  19%   10.42MB/s    0:00:00 (xfr#12, to-chk=62/100)
13-Nov-2024 19:00:36         298,931  24%   11.40MB/s    0:00:00 (xfr#13, to-chk=61/100)
13-Nov-2024 19:00:36         299,297  24%   11.42MB/s    0:00:00 (xfr#14, to-chk=60/100)
13-Nov-2024 19:00:36         299,925  24%   11.44MB/s    0:00:00 (xfr#15, to-chk=59/100)
13-Nov-2024 19:00:36         319,460  26%   11.72MB/s    0:00:00 (xfr#16, to-chk=58/100)
13-Nov-2024 19:00:36         319,922  26%   11.73MB/s    0:00:00 (xfr#17, to-chk=54/100)
13-Nov-2024 19:00:36         386,551  32%   14.18MB/s    0:00:00 (xfr#18, to-chk=53/100)
13-Nov-2024 19:00:36         387,013  32%   13.67MB/s    0:00:00 (xfr#19, to-chk=52/100)
13-Nov-2024 19:00:36         387,641  32%   13.69MB/s    0:00:00 (xfr#20, to-chk=51/100)
13-Nov-2024 19:00:36         411,568  34%   14.54MB/s    0:00:00 (xfr#21, to-chk=50/100)
13-Nov-2024 19:00:36         412,030  34%   14.55MB/s    0:00:00 (xfr#22, to-chk=46/100)
13-Nov-2024 19:00:36         494,766  41%   16.85MB/s    0:00:00 (xfr#23, to-chk=45/100)
13-Nov-2024 19:00:36         495,228  41%   16.87MB/s    0:00:00 (xfr#24, to-chk=44/100)
13-Nov-2024 19:00:36         522,473  43%   14.65MB/s    0:00:00 (xfr#25, to-chk=43/100)
13-Nov-2024 19:00:36         523,031  43%   14.25MB/s    0:00:00 (xfr#26, to-chk=39/100)
13-Nov-2024 19:00:36         613,284  51%   16.71MB/s    0:00:00 (xfr#27, to-chk=38/100)
13-Nov-2024 19:00:36         613,842  51%   16.73MB/s    0:00:00 (xfr#28, to-chk=37/100)
13-Nov-2024 19:00:36         642,043  53%   17.01MB/s    0:00:00 (xfr#29, to-chk=36/100)
13-Nov-2024 19:00:36         642,601  53%   17.02MB/s    0:00:00 (xfr#30, to-chk=32/100)
13-Nov-2024 19:00:36         735,409  61%   15.94MB/s    0:00:00 (xfr#31, to-chk=31/100)
13-Nov-2024 19:00:36         735,967  61%   15.95MB/s    0:00:00 (xfr#32, to-chk=30/100)
13-Nov-2024 19:00:36         756,003  62%   15.67MB/s    0:00:00 (xfr#33, to-chk=29/100)
13-Nov-2024 19:00:36         756,465  63%   15.35MB/s    0:00:00 (xfr#34, to-chk=25/100)
13-Nov-2024 19:00:36         823,024  68%   16.02MB/s    0:00:00 (xfr#35, to-chk=24/100)
13-Nov-2024 19:00:36         823,486  68%   16.03MB/s    0:00:00 (xfr#36, to-chk=23/100)
13-Nov-2024 19:00:36         824,114  68%   16.04MB/s    0:00:00 (xfr#37, to-chk=22/100)
13-Nov-2024 19:00:36         850,860  70%   16.56MB/s    0:00:00 (xfr#38, to-chk=21/100)
13-Nov-2024 19:00:36         851,514  70%   16.57MB/s    0:00:00 (xfr#39, to-chk=17/100)
13-Nov-2024 19:00:36         937,535  78%   16.26MB/s    0:00:00 (xfr#40, to-chk=16/100)
13-Nov-2024 19:00:36         938,189  78%   16.27MB/s    0:00:00 (xfr#41, to-chk=15/100)
13-Nov-2024 19:00:36         967,814  80%   15.91MB/s    0:00:00 (xfr#42, to-chk=14/100)
13-Nov-2024 19:00:36         968,276  80%   15.92MB/s    0:00:00 (xfr#43, to-chk=10/100)
13-Nov-2024 19:00:36       1,071,307  89%   14.00MB/s    0:00:00 (xfr#44, to-chk=9/100)
13-Nov-2024 19:00:36       1,071,769  89%   14.00MB/s    0:00:00 (xfr#45, to-chk=8/100)
13-Nov-2024 19:00:36       1,096,724  91%   14.13MB/s    0:00:00 (xfr#46, to-chk=7/100)
13-Nov-2024 19:00:36       1,097,090  91%   13.95MB/s    0:00:00 (xfr#47, to-chk=3/100)
13-Nov-2024 19:00:36       1,183,202  98%   14.47MB/s    0:00:00 (xfr#48, to-chk=2/100)
13-Nov-2024 19:00:36       1,183,568  98%   14.47MB/s    0:00:00 (xfr#49, to-chk=1/100)
13-Nov-2024 19:00:36       1,198,736  99%   12.84MB/s    0:00:00 (xfr#50, to-chk=0/100)
13-Nov-2024 19:00:36       1,198,736  99%   12.84MB/s    0:00:00 (xfr#50, to-chk=0/100)
13-Nov-2024 19:00:36       1,198,736  99%   12.84MB/s    0:00:00 (xfr#50, to-chk=0/100)
13-Nov-2024 19:00:36       1,198,736  99%   12.84MB/s    0:00:00 (xfr#50, to-chk=0/100)
13-Nov-2024 19:00:36       1,198,736  99%   12.84MB/s    0:00:00 (xfr#50, to-chk=0/100)
13-Nov-2024 19:00:36       1,198,736  99%   12.84MB/s    0:00:00 (xfr#50, to-chk=0/100)
13-Nov-2024 19:00:36       1,198,736  99%   12.84MB/s    0:00:00 (xfr#50, to-chk=0/100)
13-Nov-2024 19:00:36       1,198,736  99%   12.84MB/s    0:00:00 (xfr#50, to-chk=0/100)
13-Nov-2024 19:00:36       1,198,736  99%   12.84MB/s    0:00:00 (xfr#50, to-chk=0/100)
13-Nov-2024 19:00:36       1,198,736  99%   12.84MB/s    0:00:00 (xfr#50, to-chk=0/100)
13-Nov-2024 19:00:36       1,198,736  99%   12.84MB/s    0:00:00 (xfr#50, to-chk=0/100)
13-Nov-2024 19:00:36       1,198,736  99%   11.79MB/s    0:00:00 (xfr#50, to-chk=0/100)
13-Nov-2024 19:00:36       1,198,736  99%   11.79MB/s    0:00:00 (xfr#50, to-chk=0/100)
13-Nov-2024 19:00:36 [INFO] Rsyncing from pod dev-oneclient-paris-5cc45c8cb7-85fhh: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.13-18.43.41/pod-logs/dev-oneclient-paris-5cc45c8cb7-85fhh/oneclient_logs
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=79/96)
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 
13-Nov-2024 19:00:36          26,662   1%   25.43MB/s    0:00:00 (xfr#1, to-chk=78/96)
13-Nov-2024 19:00:36          26,662   1%   25.43MB/s    0:00:00 (xfr#1, to-chk=72/96)
13-Nov-2024 19:00:36          27,316   1%   26.05MB/s    0:00:00 (xfr#2, to-chk=74/96)
13-Nov-2024 19:00:36         150,249  10%   28.66MB/s    0:00:00 (xfr#3, to-chk=73/96)
13-Nov-2024 19:00:36         150,903  10%   23.99MB/s    0:00:00 (xfr#4, to-chk=72/96)
13-Nov-2024 19:00:36         178,614  12%   24.33MB/s    0:00:00 (xfr#5, to-chk=71/96)
13-Nov-2024 19:00:36         179,268  12%   24.42MB/s    0:00:00 (xfr#6, to-chk=67/96)
13-Nov-2024 19:00:36         298,601  20%   10.95MB/s    0:00:00 (xfr#7, to-chk=66/96)
13-Nov-2024 19:00:36         299,255  20%   10.57MB/s    0:00:00 (xfr#8, to-chk=65/96)
13-Nov-2024 19:00:36         320,636  21%   10.54MB/s    0:00:00 (xfr#9, to-chk=64/96)
13-Nov-2024 19:00:36         321,290  21%   10.21MB/s    0:00:00 (xfr#10, to-chk=60/96)
13-Nov-2024 19:00:36         395,649  26%   12.17MB/s    0:00:00 (xfr#11, to-chk=59/96)
13-Nov-2024 19:00:36         396,303  26%   12.19MB/s    0:00:00 (xfr#12, to-chk=58/96)
13-Nov-2024 19:00:36         437,273  29%   12.64MB/s    0:00:00 (xfr#13, to-chk=57/96)
13-Nov-2024 19:00:36         437,831  29%   12.28MB/s    0:00:00 (xfr#14, to-chk=53/96)
13-Nov-2024 19:00:36         631,063  42%   15.05MB/s    0:00:00 (xfr#15, to-chk=52/96)
13-Nov-2024 19:00:36         631,621  42%   14.69MB/s    0:00:00 (xfr#16, to-chk=51/96)
13-Nov-2024 19:00:36         652,327  44%   14.14MB/s    0:00:00 (xfr#17, to-chk=50/96)
13-Nov-2024 19:00:36         652,693  44%   14.15MB/s    0:00:00 (xfr#18, to-chk=46/96)
13-Nov-2024 19:00:36         755,783  51%   15.67MB/s    0:00:00 (xfr#19, to-chk=45/96)
13-Nov-2024 19:00:36         756,149  51%   15.68MB/s    0:00:00 (xfr#20, to-chk=44/96)
13-Nov-2024 19:00:36         778,578  52%   15.80MB/s    0:00:00 (xfr#21, to-chk=43/96)
13-Nov-2024 19:00:36         779,136  52%   15.81MB/s    0:00:00 (xfr#22, to-chk=39/96)
13-Nov-2024 19:00:36         866,314  58%   15.89MB/s    0:00:00 (xfr#23, to-chk=38/96)
13-Nov-2024 19:00:36         866,872  58%   15.31MB/s    0:00:00 (xfr#24, to-chk=37/96)
13-Nov-2024 19:00:36         881,142  59%    9.55MB/s    0:00:00 (xfr#25, to-chk=36/96)
13-Nov-2024 19:00:36         881,796  59%    9.34MB/s    0:00:00 (xfr#26, to-chk=32/96)
13-Nov-2024 19:00:36         927,769  62%    9.72MB/s    0:00:00 (xfr#27, to-chk=31/96)
13-Nov-2024 19:00:36         928,423  62%    9.62MB/s    0:00:00 (xfr#28, to-chk=30/96)
13-Nov-2024 19:00:36         952,134  64%    9.87MB/s    0:00:00 (xfr#29, to-chk=29/96)
13-Nov-2024 19:00:36         952,692  64%    9.77MB/s    0:00:00 (xfr#30, to-chk=25/96)
13-Nov-2024 19:00:36       1,059,686  71%   10.11MB/s    0:00:00 (xfr#31, to-chk=24/96)
13-Nov-2024 19:00:36       1,060,244  71%   10.01MB/s    0:00:00 (xfr#32, to-chk=23/96)
13-Nov-2024 19:00:36       1,060,872  71%   10.02MB/s    0:00:00 (xfr#33, to-chk=22/96)
13-Nov-2024 19:00:36       1,082,815  73%   10.22MB/s    0:00:00 (xfr#34, to-chk=21/96)
13-Nov-2024 19:00:36       1,083,181  73%   10.13MB/s    0:00:00 (xfr#35, to-chk=17/96)
13-Nov-2024 19:00:36       1,167,711  78%   10.71MB/s    0:00:00 (xfr#36, to-chk=16/96)
13-Nov-2024 19:00:36       1,168,077  78%   10.71MB/s    0:00:00 (xfr#37, to-chk=15/96)
13-Nov-2024 19:00:36       1,190,840  80%   10.82MB/s    0:00:00 (xfr#38, to-chk=14/96)
13-Nov-2024 19:00:36       1,191,398  80%   10.82MB/s    0:00:00 (xfr#39, to-chk=10/96)
13-Nov-2024 19:00:36       1,271,055  85%   11.22MB/s    0:00:00 (xfr#40, to-chk=9/96)
13-Nov-2024 19:00:36       1,271,613  85%   11.13MB/s    0:00:00 (xfr#41, to-chk=8/96)
13-Nov-2024 19:00:36       1,299,390  87%   11.27MB/s    0:00:00 (xfr#42, to-chk=7/96)
13-Nov-2024 19:00:36       1,300,044  87%   11.27MB/s    0:00:00 (xfr#43, to-chk=3/96)
13-Nov-2024 19:00:36       1,421,631  96%   12.00MB/s    0:00:00 (xfr#44, to-chk=2/96)
13-Nov-2024 19:00:36       1,422,285  96%   11.49MB/s    0:00:00 (xfr#45, to-chk=1/96)
13-Nov-2024 19:00:36       1,478,525  99%   11.85MB/s    0:00:00 (xfr#46, to-chk=0/96)
13-Nov-2024 19:00:36       1,478,525  99%   11.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
13-Nov-2024 19:00:36       1,478,525  99%   11.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
13-Nov-2024 19:00:36       1,478,525  99%   11.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
13-Nov-2024 19:00:36       1,478,525  99%   11.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
13-Nov-2024 19:00:36       1,478,525  99%   11.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
13-Nov-2024 19:00:36       1,478,525  99%   11.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
13-Nov-2024 19:00:36       1,478,525  99%   11.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
13-Nov-2024 19:00:36       1,478,525  99%   11.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
13-Nov-2024 19:00:36       1,478,525  99%   11.75MB/s    0:00:00 (xfr#46, to-chk=0/96)
13-Nov-2024 19:00:36       1,478,525  99%   11.02MB/s    0:00:00 (xfr#46, to-chk=0/96)
13-Nov-2024 19:00:36       1,478,525  99%   11.02MB/s    0:00:00 (xfr#46, to-chk=0/96)
13-Nov-2024 19:00:36       1,478,525  99%   11.02MB/s    0:00:00 (xfr#46, to-chk=0/96)
13-Nov-2024 19:00:36 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.13-18.43.41/pod-logs/dev-oneprovider-krakow-0/op-panel
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 
13-Nov-2024 19:00:36          17,384  16%   16.58MB/s    0:00:00 (xfr#2, to-chk=9/14)
13-Nov-2024 19:00:36          35,695  33%   34.04MB/s    0:00:00 (xfr#3, to-chk=7/14)
13-Nov-2024 19:00:36          35,695  33%   34.04MB/s    0:00:00 (xfr#4, to-chk=5/14)
13-Nov-2024 19:00:36          52,876  49%   25.21MB/s    0:00:00 (xfr#5, to-chk=3/14)
13-Nov-2024 19:00:36          53,167  50%   25.35MB/s    0:00:00 (xfr#6, to-chk=1/14)
13-Nov-2024 19:00:36          53,167  50%    8.45MB/s    0:00:00 (xfr#6, to-chk=0/14)
13-Nov-2024 19:00:36 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.13-18.43.41/pod-logs/dev-oneprovider-krakow-0/op-worker
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=69/72)
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 
13-Nov-2024 19:00:36          23,669   5%   22.57MB/s    0:00:00 (xfr#2, to-chk=67/72)
13-Nov-2024 19:00:36          44,457  10%   42.40MB/s    0:00:00 (xfr#3, to-chk=65/72)
13-Nov-2024 19:00:36          44,457  10%   42.40MB/s    0:00:00 (xfr#4, to-chk=63/72)
13-Nov-2024 19:00:36          44,457  10%   42.40MB/s    0:00:00 (xfr#5, to-chk=61/72)
13-Nov-2024 19:00:36          64,076  14%   61.11MB/s    0:00:00 (xfr#6, to-chk=59/72)
13-Nov-2024 19:00:36          64,226  14%   61.25MB/s    0:00:00 (xfr#7, to-chk=57/72)
13-Nov-2024 19:00:36          64,523  14%   61.53MB/s    0:00:00 (xfr#8, to-chk=55/72)
13-Nov-2024 19:00:36         166,222  38%    8.81MB/s    0:00:00 (xfr#9, to-chk=53/72)
13-Nov-2024 19:00:36         166,544  38%    8.82MB/s    0:00:00 (xfr#10, to-chk=43/72)
13-Nov-2024 19:00:36         167,337  38%    8.87MB/s    0:00:00 (xfr#11, to-chk=42/72)
13-Nov-2024 19:00:36         168,127  38%    8.91MB/s    0:00:00 (xfr#12, to-chk=41/72)
13-Nov-2024 19:00:36         168,599  38%    8.46MB/s    0:00:00 (xfr#13, to-chk=40/72)
13-Nov-2024 19:00:36         168,915  38%    8.48MB/s    0:00:00 (xfr#14, to-chk=39/72)
13-Nov-2024 19:00:36         169,708  38%    8.52MB/s    0:00:00 (xfr#15, to-chk=38/72)
13-Nov-2024 19:00:36         170,271  38%    8.55MB/s    0:00:00 (xfr#16, to-chk=37/72)
13-Nov-2024 19:00:36         170,743  39%    8.57MB/s    0:00:00 (xfr#17, to-chk=36/72)
13-Nov-2024 19:00:36         171,360  39%    8.60MB/s    0:00:00 (xfr#18, to-chk=35/72)
13-Nov-2024 19:00:36         172,144  39%    8.21MB/s    0:00:00 (xfr#19, to-chk=34/72)
13-Nov-2024 19:00:36         172,460  39%    8.22MB/s    0:00:00 (xfr#20, to-chk=33/72)
13-Nov-2024 19:00:36         173,002  39%    8.25MB/s    0:00:00 (xfr#21, to-chk=32/72)
13-Nov-2024 19:00:36         173,786  39%    8.29MB/s    0:00:00 (xfr#22, to-chk=31/72)
13-Nov-2024 19:00:36         174,585  39%    8.32MB/s    0:00:00 (xfr#23, to-chk=30/72)
13-Nov-2024 19:00:36         174,901  40%    8.34MB/s    0:00:00 (xfr#24, to-chk=29/72)
13-Nov-2024 19:00:36         175,217  40%    8.35MB/s    0:00:00 (xfr#25, to-chk=28/72)
13-Nov-2024 19:00:36         175,533  40%    7.97MB/s    0:00:00 (xfr#26, to-chk=27/72)
13-Nov-2024 19:00:36         175,849  40%    7.99MB/s    0:00:00 (xfr#27, to-chk=26/72)
13-Nov-2024 19:00:36         176,165  40%    8.00MB/s    0:00:00 (xfr#28, to-chk=25/72)
13-Nov-2024 19:00:36         176,637  40%    8.02MB/s    0:00:00 (xfr#29, to-chk=24/72)
13-Nov-2024 19:00:36         177,421  40%    8.06MB/s    0:00:00 (xfr#30, to-chk=23/72)
13-Nov-2024 19:00:36         178,373  40%    8.10MB/s    0:00:00 (xfr#31, to-chk=22/72)
13-Nov-2024 19:00:36         182,288  41%    8.28MB/s    0:00:00 (xfr#32, to-chk=21/72)
13-Nov-2024 19:00:36         183,752  42%    7.97MB/s    0:00:00 (xfr#33, to-chk=20/72)
13-Nov-2024 19:00:36         191,937  43%    8.32MB/s    0:00:00 (xfr#34, to-chk=19/72)
13-Nov-2024 19:00:36         194,709  44%    8.44MB/s    0:00:00 (xfr#35, to-chk=18/72)
13-Nov-2024 19:00:36         196,111  44%    8.50MB/s    0:00:00 (xfr#36, to-chk=17/72)
13-Nov-2024 19:00:36         203,389  46%    8.82MB/s    0:00:00 (xfr#37, to-chk=16/72)
13-Nov-2024 19:00:36         205,532  47%    8.52MB/s    0:00:00 (xfr#38, to-chk=15/72)
13-Nov-2024 19:00:36         211,893  48%    8.79MB/s    0:00:00 (xfr#39, to-chk=14/72)
13-Nov-2024 19:00:36         212,616  48%    8.82MB/s    0:00:00 (xfr#40, to-chk=13/72)
13-Nov-2024 19:00:36         218,124  49%    9.04MB/s    0:00:00 (xfr#41, to-chk=12/72)
13-Nov-2024 19:00:36         218,785  50%    9.07MB/s    0:00:00 (xfr#42, to-chk=11/72)
13-Nov-2024 19:00:36         225,203  51%    8.95MB/s    0:00:00 (xfr#43, to-chk=10/72)
13-Nov-2024 19:00:36         232,419  53%    9.24MB/s    0:00:00 (xfr#44, to-chk=9/72)
13-Nov-2024 19:00:36         235,246  53%    8.97MB/s    0:00:00 (xfr#45, to-chk=8/72)
13-Nov-2024 19:00:36         238,700  54%    9.11MB/s    0:00:00 (xfr#46, to-chk=7/72)
13-Nov-2024 19:00:36         242,097  55%    9.24MB/s    0:00:00 (xfr#47, to-chk=6/72)
13-Nov-2024 19:00:36         246,634  56%    9.41MB/s    0:00:00 (xfr#48, to-chk=5/72)
13-Nov-2024 19:00:36         251,233  57%    9.22MB/s    0:00:00 (xfr#49, to-chk=4/72)
13-Nov-2024 19:00:36         255,205  58%    9.36MB/s    0:00:00 (xfr#50, to-chk=3/72)
13-Nov-2024 19:00:36         257,291  58%    9.44MB/s    0:00:00 (xfr#51, to-chk=2/72)
13-Nov-2024 19:00:36         265,419  60%    9.37MB/s    0:00:00 (xfr#52, to-chk=1/72)
13-Nov-2024 19:00:36         270,987  61%    9.23MB/s    0:00:00 (xfr#53, to-chk=0/72)
13-Nov-2024 19:00:36         270,987  61%    9.23MB/s    0:00:00 (xfr#53, to-chk=0/72)
13-Nov-2024 19:00:36         270,987  61%    9.23MB/s    0:00:00 (xfr#53, to-chk=0/72)
13-Nov-2024 19:00:36         270,987  61%    7.60MB/s    0:00:00 (xfr#53, to-chk=0/72)
13-Nov-2024 19:00:36         270,987  61%    7.60MB/s    0:00:00 (xfr#53, to-chk=0/72)
13-Nov-2024 19:00:36         270,987  61%    7.60MB/s    0:00:00 (xfr#53, to-chk=0/72)
13-Nov-2024 19:00:36 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.13-18.43.41/pod-logs/dev-oneprovider-krakow-0/cluster-manager
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 
13-Nov-2024 19:00:36           2,023  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
13-Nov-2024 19:00:36           4,778  34%    4.56MB/s    0:00:00 (xfr#3, to-chk=7/14)
13-Nov-2024 19:00:36           4,778  34%    4.56MB/s    0:00:00 (xfr#4, to-chk=5/14)
13-Nov-2024 19:00:36           6,598  48%    6.29MB/s    0:00:00 (xfr#5, to-chk=3/14)
13-Nov-2024 19:00:36           6,860  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=1/14)
13-Nov-2024 19:00:36           6,860  50%    1.31MB/s    0:00:00 (xfr#6, to-chk=0/14)
13-Nov-2024 19:00:36 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.13-18.43.41/pod-logs/dev-oneprovider-paris-0/op-panel
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 
13-Nov-2024 19:00:36          17,346  16%   16.54MB/s    0:00:00 (xfr#2, to-chk=9/14)
13-Nov-2024 19:00:36          35,617  33%   33.97MB/s    0:00:00 (xfr#3, to-chk=7/14)
13-Nov-2024 19:00:36          35,617  33%   33.97MB/s    0:00:00 (xfr#4, to-chk=5/14)
13-Nov-2024 19:00:36          52,760  49%   50.32MB/s    0:00:00 (xfr#5, to-chk=3/14)
13-Nov-2024 19:00:36          53,051  50%   25.30MB/s    0:00:00 (xfr#6, to-chk=1/14)
13-Nov-2024 19:00:36          53,051  50%    2.66MB/s    0:00:00 (xfr#6, to-chk=0/14)
13-Nov-2024 19:00:36 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.13-18.43.41/pod-logs/dev-oneprovider-paris-0/op-worker
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=69/72)
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 
13-Nov-2024 19:00:36          23,549   5%   22.46MB/s    0:00:00 (xfr#2, to-chk=67/72)
13-Nov-2024 19:00:36          44,211  10%   10.54MB/s    0:00:00 (xfr#3, to-chk=65/72)
13-Nov-2024 19:00:36          44,211  10%   10.54MB/s    0:00:00 (xfr#4, to-chk=63/72)
13-Nov-2024 19:00:36          44,211  10%   10.54MB/s    0:00:00 (xfr#5, to-chk=61/72)
13-Nov-2024 19:00:36          63,710  14%   12.15MB/s    0:00:00 (xfr#6, to-chk=59/72)
13-Nov-2024 19:00:36          63,860  14%   12.18MB/s    0:00:00 (xfr#7, to-chk=57/72)
13-Nov-2024 19:00:36          64,157  14%   12.24MB/s    0:00:00 (xfr#8, to-chk=55/72)
13-Nov-2024 19:00:36         165,114  37%   26.24MB/s    0:00:00 (xfr#9, to-chk=53/72)
13-Nov-2024 19:00:36         165,555  38%   26.31MB/s    0:00:00 (xfr#10, to-chk=43/72)
13-Nov-2024 19:00:36         166,333  38%   26.44MB/s    0:00:00 (xfr#11, to-chk=42/72)
13-Nov-2024 19:00:36         167,254  38%   26.58MB/s    0:00:00 (xfr#12, to-chk=41/72)
13-Nov-2024 19:00:36         167,916  38%   22.88MB/s    0:00:00 (xfr#13, to-chk=40/72)
13-Nov-2024 19:00:36         168,200  38%   22.92MB/s    0:00:00 (xfr#14, to-chk=39/72)
13-Nov-2024 19:00:36         169,125  38%   23.04MB/s    0:00:00 (xfr#15, to-chk=38/72)
13-Nov-2024 19:00:36         169,912  39%   23.15MB/s    0:00:00 (xfr#16, to-chk=37/72)
13-Nov-2024 19:00:36         170,192  39%   20.29MB/s    0:00:00 (xfr#17, to-chk=36/72)
13-Nov-2024 19:00:36         171,428  39%   20.44MB/s    0:00:00 (xfr#18, to-chk=35/72)
13-Nov-2024 19:00:36         172,248  39%   20.53MB/s    0:00:00 (xfr#19, to-chk=34/72)
13-Nov-2024 19:00:36         172,842  39%   20.60MB/s    0:00:00 (xfr#20, to-chk=33/72)
13-Nov-2024 19:00:36         173,613  39%   20.70MB/s    0:00:00 (xfr#21, to-chk=32/72)
13-Nov-2024 19:00:36         174,361  40%   18.48MB/s    0:00:00 (xfr#22, to-chk=31/72)
13-Nov-2024 19:00:36         175,153  40%   18.56MB/s    0:00:00 (xfr#23, to-chk=30/72)
13-Nov-2024 19:00:36         175,795  40%   16.77MB/s    0:00:00 (xfr#24, to-chk=29/72)
13-Nov-2024 19:00:36         176,077  40%   15.27MB/s    0:00:00 (xfr#25, to-chk=28/72)
13-Nov-2024 19:00:36         176,357  40%   15.29MB/s    0:00:00 (xfr#26, to-chk=27/72)
13-Nov-2024 19:00:36         176,969  40%   15.34MB/s    0:00:00 (xfr#27, to-chk=26/72)
13-Nov-2024 19:00:36         177,256  40%   15.37MB/s    0:00:00 (xfr#28, to-chk=25/72)
13-Nov-2024 19:00:36         177,848  40%   15.42MB/s    0:00:00 (xfr#29, to-chk=24/72)
13-Nov-2024 19:00:36         178,598  41%   15.48MB/s    0:00:00 (xfr#30, to-chk=23/72)
13-Nov-2024 19:00:36         179,679  41%   14.28MB/s    0:00:00 (xfr#31, to-chk=22/72)
13-Nov-2024 19:00:36         183,497  42%   14.58MB/s    0:00:00 (xfr#32, to-chk=21/72)
13-Nov-2024 19:00:36         184,854  42%   14.69MB/s    0:00:00 (xfr#33, to-chk=20/72)
13-Nov-2024 19:00:36         192,939  44%   14.15MB/s    0:00:00 (xfr#34, to-chk=19/72)
13-Nov-2024 19:00:36         195,609  44%   13.32MB/s    0:00:00 (xfr#35, to-chk=18/72)
13-Nov-2024 19:00:36         196,911  45%   13.41MB/s    0:00:00 (xfr#36, to-chk=17/72)
13-Nov-2024 19:00:36         204,084  46%   13.90MB/s    0:00:00 (xfr#37, to-chk=16/72)
13-Nov-2024 19:00:36         206,125  47%   14.04MB/s    0:00:00 (xfr#38, to-chk=15/72)
13-Nov-2024 19:00:36         212,386  48%   14.47MB/s    0:00:00 (xfr#39, to-chk=14/72)
13-Nov-2024 19:00:36         213,012  48%   14.51MB/s    0:00:00 (xfr#40, to-chk=13/72)
13-Nov-2024 19:00:36         218,418  50%   13.89MB/s    0:00:00 (xfr#41, to-chk=12/72)
13-Nov-2024 19:00:36         218,977  50%   13.92MB/s    0:00:00 (xfr#42, to-chk=11/72)
13-Nov-2024 19:00:36         225,295  51%   14.32MB/s    0:00:00 (xfr#43, to-chk=10/72)
13-Nov-2024 19:00:36         232,411  53%   14.78MB/s    0:00:00 (xfr#44, to-chk=9/72)
13-Nov-2024 19:00:36         235,193  54%   14.95MB/s    0:00:00 (xfr#45, to-chk=8/72)
13-Nov-2024 19:00:36         238,545  54%   14.22MB/s    0:00:00 (xfr#46, to-chk=7/72)
13-Nov-2024 19:00:36         241,842  55%   14.41MB/s    0:00:00 (xfr#47, to-chk=6/72)
13-Nov-2024 19:00:36         246,279  56%   14.68MB/s    0:00:00 (xfr#48, to-chk=5/72)
13-Nov-2024 19:00:36         250,771  57%   14.95MB/s    0:00:00 (xfr#49, to-chk=4/72)
13-Nov-2024 19:00:36         254,693  58%   15.18MB/s    0:00:00 (xfr#50, to-chk=3/72)
13-Nov-2024 19:00:36         256,679  58%   13.60MB/s    0:00:00 (xfr#51, to-chk=2/72)
13-Nov-2024 19:00:36         264,650  60%   13.28MB/s    0:00:00 (xfr#52, to-chk=1/72)
13-Nov-2024 19:00:36         270,178  62%   12.88MB/s    0:00:00 (xfr#53, to-chk=0/72)
13-Nov-2024 19:00:36         270,178  62%   10.31MB/s    0:00:00 (xfr#53, to-chk=0/72)
13-Nov-2024 19:00:36         270,178  62%    9.91MB/s    0:00:00 (xfr#53, to-chk=0/72)
13-Nov-2024 19:00:36         270,178  62%    9.91MB/s    0:00:00 (xfr#53, to-chk=0/72)
13-Nov-2024 19:00:36         270,178  62%    9.91MB/s    0:00:00 (xfr#53, to-chk=0/72)
13-Nov-2024 19:00:36         270,178  62%    9.91MB/s    0:00:00 (xfr#53, to-chk=0/72)
13-Nov-2024 19:00:36 [INFO] Rsyncing from pod dev-oneprovider-paris-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.13-18.43.41/pod-logs/dev-oneprovider-paris-0/cluster-manager
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 
13-Nov-2024 19:00:36           2,018  14%    1.92MB/s    0:00:00 (xfr#2, to-chk=9/14)
13-Nov-2024 19:00:36           4,766  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
13-Nov-2024 19:00:36           4,766  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
13-Nov-2024 19:00:36           6,581  48%    6.28MB/s    0:00:00 (xfr#5, to-chk=3/14)
13-Nov-2024 19:00:36           6,843  50%    6.53MB/s    0:00:00 (xfr#6, to-chk=1/14)
13-Nov-2024 19:00:36           6,843  50%    1.09MB/s    0:00:00 (xfr#6, to-chk=0/14)
13-Nov-2024 19:00:36 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.13-18.43.41/pod-logs/dev-onezone-0/oz-worker
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=15/18)
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 
13-Nov-2024 19:00:36          14,474   4%   13.80MB/s    0:00:00 (xfr#2, to-chk=13/18)
13-Nov-2024 19:00:36          29,563   9%   28.19MB/s    0:00:00 (xfr#3, to-chk=11/18)
13-Nov-2024 19:00:36          29,563   9%   28.19MB/s    0:00:00 (xfr#4, to-chk=9/18)
13-Nov-2024 19:00:36          43,557  14%   41.54MB/s    0:00:00 (xfr#5, to-chk=7/18)
13-Nov-2024 19:00:36          43,648  14%   41.63MB/s    0:00:00 (xfr#6, to-chk=5/18)
13-Nov-2024 19:00:36          43,945  14%   41.91MB/s    0:00:00 (xfr#7, to-chk=3/18)
13-Nov-2024 19:00:36         148,467  50%   35.40MB/s    0:00:00 (xfr#8, to-chk=1/18)
13-Nov-2024 19:00:36         148,467  50%   10.11MB/s    0:00:00 (xfr#8, to-chk=0/18)
13-Nov-2024 19:00:36 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.13-18.43.41/pod-logs/dev-onezone-0/oz-panel
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 
13-Nov-2024 19:00:36          25,063  13%   23.90MB/s    0:00:00 (xfr#2, to-chk=9/14)
13-Nov-2024 19:00:36          51,185  26%   16.27MB/s    0:00:00 (xfr#3, to-chk=7/14)
13-Nov-2024 19:00:36          70,175  36%   16.73MB/s    0:00:00 (xfr#4, to-chk=5/14)
13-Nov-2024 19:00:36          95,035  49%   15.11MB/s    0:00:00 (xfr#5, to-chk=3/14)
13-Nov-2024 19:00:36          95,326  50%   15.15MB/s    0:00:00 (xfr#6, to-chk=1/14)
13-Nov-2024 19:00:36          95,326  50%    9.09MB/s    0:00:00 (xfr#6, to-chk=0/14)
13-Nov-2024 19:00:36 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.13-18.43.41/pod-logs/dev-onezone-0/cluster-manager
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
13-Nov-2024 19:00:36               0   0%    0.00kB/s    0:00:00 
13-Nov-2024 19:00:36           1,977  14%    1.89MB/s    0:00:00 (xfr#2, to-chk=9/14)
13-Nov-2024 19:00:36           4,664  34%    4.45MB/s    0:00:00 (xfr#3, to-chk=7/14)
13-Nov-2024 19:00:36           4,664  34%    4.45MB/s    0:00:00 (xfr#4, to-chk=5/14)
13-Nov-2024 19:00:36           6,438  48%    6.14MB/s    0:00:00 (xfr#5, to-chk=3/14)
13-Nov-2024 19:00:36           6,700  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=1/14)
13-Nov-2024 19:00:36           6,700  50%    1.60MB/s    0:00:00 (xfr#6, to-chk=0/14)
13-Nov-2024 19:00:36 [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSDS/onedata-acceptance/tests/oneclient/logs/multiprovider_directio/test_multi_directory_stat.1731524417.3256235 exists, exporting anyway.
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36 =============================== warnings summary ===============================
13-Nov-2024 19:00:36 tests/utils/rest_utils.py:98
13-Nov-2024 19:00:36   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSDS/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ '
13-Nov-2024 19:00:36     print("""
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36 tests/utils/path_utils.py:112
13-Nov-2024 19:00:36   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSDS/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
13-Nov-2024 19:00:36     return path.replace("'", "\\'").replace(' ', '\ ')
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36 tests/utils/acceptance_utils.py:55
13-Nov-2024 19:00:36   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSDS/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d'
13-Nov-2024 19:00:36     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36 tests/utils/acceptance_utils.py:57
13-Nov-2024 19:00:36   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSDS/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d'
13-Nov-2024 19:00:36     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
13-Nov-2024 19:00:36
13-Nov-2024 19:00:36 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
13-Nov-2024 19:00:36 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSDS/onedata-acceptance/test-reports/results.xml -
13-Nov-2024 19:00:36 ================= 11 passed, 4 warnings in 1020.23s (0:17:00) ==================
13-Nov-2024 19:00:44 release "dev" uninstalled
13-Nov-2024 19:00:45 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
13-Nov-2024 19:00:46 persistentvolumeclaim "local-volume-1-dev-oneprovider-paris-0" deleted
13-Nov-2024 19:00:49 No resources found
13-Nov-2024 19:00:50 Sidecar injection has been disabled
13-Nov-2024 19:00:50 Cleaning helm release "dev"...
13-Nov-2024 19:00:50 Deleted 1 helm deployments
13-Nov-2024 19:00:50 Deleted 0 k8s deployments
13-Nov-2024 19:00:50 Deleted 0 k8s services
13-Nov-2024 19:00:50 Deleted 0 persistent volumes
13-Nov-2024 19:00:50 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
13-Nov-2024 19:00:50 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
13-Nov-2024 19:00:50 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
13-Nov-2024 19:00:50 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
13-Nov-2024 19:00:50 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
13-Nov-2024 19:00:50 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
13-Nov-2024 19:00:50 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
13-Nov-2024 19:00:50 Finished task 'Run acceptance oneclient tests' with result: Success
13-Nov-2024 19:00:50 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
13-Nov-2024 19:00:50 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSDS...
13-Nov-2024 19:00:50 Finished task 'Parse test results' with result: Success
13-Nov-2024 19:00:50 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
13-Nov-2024 19:00:50
Substituting variable: ${bamboo.artifactRepoHostname} with S3
13-Nov-2024 19:00:50
Substituting variable: ${bamboo.artifactRepoPort} with 10161
13-Nov-2024 19:00:50
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
13-Nov-2024 19:00:50
Substituting variable: ${bamboo.planRepository.branchName} with develop
13-Nov-2024 19:00:50
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
13-Nov-2024 19:00:50
Substituting variable: ${bamboo.artifactRepoHostname} with S3
13-Nov-2024 19:00:50
Substituting variable: ${bamboo.artifactRepoPort} with 10161
13-Nov-2024 19:00:50
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
13-Nov-2024 19:00:50
Substituting variable: ${bamboo.planRepository.branchName} with develop
13-Nov-2024 19:00:50
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
13-Nov-2024 19:00:50 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
13-Nov-2024 19:00:50
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider directory stat directio symlinks #3363 (ODSRV-OAP-MDSDS-3363)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MDSDS-3363-ScriptBuildTask-11828201487032236952.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSDS/onedata-acceptance
13-Nov-2024 19:00:50 ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_multiprovider_directory_stat_directio_symlinks.tar.gz
13-Nov-2024 19:00:51 Uploading artifact
13-Nov-2024 19:00:51     source path: surefire_multiprovider_directory_stat_directio_symlinks.tar.gz
13-Nov-2024 19:00:51     dest.  path: artifacts/onedata-acceptance/develop/surefire_multiprovider_directory_stat_directio_symlinks.tar.gz
13-Nov-2024 19:00:51 Finished task 'Pack and push surefire artifact' with result: Success
13-Nov-2024 19:00:51 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
13-Nov-2024 19:00:51 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
13-Nov-2024 19:00:51
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider directory stat directio symlinks #3363 (ODSRV-OAP-MDSDS-3363)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MDSDS-3363-ScriptBuildTask-2100836084063487121.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSDS
13-Nov-2024 19:00:51 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
13-Nov-2024 19:00:51 Finished task 'Pack logs' with result: Success
13-Nov-2024 19:00:51 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
13-Nov-2024 19:00:51
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
13-Nov-2024 19:00:51 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
13-Nov-2024 19:00:52
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - multiprovider directory stat directio symlinks #3363 (ODSRV-OAP-MDSDS-3363)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-MDSDS-3363-ScriptBuildTask-9068947854491314948.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSDS/onedata-acceptance
13-Nov-2024 19:00:52   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
13-Nov-2024 19:00:52                                  Dload  Upload   Total   Spent    Left  Speed
13-Nov-2024 19:00:52
13-Nov-2024 19:00:52   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
13-Nov-2024 19:00:52 100  4822  100  4822    0     0  50229      0 --:--:-- --:--:-- --:--:-- 50229
13-Nov-2024 19:00:52 Clearing /tmp/onedata and /home/bamboo/.one-env
13-Nov-2024 19:00:53 Cleaning helm deployments
13-Nov-2024 19:00:53 Cleanining pods
13-Nov-2024 19:00:53 Cleaning kube persistant volumes
13-Nov-2024 19:00:54 Cleaning dockswift container
13-Nov-2024 19:00:54 Cleaning docker containers
13-Nov-2024 19:00:58 Stalled docker containers to remove:
13-Nov-2024 19:00:58 1357e6c36ea9 d55ba077f10a 24236ea09c41 c5f3cee06e29 d28742d15d8c 4293c3081069 6aaeef567244 368ec60e030a fe3086112eb0 c9e3bf004fc3 2f3d513be589 532b02ba11f2 dfe535e11ee9 b6487ef8cab2 824c737a671b 8b98a6f0163c 79b7b6e0fd91 6feb42b7506d b44aef20cc0f 0913853a0e36
13-Nov-2024 19:00:58 Removing stalled docker containers
13-Nov-2024 19:00:58 Error response from daemon: Cannot kill container: 1357e6c36ea9: Container 1357e6c36ea9bc6927452199082ded22306c841929f1f208ef2d457d60fc58e0 is not running
13-Nov-2024 19:00:58 1357e6c36ea9
13-Nov-2024 19:00:58 Error response from daemon: Cannot kill container: d55ba077f10a: Container d55ba077f10ac763fc6de375f89ad2f7ae820694cb76d5e05ba1fafe2abd8d67 is not running
13-Nov-2024 19:00:59 d55ba077f10a
13-Nov-2024 19:00:59 Error response from daemon: Cannot kill container: 24236ea09c41: Container 24236ea09c41e7e5160192090cd67a44ebb7097bdd1b13a054d16f5fb09e34c2 is not running
13-Nov-2024 19:00:59 24236ea09c41
13-Nov-2024 19:00:59 Error response from daemon: Cannot kill container: c5f3cee06e29: Container c5f3cee06e2993778abe5407b48c819ff68b172808b54f46c97c9ac63063c59c is not running
13-Nov-2024 19:00:59 c5f3cee06e29
13-Nov-2024 19:00:59 Error response from daemon: Cannot kill container: d28742d15d8c: Container d28742d15d8c19425803f8917d7a070f5a22c08389d1372c8d177344f82ac419 is not running
13-Nov-2024 19:00:59 d28742d15d8c
13-Nov-2024 19:00:59 Error response from daemon: Cannot kill container: 4293c3081069: Container 4293c30810691a216d8d6636ccbd15ca42c550065304df277cd03bfae9725192 is not running
13-Nov-2024 19:00:59 4293c3081069
13-Nov-2024 19:00:59 Error response from daemon: Cannot kill container: 6aaeef567244: Container 6aaeef567244e8a351456ee8b5abe325d7d729e3ec7e733eeda5c065706dbebd is not running
13-Nov-2024 19:00:59 6aaeef567244
13-Nov-2024 19:00:59 Error response from daemon: Cannot kill container: 368ec60e030a: Container 368ec60e030a5c7b24a2e9d5fc2309e20e4dddbc7c072d2ba5f1ddf2cb69cb60 is not running
13-Nov-2024 19:00:59 368ec60e030a
13-Nov-2024 19:00:59 Error response from daemon: Cannot kill container: fe3086112eb0: Container fe3086112eb06298d928c657dd8d76dd3da55544750927de9ab0eac343a55e31 is not running
13-Nov-2024 19:00:59 fe3086112eb0
13-Nov-2024 19:00:59 Error response from daemon: Cannot kill container: c9e3bf004fc3: Container c9e3bf004fc341920f370ea9942fcf837e05d8663eca5709e329fb2fe354ac56 is not running
13-Nov-2024 19:01:00 c9e3bf004fc3
13-Nov-2024 19:01:00 Error response from daemon: Cannot kill container: 2f3d513be589: Container 2f3d513be5894d53b131c4c7a1f12e42271dcbad6b3e01dfbb88b4aa28d2b6c1 is not running
13-Nov-2024 19:01:00 2f3d513be589
13-Nov-2024 19:01:00 Error response from daemon: Cannot kill container: 532b02ba11f2: Container 532b02ba11f24c071e2c13855c27aa5385556d330320086faaa8f4f7570ab6f2 is not running
13-Nov-2024 19:01:00 532b02ba11f2
13-Nov-2024 19:01:00 Error response from daemon: Cannot kill container: dfe535e11ee9: Container dfe535e11ee94a38f01df3d4be4c92f050db1678c044c639f477128b46cf7d9f is not running
13-Nov-2024 19:01:00 dfe535e11ee9
13-Nov-2024 19:01:00 Error response from daemon: Cannot kill container: b6487ef8cab2: Container b6487ef8cab2d9f6727c0f79697192c497cafeeb768f00bb6d92bd2df32c3a73 is not running
13-Nov-2024 19:01:00 b6487ef8cab2
13-Nov-2024 19:01:00 Error response from daemon: Cannot kill container: 824c737a671b: Container 824c737a671bddd4fbdcab168964bc23952599a0d20fab6f3ff1c9d33c6d1fe4 is not running
13-Nov-2024 19:01:00 824c737a671b
13-Nov-2024 19:01:00 Error response from daemon: Cannot kill container: 8b98a6f0163c: Container 8b98a6f0163c9aa14d4963047bc7e740b9d1da97dd33798701b8b2644b4f5145 is not running
13-Nov-2024 19:01:00 8b98a6f0163c
13-Nov-2024 19:01:00 Error response from daemon: Cannot kill container: 79b7b6e0fd91: Container 79b7b6e0fd918820984230bac309191e4885c067810f506bcf5fd8e50a61d1dc is not running
13-Nov-2024 19:01:00 79b7b6e0fd91
13-Nov-2024 19:01:00 Error response from daemon: Cannot kill container: 6feb42b7506d: Container 6feb42b7506dffc79702556b83c50906e9d1e8e94e17efff45f4558f22117efc is not running
13-Nov-2024 19:01:01 6feb42b7506d
13-Nov-2024 19:01:01 Error response from daemon: Cannot kill container: b44aef20cc0f: Container b44aef20cc0ff2656da23a32544c40cf8fc5bdc64743b9477445354dbf76b585 is not running
13-Nov-2024 19:01:01 b44aef20cc0f
13-Nov-2024 19:01:01 0913853a0e36
13-Nov-2024 19:01:01 0913853a0e36
13-Nov-2024 19:01:01 Stalled docker volumes to remove:
13-Nov-2024 19:01:01
13-Nov-2024 19:01:01 Removing stalled docker volumes
13-Nov-2024 19:01:01 Removing stalled loopdevices
13-Nov-2024 19:01:02 Done
13-Nov-2024 19:01:02 Finished task 'Clear env and working dir' with result: Success
13-Nov-2024 19:01:02 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
13-Nov-2024 19:01:02 Running post build plugin 'Docker Container Cleanup'
13-Nov-2024 19:01:02 Running post build plugin 'NCover Results Collector'
13-Nov-2024 19:01:02 Running post build plugin 'Build Results Label Collector'
13-Nov-2024 19:01:02 Running post build plugin 'Clover Results Collector'
13-Nov-2024 19:01:02 Running post build plugin 'npm Cache Cleanup'
13-Nov-2024 19:01:02 Running post build plugin 'Artifact Copier'
13-Nov-2024 19:01:02 Publishing an artifact: test_logs.tar.gz
13-Nov-2024 19:01:03 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 125.8 ms
13-Nov-2024 19:01:03 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-MDSDS'
13-Nov-2024 19:01:03 Finalising the build...
13-Nov-2024 19:01:03 Stopping timer.
13-Nov-2024 19:01:03 Build ODSRV-OAP-MDSDS-3363 completed.
13-Nov-2024 19:01:03 Running on server: post build plugin 'Build Hanging Detection Configuration'
13-Nov-2024 19:01:03 Running on server: post build plugin 'NCover Results Collector'
13-Nov-2024 19:01:03 Running on server: post build plugin 'Build Labeller'
13-Nov-2024 19:01:03 Running on server: post build plugin 'Clover Delta Calculator'
13-Nov-2024 19:01:03 Running on server: post build plugin 'Maven Dependencies Postprocessor'
13-Nov-2024 19:01:03 All post build plugins have finished
13-Nov-2024 19:01:03 Generating build results summary...
13-Nov-2024 19:01:03 Saving build results to disk...
13-Nov-2024 19:01:03 Store variable context...
13-Nov-2024 19:01:03 Finished building ODSRV-OAP-MDSDS-3363.