Skip to content

Instantly share code, notes, and snippets.

@IanButterworth
Last active September 21, 2020 18:47
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 IanButterworth/424d79ad08cb399195127c874de7debb to your computer and use it in GitHub Desktop.
Save IanButterworth/424d79ad08cb399195127c874de7debb to your computer and use it in GitHub Desktop.
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.6.0-DEV.995 (2020-09-21)
_/ |\__'_|_|_|\__'_| | ib/compilecache_hide_stderr/05c2ec109e (fork: 2 commits, 0 days)
|__/ |
julia> import Pkg
[ Info: Precompiling Pkg [7d25827b-2835-5429-b611-5ebc4fdd812a]
(Pkg) pkg> activate dev
Activating environment at `~/Documents/GitHub/Pkg.jl/dev/Project.toml`
(dev) pkg> st
Status `~/Documents/dev/Project.toml`
[916415d5] Images v0.22.4
julia> Pkg.precompile()
Precompiling project...
[ Info: Precompiling Requires [ae029012-a4dd-5104-9daa-d747884805df]
[ Info: Precompiling FixedPointNumbers [53c48c17-4a7d-5ca2-90c5-79b7896eea93]
[ Info: Precompiling CustomUnitRanges [dc8bdbbb-1ca9-579f-8c36-e416f6a65cce]
[ Info: Precompiling RangeArrays [b3c3ace0-ae52-54e7-9d0b-2c1406fd6b9d]
[ Info: Precompiling Reexport [189a3867-3050-52da-a836-e630ba90ab69]
[ Info: Precompiling UnPack [3a884ed6-31ef-47d7-9d2a-63182c4928ed]
[ Info: Precompiling WoodburyMatrices [efce3f68-66dc-5838-9240-27a6d6f5f9b6]
[ Info: Precompiling Distances [b4f34e82-e78d-54a5-968a-f98e89d6e8f7]
[ Info: Precompiling FFTW_jll [f5851436-0d7a-5f13-b9de-f02708fd171a]
[ Info: Precompiling DataAPI [9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a]
[ Info: Precompiling OrderedCollections [bac558e1-5e72-5ebc-8fee-abe8a469f55d]
[ Info: Precompiling Compat [34da2185-b29b-5c13-b0c7-acf172513d20]
[ Info: Precompiling AbstractFFTs [621f4979-c628-5d54-868e-fcf4e3e8185c]
[ Info: Precompiling MappedArrays [dbb5928d-eab1-5f90-85c2-b9b0edb7c900]
[ Info: Precompiling CompilerSupportLibraries_jll [e66e0078-7015-5450-92f7-15fbd957f2ae]
[ Info: Precompiling FileIO [5789e2e9-d7fb-5bc7-8068-2c6fae9b9549]
[ Info: Precompiling OffsetArrays [6fe1bfb0-de20-5000-8ca7-80f57d26f881]
[ Info: Precompiling EllipsisNotation [da5c29d0-fa7d-589e-88eb-ea29b0a81949]
[ Info: Precompiling AxisAlgorithms [13072b0f-2c55-5437-9ae7-d433b7a33950]
[ Info: Precompiling Missings [e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28]
[ Info: Precompiling MacroTools [1914dd2f-81c6-5fcd-8719-6d5c9610ff09]
[ Info: Precompiling Parameters [d96e819e-fc66-5662-9728-84c9c7592b0a]
[ Info: Precompiling IntelOpenMP_jll [1d5cc7b8-4909-519e-a0f8-d0f5ad9712d0]
[ Info: Precompiling ComputationalResources [ed09eef8-17a6-5b46-8889-db040fac31e3]
[ Info: Precompiling IntervalSets [8197267c-284f-5f27-9208-e0e47529a953]
[ Info: Precompiling NaNMath [77ba4419-2d1f-58cd-9bb1-8ffee604a2e3]
[ Info: Precompiling DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8]
[ Info: Precompiling TiledIteration [06e1c1a7-607b-532d-9fad-de7d9aa2abac]
[ Info: Precompiling Ratios [c84ed2f1-dad5-54f0-aa8e-dbefe2724439]
[ Info: Precompiling StaticArrays [90137ffa-7385-5640-81b9-e52037218182]
[ Info: Precompiling OpenSpecFun_jll [efe28fd5-8261-553b-a9e1-b2916fc3738e]
[ Info: Precompiling CatIndices [aafaddc9-749c-510e-ac4f-586e18779b91]
[ Info: Precompiling IdentityRanges [bbac6d45-d8f3-5730-bfe4-7a449cd117ca]
[ Info: Precompiling PaddedViews [5432bcbf-9aad-5242-b902-cca2824c8663]
[ Info: Precompiling IndirectArrays [9b13fd28-a010-5f03-acff-a1bbcff69959]
[ Info: Precompiling IterTools [c8e1da08-722c-5040-9ed9-7db0dc04731e]
[ Info: Precompiling MKL_jll [856f044c-d86e-5d09-b602-aeab76dc8ba7]
[ Info: Precompiling ColorTypes [3da002f7-5984-5a60-b8a6-cbb66c0b333f]
[ Info: Precompiling MosaicViews [e94cdb99-869f-56ef-bcf0-1ae2bcbe0389]
[ Info: Precompiling SpecialFunctions [276daf66-3868-5448-9aa4-cd146d93841b]
[ Info: Precompiling AxisArrays [39de3d68-74b9-583c-8d2d-e117c070f3a9]
[ Info: Precompiling FFTW [7a1cc6ca-52ef-59f5-83cd-3a7055c09341]
[ Info: Precompiling SimpleTraits [699a6c99-e7fa-54fc-8d76-47d257e15c1d]
[ Info: Precompiling SortingAlgorithms [a2af1166-a08f-5f64-846c-94a0d3cef48c]
┌ Warning: Precompilation failed for indirect dependency FFTW [7a1cc6ca-52ef-59f5-83cd-3a7055c09341]
└ @ Pkg.API ~/Documents/GitHub/Pkg.jl/src/API.jl:971
[ Info: Precompiling FFTViews [4f61f5a4-77b1-5117-aa51-3ab5ef4ef0cd]
[ Info: Precompiling StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91]
[ Info: Precompiling Rotations [6038ab10-8711-5258-84ad-4b1120ba62dc]
[ Info: Precompiling CoordinateTransformations [150eb455-5306-5404-9cee-2592286d6298]
[ Info: Precompiling Interpolations [a98d9a8b-a2ab-59e6-89dd-64a1c18fca59]
┌ Warning: Precompilation failed for indirect dependency FFTViews [4f61f5a4-77b1-5117-aa51-3ab5ef4ef0cd]
└ @ Pkg.API ~/Documents/GitHub/Pkg.jl/src/API.jl:971
[ Info: Precompiling Colors [5ae59095-9a9b-59fe-a467-6f913c188581]
[ Info: Precompiling Graphics [a2bd30eb-e257-5431-a919-1863eab51364]
[ Info: Precompiling ColorVectorSpace [c3611d14-8923-5661-9e6a-0046d554d3a4]
[ Info: Precompiling ImageCore [a09fc81d-aa75-5fe9-8630-4744c3626534]
[ Info: Precompiling ImageAxes [2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac]
[ Info: Precompiling ImageMorphology [787d08f9-d448-5407-9aad-5290dd7ab264]
[ Info: Precompiling ImageDistances [51556ac3-7006-55f5-8cb3-34580c88182d]
[ Info: Precompiling ImageTransformations [02fcd773-0e25-5acc-982a-7f6622650795]
[ Info: Precompiling ImageShow [4e3cecfd-b093-5904-9786-8bbb286a6a31]
[ Info: Precompiling ImageMetadata [bc367c6b-8a6b-528e-b4bd-a4b897500b49]
[ Info: Precompiling ImageContrastAdjustment [f332f351-ec65-5f6a-b3d1-319c6670881a]
[ Info: Precompiling ImageFiltering [6a3955dd-da59-5b1f-98d4-e7296123deb5]
┌ Warning: Precompilation failed for indirect dependency ImageFiltering [6a3955dd-da59-5b1f-98d4-e7296123deb5]
└ @ Pkg.API ~/Documents/GitHub/Pkg.jl/src/API.jl:971
[ Info: Precompiling ImageQualityIndexes [2996bd0c-7a13-11e9-2da2-2f5ce47296a9]
┌ Warning: Precompilation failed for indirect dependency ImageQualityIndexes [2996bd0c-7a13-11e9-2da2-2f5ce47296a9]
└ @ Pkg.API ~/Documents/GitHub/Pkg.jl/src/API.jl:971
[ Info: Precompiling Images [916415d5-f1e6-5110-898d-aaa5f9f070e0]
ERROR: LoadError: UndefVarError: libfftw3 not defined
Stacktrace:
[1] top-level scope
@ ~/.julia/packages/FFTW/DMUbN/src/FFTW.jl:27
[2] include
@ ./Base.jl:379 [inlined]
[3] 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, UInt64}}, source::String)
@ Base ./loading.jl:1144
[4] top-level scope
@ none:1
[5] eval
@ ./boot.jl:345 [inlined]
[6] eval(x::Expr)
@ Base.MainInclude ./client.jl:446
[7] top-level scope
@ none:1
in expression starting at /Users/ian/.julia/packages/FFTW/DMUbN/src/FFTW.jl:1
ERROR: LoadError: Failed to precompile FFTW [7a1cc6ca-52ef-59f5-83cd-3a7055c09341] to /Users/ian/.julia/compiled/v1.6/FFTW/PvIn2_Rp02B.ji.
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, show_errors::Bool)
@ Base ./loading.jl:1276
[3] compilecache
@ ./loading.jl:1229 [inlined]
[4] _require(pkg::Base.PkgId, cache::Base.TOMLCache)
@ Base ./loading.jl:953
[5] require(uuidkey::Base.PkgId, cache::Base.TOMLCache)
@ Base ./loading.jl:846
[6] require(into::Module, mod::Symbol)
@ Base ./loading.jl:833
[7] include
@ ./Base.jl:379 [inlined]
[8] 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, UInt64}}, source::String)
@ Base ./loading.jl:1144
[9] top-level scope
@ none:1
[10] eval
@ ./boot.jl:345 [inlined]
[11] eval(x::Expr)
@ Base.MainInclude ./client.jl:446
[12] top-level scope
@ none:1
in expression starting at /Users/ian/.julia/packages/ImageFiltering/ax6WR/src/ImageFiltering.jl:1
ERROR: LoadError: Failed to precompile ImageFiltering [6a3955dd-da59-5b1f-98d4-e7296123deb5] to /Users/ian/.julia/compiled/v1.6/ImageFiltering/MN5uU_Rp02B.ji.
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, show_errors::Bool)
@ Base ./loading.jl:1276
[3] compilecache
@ ./loading.jl:1229 [inlined]
[4] _require(pkg::Base.PkgId, cache::Base.TOMLCache)
@ Base ./loading.jl:953
[5] require(uuidkey::Base.PkgId, cache::Base.TOMLCache)
@ Base ./loading.jl:846
[6] require(into::Module, mod::Symbol)
@ Base ./loading.jl:833
[7] include
@ ./Base.jl:379 [inlined]
[8] 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, UInt64}}, source::Nothing)
@ Base ./loading.jl:1144
[9] top-level scope
@ none:1
[10] eval
@ ./boot.jl:345 [inlined]
[11] eval(x::Expr)
@ Base.MainInclude ./client.jl:446
[12] top-level scope
@ none:1
in expression starting at /Users/ian/.julia/packages/Images/7FSUM/src/Images.jl:3
ERROR: TaskFailedException
nested task error: Failed to precompile Images [916415d5-f1e6-5110-898d-aaa5f9f070e0] to /Users/ian/.julia/compiled/v1.6/Images/H8Vxc_Rp02B.ji.
Stacktrace:
[1] macro expansion
@ ~/Documents/GitHub/Pkg.jl/src/API.jl:969 [inlined]
[2] (::Pkg.API.var"#201#210"{Dict{Base.PkgId, Bool}, Dict{Base.PkgId, Base.Event}, Vector{Base.PkgId}, Base.Semaphore, Pkg.API.var"#is_stale#203", Vector{Base.PkgId}, Base.PkgId, String, Vector{String}})()
@ Pkg.API ./task.jl:392
caused by: Failed to precompile Images [916415d5-f1e6-5110-898d-aaa5f9f070e0] to /Users/ian/.julia/compiled/v1.6/Images/H8Vxc_Rp02B.ji.
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, show_errors::Bool)
@ Base ./loading.jl:1276
[3] macro expansion
@ ~/Documents/GitHub/Pkg.jl/src/API.jl:965 [inlined]
[4] (::Pkg.API.var"#201#210"{Dict{Base.PkgId, Bool}, Dict{Base.PkgId, Base.Event}, Vector{Base.PkgId}, Base.Semaphore, Pkg.API.var"#is_stale#203", Vector{Base.PkgId}, Base.PkgId, String, Vector{String}})()
@ Pkg.API ./task.jl:392
Stacktrace:
[1] sync_end(c::Channel{Any})
@ Base ./task.jl:350
[2] macro expansion
@ ./task.jl:369 [inlined]
[3] precompile(ctx::Pkg.Types.Context)
@ Pkg.API ~/Documents/GitHub/Pkg.jl/src/API.jl:941
[4] precompile()
@ Pkg.API ~/Documents/GitHub/Pkg.jl/src/API.jl:895
[5] top-level scope
@ REPL[3]:1
julia>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment