-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
errors returned when make testall
#43321
Comments
I'm posting the results of current tests on master at 811e534
Full output below: Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:13 Expression: sprint(show, Dates.Date(1, 1, 1)) == "Dates.Date(\"0001-01-01\")" Evaluated: "Date(\"0001-01-01\")" == "Dates.Date(\"0001-01-01\")" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:22 Expression: sprint(show, Dates.DateTime(2000, 1, 1, 0, 0, 0, 1)) == "Dates.DateTime(\"2000-01-01T00:00:00.001\")" Evaluated: "DateTime(\"2000-01-01T00:00:00.001\")" == "Dates.DateTime(\"2000-01-01T00:00:00.001\")" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:44 Expression: sprint(show, t) == shown Evaluated: "Time(0)" == "Dates.Time(0)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:45 Expression: repr(t) == shown Evaluated: "Time(0)" == "Dates.Time(0)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:44 Expression: sprint(show, t) == shown Evaluated: "Time(0, 1)" == "Dates.Time(0, 1)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:45 Expression: repr(t) == shown Evaluated: "Time(0, 1)" == "Dates.Time(0, 1)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:44 Expression: sprint(show, t) == shown Evaluated: "Time(0, 1, 2)" == "Dates.Time(0, 1, 2)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:45 Expression: repr(t) == shown Evaluated: "Time(0, 1, 2)" == "Dates.Time(0, 1, 2)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:44 Expression: sprint(show, t) == shown Evaluated: "Time(0, 1, 2, 3)" == "Dates.Time(0, 1, 2, 3)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:45 Expression: repr(t) == shown Evaluated: "Time(0, 1, 2, 3)" == "Dates.Time(0, 1, 2, 3)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:44 Expression: sprint(show, t) == shown Evaluated: "Time(0, 1, 2, 3, 4)" == "Dates.Time(0, 1, 2, 3, 4)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:45 Expression: repr(t) == shown Evaluated: "Time(0, 1, 2, 3, 4)" == "Dates.Time(0, 1, 2, 3, 4)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:44 Expression: sprint(show, t) == shown Evaluated: "Time(0, 1, 2, 3, 4, 5)" == "Dates.Time(0, 1, 2, 3, 4, 5)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:45 Expression: repr(t) == shown Evaluated: "Time(0, 1, 2, 3, 4, 5)" == "Dates.Time(0, 1, 2, 3, 4, 5)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:44 Expression: sprint(show, t) == shown Evaluated: "Time(0, 0, 0, 0, 0, 1)" == "Dates.Time(0, 0, 0, 0, 0, 1)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:45 Expression: repr(t) == shown Evaluated: "Time(0, 0, 0, 0, 0, 1)" == "Dates.Time(0, 0, 0, 0, 0, 1)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:44 Expression: sprint(show, t) == shown Evaluated: "Time(0, 0, 0, 1)" == "Dates.Time(0, 0, 0, 1)" Error in testset Dates/io: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Dates/test/io.jl:45 Expression: repr(t) == shown Evaluated: "Time(0, 0, 0, 1)" == "Dates.Time(0, 0, 0, 1)" Error in testset Pkg: Test Failed at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/new.jl:2818 Expression: meta !== nothing Evaluated: nothing !== nothing Error in testset Pkg: Error During Test at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/new.jl:2781 Got exception outside of a @test MethodError: no method matching getindex(::Nothing, ::String) Stacktrace: [1] (::Main.Test65Main_Pkg.PkgTests.NewTests.var"#714#719"{Main.Test65Main_Pkg.PkgTests.NewTests.var"#get_manifest_block#718", String, String})() @ Main.Test65Main_Pkg.PkgTests.NewTests /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/new.jl:2820 [2] (::Main.Test65Main_Pkg.PkgTests.Utils.var"#6#7"{Bool, Main.Test65Main_Pkg.PkgTests.NewTests.var"#714#719"{Main.Test65Main_Pkg.PkgTests.NewTests.var"#get_manifest_block#718", String, String}})() @ Main.Test65Main_Pkg.PkgTests.Utils /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/utils.jl:79 [3] withenv(::Main.Test65Main_Pkg.PkgTests.Utils.var"#6#7"{Bool, Main.Test65Main_Pkg.PkgTests.NewTests.var"#714#719"{Main.Test65Main_Pkg.PkgTests.NewTests.var"#get_manifest_block#718", String, String}}, ::Pair{String, Nothing}, ::Vararg{Pair{String, Nothing}}) @ Base ./env.jl:172 [4] isolate(fn::Main.Test65Main_Pkg.PkgTests.NewTests.var"#714#719"{Main.Test65Main_Pkg.PkgTests.NewTests.var"#get_manifest_block#718", String, String}; loaded_depot::Bool, linked_reg::Bool) @ Main.Test65Main_Pkg.PkgTests.Utils /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/utils.jl:70 [5] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/new.jl:2797 [inlined] [6] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined] [7] top-level scope @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/new.jl:2783 [8] include(mod::Module, _path::String) @ Base ./Base.jl:426 [9] include @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/runtests.jl:3 [inlined] [10] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/runtests.jl:51 [inlined] [11] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Test/src/Test.jl:1433 [inlined] [12] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/runtests.jl:33 [inlined] [13] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined] [14] (::Main.Test65Main_Pkg.PkgTests.var"#1#2")() @ Main.Test65Main_Pkg.PkgTests /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/runtests.jl:33 [15] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:511 [16] with_logger(f::Function, logger::Base.CoreLogging.NullLogger) @ Base.CoreLogging ./logging.jl:623 [17] top-level scope @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/runtests.jl:31 [18] include @ ./Base.jl:426 [inlined] [19] macro expansion @ /private/tmp/julia/test/testdefs.jl:24 [inlined] [20] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined] [21] macro expansion @ /private/tmp/julia/test/testdefs.jl:23 [inlined] [22] macro expansion @ ./timing.jl:440 [inlined] [23] runtests(name::String, path::String, isolate::Bool; seed::UInt128) @ Main /private/tmp/julia/test/testdefs.jl:21 [24] #invokelatest#2 @ ./essentials.jl:731 [inlined] [25] #149 @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Distributed/src/remotecall.jl:425 [inlined] [26] run_work_thunk(thunk::Distributed.var"#149#150"{typeof(runtests), Tuple{String, String}, Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}}}, print_error::Bool) @ Distributed /private/tmp/julia/usr/share/julia/stdlib/v1.9/Distributed/src/process_messages.jl:70 [27] remotecall_fetch(::Function, ::Distributed.LocalProcess, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}}) @ Distributed /private/tmp/julia/usr/share/julia/stdlib/v1.9/Distributed/src/remotecall.jl:450 [28] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}}) @ Distributed /private/tmp/julia/usr/share/julia/stdlib/v1.9/Distributed/src/remotecall.jl:492 [29] macro expansion @ /private/tmp/julia/test/runtests.jl:251 [inlined] [30] (::var"#43#55"{Vector{Task}, var"#print_testworker_errored#51"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#49"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})() @ Main ./task.jl:476 Error in testset Pkg: Error During Test at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/artifacts.jl:323 Got exception outside of a @test Package ArtifactInstallation errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/src/Types.jl:67 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/src/Operations.jl:1805 [3] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::Base.Pairs{Symbol, Base.BufferStream, Tuple{Symbol}, NamedTuple{(:io,), Tuple{Base.BufferStream}}}) @ Pkg.API /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/src/API.jl:431 [4] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.BufferStream, kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}) @ Pkg.API /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/src/API.jl:156 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}) @ Pkg.API /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/src/API.jl:146 [6] #test#87 @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/src/API.jl:144 [inlined] [7] test @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/src/API.jl:144 [inlined] [8] #test#86 @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/src/API.jl:143 [inlined] [9] test @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/src/API.jl:143 [inlined] [10] (::Main.Test65Main_Pkg.PkgTests.ArtifactTests.var"#78#85"{String})() @ Main.Test65Main_Pkg.PkgTests.ArtifactTests /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/artifacts.jl:338 [11] with_pkg_env(fn::Main.Test65Main_Pkg.PkgTests.ArtifactTests.var"#78#85"{String}, path::String; change_dir::Bool) @ Main.Test65Main_Pkg.PkgTests.Utils /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/utils.jl:230 [12] with_pkg_env @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/utils.jl:224 [inlined] [13] #77 @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/artifacts.jl:328 [inlined] [14] mktempdir(fn::Main.Test65Main_Pkg.PkgTests.ArtifactTests.var"#77#84", parent::String; prefix::String) @ Base.Filesystem ./file.jl:760 [15] mktempdir(fn::Function, parent::String) (repeats 2 times) @ Base.Filesystem ./file.jl:758 [16] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/artifacts.jl:327 [inlined] [17] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined] [18] top-level scope @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/artifacts.jl:327 [19] include(mod::Module, _path::String) @ Base ./Base.jl:426 [20] include @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/runtests.jl:3 [inlined] [21] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/runtests.jl:51 [inlined] [22] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Test/src/Test.jl:1433 [inlined] [23] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/runtests.jl:33 [inlined] [24] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined] [25] (::Main.Test65Main_Pkg.PkgTests.var"#1#2")() @ Main.Test65Main_Pkg.PkgTests /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/runtests.jl:33 [26] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:511 [27] with_logger(f::Function, logger::Base.CoreLogging.NullLogger) @ Base.CoreLogging ./logging.jl:623 [28] top-level scope @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Pkg/test/runtests.jl:31 [29] include @ ./Base.jl:426 [inlined] [30] macro expansion @ /private/tmp/julia/test/testdefs.jl:24 [inlined] [31] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined] [32] macro expansion @ /private/tmp/julia/test/testdefs.jl:23 [inlined] [33] macro expansion @ ./timing.jl:440 [inlined] [34] runtests(name::String, path::String, isolate::Bool; seed::UInt128) @ Main /private/tmp/julia/test/testdefs.jl:21 [35] #invokelatest#2 @ ./essentials.jl:731 [inlined] [36] #149 @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Distributed/src/remotecall.jl:425 [inlined] [37] run_work_thunk(thunk::Distributed.var"#149#150"{typeof(runtests), Tuple{String, String}, Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}}}, print_error::Bool) @ Distributed /private/tmp/julia/usr/share/julia/stdlib/v1.9/Distributed/src/process_messages.jl:70 [38] remotecall_fetch(::Function, ::Distributed.LocalProcess, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}}) @ Distributed /private/tmp/julia/usr/share/julia/stdlib/v1.9/Distributed/src/remotecall.jl:450 [39] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}}) @ Distributed /private/tmp/julia/usr/share/julia/stdlib/v1.9/Distributed/src/remotecall.jl:492 [40] macro expansion @ /private/tmp/julia/test/runtests.jl:251 [inlined] [41] (::var"#43#55"{Vector{Task}, var"#print_testworker_errored#51"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#49"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})() @ Main ./task.jl:476 Error in testset Sockets: Error During Test at /private/tmp/julia/usr/share/julia/stdlib/v1.9/Sockets/test/runtests.jl:419 Got exception outside of a @test timeout Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] (::Main.Test25Main_Sockets.var"#wait_with_timeout#36")(recvs::Vector{Task}, TIMEOUT_VAL::Float64) @ Main.Test25Main_Sockets /private/tmp/julia/usr/share/julia/stdlib/v1.9/Sockets/test/runtests.jl:438 [3] (::Main.Test25Main_Sockets.var"#wait_with_timeout#36")(recvs::Vector{Task}) @ Main.Test25Main_Sockets /private/tmp/julia/usr/share/julia/stdlib/v1.9/Sockets/test/runtests.jl:432 [4] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Sockets/test/runtests.jl:450 [inlined] [5] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined] [6] top-level scope @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Sockets/test/runtests.jl:420 [7] include @ ./Base.jl:426 [inlined] [8] macro expansion @ /private/tmp/julia/test/testdefs.jl:24 [inlined] [9] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined] [10] macro expansion @ /private/tmp/julia/test/testdefs.jl:23 [inlined] [11] macro expansion @ ./timing.jl:440 [inlined] [12] runtests(name::String, path::String, isolate::Bool; seed::UInt128) @ Main /private/tmp/julia/test/testdefs.jl:21 [13] #invokelatest#2 @ ./essentials.jl:731 [inlined] [14] #149 @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Distributed/src/remotecall.jl:425 [inlined] [15] run_work_thunk(thunk::Distributed.var"#149#150"{typeof(runtests), Tuple{String, String}, Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}}}, print_error::Bool) @ Distributed /private/tmp/julia/usr/share/julia/stdlib/v1.9/Distributed/src/process_messages.jl:70 [16] remotecall_fetch(::Function, ::Distributed.LocalProcess, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}}) @ Distributed /private/tmp/julia/usr/share/julia/stdlib/v1.9/Distributed/src/remotecall.jl:450 [17] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}}) @ Distributed /private/tmp/julia/usr/share/julia/stdlib/v1.9/Distributed/src/remotecall.jl:492 [18] macro expansion @ /private/tmp/julia/test/runtests.jl:251 [inlined] [19] (::var"#43#55"{Vector{Task}, var"#print_testworker_errored#51"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#49"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})() @ Main ./task.jl:476 Error in testset precompile: Error During Test at /private/tmp/julia/test/precompile.jl:473 Test threw exception Expression: Base.invokelatest(Baz.baz) == 1 UndefVarError: baz not defined Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base ./Base.jl:31 [2] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Test/src/Test.jl:464 [inlined] [3] (::Main.Test36Main_precompile.var"#2#20"{String})(dir::String) @ Main.Test36Main_precompile /private/tmp/julia/test/precompile.jl:473 Error in testset precompile: Test Failed at /private/tmp/julia/test/precompile.jl:855 Expression: hasvalid(mi, world) Error in testset threads: Error During Test at /private/tmp/julia/test/testdefs.jl:21 Got exception outside of a @test … Stacktrace: [1] pipeline_error @ ./process.jl:551 [inlined] [2] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:466 [3] run(::Base.CmdRedirect) @ Base ./process.jl:464 [4] top-level scope @ /private/tmp/julia/test/threads.jl:76 [5] include @ ./Base.jl:426 [inlined] [6] macro expansion @ /private/tmp/julia/test/testdefs.jl:24 [inlined] [7] macro expansion @ /private/tmp/julia/usr/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined] [8] macro expansion @ /private/tmp/julia/test/testdefs.jl:23 [inlined] [9] macro expansion @ ./timing.jl:440 [inlined] [10] runtests(name::String, path::String, isolate::Bool; seed::UInt128) @ Main /private/tmp/julia/test/testdefs.jl:21 [11] invokelatest(::Any, ::Any, ::Vararg{Any}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}}) @ Base ./essentials.jl:731 [12] (::var"#35#45")() @ Main /private/tmp/julia/test/runtests.jl:311 [13] cd(f::var"#35#45", dir::String) @ Base.Filesystem ./file.jl:112 [14] top-level scope @ /private/tmp/julia/test/runtests.jl:93 [15] include(mod::Module, _path::String) @ Base ./Base.jl:426 [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:303 [17] _start() @ Base ./client.jl:522 in expression starting at /private/tmp/julia/test/threads.jl:72 ERROR: LoadError: Test run finished with errors in expression starting at /private/tmp/julia/test/runtests.jl:93 |
The failures in |
Probably just a version of #29466 |
If I look at recent CI logs on mastwr (e.g. this log, it looks like the |
How do tests pass if julia> sprint(show, Dates.Date(1,1,1))
"Date(\"0001-01-01\")" ? Edit: Oh, that's what the PR linked above addresses, I guess? |
Yeah, Fredrik beat me to it. It's probably that It would be nice to get that PR updated and merged. |
make testall
The text was updated successfully, but these errors were encountered: