JuliaLinearAlgebra / MatrixDepot.jl

An Extensible Test Matrix Collection for Julia
http://matrixdepotjl.readthedocs.org/
Other
75 stars 22 forks source link

Two failing tests on Julia 1.7 #84

Closed willow-ahrens closed 2 years ago

willow-ahrens commented 2 years ago

On macOS Big Sur and Julia 1.7:

running remote.jl ...
[ Info: downloading head of https://sparse.tamu.edu/MM/HB/494_bus.tar.gz
downloading svd for */494_bus
[ Info: downloading: https://sparse.tamu.edu/svd/HB/494_bus_SVD.mat
[ Info: downloading: https://sparse.tamu.edu/MM/HB/494_bus.tar.gz
[ Info: downloading head of ftp://math.nist.gov/pub/MatrixMarket2/Harwell-Boeing/psadmit/494_bus.mtx.gz
gzip: (stdin): unexpected end of file
MatrixDepot real remote matrix tests: Test Failed at /Users/Peter/Projects/MatrixDepot.jl/test/remote.jl:19
  Expression: loadinfo(pattern) == 1
   Evaluated: 0 == 1
Stacktrace:
 [1] macro expansion
   @ ~/Projects/julia/usr/share/julia/stdlib/v1.7/Test/src/Test.jl:445 [inlined]
 [2] top-level scope
   @ ~/Projects/MatrixDepot.jl/test/remote.jl:19
[ Info: downloading: ftp://math.nist.gov/pub/MatrixMarket2/Harwell-Boeing/psadmit/494_bus.mtx.gz
┌ Warning: could not load Harwell-Boeing/psadmit/494_bus: ProcessFailedException(Base.Process[Process(`sh -c 'curl "ftp://math.nist.gov/pub/MatrixMarket2/Harwell-Boeing/psadmit/494_bus.mtx.gz" -Lso "/var/folders/s4/k_gk1yr92qdby7zrf07blxpr0000gn/T/jl_p427Ta/data/mm/Harwell-Boeing/psadmit/494_bus.mtx.gz"'`, ProcessExited(28))])
└ @ MatrixDepot ~/Projects/MatrixDepot.jl/src/common.jl:439
MatrixDepot real remote matrix tests: Test Failed at /Users/Peter/Projects/MatrixDepot.jl/test/remote.jl:20
  Expression: load(pattern) == 1
   Evaluated: 0 == 1
Stacktrace:
 [1] macro expansion
   @ ~/Projects/julia/usr/share/julia/stdlib/v1.7/Test/src/Test.jl:445 [inlined]
 [2] top-level scope
   @ ~/Projects/MatrixDepot.jl/test/remote.jl:20
finished remote.jl
Test Summary:                        | Pass  Fail  Total
MatrixDepot real remote matrix tests |    3     2      5
ERROR: LoadError: Some tests did not pass: 3 passed, 2 failed, 0 errored, 0 broken.
in expression starting at /Users/Peter/Projects/MatrixDepot.jl/test/runtests.jl:53
ERROR: Package MatrixDepot errored during testing

This same error is also showing up in the CI on https://github.com/JuliaMatrices/MatrixDepot.jl/pull/79.