Build: #6 failed

Job: Oneprovider ACL files metadata failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Job result summary

Completed
Duration
5 minutes
Agent
bamboo-agent-os-15
Revision
96320bdb0f2c88136b673bd0f9815cd436ed0054
Total tests
1
Fixed in
#8 (Manual run by Darin Nikolow)

Tests

  • 1 test in total
  • 1 test failed
  • 1 failure is new
  • < 1 second taken in total.
New test failures 1
Status Test Duration
Collapse Failed pytest internal
< 1 sec
internal error
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/dist-packages/_pytest/main.py", line 285, in wrap_session
    session.exitstatus = doit(config, session) or 0
                         ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/_pytest/main.py", line 339, in _main
    config.hook.pytest_runtestloop(session=session)
  File "/usr/local/lib/python3.12/dist-packages/pluggy/_hooks.py", line 513, in __call__
(108 more lines...)

Error summary

The build generated some errors. See the full build log for more details.

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4822  100  4822    0     0  58096      0 --:--:-- --:--:-- --:--:-- 58804
Error response from daemon: Cannot kill container: 70b4c45ff1e4: Container 70b4c45ff1e40a8ac8040fcbde9c5e06f37b95c9dd5e8a287743bb5bc401c13a is not running
Submodule 'automation-examples' (ssh://git@git.onedata.org:7999/vfs/automation-examples.git) registered for path 'automation-examples'
Submodule 'bamboos' (ssh://git@git.onedata.org:7999/vfs/bamboos.git) registered for path 'bamboos'
Submodule 'cdmi_swagger' (ssh://git@git.onedata.org:7999/vfs/cdmi-swagger.git) registered for path 'cdmi_swagger'
Submodule 'one_env' (ssh://git@git.onedata.org:7999/vfs/one-env.git) registered for path 'one_env'
Submodule 'onepanel_swagger' (ssh://git@git.onedata.org:7999/vfs/onepanel-swagger.git) registered for path 'onepanel_swagger'
Submodule 'oneprovider_swagger' (ssh://git@git.onedata.org:7999/vfs/oneprovider-swagger.git) registered for path 'oneprovider_swagger'
Submodule 'onezone_swagger' (ssh://git@git.onedata.org:7999/vfs/onezone-swagger.git) registered for path 'onezone_swagger'
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-COAFM2/onedata-acceptance/automation-examples'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-COAFM2/onedata-acceptance/bamboos'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-COAFM2/onedata-acceptance/cdmi_swagger'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-COAFM2/onedata-acceptance/one_env'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-COAFM2/onedata-acceptance/onepanel_swagger'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-COAFM2/onedata-acceptance/oneprovider_swagger'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-COAFM2/onedata-acceptance/onezone_swagger'...
Submodule 'bamboos' (ssh://git@git.onedata.org:7999/vfs/bamboos.git) registered for path 'onepanel_swagger/bamboos'
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-COAFM2/onedata-acceptance/onepanel_swagger/bamboos'...
Submodule 'bamboos' (ssh://git@git.onedata.org:7999/vfs/bamboos.git) registered for path 'oneprovider_swagger/bamboos'
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-COAFM2/onedata-acceptance/oneprovider_swagger/bamboos'...
Submodule 'bamboos' (ssh://git@git.onedata.org:7999/vfs/bamboos.git) registered for path 'onezone_swagger/bamboos'
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-COAFM2/onedata-acceptance/onezone_swagger/bamboos'...
error: failed to create clusterrolebinding: clusterrolebindings.rbac.authorization.k8s.io "serviceaccounts-cluster-admin" already exists
error: failed to create clusterrolebinding: clusterrolebindings.rbac.authorization.k8s.io "serviceaccounts-cluster-admin" already exists
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/local/lib/python3.12/dist-packages/pytest/__main__.py", line 7, in <module>
    raise SystemExit(pytest.console_main())
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/_pytest/config/__init__.py", line 197, in console_main
    code = main()
           ^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/_pytest/config/__init__.py", line 174, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/pluggy/_hooks.py", line 513, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/pluggy/_callers.py", line 139, in _multicall
    raise exception.with_traceback(exception.__traceback__)
  File "/usr/local/lib/python3.12/dist-packages/pluggy/_callers.py", line 103, in _multicall
    res = hook_impl.function(*args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/_pytest/main.py", line 332, in pytest_cmdline_main
    return wrap_session(config, _main)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/_pytest/main.py", line 320, in wrap_session
    config.hook.pytest_sessionfinish(
  File "/usr/local/lib/python3.12/dist-packages/pluggy/_hooks.py", line 513, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/pluggy/_callers.py", line 139, in _multicall
    raise exception.with_traceback(exception.__traceback__)
  File "/usr/local/lib/python3.12/dist-packages/pluggy/_callers.py", line 122, in _multicall
    teardown.throw(exception)  # type: ignore[union-attr]
    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/_pytest/logging.py", line 871, in pytest_sessionfinish
    return (yield)
            ^^^^^
  File "/usr/local/lib/python3.12/dist-packages/pluggy/_callers.py", line 122, in _multicall
    teardown.throw(exception)  # type: ignore[union-attr]
    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/_pytest/terminal.py", line 866, in pytest_sessionfinish
    result = yield
             ^^^^^
  File "/usr/local/lib/python3.12/dist-packages/pluggy/_callers.py", line 122, in _multicall
    teardown.throw(exception)  # type: ignore[union-attr]
    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/_pytest/warnings.py", line 140, in pytest_sessionfinish
    return (yield)
            ^^^^^
  File "/usr/local/lib/python3.12/dist-packages/pluggy/_callers.py", line 103, in _multicall
    res = hook_impl.function(*args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/_pytest/runner.py", line 109, in pytest_sessionfinish
    session._setupstate.teardown_exact(None)
  File "/usr/local/lib/python3.12/dist-packages/_pytest/runner.py", line 555, in teardown_exact
    raise exceptions[0]
  File "/usr/local/lib/python3.12/dist-packages/_pytest/runner.py", line 544, in teardown_exact
    fin()
  File "/usr/local/lib/python3.12/dist-packages/_pytest/fixtures.py", line 1046, in finish
    raise exceptions[0]
  File "/usr/local/lib/python3.12/dist-packages/_pytest/fixtures.py", line 1035, in finish
    fin()
  File "/usr/local/lib/python3.12/dist-packages/_pytest/fixtures.py", line 922, in _teardown_yield_fixture
    next(it)
  File "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-COAFM2/onedata-acceptance/tests/gui/conftest.py", line 483, in xvfb_recorder
    call_passed = request.node.call_xvfb_recorder.passed
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Function' object has no attribute 'call_xvfb_recorder'. Did you mean: 'setup_xvfb_recorder'?
cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4822  100  4822    0     0  54795      0 --:--:-- --:--:-- --:--:-- 54795
Error response from daemon: Cannot kill container: 5755e1e4af38: Container 5755e1e4af381c978a0fcb9718adb840a88b6cec62a675e242288148f093e3b1 is not running
Error response from daemon: Cannot kill container: 2f5905018ee7: Container 2f5905018ee7f1482e21d232d6bdd0094608f74359ba98242286cf872282eec9 is not running
Error response from daemon: Cannot kill container: 0eb44bc0e3e5: Container 0eb44bc0e3e5a882250c3663ad71dce9d73922dc5f98f2791b404317e809a2a9 is not running
Error response from daemon: Cannot kill container: 000e4de22bab: Container 000e4de22bab9228f4f53240c35da72eeb82fc43829416da5d34a47a991adcf6 is not running
Error response from daemon: Cannot kill container: 66d01625628b: Container 66d01625628bc6c2ef0c553d108cdcddd097deb8cd0a0f781264ac31c2a7cb75 is not running
Error response from daemon: Cannot kill container: 375c707271e0: Container 375c707271e08965182f1d394a48dd6817f331446264762f65d79f38da74fde7 is not running
Error response from daemon: Cannot kill container: 4305b8726645: Container 4305b8726645f96620b6404a6b7b48672d9b2005a2031cb31ba8a722ad36ac53 is not running
Error response from daemon: Cannot kill container: ee9fda0c84db: Container ee9fda0c84dbaec6226a03b823610f15052869793d82d2a081c8a01947933cb8 is not running
Error response from daemon: Cannot kill container: 9a140701b422: Container 9a140701b422c24b981f0e9915e4c92184194e12984c5e94696e714ded22e412 is not running
Error response from daemon: Cannot kill container: 5963a620c988: Container 5963a620c988b7cf3c78a054fe075118c294ce7cd810da487cdaa1d0c6e36000 is not running
Error response from daemon: Cannot kill container: 4626b421a49c: Container 4626b421a49c1a431e80dad86a02f3ff3f61b920e07ae6f53204898ff0fb1816 is not running
Error response from daemon: Cannot kill container: 2672733e2b25: Container 2672733e2b255582aa0d87ac717adf1fd92299b257d22f59dca9e28a4a628446 is not running
Error response from daemon: Cannot kill container: 2ba991785b9b: Container 2ba991785b9b697ee08206026659daa9160105ff84bdc2be5db75d513cd5437a is not running