Skip to content

Develop->master

Develop->master #82

Triggered via pull request September 7, 2023 12:54
@cgcgcgcgcgcg
synchronize #13
develop
Status Failure
Total duration 46m 31s
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
Fit to window
Zoom out
Zoom in

Annotations

48 errors
pytest ► tests.test_base ► testHelmholtz[4-cube]: test-results-3.10.xml#L0
Failed test found in: test-results-3.10.xml Error: ranks = 4, domain = 'cube', extra = []
pytest ► tests.test_base ► testHelmholtz[1-cube]: test-results-3.10.xml#L0
Failed test found in: test-results-3.10.xml Error: ranks = 1, domain = 'cube', extra = []
pytest ► tests.test_base ► testHelmholtz[4-square]: test-results-3.10.xml#L0
Failed test found in: test-results-3.10.xml Error: ranks = 4, domain = 'square', extra = []
pytest ► tests.test_base ► testHelmholtz[1-square]: test-results-3.10.xml#L0
Failed test found in: test-results-3.10.xml Error: ranks = 1, domain = 'square', extra = []
pytest ► tests.test_base ► testParallelGMG[1-interval-P2-False]: test-results-3.10.xml#L0
Failed test found in: test-results-3.10.xml Error: ranks = 1, domain = 'interval', element = 'P2', symmetric = False, extra = []
pytest ► tests.test_drivers_intFracLapl ► testNonlocal[interval-fractional-poly-Neumann-lu-dense]: test-results-3.10.xml#L0
Failed test found in: test-results-3.10.xml Error: runNonlocal_params = ('interval', 'fractional', 'poly-Neumann', 'lu', 'dense')
pytest ► tests.test_drivers_intFracLapl ► testNonlocal[interval-constant-poly-Neumann-lu-dense]: test-results-3.10.xml#L0
Failed test found in: test-results-3.10.xml Error: runNonlocal_params = ('interval', 'constant', 'poly-Neumann', 'lu', 'dense')
pytest ► tests.test_drivers_intFracLapl ► testNonlocal[interval-inverseDistance-poly-Neumann-lu-dense]: test-results-3.10.xml#L0
Failed test found in: test-results-3.10.xml Error: runNonlocal_params = ('interval', 'inverseDistance', 'poly-Neumann', 'lu', 'dense')
pytest ► tests.test_drivers_intFracLapl ► testNonlocal[interval-fractional-poly-Neumann-lu-H2]: test-results-3.10.xml#L0
Failed test found in: test-results-3.10.xml Error: runNonlocal_params = ('interval', 'fractional', 'poly-Neumann', 'lu', 'H2')
pytest ► tests.test_drivers_intFracLapl ► testNonlocal[interval-constant-poly-Neumann-lu-H2]: test-results-3.10.xml#L0
Failed test found in: test-results-3.10.xml Error: runNonlocal_params = ('interval', 'constant', 'poly-Neumann', 'lu', 'H2')
pytest ► tests.test_drivers_intFracLapl ► testNonlocal[interval-inverseDistance-poly-Dirichlet-lu-H2]: test-results-3.10.xml#L0
Failed test found in: test-results-3.10.xml Error: runNonlocal_params = ('interval', 'inverseDistance', 'poly-Dirichlet', 'lu', 'H2')
flake8 ► base/PyNucleus_base/solver_factory.py: flake8-3.10.xml#L0
Failed test found in: flake8-3.10.xml Error: 59:161 E501 line too long (206 > 160 characters)
flake8 ► base/PyNucleus_base/utilsFem.py: flake8-3.10.xml#L0
Failed test found in: flake8-3.10.xml Error: 258:13 E722 do not use bare 'except'
flake8 ► base/setup.py: flake8-3.10.xml#L0
Failed test found in: flake8-3.10.xml Error: 23:5 F401 'scipy' imported but unused
flake8 ► drivers/brusselator.py: flake8-3.10.xml#L0
Failed test found in: flake8-3.10.xml Error: 220:5 E741 ambiguous variable name 'I'
flake8 ► drivers/brusselatorMovie.py: flake8-3.10.xml#L0
Failed test found in: flake8-3.10.xml Error: 36:1 E722 do not use bare 'except'
flake8 ► drivers/example1.py: flake8-3.10.xml#L0
Failed test found in: flake8-3.10.xml Error: 123:1 W391 blank line at end of file
flake8 ► drivers/runNonlocal.py: flake8-3.10.xml#L0
Failed test found in: flake8-3.10.xml Error: 10:1 F401 'numpy as np' imported but unused
flake8 ► drivers/variableOrder.py: flake8-3.10.xml#L0
Failed test found in: flake8-3.10.xml Error: 18:1 F401 'PyNucleus.nl.fractionalOrders.smoothedLeftRightFractionalOrder' imported but unused
flake8 ► fem/PyNucleus_fem/factories.py: flake8-3.10.xml#L0
Failed test found in: flake8-3.10.xml Error: 12:1 F401 '.functions.function' imported but unused
flake8 ► fem/PyNucleus_fem/mesh.py: flake8-3.10.xml#L0
Failed test found in: flake8-3.10.xml Error: 17:1 F401 '.meshCy.boundaryFaces' imported but unused
flake8 ► fem/PyNucleus_fem/meshConstruction.py: flake8-3.10.xml#L0
Failed test found in: flake8-3.10.xml Error: 279:13 E129 visually indented line with same indent as next logical line
Python 3.10
Process completed with exit code 1.
Python 3.10
Failed test were found and 'fail-on-error' option is set to true
pytest ► tests.test_base ► testHelmholtz[4-cube]: test-results-3.11.xml#L0
Failed test found in: test-results-3.11.xml Error: ranks = 4, domain = 'cube', extra = []
pytest ► tests.test_base ► testHelmholtz[1-cube]: test-results-3.11.xml#L0
Failed test found in: test-results-3.11.xml Error: ranks = 1, domain = 'cube', extra = []
pytest ► tests.test_base ► testHelmholtz[4-square]: test-results-3.11.xml#L0
Failed test found in: test-results-3.11.xml Error: ranks = 4, domain = 'square', extra = []
pytest ► tests.test_base ► testHelmholtz[1-square]: test-results-3.11.xml#L0
Failed test found in: test-results-3.11.xml Error: ranks = 1, domain = 'square', extra = []
pytest ► tests.test_base ► testParallelGMG[1-interval-P2-False]: test-results-3.11.xml#L0
Failed test found in: test-results-3.11.xml Error: ranks = 1, domain = 'interval', element = 'P2', symmetric = False, extra = []
pytest ► tests.test_drivers_intFracLapl ► testNonlocal[interval-fractional-poly-Neumann-lu-dense]: test-results-3.11.xml#L0
Failed test found in: test-results-3.11.xml Error: runNonlocal_params = ('interval', 'fractional', 'poly-Neumann', 'lu', 'dense')
pytest ► tests.test_drivers_intFracLapl ► testNonlocal[interval-constant-poly-Neumann-lu-dense]: test-results-3.11.xml#L0
Failed test found in: test-results-3.11.xml Error: runNonlocal_params = ('interval', 'constant', 'poly-Neumann', 'lu', 'dense')
pytest ► tests.test_drivers_intFracLapl ► testNonlocal[interval-inverseDistance-poly-Neumann-lu-dense]: test-results-3.11.xml#L0
Failed test found in: test-results-3.11.xml Error: runNonlocal_params = ('interval', 'inverseDistance', 'poly-Neumann', 'lu', 'dense')
pytest ► tests.test_drivers_intFracLapl ► testNonlocal[interval-fractional-poly-Neumann-lu-H2]: test-results-3.11.xml#L0
Failed test found in: test-results-3.11.xml Error: runNonlocal_params = ('interval', 'fractional', 'poly-Neumann', 'lu', 'H2')
pytest ► tests.test_drivers_intFracLapl ► testNonlocal[interval-constant-poly-Neumann-lu-H2]: test-results-3.11.xml#L0
Failed test found in: test-results-3.11.xml Error: runNonlocal_params = ('interval', 'constant', 'poly-Neumann', 'lu', 'H2')
pytest ► tests.test_drivers_intFracLapl ► testNonlocal[interval-inverseDistance-poly-Dirichlet-lu-H2]: test-results-3.11.xml#L0
Failed test found in: test-results-3.11.xml Error: runNonlocal_params = ('interval', 'inverseDistance', 'poly-Dirichlet', 'lu', 'H2')
flake8 ► base/PyNucleus_base/solver_factory.py: flake8-3.11.xml#L0
Failed test found in: flake8-3.11.xml Error: 59:161 E501 line too long (206 > 160 characters)
flake8 ► base/PyNucleus_base/utilsFem.py: flake8-3.11.xml#L0
Failed test found in: flake8-3.11.xml Error: 258:13 E722 do not use bare 'except'
flake8 ► base/setup.py: flake8-3.11.xml#L0
Failed test found in: flake8-3.11.xml Error: 23:5 F401 'scipy' imported but unused
flake8 ► drivers/brusselator.py: flake8-3.11.xml#L0
Failed test found in: flake8-3.11.xml Error: 220:5 E741 ambiguous variable name 'I'
flake8 ► drivers/brusselatorMovie.py: flake8-3.11.xml#L0
Failed test found in: flake8-3.11.xml Error: 36:1 E722 do not use bare 'except'
flake8 ► drivers/example1.py: flake8-3.11.xml#L0
Failed test found in: flake8-3.11.xml Error: 123:1 W391 blank line at end of file
flake8 ► drivers/runNonlocal.py: flake8-3.11.xml#L0
Failed test found in: flake8-3.11.xml Error: 10:1 F401 'numpy as np' imported but unused
flake8 ► drivers/variableOrder.py: flake8-3.11.xml#L0
Failed test found in: flake8-3.11.xml Error: 18:1 F401 'PyNucleus.nl.fractionalOrders.smoothedLeftRightFractionalOrder' imported but unused
flake8 ► fem/PyNucleus_fem/factories.py: flake8-3.11.xml#L0
Failed test found in: flake8-3.11.xml Error: 12:1 F401 '.functions.function' imported but unused
flake8 ► fem/PyNucleus_fem/mesh.py: flake8-3.11.xml#L0
Failed test found in: flake8-3.11.xml Error: 17:1 F401 '.meshCy.boundaryFaces' imported but unused
flake8 ► fem/PyNucleus_fem/meshConstruction.py: flake8-3.11.xml#L0
Failed test found in: flake8-3.11.xml Error: 279:13 E129 visually indented line with same indent as next logical line
Python 3.11
Failed test were found and 'fail-on-error' option is set to true
Python 3.11
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
Test results Expired
1.48 MB