oneclient acceptance tests using environment deployed from packages

Build: #3361 was successful

Job: singleprovider regular file CRUD multiclient directio symlinks was successful

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Build log

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

09-Nov-2024 20:02:06
09-Nov-2024 20:02:06 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/pqbebre97bvamo39
09-Nov-2024 20:02:06
09-Nov-2024 20:02:06 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/pqbebre97bvamo39 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/pqbebre97bvamo39
09-Nov-2024 20:02:06 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '6831851360639092613'...
09-Nov-2024 20:02:06 Getting configuration...
09-Nov-2024 20:02:06 Oneclient has been successfully mounted in '/tmp/onedata/mnt/pqbebre97bvamo39'.
09-Nov-2024 20:02:06
09-Nov-2024 20:02:06 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:02:06 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:02:06 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:02:06
09-Nov-2024 20:02:06
09-Nov-2024 20:02:06 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx'
09-Nov-2024 20:02:06 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx' successfully started
09-Nov-2024 20:02:06
09-Nov-2024 20:02:06 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/weew9mg9o78u39mf
09-Nov-2024 20:02:06
09-Nov-2024 20:02:06 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/weew9mg9o78u39mf --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/weew9mg9o78u39mf
09-Nov-2024 20:02:06 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '16149751494762316276'...
09-Nov-2024 20:02:06 Getting configuration...
09-Nov-2024 20:02:06 Oneclient has been successfully mounted in '/tmp/onedata/mnt/weew9mg9o78u39mf'.
09-Nov-2024 20:02:06
09-Nov-2024 20:02:06 -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2, space1/dir3] on client11"'
09-Nov-2024 20:02:06 -- Executing step: 'When "user1 creates regular files [space1/dir1/dir2/file1] on client11"'
09-Nov-2024 20:02:06 -- Executing step: 'When "user1 sees [file1] in space1/dir1/dir2 on client11"'
09-Nov-2024 20:02:06 -- Executing step: 'When "user2 sees [file1] in space1/dir1/dir2 on client21"'
09-Nov-2024 20:02:06 -- Executing step: 'When "user1 writes 32 MB of random characters to space1/dir1/dir2/file1 on client11 and saves MD5"'
09-Nov-2024 20:02:06 -- Executing step: 'When "user1 copies regular file space1/dir1/dir2/file1 to space1/dir3/file1 on client11"'
09-Nov-2024 20:02:06 -- Executing step: 'Then "user1 can stat [file1] in space1/dir1/dir2 on client11"'
09-Nov-2024 20:02:06 -- Executing step: 'Then "user2 can stat [file1] in space1/dir1/dir2 on client21"'
09-Nov-2024 20:02:06 -- Executing step: 'Then "user1 can stat [file1] in space1/dir3 on client11"'
09-Nov-2024 20:02:06 -- Executing step: 'Then "user2 can stat [file1] in space1/dir3 on client21"'
09-Nov-2024 20:02:06 -- Executing step: 'Then "user1 sees [file1] in space1/dir1/dir2 on client11"'
09-Nov-2024 20:02:06 -- Executing step: 'Then "user2 sees [file1] in space1/dir1/dir2 on client21"'
09-Nov-2024 20:02:06 -- Executing step: 'Then "user1 sees [file1] in space1/dir3 on client11"'
09-Nov-2024 20:02:06 -- Executing step: 'Then "user2 sees [file1] in space1/dir3 on client21"'
09-Nov-2024 20:02:06 -- Executing step: 'Then "user1 checks MD5 of space1/dir3/file1 on client11"'
09-Nov-2024 20:02:06 -- Executing step: 'Then "user2 checks MD5 of space1/dir3/file1 on client21"'
09-Nov-2024 20:02:06 =================================================================
09-Nov-2024 20:02:06
09-Nov-2024 20:02:06 PASSED
09-Nov-2024 20:02:06 Unmounting client from /tmp/onedata/mnt/pqbebre97bvamo39
09-Nov-2024 20:02:06
09-Nov-2024 20:02:06
09-Nov-2024 20:02:06 Unmounting client from /tmp/onedata/mnt/weew9mg9o78u39mf
09-Nov-2024 20:02:06
09-Nov-2024 20:02:06
09-Nov-2024 20:02:33 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_file_opened_for_reading[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 20:02:33 =================================================================
09-Nov-2024 20:02:33 - Executing scenario 'Delete file opened by other user for reading'
09-Nov-2024 20:02:33 - from feature 'Multi_regular_file_CRUD'
09-Nov-2024 20:02:33 -----------------------------------------------------------------
09-Nov-2024 20:02:33 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 20:02:33 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 20:02:33 using [token, token] by [user1, user2]"'
09-Nov-2024 20:02:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:02:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:02:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:02:33
09-Nov-2024 20:02:33
09-Nov-2024 20:02:33 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rc8qf'
09-Nov-2024 20:02:33 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rc8qf' successfully started
09-Nov-2024 20:02:33
09-Nov-2024 20:02:33 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/5xk8vd2zjrgi9r34
09-Nov-2024 20:02:33
09-Nov-2024 20:02:33 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/5xk8vd2zjrgi9r34 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/5xk8vd2zjrgi9r34
09-Nov-2024 20:02:33 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '2916575596962098487'...
09-Nov-2024 20:02:33 Getting configuration...
09-Nov-2024 20:02:33 Oneclient has been successfully mounted in '/tmp/onedata/mnt/5xk8vd2zjrgi9r34'.
09-Nov-2024 20:02:33
09-Nov-2024 20:02:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:02:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:02:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:02:33
09-Nov-2024 20:02:33
09-Nov-2024 20:02:33 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx'
09-Nov-2024 20:02:33 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx' successfully started
09-Nov-2024 20:02:33
09-Nov-2024 20:02:33 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/d7t53oul5np4w3uu
09-Nov-2024 20:02:33
09-Nov-2024 20:02:33 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/d7t53oul5np4w3uu --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/d7t53oul5np4w3uu
09-Nov-2024 20:02:33 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '107556578787385931'...
09-Nov-2024 20:02:33 Getting configuration...
09-Nov-2024 20:02:33 Oneclient has been successfully mounted in '/tmp/onedata/mnt/d7t53oul5np4w3uu'.
09-Nov-2024 20:02:33
09-Nov-2024 20:02:33 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
09-Nov-2024 20:02:33 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
09-Nov-2024 20:02:33 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
09-Nov-2024 20:02:33 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
09-Nov-2024 20:02:33 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
09-Nov-2024 20:02:33 -- Executing step: 'When "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
09-Nov-2024 20:02:33 -- Executing step: 'When "user1 changes space1/dir1 mode to 777 on client11"'
09-Nov-2024 20:02:33 -- Executing step: 'Then "mode of user2's space1/dir1 is 777 on client21"'
09-Nov-2024 20:02:33 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r on client11"'
09-Nov-2024 20:02:33 -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"'
09-Nov-2024 20:02:33 -- Executing step: 'Then "user2 can't stat [file1] in space1/dir1 on client21"'
09-Nov-2024 20:02:33 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"'
09-Nov-2024 20:02:33 -- Executing step: 'Then "user2 doesn't see [file1] in space1/dir1 on client21"'
09-Nov-2024 20:02:33 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"'
09-Nov-2024 20:02:33 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"'
09-Nov-2024 20:02:33 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
09-Nov-2024 20:02:33 =================================================================
09-Nov-2024 20:02:33
09-Nov-2024 20:02:33 PASSED
09-Nov-2024 20:02:33 Unmounting client from /tmp/onedata/mnt/5xk8vd2zjrgi9r34
09-Nov-2024 20:02:33
09-Nov-2024 20:02:33
09-Nov-2024 20:02:33 Unmounting client from /tmp/onedata/mnt/d7t53oul5np4w3uu
09-Nov-2024 20:02:33
09-Nov-2024 20:02:33
09-Nov-2024 20:02:56 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_file_opened_for_rdwr[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 20:02:56 =================================================================
09-Nov-2024 20:02:56 - Executing scenario 'Delete file opened by other user for reading and writing'
09-Nov-2024 20:02:56 - from feature 'Multi_regular_file_CRUD'
09-Nov-2024 20:02:56 -----------------------------------------------------------------
09-Nov-2024 20:02:56 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 20:02:56 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 20:02:56 using [token, token] by [user1, user2]"'
09-Nov-2024 20:02:56 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:02:56 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:02:56 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:02:56
09-Nov-2024 20:02:56
09-Nov-2024 20:02:56 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rc8qf'
09-Nov-2024 20:02:56 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rc8qf' successfully started
09-Nov-2024 20:02:56
09-Nov-2024 20:02:56 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/jpa69i4z1b99rsou
09-Nov-2024 20:02:56
09-Nov-2024 20:02:56 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/jpa69i4z1b99rsou --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/jpa69i4z1b99rsou
09-Nov-2024 20:02:56 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '3167968186954477876'...
09-Nov-2024 20:02:56 Getting configuration...
09-Nov-2024 20:02:56 Oneclient has been successfully mounted in '/tmp/onedata/mnt/jpa69i4z1b99rsou'.
09-Nov-2024 20:02:56
09-Nov-2024 20:02:56 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:02:56 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:02:56 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:02:56
09-Nov-2024 20:02:56
09-Nov-2024 20:02:56 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx'
09-Nov-2024 20:02:56 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx' successfully started
09-Nov-2024 20:02:56
09-Nov-2024 20:02:56 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/8gdo54f4gnr3el6s
09-Nov-2024 20:02:56
09-Nov-2024 20:02:56 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/8gdo54f4gnr3el6s --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/8gdo54f4gnr3el6s
09-Nov-2024 20:02:56 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '10002797703369476209'...
09-Nov-2024 20:02:56 Getting configuration...
09-Nov-2024 20:02:56 Oneclient has been successfully mounted in '/tmp/onedata/mnt/8gdo54f4gnr3el6s'.
09-Nov-2024 20:02:56
09-Nov-2024 20:02:56 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
09-Nov-2024 20:02:56 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
09-Nov-2024 20:02:56 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
09-Nov-2024 20:02:56 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
09-Nov-2024 20:02:56 -- Executing step: 'Then "mode of user2's space1/dir1 is 775 on client21"'
09-Nov-2024 20:02:56 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
09-Nov-2024 20:02:56 -- Executing step: 'Then "user2 deletes files [space1/dir1/file1] on client21"'
09-Nov-2024 20:02:56 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to previously opened space1/dir1/file1 on client11"'
09-Nov-2024 20:02:56 -- Executing step: 'Then "user1 sets current file position in space1/dir1/file1 at offset 0 on client11"'
09-Nov-2024 20:02:56 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from previously opened file space1/dir1/file1 on client11"'
09-Nov-2024 20:02:56 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
09-Nov-2024 20:02:56 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1 on client11"'
09-Nov-2024 20:02:56 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1 on client11"'
09-Nov-2024 20:02:56 =================================================================
09-Nov-2024 20:02:56
09-Nov-2024 20:02:57 PASSED
09-Nov-2024 20:02:57 Unmounting client from /tmp/onedata/mnt/jpa69i4z1b99rsou
09-Nov-2024 20:02:57
09-Nov-2024 20:02:57
09-Nov-2024 20:02:57 Unmounting client from /tmp/onedata/mnt/8gdo54f4gnr3el6s
09-Nov-2024 20:02:57
09-Nov-2024 20:02:57
09-Nov-2024 20:03:20 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_opened_file_without_permission[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 20:03:20 =================================================================
09-Nov-2024 20:03:20 - Executing scenario 'Fail to delete file without permission, file is opened by other user'
09-Nov-2024 20:03:20 - from feature 'Multi_regular_file_CRUD'
09-Nov-2024 20:03:20 -----------------------------------------------------------------
09-Nov-2024 20:03:20 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 20:03:20 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 20:03:20 using [token, token] by [user1, user2]"'
09-Nov-2024 20:03:20 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:03:20 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:03:20 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:03:20
09-Nov-2024 20:03:20
09-Nov-2024 20:03:20 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rc8qf'
09-Nov-2024 20:03:20 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rc8qf' successfully started
09-Nov-2024 20:03:20
09-Nov-2024 20:03:20 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/xza7m7uaw4lk0ot4
09-Nov-2024 20:03:20
09-Nov-2024 20:03:20 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/xza7m7uaw4lk0ot4 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/xza7m7uaw4lk0ot4
09-Nov-2024 20:03:20 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '11264566306222910885'...
09-Nov-2024 20:03:20 Getting configuration...
09-Nov-2024 20:03:20 Oneclient has been successfully mounted in '/tmp/onedata/mnt/xza7m7uaw4lk0ot4'.
09-Nov-2024 20:03:20
09-Nov-2024 20:03:20 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:03:20 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:03:20 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:03:20
09-Nov-2024 20:03:20
09-Nov-2024 20:03:20 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx'
09-Nov-2024 20:03:20 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx' successfully started
09-Nov-2024 20:03:20
09-Nov-2024 20:03:20 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/ivrv4neozdvbwgaz
09-Nov-2024 20:03:20
09-Nov-2024 20:03:20 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ivrv4neozdvbwgaz --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ivrv4neozdvbwgaz
09-Nov-2024 20:03:20 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7923073897854090170'...
09-Nov-2024 20:03:20 Getting configuration...
09-Nov-2024 20:03:20 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ivrv4neozdvbwgaz'.
09-Nov-2024 20:03:20
09-Nov-2024 20:03:20 -- Executing step: 'When "user1 creates directories [space1/dir1] on client11"'
09-Nov-2024 20:03:20 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1] on client11"'
09-Nov-2024 20:03:20 -- Executing step: 'When "user1 sees [file1] in space1/dir1 on client11"'
09-Nov-2024 20:03:20 -- Executing step: 'When "user2 sees [dir1] in space1 on client21"'
09-Nov-2024 20:03:20 -- Executing step: 'When "user2 sees [file1] in space1/dir1 on client21"'
09-Nov-2024 20:03:20 -- Executing step: 'When "user1 changes space1/dir1 mode to 755 on client11"'
09-Nov-2024 20:03:20 -- Executing step: 'Then "mode of user2's space1/dir1 is 755 on client21"'
09-Nov-2024 20:03:20 -- Executing step: 'Then "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1 on client11"'
09-Nov-2024 20:03:20 -- Executing step: 'Then "user1 opens space1/dir1/file1 with mode r+ on client11"'
09-Nov-2024 20:03:20 -- Executing step: 'Then "user2 fails to delete files [space1/dir1/file1] on client21"'
09-Nov-2024 20:03:20 -- Executing step: 'Then "user1 closes space1/dir1/file1 on client11"'
09-Nov-2024 20:03:20 -- Executing step: 'Then "user1 can stat [file1] in space1/dir1 on client11"'
09-Nov-2024 20:03:20 -- Executing step: 'Then "user2 can stat [file1] in space1/dir1 on client21"'
09-Nov-2024 20:03:20 -- Executing step: 'Then "user1 sees [file1] in space1/dir1 on client11"'
09-Nov-2024 20:03:20 -- Executing step: 'Then "user2 sees [file1] in space1/dir1 on client21"'
09-Nov-2024 20:03:20 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client11"'
09-Nov-2024 20:03:20 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/dir1/file1 on client21"'
09-Nov-2024 20:03:20 =================================================================
09-Nov-2024 20:03:20
09-Nov-2024 20:03:21 PASSED
09-Nov-2024 20:03:21 Unmounting client from /tmp/onedata/mnt/xza7m7uaw4lk0ot4
09-Nov-2024 20:03:21
09-Nov-2024 20:03:21
09-Nov-2024 20:03:21 Unmounting client from /tmp/onedata/mnt/ivrv4neozdvbwgaz
09-Nov-2024 20:03:21
09-Nov-2024 20:03:21
09-Nov-2024 20:03:43 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_delete_right_after_close[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 20:03:43 =================================================================
09-Nov-2024 20:03:43 - Executing scenario 'Delete file right after closing it'
09-Nov-2024 20:03:43 - from feature 'Multi_regular_file_CRUD'
09-Nov-2024 20:03:43 -----------------------------------------------------------------
09-Nov-2024 20:03:43 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 20:03:43 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 20:03:43 using [token, token] by [user1, user2]"'
09-Nov-2024 20:03:43 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:03:43 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:03:43 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:03:43
09-Nov-2024 20:03:43
09-Nov-2024 20:03:43 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rc8qf'
09-Nov-2024 20:03:43 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rc8qf' successfully started
09-Nov-2024 20:03:43
09-Nov-2024 20:03:43 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/ad7hynh0wntdz7b8
09-Nov-2024 20:03:43
09-Nov-2024 20:03:43 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ad7hynh0wntdz7b8 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ad7hynh0wntdz7b8
09-Nov-2024 20:03:43 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '2123611677418410517'...
09-Nov-2024 20:03:43 Getting configuration...
09-Nov-2024 20:03:43 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ad7hynh0wntdz7b8'.
09-Nov-2024 20:03:43
09-Nov-2024 20:03:43 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:03:43 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:03:43 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:03:43
09-Nov-2024 20:03:43
09-Nov-2024 20:03:43 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx'
09-Nov-2024 20:03:43 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx' successfully started
09-Nov-2024 20:03:43
09-Nov-2024 20:03:43 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/j8s6odo3fn70d6uh
09-Nov-2024 20:03:43
09-Nov-2024 20:03:43 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/j8s6odo3fn70d6uh --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/j8s6odo3fn70d6uh
09-Nov-2024 20:03:43 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '18288881633230177299'...
09-Nov-2024 20:03:43 Getting configuration...
09-Nov-2024 20:03:43 Oneclient has been successfully mounted in '/tmp/onedata/mnt/j8s6odo3fn70d6uh'.
09-Nov-2024 20:03:43
09-Nov-2024 20:03:43 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
09-Nov-2024 20:03:43 -- Executing step: 'When "user1 sees [file1] in space1 on client11"'
09-Nov-2024 20:03:43 -- Executing step: 'When "user2 sees [file1] in space1 on client21"'
09-Nov-2024 20:03:43 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
09-Nov-2024 20:03:43 -- Executing step: 'When "user1 opens space1/file1 with mode r+ on client11"'
09-Nov-2024 20:03:43 -- Executing step: 'When "user1 closes space1/file1 on client11"'
09-Nov-2024 20:03:43 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
09-Nov-2024 20:03:43 -- Executing step: 'When "space1 is empty for user1 on client11"'
09-Nov-2024 20:03:43 =================================================================
09-Nov-2024 20:03:43
09-Nov-2024 20:03:43 PASSED
09-Nov-2024 20:03:43 Unmounting client from /tmp/onedata/mnt/ad7hynh0wntdz7b8
09-Nov-2024 20:03:43
09-Nov-2024 20:03:43
09-Nov-2024 20:03:43 Unmounting client from /tmp/onedata/mnt/j8s6odo3fn70d6uh
09-Nov-2024 20:03:43
09-Nov-2024 20:03:43
09-Nov-2024 20:04:09 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_create_many[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 20:04:09 =================================================================
09-Nov-2024 20:04:09 - Executing scenario 'Create many children'
09-Nov-2024 20:04:09 - from feature 'Multi_regular_file_CRUD'
09-Nov-2024 20:04:09 -----------------------------------------------------------------
09-Nov-2024 20:04:09 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 20:04:09 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 20:04:09 using [token, token] by [user1, user2]"'
09-Nov-2024 20:04:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:04:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:04:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:04:09
09-Nov-2024 20:04:09
09-Nov-2024 20:04:09 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rc8qf'
09-Nov-2024 20:04:09 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rc8qf' successfully started
09-Nov-2024 20:04:09
09-Nov-2024 20:04:09 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/hsr866rcwcpnueph
09-Nov-2024 20:04:09
09-Nov-2024 20:04:09 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/hsr866rcwcpnueph --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/hsr866rcwcpnueph
09-Nov-2024 20:04:09 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '9138368001016201508'...
09-Nov-2024 20:04:09 Getting configuration...
09-Nov-2024 20:04:09 Oneclient has been successfully mounted in '/tmp/onedata/mnt/hsr866rcwcpnueph'.
09-Nov-2024 20:04:09
09-Nov-2024 20:04:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:04:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:04:09 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:04:09
09-Nov-2024 20:04:09
09-Nov-2024 20:04:09 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx'
09-Nov-2024 20:04:09 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx' successfully started
09-Nov-2024 20:04:09
09-Nov-2024 20:04:09 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/b5j8xxgxo9j4iew2
09-Nov-2024 20:04:09
09-Nov-2024 20:04:09 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/b5j8xxgxo9j4iew2 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/b5j8xxgxo9j4iew2
09-Nov-2024 20:04:09 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '18309487885780680676'...
09-Nov-2024 20:04:09 Getting configuration...
09-Nov-2024 20:04:09 Oneclient has been successfully mounted in '/tmp/onedata/mnt/b5j8xxgxo9j4iew2'.
09-Nov-2024 20:04:09
09-Nov-2024 20:04:09 -- Executing step: 'When "user1 creates child files of space1 with names in range [1, 127) on client11"'
09-Nov-2024 20:04:09 -- Executing step: 'Then "user2 lists children of space1 and gets names in range [1, 127) on client21"'
09-Nov-2024 20:04:09 =================================================================
09-Nov-2024 20:04:09
09-Nov-2024 20:04:16 PASSED
09-Nov-2024 20:04:16 Unmounting client from /tmp/onedata/mnt/hsr866rcwcpnueph
09-Nov-2024 20:04:16
09-Nov-2024 20:04:16
09-Nov-2024 20:04:16 Unmounting client from /tmp/onedata/mnt/b5j8xxgxo9j4iew2
09-Nov-2024 20:04:16
09-Nov-2024 20:04:16
09-Nov-2024 20:04:38 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_copy_delete[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 20:04:38 =================================================================
09-Nov-2024 20:04:38 - Executing scenario 'Create nonempty file then copy it and remove source file'
09-Nov-2024 20:04:38 - from feature 'Multi_regular_file_CRUD'
09-Nov-2024 20:04:38 -----------------------------------------------------------------
09-Nov-2024 20:04:38 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 20:04:38 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 20:04:38 using [token, token] by [user1, user2]"'
09-Nov-2024 20:04:38 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:04:38 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:04:38 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:04:38
09-Nov-2024 20:04:38
09-Nov-2024 20:04:38 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rc8qf'
09-Nov-2024 20:04:38 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rc8qf' successfully started
09-Nov-2024 20:04:38
09-Nov-2024 20:04:38 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/f6dyjaw8vqklpf5t
09-Nov-2024 20:04:38
09-Nov-2024 20:04:38 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/f6dyjaw8vqklpf5t --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/f6dyjaw8vqklpf5t
09-Nov-2024 20:04:38 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15656963872139576381'...
09-Nov-2024 20:04:38 Getting configuration...
09-Nov-2024 20:04:38 Oneclient has been successfully mounted in '/tmp/onedata/mnt/f6dyjaw8vqklpf5t'.
09-Nov-2024 20:04:38
09-Nov-2024 20:04:38 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:04:38 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:04:38 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:04:38
09-Nov-2024 20:04:38
09-Nov-2024 20:04:38 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx'
09-Nov-2024 20:04:38 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx' successfully started
09-Nov-2024 20:04:38
09-Nov-2024 20:04:38 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/nsyxx3zzkc6sg0l1
09-Nov-2024 20:04:38
09-Nov-2024 20:04:38 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/nsyxx3zzkc6sg0l1 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/nsyxx3zzkc6sg0l1
09-Nov-2024 20:04:38 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15570106070959728138'...
09-Nov-2024 20:04:38 Getting configuration...
09-Nov-2024 20:04:38 Oneclient has been successfully mounted in '/tmp/onedata/mnt/nsyxx3zzkc6sg0l1'.
09-Nov-2024 20:04:38
09-Nov-2024 20:04:38 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
09-Nov-2024 20:04:38 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
09-Nov-2024 20:04:38 -- Executing step: 'When "user1 copies regular file space1/file1 to space1/file1_copy on client11"'
09-Nov-2024 20:04:38 -- Executing step: 'When "user1 deletes files [space1/file1] on client11"'
09-Nov-2024 20:04:38 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client11"'
09-Nov-2024 20:04:38 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space1/file1_copy on client21"'
09-Nov-2024 20:04:38 =================================================================
09-Nov-2024 20:04:38
09-Nov-2024 20:04:39 PASSED
09-Nov-2024 20:04:39 Unmounting client from /tmp/onedata/mnt/f6dyjaw8vqklpf5t
09-Nov-2024 20:04:39
09-Nov-2024 20:04:39
09-Nov-2024 20:04:39 Unmounting client from /tmp/onedata/mnt/nsyxx3zzkc6sg0l1
09-Nov-2024 20:04:39
09-Nov-2024 20:04:39
09-Nov-2024 20:05:03 tests/oneclient/scenarios/test_multi_reg_file_CRUD.py::test_move_between_spaces[singleprovider_multiclient_directio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
09-Nov-2024 20:05:03 =================================================================
09-Nov-2024 20:05:03 - Executing scenario 'Create nonempty file then move it to another space'
09-Nov-2024 20:05:03 - from feature 'Multi_regular_file_CRUD'
09-Nov-2024 20:05:03 -----------------------------------------------------------------
09-Nov-2024 20:05:03 -- Executing step: 'Given "oneclients [client11, client21]
09-Nov-2024 20:05:03 mounted on client_hosts [oneclient-1, oneclient-2] respectively,
09-Nov-2024 20:05:03 using [token, token] by [user1, user2]"'
09-Nov-2024 20:05:03 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:05:03 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:05:03 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-rc8qf', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:05:03
09-Nov-2024 20:05:03
09-Nov-2024 20:05:03 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rc8qf'
09-Nov-2024 20:05:03 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-rc8qf' successfully started
09-Nov-2024 20:05:03
09-Nov-2024 20:05:03 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/100c8sukgcq5t4y6
09-Nov-2024 20:05:03
09-Nov-2024 20:05:03 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/100c8sukgcq5t4y6 --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/100c8sukgcq5t4y6
09-Nov-2024 20:05:03 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '6216660816428828474'...
09-Nov-2024 20:05:03 Getting configuration...
09-Nov-2024 20:05:03 Oneclient has been successfully mounted in '/tmp/onedata/mnt/100c8sukgcq5t4y6'.
09-Nov-2024 20:05:03
09-Nov-2024 20:05:03 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
09-Nov-2024 20:05:03 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
09-Nov-2024 20:05:03 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-s98bx', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
09-Nov-2024 20:05:03
09-Nov-2024 20:05:03
09-Nov-2024 20:05:03 starting rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx'
09-Nov-2024 20:05:03 rpyc server for user 'user2' on client host 'dev-oneclient-krakow-7d9476b8bc-s98bx' successfully started
09-Nov-2024 20:05:03
09-Nov-2024 20:05:03 Mounting client with --force-direct-io flag in /tmp/onedata/mnt/xh5mlk2cq9g7edoh
09-Nov-2024 20:05:03
09-Nov-2024 20:05:03 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/xh5mlk2cq9g7edoh --force-direct-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/xh5mlk2cq9g7edoh
09-Nov-2024 20:05:03 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '9620257129706825919'...
09-Nov-2024 20:05:03 Getting configuration...
09-Nov-2024 20:05:03 Oneclient has been successfully mounted in '/tmp/onedata/mnt/xh5mlk2cq9g7edoh'.
09-Nov-2024 20:05:03
09-Nov-2024 20:05:03 -- Executing step: 'When "user1 creates regular files [space1/file1] on client11"'
09-Nov-2024 20:05:03 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1 on client11"'
09-Nov-2024 20:05:03 -- Executing step: 'When "user2 reads "TEST TEXT ONEDATA" from file space1/file1 on client21"'
09-Nov-2024 20:05:03 -- Executing step: 'When "user1 renames space1/file1 to space2/file1_moved on client11"'
09-Nov-2024 20:05:03 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client11"'
09-Nov-2024 20:05:03 -- Executing step: 'Then "user2 reads "TEST TEXT ONEDATA" from file space2/file1_moved on client21"'
09-Nov-2024 20:05:03 =================================================================
09-Nov-2024 20:05:03
09-Nov-2024 20:05:11 PASSED
09-Nov-2024 20:05:11 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
09-Nov-2024 20:05:11 Unmounting client from /tmp/onedata/mnt/100c8sukgcq5t4y6
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11 Unmounting client from /tmp/onedata/mnt/xh5mlk2cq9g7edoh
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11 Running command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFCMDS/onedata-acceptance/tests/oneclient/logs/singleprovider_multiclient_directio/test_multi_reg_file_CRUD.1731182703.61659', '-c', '/tmp/logs']
09-Nov-2024 20:05:11 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-4qnvh. See /home/bamboo/.one-env/deployments/2024.11.09-19.52.00/pod-logs/dev-cross-support-job-3p-users-4qnvh/entrypoint.log for more details
09-Nov-2024 20:05:11 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-rc8qf: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.09-19.52.00/pod-logs/dev-oneclient-krakow-7d9476b8bc-rc8qf/oneclient_logs
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=188/220)
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 20:05:11          66,140   0%   31.54MB/s    0:00:00 (xfr#1, to-chk=187/220)
09-Nov-2024 20:05:11          66,140   0%   31.54MB/s    0:00:00 (xfr#1, to-chk=181/220)
09-Nov-2024 20:05:11          67,082   0%   31.99MB/s    0:00:00 (xfr#2, to-chk=183/220)
09-Nov-2024 20:05:11         647,967   5%   34.33MB/s    0:00:00 (xfr#3, to-chk=182/220)
09-Nov-2024 20:05:11         648,909   5%   32.57MB/s    0:00:00 (xfr#4, to-chk=181/220)
09-Nov-2024 20:05:11 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)
09-Nov-2024 20:05:11 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
09-Nov-2024 20:05:11         685,794   5%   32.70MB/s    0:00:00 (xfr#5, to-chk=180/220)
09-Nov-2024 20:05:11 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
09-Nov-2024 20:05:11         686,352   5%   32.73MB/s    0:00:00 (xfr#6, to-chk=176/220)
09-Nov-2024 20:05:11 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
09-Nov-2024 20:05:11         815,691   6%   32.41MB/s    0:00:00 (xfr#7, to-chk=175/220)
09-Nov-2024 20:05:11         816,249   6%   32.43MB/s    0:00:00 (xfr#8, to-chk=174/220)
09-Nov-2024 20:05:11         860,146   7%   30.38MB/s    0:00:00 (xfr#9, to-chk=173/220)
09-Nov-2024 20:05:11         860,704   7%   30.40MB/s    0:00:00 (xfr#10, to-chk=169/220)
09-Nov-2024 20:05:11       1,005,236   8%   30.92MB/s    0:00:00 (xfr#11, to-chk=168/220)
09-Nov-2024 20:05:11       1,005,794   8%   30.94MB/s    0:00:00 (xfr#12, to-chk=167/220)
09-Nov-2024 20:05:11       1,046,489   8%   31.19MB/s    0:00:00 (xfr#13, to-chk=166/220)
09-Nov-2024 20:05:11       1,046,759   8%   31.20MB/s    0:00:00 (xfr#14, to-chk=162/220)
09-Nov-2024 20:05:11       1,162,619   9%   28.43MB/s    0:00:00 (xfr#15, to-chk=161/220)
09-Nov-2024 20:05:11       1,162,889   9%   28.44MB/s    0:00:00 (xfr#16, to-chk=160/220)
09-Nov-2024 20:05:11       1,163,517   9%   28.45MB/s    0:00:00 (xfr#17, to-chk=159/220)
09-Nov-2024 20:05:11       1,187,961  10%   29.05MB/s    0:00:00 (xfr#18, to-chk=158/220)
09-Nov-2024 20:05:11       1,188,327  10%   29.06MB/s    0:00:00 (xfr#19, to-chk=154/220)
09-Nov-2024 20:05:11       1,274,505  10%   24.31MB/s    0:00:00 (xfr#20, to-chk=153/220)
09-Nov-2024 20:05:11       1,274,871  10%   24.32MB/s    0:00:00 (xfr#21, to-chk=152/220)
09-Nov-2024 20:05:11       1,314,376  11%   23.21MB/s    0:00:00 (xfr#22, to-chk=151/220)
09-Nov-2024 20:05:11       1,314,934  11%   23.22MB/s    0:00:00 (xfr#23, to-chk=147/220)
09-Nov-2024 20:05:11       1,445,201  12%   22.23MB/s    0:00:00 (xfr#24, to-chk=146/220)
09-Nov-2024 20:05:11       1,445,759  12%   22.24MB/s    0:00:00 (xfr#25, to-chk=145/220)
09-Nov-2024 20:05:11       1,446,387  12%   21.89MB/s    0:00:00 (xfr#26, to-chk=144/220)
09-Nov-2024 20:05:11       1,493,545  12%   21.91MB/s    0:00:00 (xfr#27, to-chk=143/220)
09-Nov-2024 20:05:11       1,494,199  12%   21.92MB/s    0:00:00 (xfr#28, to-chk=139/220)
09-Nov-2024 20:05:11       1,669,172  14%   21.81MB/s    0:00:00 (xfr#29, to-chk=138/220)
09-Nov-2024 20:05:11       1,669,826  14%   21.81MB/s    0:00:00 (xfr#30, to-chk=137/220)
09-Nov-2024 20:05:11       1,702,554  14%   22.24MB/s    0:00:00 (xfr#31, to-chk=136/220)
09-Nov-2024 20:05:11       1,703,304  14%   22.25MB/s    0:00:00 (xfr#32, to-chk=132/220)
09-Nov-2024 20:05:11       1,820,706  15%   23.46MB/s    0:00:00 (xfr#33, to-chk=131/220)
09-Nov-2024 20:05:11       1,821,456  15%   23.47MB/s    0:00:00 (xfr#34, to-chk=130/220)
09-Nov-2024 20:05:11       1,861,102  15%   23.98MB/s    0:00:00 (xfr#35, to-chk=129/220)
09-Nov-2024 20:05:11       1,861,852  15%   23.99MB/s    0:00:00 (xfr#36, to-chk=125/220)
09-Nov-2024 20:05:11       2,000,196  17%   25.43MB/s    0:00:00 (xfr#37, to-chk=124/220)
09-Nov-2024 20:05:11       2,000,946  17%   25.44MB/s    0:00:00 (xfr#38, to-chk=123/220)
09-Nov-2024 20:05:11       2,037,554  17%   25.91MB/s    0:00:00 (xfr#39, to-chk=122/220)
09-Nov-2024 20:05:11       2,038,208  17%   25.92MB/s    0:00:00 (xfr#40, to-chk=118/220)
09-Nov-2024 20:05:11       2,163,613  18%   25.47MB/s    0:00:00 (xfr#41, to-chk=117/220)
09-Nov-2024 20:05:11       2,164,267  18%   25.48MB/s    0:00:00 (xfr#42, to-chk=116/220)
09-Nov-2024 20:05:11       2,211,312  18%   25.72MB/s    0:00:00 (xfr#43, to-chk=115/220)
09-Nov-2024 20:05:11       2,212,062  18%   25.73MB/s    0:00:00 (xfr#44, to-chk=111/220)
09-Nov-2024 20:05:11       2,377,220  20%   24.64MB/s    0:00:00 (xfr#45, to-chk=110/220)
09-Nov-2024 20:05:11       2,377,970  20%   24.39MB/s    0:00:00 (xfr#46, to-chk=109/220)
09-Nov-2024 20:05:11       2,433,595  20%   24.96MB/s    0:00:00 (xfr#47, to-chk=108/220)
09-Nov-2024 20:05:11       2,434,057  20%   24.96MB/s    0:00:00 (xfr#48, to-chk=104/220)
09-Nov-2024 20:05:11       2,622,653  22%   26.61MB/s    0:00:00 (xfr#49, to-chk=103/220)
09-Nov-2024 20:05:11       2,623,115  22%   26.61MB/s    0:00:00 (xfr#50, to-chk=102/220)
09-Nov-2024 20:05:11       2,670,265  22%   25.72MB/s    0:00:00 (xfr#51, to-chk=101/220)
09-Nov-2024 20:05:11       2,670,823  22%   25.73MB/s    0:00:00 (xfr#52, to-chk=97/220)
09-Nov-2024 20:05:11       2,823,631  24%   26.93MB/s    0:00:00 (xfr#53, to-chk=96/220)
09-Nov-2024 20:05:11       2,824,189  24%   26.93MB/s    0:00:00 (xfr#54, to-chk=95/220)
09-Nov-2024 20:05:11       2,857,295  24%   25.71MB/s    0:00:00 (xfr#55, to-chk=94/220)
09-Nov-2024 20:05:11       2,857,949  24%   25.47MB/s    0:00:00 (xfr#56, to-chk=90/220)
09-Nov-2024 20:05:11       2,982,185  25%   25.17MB/s    0:00:00 (xfr#57, to-chk=89/220)
09-Nov-2024 20:05:11       2,982,839  25%   25.17MB/s    0:00:00 (xfr#58, to-chk=88/220)
09-Nov-2024 20:05:11       3,741,112  31%   25.30MB/s    0:00:00 (xfr#59, to-chk=87/220)
09-Nov-2024 20:05:11       3,741,862  31%   25.31MB/s    0:00:00 (xfr#60, to-chk=83/220)
09-Nov-2024 20:05:11       6,911,665  59%   23.63MB/s    0:00:00 (xfr#61, to-chk=82/220)
09-Nov-2024 20:05:11       6,912,415  59%   23.63MB/s    0:00:00 (xfr#62, to-chk=81/220)
09-Nov-2024 20:05:11       6,952,493  59%   23.43MB/s    0:00:00 (xfr#63, to-chk=80/220)
09-Nov-2024 20:05:11       6,953,147  59%   23.43MB/s    0:00:00 (xfr#64, to-chk=76/220)
09-Nov-2024 20:05:11       7,092,182  60%   23.65MB/s    0:00:00 (xfr#65, to-chk=75/220)
09-Nov-2024 20:05:11       7,092,836  60%   23.57MB/s    0:00:00 (xfr#66, to-chk=74/220)
09-Nov-2024 20:05:11       7,093,464  60%   23.57MB/s    0:00:00 (xfr#67, to-chk=73/220)
09-Nov-2024 20:05:11       7,130,876  60%   23.37MB/s    0:00:00 (xfr#68, to-chk=72/220)
09-Nov-2024 20:05:11       7,131,722  60%   23.37MB/s    0:00:00 (xfr#69, to-chk=68/220)
09-Nov-2024 20:05:11       7,270,603  62%   23.50MB/s    0:00:00 (xfr#70, to-chk=67/220)
09-Nov-2024 20:05:11       7,271,449  62%   23.51MB/s    0:00:00 (xfr#71, to-chk=66/220)
09-Nov-2024 20:05:11       7,306,129  62%   23.54MB/s    0:00:00 (xfr#72, to-chk=65/220)
09-Nov-2024 20:05:11       7,306,591  62%   23.54MB/s    0:00:00 (xfr#73, to-chk=61/220)
09-Nov-2024 20:05:11       7,446,770  63%   23.52MB/s    0:00:00 (xfr#74, to-chk=60/220)
09-Nov-2024 20:05:11       7,447,232  63%   23.52MB/s    0:00:00 (xfr#75, to-chk=59/220)
09-Nov-2024 20:05:11       7,485,796  63%   23.56MB/s    0:00:00 (xfr#76, to-chk=58/220)
09-Nov-2024 20:05:11       7,486,354  63%   23.49MB/s    0:00:00 (xfr#77, to-chk=54/220)
09-Nov-2024 20:05:11       7,643,165  65%   23.67MB/s    0:00:00 (xfr#78, to-chk=53/220)
09-Nov-2024 20:05:11       7,643,723  65%   23.67MB/s    0:00:00 (xfr#79, to-chk=52/220)
09-Nov-2024 20:05:11       7,644,351  65%   23.67MB/s    0:00:00 (xfr#80, to-chk=51/220)
09-Nov-2024 20:05:11       7,719,133  65%   23.67MB/s    0:00:00 (xfr#81, to-chk=50/220)
09-Nov-2024 20:05:11       7,719,787  65%   23.67MB/s    0:00:00 (xfr#82, to-chk=46/220)
09-Nov-2024 20:05:11      10,237,696  87%   25.69MB/s    0:00:00 (xfr#83, to-chk=45/220)
09-Nov-2024 20:05:11      10,238,350  87%   25.69MB/s    0:00:00 (xfr#84, to-chk=44/220)
09-Nov-2024 20:05:11      10,298,334  88%   25.85MB/s    0:00:00 (xfr#85, to-chk=43/220)
09-Nov-2024 20:05:11      10,299,084  88%   25.78MB/s    0:00:00 (xfr#86, to-chk=39/220)
09-Nov-2024 20:05:11      10,541,726  90%   26.25MB/s    0:00:00 (xfr#87, to-chk=38/220)
09-Nov-2024 20:05:11      10,542,476  90%   26.25MB/s    0:00:00 (xfr#88, to-chk=37/220)
09-Nov-2024 20:05:11      10,590,026  90%   26.37MB/s    0:00:00 (xfr#89, to-chk=36/220)
09-Nov-2024 20:05:11      10,590,680  90%   26.30MB/s    0:00:00 (xfr#90, to-chk=32/220)
09-Nov-2024 20:05:11      10,753,648  91%   26.64MB/s    0:00:00 (xfr#91, to-chk=31/220)
09-Nov-2024 20:05:11      10,754,302  91%   26.64MB/s    0:00:00 (xfr#92, to-chk=30/220)
09-Nov-2024 20:05:11      10,824,537  92%   26.67MB/s    0:00:00 (xfr#93, to-chk=29/220)
09-Nov-2024 20:05:11      10,825,383  92%   26.68MB/s    0:00:00 (xfr#94, to-chk=25/220)
09-Nov-2024 20:05:11      11,122,894  95%   27.20MB/s    0:00:00 (xfr#95, to-chk=24/220)
09-Nov-2024 20:05:11      11,123,740  95%   27.06MB/s    0:00:00 (xfr#96, to-chk=23/220)
09-Nov-2024 20:05:11      11,124,368  95%   27.06MB/s    0:00:00 (xfr#97, to-chk=22/220)
09-Nov-2024 20:05:11      11,165,792  95%   27.03MB/s    0:00:00 (xfr#98, to-chk=21/220)
09-Nov-2024 20:05:11      11,166,542  95%   26.96MB/s    0:00:00 (xfr#99, to-chk=17/220)
09-Nov-2024 20:05:11      11,305,752  96%   27.23MB/s    0:00:00 (xfr#100, to-chk=16/220)
09-Nov-2024 20:05:11      11,306,502  96%   27.16MB/s    0:00:00 (xfr#101, to-chk=15/220)
09-Nov-2024 20:05:11      11,331,617  96%   27.22MB/s    0:00:00 (xfr#102, to-chk=14/220)
09-Nov-2024 20:05:11      11,332,079  96%   27.15MB/s    0:00:00 (xfr#103, to-chk=10/220)
09-Nov-2024 20:05:11      11,424,704  97%   27.38MB/s    0:00:00 (xfr#104, to-chk=9/220)
09-Nov-2024 20:05:11      11,425,166  97%   27.31MB/s    0:00:00 (xfr#105, to-chk=8/220)
09-Nov-2024 20:05:11      11,475,103  98%   27.43MB/s    0:00:00 (xfr#106, to-chk=7/220)
09-Nov-2024 20:05:11      11,475,565  98%   27.36MB/s    0:00:00 (xfr#107, to-chk=3/220)
09-Nov-2024 20:05:11      11,655,835  99%   27.72MB/s    0:00:00 (xfr#108, to-chk=2/220)
09-Nov-2024 20:05:11      11,656,297  99%   27.72MB/s    0:00:00 (xfr#109, to-chk=1/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.75MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.68MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.68MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.68MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.68MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.68MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.68MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.68MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.68MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.68MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.61MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11      11,695,856  99%   27.61MB/s    0:00:00 (xfr#110, to-chk=0/220)
09-Nov-2024 20:05:11 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-s98bx: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.09-19.52.00/pod-logs/dev-oneclient-krakow-7d9476b8bc-s98bx/oneclient_logs
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=187/219)
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 20:05:11          28,021   0%   26.72MB/s    0:00:00 (xfr#1, to-chk=186/219)
09-Nov-2024 20:05:11          28,021   0%   26.72MB/s    0:00:00 (xfr#1, to-chk=180/219)
09-Nov-2024 20:05:11          28,579   0%   27.26MB/s    0:00:00 (xfr#2, to-chk=182/219)
09-Nov-2024 20:05:11         109,234   2%  104.17MB/s    0:00:00 (xfr#3, to-chk=181/219)
09-Nov-2024 20:05:11         109,792   2%  104.71MB/s    0:00:00 (xfr#4, to-chk=180/219)
09-Nov-2024 20:05:11         158,200   3%   50.29MB/s    0:00:00 (xfr#5, to-chk=179/219)
09-Nov-2024 20:05:11         158,950   3%   50.53MB/s    0:00:00 (xfr#6, to-chk=175/219)
09-Nov-2024 20:05:11         311,953   7%   74.38MB/s    0:00:00 (xfr#7, to-chk=174/219)
09-Nov-2024 20:05:11         312,703   7%   74.55MB/s    0:00:00 (xfr#8, to-chk=173/219)
09-Nov-2024 20:05:11         348,307   8%   66.43MB/s    0:00:00 (xfr#9, to-chk=172/219)
09-Nov-2024 20:05:11         348,769   8%   66.52MB/s    0:00:00 (xfr#10, to-chk=168/219)
09-Nov-2024 20:05:11         471,087  11%   44.93MB/s    0:00:00 (xfr#11, to-chk=167/219)
09-Nov-2024 20:05:11         471,549  11%   44.97MB/s    0:00:00 (xfr#12, to-chk=166/219)
09-Nov-2024 20:05:11         511,872  12%   20.34MB/s    0:00:00 (xfr#13, to-chk=165/219)
09-Nov-2024 20:05:11         512,526  12%   20.37MB/s    0:00:00 (xfr#14, to-chk=161/219)
09-Nov-2024 20:05:11         643,344  16%   18.59MB/s    0:00:00 (xfr#15, to-chk=160/219)
09-Nov-2024 20:05:11         643,998  16%   18.61MB/s    0:00:00 (xfr#16, to-chk=159/219)
09-Nov-2024 20:05:11         685,598  17%   18.16MB/s    0:00:00 (xfr#17, to-chk=158/219)
09-Nov-2024 20:05:11         686,252  17%   18.18MB/s    0:00:00 (xfr#18, to-chk=154/219)
09-Nov-2024 20:05:11         826,369  20%   18.33MB/s    0:00:00 (xfr#19, to-chk=153/219)
09-Nov-2024 20:05:11         827,023  20%   18.34MB/s    0:00:00 (xfr#20, to-chk=152/219)
09-Nov-2024 20:05:11         845,862  21%   17.93MB/s    0:00:00 (xfr#21, to-chk=151/219)
09-Nov-2024 20:05:11         846,420  21%   17.94MB/s    0:00:00 (xfr#22, to-chk=147/219)
09-Nov-2024 20:05:11         910,781  22%   15.24MB/s    0:00:00 (xfr#23, to-chk=146/219)
09-Nov-2024 20:05:11         911,339  22%   15.25MB/s    0:00:00 (xfr#24, to-chk=145/219)
09-Nov-2024 20:05:11         931,834  23%   15.59MB/s    0:00:00 (xfr#25, to-chk=144/219)
09-Nov-2024 20:05:11         932,200  23%   15.60MB/s    0:00:00 (xfr#26, to-chk=140/219)
09-Nov-2024 20:05:11       1,008,625  25%   16.03MB/s    0:00:00 (xfr#27, to-chk=139/219)
09-Nov-2024 20:05:11       1,008,991  25%   16.04MB/s    0:00:00 (xfr#28, to-chk=138/219)
09-Nov-2024 20:05:11       1,036,242  25%   16.47MB/s    0:00:00 (xfr#29, to-chk=137/219)
09-Nov-2024 20:05:11       1,036,512  25%   16.47MB/s    0:00:00 (xfr#30, to-chk=133/219)
09-Nov-2024 20:05:11       1,115,508  27%   16.62MB/s    0:00:00 (xfr#31, to-chk=132/219)
09-Nov-2024 20:05:11       1,115,778  27%   16.37MB/s    0:00:00 (xfr#32, to-chk=131/219)
09-Nov-2024 20:05:11       1,116,406  27%   16.38MB/s    0:00:00 (xfr#33, to-chk=130/219)
09-Nov-2024 20:05:11       1,248,055  31%   18.31MB/s    0:00:00 (xfr#34, to-chk=129/219)
09-Nov-2024 20:05:11       1,248,613  31%   18.04MB/s    0:00:00 (xfr#35, to-chk=125/219)
09-Nov-2024 20:05:11       1,497,988  37%   18.08MB/s    0:00:00 (xfr#36, to-chk=124/219)
09-Nov-2024 20:05:11       1,498,546  37%   18.09MB/s    0:00:00 (xfr#37, to-chk=123/219)
09-Nov-2024 20:05:11       1,545,848  38%   18.20MB/s    0:00:00 (xfr#38, to-chk=122/219)
09-Nov-2024 20:05:11       1,546,694  38%   18.21MB/s    0:00:00 (xfr#39, to-chk=118/219)
09-Nov-2024 20:05:11       1,824,332  45%   19.77MB/s    0:00:00 (xfr#40, to-chk=117/219)
09-Nov-2024 20:05:11       1,825,178  45%   19.78MB/s    0:00:00 (xfr#41, to-chk=116/219)
09-Nov-2024 20:05:11       1,845,047  45%   20.00MB/s    0:00:00 (xfr#42, to-chk=115/219)
09-Nov-2024 20:05:11       1,845,413  45%   20.00MB/s    0:00:00 (xfr#43, to-chk=111/219)
09-Nov-2024 20:05:11       1,925,753  47%   19.96MB/s    0:00:00 (xfr#44, to-chk=110/219)
09-Nov-2024 20:05:11       1,926,119  47%   19.97MB/s    0:00:00 (xfr#45, to-chk=109/219)
09-Nov-2024 20:05:11       1,955,008  48%   20.27MB/s    0:00:00 (xfr#46, to-chk=108/219)
09-Nov-2024 20:05:11       1,955,566  48%   20.27MB/s    0:00:00 (xfr#47, to-chk=104/219)
09-Nov-2024 20:05:11       2,044,582  50%   20.10MB/s    0:00:00 (xfr#48, to-chk=103/219)
09-Nov-2024 20:05:11       2,045,140  50%   20.11MB/s    0:00:00 (xfr#49, to-chk=102/219)
09-Nov-2024 20:05:11       2,045,768  50%   20.11MB/s    0:00:00 (xfr#50, to-chk=101/219)
09-Nov-2024 20:05:11       2,061,107  51%   20.06MB/s    0:00:00 (xfr#51, to-chk=100/219)
09-Nov-2024 20:05:11       2,061,665  51%   20.06MB/s    0:00:00 (xfr#52, to-chk=96/219)
09-Nov-2024 20:05:11       2,117,628  52%   20.61MB/s    0:00:00 (xfr#53, to-chk=95/219)
09-Nov-2024 20:05:11       2,118,186  52%   20.61MB/s    0:00:00 (xfr#54, to-chk=94/219)
09-Nov-2024 20:05:11       2,151,716  53%   20.94MB/s    0:00:00 (xfr#55, to-chk=93/219)
09-Nov-2024 20:05:11       2,152,274  53%   20.94MB/s    0:00:00 (xfr#56, to-chk=89/219)
09-Nov-2024 20:05:11       2,272,592  56%   20.84MB/s    0:00:00 (xfr#57, to-chk=88/219)
09-Nov-2024 20:05:11       2,273,150  56%   20.84MB/s    0:00:00 (xfr#58, to-chk=87/219)
09-Nov-2024 20:05:11       2,288,847  57%   20.99MB/s    0:00:00 (xfr#59, to-chk=86/219)
09-Nov-2024 20:05:11       2,289,405  57%   20.99MB/s    0:00:00 (xfr#60, to-chk=82/219)
09-Nov-2024 20:05:11       2,343,721  58%   21.09MB/s    0:00:00 (xfr#61, to-chk=81/219)
09-Nov-2024 20:05:11       2,344,279  58%   21.09MB/s    0:00:00 (xfr#62, to-chk=80/219)
09-Nov-2024 20:05:11       2,381,860  59%   21.43MB/s    0:00:00 (xfr#63, to-chk=79/219)
09-Nov-2024 20:05:11       2,382,610  59%   21.44MB/s    0:00:00 (xfr#64, to-chk=75/219)
09-Nov-2024 20:05:11       2,497,875  62%   21.08MB/s    0:00:00 (xfr#65, to-chk=74/219)
09-Nov-2024 20:05:11       2,499,145  62%   21.09MB/s    0:00:00 (xfr#66, to-chk=73/219)
09-Nov-2024 20:05:11       2,523,105  62%   21.11MB/s    0:00:00 (xfr#67, to-chk=72/219)
09-Nov-2024 20:05:11       2,523,471  62%   21.11MB/s    0:00:00 (xfr#68, to-chk=68/219)
09-Nov-2024 20:05:11       2,590,578  64%   21.48MB/s    0:00:00 (xfr#69, to-chk=67/219)
09-Nov-2024 20:05:11       2,590,944  64%   21.49MB/s    0:00:00 (xfr#70, to-chk=66/219)
09-Nov-2024 20:05:11       2,616,012  65%   21.51MB/s    0:00:00 (xfr#71, to-chk=65/219)
09-Nov-2024 20:05:11       2,616,474  65%   21.51MB/s    0:00:00 (xfr#72, to-chk=61/219)
09-Nov-2024 20:05:11       2,706,921  67%   22.06MB/s    0:00:00 (xfr#73, to-chk=60/219)
09-Nov-2024 20:05:11       2,707,383  67%   22.07MB/s    0:00:00 (xfr#74, to-chk=59/219)
09-Nov-2024 20:05:11       2,741,025  68%   22.15MB/s    0:00:00 (xfr#75, to-chk=58/219)
09-Nov-2024 20:05:11       2,741,487  68%   22.16MB/s    0:00:00 (xfr#76, to-chk=54/219)
09-Nov-2024 20:05:11       2,841,670  70%   22.40MB/s    0:00:00 (xfr#77, to-chk=53/219)
09-Nov-2024 20:05:11       2,842,132  70%   22.40MB/s    0:00:00 (xfr#78, to-chk=52/219)
09-Nov-2024 20:05:11       2,870,971  71%   22.63MB/s    0:00:00 (xfr#79, to-chk=51/219)
09-Nov-2024 20:05:11       2,871,433  71%   22.63MB/s    0:00:00 (xfr#80, to-chk=47/219)
09-Nov-2024 20:05:11       2,959,594  73%   22.95MB/s    0:00:00 (xfr#81, to-chk=46/219)
09-Nov-2024 20:05:11       2,960,056  73%   22.95MB/s    0:00:00 (xfr#82, to-chk=45/219)
09-Nov-2024 20:05:11       2,960,684  73%   22.96MB/s    0:00:00 (xfr#83, to-chk=44/219)
09-Nov-2024 20:05:11       3,006,368  74%   23.12MB/s    0:00:00 (xfr#84, to-chk=43/219)
09-Nov-2024 20:05:11       3,007,214  74%   23.13MB/s    0:00:00 (xfr#85, to-chk=39/219)
09-Nov-2024 20:05:11       3,136,027  78%   23.55MB/s    0:00:00 (xfr#86, to-chk=38/219)
09-Nov-2024 20:05:11       3,136,873  78%   23.56MB/s    0:00:00 (xfr#87, to-chk=37/219)
09-Nov-2024 20:05:11       3,152,840  78%   23.68MB/s    0:00:00 (xfr#88, to-chk=36/219)
09-Nov-2024 20:05:11       3,153,206  78%   23.49MB/s    0:00:00 (xfr#89, to-chk=32/219)
09-Nov-2024 20:05:11       3,214,157  80%   23.76MB/s    0:00:00 (xfr#90, to-chk=31/219)
09-Nov-2024 20:05:11       3,214,523  80%   23.76MB/s    0:00:00 (xfr#91, to-chk=30/219)
09-Nov-2024 20:05:11       3,257,045  81%   23.89MB/s    0:00:00 (xfr#92, to-chk=29/219)
09-Nov-2024 20:05:11       3,257,891  81%   23.90MB/s    0:00:00 (xfr#93, to-chk=25/219)
09-Nov-2024 20:05:11       3,517,306  87%   24.31MB/s    0:00:00 (xfr#94, to-chk=24/219)
09-Nov-2024 20:05:11       3,518,152  87%   24.31MB/s    0:00:00 (xfr#95, to-chk=23/219)
09-Nov-2024 20:05:11       3,561,722  88%   24.61MB/s    0:00:00 (xfr#96, to-chk=22/219)
09-Nov-2024 20:05:11       3,562,184  88%   24.62MB/s    0:00:00 (xfr#97, to-chk=18/219)
09-Nov-2024 20:05:11       3,694,428  92%   24.81MB/s    0:00:00 (xfr#98, to-chk=17/219)
09-Nov-2024 20:05:11       3,694,890  92%   24.81MB/s    0:00:00 (xfr#99, to-chk=16/219)
09-Nov-2024 20:05:11       3,727,999  92%   25.04MB/s    0:00:00 (xfr#100, to-chk=15/219)
09-Nov-2024 20:05:11       3,728,861  92%   25.04MB/s    0:00:00 (xfr#101, to-chk=11/219)
09-Nov-2024 20:05:11       3,840,599  95%   25.26MB/s    0:00:00 (xfr#102, to-chk=10/219)
09-Nov-2024 20:05:11       3,841,981  95%   25.27MB/s    0:00:00 (xfr#103, to-chk=9/219)
09-Nov-2024 20:05:11       3,842,609  95%   25.10MB/s    0:00:00 (xfr#104, to-chk=8/219)
09-Nov-2024 20:05:11       3,867,416  96%   25.09MB/s    0:00:00 (xfr#105, to-chk=7/219)
09-Nov-2024 20:05:11       3,868,166  96%   25.10MB/s    0:00:00 (xfr#106, to-chk=3/219)
09-Nov-2024 20:05:11       3,967,729  98%   25.40MB/s    0:00:00 (xfr#107, to-chk=2/219)
09-Nov-2024 20:05:11       3,968,479  98%   25.40MB/s    0:00:00 (xfr#108, to-chk=1/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.67MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.67MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.67MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.67MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.67MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.67MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.67MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.67MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.67MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.67MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.50MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.33MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11       4,010,736  99%   25.33MB/s    0:00:00 (xfr#109, to-chk=0/219)
09-Nov-2024 20:05:11 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.09-19.52.00/pod-logs/dev-oneprovider-krakow-0/op-panel
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 20:05:11          23,459  16%   22.37MB/s    0:00:00 (xfr#2, to-chk=9/14)
09-Nov-2024 20:05:11          47,892  33%   45.67MB/s    0:00:00 (xfr#3, to-chk=7/14)
09-Nov-2024 20:05:11          47,892  33%   45.67MB/s    0:00:00 (xfr#4, to-chk=5/14)
09-Nov-2024 20:05:11          71,148  49%   67.85MB/s    0:00:00 (xfr#5, to-chk=3/14)
09-Nov-2024 20:05:11          71,439  50%   68.13MB/s    0:00:00 (xfr#6, to-chk=1/14)
09-Nov-2024 20:05:11          71,439  50%   68.13MB/s    0:00:00 (xfr#6, to-chk=0/14)
09-Nov-2024 20:05:11 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.09-19.52.00/pod-logs/dev-oneprovider-krakow-0/cluster-manager
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 20:05:11           2,022  14%    1.93MB/s    0:00:00 (xfr#2, to-chk=9/14)
09-Nov-2024 20:05:11           4,776  34%    4.55MB/s    0:00:00 (xfr#3, to-chk=7/14)
09-Nov-2024 20:05:11           4,776  34%    4.55MB/s    0:00:00 (xfr#4, to-chk=5/14)
09-Nov-2024 20:05:11           6,595  48%    6.29MB/s    0:00:00 (xfr#5, to-chk=3/14)
09-Nov-2024 20:05:11           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=1/14)
09-Nov-2024 20:05:11           6,857  50%    6.54MB/s    0:00:00 (xfr#6, to-chk=0/14)
09-Nov-2024 20:05:11 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.09-19.52.00/pod-logs/dev-oneprovider-krakow-0/op-worker
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=77/80)
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 20:05:11          62,226   8%   59.34MB/s    0:00:00 (xfr#2, to-chk=75/80)
09-Nov-2024 20:05:11         123,020  16%   58.66MB/s    0:00:00 (xfr#3, to-chk=73/80)
09-Nov-2024 20:05:11         123,020  16%   39.11MB/s    0:00:00 (xfr#4, to-chk=71/80)
09-Nov-2024 20:05:11         123,020  16%   39.11MB/s    0:00:00 (xfr#5, to-chk=69/80)
09-Nov-2024 20:05:11         181,928  25%   34.70MB/s    0:00:00 (xfr#6, to-chk=67/80)
09-Nov-2024 20:05:11         182,078  25%   34.73MB/s    0:00:00 (xfr#7, to-chk=65/80)
09-Nov-2024 20:05:11         182,375  25%   34.79MB/s    0:00:00 (xfr#8, to-chk=63/80)
09-Nov-2024 20:05:11         264,575  36%   42.05MB/s    0:00:00 (xfr#9, to-chk=61/80)
09-Nov-2024 20:05:11         267,359  36%   42.50MB/s    0:00:00 (xfr#10, to-chk=51/80)
09-Nov-2024 20:05:11         274,532  37%   43.64MB/s    0:00:00 (xfr#11, to-chk=50/80)
09-Nov-2024 20:05:11         280,396  38%   44.57MB/s    0:00:00 (xfr#12, to-chk=49/80)
09-Nov-2024 20:05:11         282,384  38%   44.88MB/s    0:00:00 (xfr#13, to-chk=48/80)
09-Nov-2024 20:05:11         283,870  39%   38.67MB/s    0:00:00 (xfr#14, to-chk=47/80)
09-Nov-2024 20:05:11         285,514  39%   38.90MB/s    0:00:00 (xfr#15, to-chk=46/80)
09-Nov-2024 20:05:11         288,870  39%   39.36MB/s    0:00:00 (xfr#16, to-chk=45/80)
09-Nov-2024 20:05:11         293,258  40%   39.95MB/s    0:00:00 (xfr#17, to-chk=44/80)
09-Nov-2024 20:05:11         298,550  41%   35.59MB/s    0:00:00 (xfr#18, to-chk=43/80)
09-Nov-2024 20:05:11         303,616  41%   32.17MB/s    0:00:00 (xfr#19, to-chk=42/80)
09-Nov-2024 20:05:11         310,276  42%   32.88MB/s    0:00:00 (xfr#20, to-chk=41/80)
09-Nov-2024 20:05:11         311,122  42%   32.97MB/s    0:00:00 (xfr#21, to-chk=40/80)
09-Nov-2024 20:05:11         317,271  43%   33.62MB/s    0:00:00 (xfr#22, to-chk=39/80)
09-Nov-2024 20:05:11         322,850  44%   34.21MB/s    0:00:00 (xfr#23, to-chk=38/80)
09-Nov-2024 20:05:11         323,983  44%   34.33MB/s    0:00:00 (xfr#24, to-chk=37/80)
09-Nov-2024 20:05:11         327,060  45%   34.66MB/s    0:00:00 (xfr#25, to-chk=36/80)
09-Nov-2024 20:05:11         328,706  45%   31.35MB/s    0:00:00 (xfr#26, to-chk=35/80)
09-Nov-2024 20:05:11         332,860  45%   31.74MB/s    0:00:00 (xfr#27, to-chk=34/80)
09-Nov-2024 20:05:11         335,359  46%   31.98MB/s    0:00:00 (xfr#28, to-chk=33/80)
09-Nov-2024 20:05:11         337,288  46%   32.17MB/s    0:00:00 (xfr#29, to-chk=32/80)
09-Nov-2024 20:05:11         337,794  46%   32.21MB/s    0:00:00 (xfr#30, to-chk=31/80)
09-Nov-2024 20:05:11         345,024  47%   29.91MB/s    0:00:00 (xfr#31, to-chk=30/80)
09-Nov-2024 20:05:11         351,971  48%   30.52MB/s    0:00:00 (xfr#32, to-chk=29/80)
09-Nov-2024 20:05:11         358,348  49%   31.07MB/s    0:00:00 (xfr#33, to-chk=28/80)
09-Nov-2024 20:05:11         361,930  49%   31.38MB/s    0:00:00 (xfr#34, to-chk=27/80)
09-Nov-2024 20:05:11         367,800  50%   31.89MB/s    0:00:00 (xfr#35, to-chk=26/80)
09-Nov-2024 20:05:11         371,384  51%   32.20MB/s    0:00:00 (xfr#36, to-chk=25/80)
09-Nov-2024 20:05:11         376,961  52%   29.96MB/s    0:00:00 (xfr#37, to-chk=24/80)
09-Nov-2024 20:05:11         382,312  52%   30.38MB/s    0:00:00 (xfr#38, to-chk=23/80)
09-Nov-2024 20:05:11         383,443  52%   30.47MB/s    0:00:00 (xfr#39, to-chk=22/80)
09-Nov-2024 20:05:11         389,533  53%   30.96MB/s    0:00:00 (xfr#40, to-chk=21/80)
09-Nov-2024 20:05:11         390,951  53%   31.07MB/s    0:00:00 (xfr#41, to-chk=20/80)
09-Nov-2024 20:05:11         393,737  54%   31.29MB/s    0:00:00 (xfr#42, to-chk=19/80)
09-Nov-2024 20:05:11         397,832  54%   29.18MB/s    0:00:00 (xfr#43, to-chk=18/80)
09-Nov-2024 20:05:11         401,642  55%   29.46MB/s    0:00:00 (xfr#44, to-chk=17/80)
09-Nov-2024 20:05:11         408,017  56%   29.93MB/s    0:00:00 (xfr#45, to-chk=16/80)
09-Nov-2024 20:05:11         409,376  56%   30.03MB/s    0:00:00 (xfr#46, to-chk=15/80)
09-Nov-2024 20:05:11         411,592  56%   30.19MB/s    0:00:00 (xfr#47, to-chk=14/80)
09-Nov-2024 20:05:11         416,436  57%   30.55MB/s    0:00:00 (xfr#48, to-chk=13/80)
09-Nov-2024 20:05:11         421,502  58%   30.92MB/s    0:00:00 (xfr#49, to-chk=12/80)
09-Nov-2024 20:05:11         421,949  58%   30.95MB/s    0:00:00 (xfr#50, to-chk=11/80)
09-Nov-2024 20:05:11         428,894  59%   29.22MB/s    0:00:00 (xfr#51, to-chk=10/80)
09-Nov-2024 20:05:11         431,108  59%   29.37MB/s    0:00:00 (xfr#52, to-chk=9/80)
09-Nov-2024 20:05:11         435,952  60%   29.70MB/s    0:00:00 (xfr#53, to-chk=8/80)
09-Nov-2024 20:05:11         439,821  60%   29.96MB/s    0:00:00 (xfr#54, to-chk=7/80)
09-Nov-2024 20:05:11         440,042  60%   29.98MB/s    0:00:00 (xfr#55, to-chk=6/80)
09-Nov-2024 20:05:11         446,704  61%   30.43MB/s    0:00:00 (xfr#56, to-chk=5/80)
09-Nov-2024 20:05:11         446,931  61%   30.44MB/s    0:00:00 (xfr#57, to-chk=4/80)
09-Nov-2024 20:05:11         450,228  62%   30.67MB/s    0:00:00 (xfr#58, to-chk=3/80)
09-Nov-2024 20:05:11         453,299  62%   28.82MB/s    0:00:00 (xfr#59, to-chk=2/80)
09-Nov-2024 20:05:11         457,687  63%   29.10MB/s    0:00:00 (xfr#60, to-chk=1/80)
09-Nov-2024 20:05:11         460,194  63%   29.26MB/s    0:00:00 (xfr#61, to-chk=0/80)
09-Nov-2024 20:05:11         460,194  63%   29.26MB/s    0:00:00 (xfr#61, to-chk=0/80)
09-Nov-2024 20:05:11         460,194  63%   29.26MB/s    0:00:00 (xfr#61, to-chk=0/80)
09-Nov-2024 20:05:11         460,194  63%   27.43MB/s    0:00:00 (xfr#61, to-chk=0/80)
09-Nov-2024 20:05:11         460,194  63%   27.43MB/s    0:00:00 (xfr#61, to-chk=0/80)
09-Nov-2024 20:05:11         460,194  63%   27.43MB/s    0:00:00 (xfr#61, to-chk=0/80)
09-Nov-2024 20:05:11 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.09-19.52.00/pod-logs/dev-onezone-0/cluster-manager
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 20:05:11           1,977  14%    1.89MB/s    0:00:00 (xfr#2, to-chk=9/14)
09-Nov-2024 20:05:11           4,664  34%    4.45MB/s    0:00:00 (xfr#3, to-chk=7/14)
09-Nov-2024 20:05:11           4,664  34%    4.45MB/s    0:00:00 (xfr#4, to-chk=5/14)
09-Nov-2024 20:05:11           6,438  48%    6.14MB/s    0:00:00 (xfr#5, to-chk=3/14)
09-Nov-2024 20:05:11           6,700  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=1/14)
09-Nov-2024 20:05:11           6,700  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=0/14)
09-Nov-2024 20:05:11 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.09-19.52.00/pod-logs/dev-onezone-0/oz-panel
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 20:05:11          53,534  12%   51.05MB/s    0:00:00 (xfr#2, to-chk=9/14)
09-Nov-2024 20:05:11         108,622  25%  103.59MB/s    0:00:00 (xfr#3, to-chk=7/14)
09-Nov-2024 20:05:11         156,097  37%  148.87MB/s    0:00:00 (xfr#4, to-chk=5/14)
09-Nov-2024 20:05:11         209,428  49%  199.73MB/s    0:00:00 (xfr#5, to-chk=3/14)
09-Nov-2024 20:05:11         209,719  50%  100.00MB/s    0:00:00 (xfr#6, to-chk=1/14)
09-Nov-2024 20:05:11         209,719  50%   66.67MB/s    0:00:00 (xfr#6, to-chk=0/14)
09-Nov-2024 20:05:11 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.09-19.52.00/pod-logs/dev-onezone-0/oz-worker
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=15/18)
09-Nov-2024 20:05:11               0   0%    0.00kB/s    0:00:00 
09-Nov-2024 20:05:11          23,136   7%   22.06MB/s    0:00:00 (xfr#2, to-chk=13/18)
09-Nov-2024 20:05:11          47,027  14%   44.85MB/s    0:00:00 (xfr#3, to-chk=11/18)
09-Nov-2024 20:05:11          47,027  14%   44.85MB/s    0:00:00 (xfr#4, to-chk=9/18)
09-Nov-2024 20:05:11          69,683  21%   66.45MB/s    0:00:00 (xfr#5, to-chk=7/18)
09-Nov-2024 20:05:11          69,774  21%   66.54MB/s    0:00:00 (xfr#6, to-chk=5/18)
09-Nov-2024 20:05:11          70,071  21%   66.82MB/s    0:00:00 (xfr#7, to-chk=3/18)
09-Nov-2024 20:05:11         159,913  50%   76.25MB/s    0:00:00 (xfr#8, to-chk=1/18)
09-Nov-2024 20:05:11         159,913  50%   50.83MB/s    0:00:00 (xfr#8, to-chk=0/18)
09-Nov-2024 20:05:11 [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFCMDS/onedata-acceptance/tests/oneclient/logs/singleprovider_multiclient_directio/test_multi_reg_file_CRUD.1731182703.61659 exists, exporting anyway.
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11 =============================== warnings summary ===============================
09-Nov-2024 20:05:11 tests/utils/rest_utils.py:98
09-Nov-2024 20:05:11   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFCMDS/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ '
09-Nov-2024 20:05:11     print("""
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11 tests/utils/path_utils.py:112
09-Nov-2024 20:05:11   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFCMDS/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
09-Nov-2024 20:05:11     return path.replace("'", "\\'").replace(' ', '\ ')
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11 tests/utils/acceptance_utils.py:55
09-Nov-2024 20:05:11   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFCMDS/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d'
09-Nov-2024 20:05:11     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11 tests/utils/acceptance_utils.py:57
09-Nov-2024 20:05:11   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFCMDS/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d'
09-Nov-2024 20:05:11     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
09-Nov-2024 20:05:11
09-Nov-2024 20:05:11 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
09-Nov-2024 20:05:11 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFCMDS/onedata-acceptance/test-reports/results.xml -
09-Nov-2024 20:05:11 ================== 26 passed, 4 warnings in 793.29s (0:13:13) ==================
09-Nov-2024 20:05:15 release "dev" uninstalled
09-Nov-2024 20:05:15 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
09-Nov-2024 20:05:18 No resources found
09-Nov-2024 20:05:20 Sidecar injection has been disabled
09-Nov-2024 20:05:20 Cleaning helm release "dev"...
09-Nov-2024 20:05:20 Deleted 1 helm deployments
09-Nov-2024 20:05:20 Deleted 0 k8s deployments
09-Nov-2024 20:05:20 Deleted 0 k8s services
09-Nov-2024 20:05:20 Deleted 0 persistent volumes
09-Nov-2024 20:05:20 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
09-Nov-2024 20:05:20 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
09-Nov-2024 20:05:20 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
09-Nov-2024 20:05:20 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
09-Nov-2024 20:05:20 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
09-Nov-2024 20:05:20 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
09-Nov-2024 20:05:20 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
09-Nov-2024 20:05:20 Finished task 'Run acceptance oneclient tests' with result: Success
09-Nov-2024 20:05:20 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
09-Nov-2024 20:05:20 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFCMDS...
09-Nov-2024 20:05:20 Finished task 'Parse test results' with result: Success
09-Nov-2024 20:05:20 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
09-Nov-2024 20:05:20
Substituting variable: ${bamboo.artifactRepoHostname} with S3
09-Nov-2024 20:05:20
Substituting variable: ${bamboo.artifactRepoPort} with 10161
09-Nov-2024 20:05:20
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
09-Nov-2024 20:05:20
Substituting variable: ${bamboo.planRepository.branchName} with develop
09-Nov-2024 20:05:20
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
09-Nov-2024 20:05:20
Substituting variable: ${bamboo.artifactRepoHostname} with S3
09-Nov-2024 20:05:20
Substituting variable: ${bamboo.artifactRepoPort} with 10161
09-Nov-2024 20:05:20
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
09-Nov-2024 20:05:20
Substituting variable: ${bamboo.planRepository.branchName} with develop
09-Nov-2024 20:05:20
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
09-Nov-2024 20:05:20 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
09-Nov-2024 20:05:20
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider regular file CRUD multiclient directio symlinks #3361 (ODSRV-OAP-SRFCMDS-3361)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SRFCMDS-3361-ScriptBuildTask-623145103863105400.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFCMDS/onedata-acceptance
09-Nov-2024 20:05:20 ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_singleprovider_regular_file_CRUD_multiclient_directio_symlinks.tar.gz
09-Nov-2024 20:05:21 Uploading artifact
09-Nov-2024 20:05:21     source path: surefire_singleprovider_regular_file_CRUD_multiclient_directio_symlinks.tar.gz
09-Nov-2024 20:05:21     dest.  path: artifacts/onedata-acceptance/develop/surefire_singleprovider_regular_file_CRUD_multiclient_directio_symlinks.tar.gz
09-Nov-2024 20:05:21 Finished task 'Pack and push surefire artifact' with result: Success
09-Nov-2024 20:05:21 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
09-Nov-2024 20:05:21 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
09-Nov-2024 20:05:21
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider regular file CRUD multiclient directio symlinks #3361 (ODSRV-OAP-SRFCMDS-3361)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SRFCMDS-3361-ScriptBuildTask-9381023429914430604.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFCMDS
09-Nov-2024 20:05:21 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
09-Nov-2024 20:05:22 Finished task 'Pack logs' with result: Success
09-Nov-2024 20:05:22 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
09-Nov-2024 20:05:22
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
09-Nov-2024 20:05:22 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
09-Nov-2024 20:05:22
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - singleprovider regular file CRUD multiclient directio symlinks #3361 (ODSRV-OAP-SRFCMDS-3361)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-SRFCMDS-3361-ScriptBuildTask-14022037602964108117.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFCMDS/onedata-acceptance
09-Nov-2024 20:05:22   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
09-Nov-2024 20:05:22                                  Dload  Upload   Total   Spent    Left  Speed
09-Nov-2024 20:05:22
09-Nov-2024 20:05:22 Clearing /tmp/onedata and /home/bamboo/.one-env
09-Nov-2024 20:05:22   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
09-Nov-2024 20:05:22 100  4822  100  4822    0     0  61037      0 --:--:-- --:--:-- --:--:-- 61037
09-Nov-2024 20:05:23 Cleaning helm deployments
09-Nov-2024 20:05:23 Cleanining pods
09-Nov-2024 20:05:23 Cleaning kube persistant volumes
09-Nov-2024 20:05:24 Cleaning dockswift container
09-Nov-2024 20:05:24 Cleaning docker containers
09-Nov-2024 20:05:26 Stalled docker containers to remove:
09-Nov-2024 20:05:26 94854aa9ebcf 07ed82363678 6697cbb93392 b0dbefeba807 bdd8e22e396b dd99426bad1a 9d92b4009230 dda10e4099e1 522bd4cd1991 547f87e42ed8 b461fc3e7205 c9978d1fee82 b498964d7528 057e95e70995 6c2fcfa67a66 7e84fe96ba15
09-Nov-2024 20:05:26 Removing stalled docker containers
09-Nov-2024 20:05:26 Error response from daemon: Cannot kill container: 94854aa9ebcf: Container 94854aa9ebcfbc9fbbb8a660031e202085a25aa892c39089d6126aa7c07a9d59 is not running
09-Nov-2024 20:05:26 94854aa9ebcf
09-Nov-2024 20:05:26 Error response from daemon: Cannot kill container: 07ed82363678: Container 07ed823636784094538e394aab0e8f7b9d79764fea6a3fde6e9ec07b5241f35f is not running
09-Nov-2024 20:05:26 07ed82363678
09-Nov-2024 20:05:26 Error response from daemon: Cannot kill container: 6697cbb93392: Container 6697cbb93392f0cd922e22fc5e6cc47097b3642119a8e3ef6b90a2e672213e1d is not running
09-Nov-2024 20:05:26 6697cbb93392
09-Nov-2024 20:05:26 Error response from daemon: Cannot kill container: b0dbefeba807: Container b0dbefeba807847eb63033e92340412a2da3ec85137a6d75337eaa06371e4c4c is not running
09-Nov-2024 20:05:26 b0dbefeba807
09-Nov-2024 20:05:26 Error response from daemon: Cannot kill container: bdd8e22e396b: Container bdd8e22e396b23dca5b1aa0a2465d72b5d6a4b3b51ca61c480c485a3ec38453f is not running
09-Nov-2024 20:05:26 bdd8e22e396b
09-Nov-2024 20:05:26 Error response from daemon: Cannot kill container: dd99426bad1a: Container dd99426bad1a61d03c51c9bcbbb4870699b1cd16606c48a28647b11e663ce052 is not running
09-Nov-2024 20:05:26 dd99426bad1a
09-Nov-2024 20:05:26 Error response from daemon: Cannot kill container: 9d92b4009230: Container 9d92b4009230df038396ff3011d1a2320555d807cffd17ccb84aedfc600ba7ab is not running
09-Nov-2024 20:05:26 9d92b4009230
09-Nov-2024 20:05:26 Error response from daemon: Cannot kill container: dda10e4099e1: Container dda10e4099e1e52961ce89f13e3f8e04fb5aaa1ef54b7d231ab2a9a6022e5064 is not running
09-Nov-2024 20:05:26 dda10e4099e1
09-Nov-2024 20:05:26 Error response from daemon: Cannot kill container: 522bd4cd1991: Container 522bd4cd19913461a6a104e226050f3467fc43f2a0697fc76e64b74b1a095348 is not running
09-Nov-2024 20:05:26 522bd4cd1991
09-Nov-2024 20:05:26 Error response from daemon: Cannot kill container: 547f87e42ed8: Container 547f87e42ed85f21513d11db040b930e0be0b247780e904a1c858e788375dfa7 is not running
09-Nov-2024 20:05:26 547f87e42ed8
09-Nov-2024 20:05:26 Error response from daemon: Cannot kill container: b461fc3e7205: Container b461fc3e7205fb69424bd6178fc518ab7889478d771c976b0ceeab78a0ad5a4a is not running
09-Nov-2024 20:05:27 b461fc3e7205
09-Nov-2024 20:05:27 Error response from daemon: Cannot kill container: c9978d1fee82: Container c9978d1fee827e5695138da93f1d09c6d1923e93bc152d7a60fd047685311813 is not running
09-Nov-2024 20:05:27 c9978d1fee82
09-Nov-2024 20:05:27 Error response from daemon: Cannot kill container: b498964d7528: Container b498964d7528ea2cc7f8c6ceb4fbeae267c2b4459cb868abc528e4543532667c is not running
09-Nov-2024 20:05:27 b498964d7528
09-Nov-2024 20:05:27 Error response from daemon: Cannot kill container: 057e95e70995: Container 057e95e709952873f8f525223fecbb2cab479f2f601f9a74776af0727237781d is not running
09-Nov-2024 20:05:27 057e95e70995
09-Nov-2024 20:05:27 Error response from daemon: Cannot kill container: 6c2fcfa67a66: Container 6c2fcfa67a66d80b6bbec660a381ecb81cafe1c0a7c13e43b4f31f27b2853bb4 is not running
09-Nov-2024 20:05:27 6c2fcfa67a66
09-Nov-2024 20:05:27 7e84fe96ba15
09-Nov-2024 20:05:27 7e84fe96ba15
09-Nov-2024 20:05:27 Stalled docker volumes to remove:
09-Nov-2024 20:05:27
09-Nov-2024 20:05:27 Removing stalled docker volumes
09-Nov-2024 20:05:27 Removing stalled loopdevices
09-Nov-2024 20:05:28 Done
09-Nov-2024 20:05:28 Finished task 'Clear env and working dir' with result: Success
09-Nov-2024 20:05:28 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
09-Nov-2024 20:05:28 Running post build plugin 'Docker Container Cleanup'
09-Nov-2024 20:05:28 Running post build plugin 'NCover Results Collector'
09-Nov-2024 20:05:28 Running post build plugin 'Build Results Label Collector'
09-Nov-2024 20:05:28 Running post build plugin 'Clover Results Collector'
09-Nov-2024 20:05:28 Running post build plugin 'npm Cache Cleanup'
09-Nov-2024 20:05:28 Running post build plugin 'Artifact Copier'
09-Nov-2024 20:05:28 Publishing an artifact: test_logs.tar.gz
09-Nov-2024 20:05:28 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 166.4 ms
09-Nov-2024 20:05:28 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-SRFCMDS'
09-Nov-2024 20:05:28 Finalising the build...
09-Nov-2024 20:05:28 Stopping timer.
09-Nov-2024 20:05:28 Build ODSRV-OAP-SRFCMDS-3361 completed.
09-Nov-2024 20:05:28 Running on server: post build plugin 'Build Hanging Detection Configuration'
09-Nov-2024 20:05:28 Running on server: post build plugin 'NCover Results Collector'
09-Nov-2024 20:05:28 Running on server: post build plugin 'Build Labeller'
09-Nov-2024 20:05:28 Running on server: post build plugin 'Clover Delta Calculator'
09-Nov-2024 20:05:28 Running on server: post build plugin 'Maven Dependencies Postprocessor'
09-Nov-2024 20:05:28 All post build plugins have finished
09-Nov-2024 20:05:28 Generating build results summary...
09-Nov-2024 20:05:28 Saving build results to disk...
09-Nov-2024 20:05:28 Store variable context...
09-Nov-2024 20:05:28 Finished building ODSRV-OAP-SRFCMDS-3361.