JuliaGraphics / ColorTypes.jl

Basic color definitions and traits
Other
78 stars 36 forks source link

Segmentation fault on Julia v1.7 - v1.9 on QEMU aarch64 #304

Open kimikage opened 5 months ago

kimikage commented 5 months ago

I was addressing issue #288 and noticed that julia v1.9 on aarch64 fails to load ColorTypes. With julia v1.6-v1.8 and julia v1.10 there is no problem.

Since julia v1.9 is unlikely to be the next LTS, no fix for this will be made. However, this may be due to the unsafe implementation of ColorTypes, so it is left for reference.

CI (with QEMU) log ```julia Julia Version 1.9.4 Commit 8e5136fa297 (2023-11-14 08:46 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (aarch64-linux-gnu) CPU: 4 × AMD EPYC 7763 64-Core Processor WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, generic) Threads: 1 on 4 virtual cores Updating registry at `~/.julia/registries/General.toml` Installed FixedPointNumbers ─ v0.8.4 Updating `/home/runner/work/ColorTypes.jl/ColorTypes.jl/Project.toml` [53c48c17] + FixedPointNumbers v0.8.4 Updating `/home/runner/work/ColorTypes.jl/ColorTypes.jl/Manifest.toml` [53c48c17] + FixedPointNumbers v0.8.4 [0dad84c5] + ArgTools v1.1.1 [56f22d72] + Artifacts [2a0f44e3] + Base64 [ade2ca70] + Dates [f43a241f] + Downloads v1.6.0 [7b1f6079] + FileWatching [b77e0a4c] + InteractiveUtils [b27032c2] + LibCURL v0.6.4 [76f85450] + LibGit2 [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [56ddb016] + Logging [d6f4376e] + Markdown [ca575930] + NetworkOptions v1.2.0 [44cfe95a] + Pkg v1.9.2 [de0858da] + Printf [3fa0cd96] + REPL [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [6462fe0b] + Sockets [2f01184e] + SparseArrays [10745b16] + Statistics v1.9.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [cf7118a7] + UUIDs [4ec0a83e] + Unicode [e[66](https://github.com/kimikage/ColorTypes.jl/actions/runs/8842368991/job/24280905638?pr=3#step:7:67)e0078] + CompilerSupportLibraries_jll v1.0.5+0 [deac9b47] + LibCURL_jll v8.4.0+0 [29816b5a] + LibSSH2_jll v1.11.0+1 [c8ffd9c3] + MbedTLS_jll v2.28.2+0 [14a3606d] + MozillaCACerts_jll v2022.10.11 [4536629a] + OpenBLAS_jll v0.3.21+4 [bea87d4a] + SuiteSparse_jll v5.10.1+6 [83775a58] + Zlib_jll v1.2.13+0 [8e850b90] + libblastrampoline_jll v5.8.0+0 [8e850ede] + nghttp2_jll v1.52.0+1 [3f19e933] + p7zip_jll v17.4.0+0 Precompiling project... ✓ CompilerSupportLibraries_jll ✓ FixedPointNumbers ✓ ColorTypes 3 dependencies successfully precompiled in 39 seconds. 5 already precompiled. Testing ColorTypes Status `/tmp/jl_ui79mQ/Project.toml` [3da002f7] ColorTypes v0.11.5 `/home/runner/work/ColorTypes.jl/ColorTypes.jl` [8dfed614] Test Status `/tmp/jl_ui79mQ/Manifest.toml` [3da002f7] ColorTypes v0.11.5 `/home/runner/work/ColorTypes.jl/ColorTypes.jl` [53c48c17] FixedPointNumbers v0.8.4 [0dad84c5] ArgTools v1.1.1 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching [b77e0a4c] InteractiveUtils [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.9.2 [de0858da] Printf [3fa0cd96] REPL [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [6462fe0b] Sockets [2f01184e] SparseArrays [10745b16] Statistics v1.9.0 [fa2[67](https://github.com/kimikage/ColorTypes.jl/actions/runs/8842368991/job/24280905638?pr=3#step:7:68)f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.0.5+0 [deac9b47] LibCURL_jll v8.4.0+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.2+0 [14a3606d] MozillaCACerts_jll v2022.10.11 [4536629a] OpenBLAS_jll v0.3.21+4 [bea87d4a] SuiteSparse_jll v5.10.1+6 [83775a58] Zlib_jll v1.2.13+0 [8e850b90] libblastrampoline_jll v5.8.0+0 [8e850ede] nghttp2_jll v1.52.0+1 [3f19e933] p7zip_jll v17.4.0+0 Precompiling project... ✓ CompilerSupportLibraries_jll ✓ SuiteSparse_jll ✓ Zlib_jll ✓ MbedTLS_jll ✓ Statistics ✓ LibSSH2_jll ✓ FixedPointNumbers ✗ ColorTypes 7 dependencies successfully precompiled in 26 seconds ERROR: The following 1 direct dependency failed to precompile: ColorTypes [3da002f7-5984-5a60-b8a6-cbb66c0b333f] Failed to precompile ColorTypes [3da002f7-5984-5a60-b8a6-cbb66c0b333f] to "/root/.julia/compiled/v1.9/ColorTypes/jl_vtIinG". [125] signal (11.1): Segmentation fault in expression starting at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/types.jl:583 top-level scope at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/types.jl:583 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:903 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 _include at ./loading.jl:1963 include at ./Base.jl:457 jfptr_include_34789 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] jl_f__call_latest at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/builtins.c:774 include at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/ColorTypes.jl:1 unknown function (ip: 0x55172d1303) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] do_call at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:126 eval_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:226 eval_stmt_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:177 [inlined] eval_body at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:624 jl_interpret_toplevel_thunk at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:762 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:912 jl_eval_module_expr at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:203 [inlined] jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:715 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 _include at ./loading.jl:1963 include at ./Base.jl:457 [inlined] include_package_for_output at ./loading.jl:2049 jfptr_include_package_for_output_31818 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] do_call at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:126 eval_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:226 eval_stmt_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:177 [inlined] eval_body at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:624 jl_interpret_toplevel_thunk at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:762 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:912 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 include_string at ./loading.jl:1913 [inlined] exec_options at ./client.jl:305 _start at ./client.jl:522 jfptr__start_37121 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] true_main at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/jlapi.c:573 jl_repl_entrypoint at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/jlapi.c:717 main at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/cli/loader_exe.c:59 unknown function (ip: 0x55010d84c3) __libc_start_main at /lib/aarch64-linux-gnu/libc.so.6 (unknown line) _start at /home/runner/work/julia/bin/julia (unknown line) _start at /home/runner/work/julia/bin/julia (unknown line) Allocations: 661670 (Pool: 661161; Big: 509); GC: 1 Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /home/runner/work/julia/share/julia/stdlib/v1.9/Pkg/src/Types.jl:[69](https://github.com/kimikage/ColorTypes.jl/actions/runs/8842368991/job/24280905638?pr=3#step:7:70) [2] precompile(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; internal_call::Bool, strict::Bool, warn_loaded::Bool, already_instantiated::Bool, timing::Bool, kwargs::Base.Pairs{Symbol, Base.TTY, Tuple{Symbol}, NamedTuple{(:io,), Tuple{Base.TTY}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.9/Pkg/src/API.jl:1619 [3] precompile(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.TTY, kwargs::Base.Pairs{Symbol, Bool, Tuple{Symbol}, NamedTuple{(:warn_loaded,), Tuple{Bool}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.9/Pkg/src/API.jl:156 [4] precompile(; name::Nothing, uuid::Nothing, version::Nothing, url::Nothing, rev::Nothing, path::Nothing, mode::Pkg.Types.PackageMode, subdir::Nothing, kwargs::Base.Pairs{Symbol, Bool, Tuple{Symbol}, NamedTuple{(:warn_loaded,), Tuple{Bool}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.9/Pkg/src/API.jl:171 [5] top-level scope @ none:6 Testing Precompilation of test environment failed. Continuing to tests Testing Running tests... [138] signal (11.1): Segmentation fault in expression starting at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/types.jl:583 top-level scope at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/types.jl:583 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:903 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:3[70](https://github.com/kimikage/ColorTypes.jl/actions/runs/8842368991/job/24280905638?pr=3#step:7:71) [inlined] include_string at ./loading.jl:1903 _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 _include at ./loading.jl:1963 include at ./Base.jl:457 jfptr_include_34789 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] jl_f__call_latest at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/builtins.c:774 include at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/ColorTypes.jl:1 unknown function (ip: 0x551993c123) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] do_call at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:126 eval_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:226 eval_stmt_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:177 [inlined] eval_body at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:624 jl_interpret_toplevel_thunk at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:762 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:912 jl_eval_module_expr at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:203 [inlined] jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:[71](https://github.com/kimikage/ColorTypes.jl/actions/runs/8842368991/job/24280905638?pr=3#step:7:72)5 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 _include at ./loading.jl:1963 include at ./Base.jl:457 [inlined] include_package_for_output at ./loading.jl:2049 jfptr_include_package_for_output_31838 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] do_call at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:126 eval_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:226 eval_stmt_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:177 [inlined] eval_body at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:624 jl_interpret_toplevel_thunk at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:762 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:912 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 include_string at ./loading.jl:1913 [inlined] exec_options at ./client.jl:305 _start at ./client.jl:522 jfptr__start_37121 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] true_main at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/jlapi.c:5[73](https://github.com/kimikage/ColorTypes.jl/actions/runs/8842368991/job/24280905638?pr=3#step:7:74) jl_repl_entrypoint at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/jlapi.c:717 main at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/cli/loader_exe.c:59 unknown function (ip: 0x55010d84c3) __libc_start_main at /lib/aarch64-linux-gnu/libc.so.6 (unknown line) _start at /home/runner/work/julia/bin/julia (unknown line) _start at /home/runner/work/julia/bin/julia (unknown line) Allocations: 662567 (Pool: 662053; Big: 514); GC: 1 ERROR: LoadError: Failed to precompile ColorTypes [3da002f7-5984-5a60-b8a6-cbb66c0b333f] to "/root/.julia/compiled/v1.9/ColorTypes/jl_pksIE1". Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:2294 [3] compilecache @ ./loading.jl:2167 [inlined] [4] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:1805 [5] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1660 [6] macro expansion @ ./loading.jl:1648 [inlined] [7] macro expansion @ ./lock.jl:267 [inlined] [8] require(into::Module, mod::Symbol) @ Base ./loading.jl:1611 [9] include(fname::String) @ Base.MainInclude ./client.jl:4[78](https://github.com/kimikage/ColorTypes.jl/actions/runs/8842368991/job/24280905638?pr=3#step:7:79) [10] top-level scope @ none:6 in expression starting at /home/runner/work/ColorTypes.jl/ColorTypes.jl/test/runtests.jl:1 ```
kimikage commented 4 months ago

