Created
July 5, 2021 10:32
-
-
Save orenbenkiki/7558378406cee23cb98bf1c2b92151e3 to your computer and use it in GitHub Desktop.
Errors running dt_foreach test in Snarl.jl commit 8d82051
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Activating environment at `~/julia/Snarl/Project.toml` | |
Testing Snarl | |
Status `/tmp/jl_DAlxOw/Project.toml` | |
[d06fb421] Snarl v0.1.0 `~/julia/Snarl` | |
[ade2ca70] Dates `@stdlib/Dates` | |
[8ba89e20] Distributed `@stdlib/Distributed` | |
[56ddb016] Logging `@stdlib/Logging` | |
[9a3f8284] Random `@stdlib/Random` | |
[1a1011a3] SharedArrays `@stdlib/SharedArrays` | |
[8dfed614] Test `@stdlib/Test` | |
Status `/tmp/jl_DAlxOw/Manifest.toml` | |
[00ebfdb7] CSTParser v2.3.1 | |
[864edb3b] DataStructures v0.17.17 | |
[98e50ef6] JuliaFormatter v0.6.2 | |
[bac558e1] OrderedCollections v1.2.0 | |
[d06fb421] Snarl v0.1.0 `~/julia/Snarl` | |
[0796e94c] Tokenize v0.5.8 | |
[0dad84c5] ArgTools `@stdlib/ArgTools` | |
[56f22d72] Artifacts `@stdlib/Artifacts` | |
[2a0f44e3] Base64 `@stdlib/Base64` | |
[ade2ca70] Dates `@stdlib/Dates` | |
[8ba89e20] Distributed `@stdlib/Distributed` | |
[f43a241f] Downloads `@stdlib/Downloads` | |
[b77e0a4c] InteractiveUtils `@stdlib/InteractiveUtils` | |
[b27032c2] LibCURL `@stdlib/LibCURL` | |
[76f85450] LibGit2 `@stdlib/LibGit2` | |
[8f399da3] Libdl `@stdlib/Libdl` | |
[56ddb016] Logging `@stdlib/Logging` | |
[d6f4376e] Markdown `@stdlib/Markdown` | |
[a63ad114] Mmap `@stdlib/Mmap` | |
[ca575930] NetworkOptions `@stdlib/NetworkOptions` | |
[44cfe95a] Pkg `@stdlib/Pkg` | |
[de0858da] Printf `@stdlib/Printf` | |
[3fa0cd96] REPL `@stdlib/REPL` | |
[9a3f8284] Random `@stdlib/Random` | |
[ea8e919c] SHA `@stdlib/SHA` | |
[9e88b42a] Serialization `@stdlib/Serialization` | |
[1a1011a3] SharedArrays `@stdlib/SharedArrays` | |
[6462fe0b] Sockets `@stdlib/Sockets` | |
[fa267f1f] TOML `@stdlib/TOML` | |
[a4e569a6] Tar `@stdlib/Tar` | |
[8dfed614] Test `@stdlib/Test` | |
[cf7118a7] UUIDs `@stdlib/UUIDs` | |
[4ec0a83e] Unicode `@stdlib/Unicode` | |
[deac9b47] LibCURL_jll `@stdlib/LibCURL_jll` | |
[29816b5a] LibSSH2_jll `@stdlib/LibSSH2_jll` | |
[c8ffd9c3] MbedTLS_jll `@stdlib/MbedTLS_jll` | |
[14a3606d] MozillaCACerts_jll `@stdlib/MozillaCACerts_jll` | |
[83775a58] Zlib_jll `@stdlib/Zlib_jll` | |
[8e850ede] nghttp2_jll `@stdlib/nghttp2_jll` | |
[3f19e933] p7zip_jll `@stdlib/p7zip_jll` | |
Testing Running tests... | |
Launch workers... | |
00:00:11.000 ; @01 #001 I ; Configure workers... | |
00:00:13.818 ; @01 #001 I ; dt_foreach/default | |
dt_foreach/default: Error During Test at /home/obk/julia/Snarl/test/runtests.jl:27 | |
Got exception outside of a @test | |
TaskFailedException | |
Stacktrace: | |
[1] wait | |
@ ./task.jl:322 [inlined] | |
[2] threading_run(func::Function) | |
@ Base.Threads ./threadingconstructs.jl:34 | |
[3] macro expansion | |
@ ./threadingconstructs.jl:93 [inlined] | |
[4] macro expansion | |
@ ~/julia/Snarl/src/control.jl:506 [inlined] | |
[5] macro expansion | |
@ ./task.jl:387 [inlined] | |
[6] dt_foreach_maximize_processes(step::Function, storage::ParallelStorage, values::UnitRange{Int64}, batch_size::Float64, batches_count::Int64, simd::Symbol) | |
@ Snarl.Control ~/julia/Snarl/src/control.jl:483 | |
[7] dt_foreach(step::Function, storage::ParallelStorage, values::UnitRange{Int64}; batch_factor::Int64, minimal_batch::Int64, distribution::Symbol, simd::Symbol) | |
@ Snarl.Control ~/julia/Snarl/src/control.jl:312 | |
[8] dt_foreach | |
@ ~/julia/Snarl/src/control.jl:292 [inlined] | |
[9] #run_foreach#21 | |
@ ~/julia/Snarl/test/control.jl:230 [inlined] | |
[10] run_foreach | |
@ ~/julia/Snarl/test/control.jl:229 [inlined] | |
[11] check_dt_foreach(; expected_used_processes::Int64, expected_used_threads::Int64, flags::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}) | |
@ Main ~/julia/Snarl/test/control.jl:393 | |
[12] check_dt_foreach() | |
@ Main ~/julia/Snarl/test/control.jl:391 | |
[13] macro expansion | |
@ ~/julia/Snarl/test/control.jl:411 [inlined] | |
[14] macro expansion | |
@ ~/julia/Snarl/test/runtests.jl:28 [inlined] | |
[15] macro expansion | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1151 [inlined] | |
[16] top-level scope | |
@ ~/julia/Snarl/test/runtests.jl:28 | |
[17] include(fname::String) | |
@ Base.MainInclude ./client.jl:444 | |
[18] top-level scope | |
@ ~/julia/Snarl/test/runtests.jl:44 | |
[19] include(fname::String) | |
@ Base.MainInclude ./client.jl:444 | |
[20] top-level scope | |
@ none:6 | |
[21] eval | |
@ ./boot.jl:360 [inlined] | |
[22] exec_options(opts::Base.JLOptions) | |
@ Base ./client.jl:261 | |
[23] _start() | |
@ Base ./client.jl:485 | |
nested task error: InvalidStateException("Channel is closed.", :closed) | |
Stacktrace: | |
[1] check_channel_state | |
@ ./channels.jl:170 [inlined] | |
[2] take_buffered(c::Channel{Int64}) | |
@ Base ./channels.jl:388 | |
[3] take!(c::Channel{Int64}) | |
@ Base ./channels.jl:383 | |
[4] take!(::Distributed.RemoteValue) | |
@ Distributed /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:599 | |
[5] take_ref(::Distributed.RRID, ::Int64) | |
@ Distributed /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:610 | |
[6] call_on_owner | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:492 [inlined] | |
[7] take!(::RemoteChannel{Channel{Int64}}) | |
@ Distributed /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:626 | |
[8] next!(counter::Int64) | |
@ Main ~/julia/Snarl/test/control.jl:49 | |
[9] OperationContext | |
@ ~/julia/Snarl/test/control.jl:62 [inlined] | |
[10] tracked_step(storage::ParallelStorage, step_index::Int64) | |
@ Main ~/julia/Snarl/test/control.jl:155 | |
[11] macro expansion | |
@ ~/julia/Snarl/src/control.jl:156 [inlined] | |
[12] macro expansion | |
@ ./simdloop.jl:77 [inlined] | |
[13] s_foreach(step::typeof(tracked_step), storage::ParallelStorage, values::UnitRange{Int64}; simd::Symbol) | |
@ Snarl.Control ~/julia/Snarl/src/control.jl:155 | |
[14] s_run_from_batches_channel(batches_channel::RemoteChannel{Channel{Any}}, step::Function, storage::ParallelStorage, batch_values::UnitRange{Int64}, simd::Symbol) | |
@ Snarl.Control ~/julia/Snarl/src/control.jl:698 | |
[15] macro expansion | |
@ ~/julia/Snarl/src/control.jl:518 [inlined] | |
[16] (::Snarl.Control.var"#74#threadsfor_fun#17"{typeof(tracked_step), ParallelStorage, UnitRange{Int64}, Float64, Int64, Symbol, RemoteChannel{Channel{Any}}, Int64, UnitRange{Int64}})(onethread::Bool) | |
@ Snarl.Control ./threadingconstructs.jl:81 | |
[17] (::Snarl.Control.var"#74#threadsfor_fun#17"{typeof(tracked_step), ParallelStorage, UnitRange{Int64}, Float64, Int64, Symbol, RemoteChannel{Channel{Any}}, Int64, UnitRange{Int64}})() | |
@ Snarl.Control ./threadingconstructs.jl:48 | |
Test Summary: | Error Total | |
dt_foreach/default | 1 1 | |
ERROR: LoadError: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. | |
in expression starting at /home/obk/julia/Snarl/test/control.jl:410 | |
in expression starting at /home/obk/julia/Snarl/test/runtests.jl:44 | |
ERROR: LoadError: Package Snarl errored during testing | |
Stacktrace: | |
[1] pkgerror(msg::String) | |
@ Pkg.Types /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/Types.jl:55 | |
[2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing) | |
@ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:1689 | |
[3] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Vector{String}, kwargs::Base.Iterators.Pairs{Symbol, Base.PipeEndpoint, Tuple{Symbol}, NamedTuple{(:io,), Tuple{Base.PipeEndpoint}}}) | |
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:342 | |
[4] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::Base.Iterators.Pairs{Symbol, Any, Tuple{Symbol, Symbol}, NamedTuple{(:coverage, :test_args), Tuple{Bool, Vector{String}}}}) | |
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:79 | |
[5] test(; name::Nothing, uuid::Nothing, version::Nothing, url::Nothing, rev::Nothing, path::Nothing, mode::Pkg.Types.PackageMode, subdir::Nothing, kwargs::Base.Iterators.Pairs{Symbol, Any, Tuple{Symbol, Symbol}, NamedTuple{(:coverage, :test_args), Tuple{Bool, Vector{String}}}}) | |
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:95 | |
[6] top-level scope | |
@ ~/julia/Snarl/deps/test.jl:3 | |
in expression starting at /home/obk/julia/Snarl/deps/test.jl:3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Activating environment at `~/julia/Snarl/Project.toml` | |
Testing Snarl | |
Status `/tmp/jl_KVaHue/Project.toml` | |
[d06fb421] Snarl v0.1.0 `~/julia/Snarl` | |
[ade2ca70] Dates `@stdlib/Dates` | |
[8ba89e20] Distributed `@stdlib/Distributed` | |
[56ddb016] Logging `@stdlib/Logging` | |
[9a3f8284] Random `@stdlib/Random` | |
[1a1011a3] SharedArrays `@stdlib/SharedArrays` | |
[8dfed614] Test `@stdlib/Test` | |
Status `/tmp/jl_KVaHue/Manifest.toml` | |
[00ebfdb7] CSTParser v2.3.1 | |
[864edb3b] DataStructures v0.17.17 | |
[98e50ef6] JuliaFormatter v0.6.2 | |
[bac558e1] OrderedCollections v1.2.0 | |
[d06fb421] Snarl v0.1.0 `~/julia/Snarl` | |
[0796e94c] Tokenize v0.5.8 | |
[0dad84c5] ArgTools `@stdlib/ArgTools` | |
[56f22d72] Artifacts `@stdlib/Artifacts` | |
[2a0f44e3] Base64 `@stdlib/Base64` | |
[ade2ca70] Dates `@stdlib/Dates` | |
[8ba89e20] Distributed `@stdlib/Distributed` | |
[f43a241f] Downloads `@stdlib/Downloads` | |
[b77e0a4c] InteractiveUtils `@stdlib/InteractiveUtils` | |
[b27032c2] LibCURL `@stdlib/LibCURL` | |
[76f85450] LibGit2 `@stdlib/LibGit2` | |
[8f399da3] Libdl `@stdlib/Libdl` | |
[56ddb016] Logging `@stdlib/Logging` | |
[d6f4376e] Markdown `@stdlib/Markdown` | |
[a63ad114] Mmap `@stdlib/Mmap` | |
[ca575930] NetworkOptions `@stdlib/NetworkOptions` | |
[44cfe95a] Pkg `@stdlib/Pkg` | |
[de0858da] Printf `@stdlib/Printf` | |
[3fa0cd96] REPL `@stdlib/REPL` | |
[9a3f8284] Random `@stdlib/Random` | |
[ea8e919c] SHA `@stdlib/SHA` | |
[9e88b42a] Serialization `@stdlib/Serialization` | |
[1a1011a3] SharedArrays `@stdlib/SharedArrays` | |
[6462fe0b] Sockets `@stdlib/Sockets` | |
[fa267f1f] TOML `@stdlib/TOML` | |
[a4e569a6] Tar `@stdlib/Tar` | |
[8dfed614] Test `@stdlib/Test` | |
[cf7118a7] UUIDs `@stdlib/UUIDs` | |
[4ec0a83e] Unicode `@stdlib/Unicode` | |
[deac9b47] LibCURL_jll `@stdlib/LibCURL_jll` | |
[29816b5a] LibSSH2_jll `@stdlib/LibSSH2_jll` | |
[c8ffd9c3] MbedTLS_jll `@stdlib/MbedTLS_jll` | |
[14a3606d] MozillaCACerts_jll `@stdlib/MozillaCACerts_jll` | |
[83775a58] Zlib_jll `@stdlib/Zlib_jll` | |
[8e850ede] nghttp2_jll `@stdlib/nghttp2_jll` | |
[3f19e933] p7zip_jll `@stdlib/p7zip_jll` | |
Testing Running tests... | |
Launch workers... | |
00:00:10.839 ; @01 #001 I ; Configure workers... | |
00:00:13.636 ; @01 #001 I ; dt_foreach/default | |
dt_foreach/default: Error During Test at /home/obk/julia/Snarl/test/runtests.jl:27 | |
Got exception outside of a @test | |
On worker 4: | |
TaskFailedException | |
Stacktrace: | |
[1] wait | |
@ ./task.jl:322 [inlined] | |
[2] threading_run | |
@ ./threadingconstructs.jl:34 | |
[3] macro expansion | |
@ ./threadingconstructs.jl:93 [inlined] | |
[4] macro expansion | |
@ ./task.jl:387 [inlined] | |
[5] t_run_from_batches_channel | |
@ ~/julia/Snarl/src/control.jl:714 | |
[6] #14 | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/macros.jl:87 | |
[7] #103 | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/process_messages.jl:274 | |
[8] run_work_thunk | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/process_messages.jl:63 | |
[9] run_work_thunk | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/process_messages.jl:72 | |
[10] #96 | |
@ ./task.jl:411 | |
nested task error: MethodError: Cannot `convert` an object of type | |
RemoteChannel{Channel{Any}} to an object of type | |
RemoteChannel{Channel{Int64}} | |
Closest candidates are: | |
convert(::Type{T}, !Matched::T) where T at essentials.jl:205 | |
Stacktrace: | |
[1] cvt1 | |
@ ./essentials.jl:322 [inlined] | |
[2] ntuple | |
@ ./ntuple.jl:49 [inlined] | |
[3] convert | |
@ ./essentials.jl:323 | |
[4] put! | |
@ ./channels.jl:315 | |
[5] put! | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:576 | |
[6] put_ref | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:579 | |
[7] #106 | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/process_messages.jl:278 | |
[8] run_work_thunk | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/process_messages.jl:63 | |
[9] macro expansion | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/process_messages.jl:278 [inlined] | |
[10] #105 | |
@ ./task.jl:411 | |
Stacktrace: | |
[1] #remotecall_fetch#143 | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:394 | |
[2] remotecall_fetch | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:386 | |
[3] #remotecall_fetch#146 | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:421 | |
[4] remotecall_fetch | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:421 [inlined] | |
[5] call_on_owner | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:494 [inlined] | |
[6] put! | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:595 | |
[7] next! | |
@ ~/julia/Snarl/test/control.jl:45 | |
[8] OperationContext | |
@ ~/julia/Snarl/test/control.jl:62 | |
[9] get_value | |
@ ~/julia/Snarl/src/storage.jl:181 | |
[10] get_per_thread (repeats 2 times) | |
@ ~/julia/Snarl/src/storage.jl:384 [inlined] | |
[11] tracked_step | |
@ ~/julia/Snarl/test/control.jl:163 | |
[12] macro expansion | |
@ ~/julia/Snarl/src/control.jl:156 [inlined] | |
[13] macro expansion | |
@ ./simdloop.jl:77 [inlined] | |
[14] #s_foreach#1 | |
@ ~/julia/Snarl/src/control.jl:155 | |
[15] s_run_from_batches_channel | |
@ ~/julia/Snarl/src/control.jl:698 | |
[16] macro expansion | |
@ ~/julia/Snarl/src/control.jl:715 [inlined] | |
[17] #138#threadsfor_fun | |
@ ./threadingconstructs.jl:81 | |
[18] #138#threadsfor_fun | |
@ ./threadingconstructs.jl:48 | |
Stacktrace: | |
[1] sync_end(c::Channel{Any}) | |
@ Base ./task.jl:369 | |
[2] macro expansion | |
@ ./task.jl:388 [inlined] | |
[3] dt_foreach_maximize_processes(step::Function, storage::ParallelStorage, values::UnitRange{Int64}, batch_size::Float64, batches_count::Int64, simd::Symbol) | |
@ Snarl.Control ~/julia/Snarl/src/control.jl:483 | |
[4] dt_foreach(step::Function, storage::ParallelStorage, values::UnitRange{Int64}; batch_factor::Int64, minimal_batch::Int64, distribution::Symbol, simd::Symbol) | |
@ Snarl.Control ~/julia/Snarl/src/control.jl:312 | |
[5] dt_foreach | |
@ ~/julia/Snarl/src/control.jl:292 [inlined] | |
[6] #run_foreach#21 | |
@ ~/julia/Snarl/test/control.jl:230 [inlined] | |
[7] run_foreach | |
@ ~/julia/Snarl/test/control.jl:229 [inlined] | |
[8] check_dt_foreach(; expected_used_processes::Int64, expected_used_threads::Int64, flags::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}) | |
@ Main ~/julia/Snarl/test/control.jl:393 | |
[9] check_dt_foreach() | |
@ Main ~/julia/Snarl/test/control.jl:391 | |
[10] macro expansion | |
@ ~/julia/Snarl/test/control.jl:411 [inlined] | |
[11] macro expansion | |
@ ~/julia/Snarl/test/runtests.jl:28 [inlined] | |
[12] macro expansion | |
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1151 [inlined] | |
[13] top-level scope | |
@ ~/julia/Snarl/test/runtests.jl:28 | |
[14] include(fname::String) | |
@ Base.MainInclude ./client.jl:444 | |
[15] top-level scope | |
@ ~/julia/Snarl/test/runtests.jl:44 | |
[16] include(fname::String) | |
@ Base.MainInclude ./client.jl:444 | |
[17] top-level scope | |
@ none:6 | |
[18] eval | |
@ ./boot.jl:360 [inlined] | |
[19] exec_options(opts::Base.JLOptions) | |
@ Base ./client.jl:261 | |
[20] _start() | |
@ Base ./client.jl:485 | |
Test Summary: | Error Total | |
dt_foreach/default | 1 1 | |
ERROR: LoadError: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. | |
in expression starting at /home/obk/julia/Snarl/test/control.jl:410 | |
in expression starting at /home/obk/julia/Snarl/test/runtests.jl:44 | |
ERROR: LoadError: Package Snarl errored during testing | |
Stacktrace: | |
[1] pkgerror(msg::String) | |
@ Pkg.Types /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/Types.jl:55 | |
[2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing) | |
@ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:1689 | |
[3] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Vector{String}, kwargs::Base.Iterators.Pairs{Symbol, Base.PipeEndpoint, Tuple{Symbol}, NamedTuple{(:io,), Tuple{Base.PipeEndpoint}}}) | |
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:342 | |
[4] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::Base.Iterators.Pairs{Symbol, Any, Tuple{Symbol, Symbol}, NamedTuple{(:coverage, :test_args), Tuple{Bool, Vector{String}}}}) | |
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:79 | |
[5] test(; name::Nothing, uuid::Nothing, version::Nothing, url::Nothing, rev::Nothing, path::Nothing, mode::Pkg.Types.PackageMode, subdir::Nothing, kwargs::Base.Iterators.Pairs{Symbol, Any, Tuple{Symbol, Symbol}, NamedTuple{(:coverage, :test_args), Tuple{Bool, Vector{String}}}}) | |
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:95 | |
[6] top-level scope | |
@ ~/julia/Snarl/deps/test.jl:3 | |
in expression starting at /home/obk/julia/Snarl/deps/test.jl:3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Activating environment at `~/julia/Snarl/Project.toml` | |
Testing Snarl | |
Status `/tmp/jl_QGgl4B/Project.toml` | |
[d06fb421] Snarl v0.1.0 `~/julia/Snarl` | |
[ade2ca70] Dates `@stdlib/Dates` | |
[8ba89e20] Distributed `@stdlib/Distributed` | |
[56ddb016] Logging `@stdlib/Logging` | |
[9a3f8284] Random `@stdlib/Random` | |
[1a1011a3] SharedArrays `@stdlib/SharedArrays` | |
[8dfed614] Test `@stdlib/Test` | |
Status `/tmp/jl_QGgl4B/Manifest.toml` | |
[00ebfdb7] CSTParser v2.3.1 | |
[864edb3b] DataStructures v0.17.17 | |
[98e50ef6] JuliaFormatter v0.6.2 | |
[bac558e1] OrderedCollections v1.2.0 | |
[d06fb421] Snarl v0.1.0 `~/julia/Snarl` | |
[0796e94c] Tokenize v0.5.8 | |
[0dad84c5] ArgTools `@stdlib/ArgTools` | |
[56f22d72] Artifacts `@stdlib/Artifacts` | |
[2a0f44e3] Base64 `@stdlib/Base64` | |
[ade2ca70] Dates `@stdlib/Dates` | |
[8ba89e20] Distributed `@stdlib/Distributed` | |
[f43a241f] Downloads `@stdlib/Downloads` | |
[b77e0a4c] InteractiveUtils `@stdlib/InteractiveUtils` | |
[b27032c2] LibCURL `@stdlib/LibCURL` | |
[76f85450] LibGit2 `@stdlib/LibGit2` | |
[8f399da3] Libdl `@stdlib/Libdl` | |
[56ddb016] Logging `@stdlib/Logging` | |
[d6f4376e] Markdown `@stdlib/Markdown` | |
[a63ad114] Mmap `@stdlib/Mmap` | |
[ca575930] NetworkOptions `@stdlib/NetworkOptions` | |
[44cfe95a] Pkg `@stdlib/Pkg` | |
[de0858da] Printf `@stdlib/Printf` | |
[3fa0cd96] REPL `@stdlib/REPL` | |
[9a3f8284] Random `@stdlib/Random` | |
[ea8e919c] SHA `@stdlib/SHA` | |
[9e88b42a] Serialization `@stdlib/Serialization` | |
[1a1011a3] SharedArrays `@stdlib/SharedArrays` | |
[6462fe0b] Sockets `@stdlib/Sockets` | |
[fa267f1f] TOML `@stdlib/TOML` | |
[a4e569a6] Tar `@stdlib/Tar` | |
[8dfed614] Test `@stdlib/Test` | |
[cf7118a7] UUIDs `@stdlib/UUIDs` | |
[4ec0a83e] Unicode `@stdlib/Unicode` | |
[deac9b47] LibCURL_jll `@stdlib/LibCURL_jll` | |
[29816b5a] LibSSH2_jll `@stdlib/LibSSH2_jll` | |
[c8ffd9c3] MbedTLS_jll `@stdlib/MbedTLS_jll` | |
[14a3606d] MozillaCACerts_jll `@stdlib/MozillaCACerts_jll` | |
[83775a58] Zlib_jll `@stdlib/Zlib_jll` | |
[8e850ede] nghttp2_jll `@stdlib/nghttp2_jll` | |
[3f19e933] p7zip_jll `@stdlib/p7zip_jll` | |
Testing Running tests... | |
Launch workers... | |
00:00:10.820 ; @01 #001 I ; Configure workers... | |
00:00:13.660 ; @01 #001 I ; dt_foreach/default | |
error in running finalizer: ErrorException("task switch not allowed from inside gc finalizer") | |
jl_error at /buildworker/worker/package_linux64/build/src/rtutils.c:41 | |
jl_switch at /buildworker/worker/package_linux64/build/src/task.c:501 | |
try_yieldto at ./task.jl:700 | |
wait at ./task.jl:769 [inlined] | |
wait at ./condition.jl:106 | |
lock at ./lock.jl:100 | |
lock at ./lock.jl:185 | |
lock at ./weakkeydict.jl:87 [inlined] | |
delete! at ./weakkeydict.jl:166 [inlined] | |
finalize_ref at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:92 | |
_jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2237 [inlined] | |
jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2419 | |
jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1703 [inlined] | |
run_finalizer at /buildworker/worker/package_linux64/build/src/gc.c:278 | |
jl_gc_run_finalizers_in_list at /buildworker/worker/package_linux64/build/src/gc.c:365 | |
run_finalizers at /buildworker/worker/package_linux64/build/src/gc.c:394 | |
jl_gc_run_pending_finalizers at /buildworker/worker/package_linux64/build/src/gc.c:404 | |
jl_mutex_unlock at /buildworker/worker/package_linux64/build/src/locks.h:136 [inlined] | |
jl_generate_fptr at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:361 | |
jl_compile_method_internal at /buildworker/worker/package_linux64/build/src/gf.c:1970 | |
jl_compile_method_internal at /buildworker/worker/package_linux64/build/src/gf.c:2236 [inlined] | |
_jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2229 [inlined] | |
jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2419 | |
jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1703 [inlined] | |
start_task at /buildworker/worker/package_linux64/build/src/task.c:839 | |
unknown function (ip: (nil)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment