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

[WIP] Refactor template matching #12351

Open
wants to merge 36 commits into
base: main
Choose a base branch
from

Merge branch 'main' into dag_dep_template_2

3f0b2bb
Select commit
Loading
Failed to load commit list.
Open

[WIP] Refactor template matching #12351

Merge branch 'main' into dag_dep_template_2
3f0b2bb
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Qiskit.qiskit failed Jun 14, 2024 in 26m 40s

Build #20240614.33 had test failures

Details

Tests

  • Failed: 33 (0.19%)
  • Passed: 17,416 (99.71%)
  • Other: 18 (0.10%)
  • Total: 17,467

Annotations

Check failure on line 19866 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Qiskit.qiskit

Build log #L19866

Bash exited with code '1'.

Check failure on line 627 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Qiskit.qiskit

Build log #L627

Bash exited with code '255'.

Check failure on line 1 in test_circuit_and_dag_canonical

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Qiskit.qiskit

test_circuit_and_dag_canonical

Test failed
Raw output
testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/tmp/terra-tests/test/python/converters/test_circuit_to_dagdependency_v2.py", line 40, in test_circuit_and_dag_canonical
    dag_dependency = _circuit_to_dagdependency_v2(circuit_in)
  File "/home/vsts/work/1/s/qiskit/converters/circuit_to_dagdependency_v2.py", line 43, in _circuit_to_dagdependency_v2
    dagdependency.apply_operation_back(
  File "/home/vsts/work/1/s/qiskit/dagcircuit/dagdependency_v2.py", line 347, in apply_operation_back
    order = rx.TopologicalSorter(
TypeError: TopologicalSorter.__new__() got an unexpected keyword argument 'reverse'

Check failure on line 1 in test_metadata

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Qiskit.qiskit

test_metadata

Test failed
Raw output
testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/tmp/terra-tests/test/python/converters/test_circuit_to_dagdependency_v2.py", line 64, in test_metadata
    dag_dependency = _circuit_to_dagdependency_v2(circuit_in)
  File "/home/vsts/work/1/s/qiskit/converters/circuit_to_dagdependency_v2.py", line 43, in _circuit_to_dagdependency_v2
    dagdependency.apply_operation_back(
  File "/home/vsts/work/1/s/qiskit/dagcircuit/dagdependency_v2.py", line 347, in apply_operation_back
    order = rx.TopologicalSorter(
TypeError: TopologicalSorter.__new__() got an unexpected keyword argument 'reverse'

Check failure on line 1 in test_node

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Qiskit.qiskit

test_node

Test failed
Raw output
testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/tmp/terra-tests/test/python/dagcircuit/test_dagdependency_v2.py", line 149, in test_node
    self.dag.apply_operation_back(
  File "/home/vsts/work/1/s/qiskit/dagcircuit/dagdependency_v2.py", line 347, in apply_operation_back
    order = rx.TopologicalSorter(
TypeError: TopologicalSorter.__new__() got an unexpected keyword argument 'reverse'

Check failure on line 1 in test_metadata

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Qiskit.qiskit

test_metadata

Test failed
Raw output
testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/tmp/terra-tests/test/python/converters/test_dag_to_dagdependency_v2.py", line 58, in test_metadata
    dag_dependency = _dag_to_dagdependency_v2(dag)
  File "/home/vsts/work/1/s/qiskit/converters/dag_to_dagdependency_v2.py", line 42, in _dag_to_dagdependency_v2
    dagdependency.apply_operation_back(node.op.copy(), node.qargs, node.cargs)
  File "/home/vsts/work/1/s/qiskit/dagcircuit/dagdependency_v2.py", line 347, in apply_operation_back
    order = rx.TopologicalSorter(
TypeError: TopologicalSorter.__new__() got an unexpected keyword argument 'reverse'