Skip to content

Dev/enrich frozen #1671

Dev/enrich frozen

Dev/enrich frozen #1671

Triggered via pull request November 5, 2023 21:18
Status Failure
Total duration 19m 45s
Artifacts 10
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pytest.yml

on: pull_request
Matrix: run_tests
Fit to window
Zoom out
Zoom in

Annotations

60 errors
Python 3.10 on ubuntu-latest: tests/publish/test_multi_build.py#L65
test_build_changed assert 0 >= 1 + where 0 = <function poetry_build at 0x7fa79e0fff40>.call_count
Python 3.10 on ubuntu-latest: tests/publish/test_multi_build.py#L97
test_build_force assert 0 >= 1 + where 0 = <function poetry_build at 0x7fa79bcec280>.call_count
Python 3.10 on ubuntu-latest: tests/publish/test_multi_publish.py#L62
test_publish_changed AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x7fa79bcec310>.call_count
Python 3.10 on ubuntu-latest: tests/publish/test_multi_publish.py#L118
test_publish_build_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x7fa7a1398160>.call_count
Python 3.10 on ubuntu-latest: tests/publish/test_multi_publish.py#L150
test_publish_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x7fa7a0c3c550>.call_count
Python 3.10 on ubuntu-latest
Process completed with exit code 1.
Python 3.11 on ubuntu-latest: tests/publish/test_multi_build.py#L65
test_build_changed assert 0 >= 1 + where 0 = <function poetry_build at 0x7f5e08a35bc0>.call_count
Python 3.11 on ubuntu-latest: tests/publish/test_multi_build.py#L97
test_build_force assert 0 >= 1 + where 0 = <function poetry_build at 0x7f5e08cf2700>.call_count
Python 3.11 on ubuntu-latest: tests/publish/test_multi_publish.py#L62
test_publish_changed AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x7f5e08a44ea0>.call_count
Python 3.11 on ubuntu-latest: tests/publish/test_multi_publish.py#L118
test_publish_build_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x7f5e08b97ba0>.call_count
Python 3.11 on ubuntu-latest: tests/publish/test_multi_publish.py#L150
test_publish_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x7f5e08a52520>.call_count
Python 3.11 on ubuntu-latest
Process completed with exit code 1.
Python 3.8 on ubuntu-latest: tests/publish/test_multi_build.py#L65
test_build_changed assert 0 >= 1 + where 0 = <function poetry_build at 0x7f10e24c8820>.call_count
Python 3.8 on ubuntu-latest: tests/publish/test_multi_build.py#L97
test_build_force assert 0 >= 1 + where 0 = <function poetry_build at 0x7f10e16901f0>.call_count
Python 3.8 on ubuntu-latest: tests/publish/test_multi_publish.py#L62
test_publish_changed AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x7f10e1b49fc0>.call_count
Python 3.8 on ubuntu-latest: tests/publish/test_multi_publish.py#L118
test_publish_build_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x7f10dcc36560>.call_count
Python 3.8 on ubuntu-latest: tests/publish/test_multi_publish.py#L150
test_publish_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x7f10dcc35ea0>.call_count
Python 3.8 on ubuntu-latest
Process completed with exit code 1.
Python 3.9 on ubuntu-latest: tests/publish/test_multi_build.py#L65
test_build_changed assert 0 >= 1 + where 0 = <function poetry_build at 0x7fcbe3a73790>.call_count
Python 3.9 on ubuntu-latest: tests/publish/test_multi_build.py#L97
test_build_force assert 0 >= 1 + where 0 = <function poetry_build at 0x7fcbd6ca70d0>.call_count
Python 3.9 on ubuntu-latest: tests/publish/test_multi_publish.py#L62
test_publish_changed AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x7fcbd6ca1b80>.call_count
Python 3.9 on ubuntu-latest: tests/publish/test_multi_publish.py#L118
test_publish_build_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x7fcbe0243790>.call_count
Python 3.9 on ubuntu-latest: tests/publish/test_multi_publish.py#L150
test_publish_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x7fcbe026d550>.call_count
Python 3.9 on ubuntu-latest
Process completed with exit code 1.
Python 3.11 on macos-latest: tests/publish/test_multi_build.py#L65
test_build_changed assert 0 >= 1 + where 0 = <function poetry_build at 0x11ee24fe0>.call_count
Python 3.11 on macos-latest: tests/publish/test_multi_build.py#L97
test_build_force assert 0 >= 1 + where 0 = <function poetry_build at 0x1257320c0>.call_count
Python 3.11 on macos-latest: tests/publish/test_multi_publish.py#L62
test_publish_changed AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x12578a160>.call_count
Python 3.11 on macos-latest: tests/publish/test_multi_publish.py#L118
test_publish_build_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x12570eac0>.call_count
Python 3.11 on macos-latest: tests/publish/test_multi_publish.py#L150
test_publish_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x125754ea0>.call_count
Python 3.11 on macos-latest
Process completed with exit code 1.
Python 3.8 on macos-latest: tests/publish/test_multi_build.py#L65
test_build_changed assert 0 >= 1 + where 0 = <function poetry_build at 0x117d667a0>.call_count
Python 3.8 on macos-latest: tests/publish/test_multi_build.py#L97
test_build_force assert 0 >= 1 + where 0 = <function poetry_build at 0x11a24b920>.call_count
Python 3.8 on macos-latest: tests/publish/test_multi_publish.py#L62
test_publish_changed AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x11a1a79c0>.call_count
Python 3.8 on macos-latest: tests/publish/test_multi_publish.py#L118
test_publish_build_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x11a20c360>.call_count
Python 3.8 on macos-latest: tests/publish/test_multi_publish.py#L150
test_publish_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x11a20e700>.call_count
Python 3.8 on macos-latest
Process completed with exit code 1.
Python 3.8 on windows-latest: tests\publish\test_multi_build.py#L65
test_build_changed assert 0 >= 1 + where 0 = <function poetry_build at 0x0000014B735D5B80>.call_count
Python 3.8 on windows-latest: tests\publish\test_multi_build.py#L97
test_build_force assert 0 >= 1 + where 0 = <function poetry_build at 0x0000014B718F5B80>.call_count
Python 3.8 on windows-latest: tests\publish\test_multi_publish.py#L62
test_publish_changed AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x0000014B735814C0>.call_count
Python 3.8 on windows-latest: tests\publish\test_multi_publish.py#L118
test_publish_build_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x0000014B7358AE50>.call_count
Python 3.8 on windows-latest: tests\publish\test_multi_publish.py#L150
test_publish_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x0000014B73560B80>.call_count
Python 3.8 on windows-latest
Process completed with exit code 1.
Python 3.10 on windows-latest: tests\publish\test_multi_build.py#L65
test_build_changed assert 0 >= 1 + where 0 = <function poetry_build at 0x0000016244FF5000>.call_count
Python 3.10 on windows-latest: tests\publish\test_multi_build.py#L97
test_build_force assert 0 >= 1 + where 0 = <function poetry_build at 0x000001624EA335B0>.call_count
Python 3.10 on windows-latest: tests\publish\test_multi_publish.py#L62
test_publish_changed AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x000001624EB2AE60>.call_count
Python 3.10 on windows-latest: tests\publish\test_multi_publish.py#L118
test_publish_build_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x000001624EAD27A0>.call_count
Python 3.10 on windows-latest: tests\publish\test_multi_publish.py#L150
test_publish_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x000001624EA784C0>.call_count
Python 3.10 on windows-latest
Process completed with exit code 1.
Python 3.9 on windows-latest: tests\publish\test_multi_build.py#L65
test_build_changed assert 0 >= 1 + where 0 = <function poetry_build at 0x0000023009BED3A0>.call_count
Python 3.9 on windows-latest: tests\publish\test_multi_build.py#L97
test_build_force assert 0 >= 1 + where 0 = <function poetry_build at 0x0000023007373B80>.call_count
Python 3.9 on windows-latest: tests\publish\test_multi_publish.py#L62
test_publish_changed AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x000002300737D4C0>.call_count
Python 3.9 on windows-latest: tests\publish\test_multi_publish.py#L118
test_publish_build_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x0000023007397E50>.call_count
Python 3.9 on windows-latest: tests\publish\test_multi_publish.py#L150
test_publish_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x0000023008000B80>.call_count
Python 3.9 on windows-latest
Process completed with exit code 1.
Python 3.11 on windows-latest: tests\publish\test_multi_build.py#L65
test_build_changed assert 0 >= 1 + where 0 = <function poetry_build at 0x000001FAA44EB7E0>.call_count
Python 3.11 on windows-latest: tests\publish\test_multi_build.py#L97
test_build_force assert 0 >= 1 + where 0 = <function poetry_build at 0x000001FAA18D54E0>.call_count
Python 3.11 on windows-latest: tests\publish\test_multi_publish.py#L62
test_publish_changed AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x000001FAA2F1A480>.call_count
Python 3.11 on windows-latest: tests\publish\test_multi_publish.py#L118
test_publish_build_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x000001FAA29CDBC0>.call_count
Python 3.11 on windows-latest: tests\publish\test_multi_publish.py#L150
test_publish_force AssertionError: Build should be called assert 0 >= 1 + where 0 = <function poetry_build at 0x000001FAA2A2D300>.call_count
Python 3.11 on windows-latest
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
results-3.10-ubuntu-latest Expired
331 KB
results-3.10-windows-latest Expired
337 KB
results-3.11-macos-latest Expired
339 KB
results-3.11-ubuntu-latest Expired
339 KB
results-3.11-windows-latest Expired
346 KB
results-3.8-macos-latest Expired
339 KB
results-3.8-ubuntu-latest Expired
331 KB
results-3.8-windows-latest Expired
335 KB
results-3.9-ubuntu-latest Expired
328 KB
results-3.9-windows-latest Expired
335 KB