Skip to content
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

Closed
likanzhan opened this issue Dec 3, 2021 · 6 comments
Closed

errors returned when make testall #43321

likanzhan opened this issue Dec 3, 2021 · 6 comments
Labels
building Build system, or building Julia or its dependencies system:apple silicon Affects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chips

Comments

@likanzhan
Copy link
Contributor

  1. System information
Julia Version 1.7.0
Commit 3bf9d17731 (2021-11-30 12:12 UTC)
Platform Info:
  OS: macOS (arm64-apple-darwin21.1.0)
  CPU: Apple M1 Max
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-12.0.1 (ORCJIT, cyclone)

  1. Part of outputs when running make testall
The global RNG seed was 0xce96415f371957250b389b3c4995f4bc.

Error in testset compiler/inference:
Error During Test at none:1
  Got exception outside of a @test
  ProcessExitedException(11)
  Stacktrace:
    [1] try_yieldto(undo::typeof(Base.ensure_rescheduled))
      @ Base ./task.jl:777
    [2] wait()
      @ Base ./task.jl:837
    [3] wait(c::Base.GenericCondition{ReentrantLock})
      @ Base ./condition.jl:123
    [4] take_buffered(c::Channel{Any})
      @ Base ./channels.jl:389
    [5] take!(c::Channel{Any})
      @ Base ./channels.jl:383
    [6] take!(::Distributed.RemoteValue)
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:657
    [7] remotecall_fetch(::Function, ::Distributed.Worker, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:448
    [8] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:479
    [9] macro expansion
      @ ~/julia/test/runtests.jl:241 [inlined]
   [10] (::var"#37#47"{Vector{Task}, var"#print_testworker_errored#43"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#41"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})()
      @ Main ./task.jl:423
Error in testset strings/io:
Error During Test at none:1
  Got exception outside of a @test
  ProcessExitedException(4)
  Stacktrace:
    [1] try_yieldto(undo::typeof(Base.ensure_rescheduled))
      @ Base ./task.jl:777
    [2] wait()
      @ Base ./task.jl:837
    [3] wait(c::Base.GenericCondition{ReentrantLock})
      @ Base ./condition.jl:123
    [4] take_buffered(c::Channel{Any})
      @ Base ./channels.jl:389
    [5] take!(c::Channel{Any})
      @ Base ./channels.jl:383
    [6] take!(::Distributed.RemoteValue)
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:657
    [7] remotecall_fetch(::Function, ::Distributed.Worker, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:448
    [8] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:479
    [9] macro expansion
      @ ~/julia/test/runtests.jl:241 [inlined]
   [10] (::var"#37#47"{Vector{Task}, var"#print_testworker_errored#43"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#41"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})()
      @ Main ./task.jl:423
Error in testset core:
Error During Test at none:1
  Got exception outside of a @test
  ProcessExitedException(5)
  Stacktrace:
    [1] try_yieldto(undo::typeof(Base.ensure_rescheduled))
      @ Base ./task.jl:777
    [2] wait()
      @ Base ./task.jl:837
    [3] wait(c::Base.GenericCondition{ReentrantLock})
      @ Base ./condition.jl:123
    [4] take_buffered(c::Channel{Any})
      @ Base ./channels.jl:389
    [5] take!(c::Channel{Any})
      @ Base ./channels.jl:383
    [6] take!(::Distributed.RemoteValue)
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:657
    [7] remotecall_fetch(::Function, ::Distributed.Worker, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:448
    [8] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:479
    [9] macro expansion
      @ ~/julia/test/runtests.jl:241 [inlined]
   [10] (::var"#37#47"{Vector{Task}, var"#print_testworker_errored#43"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#41"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})()
      @ Main ./task.jl:423
Error in testset arrayops:
Error During Test at none:1
  Got exception outside of a @test
  ProcessExitedException(10)
  Stacktrace:
    [1] try_yieldto(undo::typeof(Base.ensure_rescheduled))
      @ Base ./task.jl:777
    [2] wait()
      @ Base ./task.jl:837
    [3] wait(c::Base.GenericCondition{ReentrantLock})
      @ Base ./condition.jl:123
    [4] take_buffered(c::Channel{Any})
      @ Base ./channels.jl:389
    [5] take!(c::Channel{Any})
      @ Base ./channels.jl:383
    [6] take!(::Distributed.RemoteValue)
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:657
    [7] remotecall_fetch(::Function, ::Distributed.Worker, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:448
    [8] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:479
    [9] macro expansion
      @ ~/julia/test/runtests.jl:241 [inlined]
   [10] (::var"#37#47"{Vector{Task}, var"#print_testworker_errored#43"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#41"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})()
      @ Main ./task.jl:423
Error in testset subarray:
Error During Test at none:1
  Got exception outside of a @test
  ProcessExitedException(12)
  Stacktrace:
    [1] try_yieldto(undo::typeof(Base.ensure_rescheduled))
      @ Base ./task.jl:777
    [2] wait()
      @ Base ./task.jl:837
    [3] wait(c::Base.GenericCondition{ReentrantLock})
      @ Base ./condition.jl:123
    [4] take_buffered(c::Channel{Any})
      @ Base ./channels.jl:389
    [5] take!(c::Channel{Any})
      @ Base ./channels.jl:383
    [6] take!(::Distributed.RemoteValue)
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:657
    [7] remotecall_fetch(::Function, ::Distributed.Worker, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:448
    [8] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:479
    [9] macro expansion
      @ ~/julia/test/runtests.jl:241 [inlined]
   [10] (::var"#37#47"{Vector{Task}, var"#print_testworker_errored#43"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#41"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})()
      @ Main ./task.jl:423
Error in testset ranges:
Error During Test at none:1
  Got exception outside of a @test
  ProcessExitedException(13)
  Stacktrace:
    [1] try_yieldto(undo::typeof(Base.ensure_rescheduled))
      @ Base ./task.jl:777
    [2] wait()
      @ Base ./task.jl:837
    [3] wait(c::Base.GenericCondition{ReentrantLock})
      @ Base ./condition.jl:123
    [4] take_buffered(c::Channel{Any})
      @ Base ./channels.jl:389
    [5] take!(c::Channel{Any})
      @ Base ./channels.jl:383
    [6] take!(::Distributed.RemoteValue)
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:657
    [7] remotecall_fetch(::Function, ::Distributed.Worker, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:448
    [8] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:479
    [9] macro expansion
      @ ~/julia/test/runtests.jl:241 [inlined]
   [10] (::var"#37#47"{Vector{Task}, var"#print_testworker_errored#43"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#41"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})()
      @ Main ./task.jl:423
Error in testset errorshow:
Test Failed at /Users/zhanlikan/julia/test/errorshow.jl:781
  Expression: occursin(r"repeats \d+ times", bt_str)
   Evaluated: occursin(r"repeats \d+ times", "\nStacktrace:\n [1] single_repeater()\n   @ Main.Test34Main_errorshow ~/julia/test/errorshow.jl:771")
Error in testset errorshow:
Test Failed at /Users/zhanlikan/julia/test/errorshow.jl:789
  Expression: occursin(r"the last 2 lines are repeated \d+ more times", bt_str)
   Evaluated: occursin(r"the last 2 lines are repeated \d+ more times", "\nStacktrace:\n [1] pair_repeater_a()\n   @ Main.Test34Main_errorshow ~/julia/test/errorshow.jl:772")
Error in testset stacktraces:
Test Failed at /Users/zhanlikan/julia/test/stacktraces.jl:51
  Expression: StackTraces.lookup(C_NULL) == [StackTraces.UNKNOWN] == StackTraces.lookup(C_NULL + 1) == StackTraces.lookup(C_NULL - 1)
   Evaluated: Base.StackTraces.StackFrame[ip:0x0] == Base.StackTraces.StackFrame[ip:0x0] == Base.StackTraces.StackFrame[ip:0x1] == Base.StackTraces.StackFrame[_dyld_private at julia:?]
Error in testset LibGit2/online:
Error During Test at /Users/zhanlikan/julia/usr/share/julia/stdlib/v1.7/LibGit2/test/online.jl:26
  Got exception outside of a @test
  GitError(Code:ERROR, Class:HTTP, unknown http scheme 'socks5')
  Stacktrace:
    [1] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/LibGit2/src/error.jl:110 [inlined]
    [2] clone(repo_url::String, repo_path::String, clone_opts::LibGit2.CloneOptions)
      @ LibGit2 ~/julia/usr/share/julia/stdlib/v1.7/LibGit2/src/repository.jl:459
    [3] clone(repo_url::String, repo_path::String; branch::String, isbare::Bool, remote_cb::Ptr{Nothing}, credentials::LibGit2.CredentialPayload, callbacks::Dict{Symbol, Tuple{Ptr{Nothing}, Any}})
      @ LibGit2 ~/julia/usr/share/julia/stdlib/v1.7/LibGit2/src/LibGit2.jl:583
    [4] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/LibGit2/test/online.jl:29 [inlined]
    [5] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/Test/src/Test.jl:1283 [inlined]
    [6] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/LibGit2/test/online.jl:27 [inlined]
    [7] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/Test/src/Test.jl:1283 [inlined]
    [8] (::Main.Test50Main_LibGit2_online.LibGit2OnlineTests.var"#1#2")(dir::String)
      @ Main.Test50Main_LibGit2_online.LibGit2OnlineTests ~/julia/usr/share/julia/stdlib/v1.7/LibGit2/test/online.jl:26
    [9] mktempdir(fn::Main.Test50Main_LibGit2_online.LibGit2OnlineTests.var"#1#2", parent::String; prefix::String)
      @ Base.Filesystem ./file.jl:750
   [10] mktempdir(fn::Function, parent::String) (repeats 2 times)
      @ Base.Filesystem ./file.jl:748
   [11] top-level scope
      @ ~/julia/usr/share/julia/stdlib/v1.7/LibGit2/test/online.jl:22
   [12] include
      @ ./Base.jl:418 [inlined]
   [13] macro expansion
      @ ~/julia/test/testdefs.jl:24 [inlined]
   [14] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/Test/src/Test.jl:1283 [inlined]
   [15] macro expansion
      @ ~/julia/test/testdefs.jl:23 [inlined]
   [16] macro expansion
      @ ./timing.jl:380 [inlined]
   [17] runtests(name::String, path::String, isolate::Bool; seed::UInt128)
      @ Main ~/julia/test/testdefs.jl:21
   [18] (::Distributed.var"#106#108"{Distributed.CallMsg{:call_fetch}})()
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:278
   [19] run_work_thunk(thunk::Distributed.var"#106#108"{Distributed.CallMsg{:call_fetch}}, print_error::Bool)
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:63
   [20] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:278 [inlined]
   [21] (::Distributed.var"#105#107"{Distributed.CallMsg{:call_fetch}, Distributed.MsgHeader, Sockets.TCPSocket})()
      @ Distributed ./task.jl:423
Error in testset LibGit2/online:
Error During Test at /Users/zhanlikan/julia/usr/share/julia/stdlib/v1.7/LibGit2/test/online.jl:38
  Got exception outside of a @test
  GitError(Code:ERROR, Class:HTTP, unknown http scheme 'socks5')
  Stacktrace:
    [1] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/LibGit2/src/error.jl:110 [inlined]
    [2] clone(repo_url::String, repo_path::String, clone_opts::LibGit2.CloneOptions)
      @ LibGit2 ~/julia/usr/share/julia/stdlib/v1.7/LibGit2/src/repository.jl:459
    [3] clone(repo_url::String, repo_path::String; branch::String, isbare::Bool, remote_cb::Ptr{Nothing}, credentials::LibGit2.CredentialPayload, callbacks::Dict{Symbol, Tuple{Ptr{Nothing}, Any}})
      @ LibGit2 ~/julia/usr/share/julia/stdlib/v1.7/LibGit2/src/LibGit2.jl:583
    [4] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/LibGit2/test/online.jl:49 [inlined]
    [5] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/Test/src/Test.jl:1283 [inlined]
    [6] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/LibGit2/test/online.jl:39 [inlined]
    [7] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/Test/src/Test.jl:1283 [inlined]
    [8] (::Main.Test50Main_LibGit2_online.LibGit2OnlineTests.var"#1#2")(dir::String)
      @ Main.Test50Main_LibGit2_online.LibGit2OnlineTests ~/julia/usr/share/julia/stdlib/v1.7/LibGit2/test/online.jl:26
    [9] mktempdir(fn::Main.Test50Main_LibGit2_online.LibGit2OnlineTests.var"#1#2", parent::String; prefix::String)
      @ Base.Filesystem ./file.jl:750
   [10] mktempdir(fn::Function, parent::String) (repeats 2 times)
      @ Base.Filesystem ./file.jl:748
   [11] top-level scope
      @ ~/julia/usr/share/julia/stdlib/v1.7/LibGit2/test/online.jl:22
   [12] include
      @ ./Base.jl:418 [inlined]
   [13] macro expansion
      @ ~/julia/test/testdefs.jl:24 [inlined]
   [14] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/Test/src/Test.jl:1283 [inlined]
   [15] macro expansion
      @ ~/julia/test/testdefs.jl:23 [inlined]
   [16] macro expansion
      @ ./timing.jl:380 [inlined]
   [17] runtests(name::String, path::String, isolate::Bool; seed::UInt128)
      @ Main ~/julia/test/testdefs.jl:21
   [18] (::Distributed.var"#106#108"{Distributed.CallMsg{:call_fetch}})()
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:278
   [19] run_work_thunk(thunk::Distributed.var"#106#108"{Distributed.CallMsg{:call_fetch}}, print_error::Bool)
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:63
   [20] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:278 [inlined]
   [21] (::Distributed.var"#105#107"{Distributed.CallMsg{:call_fetch}, Distributed.MsgHeader, Sockets.TCPSocket})()
      @ Distributed ./task.jl:423
Error in testset LibGit2/online:
Test Failed at /Users/zhanlikan/julia/usr/share/julia/stdlib/v1.7/LibGit2/test/online.jl:87
  Expression: ex.code == LibGit2.Error.EAUTH
   Evaluated: LibGit2.Error.ERROR == LibGit2.Error.EAUTH
Error in testset DelimitedFiles:
Error During Test at none:1
  Got exception outside of a @test
  ProcessExitedException(15)
  Stacktrace:
    [1] try_yieldto(undo::typeof(Base.ensure_rescheduled))
      @ Base ./task.jl:777
    [2] wait()
      @ Base ./task.jl:837
    [3] wait(c::Base.GenericCondition{ReentrantLock})
      @ Base ./condition.jl:123
    [4] take_buffered(c::Channel{Any})
      @ Base ./channels.jl:389
    [5] take!(c::Channel{Any})
      @ Base ./channels.jl:383
    [6] take!(::Distributed.RemoteValue)
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:657
    [7] remotecall_fetch(::Function, ::Distributed.Worker, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:448
    [8] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:479
    [9] macro expansion
      @ ~/julia/test/runtests.jl:241 [inlined]
   [10] (::var"#37#47"{Vector{Task}, var"#print_testworker_errored#43"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#41"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})()
      @ Main ./task.jl:423
Error in testset Pkg:
Error During Test at none:1
  Got exception outside of a @test
  ProcessExitedException(7)
  Stacktrace:
    [1] try_yieldto(undo::typeof(Base.ensure_rescheduled))
      @ Base ./task.jl:777
    [2] wait()
      @ Base ./task.jl:837
    [3] wait(c::Base.GenericCondition{ReentrantLock})
      @ Base ./condition.jl:123
    [4] take_buffered(c::Channel{Any})
      @ Base ./channels.jl:389
    [5] take!(c::Channel{Any})
      @ Base ./channels.jl:383
    [6] take!(::Distributed.RemoteValue)
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:657
    [7] remotecall_fetch(::Function, ::Distributed.Worker, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:448
    [8] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:479
    [9] macro expansion
      @ ~/julia/test/runtests.jl:241 [inlined]
   [10] (::var"#37#47"{Vector{Task}, var"#print_testworker_errored#43"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#41"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})()
      @ Main ./task.jl:423
Error in testset Downloads:
Test Failed at /Users/zhanlikan/julia/usr/share/julia/stdlib/v1.7/Downloads/test/runtests.jl:267
  Expression: startswith(err.message, "Could not resolve host")
   Evaluated: startswith("Operation timed out after 30009 milliseconds with 0 out of 0 bytes received", "Could not resolve host")
Error in testset Downloads:
Test Failed at /Users/zhanlikan/julia/usr/share/julia/stdlib/v1.7/Downloads/test/runtests.jl:268
  Expression: err.response.proto === nothing
   Evaluated: "https" === nothing
Error in testset Downloads:
Test Failed at /Users/zhanlikan/julia/usr/share/julia/stdlib/v1.7/Downloads/test/runtests.jl:273
  Expression: startswith(err.message, "Could not resolve host")
   Evaluated: startswith("Server aborted the SSL handshake", "Could not resolve host")
Error in testset Downloads:
Test Failed at /Users/zhanlikan/julia/usr/share/julia/stdlib/v1.7/Downloads/test/runtests.jl:274
  Expression: err.response.proto === nothing
   Evaluated: "https" === nothing
Error in testset SharedArrays:
Error During Test at /Users/zhanlikan/julia/test/testdefs.jl:21
  Got exception outside of a @test
  LoadError: On worker 25:
  SystemError: shm_open() failed for /jl031973FWJ8IldsM9dFmrQaeZgu: Permission denied
  Stacktrace:
    [1] #systemerror#69
      @ ./error.jl:174
    [2] #systemerror#68
      @ ./error.jl:173 [inlined]
    [3] systemerror
      @ ./error.jl:173 [inlined]
    [4] _shm_mmap_array
      @ ~/julia/usr/share/julia/stdlib/v1.7/SharedArrays/src/SharedArrays.jl:681
    [5] shm_mmap_array
      @ ~/julia/usr/share/julia/stdlib/v1.7/SharedArrays/src/SharedArrays.jl:651
    [6] #6
      @ ~/julia/usr/share/julia/stdlib/v1.7/SharedArrays/src/SharedArrays.jl:128
    [7] #103
      @ ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:274
    [8] run_work_thunk
      @ ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:63
    [9] run_work_thunk
      @ ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:72
   [10] #96
      @ ./task.jl:423
  Stacktrace:
    [1] remotecall_fetch(::Function, ::Distributed.Worker, ::Distributed.RRID, ::Vararg{Any}; kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:452
    [2] remotecall_fetch
      @ ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:444 [inlined]
    [3] #remotecall_fetch#158
      @ ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:479 [inlined]
    [4] remotecall_fetch
      @ ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:479 [inlined]
    [5] call_on_owner
      @ ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:552 [inlined]
    [6] wait(r::Future)
      @ Distributed ~/julia/usr/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:573
    [7] SharedArray{Int64, 3}(dims::Tuple{Int64, Int64, Int64}; init::Function, pids::Vector{Int64})
      @ SharedArrays ~/julia/usr/share/julia/stdlib/v1.7/SharedArrays/src/SharedArrays.jl:137
    [8] #shmem_rand#66
      @ ~/julia/usr/share/julia/stdlib/v1.7/SharedArrays/src/SharedArrays.jl:548 [inlined]
    [9] shmem_rand(TR::UnitRange{Int64}, dims::Tuple{Int64, Int64, Int64})
      @ SharedArrays ~/julia/usr/share/julia/stdlib/v1.7/SharedArrays/src/SharedArrays.jl:547
   [10] top-level scope
      @ ~/julia/usr/share/julia/stdlib/v1.7/SharedArrays/test/runtests.jl:44
   [11] include
      @ ./Base.jl:418 [inlined]
   [12] macro expansion
      @ ~/julia/test/testdefs.jl:24 [inlined]
   [13] macro expansion
      @ ~/julia/usr/share/julia/stdlib/v1.7/Test/src/Test.jl:1283 [inlined]
   [14] macro expansion
      @ ~/julia/test/testdefs.jl:23 [inlined]
   [15] macro expansion
      @ ./timing.jl:380 [inlined]
   [16] runtests(name::String, path::String, isolate::Bool; seed::UInt128)
      @ Main ~/julia/test/testdefs.jl:21
   [17] invokelatest(::Any, ::Any, ::Vararg{Any}; kwargs::Base.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Base ./essentials.jl:718
   [18] (::var"#31#39")()
      @ Main ~/julia/test/runtests.jl:299
   [19] cd(f::var"#31#39", dir::String)
      @ Base.Filesystem ./file.jl:110
   [20] top-level scope
      @ ~/julia/test/runtests.jl:93
   [21] include(mod::Module, _path::String)
      @ Base ./Base.jl:418
   [22] exec_options(opts::Base.JLOptions)
      @ Base ./client.jl:292
   [23] _start()
      @ Base ./client.jl:495
  in expression starting at /Users/zhanlikan/julia/usr/share/julia/stdlib/v1.7/SharedArrays/test/runtests.jl:44
ERROR: LoadError: Test run finished with errors
in expression starting at /Users/zhanlikan/julia/test/runtests.jl:93
make[1]: *** [all] Error 1
make: *** [testall] Error 2


@DilumAluthge DilumAluthge added the system:apple silicon Affects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chips label Dec 4, 2021
@fxcoudert
Copy link
Contributor

fxcoudert commented Mar 7, 2022

I'm posting the results of current tests on master at 811e534

  • 18 fails in Dates/io
  • 1 fail and 2 errors in Pkg
  • 1 error in Sockets
  • 1 fail and 1 error in precompile
  • 1 error in threads

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

@giordano
Copy link
Contributor

giordano commented Mar 7, 2022

The failures in Dates/io are weird, it looks to me that the expected values are wrong, I get the same results on x86_64-linux-gnu. Are these tests somehow skipped in CI?

@fredrikekre
Copy link
Member

Probably just a version of #29466

@DilumAluthge
Copy link
Member

If I look at recent CI logs on mastwr (e.g. this log, it looks like the Dates/io tests are being run (and passing) on CI.

@giordano
Copy link
Contributor

giordano commented Mar 7, 2022

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?

@DilumAluthge
Copy link
Member

Yeah, Fredrik beat me to it. It's probably that using Dates was done earlier in Main.

It would be nice to get that PR updated and merged.

@ViralBShah ViralBShah added the building Build system, or building Julia or its dependencies label Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies system:apple silicon Affects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chips
Projects
None yet
Development

No branches or pull requests

6 participants