oneclient acceptance tests using environment deployed from packages

Build: #3366 failed

Job: regular file CRUD proxyio failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Build log

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

19-Nov-2024 22:41:02 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb'
19-Nov-2024 22:41:02 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb' successfully started
19-Nov-2024 22:41:02
19-Nov-2024 22:41:02 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/n3v43ntogpbfeqog
19-Nov-2024 22:41:02
19-Nov-2024 22:41:02 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/n3v43ntogpbfeqog --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/n3v43ntogpbfeqog
19-Nov-2024 22:41:02 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '12814472900429642129'...
19-Nov-2024 22:41:02 Getting configuration...
19-Nov-2024 22:41:02 Oneclient has been successfully mounted in '/tmp/onedata/mnt/n3v43ntogpbfeqog'.
19-Nov-2024 22:41:02
19-Nov-2024 22:41:02 -- Executing step: 'When "user1 creates regular files [space1/file1]"'
19-Nov-2024 22:41:02 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1"'
19-Nov-2024 22:41:02 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1"'
19-Nov-2024 22:41:02 -- Executing step: 'Then "size of user1's space1/file1 is 17 bytes"'
19-Nov-2024 22:41:02 =================================================================
19-Nov-2024 22:41:02
19-Nov-2024 22:41:02 PASSED
19-Nov-2024 22:41:02 Unmounting client from /tmp/onedata/mnt/n3v43ntogpbfeqog
19-Nov-2024 22:41:02
19-Nov-2024 22:41:02
19-Nov-2024 22:41:25 tests/oneclient/scenarios/test_reg_file_CRUD.py::test_assert_size_after_listing[singleprovider_singleclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 22:41:25 =================================================================
19-Nov-2024 22:41:25 - Executing scenario 'Write to regular file and assert size after listing'
19-Nov-2024 22:41:25 - from feature 'Regular_file_CRUD'
19-Nov-2024 22:41:25 -----------------------------------------------------------------
19-Nov-2024 22:41:25 -- Executing step: 'Given "oneclient mounted using token by user1"'
19-Nov-2024 22:41:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 22:41:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 22:41:25 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 22:41:25
19-Nov-2024 22:41:25
19-Nov-2024 22:41:25 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb'
19-Nov-2024 22:41:25 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb' successfully started
19-Nov-2024 22:41:25
19-Nov-2024 22:41:25 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/9969zp6z33nsz2jx
19-Nov-2024 22:41:25
19-Nov-2024 22:41:25 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/9969zp6z33nsz2jx --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/9969zp6z33nsz2jx
19-Nov-2024 22:41:25 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15764641396004991625'...
19-Nov-2024 22:41:25 Getting configuration...
19-Nov-2024 22:41:25 Oneclient has been successfully mounted in '/tmp/onedata/mnt/9969zp6z33nsz2jx'.
19-Nov-2024 22:41:25
19-Nov-2024 22:41:25 -- Executing step: 'When "user1 creates directories [space1/dir1]"'
19-Nov-2024 22:41:25 -- Executing step: 'When "user1 creates regular files [space1/dir1/file1]"'
19-Nov-2024 22:41:25 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/file1"'
19-Nov-2024 22:41:25 -- Executing step: 'Then "user1 sees file1 in space1/dir1"'
19-Nov-2024 22:41:25 -- Executing step: 'Then "size of user1's space1/dir1/file1 is 17 bytes"'
19-Nov-2024 22:41:25 =================================================================
19-Nov-2024 22:41:25
19-Nov-2024 22:41:25 PASSED
19-Nov-2024 22:41:25 Unmounting client from /tmp/onedata/mnt/9969zp6z33nsz2jx
19-Nov-2024 22:41:25
19-Nov-2024 22:41:25
19-Nov-2024 22:41:47 tests/oneclient/scenarios/test_reg_file_CRUD.py::test_append[singleprovider_singleclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 22:41:47 =================================================================
19-Nov-2024 22:41:47 - Executing scenario 'Append to regular file'
19-Nov-2024 22:41:47 - from feature 'Regular_file_CRUD'
19-Nov-2024 22:41:47 -----------------------------------------------------------------
19-Nov-2024 22:41:47 -- Executing step: 'Given "oneclient mounted using token by user1"'
19-Nov-2024 22:41:47 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 22:41:47 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 22:41:47 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 22:41:47
19-Nov-2024 22:41:47
19-Nov-2024 22:41:47 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb'
19-Nov-2024 22:41:47 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb' successfully started
19-Nov-2024 22:41:47
19-Nov-2024 22:41:47 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/6pvkmkmch5jajg1x
19-Nov-2024 22:41:47
19-Nov-2024 22:41:47 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/6pvkmkmch5jajg1x --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/6pvkmkmch5jajg1x
19-Nov-2024 22:41:47 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '5459577068166009918'...
19-Nov-2024 22:41:47 Getting configuration...
19-Nov-2024 22:41:47 Oneclient has been successfully mounted in '/tmp/onedata/mnt/6pvkmkmch5jajg1x'.
19-Nov-2024 22:41:47
19-Nov-2024 22:41:47 -- Executing step: 'When "user1 creates regular files [space1/file1]"'
19-Nov-2024 22:41:47 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/file1"'
19-Nov-2024 22:41:47 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/file1"'
19-Nov-2024 22:41:47 -- Executing step: 'Then "user1 appends " APPENDED TEXT" to space1/file1"'
19-Nov-2024 22:41:47 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA APPENDED TEXT" from file space1/file1"'
19-Nov-2024 22:41:47 -- Executing step: 'Then "size of user1's space1/file1 is 31 bytes"'
19-Nov-2024 22:41:47 =================================================================
19-Nov-2024 22:41:47
19-Nov-2024 22:41:47 PASSED
19-Nov-2024 22:41:47 Unmounting client from /tmp/onedata/mnt/6pvkmkmch5jajg1x
19-Nov-2024 22:41:47
19-Nov-2024 22:41:47
19-Nov-2024 22:42:10 tests/oneclient/scenarios/test_reg_file_CRUD.py::test_replace[singleprovider_singleclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 22:42:10 =================================================================
19-Nov-2024 22:42:10 - Executing scenario 'Replace word in file'
19-Nov-2024 22:42:10 - from feature 'Regular_file_CRUD'
19-Nov-2024 22:42:10 -----------------------------------------------------------------
19-Nov-2024 22:42:10 -- Executing step: 'Given "oneclient mounted using token by user1"'
19-Nov-2024 22:42:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 22:42:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 22:42:10 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 22:42:10
19-Nov-2024 22:42:10
19-Nov-2024 22:42:10 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb'
19-Nov-2024 22:42:10 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb' successfully started
19-Nov-2024 22:42:10
19-Nov-2024 22:42:10 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/9th8l4y39rowll9d
19-Nov-2024 22:42:10
19-Nov-2024 22:42:10 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/9th8l4y39rowll9d --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/9th8l4y39rowll9d
19-Nov-2024 22:42:10 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '2049215595880529979'...
19-Nov-2024 22:42:10 Getting configuration...
19-Nov-2024 22:42:10 Oneclient has been successfully mounted in '/tmp/onedata/mnt/9th8l4y39rowll9d'.
19-Nov-2024 22:42:10
19-Nov-2024 22:42:10 -- Executing step: 'When "user1 creates regular files [space1/file1]"'
19-Nov-2024 22:42:10 -- Executing step: 'When "user1 writes "TEST ONEDATA TEST ONEDATA2 TEST ONEDATA3" to space1/file1"'
19-Nov-2024 22:42:10 -- Executing step: 'When "user1 replaces "TEST" with "SYSTEM" in space1/file1"'
19-Nov-2024 22:42:10 -- Executing step: 'Then "user1 reads "SYSTEM ONEDATA SYSTEM ONEDATA2 SYSTEM ONEDATA3" from file space1/file1"'
19-Nov-2024 22:42:10 -- Executing step: 'Then "size of user1's space1/file1 is 46 bytes"'
19-Nov-2024 22:42:10 =================================================================
19-Nov-2024 22:42:10
19-Nov-2024 22:42:10 PASSED
19-Nov-2024 22:42:10 Unmounting client from /tmp/onedata/mnt/9th8l4y39rowll9d
19-Nov-2024 22:42:10
19-Nov-2024 22:42:10
19-Nov-2024 22:42:33 tests/oneclient/scenarios/test_reg_file_CRUD.py::test_move[singleprovider_singleclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 22:42:33 =================================================================
19-Nov-2024 22:42:33 - Executing scenario 'Move regular file and read'
19-Nov-2024 22:42:33 - from feature 'Regular_file_CRUD'
19-Nov-2024 22:42:33 -----------------------------------------------------------------
19-Nov-2024 22:42:33 -- Executing step: 'Given "oneclient mounted using token by user1"'
19-Nov-2024 22:42:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 22:42:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 22:42:33 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 22:42:33
19-Nov-2024 22:42:33
19-Nov-2024 22:42:33 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb'
19-Nov-2024 22:42:33 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb' successfully started
19-Nov-2024 22:42:33
19-Nov-2024 22:42:33 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/am6s7vv6zuxrvodq
19-Nov-2024 22:42:33
19-Nov-2024 22:42:33 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/am6s7vv6zuxrvodq --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/am6s7vv6zuxrvodq
19-Nov-2024 22:42:33 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '12065378369252579667'...
19-Nov-2024 22:42:33 Getting configuration...
19-Nov-2024 22:42:33 Oneclient has been successfully mounted in '/tmp/onedata/mnt/am6s7vv6zuxrvodq'.
19-Nov-2024 22:42:33
19-Nov-2024 22:42:33 -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2, space1/dir3]"'
19-Nov-2024 22:42:33 -- Executing step: 'When "user1 creates regular files [space1/dir1/dir2/file1]"'
19-Nov-2024 22:42:33 -- Executing step: 'When "user1 sees [file1] in space1/dir1/dir2"'
19-Nov-2024 22:42:33 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/dir2/file1"'
19-Nov-2024 22:42:33 -- Executing step: 'When "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/dir2/file1"'
19-Nov-2024 22:42:33 -- Executing step: 'When "user1 renames space1/dir1/dir2/file1 to space1/dir3/file1"'
19-Nov-2024 22:42:33 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1/dir2"'
19-Nov-2024 22:42:33 -- Executing step: 'Then "user1 can stat [file1] in space1/dir3"'
19-Nov-2024 22:42:33 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1/dir2"'
19-Nov-2024 22:42:33 -- Executing step: 'Then "user1 sees [file1] in space1/dir3"'
19-Nov-2024 22:42:33 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir3/file1"'
19-Nov-2024 22:42:33 -- Executing step: 'Then "size of user1's space1/dir3/file1 is 17 bytes"'
19-Nov-2024 22:42:33 =================================================================
19-Nov-2024 22:42:33
19-Nov-2024 22:42:33 PASSED
19-Nov-2024 22:42:33 Unmounting client from /tmp/onedata/mnt/am6s7vv6zuxrvodq
19-Nov-2024 22:42:33
19-Nov-2024 22:42:33
19-Nov-2024 22:43:03 tests/oneclient/scenarios/test_reg_file_CRUD.py::test_move_big[singleprovider_singleclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 22:43:03 =================================================================
19-Nov-2024 22:43:03 - Executing scenario 'Move big regular file and check MD5'
19-Nov-2024 22:43:03 - from feature 'Regular_file_CRUD'
19-Nov-2024 22:43:03 -----------------------------------------------------------------
19-Nov-2024 22:43:03 -- Executing step: 'Given "oneclient mounted using token by user1"'
19-Nov-2024 22:43:03 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 22:43:03 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 22:43:03 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 22:43:03
19-Nov-2024 22:43:03
19-Nov-2024 22:43:03 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb'
19-Nov-2024 22:43:03 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb' successfully started
19-Nov-2024 22:43:03
19-Nov-2024 22:43:03 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/bqwdo2wobgwy8qza
19-Nov-2024 22:43:03
19-Nov-2024 22:43:03 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/bqwdo2wobgwy8qza --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/bqwdo2wobgwy8qza
19-Nov-2024 22:43:03 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '15942077190709671603'...
19-Nov-2024 22:43:03 Getting configuration...
19-Nov-2024 22:43:03 Oneclient has been successfully mounted in '/tmp/onedata/mnt/bqwdo2wobgwy8qza'.
19-Nov-2024 22:43:03
19-Nov-2024 22:43:03 -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2, space1/dir3]"'
19-Nov-2024 22:43:03 -- Executing step: 'When "user1 creates regular files [space1/dir1/dir2/file1]"'
19-Nov-2024 22:43:03 -- Executing step: 'When "user1 sees [file1] in space1/dir1/dir2"'
19-Nov-2024 22:43:03 -- Executing step: 'When "user1 writes 32 MB of random characters to space1/dir1/dir2/file1 and saves MD5"'
19-Nov-2024 22:43:03 -- Executing step: 'When "user1 renames space1/dir1/dir2/file1 to space1/dir3/file1"'
19-Nov-2024 22:43:03 -- Executing step: 'Then "user1 can't stat [file1] in space1/dir1/dir2"'
19-Nov-2024 22:43:03 -- Executing step: 'Then "user1 can stat [file1] in space1/dir3"'
19-Nov-2024 22:43:03 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1/dir2"'
19-Nov-2024 22:43:03 -- Executing step: 'Then "user1 sees [file1] in space1/dir3"'
19-Nov-2024 22:43:03 -- Executing step: 'Then "user1 checks MD5 of space1/dir3/file1"'
19-Nov-2024 22:43:03 =================================================================
19-Nov-2024 22:43:03
19-Nov-2024 22:43:04 PASSED
19-Nov-2024 22:43:04 Unmounting client from /tmp/onedata/mnt/bqwdo2wobgwy8qza
19-Nov-2024 22:43:04
19-Nov-2024 22:43:04
19-Nov-2024 22:43:26 tests/oneclient/scenarios/test_reg_file_CRUD.py::test_copy[singleprovider_singleclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 22:43:26 =================================================================
19-Nov-2024 22:43:26 - Executing scenario 'Copy regular file and read'
19-Nov-2024 22:43:26 - from feature 'Regular_file_CRUD'
19-Nov-2024 22:43:26 -----------------------------------------------------------------
19-Nov-2024 22:43:26 -- Executing step: 'Given "oneclient mounted using token by user1"'
19-Nov-2024 22:43:26 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 22:43:26 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 22:43:26 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 22:43:26
19-Nov-2024 22:43:26
19-Nov-2024 22:43:26 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb'
19-Nov-2024 22:43:26 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb' successfully started
19-Nov-2024 22:43:26
19-Nov-2024 22:43:26 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/ynrpsioj9261wfgy
19-Nov-2024 22:43:26
19-Nov-2024 22:43:26 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ynrpsioj9261wfgy --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ynrpsioj9261wfgy
19-Nov-2024 22:43:26 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '18129012570474650504'...
19-Nov-2024 22:43:26 Getting configuration...
19-Nov-2024 22:43:26 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ynrpsioj9261wfgy'.
19-Nov-2024 22:43:26
19-Nov-2024 22:43:26 -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2, space1/dir3]"'
19-Nov-2024 22:43:26 -- Executing step: 'When "user1 creates regular files [space1/dir1/dir2/file1]"'
19-Nov-2024 22:43:26 -- Executing step: 'When "user1 sees [file1] in space1/dir1/dir2"'
19-Nov-2024 22:43:26 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/dir2/file1"'
19-Nov-2024 22:43:26 -- Executing step: 'When "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/dir2/file1"'
19-Nov-2024 22:43:26 -- Executing step: 'When "user1 copies regular file space1/dir1/dir2/file1 to space1/dir3"'
19-Nov-2024 22:43:26 -- Executing step: 'Then "user1 can stat [dir1, dir3] in space1"'
19-Nov-2024 22:43:26 -- Executing step: 'Then "user1 can stat [file1] in space1/dir1/dir2"'
19-Nov-2024 22:43:26 -- Executing step: 'Then "user1 can stat [file1] in space1/dir3"'
19-Nov-2024 22:43:26 -- Executing step: 'Then "user1 sees [dir1, dir3] in space1"'
19-Nov-2024 22:43:26 -- Executing step: 'Then "user1 sees [file1] in space1/dir1/dir2"'
19-Nov-2024 22:43:26 -- Executing step: 'Then "user1 sees [file1] in space1/dir3"'
19-Nov-2024 22:43:26 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir3/file1"'
19-Nov-2024 22:43:26 -- Executing step: 'Then "size of user1's space1/dir3/file1 is 17 bytes"'
19-Nov-2024 22:43:26 =================================================================
19-Nov-2024 22:43:26
19-Nov-2024 22:43:27 PASSED
19-Nov-2024 22:43:27 Unmounting client from /tmp/onedata/mnt/ynrpsioj9261wfgy
19-Nov-2024 22:43:27
19-Nov-2024 22:43:27
19-Nov-2024 22:44:02 tests/oneclient/scenarios/test_reg_file_CRUD.py::test_copy_big[singleprovider_singleclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 22:44:02 =================================================================
19-Nov-2024 22:44:02 - Executing scenario 'Copy big regular file and check MD5'
19-Nov-2024 22:44:02 - from feature 'Regular_file_CRUD'
19-Nov-2024 22:44:02 -----------------------------------------------------------------
19-Nov-2024 22:44:02 -- Executing step: 'Given "oneclient mounted using token by user1"'
19-Nov-2024 22:44:02 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 22:44:02 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 22:44:02 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 22:44:02
19-Nov-2024 22:44:02
19-Nov-2024 22:44:02 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb'
19-Nov-2024 22:44:02 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb' successfully started
19-Nov-2024 22:44:02
19-Nov-2024 22:44:02 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/u3rc7vmzhsd3e1qg
19-Nov-2024 22:44:02
19-Nov-2024 22:44:02 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/u3rc7vmzhsd3e1qg --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/u3rc7vmzhsd3e1qg
19-Nov-2024 22:44:02 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '11041736460107370894'...
19-Nov-2024 22:44:02 Getting configuration...
19-Nov-2024 22:44:02 Oneclient has been successfully mounted in '/tmp/onedata/mnt/u3rc7vmzhsd3e1qg'.
19-Nov-2024 22:44:02
19-Nov-2024 22:44:02 -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2, space1/dir3]"'
19-Nov-2024 22:44:02 -- Executing step: 'When "user1 creates regular files [space1/dir1/dir2/file1]"'
19-Nov-2024 22:44:02 -- Executing step: 'When "user1 sees [file1] in space1/dir1/dir2"'
19-Nov-2024 22:44:02 -- Executing step: 'When "user1 writes 32 MB of random characters to space1/dir1/dir2/file1 and saves MD5"'
19-Nov-2024 22:44:02 -- Executing step: 'When "user1 copies regular file space1/dir1/dir2/file1 to space1/dir3/file1"'
19-Nov-2024 22:44:02 -- Executing step: 'Then "user1 sees [file1] in space1/dir1/dir2"'
19-Nov-2024 22:44:02 -- Executing step: 'Then "user1 sees [file1] in space1/dir3"'
19-Nov-2024 22:44:02 -- Executing step: 'Then "user1 checks MD5 of space1/dir1/dir2/file1"'
19-Nov-2024 22:44:02 -- Executing step: 'Then "user1 checks MD5 of space1/dir3/file1"'
19-Nov-2024 22:44:02 =================================================================
19-Nov-2024 22:44:02
19-Nov-2024 22:44:02 PASSED
19-Nov-2024 22:44:02 Unmounting client from /tmp/onedata/mnt/u3rc7vmzhsd3e1qg
19-Nov-2024 22:44:02
19-Nov-2024 22:44:02
19-Nov-2024 22:44:26 tests/oneclient/scenarios/test_reg_file_CRUD.py::test_delete_copied_after_read[singleprovider_singleclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 22:44:26 =================================================================
19-Nov-2024 22:44:26 - Executing scenario 'Delete file copied right after read'
19-Nov-2024 22:44:26 - from feature 'Regular_file_CRUD'
19-Nov-2024 22:44:26 -----------------------------------------------------------------
19-Nov-2024 22:44:26 -- Executing step: 'Given "oneclient mounted using token by user1"'
19-Nov-2024 22:44:26 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 22:44:26 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 22:44:26 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 22:44:26
19-Nov-2024 22:44:26
19-Nov-2024 22:44:26 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb'
19-Nov-2024 22:44:26 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb' successfully started
19-Nov-2024 22:44:26
19-Nov-2024 22:44:26 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/ll9phwj296qhxi0o
19-Nov-2024 22:44:26
19-Nov-2024 22:44:26 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/ll9phwj296qhxi0o --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/ll9phwj296qhxi0o
19-Nov-2024 22:44:26 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '1089052333387073993'...
19-Nov-2024 22:44:26 Getting configuration...
19-Nov-2024 22:44:26 Oneclient has been successfully mounted in '/tmp/onedata/mnt/ll9phwj296qhxi0o'.
19-Nov-2024 22:44:26
19-Nov-2024 22:44:26 -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2]"'
19-Nov-2024 22:44:26 -- Executing step: 'When "user1 creates regular files [space1/dir1/dir2/file1]"'
19-Nov-2024 22:44:26 -- Executing step: 'When "user1 sees [file1] in space1/dir1/dir2"'
19-Nov-2024 22:44:26 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/dir2/file1"'
19-Nov-2024 22:44:26 -- Executing step: 'When "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/dir2/file1"'
19-Nov-2024 22:44:26 -- Executing step: 'When "user1 deletes files [space1/dir1/dir2/file1]"'
19-Nov-2024 22:44:26 -- Executing step: 'Then "user1 doesn't see [file1] in space1/dir1/dir2"'
19-Nov-2024 22:44:26 =================================================================
19-Nov-2024 22:44:26
19-Nov-2024 22:44:27 PASSED
19-Nov-2024 22:44:27 Unmounting client from /tmp/onedata/mnt/ll9phwj296qhxi0o
19-Nov-2024 22:44:27
19-Nov-2024 22:44:27
19-Nov-2024 22:46:26 tests/oneclient/scenarios/test_reg_file_CRUD.py::test_provider_restart[singleprovider_singleclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 22:46:26 =================================================================
19-Nov-2024 22:46:26 - Executing scenario 'Restart provider with active oneclient connection'
19-Nov-2024 22:46:26 - from feature 'Regular_file_CRUD'
19-Nov-2024 22:46:26 -----------------------------------------------------------------
19-Nov-2024 22:46:26 -- Executing step: 'Given "oneclient mounted using token by user1"'
19-Nov-2024 22:46:26 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 22:46:26 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 22:46:26 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 22:46:26
19-Nov-2024 22:46:26
19-Nov-2024 22:46:26 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb'
19-Nov-2024 22:46:26 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb' successfully started
19-Nov-2024 22:46:26
19-Nov-2024 22:46:26 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/kzko49jj59tak569
19-Nov-2024 22:46:26
19-Nov-2024 22:46:26 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/kzko49jj59tak569 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/kzko49jj59tak569
19-Nov-2024 22:46:26 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '7496081110644321113'...
19-Nov-2024 22:46:26 Getting configuration...
19-Nov-2024 22:46:26 Oneclient has been successfully mounted in '/tmp/onedata/mnt/kzko49jj59tak569'.
19-Nov-2024 22:46:26
19-Nov-2024 22:46:26 -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2]"'
19-Nov-2024 22:46:26 -- Executing step: 'When "user1 creates regular files [space1/dir1/dir2/file1]"'
19-Nov-2024 22:46:26 -- Executing step: 'When "user1 sees [file1] in space1/dir1/dir2"'
19-Nov-2024 22:46:26 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/dir2/file1"'
19-Nov-2024 22:46:26 -- Executing step: 'When "user1 restarts oneprovider oneprovider-krakow"'
19-Nov-2024 22:46:26 Running command: ['./onenv', 'exec', 'oneprovider-krakow', '--', 'op_worker', 'stop']
19-Nov-2024 22:46:26 ok
19-Nov-2024 22:46:26 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/dir2/file1"'
19-Nov-2024 22:46:26 =================================================================
19-Nov-2024 22:46:26
19-Nov-2024 22:46:27 PASSED
19-Nov-2024 22:46:27 Unmounting client from /tmp/onedata/mnt/kzko49jj59tak569
19-Nov-2024 22:46:27
19-Nov-2024 22:46:27
19-Nov-2024 22:46:50 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
19-Nov-2024 22:46:50 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
19-Nov-2024 22:47:07 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
19-Nov-2024 22:47:22 tests/oneclient/scenarios/test_reg_file_CRUD.py::test_network_restart_short[singleprovider_singleclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py
19-Nov-2024 22:47:22 =================================================================
19-Nov-2024 22:47:22 - Executing scenario 'Restart provider network for short time with active oneclient connection'
19-Nov-2024 22:47:22 - from feature 'Regular_file_CRUD'
19-Nov-2024 22:47:22 -----------------------------------------------------------------
19-Nov-2024 22:47:22 -- Executing step: 'Given "oneclient mounted using token by user1"'
19-Nov-2024 22:47:22 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/onedata/mnt']
19-Nov-2024 22:47:22 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/rpyc_logs']
19-Nov-2024 22:47:22 Running command: ['./onenv', 'exec', 'dev-oneclient-krakow-7d9476b8bc-bcnnb', '--', 'mkdir', '-p', '-m 777', '/tmp/logs/oc_logs']
19-Nov-2024 22:47:22
19-Nov-2024 22:47:22
19-Nov-2024 22:47:22 starting rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb'
19-Nov-2024 22:47:22 rpyc server for user 'user1' on client host 'dev-oneclient-krakow-7d9476b8bc-bcnnb' successfully started
19-Nov-2024 22:47:22
19-Nov-2024 22:47:22 Mounting client with --force-proxy-io flag in /tmp/onedata/mnt/99s1ko0ohuh8suu4
19-Nov-2024 22:47:22
19-Nov-2024 22:47:22 rpyc running command: oneclient --log-dir /tmp/logs/oc_logs/99s1ko0ohuh8suu4 --force-proxy-io -v2 --insecure --message-trace-log /tmp/onedata/mnt/99s1ko0ohuh8suu4
19-Nov-2024 22:47:22 Connecting to provider 'dev-oneprovider-krakow.default.svc.cluster.local:443' using session ID: '14646455025638017585'...
19-Nov-2024 22:47:22 Getting configuration...
19-Nov-2024 22:47:22 Oneclient has been successfully mounted in '/tmp/onedata/mnt/99s1ko0ohuh8suu4'.
19-Nov-2024 22:47:22
19-Nov-2024 22:47:22 -- Executing step: 'When "user1 creates directory and parents [space1/dir1/dir2]"'
19-Nov-2024 22:47:22 -- Executing step: 'When "user1 creates regular files [space1/dir1/dir2/file1]"'
19-Nov-2024 22:47:22 -- Executing step: 'When "user1 sees [file1] in space1/dir1/dir2"'
19-Nov-2024 22:47:22 -- Executing step: 'When "user1 writes "TEST TEXT ONEDATA" to space1/dir1/dir2/file1"'
19-Nov-2024 22:47:22 -- Executing step: 'When "user1 stops network on oneprovider oneprovider-krakow for 15 seconds"'
19-Nov-2024 22:47:22 Running command: ['kubectl', 'cp', 'tests/utils/escripts/escript_utils.erl', 'dev-oneprovider-krakow-0:/tmp/escript_utils.erl']
19-Nov-2024 22:47:22 Running command: ['kubectl', 'cp', 'tests/utils/escripts/https_restart.escript', 'dev-oneprovider-krakow-0:/tmp/https_restart.escript']
19-Nov-2024 22:47:22 Running command: ['kubectl', 'exec', 'dev-oneprovider-krakow-0', '--', '/tmp/https_restart.escript', '15']
19-Nov-2024 22:47:22 -- Executing step: 'Then "user1 reads "TEST TEXT ONEDATA" from file space1/dir1/dir2/file1"'
19-Nov-2024 22:47:22 =================================================================
19-Nov-2024 22:47:22
19-Nov-2024 22:47:23 PASSED
19-Nov-2024 22:47:23 Unmounting client from /tmp/onedata/mnt/99s1ko0ohuh8suu4
19-Nov-2024 22:47:23
19-Nov-2024 22:47:23
19-Nov-2024 22:48:06 tests/oneclient/scenarios/test_reg_file_CRUD.py::test_network_restart_long[singleprovider_singleclient_proxyio] <- ../../../../../../../../usr/local/lib/python3.12/dist-packages/pytest_bdd/scenario.py ERRORRunning command: ['./onenv', 'export', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-RFCP/onedata-acceptance/tests/oneclient/logs/singleprovider_singleclient_proxyio/test_reg_file_CRUD.1732056475.9344676', '-c', '/tmp/logs']
19-Nov-2024 22:48:06 [WARNING] Couldn't get entrypoint logs for pod dev-cross-support-job-3p-users-pjf9h. See /home/bamboo/.one-env/deployments/2024.11.19-22.34.30/pod-logs/dev-cross-support-job-3p-users-pjf9h/entrypoint.log for more details
19-Nov-2024 22:48:06 [INFO] Rsyncing from pod dev-oneclient-krakow-7d9476b8bc-bcnnb: /tmp/logs -> /home/bamboo/.one-env/deployments/2024.11.19-22.34.30/pod-logs/dev-oneclient-krakow-7d9476b8bc-bcnnb/oneclient_logs
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06               0   0%    0.00kB/s    0:00:00 (xfr#0, to-chk=111/132)
19-Nov-2024 22:48:06               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 22:48:06          28,763   0%   27.43MB/s    0:00:00 (xfr#1, to-chk=110/132)
19-Nov-2024 22:48:06          28,763   0%   27.43MB/s    0:00:00 (xfr#1, to-chk=103/132)
19-Nov-2024 22:48:06          29,417   0%   28.05MB/s    0:00:00 (xfr#2, to-chk=106/132)
19-Nov-2024 22:48:06          33,561   0%   32.01MB/s    0:00:00 (xfr#3, to-chk=105/132)
19-Nov-2024 22:48:06         143,798   1%   34.28MB/s    0:00:00 (xfr#4, to-chk=104/132)
19-Nov-2024 22:48:06         144,452   1%   34.44MB/s    0:00:00 (xfr#5, to-chk=103/132)
19-Nov-2024 22:48:06         145,080   1%   34.59MB/s    0:00:00 (xfr#6, to-chk=102/132)
19-Nov-2024 22:48:06 Defaulted container "oneclient" out of: oneclient, wait-for-onezone (init), wait-for-token-dispenser (init)build        19-Nov-2024 22:48:06                186,410   1%   35.55MB/s    0:00:00 (xfr#7, to-chk=101/132)
01-Jan-1970 00:00:00
19-Nov-2024 22:48:06         187,160   1%   35.70MB/s    0:00:00 (xfr#8, to-chk=97/132)
19-Nov-2024 22:48:06 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
19-Nov-2024 22:48:06         322,011   2%   13.96MB/s    0:00:00 (xfr#9, to-chk=96/132)
19-Nov-2024 22:48:06 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
19-Nov-2024 22:48:06         322,761   2%   13.99MB/s    0:00:00 (xfr#10, to-chk=95/132)
19-Nov-2024 22:48:06 Defaulted container "oneprovider" out of: oneprovider, wait-for-onezone (init)
19-Nov-2024 22:48:06         323,389   2%   13.41MB/s    0:00:00 (xfr#11, to-chk=94/132)
19-Nov-2024 22:48:06         363,982   3%    9.13MB/s    0:00:00 (xfr#12, to-chk=93/132)
19-Nov-2024 22:48:06         364,540   3%    8.48MB/s    0:00:00 (xfr#13, to-chk=89/132)
19-Nov-2024 22:48:06         495,732   4%   11.26MB/s    0:00:00 (xfr#14, to-chk=88/132)
19-Nov-2024 22:48:06         496,290   4%   11.01MB/s    0:00:00 (xfr#15, to-chk=87/132)
19-Nov-2024 22:48:06         546,622   4%   11.58MB/s    0:00:00 (xfr#16, to-chk=86/132)
19-Nov-2024 22:48:06         547,276   4%   11.35MB/s    0:00:00 (xfr#17, to-chk=82/132)
19-Nov-2024 22:48:06         727,201   6%   14.15MB/s    0:00:00 (xfr#18, to-chk=81/132)
19-Nov-2024 22:48:06         727,855   6%   13.88MB/s    0:00:00 (xfr#19, to-chk=80/132)
19-Nov-2024 22:48:06         778,603   6%   14.28MB/s    0:00:00 (xfr#20, to-chk=79/132)
19-Nov-2024 22:48:06         779,257   6%   14.02MB/s    0:00:00 (xfr#21, to-chk=75/132)
19-Nov-2024 22:48:06         938,237   8%   13.35MB/s    0:00:00 (xfr#22, to-chk=74/132)
19-Nov-2024 22:48:06         938,891   8%   13.17MB/s    0:00:00 (xfr#23, to-chk=73/132)
19-Nov-2024 22:48:06       1,752,170  15%   14.04MB/s    0:00:00 (xfr#24, to-chk=72/132)
19-Nov-2024 22:48:06       1,752,632  15%   14.05MB/s    0:00:00 (xfr#25, to-chk=68/132)
19-Nov-2024 22:48:06       5,690,979  50%   23.19MB/s    0:00:00 (xfr#26, to-chk=67/132)
19-Nov-2024 22:48:06       5,691,441  50%   23.10MB/s    0:00:00 (xfr#27, to-chk=66/132)
19-Nov-2024 22:48:06       5,758,969  51%   23.08MB/s    0:00:00 (xfr#28, to-chk=65/132)
19-Nov-2024 22:48:06       5,759,719  51%   23.08MB/s    0:00:00 (xfr#29, to-chk=61/132)
19-Nov-2024 22:48:06       6,014,107  53%   23.41MB/s    0:00:00 (xfr#30, to-chk=60/132)
19-Nov-2024 22:48:06       6,014,857  53%   23.41MB/s    0:00:00 (xfr#31, to-chk=59/132)
19-Nov-2024 22:48:06       6,184,844  55%   23.88MB/s    0:00:00 (xfr#32, to-chk=58/132)
19-Nov-2024 22:48:06       6,185,210  55%   23.88MB/s    0:00:00 (xfr#33, to-chk=54/132)
19-Nov-2024 22:48:06       6,778,660  60%   23.34MB/s    0:00:00 (xfr#34, to-chk=53/132)
19-Nov-2024 22:48:06       6,779,026  60%   23.26MB/s    0:00:00 (xfr#35, to-chk=52/132)
19-Nov-2024 22:48:06       6,779,654  60%   23.26MB/s    0:00:00 (xfr#36, to-chk=51/132)
19-Nov-2024 22:48:06       6,817,638  60%   22.65MB/s    0:00:00 (xfr#37, to-chk=50/132)
19-Nov-2024 22:48:06       6,818,196  60%   22.66MB/s    0:00:00 (xfr#38, to-chk=46/132)
19-Nov-2024 22:48:06       6,972,249  62%   22.85MB/s    0:00:00 (xfr#39, to-chk=45/132)
19-Nov-2024 22:48:06       6,972,807  62%   22.85MB/s    0:00:00 (xfr#40, to-chk=44/132)
19-Nov-2024 22:48:06       7,031,115  62%   22.96MB/s    0:00:00 (xfr#41, to-chk=43/132)
19-Nov-2024 22:48:06       7,031,673  62%   22.97MB/s    0:00:00 (xfr#42, to-chk=39/132)
19-Nov-2024 22:48:06       7,224,154  64%   23.43MB/s    0:00:00 (xfr#43, to-chk=38/132)
19-Nov-2024 22:48:06       7,224,712  64%   23.44MB/s    0:00:00 (xfr#44, to-chk=37/132)
19-Nov-2024 22:48:06       7,274,401  64%   23.44MB/s    0:00:00 (xfr#45, to-chk=36/132)
19-Nov-2024 22:48:06       7,274,671  64%   23.44MB/s    0:00:00 (xfr#46, to-chk=32/132)
19-Nov-2024 22:48:06       7,439,683  66%   23.73MB/s    0:00:00 (xfr#47, to-chk=31/132)
19-Nov-2024 22:48:06       7,439,953  66%   23.65MB/s    0:00:00 (xfr#48, to-chk=30/132)
19-Nov-2024 22:48:06       7,476,365  66%   23.69MB/s    0:00:00 (xfr#49, to-chk=29/132)
19-Nov-2024 22:48:06       7,476,923  66%   23.69MB/s    0:00:00 (xfr#50, to-chk=25/132)
19-Nov-2024 22:48:06       7,596,292  67%   23.83MB/s    0:00:00 (xfr#51, to-chk=24/132)
19-Nov-2024 22:48:06       7,596,850  67%   23.83MB/s    0:00:00 (xfr#52, to-chk=23/132)
19-Nov-2024 22:48:06       7,623,564  67%   23.84MB/s    0:00:00 (xfr#53, to-chk=22/132)
19-Nov-2024 22:48:06       7,623,930  67%   23.84MB/s    0:00:00 (xfr#54, to-chk=18/132)
19-Nov-2024 22:48:06       7,721,130  68%   23.91MB/s    0:00:00 (xfr#55, to-chk=17/132)
19-Nov-2024 22:48:06       7,721,496  68%   23.91MB/s    0:00:00 (xfr#56, to-chk=16/132)
19-Nov-2024 22:48:06       8,014,726  71%   24.19MB/s    0:00:00 (xfr#57, to-chk=15/132)
19-Nov-2024 22:48:06       8,015,476  71%   24.19MB/s    0:00:00 (xfr#58, to-chk=11/132)
19-Nov-2024 22:48:06       8,019,619  71%   24.20MB/s    0:00:00 (xfr#59, to-chk=10/132)
19-Nov-2024 22:48:06      10,833,372  96%   29.27MB/s    0:00:00 (xfr#60, to-chk=9/132)
19-Nov-2024 22:48:06      10,834,122  96%   29.19MB/s    0:00:00 (xfr#61, to-chk=8/132)
19-Nov-2024 22:48:06      10,907,236  97%   29.30MB/s    0:00:00 (xfr#62, to-chk=7/132)
19-Nov-2024 22:48:06      10,908,082  97%   29.30MB/s    0:00:00 (xfr#63, to-chk=3/132)
19-Nov-2024 22:48:06      11,206,056  99%   29.85MB/s    0:00:00 (xfr#64, to-chk=2/132)
19-Nov-2024 22:48:06      11,206,902  99%   29.77MB/s    0:00:00 (xfr#65, to-chk=1/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.83MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.83MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.83MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.83MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.83MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.83MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.83MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.83MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.83MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.83MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.83MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.83MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.83MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.83MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.58MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.42MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06      11,229,579  99%   29.42MB/s    0:00:00 (xfr#66, to-chk=0/132)
19-Nov-2024 22:48:06 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_worker -> /home/bamboo/.one-env/deployments/2024.11.19-22.34.30/pod-logs/dev-oneprovider-krakow-0/op-worker
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=55/58)
19-Nov-2024 22:48:06               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 22:48:06          38,543   8%   36.76MB/s    0:00:00 (xfr#2, to-chk=53/58)
19-Nov-2024 22:48:06          72,837  16%   23.15MB/s    0:00:00 (xfr#3, to-chk=51/58)
19-Nov-2024 22:48:06          74,005  16%   23.53MB/s    0:00:00 (xfr#4, to-chk=49/58)
19-Nov-2024 22:48:06          74,005  16%   17.64MB/s    0:00:00 (xfr#5, to-chk=47/58)
19-Nov-2024 22:48:06         105,912  23%   25.25MB/s    0:00:00 (xfr#6, to-chk=45/58)
19-Nov-2024 22:48:06         106,331  23%   20.28MB/s    0:00:00 (xfr#7, to-chk=43/58)
19-Nov-2024 22:48:06         106,632  23%   20.34MB/s    0:00:00 (xfr#8, to-chk=41/58)
19-Nov-2024 22:48:06         194,959  42%   26.56MB/s    0:00:00 (xfr#9, to-chk=39/58)
19-Nov-2024 22:48:06         198,991  43%   21.09MB/s    0:00:00 (xfr#10, to-chk=29/58)
19-Nov-2024 22:48:06         200,692  44%   21.27MB/s    0:00:00 (xfr#11, to-chk=28/58)
19-Nov-2024 22:48:06         205,184  45%   19.57MB/s    0:00:00 (xfr#12, to-chk=27/58)
19-Nov-2024 22:48:06         207,970  45%   18.03MB/s    0:00:00 (xfr#13, to-chk=26/58)
19-Nov-2024 22:48:06         210,471  46%   18.25MB/s    0:00:00 (xfr#14, to-chk=25/58)
19-Nov-2024 22:48:06         213,538  46%   16.97MB/s    0:00:00 (xfr#15, to-chk=24/58)
19-Nov-2024 22:48:06         216,267  47%   17.19MB/s    0:00:00 (xfr#16, to-chk=23/58)
19-Nov-2024 22:48:06         217,740  47%   15.97MB/s    0:00:00 (xfr#17, to-chk=22/58)
19-Nov-2024 22:48:06         218,873  48%   16.06MB/s    0:00:00 (xfr#18, to-chk=21/58)
19-Nov-2024 22:48:06         221,942  48%   14.11MB/s    0:00:00 (xfr#19, to-chk=20/58)
19-Nov-2024 22:48:06         222,833  48%   14.17MB/s    0:00:00 (xfr#20, to-chk=19/58)
19-Nov-2024 22:48:06         226,301  49%   13.49MB/s    0:00:00 (xfr#21, to-chk=18/58)
19-Nov-2024 22:48:06         230,736  50%   13.75MB/s    0:00:00 (xfr#22, to-chk=17/58)
19-Nov-2024 22:48:06         232,040  50%   13.02MB/s    0:00:00 (xfr#23, to-chk=16/58)
19-Nov-2024 22:48:06         233,515  51%   13.10MB/s    0:00:00 (xfr#24, to-chk=15/58)
19-Nov-2024 22:48:06         234,357  51%   12.42MB/s    0:00:00 (xfr#25, to-chk=14/58)
19-Nov-2024 22:48:06         235,610  51%   11.83MB/s    0:00:00 (xfr#26, to-chk=13/58)
19-Nov-2024 22:48:06         236,686  52%   10.75MB/s    0:00:00 (xfr#27, to-chk=12/58)
19-Nov-2024 22:48:06         237,648  52%   10.30MB/s    0:00:00 (xfr#28, to-chk=11/58)
19-Nov-2024 22:48:06         239,414  52%    9.93MB/s    0:00:00 (xfr#29, to-chk=10/58)
19-Nov-2024 22:48:06         242,831  53%    9.65MB/s    0:00:00 (xfr#30, to-chk=9/58)
19-Nov-2024 22:48:06         243,278  53%    9.28MB/s    0:00:00 (xfr#31, to-chk=8/58)
19-Nov-2024 22:48:06         245,266  53%    9.00MB/s    0:00:00 (xfr#32, to-chk=7/58)
19-Nov-2024 22:48:06         246,114  54%    9.03MB/s    0:00:00 (xfr#33, to-chk=6/58)
19-Nov-2024 22:48:06         248,615  54%    9.12MB/s    0:00:00 (xfr#34, to-chk=5/58)
19-Nov-2024 22:48:06         250,601  55%    9.19MB/s    0:00:00 (xfr#35, to-chk=4/58)
19-Nov-2024 22:48:06         255,253  56%    8.69MB/s    0:00:00 (xfr#36, to-chk=3/58)
19-Nov-2024 22:48:06         257,526  56%    8.77MB/s    0:00:00 (xfr#37, to-chk=2/58)
19-Nov-2024 22:48:06         259,740  57%    8.54MB/s    0:00:00 (xfr#38, to-chk=1/58)
19-Nov-2024 22:48:06         260,189  57%    7.52MB/s    0:00:00 (xfr#39, to-chk=0/58)
19-Nov-2024 22:48:06         260,189  57%    7.52MB/s    0:00:00 (xfr#39, to-chk=0/58)
19-Nov-2024 22:48:06         260,189  57%    7.52MB/s    0:00:00 (xfr#39, to-chk=0/58)
19-Nov-2024 22:48:06         260,189  57%    6.53MB/s    0:00:00 (xfr#39, to-chk=0/58)
19-Nov-2024 22:48:06         260,189  57%    6.36MB/s    0:00:00 (xfr#39, to-chk=0/58)
19-Nov-2024 22:48:06         260,189  57%    6.36MB/s    0:00:00 (xfr#39, to-chk=0/58)
19-Nov-2024 22:48:06 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/op_panel -> /home/bamboo/.one-env/deployments/2024.11.19-22.34.30/pod-logs/dev-oneprovider-krakow-0/op-panel
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 22:48:06               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 22:48:06          19,127  16%   18.24MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 22:48:06          39,190  33%   37.37MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 22:48:06          39,277  33%   37.46MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 22:48:06          58,201  49%   55.50MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 22:48:06          58,492  50%   27.89MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 22:48:06          58,492  50%    5.58MB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 22:48:06 [INFO] Rsyncing from pod dev-oneprovider-krakow-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.19-22.34.30/pod-logs/dev-oneprovider-krakow-0/cluster-manager
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 22:48:06               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 22:48:06           3,890  15%    3.71MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 22:48:06           8,590  33%    8.19MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 22:48:06           8,840  34%    8.43MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 22:48:06          12,527  48%   11.95MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 22:48:06          12,789  50%   12.20MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 22:48:06          12,789  50%    2.03MB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 22:48:06 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/cluster_manager -> /home/bamboo/.one-env/deployments/2024.11.19-22.34.30/pod-logs/dev-onezone-0/cluster-manager
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 22:48:06               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 22:48:06           1,978  14%    1.89MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 22:48:06           4,666  34%    4.45MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 22:48:06           4,666  34%    4.45MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 22:48:06           6,441  48%    6.14MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 22:48:06           6,703  50%    6.39MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 22:48:06           6,703  50%    2.13MB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 22:48:06 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_panel -> /home/bamboo/.one-env/deployments/2024.11.19-22.34.30/pod-logs/dev-onezone-0/oz-panel
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=11/14)
19-Nov-2024 22:48:06               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 22:48:06          26,427  13%   25.20MB/s    0:00:00 (xfr#2, to-chk=9/14)
19-Nov-2024 22:48:06          53,931  27%   25.72MB/s    0:00:00 (xfr#3, to-chk=7/14)
19-Nov-2024 22:48:06          72,921  36%   23.18MB/s    0:00:00 (xfr#4, to-chk=5/14)
19-Nov-2024 22:48:06          99,145  49%   31.52MB/s    0:00:00 (xfr#5, to-chk=3/14)
19-Nov-2024 22:48:06          99,436  50%   31.61MB/s    0:00:00 (xfr#6, to-chk=1/14)
19-Nov-2024 22:48:06          99,436  50%    9.48MB/s    0:00:00 (xfr#6, to-chk=0/14)
19-Nov-2024 22:48:06 [INFO] Rsyncing from pod dev-onezone-0: /volumes/persistence/var/log/oz_worker -> /home/bamboo/.one-env/deployments/2024.11.19-22.34.30/pod-logs/dev-onezone-0/oz-worker
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06               0   0%    0.00kB/s    0:00:00 (xfr#1, to-chk=15/18)
19-Nov-2024 22:48:06               0   0%    0.00kB/s    0:00:00 
19-Nov-2024 22:48:06          15,311   5%   14.60MB/s    0:00:00 (xfr#2, to-chk=13/18)
19-Nov-2024 22:48:06          31,253  11%   29.81MB/s    0:00:00 (xfr#3, to-chk=11/18)
19-Nov-2024 22:48:06          31,253  11%   29.81MB/s    0:00:00 (xfr#4, to-chk=9/18)
19-Nov-2024 22:48:06          46,084  17%   43.95MB/s    0:00:00 (xfr#5, to-chk=7/18)
19-Nov-2024 22:48:06          46,175  17%   44.04MB/s    0:00:00 (xfr#6, to-chk=5/18)
19-Nov-2024 22:48:06          46,472  17%   44.32MB/s    0:00:00 (xfr#7, to-chk=3/18)
19-Nov-2024 22:48:06         134,995  50%   64.37MB/s    0:00:00 (xfr#8, to-chk=1/18)
19-Nov-2024 22:48:06         134,995  50%   25.75MB/s    0:00:00 (xfr#8, to-chk=0/18)
19-Nov-2024 22:48:06 [WARNING] Directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-RFCP/onedata-acceptance/tests/oneclient/logs/singleprovider_singleclient_proxyio/test_reg_file_CRUD.1732056475.9344676 exists, exporting anyway.
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 ==================================== ERRORS ====================================
19-Nov-2024 22:48:06 _ ERROR at setup of test_network_restart_long[singleprovider_singleclient_proxyio] _
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 zone_hostname = 'dev-onezone.default.svc.cluster.local'
19-Nov-2024 22:48:06 onepanel_credentials = <tests.utils.user_utils.AdminUser object at 0x7fbf8cac4950>
19-Nov-2024 22:48:06 owner_credentials = <tests.utils.user_utils.User object at 0x7fbf8c9bd310>
19-Nov-2024 22:48:06 space_id = '9aa309c6ec09dadf12405d38065580d8che889'
19-Nov-2024 22:48:06 storages_db = {'dev-oneprovider-krakow': {}}
19-Nov-2024 22:48:06 hosts = {'oneclient-1': {'container-id': '0329b41ecbce007534e141026f2bba3b0791f070e5ad108fe89681be5775e2ef', 'ip': '10.244.196...654fa3c7dfc2', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.244.196.28', 'name': 'dev-onezone', ...}}
19-Nov-2024 22:48:06 providers = [{'oneprovider-1': {'size': '1000000000', 'storage': 'local-volume-1'}}]
19-Nov-2024 22:48:06 members = ['user1']
19-Nov-2024 22:48:06 users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7fbf8cb331d0>, 'onepanel': <tests.utils.user_utils.AdminUser o...tests.utils.user_utils.User object at 0x7fbf8c9bd310>, 'user1': <tests.utils.user_utils.User object at 0x7fbf8c9bc8c0>}
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06     def _get_support(zone_hostname, onepanel_credentials,
19-Nov-2024 22:48:06                      owner_credentials, space_id, storages_db, hosts, providers,
19-Nov-2024 22:48:06                      members, users):
19-Nov-2024 22:48:06         onepanel_username = onepanel_credentials.username
19-Nov-2024 22:48:06         onepanel_password = onepanel_credentials.password
19-Nov-2024 22:48:06    
19-Nov-2024 22:48:06         for provider in providers:
19-Nov-2024 22:48:06             [(provider, options)] = provider.items()
19-Nov-2024 22:48:06    
19-Nov-2024 22:48:06             provider_name = hosts[provider]['name']
19-Nov-2024 22:48:06             provider_hostname = hosts[provider]['hostname']
19-Nov-2024 22:48:06             storage_name = options['storage']
19-Nov-2024 22:48:06    
19-Nov-2024 22:48:06             try:
19-Nov-2024 22:48:06 >               storage_id = storages_db[provider_name][storage_name]
19-Nov-2024 22:48:06 E               KeyError: 'dev-oneprovider-krakow'
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/entities_setup/spaces.py:224: KeyError
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 During handling of the above exception, another exception occurred:
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 http_method = <function get at 0x7fbf8ddba980>
19-Nov-2024 22:48:06 ip = 'dev-oneprovider-krakow.default.svc.cluster.local', port = 9443
19-Nov-2024 22:48:06 path = '/api/v3/onepanel/provider/storages', use_ssl = True, headers = None
19-Nov-2024 22:48:06 verify = False, cert = None, auth = ('onepanel', 'password'), data = None
19-Nov-2024 22:48:06 default_headers = True, retries = 5
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06     def http_request(http_method, ip, port, path, use_ssl=True, headers=None,
19-Nov-2024 22:48:06                      verify=False, cert=None, auth=None, data=None,
19-Nov-2024 22:48:06                      default_headers=True, retries=5):
19-Nov-2024 22:48:06         protocol = 'https' if use_ssl else 'http'
19-Nov-2024 22:48:06         request_headers = DEFAULT_HEADERS.copy() if default_headers else {}
19-Nov-2024 22:48:06         if headers:
19-Nov-2024 22:48:06             request_headers.update(headers)
19-Nov-2024 22:48:06         try:
19-Nov-2024 22:48:06             response = http_method('{0}://{1}:{2}{3}'.format(protocol, ip, port, path),
19-Nov-2024 22:48:06                                    verify=verify, headers=request_headers, timeout=40,
19-Nov-2024 22:48:06                                    cert=cert, auth=auth, data=data)
19-Nov-2024 22:48:06             if 200 <= response.status_code < 300:
19-Nov-2024 22:48:06                 return response
19-Nov-2024 22:48:06             else:
19-Nov-2024 22:48:06 >               raise_http_exception(response)
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/rest_utils.py:89:
19-Nov-2024 22:48:06 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 response = <Response [503]>
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06     def raise_http_exception(response):
19-Nov-2024 22:48:06         ex_cls = _exceptions.get(response.status_code, HTTPError)
19-Nov-2024 22:48:06 >       raise ex_cls(response)
19-Nov-2024 22:48:06 E       tests.utils.http_exceptions.HTTPServiceUnavailable: [503] Service Unavailable: {"error":{"id":"serviceUnavailable","description":"Service required for this operation is offline."}}
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/http_exceptions.py:15: HTTPServiceUnavailable
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 During handling of the above exception, another exception occurred:
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 http_method = <function get at 0x7fbf8ddba980>
19-Nov-2024 22:48:06 ip = 'dev-oneprovider-krakow.default.svc.cluster.local', port = 9443
19-Nov-2024 22:48:06 path = '/api/v3/onepanel/provider/storages', use_ssl = True, headers = None
19-Nov-2024 22:48:06 verify = False, cert = None, auth = ('onepanel', 'password'), data = None
19-Nov-2024 22:48:06 default_headers = True, retries = 4
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06     def http_request(http_method, ip, port, path, use_ssl=True, headers=None,
19-Nov-2024 22:48:06                      verify=False, cert=None, auth=None, data=None,
19-Nov-2024 22:48:06                      default_headers=True, retries=5):
19-Nov-2024 22:48:06         protocol = 'https' if use_ssl else 'http'
19-Nov-2024 22:48:06         request_headers = DEFAULT_HEADERS.copy() if default_headers else {}
19-Nov-2024 22:48:06         if headers:
19-Nov-2024 22:48:06             request_headers.update(headers)
19-Nov-2024 22:48:06         try:
19-Nov-2024 22:48:06             response = http_method('{0}://{1}:{2}{3}'.format(protocol, ip, port, path),
19-Nov-2024 22:48:06                                    verify=verify, headers=request_headers, timeout=40,
19-Nov-2024 22:48:06                                    cert=cert, auth=auth, data=data)
19-Nov-2024 22:48:06             if 200 <= response.status_code < 300:
19-Nov-2024 22:48:06                 return response
19-Nov-2024 22:48:06             else:
19-Nov-2024 22:48:06 >               raise_http_exception(response)
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/rest_utils.py:89:
19-Nov-2024 22:48:06 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 response = <Response [503]>
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06     def raise_http_exception(response):
19-Nov-2024 22:48:06         ex_cls = _exceptions.get(response.status_code, HTTPError)
19-Nov-2024 22:48:06 >       raise ex_cls(response)
19-Nov-2024 22:48:06 E       tests.utils.http_exceptions.HTTPServiceUnavailable: [503] Service Unavailable: {"error":{"id":"serviceUnavailable","description":"Service required for this operation is offline."}}
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/http_exceptions.py:15: HTTPServiceUnavailable
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 During handling of the above exception, another exception occurred:
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 http_method = <function get at 0x7fbf8ddba980>
19-Nov-2024 22:48:06 ip = 'dev-oneprovider-krakow.default.svc.cluster.local', port = 9443
19-Nov-2024 22:48:06 path = '/api/v3/onepanel/provider/storages', use_ssl = True, headers = None
19-Nov-2024 22:48:06 verify = False, cert = None, auth = ('onepanel', 'password'), data = None
19-Nov-2024 22:48:06 default_headers = True, retries = 3
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06     def http_request(http_method, ip, port, path, use_ssl=True, headers=None,
19-Nov-2024 22:48:06                      verify=False, cert=None, auth=None, data=None,
19-Nov-2024 22:48:06                      default_headers=True, retries=5):
19-Nov-2024 22:48:06         protocol = 'https' if use_ssl else 'http'
19-Nov-2024 22:48:06         request_headers = DEFAULT_HEADERS.copy() if default_headers else {}
19-Nov-2024 22:48:06         if headers:
19-Nov-2024 22:48:06             request_headers.update(headers)
19-Nov-2024 22:48:06         try:
19-Nov-2024 22:48:06             response = http_method('{0}://{1}:{2}{3}'.format(protocol, ip, port, path),
19-Nov-2024 22:48:06                                    verify=verify, headers=request_headers, timeout=40,
19-Nov-2024 22:48:06                                    cert=cert, auth=auth, data=data)
19-Nov-2024 22:48:06             if 200 <= response.status_code < 300:
19-Nov-2024 22:48:06                 return response
19-Nov-2024 22:48:06             else:
19-Nov-2024 22:48:06 >               raise_http_exception(response)
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/rest_utils.py:89:
19-Nov-2024 22:48:06 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 response = <Response [503]>
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06     def raise_http_exception(response):
19-Nov-2024 22:48:06         ex_cls = _exceptions.get(response.status_code, HTTPError)
19-Nov-2024 22:48:06 >       raise ex_cls(response)
19-Nov-2024 22:48:06 E       tests.utils.http_exceptions.HTTPServiceUnavailable: [503] Service Unavailable: {"error":{"id":"serviceUnavailable","description":"Service required for this operation is offline."}}
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/http_exceptions.py:15: HTTPServiceUnavailable
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 During handling of the above exception, another exception occurred:
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 http_method = <function get at 0x7fbf8ddba980>
19-Nov-2024 22:48:06 ip = 'dev-oneprovider-krakow.default.svc.cluster.local', port = 9443
19-Nov-2024 22:48:06 path = '/api/v3/onepanel/provider/storages', use_ssl = True, headers = None
19-Nov-2024 22:48:06 verify = False, cert = None, auth = ('onepanel', 'password'), data = None
19-Nov-2024 22:48:06 default_headers = True, retries = 2
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06     def http_request(http_method, ip, port, path, use_ssl=True, headers=None,
19-Nov-2024 22:48:06                      verify=False, cert=None, auth=None, data=None,
19-Nov-2024 22:48:06                      default_headers=True, retries=5):
19-Nov-2024 22:48:06         protocol = 'https' if use_ssl else 'http'
19-Nov-2024 22:48:06         request_headers = DEFAULT_HEADERS.copy() if default_headers else {}
19-Nov-2024 22:48:06         if headers:
19-Nov-2024 22:48:06             request_headers.update(headers)
19-Nov-2024 22:48:06         try:
19-Nov-2024 22:48:06             response = http_method('{0}://{1}:{2}{3}'.format(protocol, ip, port, path),
19-Nov-2024 22:48:06                                    verify=verify, headers=request_headers, timeout=40,
19-Nov-2024 22:48:06                                    cert=cert, auth=auth, data=data)
19-Nov-2024 22:48:06             if 200 <= response.status_code < 300:
19-Nov-2024 22:48:06                 return response
19-Nov-2024 22:48:06             else:
19-Nov-2024 22:48:06 >               raise_http_exception(response)
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/rest_utils.py:89:
19-Nov-2024 22:48:06 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 response = <Response [503]>
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06     def raise_http_exception(response):
19-Nov-2024 22:48:06         ex_cls = _exceptions.get(response.status_code, HTTPError)
19-Nov-2024 22:48:06 >       raise ex_cls(response)
19-Nov-2024 22:48:06 E       tests.utils.http_exceptions.HTTPServiceUnavailable: [503] Service Unavailable: {"error":{"id":"serviceUnavailable","description":"Service required for this operation is offline."}}
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/http_exceptions.py:15: HTTPServiceUnavailable
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 During handling of the above exception, another exception occurred:
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 http_method = <function get at 0x7fbf8ddba980>
19-Nov-2024 22:48:06 ip = 'dev-oneprovider-krakow.default.svc.cluster.local', port = 9443
19-Nov-2024 22:48:06 path = '/api/v3/onepanel/provider/storages', use_ssl = True, headers = None
19-Nov-2024 22:48:06 verify = False, cert = None, auth = ('onepanel', 'password'), data = None
19-Nov-2024 22:48:06 default_headers = True, retries = 1
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06     def http_request(http_method, ip, port, path, use_ssl=True, headers=None,
19-Nov-2024 22:48:06                      verify=False, cert=None, auth=None, data=None,
19-Nov-2024 22:48:06                      default_headers=True, retries=5):
19-Nov-2024 22:48:06         protocol = 'https' if use_ssl else 'http'
19-Nov-2024 22:48:06         request_headers = DEFAULT_HEADERS.copy() if default_headers else {}
19-Nov-2024 22:48:06         if headers:
19-Nov-2024 22:48:06             request_headers.update(headers)
19-Nov-2024 22:48:06         try:
19-Nov-2024 22:48:06             response = http_method('{0}://{1}:{2}{3}'.format(protocol, ip, port, path),
19-Nov-2024 22:48:06                                    verify=verify, headers=request_headers, timeout=40,
19-Nov-2024 22:48:06                                    cert=cert, auth=auth, data=data)
19-Nov-2024 22:48:06             if 200 <= response.status_code < 300:
19-Nov-2024 22:48:06                 return response
19-Nov-2024 22:48:06             else:
19-Nov-2024 22:48:06 >               raise_http_exception(response)
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/rest_utils.py:89:
19-Nov-2024 22:48:06 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 response = <Response [503]>
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06     def raise_http_exception(response):
19-Nov-2024 22:48:06         ex_cls = _exceptions.get(response.status_code, HTTPError)
19-Nov-2024 22:48:06 >       raise ex_cls(response)
19-Nov-2024 22:48:06 E       tests.utils.http_exceptions.HTTPServiceUnavailable: [503] Service Unavailable: {"error":{"id":"serviceUnavailable","description":"Service required for this operation is offline."}}
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/http_exceptions.py:15: HTTPServiceUnavailable
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 During handling of the above exception, another exception occurred:
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 entities_config = {'groups': {'group1': {'owner': 'user1'}}, 'spaces': {'space1': {'groups': ['group1'], 'owner': 'space_owner', 'provid...der-1': {'size': '1000000000', 'storage': 'local-volume-1'}}], 'users': ['user1']}}, 'users': ['space_owner', 'user1']}
19-Nov-2024 22:48:06 admin_credentials = <tests.utils.user_utils.AdminUser object at 0x7fbf8cb331d0>
19-Nov-2024 22:48:06 onepanel_credentials = <tests.utils.user_utils.AdminUser object at 0x7fbf8cac4950>
19-Nov-2024 22:48:06 hosts = {'oneclient-1': {'container-id': '0329b41ecbce007534e141026f2bba3b0791f070e5ad108fe89681be5775e2ef', 'ip': '10.244.196...654fa3c7dfc2', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.244.196.28', 'name': 'dev-onezone', ...}}
19-Nov-2024 22:48:06 users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7fbf8cb331d0>, 'onepanel': <tests.utils.user_utils.AdminUser o...tests.utils.user_utils.User object at 0x7fbf8c9bd310>, 'user1': <tests.utils.user_utils.User object at 0x7fbf8c9bc8c0>}
19-Nov-2024 22:48:06 groups = {'group1': '9f68579269e8f0c83521a9fe31d0c5a9ch0a2b'}
19-Nov-2024 22:48:06 storages = {'dev-oneprovider-krakow': {}}
19-Nov-2024 22:48:06 spaces = {'space1': '9aa309c6ec09dadf12405d38065580d8che889'}, rm_users = True
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06     @pytest.fixture(autouse=True)
19-Nov-2024 22:48:06     def run_around_testcase(
19-Nov-2024 22:48:06         entities_config,
19-Nov-2024 22:48:06         admin_credentials,
19-Nov-2024 22:48:06         onepanel_credentials,
19-Nov-2024 22:48:06         hosts,
19-Nov-2024 22:48:06         users,
19-Nov-2024 22:48:06         groups,
19-Nov-2024 22:48:06         storages,
19-Nov-2024 22:48:06         spaces,
19-Nov-2024 22:48:06         rm_users,
19-Nov-2024 22:48:06     ):
19-Nov-2024 22:48:06         unmount_all_clients_and_purge_spaces(users)
19-Nov-2024 22:48:06 >       setup_entities(
19-Nov-2024 22:48:06             entities_config,
19-Nov-2024 22:48:06             admin_credentials,
19-Nov-2024 22:48:06             onepanel_credentials,
19-Nov-2024 22:48:06             hosts,
19-Nov-2024 22:48:06             users,
19-Nov-2024 22:48:06             groups,
19-Nov-2024 22:48:06             storages,
19-Nov-2024 22:48:06             spaces,
19-Nov-2024 22:48:06             rm_users,
19-Nov-2024 22:48:06         )
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/oneclient/conftest.py:54:
19-Nov-2024 22:48:06 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
19-Nov-2024 22:48:06 tests/oneclient/conftest.py:92: in setup_entities
19-Nov-2024 22:48:06     setup_spaces(
19-Nov-2024 22:48:06 tests/utils/entities_setup/spaces.py:108: in create_and_configure_spaces
19-Nov-2024 22:48:06     _create_and_configure_spaces(config, zone_host, admin_credentials,
19-Nov-2024 22:48:06 tests/utils/entities_setup/spaces.py:138: in _create_and_configure_spaces
19-Nov-2024 22:48:06     _get_support(zone_hostname, onepanel_credentials, owner, space_id,
19-Nov-2024 22:48:06 tests/utils/entities_setup/spaces.py:229: in _get_support
19-Nov-2024 22:48:06     _get_storage_id(provider_hostname, onepanel_username,
19-Nov-2024 22:48:06 tests/utils/entities_setup/spaces.py:267: in _get_storage_id
19-Nov-2024 22:48:06     storages_id = http_get(ip=provider_hostname, port=PANEL_REST_PORT,
19-Nov-2024 22:48:06 tests/utils/rest_utils.py:47: in http_get
19-Nov-2024 22:48:06     return http_request(requests.get, ip, port, path, use_ssl, headers,
19-Nov-2024 22:48:06 tests/utils/rest_utils.py:93: in http_request
19-Nov-2024 22:48:06     return http_request(http_method, ip, port, path, use_ssl, headers,
19-Nov-2024 22:48:06 tests/utils/rest_utils.py:93: in http_request
19-Nov-2024 22:48:06     return http_request(http_method, ip, port, path, use_ssl, headers,
19-Nov-2024 22:48:06 tests/utils/rest_utils.py:93: in http_request
19-Nov-2024 22:48:06     return http_request(http_method, ip, port, path, use_ssl, headers,
19-Nov-2024 22:48:06 tests/utils/rest_utils.py:93: in http_request
19-Nov-2024 22:48:06     return http_request(http_method, ip, port, path, use_ssl, headers,
19-Nov-2024 22:48:06 tests/utils/rest_utils.py:93: in http_request
19-Nov-2024 22:48:06     return http_request(http_method, ip, port, path, use_ssl, headers,
19-Nov-2024 22:48:06 tests/utils/rest_utils.py:96: in http_request
19-Nov-2024 22:48:06     raise e
19-Nov-2024 22:48:06 tests/utils/rest_utils.py:89: in http_request
19-Nov-2024 22:48:06     raise_http_exception(response)
19-Nov-2024 22:48:06 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 response = <Response [503]>
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06     def raise_http_exception(response):
19-Nov-2024 22:48:06         ex_cls = _exceptions.get(response.status_code, HTTPError)
19-Nov-2024 22:48:06 >       raise ex_cls(response)
19-Nov-2024 22:48:06 E       tests.utils.http_exceptions.HTTPServiceUnavailable: [503] Service Unavailable: {"error":{"id":"serviceUnavailable","description":"Service required for this operation is offline."}}
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/http_exceptions.py:15: HTTPServiceUnavailable
19-Nov-2024 22:48:06 =============================== warnings summary ===============================
19-Nov-2024 22:48:06 tests/utils/rest_utils.py:98
19-Nov-2024 22:48:06   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-RFCP/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ '
19-Nov-2024 22:48:06     print("""
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/path_utils.py:112
19-Nov-2024 22:48:06   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-RFCP/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
19-Nov-2024 22:48:06     return path.replace("'", "\\'").replace(' ', '\ ')
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/acceptance_utils.py:55
19-Nov-2024 22:48:06   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-RFCP/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d'
19-Nov-2024 22:48:06     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 tests/utils/acceptance_utils.py:57
19-Nov-2024 22:48:06   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-RFCP/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d'
19-Nov-2024 22:48:06     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
19-Nov-2024 22:48:06
19-Nov-2024 22:48:06 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
19-Nov-2024 22:48:06 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-RFCP/onedata-acceptance/test-reports/results.xml -
19-Nov-2024 22:48:06 ============= 15 passed, 4 warnings, 1 error in 820.25s (0:13:40) ==============
19-Nov-2024 22:48:12 release "dev" uninstalled
19-Nov-2024 22:48:14 persistentvolumeclaim "local-volume-1-dev-oneprovider-krakow-0" deleted
19-Nov-2024 22:48:17 No resources found
19-Nov-2024 22:48:18 Sidecar injection has been disabled
19-Nov-2024 22:48:18 Cleaning helm release "dev"...
19-Nov-2024 22:48:18 Deleted 1 helm deployments
19-Nov-2024 22:48:18 Deleted 0 k8s deployments
19-Nov-2024 22:48:18 Deleted 0 k8s services
19-Nov-2024 22:48:18 Deleted 0 persistent volumes
19-Nov-2024 22:48:18 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
19-Nov-2024 22:48:18 [INFO] Using image docker.onedata.org/onezone-dev:develop for service onezone
19-Nov-2024 22:48:18 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
19-Nov-2024 22:48:18 [INFO] Using image docker.onedata.org/oneprovider-dev:develop for service oneprovider
19-Nov-2024 22:48:18 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
19-Nov-2024 22:48:18 [INFO] ENV variable "bamboo_planRepository_branchName" is set to develop - using it as current branch name
19-Nov-2024 22:48:18 [INFO] Using image docker.onedata.org/oneclient-dev:develop for service oneclient
19-Nov-2024 22:48:18 Finished task 'Run acceptance oneclient tests' with result: Success
19-Nov-2024 22:48:18 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
19-Nov-2024 22:48:18 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-RFCP...
19-Nov-2024 22:48:18 Failing task since 1 failing test cases were found.
19-Nov-2024 22:48:18 Finished task 'Parse test results' with result: Failed
19-Nov-2024 22:48:18 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
19-Nov-2024 22:48:18
Substituting variable: ${bamboo.artifactRepoHostname} with S3
19-Nov-2024 22:48:18
Substituting variable: ${bamboo.artifactRepoPort} with 10161
19-Nov-2024 22:48:18
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
19-Nov-2024 22:48:18
Substituting variable: ${bamboo.planRepository.branchName} with develop
19-Nov-2024 22:48:18
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
19-Nov-2024 22:48:18
Substituting variable: ${bamboo.artifactRepoHostname} with S3
19-Nov-2024 22:48:18
Substituting variable: ${bamboo.artifactRepoPort} with 10161
19-Nov-2024 22:48:18
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
19-Nov-2024 22:48:18
Substituting variable: ${bamboo.planRepository.branchName} with develop
19-Nov-2024 22:48:18
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
19-Nov-2024 22:48:18 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
19-Nov-2024 22:48:18
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - regular file CRUD proxyio #3366 (ODSRV-OAP-RFCP-3366)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-RFCP-3366-ScriptBuildTask-12309515563914795870.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-RFCP/onedata-acceptance
19-Nov-2024 22:48:18 ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch develop --plan onedata-acceptance --artifact-name surefire_regular_file_CRUD_proxyio.tar.gz
19-Nov-2024 22:48:19 Uploading artifact
19-Nov-2024 22:48:19     source path: surefire_regular_file_CRUD_proxyio.tar.gz
19-Nov-2024 22:48:19     dest.  path: artifacts/onedata-acceptance/develop/surefire_regular_file_CRUD_proxyio.tar.gz
19-Nov-2024 22:48:19 Finished task 'Pack and push surefire artifact' with result: Success
19-Nov-2024 22:48:19 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
19-Nov-2024 22:48:19 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
19-Nov-2024 22:48:19
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - regular file CRUD proxyio #3366 (ODSRV-OAP-RFCP-3366)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-RFCP-3366-ScriptBuildTask-9847892614562673709.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-RFCP
19-Nov-2024 22:48:19 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
19-Nov-2024 22:48:19 Finished task 'Pack logs' with result: Success
19-Nov-2024 22:48:19 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
19-Nov-2024 22:48:19
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
19-Nov-2024 22:48:19 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
19-Nov-2024 22:48:19
Beginning to execute external process for build 'Onedata Products - oneclient acceptance pkg - regular file CRUD proxyio #3366 (ODSRV-OAP-RFCP-3366)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-OAP-RFCP-3366-ScriptBuildTask-8499130709880638540.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-RFCP/onedata-acceptance
19-Nov-2024 22:48:20   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
19-Nov-2024 22:48:20                                  Dload  Upload   Total   Spent    Left  Speed
19-Nov-2024 22:48:20
19-Nov-2024 22:48:20   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
19-Nov-2024 22:48:20 Clearing /tmp/onedata and /home/bamboo/.one-env
19-Nov-2024 22:48:20 100  4822  100  4822    0     0  54795      0 --:--:-- --:--:-- --:--:-- 54795
19-Nov-2024 22:48:21 Cleaning helm deployments
19-Nov-2024 22:48:21 Cleanining pods
19-Nov-2024 22:48:21 Cleaning kube persistant volumes
19-Nov-2024 22:48:22 Cleaning dockswift container
19-Nov-2024 22:48:22 Cleaning docker containers
19-Nov-2024 22:48:26 Stalled docker containers to remove:
19-Nov-2024 22:48:26 0da0e0821889 637fb521bcf0 1fb612241370 f2eac2199b4f 5d21d6db2235 a5d0b919aa72 d27eaf26b73c 51594c75e9c7 21a3e7cc29da e5993ba23c9e 3b188725449f 7e857c4c17b7 ab475a87caff 4f196e476f43 295a14ea0cc9
19-Nov-2024 22:48:26 Removing stalled docker containers
19-Nov-2024 22:48:26 Error response from daemon: Cannot kill container: 0da0e0821889: Container 0da0e0821889562552b5f9f146fc393126492442d1f0c76b114fa75862a8da06 is not running
19-Nov-2024 22:48:26 0da0e0821889
19-Nov-2024 22:48:26 Error response from daemon: Cannot kill container: 637fb521bcf0: Container 637fb521bcf0f52df38d0a0b3abf94e46d4e545f7783a6bb0100d753da862a4a is not running
19-Nov-2024 22:48:26 637fb521bcf0
19-Nov-2024 22:48:26 Error response from daemon: Cannot kill container: 1fb612241370: Container 1fb612241370a0c85adcdef1f034dced8be628526d806cb90f18339281967667 is not running
19-Nov-2024 22:48:26 1fb612241370
19-Nov-2024 22:48:26 Error response from daemon: Cannot kill container: f2eac2199b4f: Container f2eac2199b4f334f34807791b6831027585aadb0d6426ac4973759d0e7687f72 is not running
19-Nov-2024 22:48:26 f2eac2199b4f
19-Nov-2024 22:48:26 Error response from daemon: Cannot kill container: 5d21d6db2235: Container 5d21d6db2235029c7439988f5ab015d706f202b3733202eddd5a0ff86c5344ca is not running
19-Nov-2024 22:48:26 5d21d6db2235
19-Nov-2024 22:48:27 Error response from daemon: Cannot kill container: a5d0b919aa72: Container a5d0b919aa72661f1ae6e1ae4e0df20245376c1f20f8f4e7b47e437b4cdc46a6 is not running
19-Nov-2024 22:48:27 a5d0b919aa72
19-Nov-2024 22:48:27 Error response from daemon: Cannot kill container: d27eaf26b73c: Container d27eaf26b73cc60efe76a4f934843a5702e871c471901772a01e976c6af6fadd is not running
19-Nov-2024 22:48:27 d27eaf26b73c
19-Nov-2024 22:48:27 Error response from daemon: Cannot kill container: 51594c75e9c7: Container 51594c75e9c761347624f11161c54839a87ec4b8d7733a16c38f664d57776705 is not running
19-Nov-2024 22:48:27 51594c75e9c7
19-Nov-2024 22:48:27 Error response from daemon: Cannot kill container: 21a3e7cc29da: Container 21a3e7cc29daed368074cb7021b4d2e248d4ec5787cd491e9266e21d64da5187 is not running
19-Nov-2024 22:48:27 21a3e7cc29da
19-Nov-2024 22:48:27 Error response from daemon: Cannot kill container: e5993ba23c9e: Container e5993ba23c9e0c18315d7ea899c24d5674ae8d137db235777585f06e30965d34 is not running
19-Nov-2024 22:48:27 e5993ba23c9e
19-Nov-2024 22:48:27 Error response from daemon: Cannot kill container: 3b188725449f: Container 3b188725449fce4195f2d47e2e4721b9c25312b06f71949f4b6cbb6f06a9af53 is not running
19-Nov-2024 22:48:27 3b188725449f
19-Nov-2024 22:48:27 Error response from daemon: Cannot kill container: 7e857c4c17b7: Container 7e857c4c17b705f2424aecc218c6e2b0a655bdc1ffe84c0e7efaa7c12da30bb7 is not running
19-Nov-2024 22:48:27 7e857c4c17b7
19-Nov-2024 22:48:27 Error response from daemon: Cannot kill container: ab475a87caff: Container ab475a87caff5303e1d93c0b795da3a855df44afa37ab3ce4ecc9653d4e8860f is not running
19-Nov-2024 22:48:27 ab475a87caff
19-Nov-2024 22:48:28 Error response from daemon: Cannot kill container: 4f196e476f43: Container 4f196e476f438eed56f7e8d2fed598fa174ad53bb3a49fceeec39b2c3dbc7145 is not running
19-Nov-2024 22:48:28 4f196e476f43
19-Nov-2024 22:48:28 295a14ea0cc9
19-Nov-2024 22:48:28 295a14ea0cc9
19-Nov-2024 22:48:28 Stalled docker volumes to remove:
19-Nov-2024 22:48:28
19-Nov-2024 22:48:28 Removing stalled docker volumes
19-Nov-2024 22:48:28 Removing stalled loopdevices
19-Nov-2024 22:48:29 Done
19-Nov-2024 22:48:29 Finished task 'Clear env and working dir' with result: Success
19-Nov-2024 22:48:29 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
19-Nov-2024 22:48:29 Running post build plugin 'Docker Container Cleanup'
19-Nov-2024 22:48:29 Running post build plugin 'NCover Results Collector'
19-Nov-2024 22:48:29 Running post build plugin 'Build Results Label Collector'
19-Nov-2024 22:48:29 Running post build plugin 'Clover Results Collector'
19-Nov-2024 22:48:29 Running post build plugin 'npm Cache Cleanup'
19-Nov-2024 22:48:29 Running post build plugin 'Artifact Copier'
19-Nov-2024 22:48:29 Publishing an artifact: test_logs.tar.gz
19-Nov-2024 22:48:29 Finished publishing of artifact Non required job artifact Http Compression On : [test_logs.tar.gz], patterns: [test_logs.tar.gz] in 181.2 ms
19-Nov-2024 22:48:30 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OAP-RFCP'
19-Nov-2024 22:48:30 Finalising the build...
19-Nov-2024 22:48:30 Stopping timer.
19-Nov-2024 22:48:30 Build ODSRV-OAP-RFCP-3366 completed.
19-Nov-2024 22:48:30 Running on server: post build plugin 'Build Hanging Detection Configuration'
19-Nov-2024 22:48:30 Running on server: post build plugin 'NCover Results Collector'
19-Nov-2024 22:48:30 Running on server: post build plugin 'Build Labeller'
19-Nov-2024 22:48:30 Running on server: post build plugin 'Clover Delta Calculator'
19-Nov-2024 22:48:30 Running on server: post build plugin 'Maven Dependencies Postprocessor'
19-Nov-2024 22:48:30 All post build plugins have finished
19-Nov-2024 22:48:30 Generating build results summary...
19-Nov-2024 22:48:30 Saving build results to disk...
19-Nov-2024 22:48:30 Store variable context...
19-Nov-2024 22:48:30 Finished building ODSRV-OAP-RFCP-3366.