This might be a compatibility issue with QEMU. https://discourse.julialang.org/t/julia-1-9-on-qemu-aarch64-docker-segfaults-whille-importing-unitful/98711

This does not seem to be the unsafe_trunc problem, as using FixedPointNumbers v0.8.5 also has the problem. There are also problems with packages that do not depend on ColorTypes.

kimikage commented 4 months ago
CI (with QEMU) log on julia v1.7.3 ``` Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Linux (aarch64-unknown-linux-gnu) CPU: unknown WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, generic) Updating registry at `~/.julia/registries/General.toml` Installed FixedPointNumbers ─ v0.8.5 Updating `/home/runner/work/ColorTypes.jl/ColorTypes.jl/Project.toml` [53c48c17] + FixedPointNumbers v0.8.5 Updating `/home/runner/work/ColorTypes.jl/ColorTypes.jl/Manifest.toml` [53c48c17] + FixedPointNumbers v0.8.5 [56f22d72] + Artifacts [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [9a3f8284] + Random [ea8e919c] + SHA [9e88b42a] + Serialization [2f01184e] + SparseArrays [10745b16] + Statistics [e66e0078] + CompilerSupportLibraries_jll [4536629a] + OpenBLAS_jll [8e850b90] + libblastrampoline_jll Precompiling project... ✓ CompilerSupportLibraries_jll ✓ OpenBLAS_jll ✓ libblastrampoline_jll ✓ FixedPointNumbers ✓ ColorTypes 5 dependencies successfully precompiled in 16 seconds Testing ColorTypes Status `/tmp/jl_mRkiqL/Project.toml` [3da002f7] ColorTypes v0.12.0-dev `/home/runner/work/ColorTypes.jl/ColorTypes.jl` [e30172f5] Documenter v1.4.1 [f489334b] StyledStrings v1.0.2 [8dfed614] Test `@stdlib/Test` Status `/tmp/jl_mRkiqL/Manifest.toml` [a4c015fc] ANSIColoredPrinters v0.0.1 [1520ce14] AbstractTrees v0.4.5 [944b1d66] CodecZlib v0.7.4 [3da002f7] ColorTypes v0.12.0-dev `/home/runner/work/ColorTypes.jl/ColorTypes.jl` [ffbed154] DocStringExtensions v0.9.3 [e30172f5] Documenter v1.4.1 [53c48c17] FixedPointNumbers v0.8.5 [d7ba0133] Git v1.3.1 [b5f81e59] IOCapture v0.2.4 [692b3bcd] JLLWrappers v1.5.0 [[68](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561964?pr=5#step:7:69)2c06a0] JSON v0.21.4 [0e77f7df] LazilyInitializedFields v1.2.2 [d0879d2d] MarkdownAST v0.1.2 [[69](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561964?pr=5#step:7:70)de0a69] Parsers v2.8.1 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [2792f1a3] RegistryInstances v0.1.0 [f489334b] StyledStrings v1.0.2 [3bb67fe8] TranscodingStreams v0.10.9 [2e619515] Expat_jll v2.6.2+0 [f8c6e375] Git_jll v2.44.0+2 [94ce4f54] Libiconv_jll v1.17.0+0 [458c3c95] OpenSSL_jll v3.0.13+1 [0dad84c5] ArgTools `@stdlib/ArgTools` [56f22d72] Artifacts `@stdlib/Artifacts` [2a0f44e3] Base64 `@stdlib/Base64` [ade2ca[70](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561964?pr=5#step:7:71)] Dates `@stdlib/Dates` [f43a241f] Downloads `@stdlib/Downloads` [7b1f6079] FileWatching `@stdlib/FileWatching` [b77e0a4c] InteractiveUtils `@stdlib/InteractiveUtils` [b27032c2] LibCURL `@stdlib/LibCURL` [76f85450] LibGit2 `@stdlib/LibGit2` [8f399da3] Libdl `@stdlib/Libdl` [37e2e46d] LinearAlgebra `@stdlib/LinearAlgebra` [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` [6462fe0b] Sockets `@stdlib/Sockets` [2f01184e] SparseArrays `@stdlib/SparseArrays` [10745b16] Statistics `@stdlib/Statistics` [fa267f1f] TOML `@stdlib/TOML` [a4e569a6] Tar `@stdlib/Tar` [8dfed614] Test `@stdlib/Test` [cf[71](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561964?pr=5#step:7:72)18a7] UUIDs `@stdlib/UUIDs` [4ec0a83e] Unicode `@stdlib/Unicode` [e66e0078] CompilerSupportLibraries_jll `@stdlib/CompilerSupportLibraries_jll` [deac9b47] LibCURL_jll `@stdlib/LibCURL_jll` [29816b5a] LibSSH2_jll `@stdlib/LibSSH2_jll` [c8ffd9c3] MbedTLS_jll `@stdlib/MbedTLS_jll` [14a3606d] MozillaCACerts_jll `@stdlib/MozillaCACerts_jll` [4536629a] OpenBLAS_jll `@stdlib/OpenBLAS_jll` [efcefdf7] PCRE2_jll `@stdlib/PCRE2_jll` [83775a58] Zlib_jll `@stdlib/Zlib_jll` [8e850b90] libblastrampoline_jll `@stdlib/libblastrampoline_jll` [8e850ede] nghttp2_jll `@stdlib/nghttp2_jll` [3f19e933] p7zip_jll `@stdlib/p7zip_jll` Precompiling project... ✓ MbedTLS_jll ✓ Zlib_jll ✓ LazilyInitializedFields ✓ ANSIColoredPrinters ✓ PCRE2_jll ✓ DocStringExtensions ✓ Preferences ✓ TranscodingStreams ✓ LibSSH2_jll ✓ IOCapture ✓ AbstractTrees ✓ RegistryInstances ✓ PrecompileTools ✓ CodecZlib ✓ JLLWrappers ✓ MarkdownAST ✓ OpenSSL_jll ✓ Libiconv_jll ✓ Expat_jll ✓ Git_jll ✓ Git ✓ StyledStrings ✓ Parsers ✓ JSON ✓ Documenter 25 dependencies successfully precompiled in 238 seconds (5 already precompiled) Testing Running tests... Skipping Base.active_repl Skipping Base.active_repl_backend Skipping Base.active_repl Skipping Base.active_repl_backend ┌ Warning: Unable to determine HTML(edit_link = ...) from remote HEAD branch, defaulting to "master". │ Calling `git remote` failed with an exception. Set JULIA_DEBUG=Documenter to see the error. │ Unless this is due to a configuration error, the relevant variable should be set explicitly. └ @ Documenter ~/.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl:640 [ Info: SetupBuildDirectory: setting up build directory. [ Info: Doctest: running doctests. [ Info: Skipped ExpandTemplates step (doctest only). [ Info: Skipped CrossReferences step (doctest only). [ Info: Skipped CheckDocument step (doctest only). [ Info: Skipped Populate step (doctest only). [ Info: Skipped RenderDocument step (doctest only). Test Summary: | Pass Total Doctests: ColorTypes | 1 1 Test Summary: | StyledStringsExt | No tests Test Summary: | Pass Total error_hints | 9 9 signal (11): Segmentation fault in expression starting at /home/runner/work/ColorTypes.jl/ColorTypes.jl/test/conversions.jl:627 macro expansion at /buildworker/worker/package_linuxaarch64/build/usr/share/julia/stdlib/v1.7/Test/src/Test.jl:1269 [inlined] top-level scope at /home/runner/work/ColorTypes.jl/ColorTypes.jl/test/conversions.jl:628 jl_toplevel_eval_flex at /buildworker/worker/package_linuxaarch64/build/src/toplevel.c:876 jl_toplevel_eval_flex at /buildworker/worker/package_linuxaarch64/build/src/toplevel.c:830 jl_toplevel_eval_in at /buildworker/worker/package_linuxaarch64/build/src/toplevel.c:944 eval at ./boot.jl:373 [inlined] include_string at ./loading.jl:1196 _jl_invoke at /buildworker/worker/package_linuxaarch64/build/src/gf.c:2247 [inlined] jl_apply_generic at /buildworker/worker/package_linuxaarch64/build/src/gf.c:2429 _include at ./loading.jl:1253 include at ./client.jl:451 _jl_invoke at /buildworker/worker/package_linuxaarch64/build/src/gf.c:2247 [inlined] jl_apply_generic at /buildworker/worker/package_linuxaarch64/build/src/gf.c:2429 jl_apply at /buildworker/worker/package_linuxaarch64/build/src/julia.h:1788 [inlined] do_call at /buildworker/worker/package_linuxaarch64/build/src/interpreter.c:126 eval_value at /buildworker/worker/package_linuxaarch64/build/src/interpreter.c:215 eval_stmt_value at /buildworker/worker/package_linuxaarch64/build/src/interpreter.c:166 [inlined] eval_body at /buildworker/worker/package_linuxaarch64/build/src/interpreter.c:601 eval_body at /buildworker/worker/package_linuxaarch64/build/src/interpreter.c:516 eval_body at /buildworker/worker/package_linuxaarch64/build/src/interpreter.c:516 jl_interpret_toplevel_thunk at /buildworker/worker/package_linuxaarch64/build/src/interpreter.c:731 jl_toplevel_eval_flex at /buildworker/worker/package_linuxaarch64/build/src/toplevel.c:885 jl_toplevel_eval_flex at /buildworker/worker/package_linuxaarch64/build/src/toplevel.c:830 jl_toplevel_eval_in at /buildworker/worker/package_linuxaarch64/build/src/toplevel.c:944 eval at ./boot.jl:373 [inlined] include_string at ./loading.jl:1196 _jl_invoke at /buildworker/worker/package_linuxaarch64/build/src/gf.c:2247 [inlined] jl_apply_generic at /buildworker/worker/package_linuxaarch64/build/src/gf.c:2429 _include at ./loading.jl:1253 include at ./client.jl:451 _jl_invoke at /buildworker/worker/package_linuxaarch64/build/src/gf.c:2247 [inlined] jl_apply_generic at /buildworker/worker/package_linuxaarch64/build/src/gf.c:2429 jl_apply at /buildworker/worker/package_linuxaarch64/build/src/julia.h:1788 [inlined] do_call at /buildworker/worker/package_linuxaarch64/build/src/interpreter.c:126 eval_value at /buildworker/worker/package_linuxaarch64/build/src/interpreter.c:215 eval_stmt_value at /buildworker/worker/package_linuxaarch64/build/src/interpreter.c:166 [inlined] eval_body at /buildworker/worker/package_linuxaarch64/build/src/interpreter.c:601 jl_interpret_toplevel_thunk at /buildworker/worker/package_linuxaarch64/build/src/interpreter.c:731 jl_toplevel_eval_flex at /buildworker/worker/package_linuxaarch64/build/src/toplevel.c:885 jl_toplevel_eval_flex at /buildworker/worker/package_linuxaarch64/build/src/toplevel.c:830 jl_toplevel_eval_in at /buildworker/worker/package_linuxaarch64/build/src/toplevel.c:944 eval at ./boot.jl:373 [inlined] exec_options at ./client.jl:268 _start at ./client.jl:495 jfptr__start_37144 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /buildworker/worker/package_linuxaarch64/build/src/gf.c:2247 [inlined] jl_apply_generic at /buildworker/worker/package_linuxaarch64/build/src/gf.c:2429 jl_apply at /buildworker/worker/package_linuxaarch64/build/src/julia.h:1788 [inlined] true_main at /buildworker/worker/package_linuxaarch64/build/src/jlapi.c:559 jl_repl_entrypoint at /buildworker/worker/package_linuxaarch64/build/src/jlapi.c:701 main at /buildworker/worker/package_linuxaarch64/build/cli/loader_exe.c:42 unknown function (ip: 0x55010d84c3) __libc_start_main at /lib/aarch64-linux-gnu/libc.so.6 (unknown line) _start at /home/runner/work/julia/bin/julia (unknown line) _start at /home/runner/work/julia/bin/julia (unknown line) Allocations: 75122599 (Pool: 75052536; Big: 70063); GC: 95 ERROR: Package ColorTypes errored during testing (received signal: 11) Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /home/runner/work/julia/share/julia/stdlib/v1.7/Pkg/src/Types.jl:68 [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 /home/runner/work/julia/share/julia/stdlib/v1.7/Pkg/src/Operations.jl:16[72](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561964?pr=5#step:7:73) [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.TTY, Tuple{Symbol}, NamedTuple{(:io,), Tuple{Base.TTY}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.7/Pkg/src/API.jl:421 [4] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.TTY, kwargs::Base.Pairs{Symbol, Bool, Tuple{Symbol}, NamedTuple{(:coverage,), Tuple{Bool}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.7/Pkg/src/API.jl:149 [5] test(; name::Nothing, uuid::Nothing, version::Nothing, url::Nothing, rev::Nothing, path::Nothing, mode::Pkg.Types.PackageMode, subdir::Nothing, kwargs::Base.Pairs{Symbol, Bool, Tuple{Symbol}, NamedTuple{(:coverage,), Tuple{Bool}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.7/Pkg/src/API.jl:164 [6] top-level scope @ none:1 Error: The process '/home/runner/work/_actions/uraimo/run-on-arch-action/v2.7.2/src/run-on-arch.sh' failed with exit code 1 ```
kimikage commented 4 months ago
CI (with QEMU) log on julia v1.8.5 ``` Julia Version 1.8.5 Commit 17cfb8e65ea (2023-01-08 06:45 UTC) Platform Info: OS: Linux (aarch64-linux-gnu) CPU: 4 × AMD EPYC 7763 64-Core Processor WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, generic) Threads: 1 on 4 virtual cores Updating registry at `~/.julia/registries/General.toml` Installed FixedPointNumbers ─ v0.8.5 Updating `/home/runner/work/ColorTypes.jl/ColorTypes.jl/Project.toml` [53c48c17] + FixedPointNumbers v0.8.5 Updating `/home/runner/work/ColorTypes.jl/ColorTypes.jl/Manifest.toml` [53c48c17] + FixedPointNumbers v0.8.5 [56f22d72] + Artifacts [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [2f01184e] + SparseArrays [10745b16] + Statistics [e66e0078] + CompilerSupportLibraries_jll v1.0.1+0 [4536629a] + OpenBLAS_jll v0.3.20+0 [8e850b90] + libblastrampoline_jll v5.1.1+0 Precompiling project... ✓ CompilerSupportLibraries_jll ✓ OpenBLAS_jll ✓ libblastrampoline_jll ✓ FixedPointNumbers ✗ ColorTypes 4 dependencies successfully precompiled in 15 seconds 1 dependency errored. To see a full report either run `import Pkg; Pkg.precompile()` or load the package Testing ColorTypes Status `/tmp/jl_r8sP5R/Project.toml` [3da002f7] ColorTypes v0.12.0-dev `/home/runner/work/ColorTypes.jl/ColorTypes.jl` [e30172f5] Documenter v1.4.1 [f489334b] StyledStrings v1.0.2 [8dfed614] Test `@stdlib/Test` Status `/tmp/jl_r8sP5R/Manifest.toml` [a4c015fc] ANSIColoredPrinters v0.0.1 [1520ce14] AbstractTrees v0.4.5 [944b1d66] CodecZlib v0.7.4 [3da002f7] ColorTypes v0.12.0-dev `/home/runner/work/ColorTypes.jl/ColorTypes.jl` [ffbed154] DocStringExtensions v0.9.3 [e30172f5] Documenter v1.4.1 [53c48c17] FixedPointNumbers v0.8.5 [d7ba0133] Git v1.3.1 [b5f81e59] IOCapture v0.2.4 [692b3bcd] JLLWrappers v1.5.0 [[68](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561998?pr=5#step:7:69)2c06a0] JSON v0.21.4 [0e77f7df] LazilyInitializedFields v1.2.2 [d0879d2d] MarkdownAST v0.1.2 [[69](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561998?pr=5#step:7:70)de0a69] Parsers v2.8.1 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [2792f1a3] RegistryInstances v0.1.0 [f489334b] StyledStrings v1.0.2 [3bb67fe8] TranscodingStreams v0.10.9 [2e619515] Expat_jll v2.6.2+0 [f8c6e375] Git_jll v2.44.0+2 [94ce4f54] Libiconv_jll v1.17.0+0 [458c3c95] OpenSSL_jll v3.0.13+1 [0dad84c5] ArgTools v1.1.1 `@stdlib/ArgTools` [56f22d72] Artifacts `@stdlib/Artifacts` [2a0f44e3] Base64 `@stdlib/Base64` [ade2ca[70](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561998?pr=5#step:7:71)] Dates `@stdlib/Dates` [f43a241f] Downloads v1.6.0 `@stdlib/Downloads` [7b1f6079] FileWatching `@stdlib/FileWatching` [b77e0a4c] InteractiveUtils `@stdlib/InteractiveUtils` [b27032c2] LibCURL v0.6.3 `@stdlib/LibCURL` [76f85450] LibGit2 `@stdlib/LibGit2` [8f399da3] Libdl `@stdlib/Libdl` [37e2e46d] LinearAlgebra `@stdlib/LinearAlgebra` [56ddb016] Logging `@stdlib/Logging` [d6f4376e] Markdown `@stdlib/Markdown` [a63ad114] Mmap `@stdlib/Mmap` [ca575930] NetworkOptions v1.2.0 `@stdlib/NetworkOptions` [44cfe95a] Pkg v1.8.0 `@stdlib/Pkg` [de0858da] Printf `@stdlib/Printf` [3fa0cd96] REPL `@stdlib/REPL` [9a3f8284] Random `@stdlib/Random` [ea8e919c] SHA v0.7.0 `@stdlib/SHA` [9e88b42a] Serialization `@stdlib/Serialization` [6462fe0b] Sockets `@stdlib/Sockets` [2f01184e] SparseArrays `@stdlib/SparseArrays` [10745b16] Statistics `@stdlib/Statistics` [fa267f1f] TOML v1.0.0 `@stdlib/TOML` [a4e569a6] Tar v1.10.1 `@stdlib/Tar` [8dfed614] Test `@stdlib/Test` [cf[71](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561998?pr=5#step:7:72)18a7] UUIDs `@stdlib/UUIDs` [4ec0a83e] Unicode `@stdlib/Unicode` [e66e0078] CompilerSupportLibraries_jll v1.0.1+0 `@stdlib/CompilerSupportLibraries_jll` [deac9b47] LibCURL_jll v7.84.0+0 `@stdlib/LibCURL_jll` [29816b5a] LibSSH2_jll v1.10.2+0 `@stdlib/LibSSH2_jll` [c8ffd9c3] MbedTLS_jll v2.28.0+0 `@stdlib/MbedTLS_jll` [14a3606d] MozillaCACerts_jll v2022.2.1 `@stdlib/MozillaCACerts_jll` [4536629a] OpenBLAS_jll v0.3.20+0 `@stdlib/OpenBLAS_jll` [efcefdf7] PCRE2_jll v10.40.0+0 `@stdlib/PCRE2_jll` [83775a58] Zlib_jll v1.2.12+3 `@stdlib/Zlib_jll` [8e850b90] libblastrampoline_jll v5.1.1+0 `@stdlib/libblastrampoline_jll` [8e850ede] nghttp2_jll v1.48.0+0 `@stdlib/nghttp2_jll` [3f19e933] p7zip_jll v17.4.0+0 `@stdlib/p7zip_jll` Precompiling project... ✓ MbedTLS_jll ✓ Zlib_jll ✓ LazilyInitializedFields ✓ ANSIColoredPrinters ✓ PCRE2_jll ✓ DocStringExtensions ✓ TranscodingStreams ✓ Preferences ✓ IOCapture ✗ ColorTypes ✓ LibSSH2_jll ✓ AbstractTrees ✓ CodecZlib ✓ PrecompileTools ✓ RegistryInstances ✓ JLLWrappers ✓ MarkdownAST ✓ OpenSSL_jll ✓ Libiconv_jll ✓ Expat_jll ✓ Git_jll ✓ Git ✓ StyledStrings ✗ Parsers ✗ JSON ✗ Documenter 22 dependencies successfully precompiled in 123 seconds. 4 already precompiled. 4 dependencies errored. To see a full report either run `import Pkg; Pkg.precompile()` or load the packages Testing Running tests... signal (11): Segmentation fault in expression starting at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/types.jl:491 vect at ./array.jl:126 [inlined] top-level scope at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/types.jl:491 jl_toplevel_eval_flex at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/toplevel.c:897 jl_toplevel_eval_flex at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/toplevel.c:850 ijl_toplevel_eval_in at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/toplevel.c:965 eval at ./boot.jl:368 [inlined] include_string at ./loading.jl:1428 _jl_invoke at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/gf.c:2377 [inlined] ijl_apply_generic at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/gf.c:2559 _include at ./loading.jl:1488 include at ./Base.jl:419 jfptr_include_34279 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/gf.c:2377 [inlined] ijl_apply_generic at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/gf.c:2559 jl_apply at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/julia.h:1843 [inlined] jl_f__call_latest at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/builtins.c:7[74](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561998?pr=5#step:7:75) include at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/ColorTypes.jl:1 unknown function (ip: 0x5517cfb17b) _jl_invoke at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/gf.c:2377 [inlined] ijl_apply_generic at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/gf.c:2559 jl_apply at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/julia.h:1843 [inlined] do_call at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/interpreter.c:126 eval_value at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/interpreter.c:215 eval_stmt_value at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/interpreter.c:166 [inlined] eval_body at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/interpreter.c:612 jl_interpret_toplevel_thunk at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/interpreter.c:[75](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561998?pr=5#step:7:76)0 jl_toplevel_eval_flex at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/toplevel.c:906 jl_eval_module_expr at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/toplevel.c:203 [inlined] jl_toplevel_eval_flex at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/toplevel.c:709 jl_toplevel_eval_flex at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/toplevel.c:850 ijl_toplevel_eval_in at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/toplevel.c:965 eval at ./boot.jl:368 [inlined] include_string at ./loading.jl:1428 _jl_invoke at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/gf.c:2377 [inlined] ijl_apply_generic at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/gf.c:2559 _include at ./loading.jl:1488 include at ./Base.jl:419 [inlined] include_package_for_output at ./loading.jl:1554 jfptr_include_package_for_output_30825 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/gf.c:2377 [inlined] ijl_apply_generic at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/gf.c:2559 jl_apply at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/julia.h:1843 [inlined] do_call at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/interpreter.c:126 eval_value at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/interpreter.c:215 eval_stmt_value at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/interpreter.c:166 [inlined] eval_body at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/interpreter.c:612 jl_interpret_toplevel_thunk at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/interpreter.c:750 jl_toplevel_eval_flex at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/toplevel.c:906 jl_toplevel_eval_flex at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/toplevel.c:850 ijl_toplevel_eval_in at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/toplevel.c:965 eval at ./boot.jl:368 [inlined] include_string at ./loading.jl:1428 include_string at ./loading.jl:1438 _jl_invoke at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/gf.c:2377 [inlined] ijl_apply_generic at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/gf.c:2559 exec_options at ./client.jl:301 _start at ./client.jl:522 jfptr__start_35[76](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561998?pr=5#step:7:77)1 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/gf.c:23[77](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561998?pr=5#step:7:78) [inlined] ijl_apply_generic at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/gf.c:2559 jl_apply at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/julia.h:1843 [inlined] true_main at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/jlapi.c:575 jl_repl_entrypoint at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/src/jlapi.c:719 main at /cache/build/default-armageddon-4/julialang/julia-release-1-dot-8/cli/loader_exe.c:59 unknown function (ip: 0x55010d84c3) __libc_start_main at /lib/aarch64-linux-gnu/libc.so.6 (unknown line) _start at /home/runner/work/julia/bin/julia (unknown line) _start at /home/runner/work/julia/bin/julia (unknown line) Allocations: 2907 (Pool: 2897; Big: 10); GC: 0 ERROR: LoadError: Failed to precompile ColorTypes [3da002f7-5984-5a60-b8a6-cbb66c0b333f] to /root/.julia/compiled/v1.8/ColorTypes/jl_HbPjVZ. Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:1707 [3] compilecache @ ./loading.jl:1651 [inlined] [4] _require(pkg::Base.PkgId) @ Base ./loading.jl:1337 [5] _require_prelocked(uuidkey::Base.PkgId) @ Base ./loading.jl:1200 [6] macro expansion @ ./loading.jl:11[80](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561998?pr=5#step:7:81) [inlined] [7] macro expansion @ ./lock.jl:223 [inlined] [8] require(into::Module, mod::Symbol) @ Base ./loading.jl:1144 [9] include(fname::String) @ Base.MainInclude ./client.jl:476 [10] top-level scope @ none:6 in expression starting at /home/runner/work/ColorTypes.jl/ColorTypes.jl/test/runtests.jl:1 ERROR: Package ColorTypes errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /home/runner/work/julia/share/julia/stdlib/v1.8/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 /home/runner/work/julia/share/julia/stdlib/v1.8/Pkg/src/Operations.jl:1[81](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691561998?pr=5#step:7:82)3 [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.TTY, Tuple{Symbol}, NamedTuple{(:io,), Tuple{Base.TTY}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.8/Pkg/src/API.jl:434 [4] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.TTY, kwargs::Base.Pairs{Symbol, Bool, Tuple{Symbol}, NamedTuple{(:coverage,), Tuple{Bool}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.8/Pkg/src/API.jl:156 [5] test(; name::Nothing, uuid::Nothing, version::Nothing, url::Nothing, rev::Nothing, path::Nothing, mode::Pkg.Types.PackageMode, subdir::Nothing, kwargs::Base.Pairs{Symbol, Bool, Tuple{Symbol}, NamedTuple{(:coverage,), Tuple{Bool}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.8/Pkg/src/API.jl:171 [6] top-level scope @ none:1 Error: The process '/home/runner/work/_actions/uraimo/run-on-arch-action/v2.7.2/src/run-on-arch.sh' failed with exit code 1 ```
kimikage commented 4 months ago
CI (with QEMU) log on julia v1.9.4 ``` Julia Version 1.9.4 Commit 8e5136fa297 (2023-11-14 08:46 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (aarch64-linux-gnu) CPU: 4 × AMD EPYC 7763 64-Core Processor WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, generic) Threads: 1 on 4 virtual cores Updating registry at `~/.julia/registries/General.toml` Installed FixedPointNumbers ─ v0.8.5 Updating `/home/runner/work/ColorTypes.jl/ColorTypes.jl/Project.toml` [53c48c17] + FixedPointNumbers v0.8.5 Updating `/home/runner/work/ColorTypes.jl/ColorTypes.jl/Manifest.toml` [53c48c17] + FixedPointNumbers v0.8.5 [0dad84c5] + ArgTools v1.1.1 [56f22d72] + Artifacts [2a0f44e3] + Base64 [ade2ca70] + Dates [f43a241f] + Downloads v1.6.0 [7b1f6079] + FileWatching [b77e0a4c] + InteractiveUtils [b27032c2] + LibCURL v0.6.4 [76f85450] + LibGit2 [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [56ddb016] + Logging [d6f4376e] + Markdown [ca575930] + NetworkOptions v1.2.0 [44cfe95a] + Pkg v1.9.2 [de0858da] + Printf [3fa0cd96] + REPL [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [6462fe0b] + Sockets [2f01184e] + SparseArrays [10745b16] + Statistics v1.9.0 [fa2[67](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:68)f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [cf7118a7] + UUIDs [4ec0a83e] + Unicode [e66e0078] + CompilerSupportLibraries_jll v1.0.5+0 [deac9b47] + LibCURL_jll v8.4.0+0 [29816b5a] + LibSSH2_jll v1.11.0+1 [c8ffd9c3] + MbedTLS_jll v2.28.2+0 [14a3606d] + MozillaCACerts_jll v2022.10.11 [4536629a] + OpenBLAS_jll v0.3.21+4 [bea87d4a] + SuiteSparse_jll v5.10.1+6 [83775a58] + Zlib_jll v1.2.13+0 [8e850b90] + libblastrampoline_jll v5.8.0+0 [8e850ede] + nghttp2_jll v1.52.0+1 [3f19e933] + p7zip_jll v17.4.0+0 Precompiling project... ✓ CompilerSupportLibraries_jll ✓ FixedPointNumbers ✓ ColorTypes 3 dependencies successfully precompiled in 30 seconds. 5 already precompiled. Testing ColorTypes Status `/tmp/jl_c59GOf/Project.toml` [3da002f7] ColorTypes v0.12.0-dev `/home/runner/work/ColorTypes.jl/ColorTypes.jl` [e30172f5] Documenter v1.4.1 [f489334b] StyledStrings v1.0.2 [8dfed614] Test Status `/tmp/jl_c59GOf/Manifest.toml` [a4c015fc] ANSIColoredPrinters v0.0.1 [1520ce14] AbstractTrees v0.4.5 [944b1d66] CodecZlib v0.7.4 [3da002f7] ColorTypes v0.12.0-dev `/home/runner/work/ColorTypes.jl/ColorTypes.jl` [ffbed154] DocStringExtensions v0.9.3 [e30172f5] Documenter v1.4.1 [53c48c17] FixedPointNumbers v0.8.5 [d7ba0133] Git v1.3.1 [b5f81e59] IOCapture v0.2.4 [692b3bcd] JLLWrappers v1.5.0 [[68](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:69)2c06a0] JSON v0.21.4 [0e77f7df] LazilyInitializedFields v1.2.2 [d0879d2d] MarkdownAST v0.1.2 [[69](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:70)de0a69] Parsers v2.8.1 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [2792f1a3] RegistryInstances v0.1.0 [f489334b] StyledStrings v1.0.2 [3bb67fe8] TranscodingStreams v0.10.9 [2e619515] Expat_jll v2.6.2+0 [f8c6e375] Git_jll v2.44.0+2 [94ce4f54] Libiconv_jll v1.17.0+0 [458c3c95] OpenSSL_jll v3.0.13+1 [0dad84c5] ArgTools v1.1.1 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca[70](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:71)] Dates [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching [b77e0a4c] InteractiveUtils [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [a63ad114] Mmap [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.9.2 [de0858da] Printf [3fa0cd96] REPL [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [6462fe0b] Sockets [2f01184e] SparseArrays [10745b16] Statistics v1.9.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test [cf[71](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:72)18a7] UUIDs [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.0.5+0 [deac9b47] LibCURL_jll v8.4.0+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.2+0 [14a3606d] MozillaCACerts_jll v2022.10.11 [4536629a] OpenBLAS_jll v0.3.21+4 [efcefdf7] PCRE2_jll v10.42.0+0 [bea87d4a] SuiteSparse_jll v5.10.1+6 [83775a58] Zlib_jll v1.2.13+0 [8e850b90] libblastrampoline_jll v5.8.0+0 [8e850ede] nghttp2_jll v1.52.0+1 [3f19e933] p7zip_jll v17.4.0+0 Precompiling project... ✓ CompilerSupportLibraries_jll ✓ LazilyInitializedFields ✓ ANSIColoredPrinters ✓ Statistics ✓ Zlib_jll ✓ MbedTLS_jll ✓ PCRE2_jll ✓ SuiteSparse_jll ✓ TranscodingStreams ✓ DocStringExtensions ✓ Preferences ✓ AbstractTrees ✓ IOCapture ✓ RegistryInstances ✓ LibSSH2_jll ✓ TranscodingStreams → TestExt ✓ PrecompileTools ✓ JLLWrappers ✓ CodecZlib ✓ MarkdownAST ✓ FixedPointNumbers ✓ Libiconv_jll ✓ OpenSSL_jll ✓ Expat_jll ✗ ColorTypes ✓ Git_jll ✓ Git ✓ StyledStrings ✗ ColorTypes → StyledStringsExt ✗ Parsers ✗ JSON ✗ Documenter 27 dependencies successfully precompiled in 142 seconds ERROR: The following 2 direct dependencies failed to precompile: Documenter [e301[72](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:73)f5-a6a5-5a46-863b-614d45cd2de4] Failed to precompile Documenter [e30172f5-a6a5-5a46-863b-614d45cd2de4] to "/root/.julia/compiled/v1.9/Documenter/jl_xRUlUV". [363] signal (11.1): Segmentation fault in expression starting at /root/.julia/packages/JSON/93Ea8/src/bytes.jl:52 unknown function (ip: 0x55172d5428) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] jl_f__call_in_world_total at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/builtins.c:812 _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] do_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/builtins.c:[73](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:74)0 concrete_eval_call at ./compiler/abstractinterpretation.jl:850 abstract_call_method_with_const_args at ./compiler/abstractinterpretation.jl:963 abstract_call_method_with_const_args at ./compiler/abstractinterpretation.jl:954 abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:160 abstract_call_known at ./compiler/abstractinterpretation.jl:1949 abstract_call at ./compiler/abstractinterpretation.jl:2020 abstract_call at ./compiler/abstractinterpretation.jl:1999 abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2183 abstract_eval_statement at ./compiler/abstractinterpretation.jl:2396 abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2682 typeinf_local at ./compiler/abstractinterpretation.jl:2867 typeinf_nocycle at ./compiler/abstractinterpretation.jl:2955 _typeinf at ./compiler/typeinfer.jl:246 typeinf at ./compiler/typeinfer.jl:216 abstract_call_method_with_const_args at ./compiler/abstractinterpretation.jl:1008 abstract_call_method_with_const_args at ./compiler/abstractinterpretation.jl:954 abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:160 abstract_call_known at ./compiler/abstractinterpretation.jl:1949 abstract_call at ./compiler/abstractinterpretation.jl:2020 abstract_call at ./compiler/abstractinterpretation.jl:1999 abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2183 abstract_eval_statement at ./compiler/abstractinterpretation.jl:2396 abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2682 typeinf_local at ./compiler/abstractinterpretation.jl:2867 typeinf_nocycle at ./compiler/abstractinterpretation.jl:2955 _typeinf at ./compiler/typeinfer.jl:246 typeinf at ./compiler/typeinfer.jl:216 abstract_call_method_with_const_args at ./compiler/abstractinterpretation.jl:1008 abstract_call_method_with_const_args at ./compiler/abstractinterpretation.jl:954 abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:160 abstract_call_known at ./compiler/abstractinterpretation.jl:1949 abstract_call at ./compiler/abstractinterpretation.jl:2020 abstract_call at ./compiler/abstractinterpretation.jl:1999 abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2183 abstract_eval_statement at ./compiler/abstractinterpretation.jl:2396 abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2682 typeinf_local at ./compiler/abstractinterpretation.jl:2867 typeinf_nocycle at ./compiler/abstractinterpretation.jl:2955 _typeinf at ./compiler/typeinfer.jl:246 typeinf at ./compiler/typeinfer.jl:216 abstract_call_method_with_const_args at ./compiler/abstractinterpretation.jl:1008 abstract_call_method_with_const_args at ./compiler/abstractinterpretation.jl:954 abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:160 abstract_call_known at ./compiler/abstractinterpretation.jl:1949 abstract_call at ./compiler/abstractinterpretation.jl:2020 abstract_call at ./compiler/abstractinterpretation.jl:1999 abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2183 abstract_eval_statement at ./compiler/abstractinterpretation.jl:2396 abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2682 typeinf_local at ./compiler/abstractinterpretation.jl:2867 typeinf_nocycle at ./compiler/abstractinterpretation.jl:2955 _typeinf at ./compiler/typeinfer.jl:246 typeinf at ./compiler/typeinfer.jl:216 typeinf_ext_toplevel at ./compiler/typeinfer.jl:1099 typeinf_ext_toplevel at ./compiler/typeinfer.jl:1086 jfptr_typeinf_ext_toplevel_16583 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] jl_type_infer at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:320 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:901 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 _include at ./loading.jl:1963 include at ./Base.jl:457 jfptr_include_34789 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] jl_f__call_latest at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/builtins.c:7[74](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:75) include at /root/.julia/packages/JSON/93Ea8/src/Common.jl:4 unknown function (ip: 0x55172d1477) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2[75](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:76)8 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] do_call at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:126 eval_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:226 eval_stmt_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:177 [inlined] eval_body at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:624 jl_interpret_toplevel_thunk at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:[76](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:77)2 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:912 jl_eval_module_expr at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:203 [inlined] jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:715 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 _include at ./loading.jl:1963 include at ./Base.jl:457 jfptr_include_34789 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] jl_f__call_latest at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/builtins.c:[77](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:78)4 include at /root/.julia/packages/JSON/93Ea8/src/JSON.jl:3 unknown function (ip: 0x55172d139b) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] do_call at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:126 eval_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:226 eval_stmt_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:177 [inlined] eval_body at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:624 jl_interpret_toplevel_thunk at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:762 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:912 jl_eval_module_expr at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:203 [inlined] jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:715 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 _include at ./loading.jl:1963 include at ./Base.jl:457 [inlined] include_package_for_output at ./loading.jl:2049 jfptr_include_package_for_output_31838 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] do_call at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:126 eval_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:226 eval_stmt_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:177 [inlined] eval_body at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:624 jl_interpret_toplevel_thunk at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:762 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:912 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 include_string at ./loading.jl:1913 [inlined] exec_options at ./client.jl:305 _start at ./client.jl:522 jfptr__start_37121 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] true_main at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/jlapi.c:573 jl_repl_entrypoint at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/jlapi.c:717 main at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/cli/loader_exe.c:59 unknown function (ip: 0x55010d84c3) __libc_start_main at /lib/aarch64-linux-gnu/libc.so.6 (unknown line) _start at /home/runner/work/julia/bin/julia (unknown line) _start at /home/runner/work/julia/bin/julia (unknown line) Allocations: 2997 (Pool: 2986; Big: 11); GC: 0 ERROR: LoadError: Failed to precompile JSON [682c06a0-de6a-54ab-a142-c8b1cf79cde6] to "/root/.julia/compiled/v1.9/JSON/jl_twQUB9". Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:2294 [3] compilecache @ ./loading.jl:2167 [inlined] [4] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:1805 [5] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1660 [6] macro expansion @ ./loading.jl:1648 [inlined] [7] macro expansion @ ./lock.jl:267 [inlined] [8] require(into::Module, mod::Symbol) @ Base ./loading.jl:1611 [9] include(mod::Module, _path::String) @ Base ./Base.jl:457 [10] include(x::String) @ Documenter ~/.julia/packages/Documenter/CJeWX/src/Documenter.jl:14 [11] top-level scope @ ~/.julia/packages/Documenter/CJeWX/src/Documenter.jl:70 [12] include @ ./Base.jl:457 [inlined] [13] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:2049 [14] top-level scope @ stdin:3 in expression starting at /root/.julia/packages/Documenter/CJeWX/src/utilities/JSDependencies.jl:1 in expression starting at /root/.julia/packages/Documenter/CJeWX/src/Documenter.jl:1 in expression starting at stdin:3 ColorTypes [3da002f7-5984-5a60-b8a6-cbb66c0b333f] Failed to precompile ColorTypes [3da002f7-5984-5a60-b8a6-cbb66c0b333f] to "/root/.julia/compiled/v1.9/ColorTypes/jl_pQnnIu". [321] signal (11.1): Segmentation fault in expression starting at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/types.jl:491 top-level scope at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/types.jl:491 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:903 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 _include at ./loading.jl:1963 include at ./Base.jl:457 jfptr_include_34[78](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:79)9 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:18[80](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:81) [inlined] jl_f__call_latest at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/builtins.c:774 include at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/ColorTypes.jl:1 unknown function (ip: 0x55172d1303) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] do_call at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:126 eval_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:226 eval_stmt_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:177 [inlined] eval_body at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:624 jl_interpret_toplevel_thunk at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:762 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:912 jl_eval_module_expr at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:203 [inlined] jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:715 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 _include at ./loading.jl:1963 include at ./Base.jl:457 [inlined] include_package_for_output at ./loading.jl:2049 jfptr_include_package_for_output_31[81](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:82)8 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] do_call at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:126 eval_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:226 eval_stmt_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:177 [inlined] eval_body at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:624 jl_interpret_toplevel_thunk at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:762 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:912 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 include_string at ./loading.jl:1913 [inlined] exec_options at ./client.jl:305 _start at ./client.jl:522 jfptr__start_37121 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] true_main at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/jlapi.c:573 jl_repl_entrypoint at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/jlapi.c:717 main at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/cli/loader_exe.c:59 unknown function (ip: 0x55010d84c3) __libc_start_main at /lib/aarch64-linux-gnu/libc.so.6 (unknown line) _start at /home/runner/work/julia/bin/julia (unknown line) _start at /home/runner/work/julia/bin/julia (unknown line) Allocations: 2997 (Pool: 2986; Big: 11); GC: 0 Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /home/runner/work/julia/share/julia/stdlib/v1.9/Pkg/src/Types.jl:69 [2] precompile(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; internal_call::Bool, strict::Bool, warn_loaded::Bool, already_instantiated::Bool, timing::Bool, kwargs::Base.Pairs{Symbol, Base.TTY, Tuple{Symbol}, NamedTuple{(:io,), Tuple{Base.TTY}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.9/Pkg/src/API.jl:1619 [3] precompile(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.TTY, kwargs::Base.Pairs{Symbol, Bool, Tuple{Symbol}, NamedTuple{(:warn_loaded,), Tuple{Bool}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.9/Pkg/src/API.jl:156 [4] precompile(; name::Nothing, uuid::Nothing, version::Nothing, url::Nothing, rev::Nothing, path::Nothing, mode::Pkg.Types.PackageMode, subdir::Nothing, kwargs::Base.Pairs{Symbol, Bool, Tuple{Symbol}, NamedTuple{(:warn_loaded,), Tuple{Bool}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.9/Pkg/src/API.jl:171 [5] top-level scope @ none:6 Testing Precompilation of test environment failed. Continuing to tests Testing Running tests... [376] signal (11.1): Segmentation fault in expression starting at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/types.jl:491 top-level scope at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/types.jl:491 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:903 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 _include at ./loading.jl:1963 include at ./Base.jl:457 jfptr_include_34789 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] jl_f__call_latest at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/builtins.c:774 include at /home/runner/work/ColorTypes.jl/ColorTypes.jl/src/ColorTypes.jl:1 unknown function (ip: 0x551993c123) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] do_call at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:126 eval_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:226 eval_stmt_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:177 [inlined] eval_body at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:624 jl_interpret_toplevel_thunk at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:762 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:912 jl_eval_module_expr at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:203 [inlined] jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:715 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 _include at ./loading.jl:1963 include at ./Base.jl:457 [inlined] include_package_for_output at ./loading.jl:2049 jfptr_include_package_for_output_31[83](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:84)8 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] do_call at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:126 eval_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:226 eval_stmt_value at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:177 [inlined] eval_body at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:624 jl_interpret_toplevel_thunk at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/interpreter.c:762 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:912 jl_toplevel_eval_flex at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:856 ijl_toplevel_eval_in at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/toplevel.c:971 eval at ./boot.jl:370 [inlined] include_string at ./loading.jl:1903 include_string at ./loading.jl:1913 [inlined] exec_options at ./client.jl:305 _start at ./client.jl:522 jfptr__start_37121 at /home/runner/work/julia/lib/julia/sys.so (unknown line) _jl_invoke at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2758 [inlined] ijl_apply_generic at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/gf.c:2940 jl_apply at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/julia.h:1880 [inlined] true_main at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/jlapi.c:573 jl_repl_entrypoint at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/src/jlapi.c:717 main at /cache/build/default-armageddon-6/julialang/julia-release-1-dot-9/cli/loader_exe.c:59 unknown function (ip: 0x55010d[84](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:85)c3) __libc_start_main at /lib/aarch64-linux-gnu/libc.so.6 (unknown line) _start at /home/runner/work/julia/bin/julia (unknown line) _start at /home/runner/work/julia/bin/julia (unknown line) Allocations: 2997 (Pool: 29[86](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:87); Big: 11); GC: 0 ERROR: LoadError: Failed to precompile ColorTypes [3da002f7-5984-5a60-b8a6-cbb66c0b333f] to "/root/.julia/compiled/v1.9/ColorTypes/jl_274crw". Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:2294 [3] compilecache @ ./loading.jl:2167 [inlined] [4] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:1805 [5] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1660 [6] macro expansion @ ./loading.jl:1648 [inlined] [7] macro expansion @ ./lock.jl:267 [inlined] [8] require(into::Module, mod::Symbol) @ Base ./loading.jl:1611 [9] include(fname::String) @ Base.MainInclude ./client.jl:478 [10] top-level scope @ none:6 in expression starting at /home/runner/work/ColorTypes.jl/ColorTypes.jl/test/runtests.jl:1 ERROR: Package ColorTypes errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /home/runner/work/julia/share/julia/stdlib/v1.9/Pkg/src/Types.jl:69 [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 /home/runner/work/julia/share/julia/stdlib/v1.9/Pkg/src/Operations.jl:2019 [3] test @ /home/runner/work/julia/share/julia/stdlib/v1.9/Pkg/src/Operations.jl:1[90](https://github.com/kimikage/ColorTypes.jl/actions/runs/9333969825/job/25691562051?pr=5#step:7:91)0 [inlined] [4] 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.TTY, Tuple{Symbol}, NamedTuple{(:io,), Tuple{Base.TTY}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.9/Pkg/src/API.jl:441 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.TTY, kwargs::Base.Pairs{Symbol, Bool, Tuple{Symbol}, NamedTuple{(:coverage,), Tuple{Bool}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.9/Pkg/src/API.jl:156 [6] test(; name::Nothing, uuid::Nothing, version::Nothing, url::Nothing, rev::Nothing, path::Nothing, mode::Pkg.Types.PackageMode, subdir::Nothing, kwargs::Base.Pairs{Symbol, Bool, Tuple{Symbol}, NamedTuple{(:coverage,), Tuple{Bool}}}) @ Pkg.API /home/runner/work/julia/share/julia/stdlib/v1.9/Pkg/src/API.jl:171 [7] top-level scope @ none:1 Error: The process '/home/runner/work/_actions/uraimo/run-on-arch-action/v2.7.2/src/run-on-arch.sh' failed with exit code 1 ```