Skip to content

Instantly share code, notes, and snippets.

@agam
Created May 28, 2020 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agam/5b9dd90a957aebca7b7abf4e498d491e to your computer and use it in GitHub Desktop.
Save agam/5b9dd90a957aebca7b7abf4e498d491e to your computer and use it in GitHub Desktop.
Julia build errors in Nix (2)
abstractarray (3) | 95.06 | 10.17 | 10.7 | 4644.22 | 1128.55
copy (3) | 4.53 | 0.73 | 16.1 | 163.99 | 1137.33
math (3) | 61.15 | 4.49 | 7.3 | 2922.46 | 1166.40
fastmath (3) | 9.71 | 0.79 | 8.1 | 423.55 | 1172.64
functional (3) | 11.60 | 1.22 | 10.5 | 629.91 | 1186.18
iterators (3) | 66.29 | 8.28 | 12.5 | 3853.52 | 1252.83
operators (3) | 8.79 | 1.07 | 12.2 | 486.14 | 1263.14
path (3) | 4.47 | 0.19 | 4.3 | 96.64 | 1295.82
ccall (3) | 150.80 | 137.32 | 91.1 | 699.45 | 1297.29
parse (3) | 15.78 | 2.03 | 12.9 | 855.21 | 1297.29
From worker 3: ERROR: could not load library "/build/source/usr/lib/julia/sys.so"
From worker 3: /build/source/usr/lib/julia/sys.so: failed to map segment from shared object
From worker 3: ERROR: LoadError: IOError: write: broken pipe (EPIPE)
From worker 3: Stacktrace:
From worker 3: [1] try_yieldto(::typeof(Base.ensure_rescheduled), ::Base.RefValue{Task}) at ./event.jl:196
From worker 3: [2] wait() at ./event.jl:255
From worker 3: [3] uv_write(::Base.PipeEndpoint, ::Ptr{UInt8}, ::UInt64) at ./stream.jl:782
From worker 3: [4] unsafe_write(::Base.PipeEndpoint, ::Ptr{UInt8}, ::UInt64) at ./stream.jl:830
From worker 3: [5] unsafe_write at ./io.jl:225 [inlined]
From worker 3: [6] macro expansion at ./gcutils.jl:87 [inlined]
From worker 3: [7] write(::Pipe, ::String) at ./strings/io.jl:164
From worker 3: [8] create_expr_cache(::String, ::String, ::Array{Pair{Base.PkgId,UInt64},1}, ::Base.UUID) at ./loading.jl:1119
From worker 3: [9] compilecache(::Base.PkgId, ::String) at ./loading.jl:1194
From worker 3: [10] _require(::Base.PkgId) at ./loading.jl:960
From worker 3: [11] require(::Base.PkgId) at ./loading.jl:858
From worker 3: [12] require(::Module, ::Symbol) at ./loading.jl:853
From worker 3: [13] include at ./boot.jl:317 [inlined]
From worker 3: [14] include_relative(::Module, ::String) at ./loading.jl:1044
From worker 3: [15] include(::Module, ::String) at ./sysimg.jl:29
From worker 3: [16] top-level scope at none:2
From worker 3: [17] eval at ./boot.jl:319 [inlined]
From worker 3: [18] eval(::Expr) at ./client.jl:393
From worker 3: [19] top-level scope at ./none:3
From worker 3: in expression starting at /build/source/test/project/deps/Foo1/src/Foo.jl:4
bitarray (2) | 418.28 | 20.35 | 4.9 | 12324.88 | 1405.37
bigint (2) | 7.12 | 0.44 | 6.2 | 221.95 | 1411.63
bigfloat (2) | 0.31 | 0.05 | 15.6 | 13.08 | 1411.98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment