Skip to content

Github Action changes #133

Github Action changes

Github Action changes #133

Triggered via pull request November 27, 2023 02:01
@cgcgcgcgcgcg
synchronize #29
develop
Status Failure
Total duration 1h 27m 38s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Matrix: linux
Matrix: mac
Fit to window
Zoom out
Zoom in

Annotations

45 errors and 2 warnings
pytest ► tests.test_base: test-results-Linux-gcc-3.12.xml#L0
Failed test found in: test-results-Linux-gcc-3.12.xml Error: ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_base.py'.
pytest ► tests.test_drivers_intFracLapl: test-results-Linux-gcc-3.12.xml#L0
Failed test found in: test-results-Linux-gcc-3.12.xml Error: ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_drivers_intFracLapl.py'.
pytest ► tests.test_fracLapl: test-results-Linux-gcc-3.12.xml#L0
Failed test found in: test-results-Linux-gcc-3.12.xml Error: ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_fracLapl.py'.
pytest ► tests.test_h2finiteHorizon: test-results-Linux-gcc-3.12.xml#L0
Failed test found in: test-results-Linux-gcc-3.12.xml Error: ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_h2finiteHorizon.py'.
pytest ► tests.test_kernels: test-results-Linux-gcc-3.12.xml#L0
Failed test found in: test-results-Linux-gcc-3.12.xml Error: ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_kernels.py'.
pytest ► tests.test_nearField: test-results-Linux-gcc-3.12.xml#L0
Failed test found in: test-results-Linux-gcc-3.12.xml Error: ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_nearField.py'.
Linux gcc Python 3.12
Process completed with exit code 2.
Linux gcc Python 3.12
Process completed with exit code 2.
Linux gcc Python 3.12
Process completed with exit code 2.
Linux gcc Python 3.12
No test report files were found
Linux gcc Python 3.12
Failed test were found and 'fail-on-error' option is set to true
Linux gcc Python 3.12
Process completed with exit code 2.
flake8 ► base/PyNucleus_base/plot_utils.py: flake8-Linux-clang-3.10.xml#L0
Failed test found in: flake8-Linux-clang-3.10.xml Error: 216:19 F821 undefined name 'np'
flake8 ► base/PyNucleus_base/solver_factory.py: flake8-Linux-clang-3.10.xml#L0
Failed test found in: flake8-Linux-clang-3.10.xml Error: 59:161 E501 line too long (206 > 160 characters)
flake8 ► base/PyNucleus_base/utilsFem.py: flake8-Linux-clang-3.10.xml#L0
Failed test found in: flake8-Linux-clang-3.10.xml Error: 107:13 E722 do not use bare 'except'
flake8 ► base/setup.py: flake8-Linux-clang-3.10.xml#L0
Failed test found in: flake8-Linux-clang-3.10.xml Error: 23:5 F401 'scipy' imported but unused
flake8 ► drivers/brusselator.py: flake8-Linux-clang-3.10.xml#L0
Failed test found in: flake8-Linux-clang-3.10.xml Error: 220:5 E741 ambiguous variable name 'I'
flake8 ► drivers/brusselatorMovie.py: flake8-Linux-clang-3.10.xml#L0
Failed test found in: flake8-Linux-clang-3.10.xml Error: 36:1 E722 do not use bare 'except'
flake8 ► drivers/runNonlocal.py: flake8-Linux-clang-3.10.xml#L0
Failed test found in: flake8-Linux-clang-3.10.xml Error: 10:1 F401 'PyNucleus.DIRICHLET' imported but unused
flake8 ► drivers/runParallelGMG.py: flake8-Linux-clang-3.10.xml#L0
Failed test found in: flake8-Linux-clang-3.10.xml Error: 285:161 E501 line too long (161 > 160 characters)
flake8 ► drivers/variableOrder.py: flake8-Linux-clang-3.10.xml#L0
Failed test found in: flake8-Linux-clang-3.10.xml Error: 18:1 F401 'PyNucleus.nl.fractionalOrders.smoothedLeftRightFractionalOrder' imported but unused
flake8 ► fem/PyNucleus_fem/factories.py: flake8-Linux-clang-3.10.xml#L0
Failed test found in: flake8-Linux-clang-3.10.xml Error: 12:1 F401 '.functions.real' imported but unused
flake8 ► fem/PyNucleus_fem/mesh.py: flake8-Linux-clang-3.10.xml#L0
Failed test found in: flake8-Linux-clang-3.10.xml Error: 246:21 E741 ambiguous variable name 'l'
flake8 ► base/PyNucleus_base/plot_utils.py: flake8-Linux-gcc-3.10.xml#L0
Failed test found in: flake8-Linux-gcc-3.10.xml Error: 216:19 F821 undefined name 'np'
flake8 ► base/PyNucleus_base/solver_factory.py: flake8-Linux-gcc-3.10.xml#L0
Failed test found in: flake8-Linux-gcc-3.10.xml Error: 59:161 E501 line too long (206 > 160 characters)
flake8 ► base/PyNucleus_base/utilsFem.py: flake8-Linux-gcc-3.10.xml#L0
Failed test found in: flake8-Linux-gcc-3.10.xml Error: 107:13 E722 do not use bare 'except'
flake8 ► base/setup.py: flake8-Linux-gcc-3.10.xml#L0
Failed test found in: flake8-Linux-gcc-3.10.xml Error: 23:5 F401 'scipy' imported but unused
flake8 ► drivers/brusselator.py: flake8-Linux-gcc-3.10.xml#L0
Failed test found in: flake8-Linux-gcc-3.10.xml Error: 220:5 E741 ambiguous variable name 'I'
flake8 ► drivers/brusselatorMovie.py: flake8-Linux-gcc-3.10.xml#L0
Failed test found in: flake8-Linux-gcc-3.10.xml Error: 36:1 E722 do not use bare 'except'
flake8 ► drivers/runNonlocal.py: flake8-Linux-gcc-3.10.xml#L0
Failed test found in: flake8-Linux-gcc-3.10.xml Error: 10:1 F401 'PyNucleus.DIRICHLET' imported but unused
flake8 ► drivers/runParallelGMG.py: flake8-Linux-gcc-3.10.xml#L0
Failed test found in: flake8-Linux-gcc-3.10.xml Error: 285:161 E501 line too long (161 > 160 characters)
flake8 ► drivers/variableOrder.py: flake8-Linux-gcc-3.10.xml#L0
Failed test found in: flake8-Linux-gcc-3.10.xml Error: 18:1 F401 'PyNucleus.nl.fractionalOrders.smoothedLeftRightFractionalOrder' imported but unused
flake8 ► fem/PyNucleus_fem/factories.py: flake8-Linux-gcc-3.10.xml#L0
Failed test found in: flake8-Linux-gcc-3.10.xml Error: 12:1 F401 '.functions.real' imported but unused
flake8 ► fem/PyNucleus_fem/mesh.py: flake8-Linux-gcc-3.10.xml#L0
Failed test found in: flake8-Linux-gcc-3.10.xml Error: 246:21 E741 ambiguous variable name 'l'
flake8 ► base/PyNucleus_base/plot_utils.py: flake8-Linux-gcc-3.11.xml#L0
Failed test found in: flake8-Linux-gcc-3.11.xml Error: 216:19 F821 undefined name 'np'
flake8 ► base/PyNucleus_base/solver_factory.py: flake8-Linux-gcc-3.11.xml#L0
Failed test found in: flake8-Linux-gcc-3.11.xml Error: 59:161 E501 line too long (206 > 160 characters)
flake8 ► base/PyNucleus_base/utilsFem.py: flake8-Linux-gcc-3.11.xml#L0
Failed test found in: flake8-Linux-gcc-3.11.xml Error: 107:13 E722 do not use bare 'except'
flake8 ► base/setup.py: flake8-Linux-gcc-3.11.xml#L0
Failed test found in: flake8-Linux-gcc-3.11.xml Error: 23:5 F401 'scipy' imported but unused
flake8 ► drivers/brusselator.py: flake8-Linux-gcc-3.11.xml#L0
Failed test found in: flake8-Linux-gcc-3.11.xml Error: 220:5 E741 ambiguous variable name 'I'
flake8 ► drivers/brusselatorMovie.py: flake8-Linux-gcc-3.11.xml#L0
Failed test found in: flake8-Linux-gcc-3.11.xml Error: 36:1 E722 do not use bare 'except'
flake8 ► drivers/runNonlocal.py: flake8-Linux-gcc-3.11.xml#L0
Failed test found in: flake8-Linux-gcc-3.11.xml Error: 10:1 F401 'PyNucleus.DIRICHLET' imported but unused
flake8 ► drivers/runParallelGMG.py: flake8-Linux-gcc-3.11.xml#L0
Failed test found in: flake8-Linux-gcc-3.11.xml Error: 285:161 E501 line too long (161 > 160 characters)
flake8 ► drivers/variableOrder.py: flake8-Linux-gcc-3.11.xml#L0
Failed test found in: flake8-Linux-gcc-3.11.xml Error: 18:1 F401 'PyNucleus.nl.fractionalOrders.smoothedLeftRightFractionalOrder' imported but unused
flake8 ► fem/PyNucleus_fem/factories.py: flake8-Linux-gcc-3.11.xml#L0
Failed test found in: flake8-Linux-gcc-3.11.xml Error: 12:1 F401 '.functions.real' imported but unused
flake8 ► fem/PyNucleus_fem/mesh.py: flake8-Linux-gcc-3.11.xml#L0
Failed test found in: flake8-Linux-gcc-3.11.xml Error: 246:21 E741 ambiguous variable name 'l'
Linux gcc Python 3.12
Cache save failed.
Linux gcc Python 3.12
No file matches path flake8-Linux-gcc-3.12.xml

Artifacts

Produced during runtime
Name Size
Test results Expired
319 KB