Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly test failure log #7864

Open
jakelishman opened this issue Apr 1, 2022 · 575 comments
Open

Nightly test failure log #7864

jakelishman opened this issue Apr 1, 2022 · 575 comments
Labels
bug Something isn't working type: qa Issues and PRs that relate to testing and code quality

Comments

@jakelishman
Copy link
Member

This is an issue to contain tracking comments from the new nightly CI runs of the full test matrix. Maintainers can subscribe to this issue to get notified whenever the nightly CI encounters issues.

@jakelishman jakelishman added bug Something isn't working type: qa Issues and PRs that relate to testing and code quality labels Apr 1, 2022
@azure-pipelines

This comment was marked as resolved.

@jakelishman
Copy link
Member Author

Oversubscribed VM, nothing to worry about for us.

@azure-pipelines

This comment was marked as resolved.

@jakelishman
Copy link
Member Author

Oversubscribed VM again.

@azure-pipelines

This comment was marked as resolved.

@jakelishman
Copy link
Member Author

This failure looks like a potential transient failure in the new quantum Shannon decomposition in #7907. Perhaps the test or the decomposition are slightly buggy.

@azure-pipelines

This comment was marked as resolved.

@jakelishman
Copy link
Member Author

Dodgy network connection on a VM - not an actual test failure.

@azure-pipelines

This comment was marked as resolved.

@jakelishman

This comment was marked as resolved.

@azure-pipelines

This comment was marked as resolved.

@azure-pipelines

This comment was marked as resolved.

@azure-pipelines

This comment was marked as resolved.

@azure-pipelines

This comment was marked as resolved.

@azure-pipelines

This comment was marked as resolved.

@jakelishman
Copy link
Member Author

The last five failures (while I was away on leave), numbered from oldest to newest:

  1. Some sort of unlucky hang:
test.python.quantum_info.states.test_densitymatrix.TestDensityMatrix.test_drawings [] ... inprogress

This was only in Windows on Python 3.10, which is also tested in the PR CI and passed. We might want to keep an eye on that, in case it happens again.

  1. Oversubscribed VM.

  2. A stochastic failure on the Windows Python 3.7 job:

    test.python.algorithms.test_amplitude_estimators.TestSineIntegral.test_confidence_intervals_2
    ---------------------------------------------------------------------------------------------
    
    Captured traceback:
    ~~~~~~~~~~~~~~~~~~~
        Traceback (most recent call last):
    
          File "D:\a\1\s\test-job\lib\site-packages\ddt.py", line 191, in wrapper
        return func(self, *args, **kwargs)
    
          File "D:\a\1\s\test\python\algorithms\test_amplitude_estimators.py", line 412, in test_confidence_intervals
        self.assertGreater(self._statevector.time_taken, 0.0)
    
          File "C:\hostedtoolcache\windows\Python\3.7.9\x64\lib\unittest\case.py", line 1251, in assertGreater
        self.fail(self._formatMessage(msg, standardMsg))
    
          File "C:\hostedtoolcache\windows\Python\3.7.9\x64\lib\unittest\case.py", line 693, in fail
        raise self.failureException(msg)
    
        AssertionError: 0.0 not greater than 0.0
    
  3. Strange build/install failures within matplotlib

  4. Issues caused by setuptools 64.

@mtreinish
Copy link
Member

  1. When that happens it means that the test runner worker process stopped for some reason that python doesn't know about so didn't report a result status to stestr. The normal cause of this is a segfault or a similar class of errors. These can be tricky to debug in CI because we typically need extra debug information like kernel logs or a core dump which we don't typically collect.

@azure-pipelines

This comment was marked as resolved.

@jakelishman
Copy link
Member Author

jakelishman commented Aug 18, 2022

This most recent failure is the same as point 3 in my previous comment, and I've seen it in several PR CI runs as well, so we definitely need a fix. Tracked in #8577.

@azure-pipelines

This comment was marked as resolved.

@jakelishman
Copy link
Member Author

Oversubscribed VM.

@azure-pipelines
Copy link

Nightly test job failed at commit 604cb1e. View the logs at https://dev.azure.com/qiskit-ci/qiskit-terra/_build/results?buildId=40384.

@azure-pipelines
Copy link

Nightly test job failed at commit 2a8cf79. View the logs at https://dev.azure.com/qiskit-ci/qiskit-terra/_build/results?buildId=40385.

@azure-pipelines
Copy link

Nightly test job failed at commit 604cb1e. View the logs at https://dev.azure.com/qiskit-ci/qiskit-terra/_build/results?buildId=40387.

@azure-pipelines
Copy link

Nightly test job failed at commit 2a8cf79. View the logs at https://dev.azure.com/qiskit-ci/qiskit-terra/_build/results?buildId=40388.

@azure-pipelines
Copy link

Nightly test job failed at commit 3936c43. View the logs at https://dev.azure.com/qiskit-ci/qiskit-terra/_build/results?buildId=40516.

Copy link

Nightly slow test run failed at commit 61adcf9.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10363258304.

Copy link

Nightly slow test run failed at commit 8e45a5a.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10381064959.

Copy link

Nightly slow test run failed at commit 48cca36.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10398460325.

Copy link

Nightly slow test run failed at commit 713ab38.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10414319271.

Copy link

Nightly slow test run failed at commit 76eb568.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10429296717.

Copy link

Nightly slow test run failed at commit 76eb568.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10437584096.

Copy link

Nightly slow test run failed at commit 76eb568.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10446781119.

Copy link

Nightly slow test run failed at commit 5963027.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10464923084.

Copy link

Nightly slow test run failed at commit b90c7a7.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10483150081.

Copy link

Nightly slow test run failed at commit 6f48240.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10501471399.

Copy link

Nightly slow test run failed at commit 1e7c10f.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10519527935.

Copy link

Nightly slow test run failed at commit d3040a0.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10535481104.

Copy link

Nightly slow test run failed at commit d3040a0.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10543891754.

Copy link

Nightly slow test run failed at commit d3040a0.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10553189193.

Copy link

Nightly slow test run failed at commit cc87318.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10571338299.

Copy link

Nightly slow test run failed at commit 7b2d50c.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10589820746.

Copy link

Nightly slow test run failed at commit cc2edc9.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10608342453.

Copy link

Nightly slow test run failed at commit f37bd68.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10626479887.

Copy link

Nightly slow test run failed at commit 5fc1635.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10642177547.

Copy link

github-actions bot commented Sep 1, 2024

Nightly slow test run failed at commit 5fc1635.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10650762987.

Copy link

github-actions bot commented Sep 2, 2024

Nightly slow test run failed at commit 5fc1635.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10660407033.

Copy link

github-actions bot commented Sep 3, 2024

Nightly slow test run failed at commit 3fac5da.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10676212550.

Copy link

github-actions bot commented Sep 4, 2024

Nightly slow test run failed at commit dff9e81.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10694738855.

Copy link

github-actions bot commented Sep 5, 2024

Nightly slow test run failed at commit 05f6429.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10713504946.

Copy link

github-actions bot commented Sep 6, 2024

Nightly slow test run failed at commit b80b454.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10732083771.

Copy link

github-actions bot commented Sep 7, 2024

Nightly slow test run failed at commit 94ba19e.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10748379542.

Copy link

github-actions bot commented Sep 8, 2024

Nightly slow test run failed at commit 94ba19e.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10756806259.

Copy link

github-actions bot commented Sep 9, 2024

Nightly slow test run failed at commit 734560e.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10766169469.

Copy link

Nightly slow test run failed at commit 2ef371a.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10785404893.

Copy link

Nightly slow test run failed at commit dd145b5.

Logs: https://github.com/Qiskit/qiskit/actions/runs/10804637504.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working type: qa Issues and PRs that relate to testing and code quality
Projects
None yet
Development

No branches or pull requests

4 participants