JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
625 stars 265 forks source link

Julia 1.9: adding `Random` causes `TiffImages` to precompile again #3403

Closed fonsp closed 1 year ago

fonsp commented 1 year ago

I was investigating an issue where adding Random to an environment with CSV Dates DataFrames CairoMakie GLM StatsBase installed causes precompilation of Makie and CarioMakie to run again, taking 4 minutes. (From zulip, cc @IanButterworth @nilshg)

The original report is in the context of Pluto's package manager, but I was able to reproduce this in the REPL:

➜  ~ julia19
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.9.0-beta4 (2023-02-07)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

(@v1.9) pkg> activate --temp
  Activating new project at `/var/folders/v_/fhpj9jn151d4p9c2fdw2gv780000gn/T/jl_H7fXJG`

(jl_H7fXJG) pkg> add CSV Dates DataFrames CairoMakie GLM StatsBase
    Updating registry at `~/.julia/registries/General.toml`
   Resolving package versions...
   Installed FFTW ────────── v1.6.0
   Installed Parsers ─────── v2.5.8
   Installed Compat ──────── v4.6.1
   Installed Distributions ─ v0.25.86
    Updating `/private/var/folders/v_/fhpj9jn151d4p9c2fdw2gv780000gn/T/jl_H7fXJG/Project.toml`
  [336ed68f] + CSV v0.10.9
  [13f3f980] + CairoMakie v0.10.2
  [a93c6f00] + DataFrames v1.5.0
  [38e38edf] + GLM v1.8.1
  [2913bbd2] + StatsBase v0.33.21
  [ade2ca70] + Dates
    Updating `/private/var/folders/v_/fhpj9jn151d4p9c2fdw2gv780000gn/T/jl_H7fXJG/Manifest.toml`
  [621f4979] + AbstractFFTs v1.2.1
  [1520ce14] + AbstractTrees v0.4.4
  [79e6a3ab] + Adapt v3.6.1
  [27a7e980] + Animations v0.4.1
  [67c07d97] + Automa v0.8.2
  [13072b0f] + AxisAlgorithms v1.0.1
  [39de3d68] + AxisArrays v0.4.6
  [fa961155] + CEnum v0.4.2
  [336ed68f] + CSV v0.10.9
  [159f3aea] + Cairo v1.0.5
  [13f3f980] + CairoMakie v0.10.2
  [49dc2e85] + Calculus v0.5.1
  [d360d2e6] + ChainRulesCore v1.15.7
  [944b1d66] + CodecZlib v0.7.1
  [a2cac450] + ColorBrewer v0.4.0
  [35d6a980] + ColorSchemes v3.20.0
  [3da002f7] + ColorTypes v0.11.4
  [c3611d14] + ColorVectorSpace v0.9.10
  [5ae59095] + Colors v0.12.10
  [34da2185] + Compat v4.6.1
  [187b0558] + ConstructionBase v1.5.1
  [d38c429a] + Contour v0.6.2
  [a8cc5b0e] + Crayons v4.1.1
  [9a962f9c] + DataAPI v1.14.0
  [a93c6f00] + DataFrames v1.5.0
  [864edb3b] + DataStructures v0.18.13
  [e2d170a0] + DataValueInterfaces v1.0.0
  [31c24e10] + Distributions v0.25.86
  [ffbed154] + DocStringExtensions v0.9.3
  [fa6b7ba4] + DualNumbers v0.6.8
  [411431e0] + Extents v0.1.1
  [c87230d0] + FFMPEG v0.4.1
  [7a1cc6ca] + FFTW v1.6.0
  [5789e2e9] + FileIO v1.16.0
  [48062228] + FilePathsBase v0.9.20
  [1a297f60] + FillArrays v0.13.7
  [53c48c17] + FixedPointNumbers v0.8.4
  [59287772] + Formatting v0.4.2
  [b38be410] + FreeType v4.0.0
  [663a7486] + FreeTypeAbstraction v0.10.0
  [38e38edf] + GLM v1.8.1
  [46192b85] + GPUArraysCore v0.1.4
  [cf35fbd7] + GeoInterface v1.2.1
  [5c1252a2] + GeometryBasics v0.4.5
  [a2bd30eb] + Graphics v1.1.2
  [3955a311] + GridLayoutBase v0.9.1
  [42e2da0e] + Grisu v1.0.2
  [34004b35] + HypergeometricFunctions v0.3.11
  [2803e5a7] + ImageAxes v0.6.10
  [c817782e] + ImageBase v0.1.5
  [a09fc81d] + ImageCore v0.9.4
  [82e4d734] + ImageIO v0.6.6
  [bc367c6b] + ImageMetadata v0.9.8
  [9b13fd28] + IndirectArrays v1.0.0
  [d25df0c9] + Inflate v0.1.3
  [842dd82b] + InlineStrings v1.4.0
  [a98d9a8b] + Interpolations v0.14.7
  [8197267c] + IntervalSets v0.7.4
  [41ab1584] + InvertedIndices v1.2.0
  [92d709cd] + IrrationalConstants v0.2.2
  [f1662d9f] + Isoband v0.1.1
  [c8e1da08] + IterTools v1.4.0
  [82899510] + IteratorInterfaceExtensions v1.0.0
  [692b3bcd] + JLLWrappers v1.4.1
  [682c06a0] + JSON v0.21.3
  [b835a17e] + JpegTurbo v0.1.2
  [5ab0869b] + KernelDensity v0.6.5
  [b964fa9f] + LaTeXStrings v1.3.0
  [8cdb02fc] + LazyModules v0.3.1
  [2ab3a3ac] + LogExpFunctions v0.3.23
  [1914dd2f] + MacroTools v0.5.10
  [ee78f7c6] + Makie v0.19.2
  [20f20a25] + MakieCore v0.6.2
  [dbb5928d] + MappedArrays v0.4.1
  [7eb4fadd] + Match v1.2.0
  [0a4f8689] + MathTeXEngine v0.5.4
  [978d7f02] + MiniQhull v0.4.0
  [e1d29d7a] + Missings v1.1.0
  [e94cdb99] + MosaicViews v0.3.4
  [77ba4419] + NaNMath v1.0.2
  [f09324ee] + Netpbm v1.1.0
  [510215fc] + Observables v0.5.4
  [6fe1bfb0] + OffsetArrays v1.12.9
  [52e1d378] + OpenEXR v0.3.2
  [bac558e1] + OrderedCollections v1.4.1
  [90014a1f] + PDMats v0.11.17
  [f57f5aa1] + PNGFiles v0.3.17
  [19eb6ba3] + Packing v0.5.0
  [5432bcbf] + PaddedViews v0.5.11
  [69de0a69] + Parsers v2.5.8
  [eebad327] + PkgVersion v0.3.2
  [995b91a9] + PlotUtils v1.3.4
  [647866c9] + PolygonOps v0.1.2
  [2dfb63ee] + PooledArrays v1.4.2
  [21216c6a] + Preferences v1.3.0
  [08abe8d2] + PrettyTables v2.2.2
  [92933f4c] + ProgressMeter v1.7.2
  [4b34888f] + QOI v1.0.0
  [1fd47b50] + QuadGK v2.8.1
  [b3c3ace0] + RangeArrays v0.3.2
  [c84ed2f1] + Ratios v0.4.3
  [189a3867] + Reexport v1.2.2
  [05181044] + RelocatableFolders v1.0.0
  [ae029012] + Requires v1.3.0
  [79098fc4] + Rmath v0.7.1
  [fdea26ae] + SIMD v3.4.4
  [7b38b023] + ScanByte v0.3.3
  [6c6a2e73] + Scratch v1.1.1
  [91c51154] + SentinelArrays v1.3.18
  [efcf1570] + Setfield v1.1.1
  [1277b4bf] + ShiftedArrays v2.0.0
  [992d4aef] + Showoff v1.0.3
  [73760f76] + SignedDistanceFields v0.4.0
  [699a6c99] + SimpleTraits v0.9.4
  [45858cf5] + Sixel v0.1.2
  [66db9d55] + SnoopPrecompile v1.0.3
  [a2af1166] + SortingAlgorithms v1.1.0
  [276daf66] + SpecialFunctions v2.2.0
  [c5dd0088] + StableHashTraits v0.3.1
  [cae243ae] + StackViews v0.1.1
  [90137ffa] + StaticArrays v1.5.16
  [1e83bf80] + StaticArraysCore v1.4.0
  [82ae8749] + StatsAPI v1.5.0
  [2913bbd2] + StatsBase v0.33.21
  [4c63d2b9] + StatsFuns v1.3.0
  [3eaba693] + StatsModels v0.6.33
  [892a3eda] + StringManipulation v0.3.0
  [09ab397b] + StructArrays v0.6.14
  [3783bdb8] + TableTraits v1.0.1
  [bd369af6] + Tables v1.10.0
  [62fd8b95] + TensorCore v0.1.1
  [731e570b] + TiffImages v0.6.3
  [3bb67fe8] + TranscodingStreams v0.9.11
  [981d1d27] + TriplotBase v0.1.0
  [9d95972d] + TupleTools v1.3.0
  [1cfade01] + UnicodeFun v0.4.1
  [ea10d353] + WeakRefStrings v1.4.2
  [efce3f68] + WoodburyMatrices v0.5.5
  [76eceee3] + WorkerUtilities v1.6.1
  [6e34b625] + Bzip2_jll v1.0.8+0
  [83423d85] + Cairo_jll v1.16.1+1
  [5ae413db] + EarCut_jll v2.2.4+0
  [2e619515] + Expat_jll v2.4.8+0
  [b22a6f82] + FFMPEG_jll v4.4.2+2
  [f5851436] + FFTW_jll v3.3.10+0
  [a3f928ae] + Fontconfig_jll v2.13.93+0
  [d7e528f0] + FreeType2_jll v2.10.4+0
  [559328eb] + FriBidi_jll v1.0.10+0
  [78b55507] + Gettext_jll v0.21.0+0
  [7746bdde] + Glib_jll v2.74.0+2
  [3b182d85] + Graphite2_jll v1.3.14+0
  [2e76f6c2] + HarfBuzz_jll v2.8.1+1
  [905a6f67] + Imath_jll v3.1.2+0
  [1d5cc7b8] + IntelOpenMP_jll v2018.0.3+2
  [aacddb02] + JpegTurbo_jll v2.1.91+0
  [c1c5ebd0] + LAME_jll v3.100.1+0
  [dd4b983a] + LZO_jll v2.10.1+0
⌅ [e9f186c6] + Libffi_jll v3.2.2+1
  [d4300ac3] + Libgcrypt_jll v1.8.7+0
  [7add5ba3] + Libgpg_error_jll v1.42.0+0
  [94ce4f54] + Libiconv_jll v1.16.1+2
  [4b2f31a3] + Libmount_jll v2.35.0+0
  [38a345b3] + Libuuid_jll v2.36.0+0
  [856f044c] + MKL_jll v2022.2.0+0
  [e7412a2a] + Ogg_jll v1.3.5+1
  [18a262bb] + OpenEXR_jll v3.1.1+0
  [458c3c95] + OpenSSL_jll v1.1.20+0
  [efe28fd5] + OpenSpecFun_jll v0.5.5+0
  [91d4177d] + Opus_jll v1.3.2+0
  [36c8627f] + Pango_jll v1.50.9+0
  [30392449] + Pixman_jll v0.40.1+0
  [460c41e3] + QhullMiniWrapper_jll v1.0.0+1
⌅ [784f63db] + Qhull_jll v8.0.1001+0
  [f50d1b31] + Rmath_jll v0.4.0+0
  [02c8fc9c] + XML2_jll v2.10.3+0
  [aed1982a] + XSLT_jll v1.1.34+0
  [4f6342f7] + Xorg_libX11_jll v1.6.9+4
  [0c0b7dd1] + Xorg_libXau_jll v1.0.9+4
  [a3789734] + Xorg_libXdmcp_jll v1.1.3+4
  [1082639a] + Xorg_libXext_jll v1.3.4+4
  [ea2f1a96] + Xorg_libXrender_jll v0.9.10+4
  [14d82f49] + Xorg_libpthread_stubs_jll v0.1.0+3
  [c7cfdc94] + Xorg_libxcb_jll v1.13.0+3
  [c5fb5394] + Xorg_xtrans_jll v1.4.0+3
  [9a68df92] + isoband_jll v0.2.3+0
  [a4ae2306] + libaom_jll v3.4.0+0
  [0ac62f75] + libass_jll v0.15.1+0
  [f638f0a6] + libfdk_aac_jll v2.0.2+0
  [b53b4c65] + libpng_jll v1.6.38+0
  [075b6546] + libsixel_jll v1.10.3+0
  [f27f6e37] + libvorbis_jll v1.3.7+1
  [1270edf5] + x264_jll v2021.5.5+0
  [dfaa095f] + x265_jll v3.5.0+0
  [0dad84c5] + ArgTools v1.1.1
  [56f22d72] + Artifacts
  [2a0f44e3] + Base64
  [8bf52ea8] + CRC32c
  [ade2ca70] + Dates
  [8ba89e20] + Distributed
  [f43a241f] + Downloads v1.6.0
  [7b1f6079] + FileWatching
  [9fa8497b] + Future
  [b77e0a4c] + InteractiveUtils
  [4af54fe1] + LazyArtifacts
  [b27032c2] + LibCURL v0.6.3
  [76f85450] + LibGit2
  [8f399da3] + Libdl
  [37e2e46d] + LinearAlgebra
  [56ddb016] + Logging
  [d6f4376e] + Markdown
  [a63ad114] + Mmap
  [ca575930] + NetworkOptions v1.2.0
  [44cfe95a] + Pkg v1.9.0
  [de0858da] + Printf
  [3fa0cd96] + REPL
  [9a3f8284] + Random
  [ea8e919c] + SHA v0.7.0
  [9e88b42a] + Serialization
  [1a1011a3] + SharedArrays
  [6462fe0b] + Sockets
  [2f01184e] + SparseArrays
  [10745b16] + Statistics v1.9.0
  [4607b0f0] + SuiteSparse
  [fa267f1f] + TOML v1.0.3
  [a4e569a6] + Tar v1.10.0
  [8dfed614] + Test
  [cf7118a7] + UUIDs
  [4ec0a83e] + Unicode
  [e66e0078] + CompilerSupportLibraries_jll v1.0.2+0
  [deac9b47] + LibCURL_jll v7.84.0+0
  [29816b5a] + LibSSH2_jll v1.10.2+0
  [c8ffd9c3] + MbedTLS_jll v2.28.0+0
  [14a3606d] + MozillaCACerts_jll v2022.10.11
  [4536629a] + OpenBLAS_jll v0.3.21+0
  [05823500] + OpenLibm_jll v0.8.1+0
  [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.4.0+0
  [8e850ede] + nghttp2_jll v1.48.0+0
  [3f19e933] + p7zip_jll v17.4.0+0
        Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m`
Precompiling environment...
  40 dependencies successfully precompiled in 172 seconds. 169 already precompiled.

(jl_H7fXJG) pkg> add Random
   Resolving package versions...
    Updating `/private/var/folders/v_/fhpj9jn151d4p9c2fdw2gv780000gn/T/jl_H7fXJG/Project.toml`
  [9a3f8284] + Random
  No Changes to `/private/var/folders/v_/fhpj9jn151d4p9c2fdw2gv780000gn/T/jl_H7fXJG/Manifest.toml`
Precompiling environment...
  4 dependencies successfully precompiled in 112 seconds. 205 already precompiled.

(jl_H7fXJG) pkg> add Random
   Resolving package versions...
  No Changes to `/private/var/folders/v_/fhpj9jn151d4p9c2fdw2gv780000gn/T/jl_H7fXJG/Project.toml`
  No Changes to `/private/var/folders/v_/fhpj9jn151d4p9c2fdw2gv780000gn/T/jl_H7fXJG/Manifest.toml`

julia> versioninfo()
Julia Version 1.9.0-beta4
Commit b75ddb787ff (2023-02-07 21:53 UTC)
Platform Info:
  OS: macOS (arm64-apple-darwin21.5.0)
  CPU: 8 × Apple M1
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, apple-m1)
  Threads: 1 on 4 virtual cores
Environment:
  JULIA_IMAGE_THREADS = 1

In the video recording, you can see which packages are being precompiled again: TiffImages, then ImageIO, Makie, CarioMakie in sequence. This is unexpected because Random is not a dependency if TiffImages.

https://user-images.githubusercontent.com/6933510/223480290-49ca190c-5ef4-41c2-a3a4-4e2b88f49326.mov

(I did not do anything else while this was running, I just went to make some tea.)

Strangely enough, I was not able to reproduce this bug a second time after I ran sudo rm -r ~/.julia/compiled/v1.9/.

KristofferC commented 1 year ago

I would assume that means there is some bug in our precompile stale check logic. Maybe https://github.com/JuliaLang/Pkg.jl/pull/3308 is finding some false positives..? Annoying that this is so hard to repro.

IanButterworth commented 1 year ago

Seems like it. Perhaps we need to add more logs to that stale check akin to what JULIA_DEBUG=loading would show. It happens before the pretty printing starts, so it wouldn't be messy

KristofferC commented 1 year ago

Best would be if we could extract the staleness logic from Base into its own function and then we can directly call that one. Now there is some duplication with a risk of divergence.

fonsp commented 1 year ago

I noticed that the same issue also happens a lot with OpenSSL.jl (a long chain of packages is precompiled again, starting with OpenSSL).

With JULIA_DEBUG="loading", I also see that the cache is missed for OpenSSL_jll when calling import Pluto. Perhaps this is similar to FFMPEG.jl, depending on FFMPEG_jll? (I lost the logs unfortunately... Running import Pluto today gives me 100% cache hits)

IanButterworth commented 1 year ago

We really need JULIA_DEBUG="loading" logs for this. I can't reproduce locally

fonsp commented 1 year ago

It happened again inside Pluto: I ran a notebook once, then shut it down, then started it again. This second run will just take the embedded Manifest and instantiate it, which should be fully cached, but it triggered a long precompilation.

Since it was in Pluto, the logs are split between my terminal (where Pluto is running) and the contents captured with the io kwarg to Pkg.instantiate. I had JULIA_DEBUG="loading,Pluto".

Logs Captured with the `io` kwarg: ``` Precompiling project... ✓ IniFile ✓ LaTeXStrings ✓ Contour ✓ Grisu ✓ Formatting ✓ DelimitedFiles ✓ URIs ✓ CodecZlib ✓ Libmount_jll ✓ Xorg_libXau_jll ✓ Xorg_libXdmcp_jll ✓ Xorg_xtrans_jll ✓ Libgpg_error_jll ✓ Wayland_protocols_jll ✓ Xorg_libpthread_stubs_jll ✓ SuiteSparse_jll ✓ LibSSH2_jll ✓ Wayland_jll ✓ Showoff ✓ MacroTools ✓ Glib_jll ✓ Libgcrypt_jll ✓ XSLT_jll ✓ Xorg_libxcb_jll ✓ Xorg_xcb_util_jll ✓ Xorg_libX11_jll ✓ Xorg_xcb_util_image_jll ✓ Xorg_xcb_util_keysyms_jll ✓ Xorg_xcb_util_renderutil_jll ✓ Xorg_xcb_util_wm_jll ✓ Xorg_libXrender_jll ✓ Xorg_libXext_jll ✓ Xorg_libXfixes_jll ✓ Xorg_libxkbfile_jll ✓ Libglvnd_jll ✓ Xorg_libXinerama_jll ✓ Xorg_libXrandr_jll ✓ Latexify ✓ Xorg_libXcursor_jll ✓ Xorg_libXi_jll ✓ Cairo_jll ✓ Xorg_xkbcomp_jll ✓ GLFW_jll ✓ Xorg_xkeyboard_config_jll ✓ HarfBuzz_jll ✓ xkbcommon_jll ✓ Qt5Base_jll ✓ libass_jll ✓ HTTP ✓ FFMPEG_jll ✓ FFMPEG ✓ GR_jll ✓ GR ✓ Plots 54 dependencies successfully precompiled in 54 seconds. 78 already precompiled. 3 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions 44 dependencies had warnings during precompilation: ┌ Xorg_xcb_util_jll [2def613f-5ad1-5310-b15b-b15d46f528f5] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ libass_jll [0ac62f75-1d6f-5e53-bd7c-93b484bb37c0] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Bzip2_jll/biC9V_mAstZ.dylib for Bzip2_jll [6e34b625-4abd-537c-b88f-471c36dfa7a0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zlib_jll/xjq3Q_TZjDz.dylib for Zlib_jll [83775a58-1f1d-513f-b197-d71354ab007a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FreeType2_jll/AzWNe_mAstZ.dylib for FreeType2_jll [d7e528f0-a631-5988-bf34-fe36492bcfd7] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FriBidi_jll/tf6pT_mAstZ.dylib for FriBidi_jll [559328eb-81f9-559d-9380-de523a88c83c] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libiconv_jll/ujTCF_mAstZ.dylib for Libiconv_jll [94ce4f54-9a6c-5748-9c1c-f9c7231a4531] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libffi_jll/y4lM8_mAstZ.dylib for Libffi_jll [e9f186c6-92d2-5b65-8a66-fee21dc1b490] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/XML2_jll/xWVg2_mAstZ.dylib for XML2_jll [02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Gettext_jll/l4zGN_mAstZ.dylib for Gettext_jll [78b55507-aeef-58d4-861c-77aaff3498b1] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/PCRE2_jll/8i0KO_mAstZ.dylib for PCRE2_jll [efcefdf7-47ab-520b-bdef-62a2eaa19f15] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Glib_jll/S5dsb_lJRXF.dylib for Glib_jll [7746bdde-850d-59dc-9ae8-88ece973131d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Pixman_jll/yWAFT_mAstZ.dylib for Pixman_jll [30392449-352a-5448-841d-b1acce4e97dc] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libpng_jll/paYot_mAstZ.dylib for libpng_jll [b53b4c65-9356-5827-b1ea-8c7a1a84506f] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libuuid_jll/H4xj5_mAstZ.dylib for Libuuid_jll [38a345b3-de98-5d2b-a5d3-14cd9215e700] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Expat_jll/4P57b_mAstZ.dylib for Expat_jll [2e619515-83b5-522b-bb60-26c02a35a201] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Fontconfig_jll/xsKJT_mAstZ.dylib for Fontconfig_jll [a3f928ae-7b40-5064-980b-68af3947d34b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LZO_jll/dUj3l_mAstZ.dylib for LZO_jll [dd4b983a-f0e5-5f8d-a1b7-129d4a5fb1ac] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Cairo_jll/ouRHo_lJRXF.dylib for Cairo_jll [83423d85-b0ee-5818-9007-b63ccbeb887a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Graphite2_jll/XMuhG_mAstZ.dylib for Graphite2_jll [3b182d85-2403-5c21-9c21-1e1f0cc25472] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/HarfBuzz_jll/h60co_lJRXF.dylib for HarfBuzz_jll [2e76f6c2-a576-52d4-95c1-20adfe4de566] │ └ @ Base loading.jl:1004 └ ┌ Qt5Base_jll [ea2cea3b-5b76-57ae-a6ef-0a8af62496e1] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Bzip2_jll/biC9V_mAstZ.dylib for Bzip2_jll [6e34b625-4abd-537c-b88f-471c36dfa7a0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zlib_jll/xjq3Q_TZjDz.dylib for Zlib_jll [83775a58-1f1d-513f-b197-d71354ab007a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FreeType2_jll/AzWNe_mAstZ.dylib for FreeType2_jll [d7e528f0-a631-5988-bf34-fe36492bcfd7] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libuuid_jll/H4xj5_mAstZ.dylib for Libuuid_jll [38a345b3-de98-5d2b-a5d3-14cd9215e700] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Expat_jll/4P57b_mAstZ.dylib for Expat_jll [2e619515-83b5-522b-bb60-26c02a35a201] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Fontconfig_jll/xsKJT_mAstZ.dylib for Fontconfig_jll [a3f928ae-7b40-5064-980b-68af3947d34b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libiconv_jll/ujTCF_mAstZ.dylib for Libiconv_jll [94ce4f54-9a6c-5748-9c1c-f9c7231a4531] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libffi_jll/y4lM8_mAstZ.dylib for Libffi_jll [e9f186c6-92d2-5b65-8a66-fee21dc1b490] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/XML2_jll/xWVg2_mAstZ.dylib for XML2_jll [02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Gettext_jll/l4zGN_mAstZ.dylib for Gettext_jll [78b55507-aeef-58d4-861c-77aaff3498b1] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/PCRE2_jll/8i0KO_mAstZ.dylib for PCRE2_jll [efcefdf7-47ab-520b-bdef-62a2eaa19f15] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Glib_jll/S5dsb_lJRXF.dylib for Glib_jll [7746bdde-850d-59dc-9ae8-88ece973131d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/OpenSSL_jll/M3X35_mAstZ.dylib for OpenSSL_jll [458c3c95-2e84-50aa-8efc-19380b2a3a95] │ └ @ Base loading.jl:1004 └ ┌ Xorg_xcb_util_image_jll [12413925-8142-5f55-bb0e-6d7ca50bb09b] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Wayland_jll [a2964d1f-97da-50d4-b82a-358c7fce9d89] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Libgcrypt_jll [d4300ac3-e22c-5743-9152-c294e39db1e4] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libgpg_error_jll/oMDEk_lJRXF.dylib for Libgpg_error_jll [7add5ba3-2f88-524e-9cd5-f83b8a55f7b8] │ └ @ Base loading.jl:1004 └ ┌ Xorg_libXfixes_jll [d091e8ba-531a-589c-9de9-94069b037ed8] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Xorg_libxkbfile_jll [cc61e674-0454-545c-8b26-ed2c68acab7a] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ GR_jll [d2c73de3-f751-5644-a686-071e5b155ba9] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Bzip2_jll/biC9V_mAstZ.dylib for Bzip2_jll [6e34b625-4abd-537c-b88f-471c36dfa7a0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libiconv_jll/ujTCF_mAstZ.dylib for Libiconv_jll [94ce4f54-9a6c-5748-9c1c-f9c7231a4531] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libffi_jll/y4lM8_mAstZ.dylib for Libffi_jll [e9f186c6-92d2-5b65-8a66-fee21dc1b490] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zlib_jll/xjq3Q_TZjDz.dylib for Zlib_jll [83775a58-1f1d-513f-b197-d71354ab007a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/XML2_jll/xWVg2_mAstZ.dylib for XML2_jll [02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Gettext_jll/l4zGN_mAstZ.dylib for Gettext_jll [78b55507-aeef-58d4-861c-77aaff3498b1] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/PCRE2_jll/8i0KO_mAstZ.dylib for PCRE2_jll [efcefdf7-47ab-520b-bdef-62a2eaa19f15] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Glib_jll/S5dsb_lJRXF.dylib for Glib_jll [7746bdde-850d-59dc-9ae8-88ece973131d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Pixman_jll/yWAFT_mAstZ.dylib for Pixman_jll [30392449-352a-5448-841d-b1acce4e97dc] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libpng_jll/paYot_mAstZ.dylib for libpng_jll [b53b4c65-9356-5827-b1ea-8c7a1a84506f] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FreeType2_jll/AzWNe_mAstZ.dylib for FreeType2_jll [d7e528f0-a631-5988-bf34-fe36492bcfd7] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libuuid_jll/H4xj5_mAstZ.dylib for Libuuid_jll [38a345b3-de98-5d2b-a5d3-14cd9215e700] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Expat_jll/4P57b_mAstZ.dylib for Expat_jll [2e619515-83b5-522b-bb60-26c02a35a201] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Fontconfig_jll/xsKJT_mAstZ.dylib for Fontconfig_jll [a3f928ae-7b40-5064-980b-68af3947d34b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LZO_jll/dUj3l_mAstZ.dylib for LZO_jll [dd4b983a-f0e5-5f8d-a1b7-129d4a5fb1ac] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Cairo_jll/ouRHo_lJRXF.dylib for Cairo_jll [83423d85-b0ee-5818-9007-b63ccbeb887a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FriBidi_jll/tf6pT_mAstZ.dylib for FriBidi_jll [559328eb-81f9-559d-9380-de523a88c83c] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Graphite2_jll/XMuhG_mAstZ.dylib for Graphite2_jll [3b182d85-2403-5c21-9c21-1e1f0cc25472] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/HarfBuzz_jll/h60co_lJRXF.dylib for HarfBuzz_jll [2e76f6c2-a576-52d4-95c1-20adfe4de566] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libass_jll/JqZi8_lJRXF.dylib for libass_jll [0ac62f75-1d6f-5e53-bd7c-93b484bb37c0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libfdk_aac_jll/Ido5Q_mAstZ.dylib for libfdk_aac_jll [f638f0a6-7fb0-5443-88ba-1cc74229b280] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LAME_jll/SFEUf_mAstZ.dylib for LAME_jll [c1c5ebd0-6772-5130-a774-d5fcae4a789d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Ogg_jll/gOU2R_mAstZ.dylib for Ogg_jll [e7412a2a-1a6e-54c0-be00-318e2571c051] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libvorbis_jll/X4qYa_mAstZ.dylib for libvorbis_jll [f27f6e37-5d2b-51aa-960f-b287f2bc3b7a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libaom_jll/i2i8X_mAstZ.dylib for libaom_jll [a4ae2306-e953-59d6-aa16-d00cac43593b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/x264_jll/XmaTp_mAstZ.dylib for x264_jll [1270edf5-f2f9-52d2-97e9-ab00b5d0237a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/x265_jll/5KlGs_mAstZ.dylib for x265_jll [dfaa095f-4041-5dcd-9319-2fabd8486b76] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/OpenSSL_jll/M3X35_mAstZ.dylib for OpenSSL_jll [458c3c95-2e84-50aa-8efc-19380b2a3a95] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Opus_jll/vFQVB_mAstZ.dylib for Opus_jll [91d4177d-7536-5919-b921-800302f37372] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FFMPEG_jll/uSD0T_lJRXF.dylib for FFMPEG_jll [b22a6f82-2f65-5046-a5b2-351ab43fb4e5] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/GLFW_jll/IYB2C_lJRXF.dylib for GLFW_jll [0656b61e-2033-5cc2-a64a-77c0f6c09b89] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JpegTurbo_jll/EC0Oy_mAstZ.dylib for JpegTurbo_jll [aacddb02-875f-59d6-b918-886e6ef4fbf8] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LERC_jll/0PXNr_mAstZ.dylib for LERC_jll [88015f11-f218-50d7-93a8-a6af411a945d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zstd_jll/cFDJB_mAstZ.dylib for Zstd_jll [3161d3a3-bdf6-5164-811a-617609db77b4] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libtiff_jll/f0w9B_mAstZ.dylib for Libtiff_jll [89763e89-9b03-5906-acba-b20f662cd828] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Qt5Base_jll/RrDcL_lJRXF.dylib for Qt5Base_jll [ea2cea3b-5b76-57ae-a6ef-0a8af62496e1] │ └ @ Base loading.jl:1004 └ ┌ Xorg_xcb_util_renderutil_jll [0d47668e-0667-5a69-a72c-f761630bfb7e] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Glib_jll [7746bdde-850d-59dc-9ae8-88ece973131d] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libiconv_jll/ujTCF_mAstZ.dylib for Libiconv_jll [94ce4f54-9a6c-5748-9c1c-f9c7231a4531] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libffi_jll/y4lM8_mAstZ.dylib for Libffi_jll [e9f186c6-92d2-5b65-8a66-fee21dc1b490] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zlib_jll/xjq3Q_TZjDz.dylib for Zlib_jll [83775a58-1f1d-513f-b197-d71354ab007a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/XML2_jll/xWVg2_mAstZ.dylib for XML2_jll [02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Gettext_jll/l4zGN_mAstZ.dylib for Gettext_jll [78b55507-aeef-58d4-861c-77aaff3498b1] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/PCRE2_jll/8i0KO_mAstZ.dylib for PCRE2_jll [efcefdf7-47ab-520b-bdef-62a2eaa19f15] │ └ @ Base loading.jl:1004 └ ┌ Libglvnd_jll [7e76a0d4-f3c7-5321-8279-8d96eeed0f29] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ CodecZlib [944b1d66-785c-5afd-91f1-9de20f533193] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/TranscodingStreams/eJQ7D_TZjDz.dylib for TranscodingStreams [3bb67fe8-82b1-5028-8e26-92a6c54297fa] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zlib_jll/xjq3Q_TZjDz.dylib for Zlib_jll [83775a58-1f1d-513f-b197-d71354ab007a] │ └ @ Base loading.jl:1004 └ ┌ FFMPEG [c87230d0-a227-11e9-1b43-d7ebe4e7570a] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Bzip2_jll/biC9V_mAstZ.dylib for Bzip2_jll [6e34b625-4abd-537c-b88f-471c36dfa7a0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zlib_jll/xjq3Q_TZjDz.dylib for Zlib_jll [83775a58-1f1d-513f-b197-d71354ab007a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FreeType2_jll/AzWNe_mAstZ.dylib for FreeType2_jll [d7e528f0-a631-5988-bf34-fe36492bcfd7] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FriBidi_jll/tf6pT_mAstZ.dylib for FriBidi_jll [559328eb-81f9-559d-9380-de523a88c83c] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libiconv_jll/ujTCF_mAstZ.dylib for Libiconv_jll [94ce4f54-9a6c-5748-9c1c-f9c7231a4531] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libffi_jll/y4lM8_mAstZ.dylib for Libffi_jll [e9f186c6-92d2-5b65-8a66-fee21dc1b490] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/XML2_jll/xWVg2_mAstZ.dylib for XML2_jll [02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Gettext_jll/l4zGN_mAstZ.dylib for Gettext_jll [78b55507-aeef-58d4-861c-77aaff3498b1] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/PCRE2_jll/8i0KO_mAstZ.dylib for PCRE2_jll [efcefdf7-47ab-520b-bdef-62a2eaa19f15] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Glib_jll/S5dsb_lJRXF.dylib for Glib_jll [7746bdde-850d-59dc-9ae8-88ece973131d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Pixman_jll/yWAFT_mAstZ.dylib for Pixman_jll [30392449-352a-5448-841d-b1acce4e97dc] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libpng_jll/paYot_mAstZ.dylib for libpng_jll [b53b4c65-9356-5827-b1ea-8c7a1a84506f] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libuuid_jll/H4xj5_mAstZ.dylib for Libuuid_jll [38a345b3-de98-5d2b-a5d3-14cd9215e700] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Expat_jll/4P57b_mAstZ.dylib for Expat_jll [2e619515-83b5-522b-bb60-26c02a35a201] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Fontconfig_jll/xsKJT_mAstZ.dylib for Fontconfig_jll [a3f928ae-7b40-5064-980b-68af3947d34b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LZO_jll/dUj3l_mAstZ.dylib for LZO_jll [dd4b983a-f0e5-5f8d-a1b7-129d4a5fb1ac] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Cairo_jll/ouRHo_lJRXF.dylib for Cairo_jll [83423d85-b0ee-5818-9007-b63ccbeb887a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Graphite2_jll/XMuhG_mAstZ.dylib for Graphite2_jll [3b182d85-2403-5c21-9c21-1e1f0cc25472] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/HarfBuzz_jll/h60co_lJRXF.dylib for HarfBuzz_jll [2e76f6c2-a576-52d4-95c1-20adfe4de566] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libass_jll/JqZi8_lJRXF.dylib for libass_jll [0ac62f75-1d6f-5e53-bd7c-93b484bb37c0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libfdk_aac_jll/Ido5Q_mAstZ.dylib for libfdk_aac_jll [f638f0a6-7fb0-5443-88ba-1cc74229b280] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LAME_jll/SFEUf_mAstZ.dylib for LAME_jll [c1c5ebd0-6772-5130-a774-d5fcae4a789d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Ogg_jll/gOU2R_mAstZ.dylib for Ogg_jll [e7412a2a-1a6e-54c0-be00-318e2571c051] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libvorbis_jll/X4qYa_mAstZ.dylib for libvorbis_jll [f27f6e37-5d2b-51aa-960f-b287f2bc3b7a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libaom_jll/i2i8X_mAstZ.dylib for libaom_jll [a4ae2306-e953-59d6-aa16-d00cac43593b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/x264_jll/XmaTp_mAstZ.dylib for x264_jll [1270edf5-f2f9-52d2-97e9-ab00b5d0237a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/x265_jll/5KlGs_mAstZ.dylib for x265_jll [dfaa095f-4041-5dcd-9319-2fabd8486b76] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/OpenSSL_jll/M3X35_mAstZ.dylib for OpenSSL_jll [458c3c95-2e84-50aa-8efc-19380b2a3a95] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Opus_jll/vFQVB_mAstZ.dylib for Opus_jll [91d4177d-7536-5919-b921-800302f37372] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FFMPEG_jll/uSD0T_lJRXF.dylib for FFMPEG_jll [b22a6f82-2f65-5046-a5b2-351ab43fb4e5] │ └ @ Base loading.jl:1004 └ ┌ Xorg_libXrandr_jll [ec84b674-ba8e-5d96-8ba1-2a689ba10484] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Xorg_libXau_jll [0c0b7dd1-d40b-584c-a123-a41640f87eec] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Xorg_xtrans_jll [c5fb5394-a638-5e4d-96e5-b29de1b5cf10] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Xorg_libXdmcp_jll [a3789734-cfe1-5b06-b2d0-1dd0d9d62d05] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Statistics/ERcPL_mAstZ.dylib for Statistics [10745b16-79ce-11e8-11f9-7d13ad32a3b2] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/SnoopPrecompile/TcfDT_TZjDz.dylib for SnoopPrecompile [66db9d55-30c0-4569-8b51-7e840670fc0c] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Reexport/bTpYr_mAstZ.dylib for Reexport [189a3867-3050-52da-a836-e630ba90ab69] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Scratch/ICI1U_mAstZ.dylib for Scratch [6c6a2e73-6563-6170-7368-637461726353] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/RelocatableFolders/Yg3O9_mAstZ.dylib for RelocatableFolders [05181044-ff0b-4ac5-8273-598c1e38db00] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/RecipesBase/8e2Mm_mAstZ.dylib for RecipesBase [3cdcf5f2-1ef4-517c-9805-6587b60abb01] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FixedPointNumbers/Ple2W_mAstZ.dylib for FixedPointNumbers [53c48c17-4a7d-5ca2-90c5-79b7896eea93] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/ColorTypes/db21U_mAstZ.dylib for ColorTypes [3da002f7-5984-5a60-b8a6-cbb66c0b333f] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Colors/NKjaT_mAstZ.dylib for Colors [5ae59095-9a9b-59fe-a467-6f913c188581] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/IrrationalConstants/ukdUG_mAstZ.dylib for IrrationalConstants [92d709cd-6900-40b7-9082-c6be49f344b6] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/DocStringExtensions/KRdZs_mAstZ.dylib for DocStringExtensions [ffbed154-4ef7-542d-bbb7-c09d3a79fcae] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LogExpFunctions/cmCYR_mAstZ.dylib for LogExpFunctions [2ab3a3ac-af41-5b50-aa03-7779005ae688] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/OpenLibm_jll/ToVO1_mAstZ.dylib for OpenLibm_jll [05823500-19ac-5b8b-9628-191a04bc5112] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/OpenSpecFun_jll/TDl1L_mAstZ.dylib for OpenSpecFun_jll [efe28fd5-8261-553b-a9e1-b2916fc3738e] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/SpecialFunctions/78gOt_mAstZ.dylib for SpecialFunctions [276daf66-3868-5448-9aa4-cd146d93841b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/TensorCore/wqzBb_mAstZ.dylib for TensorCore [62fd8b95-f654-4bbd-a8a5-9c27f68ccd50] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/ColorVectorSpace/7uC4N_mAstZ.dylib for ColorVectorSpace [c3611d14-8923-5661-9e6a-0046d554d3a4] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/ColorSchemes/EO5fj_mAstZ.dylib for ColorSchemes [35d6a980-a343-548e-a6ea-1d62b119f2f4] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/PlotUtils/YveHG_mAstZ.dylib for PlotUtils [995b91a9-d308-5afd-9ec6-746e21dbc043] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/PlotThemes/QxsMm_mAstZ.dylib for PlotThemes [ccf2f8ad-2431-5c83-bf29-c5338b663b6a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/NaNMath/k9Y1O_mAstZ.dylib for NaNMath [77ba4419-2d1f-58cd-9bb1-8ffee604a2e3] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/RecipesPipeline/QQIne_mAstZ.dylib for RecipesPipeline [01d81517-befc-4cb6-b9ec-a95719d0359c] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Requires/IyxeS_mAstZ.dylib for Requires [ae029012-a4dd-5104-9daa-d747884805df] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/UnicodeFun/wLwUU_mAstZ.dylib for UnicodeFun [1cfade01-22cf-5700-b092-accc4b62d6e1] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/DataAPI/3a8mN_mAstZ.dylib for DataAPI [9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Compat/GSFWK_mAstZ.dylib for Compat [34da2185-b29b-5c13-b0c7-acf172513d20] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/CompatLinearAlgebraExt/Zxpzq_mAstZ.dylib for CompatLinearAlgebraExt [dbe5ba0b-aecc-598a-a867-79051b540f49] │ └ @ Base loading.jl:1004 │ ┌ Debug: Extension CompatLinearAlgebraExt of Compat loaded │ └ @ Base loading.jl:1187 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/OrderedCollections/LtT3J_TZjDz.dylib for OrderedCollections [bac558e1-5e72-5ebc-8fee-abe8a469f55d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/DataStructures/xKiwJ_mAstZ.dylib for DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/SortingAlgorithms/6dCmw_mAstZ.dylib for SortingAlgorithms [a2af1166-a08f-5f64-846c-94a0d3cef48c] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Missings/wLfgT_mAstZ.dylib for Missings [e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/StatsAPI/Rf3YC_mAstZ.dylib for StatsAPI [82ae8749-77ed-4fe6-ae5f-f523153014b0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/StatsBase/EZjIG_mAstZ.dylib for StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Showoff/vyYkR_lJRXF.dylib for Showoff [992d4aef-0814-514b-bc4d-f2e9a6c4116f] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Unzip/6rOOd_mAstZ.dylib for Unzip [41fe7b60-77ed-43a1-b4f0-825fd5a5650d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/fzf_jll/kEuMt_mAstZ.dylib for fzf_jll [214eeab7-80f7-51ab-84ad-2988db7cef09] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Pipe/OQTzN_mAstZ.dylib for Pipe [b98c9c47-44ae-5843-9183-064241ee97a0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLFzf/dM4lv_mAstZ.dylib for JLFzf [1019f520-868f-41f5-a6de-eb00f4b6a39c] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Parsers/833b9_mAstZ.dylib for Parsers [69de0a69-1ddd-5017-9359-2bf0b02dc9f0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JSON/uf6oy_mAstZ.dylib for JSON [682c06a0-de6a-54ab-a142-c8b1cf79cde6] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Measures/RAMEy_mAstZ.dylib for Measures [442fdcdd-2543-5da2-b0f3-8c86c306513e] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Bzip2_jll/biC9V_mAstZ.dylib for Bzip2_jll [6e34b625-4abd-537c-b88f-471c36dfa7a0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zlib_jll/xjq3Q_TZjDz.dylib for Zlib_jll [83775a58-1f1d-513f-b197-d71354ab007a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FreeType2_jll/AzWNe_mAstZ.dylib for FreeType2_jll [d7e528f0-a631-5988-bf34-fe36492bcfd7] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FriBidi_jll/tf6pT_mAstZ.dylib for FriBidi_jll [559328eb-81f9-559d-9380-de523a88c83c] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libiconv_jll/ujTCF_mAstZ.dylib for Libiconv_jll [94ce4f54-9a6c-5748-9c1c-f9c7231a4531] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libffi_jll/y4lM8_mAstZ.dylib for Libffi_jll [e9f186c6-92d2-5b65-8a66-fee21dc1b490] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/XML2_jll/xWVg2_mAstZ.dylib for XML2_jll [02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Gettext_jll/l4zGN_mAstZ.dylib for Gettext_jll [78b55507-aeef-58d4-861c-77aaff3498b1] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/PCRE2_jll/8i0KO_mAstZ.dylib for PCRE2_jll [efcefdf7-47ab-520b-bdef-62a2eaa19f15] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Glib_jll/S5dsb_lJRXF.dylib for Glib_jll [7746bdde-850d-59dc-9ae8-88ece973131d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Pixman_jll/yWAFT_mAstZ.dylib for Pixman_jll [30392449-352a-5448-841d-b1acce4e97dc] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libpng_jll/paYot_mAstZ.dylib for libpng_jll [b53b4c65-9356-5827-b1ea-8c7a1a84506f] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libuuid_jll/H4xj5_mAstZ.dylib for Libuuid_jll [38a345b3-de98-5d2b-a5d3-14cd9215e700] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Expat_jll/4P57b_mAstZ.dylib for Expat_jll [2e619515-83b5-522b-bb60-26c02a35a201] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Fontconfig_jll/xsKJT_mAstZ.dylib for Fontconfig_jll [a3f928ae-7b40-5064-980b-68af3947d34b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LZO_jll/dUj3l_mAstZ.dylib for LZO_jll [dd4b983a-f0e5-5f8d-a1b7-129d4a5fb1ac] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Cairo_jll/ouRHo_lJRXF.dylib for Cairo_jll [83423d85-b0ee-5818-9007-b63ccbeb887a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Graphite2_jll/XMuhG_mAstZ.dylib for Graphite2_jll [3b182d85-2403-5c21-9c21-1e1f0cc25472] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/HarfBuzz_jll/h60co_lJRXF.dylib for HarfBuzz_jll [2e76f6c2-a576-52d4-95c1-20adfe4de566] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libass_jll/JqZi8_lJRXF.dylib for libass_jll [0ac62f75-1d6f-5e53-bd7c-93b484bb37c0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libfdk_aac_jll/Ido5Q_mAstZ.dylib for libfdk_aac_jll [f638f0a6-7fb0-5443-88ba-1cc74229b280] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LAME_jll/SFEUf_mAstZ.dylib for LAME_jll [c1c5ebd0-6772-5130-a774-d5fcae4a789d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Ogg_jll/gOU2R_mAstZ.dylib for Ogg_jll [e7412a2a-1a6e-54c0-be00-318e2571c051] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libvorbis_jll/X4qYa_mAstZ.dylib for libvorbis_jll [f27f6e37-5d2b-51aa-960f-b287f2bc3b7a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libaom_jll/i2i8X_mAstZ.dylib for libaom_jll [a4ae2306-e953-59d6-aa16-d00cac43593b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/x264_jll/XmaTp_mAstZ.dylib for x264_jll [1270edf5-f2f9-52d2-97e9-ab00b5d0237a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/x265_jll/5KlGs_mAstZ.dylib for x265_jll [dfaa095f-4041-5dcd-9319-2fabd8486b76] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/OpenSSL_jll/M3X35_mAstZ.dylib for OpenSSL_jll [458c3c95-2e84-50aa-8efc-19380b2a3a95] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Opus_jll/vFQVB_mAstZ.dylib for Opus_jll [91d4177d-7536-5919-b921-800302f37372] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FFMPEG_jll/uSD0T_lJRXF.dylib for FFMPEG_jll [b22a6f82-2f65-5046-a5b2-351ab43fb4e5] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FFMPEG/TGvga_lJRXF.dylib for FFMPEG [c87230d0-a227-11e9-1b43-d7ebe4e7570a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/GLFW_jll/IYB2C_lJRXF.dylib for GLFW_jll [0656b61e-2033-5cc2-a64a-77c0f6c09b89] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JpegTurbo_jll/EC0Oy_mAstZ.dylib for JpegTurbo_jll [aacddb02-875f-59d6-b918-886e6ef4fbf8] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LERC_jll/0PXNr_mAstZ.dylib for LERC_jll [88015f11-f218-50d7-93a8-a6af411a945d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zstd_jll/cFDJB_mAstZ.dylib for Zstd_jll [3161d3a3-bdf6-5164-811a-617609db77b4] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libtiff_jll/f0w9B_mAstZ.dylib for Libtiff_jll [89763e89-9b03-5906-acba-b20f662cd828] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Qt5Base_jll/RrDcL_lJRXF.dylib for Qt5Base_jll [ea2cea3b-5b76-57ae-a6ef-0a8af62496e1] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/GR_jll/jV9xf_lJRXF.dylib for GR_jll [d2c73de3-f751-5644-a686-071e5b155ba9] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/GR/NDU5Y_lJRXF.dylib for GR [28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71] │ └ @ Base loading.jl:1004 └ ┌ Xorg_libX11_jll [4f6342f7-b3d2-589e-9d20-edeb45f2b2bc] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Xorg_libXext_jll [1082639a-0dae-5f34-9b06-72781eeb8cb3] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Xorg_xkbcomp_jll [35661453-b289-5fab-8a00-3d9160c6a3a4] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Xorg_libXinerama_jll [d1454406-59df-5ea1-beac-c340f2130bc3] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ HarfBuzz_jll [2e76f6c2-a576-52d4-95c1-20adfe4de566] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libiconv_jll/ujTCF_mAstZ.dylib for Libiconv_jll [94ce4f54-9a6c-5748-9c1c-f9c7231a4531] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libffi_jll/y4lM8_mAstZ.dylib for Libffi_jll [e9f186c6-92d2-5b65-8a66-fee21dc1b490] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zlib_jll/xjq3Q_TZjDz.dylib for Zlib_jll [83775a58-1f1d-513f-b197-d71354ab007a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/XML2_jll/xWVg2_mAstZ.dylib for XML2_jll [02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Gettext_jll/l4zGN_mAstZ.dylib for Gettext_jll [78b55507-aeef-58d4-861c-77aaff3498b1] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/PCRE2_jll/8i0KO_mAstZ.dylib for PCRE2_jll [efcefdf7-47ab-520b-bdef-62a2eaa19f15] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Glib_jll/S5dsb_lJRXF.dylib for Glib_jll [7746bdde-850d-59dc-9ae8-88ece973131d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Pixman_jll/yWAFT_mAstZ.dylib for Pixman_jll [30392449-352a-5448-841d-b1acce4e97dc] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libpng_jll/paYot_mAstZ.dylib for libpng_jll [b53b4c65-9356-5827-b1ea-8c7a1a84506f] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Bzip2_jll/biC9V_mAstZ.dylib for Bzip2_jll [6e34b625-4abd-537c-b88f-471c36dfa7a0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FreeType2_jll/AzWNe_mAstZ.dylib for FreeType2_jll [d7e528f0-a631-5988-bf34-fe36492bcfd7] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libuuid_jll/H4xj5_mAstZ.dylib for Libuuid_jll [38a345b3-de98-5d2b-a5d3-14cd9215e700] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Expat_jll/4P57b_mAstZ.dylib for Expat_jll [2e619515-83b5-522b-bb60-26c02a35a201] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Fontconfig_jll/xsKJT_mAstZ.dylib for Fontconfig_jll [a3f928ae-7b40-5064-980b-68af3947d34b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LZO_jll/dUj3l_mAstZ.dylib for LZO_jll [dd4b983a-f0e5-5f8d-a1b7-129d4a5fb1ac] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Cairo_jll/ouRHo_lJRXF.dylib for Cairo_jll [83423d85-b0ee-5818-9007-b63ccbeb887a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Graphite2_jll/XMuhG_mAstZ.dylib for Graphite2_jll [3b182d85-2403-5c21-9c21-1e1f0cc25472] │ └ @ Base loading.jl:1004 └ ┌ GR [28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Bzip2_jll/biC9V_mAstZ.dylib for Bzip2_jll [6e34b625-4abd-537c-b88f-471c36dfa7a0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libiconv_jll/ujTCF_mAstZ.dylib for Libiconv_jll [94ce4f54-9a6c-5748-9c1c-f9c7231a4531] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libffi_jll/y4lM8_mAstZ.dylib for Libffi_jll [e9f186c6-92d2-5b65-8a66-fee21dc1b490] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zlib_jll/xjq3Q_TZjDz.dylib for Zlib_jll [83775a58-1f1d-513f-b197-d71354ab007a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/XML2_jll/xWVg2_mAstZ.dylib for XML2_jll [02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Gettext_jll/l4zGN_mAstZ.dylib for Gettext_jll [78b55507-aeef-58d4-861c-77aaff3498b1] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/PCRE2_jll/8i0KO_mAstZ.dylib for PCRE2_jll [efcefdf7-47ab-520b-bdef-62a2eaa19f15] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Glib_jll/S5dsb_lJRXF.dylib for Glib_jll [7746bdde-850d-59dc-9ae8-88ece973131d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Pixman_jll/yWAFT_mAstZ.dylib for Pixman_jll [30392449-352a-5448-841d-b1acce4e97dc] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libpng_jll/paYot_mAstZ.dylib for libpng_jll [b53b4c65-9356-5827-b1ea-8c7a1a84506f] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FreeType2_jll/AzWNe_mAstZ.dylib for FreeType2_jll [d7e528f0-a631-5988-bf34-fe36492bcfd7] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libuuid_jll/H4xj5_mAstZ.dylib for Libuuid_jll [38a345b3-de98-5d2b-a5d3-14cd9215e700] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Expat_jll/4P57b_mAstZ.dylib for Expat_jll [2e619515-83b5-522b-bb60-26c02a35a201] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Fontconfig_jll/xsKJT_mAstZ.dylib for Fontconfig_jll [a3f928ae-7b40-5064-980b-68af3947d34b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LZO_jll/dUj3l_mAstZ.dylib for LZO_jll [dd4b983a-f0e5-5f8d-a1b7-129d4a5fb1ac] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Cairo_jll/ouRHo_lJRXF.dylib for Cairo_jll [83423d85-b0ee-5818-9007-b63ccbeb887a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FriBidi_jll/tf6pT_mAstZ.dylib for FriBidi_jll [559328eb-81f9-559d-9380-de523a88c83c] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Graphite2_jll/XMuhG_mAstZ.dylib for Graphite2_jll [3b182d85-2403-5c21-9c21-1e1f0cc25472] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/HarfBuzz_jll/h60co_lJRXF.dylib for HarfBuzz_jll [2e76f6c2-a576-52d4-95c1-20adfe4de566] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libass_jll/JqZi8_lJRXF.dylib for libass_jll [0ac62f75-1d6f-5e53-bd7c-93b484bb37c0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libfdk_aac_jll/Ido5Q_mAstZ.dylib for libfdk_aac_jll [f638f0a6-7fb0-5443-88ba-1cc74229b280] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LAME_jll/SFEUf_mAstZ.dylib for LAME_jll [c1c5ebd0-6772-5130-a774-d5fcae4a789d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Ogg_jll/gOU2R_mAstZ.dylib for Ogg_jll [e7412a2a-1a6e-54c0-be00-318e2571c051] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libvorbis_jll/X4qYa_mAstZ.dylib for libvorbis_jll [f27f6e37-5d2b-51aa-960f-b287f2bc3b7a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libaom_jll/i2i8X_mAstZ.dylib for libaom_jll [a4ae2306-e953-59d6-aa16-d00cac43593b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/x264_jll/XmaTp_mAstZ.dylib for x264_jll [1270edf5-f2f9-52d2-97e9-ab00b5d0237a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/x265_jll/5KlGs_mAstZ.dylib for x265_jll [dfaa095f-4041-5dcd-9319-2fabd8486b76] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/OpenSSL_jll/M3X35_mAstZ.dylib for OpenSSL_jll [458c3c95-2e84-50aa-8efc-19380b2a3a95] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Opus_jll/vFQVB_mAstZ.dylib for Opus_jll [91d4177d-7536-5919-b921-800302f37372] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FFMPEG_jll/uSD0T_lJRXF.dylib for FFMPEG_jll [b22a6f82-2f65-5046-a5b2-351ab43fb4e5] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/GLFW_jll/IYB2C_lJRXF.dylib for GLFW_jll [0656b61e-2033-5cc2-a64a-77c0f6c09b89] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JpegTurbo_jll/EC0Oy_mAstZ.dylib for JpegTurbo_jll [aacddb02-875f-59d6-b918-886e6ef4fbf8] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LERC_jll/0PXNr_mAstZ.dylib for LERC_jll [88015f11-f218-50d7-93a8-a6af411a945d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zstd_jll/cFDJB_mAstZ.dylib for Zstd_jll [3161d3a3-bdf6-5164-811a-617609db77b4] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libtiff_jll/f0w9B_mAstZ.dylib for Libtiff_jll [89763e89-9b03-5906-acba-b20f662cd828] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Qt5Base_jll/RrDcL_lJRXF.dylib for Qt5Base_jll [ea2cea3b-5b76-57ae-a6ef-0a8af62496e1] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/GR_jll/jV9xf_lJRXF.dylib for GR_jll [d2c73de3-f751-5644-a686-071e5b155ba9] │ └ @ Base loading.jl:1004 └ ┌ Libmount_jll [4b2f31a3-9ecc-558c-b454-b3730dcb73e9] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ HTTP [cd3eb016-35fb-5094-929b-558a96fad6f3] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/URIs/eec2u_lJRXF.dylib for URIs [5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LoggingExtras/9fRHf_TZjDz.dylib for LoggingExtras [e6f89c97-d47a-5376-807f-9c37f3926c36] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/MbedTLS_jll/u5NEn_TZjDz.dylib for MbedTLS_jll [c8ffd9c3-330d-5841-b78e-0817d7145fa1] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/MbedTLS/bf9T0_TZjDz.dylib for MbedTLS [739be429-bea8-5141-9913-cc70e7f3736d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Ignoring cache file /Users/fons/.julia/compiled/v1.9/OpenSSL_jll/M3X35_mAstZ.ji for OpenSSL_jll [458c3c95-2e84-50aa-8efc-19380b2a3a95] (fafbfcfd-941a-fb4d-0000-0a89cf31ef46) since it is does not provide desired build_id (fafbfcfd-add1-f2b5-0000-0a6937112642) │ └ @ Base loading.jl:2702 │ ┌ Debug: Rejecting cache file /Users/fons/.julia/compiled/v1.9/OpenSSL_jll/M3X35_TZjDz.ji because it is for file /Users/fons/.julia/packages/OpenSSL_jll/xqxRS/src/OpenSSL_jll.jl not file /Users/fons/.julia/packages/OpenSSL_jll/tsTDe/src/OpenSSL_jll.jl │ └ @ Base loading.jl:2757 │ ┌ Debug: Rejecting cache file /Users/fons/.julia/compiled/v1.9/OpenSSL/B4VRP_TZjDz.ji because required dependency OpenSSL_jll [458c3c95-2e84-50aa-8efc-19380b2a3a95] with build ID fafbfcfd-add1-f2b5-0000-0a6937112642 is missing from the cache. │ └ @ Base loading.jl:1425 │ ┌ Debug: Precompiling OpenSSL [4d8831e6-92b7-49fb-bdf8-b643e874388c] │ └ @ Base loading.jl:2124 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/BitFlags/sbYUO_TZjDz.dylib for BitFlags [d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/OpenSSL_jll/M3X35_mAstZ.dylib for OpenSSL_jll [458c3c95-2e84-50aa-8efc-19380b2a3a95] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/BitFlags/sbYUO_TZjDz.dylib for BitFlags [d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/OpenSSL_jll/M3X35_mAstZ.dylib for OpenSSL_jll [458c3c95-2e84-50aa-8efc-19380b2a3a95] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/OpenSSL/B4VRP_lJRXF.dylib for OpenSSL [4d8831e6-92b7-49fb-bdf8-b643e874388c] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/TranscodingStreams/eJQ7D_TZjDz.dylib for TranscodingStreams [3bb67fe8-82b1-5028-8e26-92a6c54297fa] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zlib_jll/xjq3Q_TZjDz.dylib for Zlib_jll [83775a58-1f1d-513f-b197-d71354ab007a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/CodecZlib/1TI30_lJRXF.dylib for CodecZlib [944b1d66-785c-5afd-91f1-9de20f533193] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/SimpleBufferStream/QbHsM_TZjDz.dylib for SimpleBufferStream [777ac1f9-54b0-4bf8-805c-2214025038e7] │ └ @ Base loading.jl:1004 └ ┌ Xorg_xcb_util_keysyms_jll [975044d2-76e6-5fbe-bf08-97ce7c6574c7] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ GLFW_jll [0656b61e-2033-5cc2-a64a-77c0f6c09b89] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Latexify [23fbe1c1-3f47-55db-b15f-69d7ec21a316] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Requires/IyxeS_mAstZ.dylib for Requires [ae029012-a4dd-5104-9daa-d747884805df] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LaTeXStrings/H4HGh_lJRXF.dylib for LaTeXStrings [b964fa9f-0449-5b57-a5c2-d3ea65f4040f] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/MacroTools/38lnR_lJRXF.dylib for MacroTools [1914dd2f-81c6-5fcd-8719-6d5c9610ff09] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Formatting/vCa4N_lJRXF.dylib for Formatting [59287772-0a20-5a39-b81b-1366585eb4c0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/OrderedCollections/LtT3J_TZjDz.dylib for OrderedCollections [bac558e1-5e72-5ebc-8fee-abe8a469f55d] │ └ @ Base loading.jl:1004 └ ┌ Libgpg_error_jll [7add5ba3-2f88-524e-9cd5-f83b8a55f7b8] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ XSLT_jll [aed1982a-8fda-507f-9586-7b0439959a61] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libgpg_error_jll/oMDEk_lJRXF.dylib for Libgpg_error_jll [7add5ba3-2f88-524e-9cd5-f83b8a55f7b8] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libgcrypt_jll/qUUnq_lJRXF.dylib for Libgcrypt_jll [d4300ac3-e22c-5743-9152-c294e39db1e4] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libiconv_jll/ujTCF_mAstZ.dylib for Libiconv_jll [94ce4f54-9a6c-5748-9c1c-f9c7231a4531] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zlib_jll/xjq3Q_TZjDz.dylib for Zlib_jll [83775a58-1f1d-513f-b197-d71354ab007a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/XML2_jll/xWVg2_mAstZ.dylib for XML2_jll [02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a] │ └ @ Base loading.jl:1004 └ ┌ Xorg_libxcb_jll [c7cfdc94-dc32-55de-ac96-5a1b8d977c5b] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Wayland_protocols_jll [2381bf8a-dfd0-557d-9999-79630e7b1b91] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ LibSSH2_jll [29816b5a-b9ab-546f-933c-edad1886dfa8] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/MbedTLS_jll/u5NEn_TZjDz.dylib for MbedTLS_jll [c8ffd9c3-330d-5841-b78e-0817d7145fa1] │ └ @ Base loading.jl:1004 └ ┌ xkbcommon_jll [d8fb68d0-12a3-5cfd-a85a-d49703b185fd] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Xorg_libXcursor_jll [935fb764-8cf2-53bf-bb30-45bb1f8bf724] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Xorg_libXi_jll [a51aa0fd-4e3c-5386-b890-e753decda492] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Xorg_xkeyboard_config_jll [33bec58e-1273-512f-9401-5d533626f822] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ FFMPEG_jll [b22a6f82-2f65-5046-a5b2-351ab43fb4e5] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Bzip2_jll/biC9V_mAstZ.dylib for Bzip2_jll [6e34b625-4abd-537c-b88f-471c36dfa7a0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zlib_jll/xjq3Q_TZjDz.dylib for Zlib_jll [83775a58-1f1d-513f-b197-d71354ab007a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FreeType2_jll/AzWNe_mAstZ.dylib for FreeType2_jll [d7e528f0-a631-5988-bf34-fe36492bcfd7] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FriBidi_jll/tf6pT_mAstZ.dylib for FriBidi_jll [559328eb-81f9-559d-9380-de523a88c83c] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libiconv_jll/ujTCF_mAstZ.dylib for Libiconv_jll [94ce4f54-9a6c-5748-9c1c-f9c7231a4531] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libffi_jll/y4lM8_mAstZ.dylib for Libffi_jll [e9f186c6-92d2-5b65-8a66-fee21dc1b490] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/XML2_jll/xWVg2_mAstZ.dylib for XML2_jll [02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Gettext_jll/l4zGN_mAstZ.dylib for Gettext_jll [78b55507-aeef-58d4-861c-77aaff3498b1] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/PCRE2_jll/8i0KO_mAstZ.dylib for PCRE2_jll [efcefdf7-47ab-520b-bdef-62a2eaa19f15] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Glib_jll/S5dsb_lJRXF.dylib for Glib_jll [7746bdde-850d-59dc-9ae8-88ece973131d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Pixman_jll/yWAFT_mAstZ.dylib for Pixman_jll [30392449-352a-5448-841d-b1acce4e97dc] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libpng_jll/paYot_mAstZ.dylib for libpng_jll [b53b4c65-9356-5827-b1ea-8c7a1a84506f] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libuuid_jll/H4xj5_mAstZ.dylib for Libuuid_jll [38a345b3-de98-5d2b-a5d3-14cd9215e700] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Expat_jll/4P57b_mAstZ.dylib for Expat_jll [2e619515-83b5-522b-bb60-26c02a35a201] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Fontconfig_jll/xsKJT_mAstZ.dylib for Fontconfig_jll [a3f928ae-7b40-5064-980b-68af3947d34b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LZO_jll/dUj3l_mAstZ.dylib for LZO_jll [dd4b983a-f0e5-5f8d-a1b7-129d4a5fb1ac] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Cairo_jll/ouRHo_lJRXF.dylib for Cairo_jll [83423d85-b0ee-5818-9007-b63ccbeb887a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Graphite2_jll/XMuhG_mAstZ.dylib for Graphite2_jll [3b182d85-2403-5c21-9c21-1e1f0cc25472] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/HarfBuzz_jll/h60co_lJRXF.dylib for HarfBuzz_jll [2e76f6c2-a576-52d4-95c1-20adfe4de566] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libass_jll/JqZi8_lJRXF.dylib for libass_jll [0ac62f75-1d6f-5e53-bd7c-93b484bb37c0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libfdk_aac_jll/Ido5Q_mAstZ.dylib for libfdk_aac_jll [f638f0a6-7fb0-5443-88ba-1cc74229b280] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LAME_jll/SFEUf_mAstZ.dylib for LAME_jll [c1c5ebd0-6772-5130-a774-d5fcae4a789d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Ogg_jll/gOU2R_mAstZ.dylib for Ogg_jll [e7412a2a-1a6e-54c0-be00-318e2571c051] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libvorbis_jll/X4qYa_mAstZ.dylib for libvorbis_jll [f27f6e37-5d2b-51aa-960f-b287f2bc3b7a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libaom_jll/i2i8X_mAstZ.dylib for libaom_jll [a4ae2306-e953-59d6-aa16-d00cac43593b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/x264_jll/XmaTp_mAstZ.dylib for x264_jll [1270edf5-f2f9-52d2-97e9-ab00b5d0237a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/x265_jll/5KlGs_mAstZ.dylib for x265_jll [dfaa095f-4041-5dcd-9319-2fabd8486b76] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/OpenSSL_jll/M3X35_mAstZ.dylib for OpenSSL_jll [458c3c95-2e84-50aa-8efc-19380b2a3a95] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Opus_jll/vFQVB_mAstZ.dylib for Opus_jll [91d4177d-7536-5919-b921-800302f37372] │ └ @ Base loading.jl:1004 └ ┌ Xorg_xcb_util_wm_jll [c22f9ab0-d5fe-5066-847c-f4bb1cd4e361] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Xorg_libpthread_stubs_jll [14d82f49-176c-5ed1-bb49-ad3f5cbd8c74] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Xorg_libXrender_jll [ea2f1a96-1ddc-540d-b46f-429655e07cfa] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 └ ┌ Cairo_jll [83423d85-b0ee-5818-9007-b63ccbeb887a] │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Preferences/pWSk8_TZjDz.dylib for Preferences [21216c6a-2e73-6563-6e65-726566657250] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/JLLWrappers/7Zgw7_TZjDz.dylib for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libiconv_jll/ujTCF_mAstZ.dylib for Libiconv_jll [94ce4f54-9a6c-5748-9c1c-f9c7231a4531] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libffi_jll/y4lM8_mAstZ.dylib for Libffi_jll [e9f186c6-92d2-5b65-8a66-fee21dc1b490] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Zlib_jll/xjq3Q_TZjDz.dylib for Zlib_jll [83775a58-1f1d-513f-b197-d71354ab007a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/XML2_jll/xWVg2_mAstZ.dylib for XML2_jll [02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Gettext_jll/l4zGN_mAstZ.dylib for Gettext_jll [78b55507-aeef-58d4-861c-77aaff3498b1] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/PCRE2_jll/8i0KO_mAstZ.dylib for PCRE2_jll [efcefdf7-47ab-520b-bdef-62a2eaa19f15] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Glib_jll/S5dsb_lJRXF.dylib for Glib_jll [7746bdde-850d-59dc-9ae8-88ece973131d] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Pixman_jll/yWAFT_mAstZ.dylib for Pixman_jll [30392449-352a-5448-841d-b1acce4e97dc] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/libpng_jll/paYot_mAstZ.dylib for libpng_jll [b53b4c65-9356-5827-b1ea-8c7a1a84506f] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Bzip2_jll/biC9V_mAstZ.dylib for Bzip2_jll [6e34b625-4abd-537c-b88f-471c36dfa7a0] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FreeType2_jll/AzWNe_mAstZ.dylib for FreeType2_jll [d7e528f0-a631-5988-bf34-fe36492bcfd7] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Libuuid_jll/H4xj5_mAstZ.dylib for Libuuid_jll [38a345b3-de98-5d2b-a5d3-14cd9215e700] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Expat_jll/4P57b_mAstZ.dylib for Expat_jll [2e619515-83b5-522b-bb60-26c02a35a201] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/Fontconfig_jll/xsKJT_mAstZ.dylib for Fontconfig_jll [a3f928ae-7b40-5064-980b-68af3947d34b] │ └ @ Base loading.jl:1004 │ ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/LZO_jll/dUj3l_mAstZ.dylib for LZO_jll [dd4b983a-f0e5-5f8d-a1b7-129d4a5fb1ac] │ └ @ Base loading.jl:1004 └ Resolving... No Changes to `/private/var/folders/v_/fhpj9jn151d4p9c2fdw2gv780000gn/T/jl_7tLf3u/Project.toml` No Changes to `/private/var/folders/v_/fhpj9jn151d4p9c2fdw2gv780000gn/T/jl_7tLf3u/Manifest.toml` ``` Captured in the terminal: ``` ┌ Debug: PlutoPkg: Instantiating │ notebook.path = "/Users/fons/.julia/pluto_notebooks/sample Plots.jl 18.jl" └ @ Pluto ~/Documents/Pluto.jl/src/packages/Packages.jl:392 ┌ Debug: Creating workspace process │ notebook.path = "/Users/fons/.julia/pluto_notebooks/sample Plots.jl 18.jl" │ length(notebook.cells) = 42 └ @ Pluto.WorkspaceManager ~/Documents/Pluto.jl/src/evaluation/WorkspaceManager.jl:62 ┌ Debug: Skipping mtime check for file /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-macmini-aarch64-5.0/build/default-macmini-aarch64-5-0/julialang/julia-release-1-dot-9/usr/share/julia/stdlib/v1.9/SuiteSparse_jll/src/SuiteSparse_jll.jl used by /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/SuiteSparse_jll/ME9At_57dFa.ji, since it is a stdlib └ @ Base loading.jl:2773 ┌ Debug: Rejecting cache file /Users/fons/.julia/compiled/v1.9/URIs/eec2u_TZjDz.ji because it is for file /Users/fons/.julia/packages/URIs/6ecRe/src/URIs.jl not file /Users/fons/.julia/packages/URIs/gpp9J/src/URIs.jl └ @ Base loading.jl:2757 ┌ Debug: Rejecting cache file /Users/fons/.julia/compiled/v1.9/CodecZlib/1TI30_TZjDz.ji because it is for file /Users/fons/.julia/packages/CodecZlib/ruMLE/src/CodecZlib.jl not file /Users/fons/.julia/packages/CodecZlib/ytMgl/src/CodecZlib.jl └ @ Base loading.jl:2757 ┌ Debug: Skipping mtime check for file /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-macmini-aarch64-5.0/build/default-macmini-aarch64-5-0/julialang/julia-release-1-dot-9/usr/share/julia/stdlib/v1.9/LibSSH2_jll/src/LibSSH2_jll.jl used by /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/LibSSH2_jll/K6mup_57dFa.ji, since it is a stdlib └ @ Base loading.jl:2773 ┌ Debug: Rejecting cache file /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/SuiteSparse_jll/ME9At_57dFa.ji because /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/SuiteSparse_jll/ME9At_57dFa.dylib has an invalid checksum └ @ Base loading.jl:2800 ┌ Debug: Rejecting cache file /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/LibSSH2_jll/K6mup_57dFa.ji because /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/LibSSH2_jll/K6mup_57dFa.dylib has an invalid checksum └ @ Base loading.jl:2800 ┌ Debug: Rejecting cache file /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/SuiteSparse_jll/ME9At_bvckq.ji for [top-level] since the flags are mismatched │ current session: use_pkgimages = true, debug_level = 1, check_bounds = 0, inline = true, opt_level = 2 │ cache file: use_pkgimages = true, debug_level = 1, check_bounds = 1, inline = true, opt_level = 2 └ @ Base loading.jl:2668 ┌ Debug: Rejecting cache file /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/LibSSH2_jll/K6mup_bvckq.ji for [top-level] since the flags are mismatched │ current session: use_pkgimages = true, debug_level = 1, check_bounds = 0, inline = true, opt_level = 2 │ cache file: use_pkgimages = true, debug_level = 1, check_bounds = 1, inline = true, opt_level = 2 └ @ Base loading.jl:2668 From worker 3: ┌ Debug: Loading object cache file /Users/fons/.julia/compiled/v1.9/FuzzyCompletions/xKHrE_TZjDz.dylib for FuzzyCompletions [fb4132e2-a121-4a70-b8a1-d5b831dcdcc2] From worker 3: └ @ Base loading.jl:1004 ┌ Debug: PlutoPkg: Resolving │ notebook.path = "/Users/fons/.julia/pluto_notebooks/sample Plots.jl 18.jl" └ @ Pluto ~/Documents/Pluto.jl/src/packages/Packages.jl:422 ┌ Debug: PlutoPkg: │ notebook.path = "/Users/fons/.julia/pluto_notebooks/sample Plots.jl 18.jl" │ to_add = String[] │ to_remove = String[] └ @ Pluto ~/Documents/Pluto.jl/src/packages/Packages.jl:185 ┌ Debug: PlutoPkg: success! │ notebook.path = "/Users/fons/.julia/pluto_notebooks/sample Plots.jl 18.jl" │ pkg_result = (did_something = true, used_tier = Pkg.Types.PRESERVE_ALL, restart_recommended = false, restart_required = false) └ @ Pluto ~/Documents/Pluto.jl/src/packages/Packages.jl:329 ``` The same, but without debug logs from Pluto: ``` ┌ Debug: Skipping mtime check for file /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-macmini-aarch64-5.0/build/default-macmini-aarch64-5-0/julialang/julia-release-1-dot-9/usr/share/julia/stdlib/v1.9/SuiteSparse_jll/src/SuiteSparse_jll.jl used by /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/SuiteSparse_jll/ME9At_57dFa.ji, since it is a stdlib └ @ Base loading.jl:2773 ┌ Debug: Rejecting cache file /Users/fons/.julia/compiled/v1.9/URIs/eec2u_TZjDz.ji because it is for file /Users/fons/.julia/packages/URIs/6ecRe/src/URIs.jl not file /Users/fons/.julia/packages/URIs/gpp9J/src/URIs.jl └ @ Base loading.jl:2757 ┌ Debug: Rejecting cache file /Users/fons/.julia/compiled/v1.9/CodecZlib/1TI30_TZjDz.ji because it is for file /Users/fons/.julia/packages/CodecZlib/ruMLE/src/CodecZlib.jl not file /Users/fons/.julia/packages/CodecZlib/ytMgl/src/CodecZlib.jl └ @ Base loading.jl:2757 ┌ Debug: Skipping mtime check for file /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-macmini-aarch64-5.0/build/default-macmini-aarch64-5-0/julialang/julia-release-1-dot-9/usr/share/julia/stdlib/v1.9/LibSSH2_jll/src/LibSSH2_jll.jl used by /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/LibSSH2_jll/K6mup_57dFa.ji, since it is a stdlib └ @ Base loading.jl:2773 ┌ Debug: Rejecting cache file /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/SuiteSparse_jll/ME9At_57dFa.ji because /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/SuiteSparse_jll/ME9At_57dFa.dylib has an invalid checksum └ @ Base loading.jl:2800 ┌ Debug: Rejecting cache file /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/LibSSH2_jll/K6mup_57dFa.ji because /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/LibSSH2_jll/K6mup_57dFa.dylib has an invalid checksum └ @ Base loading.jl:2800 ┌ Debug: Rejecting cache file /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/SuiteSparse_jll/ME9At_bvckq.ji for [top-level] since the flags are mismatched │ current session: use_pkgimages = true, debug_level = 1, check_bounds = 0, inline = true, opt_level = 2 │ cache file: use_pkgimages = true, debug_level = 1, check_bounds = 1, inline = true, opt_level = 2 └ @ Base loading.jl:2668 ┌ Debug: Rejecting cache file /Applications/Julia-1.9.0-beta4 ARM.app/Contents/Resources/julia/share/julia/compiled/v1.9/LibSSH2_jll/K6mup_bvckq.ji for [top-level] since the flags are mismatched │ current session: use_pkgimages = true, debug_level = 1, check_bounds = 0, inline = true, opt_level = 2 │ cache file: use_pkgimages = true, debug_level = 1, check_bounds = 1, inline = true, opt_level = 2 └ @ Base loading.jl:2668 ``` After Pkg, executing the `using Plots` call produced no stdout/logs.

Interesting in these logs:

Notebook file, including Project.toml and Manifest.toml at the bottom ```julia ### A Pluto.jl notebook ### # v0.19.22 using Markdown using InteractiveUtils # ╔═╡ 5e611449-c239-4547-9d13-5db33a081e58 using Plots # ╔═╡ 7b93882c-9ad8-11ea-0288-0941e163f9d5 md""" # Plotting in Pluto Pluto is an excellent environment to visualise your data. This notebook shows a few examples of using plots in Pluto using the `Plots` package. I wrote this notebook so you can understand it even if you have never used `Plots`. However, it is not intended as a complete tutorial for the package. If you want to start making your own plots, I recommend looking at the package [documentation](https://docs.juliaplots.org/latest/) for a full tutorial as well. Let's start by importing the `Plots` package. _(Pluto's package manager automatically takes care of installing and tracking dependencies!)_ """ # ╔═╡ e5abaf40-f105-11ea-1494-2da858d7db5b md"We need to choose a _backend_ for Plots.jl. We choose `plotly` because it works with no additional dependencies. You can [read more about backends](http://docs.juliaplots.org/latest/backends/#backends) in Plots.jl - it's one of its coolest features!" # ╔═╡ 9414a092-f105-11ea-10cd-23f84e47d876 # ╠═╡ show_logs = false plotly() # ╔═╡ 5ae65950-9ad9-11ea-2e14-35119d369acd md""" ## The basics Now we can get started. We can begin by making some X and Y values. I typed out some Y values so you can alter them and see the effect. """ # ╔═╡ aaa805d4-9ad8-11ea-21c2-3b20580fea0e years = 2001:2010 # ╔═╡ c02bc44a-9ad8-11ea-117d-3997e1f3cab0 apples = [15, 25, 80, 75, 50, 30, 35, 15, 25, 35] # ╔═╡ a405ae4c-9ad9-11ea-0008-f763e098846d md""" Great, let's plot them! The basic syntax of `Plots` is very simple. """ # ╔═╡ 12a8c222-9ad9-11ea-2544-355bd080367f plot(years, apples) # ╔═╡ 19660da0-9ada-11ea-1942-a9d4ddd7753b md""" You can change the properties of the plot by giving different arguments to the function call. """ # ╔═╡ 5410faba-9ada-11ea-2fc5-35f0bdd40d96 plot(years, apples, legend=false, title="Number of apples per year") # ╔═╡ 90c47cae-9ada-11ea-10da-91f4dcf0f2d6 md""" Alternatively, you can use `plot!()`. This function takes the same arguments, but alters our existing plot. """ # ╔═╡ b2727d2e-9ada-11ea-23d3-bddab9ec8de1 begin plot(years, apples) plot!(legend=false) plot!(title="Number of apples per year") end # ╔═╡ 676654d2-de67-4284-a28d-eb8766f84388 Base.JLOptions() # ╔═╡ eb218bea-9adc-11ea-2f3a-298c41caf8a1 md""" ## More options We can easily plot multiple series. """ # ╔═╡ bd30bdf4-9add-11ea-26d4-75ac3f0b8610 oranges = rand(1:100, 10) # ╔═╡ dc50d480-9add-11ea-2821-018a98fab262 begin plot(years, apples, label="apples") plot!(years, oranges, label="oranges") end # ╔═╡ c9a64e98-9b67-11ea-1d6a-3b1f7548cb8d md""" Different plot types have their own functions. """ # ╔═╡ 13428812-9ade-11ea-3865-1d293993203d scatter(apples, oranges, legend=false) # ╔═╡ d76fd0f6-9b67-11ea-0a73-e9ddb60ca291 md""" You can also plot a function instead of an output array! """ # ╔═╡ 69fa7744-9b67-11ea-26df-3b4446dfb3ea begin function myfunction(x) return sin(x / 2) end plot(years, sin, label="sine") plot!(years, myfunction, label="my function") end # ╔═╡ af31a428-9adf-11ea-280a-45e2b891c4f9 md""" ## Naming plots Plots are also just a type of variable, so you can give them a name. """ # ╔═╡ 5ed7c444-9adf-11ea-2925-8573f018e820 apples_plot = plot(years, apples, legend=false, xlabel="year", ylabel="apples") # ╔═╡ 932b6b3c-a64d-11ea-2aba-2bf577ce3cf8 apples_vs_oranges = scatter(apples, oranges, legend=false, xlabel="apples", ylabel="oranges") # ╔═╡ 030c1d10-9b69-11ea-11b7-ff04c60892b9 md""" This way, you can show them again """ # ╔═╡ d7bdab72-9b65-11ea-18c0-5353a214749d apples_plot # ╔═╡ 22992cec-9adb-11ea-078e-c7c21489c053 md""" ## Combining subplots We can combine multiple plots in a single image using the `layout` argument. One option is to provide a matrix of values and call a single `plot`. """ # ╔═╡ 5d723220-9ade-11ea-37db-c110dda60a15 pears = rand(1:100, 10) # ╔═╡ 632cb26c-9ade-11ea-1bc7-39b8207190e2 bananas = rand(1:100, 10) # ╔═╡ a01bf430-9ade-11ea-2ae4-23287ba11406 fruits = hcat(apples, oranges, pears, bananas) # ╔═╡ 69e045b0-9ade-11ea-0c55-05fa0da5893c plot(years, fruits, layout=(4, 1), legend=false) # ╔═╡ 054e0c4e-9adf-11ea-3deb-4daf2b6a2548 md""" This works when we have a nice output matrix. For more complicated options, named plots are usually a good solution. When we have created a few plots, we can put them together in a single plot. """ # ╔═╡ 91b4eedc-9adf-11ea-37aa-250ceec26640 plot(apples_plot, apples_vs_oranges, layout=(1, 2)) # ╔═╡ a7abf64e-9adb-11ea-2ae4-47886125fe60 md""" ## The Pluto way of plotting For the most part, plotting in Pluto is not different from anywhere else. However, there are a few things to keep in mind. The `plot!()` function alters an existing plot. In reactive programming, you are not supposed to alter the value of a variable you defined in a different cell. I strongly recommend that you only use `plot!()` to alter plots you initialised in the same cell. For the sake of demonstration, here is what happens if you use `plot!()` in its own cell. Let's start by making a new plot. """ # ╔═╡ 2617a7b6-9ae2-11ea-1461-d914c7cfdb09 pears_plot = plot(years, pears, label="pears") # ╔═╡ 46388876-9ae2-11ea-2c5f-073698e45d44 md""" The cell below adds a new series to the plot. It shows the altered plot, while our original plot still looks intact. Maybe that's not so bad. It seems like we could use this to build a plot one step at a time. But try changing the plot below so that it plots oranges instead of bananas. """ # ╔═╡ 2598a29a-9ae2-11ea-02cc-21f3fa5a9472 plot!(pears_plot, years, bananas, label="bananas") # ╔═╡ a9cdba00-9ae2-11ea-3bf9-41d07e7a785f md""" Did you get three series? It's because the `plot` still has the `bananas` data added to it. So the bananas are still plotted, even though you now don't have any code doing that. This is not great for coding: it means that if you close your notebook, your plots might not look the same when you open it again. Try running the cell a few times. You keep adding series! Also not great when working on a plot. """ # ╔═╡ f22b6fda-9ae3-11ea-3ff2-ebcf1374f595 md""" So what if you do want to add things to a plot one at a time, instead of using a single cell? My recommendation is to define your plot in a function. """ # ╔═╡ 8819edf0-9ae4-11ea-15f4-f17e9e9db8ea function plot_pears() myplot = plot(years, pears, label="pears") return myplot end # ╔═╡ 9e4d1462-9ae4-11ea-3c0f-774d68a671c3 plot_pears() # ╔═╡ a7906786-9ae4-11ea-0175-4f860c05a8a2 begin plot_pears() plot!(years, bananas, label="bananas") end # ╔═╡ d3cbc548-9ae4-11ea-261f-7fb956839e53 md""" Try changing the function for the base plot, or the addition in the bottom cell. No weird effects! """ # ╔═╡ 00000000-0000-0000-0000-000000000001 PLUTO_PROJECT_TOML_CONTENTS = """ [deps] Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" [compat] Plots = "~1.38.2" """ # ╔═╡ 00000000-0000-0000-0000-000000000002 PLUTO_MANIFEST_TOML_CONTENTS = """ # This file is machine-generated - editing it directly is not advised julia_version = "1.9.0-beta4" manifest_format = "2.0" project_hash = "153c6c831c032927c14e8383a2274b96fa83b229" [[deps.ArgTools]] uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f" version = "1.1.1" [[deps.Artifacts]] uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" [[deps.Base64]] uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" [[deps.BitFlags]] git-tree-sha1 = "43b1a4a8f797c1cddadf60499a8a077d4af2cd2d" uuid = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35" version = "0.1.7" [[deps.Bzip2_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "19a35467a82e236ff51bc17a3a44b69ef35185a2" uuid = "6e34b625-4abd-537c-b88f-471c36dfa7a0" version = "1.0.8+0" [[deps.Cairo_jll]] deps = ["Artifacts", "Bzip2_jll", "CompilerSupportLibraries_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "JLLWrappers", "LZO_jll", "Libdl", "Pixman_jll", "Pkg", "Xorg_libXext_jll", "Xorg_libXrender_jll", "Zlib_jll", "libpng_jll"] git-tree-sha1 = "4b859a208b2397a7a623a03449e4636bdb17bcf2" uuid = "83423d85-b0ee-5818-9007-b63ccbeb887a" version = "1.16.1+1" [[deps.CodecZlib]] deps = ["TranscodingStreams", "Zlib_jll"] git-tree-sha1 = "9c209fb7536406834aa938fb149964b985de6c83" uuid = "944b1d66-785c-5afd-91f1-9de20f533193" version = "0.7.1" [[deps.ColorSchemes]] deps = ["ColorTypes", "ColorVectorSpace", "Colors", "FixedPointNumbers", "Random", "SnoopPrecompile"] git-tree-sha1 = "aa3edc8f8dea6cbfa176ee12f7c2fc82f0608ed3" uuid = "35d6a980-a343-548e-a6ea-1d62b119f2f4" version = "3.20.0" [[deps.ColorTypes]] deps = ["FixedPointNumbers", "Random"] git-tree-sha1 = "eb7f0f8307f71fac7c606984ea5fb2817275d6e4" uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" version = "0.11.4" [[deps.ColorVectorSpace]] deps = ["ColorTypes", "FixedPointNumbers", "LinearAlgebra", "SpecialFunctions", "Statistics", "TensorCore"] git-tree-sha1 = "600cc5508d66b78aae350f7accdb58763ac18589" uuid = "c3611d14-8923-5661-9e6a-0046d554d3a4" version = "0.9.10" [[deps.Colors]] deps = ["ColorTypes", "FixedPointNumbers", "Reexport"] git-tree-sha1 = "fc08e5930ee9a4e03f84bfb5211cb54e7769758a" uuid = "5ae59095-9a9b-59fe-a467-6f913c188581" version = "0.12.10" [[deps.Compat]] deps = ["UUIDs"] git-tree-sha1 = "7a60c856b9fa189eb34f5f8a6f6b5529b7942957" uuid = "34da2185-b29b-5c13-b0c7-acf172513d20" version = "4.6.1" weakdeps = ["Dates", "LinearAlgebra"] [deps.Compat.extensions] CompatLinearAlgebraExt = "LinearAlgebra" [[deps.CompilerSupportLibraries_jll]] deps = ["Artifacts", "Libdl"] uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae" version = "1.0.2+0" [[deps.Contour]] git-tree-sha1 = "d05d9e7b7aedff4e5b51a029dced05cfb6125781" uuid = "d38c429a-6771-53c6-b99e-75d170b6e991" version = "0.6.2" [[deps.DataAPI]] git-tree-sha1 = "e8119c1a33d267e16108be441a287a6981ba1630" uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a" version = "1.14.0" [[deps.DataStructures]] deps = ["Compat", "InteractiveUtils", "OrderedCollections"] git-tree-sha1 = "d1fff3a548102f48987a52a2e0d114fa97d730f0" uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" version = "0.18.13" [[deps.Dates]] deps = ["Printf"] uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" [[deps.DelimitedFiles]] deps = ["Mmap"] git-tree-sha1 = "9e2f36d3c96a820c678f2f1f1782582fcf685bae" uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab" version = "1.9.1" [[deps.DocStringExtensions]] deps = ["LibGit2"] git-tree-sha1 = "2fb1e02f2b635d0845df5d7c167fec4dd739b00d" uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" version = "0.9.3" [[deps.Downloads]] deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"] uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6" version = "1.6.0" [[deps.Expat_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "bad72f730e9e91c08d9427d5e8db95478a3c323d" uuid = "2e619515-83b5-522b-bb60-26c02a35a201" version = "2.4.8+0" [[deps.FFMPEG]] deps = ["FFMPEG_jll"] git-tree-sha1 = "b57e3acbe22f8484b4b5ff66a7499717fe1a9cc8" uuid = "c87230d0-a227-11e9-1b43-d7ebe4e7570a" version = "0.4.1" [[deps.FFMPEG_jll]] deps = ["Artifacts", "Bzip2_jll", "FreeType2_jll", "FriBidi_jll", "JLLWrappers", "LAME_jll", "Libdl", "Ogg_jll", "OpenSSL_jll", "Opus_jll", "PCRE2_jll", "Pkg", "Zlib_jll", "libaom_jll", "libass_jll", "libfdk_aac_jll", "libvorbis_jll", "x264_jll", "x265_jll"] git-tree-sha1 = "74faea50c1d007c85837327f6775bea60b5492dd" uuid = "b22a6f82-2f65-5046-a5b2-351ab43fb4e5" version = "4.4.2+2" [[deps.FileWatching]] uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee" [[deps.FixedPointNumbers]] deps = ["Statistics"] git-tree-sha1 = "335bfdceacc84c5cdf16aadc768aa5ddfc5383cc" uuid = "53c48c17-4a7d-5ca2-90c5-79b7896eea93" version = "0.8.4" [[deps.Fontconfig_jll]] deps = ["Artifacts", "Bzip2_jll", "Expat_jll", "FreeType2_jll", "JLLWrappers", "Libdl", "Libuuid_jll", "Pkg", "Zlib_jll"] git-tree-sha1 = "21efd19106a55620a188615da6d3d06cd7f6ee03" uuid = "a3f928ae-7b40-5064-980b-68af3947d34b" version = "2.13.93+0" [[deps.Formatting]] deps = ["Printf"] git-tree-sha1 = "8339d61043228fdd3eb658d86c926cb282ae72a8" uuid = "59287772-0a20-5a39-b81b-1366585eb4c0" version = "0.4.2" [[deps.FreeType2_jll]] deps = ["Artifacts", "Bzip2_jll", "JLLWrappers", "Libdl", "Pkg", "Zlib_jll"] git-tree-sha1 = "87eb71354d8ec1a96d4a7636bd57a7347dde3ef9" uuid = "d7e528f0-a631-5988-bf34-fe36492bcfd7" version = "2.10.4+0" [[deps.FriBidi_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "aa31987c2ba8704e23c6c8ba8a4f769d5d7e4f91" uuid = "559328eb-81f9-559d-9380-de523a88c83c" version = "1.0.10+0" [[deps.GLFW_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Libglvnd_jll", "Pkg", "Xorg_libXcursor_jll", "Xorg_libXi_jll", "Xorg_libXinerama_jll", "Xorg_libXrandr_jll"] git-tree-sha1 = "d972031d28c8c8d9d7b41a536ad7bb0c2579caca" uuid = "0656b61e-2033-5cc2-a64a-77c0f6c09b89" version = "3.3.8+0" [[deps.GR]] deps = ["Artifacts", "Base64", "DelimitedFiles", "Downloads", "GR_jll", "HTTP", "JSON", "Libdl", "LinearAlgebra", "Pkg", "Preferences", "Printf", "Random", "Serialization", "Sockets", "TOML", "Tar", "Test", "UUIDs", "p7zip_jll"] git-tree-sha1 = "660b2ea2ec2b010bb02823c6d0ff6afd9bdc5c16" uuid = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71" version = "0.71.7" [[deps.GR_jll]] deps = ["Artifacts", "Bzip2_jll", "Cairo_jll", "FFMPEG_jll", "Fontconfig_jll", "GLFW_jll", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Libtiff_jll", "Pixman_jll", "Qt5Base_jll", "Zlib_jll", "libpng_jll"] git-tree-sha1 = "d5e1fd17ac7f3aa4c5287a61ee28d4f8b8e98873" uuid = "d2c73de3-f751-5644-a686-071e5b155ba9" version = "0.71.7+0" [[deps.Gettext_jll]] deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Libiconv_jll", "Pkg", "XML2_jll"] git-tree-sha1 = "9b02998aba7bf074d14de89f9d37ca24a1a0b046" uuid = "78b55507-aeef-58d4-861c-77aaff3498b1" version = "0.21.0+0" [[deps.Glib_jll]] deps = ["Artifacts", "Gettext_jll", "JLLWrappers", "Libdl", "Libffi_jll", "Libiconv_jll", "Libmount_jll", "PCRE2_jll", "Pkg", "Zlib_jll"] git-tree-sha1 = "d3b3624125c1474292d0d8ed0f65554ac37ddb23" uuid = "7746bdde-850d-59dc-9ae8-88ece973131d" version = "2.74.0+2" [[deps.Graphite2_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "344bf40dcab1073aca04aa0df4fb092f920e4011" uuid = "3b182d85-2403-5c21-9c21-1e1f0cc25472" version = "1.3.14+0" [[deps.Grisu]] git-tree-sha1 = "53bb909d1151e57e2484c3d1b53e19552b887fb2" uuid = "42e2da0e-8278-4e71-bc24-59509adca0fe" version = "1.0.2" [[deps.HTTP]] deps = ["Base64", "CodecZlib", "Dates", "IniFile", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"] git-tree-sha1 = "37e4657cd56b11abe3d10cd4a1ec5fbdb4180263" uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3" version = "1.7.4" [[deps.HarfBuzz_jll]] deps = ["Artifacts", "Cairo_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "Graphite2_jll", "JLLWrappers", "Libdl", "Libffi_jll", "Pkg"] git-tree-sha1 = "129acf094d168394e80ee1dc4bc06ec835e510a3" uuid = "2e76f6c2-a576-52d4-95c1-20adfe4de566" version = "2.8.1+1" [[deps.IniFile]] git-tree-sha1 = "f550e6e32074c939295eb5ea6de31849ac2c9625" uuid = "83e8ac13-25f8-5344-8a64-a9f2b223428f" version = "0.5.1" [[deps.InteractiveUtils]] deps = ["Markdown"] uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" [[deps.IrrationalConstants]] git-tree-sha1 = "630b497eafcc20001bba38a4651b327dcfc491d2" uuid = "92d709cd-6900-40b7-9082-c6be49f344b6" version = "0.2.2" [[deps.JLFzf]] deps = ["Pipe", "REPL", "Random", "fzf_jll"] git-tree-sha1 = "f377670cda23b6b7c1c0b3893e37451c5c1a2185" uuid = "1019f520-868f-41f5-a6de-eb00f4b6a39c" version = "0.1.5" [[deps.JLLWrappers]] deps = ["Preferences"] git-tree-sha1 = "abc9885a7ca2052a736a600f7fa66209f96506e1" uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210" version = "1.4.1" [[deps.JSON]] deps = ["Dates", "Mmap", "Parsers", "Unicode"] git-tree-sha1 = "3c837543ddb02250ef42f4738347454f95079d4e" uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" version = "0.21.3" [[deps.JpegTurbo_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl"] git-tree-sha1 = "6f2675ef130a300a112286de91973805fcc5ffbc" uuid = "aacddb02-875f-59d6-b918-886e6ef4fbf8" version = "2.1.91+0" [[deps.LAME_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "f6250b16881adf048549549fba48b1161acdac8c" uuid = "c1c5ebd0-6772-5130-a774-d5fcae4a789d" version = "3.100.1+0" [[deps.LERC_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "bf36f528eec6634efc60d7ec062008f171071434" uuid = "88015f11-f218-50d7-93a8-a6af411a945d" version = "3.0.0+1" [[deps.LZO_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "e5b909bcf985c5e2605737d2ce278ed791b89be6" uuid = "dd4b983a-f0e5-5f8d-a1b7-129d4a5fb1ac" version = "2.10.1+0" [[deps.LaTeXStrings]] git-tree-sha1 = "f2355693d6778a178ade15952b7ac47a4ff97996" uuid = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" version = "1.3.0" [[deps.Latexify]] deps = ["Formatting", "InteractiveUtils", "LaTeXStrings", "MacroTools", "Markdown", "OrderedCollections", "Printf", "Requires"] git-tree-sha1 = "2422f47b34d4b127720a18f86fa7b1aa2e141f29" uuid = "23fbe1c1-3f47-55db-b15f-69d7ec21a316" version = "0.15.18" [[deps.LibCURL]] deps = ["LibCURL_jll", "MozillaCACerts_jll"] uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21" version = "0.6.3" [[deps.LibCURL_jll]] deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"] uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0" version = "7.84.0+0" [[deps.LibGit2]] deps = ["Base64", "NetworkOptions", "Printf", "SHA"] uuid = "76f85450-5226-5b5a-8eaa-529ad045b433" [[deps.LibSSH2_jll]] deps = ["Artifacts", "Libdl", "MbedTLS_jll"] uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8" version = "1.10.2+0" [[deps.Libdl]] uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" [[deps.Libffi_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "0b4a5d71f3e5200a7dff793393e09dfc2d874290" uuid = "e9f186c6-92d2-5b65-8a66-fee21dc1b490" version = "3.2.2+1" [[deps.Libgcrypt_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Libgpg_error_jll", "Pkg"] git-tree-sha1 = "64613c82a59c120435c067c2b809fc61cf5166ae" uuid = "d4300ac3-e22c-5743-9152-c294e39db1e4" version = "1.8.7+0" [[deps.Libglvnd_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_libX11_jll", "Xorg_libXext_jll"] git-tree-sha1 = "6f73d1dd803986947b2c750138528a999a6c7733" uuid = "7e76a0d4-f3c7-5321-8279-8d96eeed0f29" version = "1.6.0+0" [[deps.Libgpg_error_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "c333716e46366857753e273ce6a69ee0945a6db9" uuid = "7add5ba3-2f88-524e-9cd5-f83b8a55f7b8" version = "1.42.0+0" [[deps.Libiconv_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "c7cb1f5d892775ba13767a87c7ada0b980ea0a71" uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531" version = "1.16.1+2" [[deps.Libmount_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "9c30530bf0effd46e15e0fdcf2b8636e78cbbd73" uuid = "4b2f31a3-9ecc-558c-b454-b3730dcb73e9" version = "2.35.0+0" [[deps.Libtiff_jll]] deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "LERC_jll", "Libdl", "Pkg", "Zlib_jll", "Zstd_jll"] git-tree-sha1 = "3eb79b0ca5764d4799c06699573fd8f533259713" uuid = "89763e89-9b03-5906-acba-b20f662cd828" version = "4.4.0+0" [[deps.Libuuid_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "7f3efec06033682db852f8b3bc3c1d2b0a0ab066" uuid = "38a345b3-de98-5d2b-a5d3-14cd9215e700" version = "2.36.0+0" [[deps.LinearAlgebra]] deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"] uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [[deps.LogExpFunctions]] deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"] git-tree-sha1 = "0a1b7c2863e44523180fdb3146534e265a91870b" uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688" version = "0.3.23" [deps.LogExpFunctions.extensions] LogExpFunctionsChainRulesCoreExt = "ChainRulesCore" LogExpFunctionsChangesOfVariablesExt = "ChangesOfVariables" LogExpFunctionsInverseFunctionsExt = "InverseFunctions" [deps.LogExpFunctions.weakdeps] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0" InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112" [[deps.Logging]] uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" [[deps.LoggingExtras]] deps = ["Dates", "Logging"] git-tree-sha1 = "cedb76b37bc5a6c702ade66be44f831fa23c681e" uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36" version = "1.0.0" [[deps.MacroTools]] deps = ["Markdown", "Random"] git-tree-sha1 = "42324d08725e200c23d4dfb549e0d5d89dede2d2" uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" version = "0.5.10" [[deps.Markdown]] deps = ["Base64"] uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" [[deps.MbedTLS]] deps = ["Dates", "MbedTLS_jll", "MozillaCACerts_jll", "Random", "Sockets"] git-tree-sha1 = "03a9b9718f5682ecb107ac9f7308991db4ce395b" uuid = "739be429-bea8-5141-9913-cc70e7f3736d" version = "1.1.7" [[deps.MbedTLS_jll]] deps = ["Artifacts", "Libdl"] uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1" version = "2.28.0+0" [[deps.Measures]] git-tree-sha1 = "c13304c81eec1ed3af7fc20e75fb6b26092a1102" uuid = "442fdcdd-2543-5da2-b0f3-8c86c306513e" version = "0.3.2" [[deps.Missings]] deps = ["DataAPI"] git-tree-sha1 = "f66bdc5de519e8f8ae43bdc598782d35a25b1272" uuid = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28" version = "1.1.0" [[deps.Mmap]] uuid = "a63ad114-7e13-5084-954f-fe012c677804" [[deps.MozillaCACerts_jll]] uuid = "14a3606d-f60d-562e-9121-12d972cd8159" version = "2022.10.11" [[deps.NaNMath]] deps = ["OpenLibm_jll"] git-tree-sha1 = "0877504529a3e5c3343c6f8b4c0381e57e4387e4" uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3" version = "1.0.2" [[deps.NetworkOptions]] uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908" version = "1.2.0" [[deps.Ogg_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "887579a3eb005446d514ab7aeac5d1d027658b8f" uuid = "e7412a2a-1a6e-54c0-be00-318e2571c051" version = "1.3.5+1" [[deps.OpenBLAS_jll]] deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"] uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" version = "0.3.21+0" [[deps.OpenLibm_jll]] deps = ["Artifacts", "Libdl"] uuid = "05823500-19ac-5b8b-9628-191a04bc5112" version = "0.8.1+0" [[deps.OpenSSL]] deps = ["BitFlags", "Dates", "MozillaCACerts_jll", "OpenSSL_jll", "Sockets"] git-tree-sha1 = "6503b77492fd7fcb9379bf73cd31035670e3c509" uuid = "4d8831e6-92b7-49fb-bdf8-b643e874388c" version = "1.3.3" [[deps.OpenSSL_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "9ff31d101d987eb9d66bd8b176ac7c277beccd09" uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95" version = "1.1.20+0" [[deps.OpenSpecFun_jll]] deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "13652491f6856acfd2db29360e1bbcd4565d04f1" uuid = "efe28fd5-8261-553b-a9e1-b2916fc3738e" version = "0.5.5+0" [[deps.Opus_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "51a08fb14ec28da2ec7a927c4337e4332c2a4720" uuid = "91d4177d-7536-5919-b921-800302f37372" version = "1.3.2+0" [[deps.OrderedCollections]] git-tree-sha1 = "85f8e6578bf1f9ee0d11e7bb1b1456435479d47c" uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" version = "1.4.1" [[deps.PCRE2_jll]] deps = ["Artifacts", "Libdl"] uuid = "efcefdf7-47ab-520b-bdef-62a2eaa19f15" version = "10.42.0+0" [[deps.Parsers]] deps = ["Dates", "SnoopPrecompile"] git-tree-sha1 = "478ac6c952fddd4399e71d4779797c538d0ff2bf" uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" version = "2.5.8" [[deps.Pipe]] git-tree-sha1 = "6842804e7867b115ca9de748a0cf6b364523c16d" uuid = "b98c9c47-44ae-5843-9183-064241ee97a0" version = "1.3.0" [[deps.Pixman_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "b4f5d02549a10e20780a24fce72bea96b6329e29" uuid = "30392449-352a-5448-841d-b1acce4e97dc" version = "0.40.1+0" [[deps.Pkg]] deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"] uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" version = "1.9.0" [[deps.PlotThemes]] deps = ["PlotUtils", "Statistics"] git-tree-sha1 = "1f03a2d339f42dca4a4da149c7e15e9b896ad899" uuid = "ccf2f8ad-2431-5c83-bf29-c5338b663b6a" version = "3.1.0" [[deps.PlotUtils]] deps = ["ColorSchemes", "Colors", "Dates", "Printf", "Random", "Reexport", "SnoopPrecompile", "Statistics"] git-tree-sha1 = "c95373e73290cf50a8a22c3375e4625ded5c5280" uuid = "995b91a9-d308-5afd-9ec6-746e21dbc043" version = "1.3.4" [[deps.Plots]] deps = ["Base64", "Contour", "Dates", "Downloads", "FFMPEG", "FixedPointNumbers", "GR", "JLFzf", "JSON", "LaTeXStrings", "Latexify", "LinearAlgebra", "Measures", "NaNMath", "Pkg", "PlotThemes", "PlotUtils", "Preferences", "Printf", "REPL", "Random", "RecipesBase", "RecipesPipeline", "Reexport", "RelocatableFolders", "Requires", "Scratch", "Showoff", "SnoopPrecompile", "SparseArrays", "Statistics", "StatsBase", "UUIDs", "UnicodeFun", "Unzip"] git-tree-sha1 = "cfcd24ebf8b066b4f8e42bade600c8558212ed83" uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" version = "1.38.7" [deps.Plots.extensions] FileIOExt = "FileIO" GeometryBasicsExt = "GeometryBasics" IJuliaExt = "IJulia" ImageInTerminalExt = "ImageInTerminal" UnitfulExt = "Unitful" [deps.Plots.weakdeps] FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326" IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a" ImageInTerminal = "d8c32880-2388-543b-8c61-d9f865259254" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [[deps.Preferences]] deps = ["TOML"] git-tree-sha1 = "47e5f437cc0e7ef2ce8406ce1e7e24d44915f88d" uuid = "21216c6a-2e73-6563-6e65-726566657250" version = "1.3.0" [[deps.Printf]] deps = ["Unicode"] uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" [[deps.Qt5Base_jll]] deps = ["Artifacts", "CompilerSupportLibraries_jll", "Fontconfig_jll", "Glib_jll", "JLLWrappers", "Libdl", "Libglvnd_jll", "OpenSSL_jll", "Pkg", "Xorg_libXext_jll", "Xorg_libxcb_jll", "Xorg_xcb_util_image_jll", "Xorg_xcb_util_keysyms_jll", "Xorg_xcb_util_renderutil_jll", "Xorg_xcb_util_wm_jll", "Zlib_jll", "xkbcommon_jll"] git-tree-sha1 = "0c03844e2231e12fda4d0086fd7cbe4098ee8dc5" uuid = "ea2cea3b-5b76-57ae-a6ef-0a8af62496e1" version = "5.15.3+2" [[deps.REPL]] deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"] uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" [[deps.Random]] deps = ["SHA", "Serialization"] uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [[deps.RecipesBase]] deps = ["SnoopPrecompile"] git-tree-sha1 = "261dddd3b862bd2c940cf6ca4d1c8fe593e457c8" uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" version = "1.3.3" [[deps.RecipesPipeline]] deps = ["Dates", "NaNMath", "PlotUtils", "RecipesBase", "SnoopPrecompile"] git-tree-sha1 = "e974477be88cb5e3040009f3767611bc6357846f" uuid = "01d81517-befc-4cb6-b9ec-a95719d0359c" version = "0.6.11" [[deps.Reexport]] git-tree-sha1 = "45e428421666073eab6f2da5c9d310d99bb12f9b" uuid = "189a3867-3050-52da-a836-e630ba90ab69" version = "1.2.2" [[deps.RelocatableFolders]] deps = ["SHA", "Scratch"] git-tree-sha1 = "90bc7a7c96410424509e4263e277e43250c05691" uuid = "05181044-ff0b-4ac5-8273-598c1e38db00" version = "1.0.0" [[deps.Requires]] deps = ["UUIDs"] git-tree-sha1 = "838a3a4188e2ded87a4f9f184b4b0d78a1e91cb7" uuid = "ae029012-a4dd-5104-9daa-d747884805df" version = "1.3.0" [[deps.SHA]] uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce" version = "0.7.0" [[deps.Scratch]] deps = ["Dates"] git-tree-sha1 = "30449ee12237627992a99d5e30ae63e4d78cd24a" uuid = "6c6a2e73-6563-6170-7368-637461726353" version = "1.2.0" [[deps.Serialization]] uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" [[deps.Showoff]] deps = ["Dates", "Grisu"] git-tree-sha1 = "91eddf657aca81df9ae6ceb20b959ae5653ad1de" uuid = "992d4aef-0814-514b-bc4d-f2e9a6c4116f" version = "1.0.3" [[deps.SimpleBufferStream]] git-tree-sha1 = "874e8867b33a00e784c8a7e4b60afe9e037b74e1" uuid = "777ac1f9-54b0-4bf8-805c-2214025038e7" version = "1.1.0" [[deps.SnoopPrecompile]] deps = ["Preferences"] git-tree-sha1 = "e760a70afdcd461cf01a575947738d359234665c" uuid = "66db9d55-30c0-4569-8b51-7e840670fc0c" version = "1.0.3" [[deps.Sockets]] uuid = "6462fe0b-24de-5631-8697-dd941f90decc" [[deps.SortingAlgorithms]] deps = ["DataStructures"] git-tree-sha1 = "a4ada03f999bd01b3a25dcaa30b2d929fe537e00" uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c" version = "1.1.0" [[deps.SparseArrays]] deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"] uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [[deps.SpecialFunctions]] deps = ["IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"] git-tree-sha1 = "ef28127915f4229c971eb43f3fc075dd3fe91880" uuid = "276daf66-3868-5448-9aa4-cd146d93841b" version = "2.2.0" [deps.SpecialFunctions.extensions] SpecialFunctionsChainRulesCoreExt = "ChainRulesCore" [deps.SpecialFunctions.weakdeps] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" [[deps.Statistics]] deps = ["LinearAlgebra", "SparseArrays"] uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" version = "1.9.0" [[deps.StatsAPI]] deps = ["LinearAlgebra"] git-tree-sha1 = "f9af7f195fb13589dd2e2d57fdb401717d2eb1f6" uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0" version = "1.5.0" [[deps.StatsBase]] deps = ["DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"] git-tree-sha1 = "d1bf48bfcc554a3761a133fe3a9bb01488e06916" uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" version = "0.33.21" [[deps.SuiteSparse_jll]] deps = ["Artifacts", "Libdl", "Pkg", "libblastrampoline_jll"] uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" version = "5.10.1+6" [[deps.TOML]] deps = ["Dates"] uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76" version = "1.0.3" [[deps.Tar]] deps = ["ArgTools", "SHA"] uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" version = "1.10.0" [[deps.TensorCore]] deps = ["LinearAlgebra"] git-tree-sha1 = "1feb45f88d133a655e001435632f019a9a1bcdb6" uuid = "62fd8b95-f654-4bbd-a8a5-9c27f68ccd50" version = "0.1.1" [[deps.Test]] deps = ["InteractiveUtils", "Logging", "Random", "Serialization"] uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [[deps.TranscodingStreams]] deps = ["Random", "Test"] git-tree-sha1 = "94f38103c984f89cf77c402f2a68dbd870f8165f" uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" version = "0.9.11" [[deps.URIs]] git-tree-sha1 = "074f993b0ca030848b897beff716d93aca60f06a" uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4" version = "1.4.2" [[deps.UUIDs]] deps = ["Random", "SHA"] uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [[deps.Unicode]] uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" [[deps.UnicodeFun]] deps = ["REPL"] git-tree-sha1 = "53915e50200959667e78a92a418594b428dffddf" uuid = "1cfade01-22cf-5700-b092-accc4b62d6e1" version = "0.4.1" [[deps.Unzip]] git-tree-sha1 = "ca0969166a028236229f63514992fc073799bb78" uuid = "41fe7b60-77ed-43a1-b4f0-825fd5a5650d" version = "0.2.0" [[deps.Wayland_jll]] deps = ["Artifacts", "Expat_jll", "JLLWrappers", "Libdl", "Libffi_jll", "Pkg", "XML2_jll"] git-tree-sha1 = "ed8d92d9774b077c53e1da50fd81a36af3744c1c" uuid = "a2964d1f-97da-50d4-b82a-358c7fce9d89" version = "1.21.0+0" [[deps.Wayland_protocols_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "4528479aa01ee1b3b4cd0e6faef0e04cf16466da" uuid = "2381bf8a-dfd0-557d-9999-79630e7b1b91" version = "1.25.0+0" [[deps.XML2_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Libiconv_jll", "Pkg", "Zlib_jll"] git-tree-sha1 = "93c41695bc1c08c46c5899f4fe06d6ead504bb73" uuid = "02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a" version = "2.10.3+0" [[deps.XSLT_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Libgcrypt_jll", "Libgpg_error_jll", "Libiconv_jll", "Pkg", "XML2_jll", "Zlib_jll"] git-tree-sha1 = "91844873c4085240b95e795f692c4cec4d805f8a" uuid = "aed1982a-8fda-507f-9586-7b0439959a61" version = "1.1.34+0" [[deps.Xorg_libX11_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_libxcb_jll", "Xorg_xtrans_jll"] git-tree-sha1 = "5be649d550f3f4b95308bf0183b82e2582876527" uuid = "4f6342f7-b3d2-589e-9d20-edeb45f2b2bc" version = "1.6.9+4" [[deps.Xorg_libXau_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "4e490d5c960c314f33885790ed410ff3a94ce67e" uuid = "0c0b7dd1-d40b-584c-a123-a41640f87eec" version = "1.0.9+4" [[deps.Xorg_libXcursor_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_libXfixes_jll", "Xorg_libXrender_jll"] git-tree-sha1 = "12e0eb3bc634fa2080c1c37fccf56f7c22989afd" uuid = "935fb764-8cf2-53bf-bb30-45bb1f8bf724" version = "1.2.0+4" [[deps.Xorg_libXdmcp_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "4fe47bd2247248125c428978740e18a681372dd4" uuid = "a3789734-cfe1-5b06-b2d0-1dd0d9d62d05" version = "1.1.3+4" [[deps.Xorg_libXext_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_libX11_jll"] git-tree-sha1 = "b7c0aa8c376b31e4852b360222848637f481f8c3" uuid = "1082639a-0dae-5f34-9b06-72781eeb8cb3" version = "1.3.4+4" [[deps.Xorg_libXfixes_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_libX11_jll"] git-tree-sha1 = "0e0dc7431e7a0587559f9294aeec269471c991a4" uuid = "d091e8ba-531a-589c-9de9-94069b037ed8" version = "5.0.3+4" [[deps.Xorg_libXi_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_libXext_jll", "Xorg_libXfixes_jll"] git-tree-sha1 = "89b52bc2160aadc84d707093930ef0bffa641246" uuid = "a51aa0fd-4e3c-5386-b890-e753decda492" version = "1.7.10+4" [[deps.Xorg_libXinerama_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_libXext_jll"] git-tree-sha1 = "26be8b1c342929259317d8b9f7b53bf2bb73b123" uuid = "d1454406-59df-5ea1-beac-c340f2130bc3" version = "1.1.4+4" [[deps.Xorg_libXrandr_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_libXext_jll", "Xorg_libXrender_jll"] git-tree-sha1 = "34cea83cb726fb58f325887bf0612c6b3fb17631" uuid = "ec84b674-ba8e-5d96-8ba1-2a689ba10484" version = "1.5.2+4" [[deps.Xorg_libXrender_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_libX11_jll"] git-tree-sha1 = "19560f30fd49f4d4efbe7002a1037f8c43d43b96" uuid = "ea2f1a96-1ddc-540d-b46f-429655e07cfa" version = "0.9.10+4" [[deps.Xorg_libpthread_stubs_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "6783737e45d3c59a4a4c4091f5f88cdcf0908cbb" uuid = "14d82f49-176c-5ed1-bb49-ad3f5cbd8c74" version = "0.1.0+3" [[deps.Xorg_libxcb_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "XSLT_jll", "Xorg_libXau_jll", "Xorg_libXdmcp_jll", "Xorg_libpthread_stubs_jll"] git-tree-sha1 = "daf17f441228e7a3833846cd048892861cff16d6" uuid = "c7cfdc94-dc32-55de-ac96-5a1b8d977c5b" version = "1.13.0+3" [[deps.Xorg_libxkbfile_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_libX11_jll"] git-tree-sha1 = "926af861744212db0eb001d9e40b5d16292080b2" uuid = "cc61e674-0454-545c-8b26-ed2c68acab7a" version = "1.1.0+4" [[deps.Xorg_xcb_util_image_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_xcb_util_jll"] git-tree-sha1 = "0fab0a40349ba1cba2c1da699243396ff8e94b97" uuid = "12413925-8142-5f55-bb0e-6d7ca50bb09b" version = "0.4.0+1" [[deps.Xorg_xcb_util_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_libxcb_jll"] git-tree-sha1 = "e7fd7b2881fa2eaa72717420894d3938177862d1" uuid = "2def613f-5ad1-5310-b15b-b15d46f528f5" version = "0.4.0+1" [[deps.Xorg_xcb_util_keysyms_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_xcb_util_jll"] git-tree-sha1 = "d1151e2c45a544f32441a567d1690e701ec89b00" uuid = "975044d2-76e6-5fbe-bf08-97ce7c6574c7" version = "0.4.0+1" [[deps.Xorg_xcb_util_renderutil_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_xcb_util_jll"] git-tree-sha1 = "dfd7a8f38d4613b6a575253b3174dd991ca6183e" uuid = "0d47668e-0667-5a69-a72c-f761630bfb7e" version = "0.3.9+1" [[deps.Xorg_xcb_util_wm_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_xcb_util_jll"] git-tree-sha1 = "e78d10aab01a4a154142c5006ed44fd9e8e31b67" uuid = "c22f9ab0-d5fe-5066-847c-f4bb1cd4e361" version = "0.4.1+1" [[deps.Xorg_xkbcomp_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_libxkbfile_jll"] git-tree-sha1 = "4bcbf660f6c2e714f87e960a171b119d06ee163b" uuid = "35661453-b289-5fab-8a00-3d9160c6a3a4" version = "1.4.2+4" [[deps.Xorg_xkeyboard_config_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_xkbcomp_jll"] git-tree-sha1 = "5c8424f8a67c3f2209646d4425f3d415fee5931d" uuid = "33bec58e-1273-512f-9401-5d533626f822" version = "2.27.0+4" [[deps.Xorg_xtrans_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "79c31e7844f6ecf779705fbc12146eb190b7d845" uuid = "c5fb5394-a638-5e4d-96e5-b29de1b5cf10" version = "1.4.0+3" [[deps.Zlib_jll]] deps = ["Libdl"] uuid = "83775a58-1f1d-513f-b197-d71354ab007a" version = "1.2.13+0" [[deps.Zstd_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl"] git-tree-sha1 = "c6edfe154ad7b313c01aceca188c05c835c67360" uuid = "3161d3a3-bdf6-5164-811a-617609db77b4" version = "1.5.4+0" [[deps.fzf_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "868e669ccb12ba16eaf50cb2957ee2ff61261c56" uuid = "214eeab7-80f7-51ab-84ad-2988db7cef09" version = "0.29.0+0" [[deps.libaom_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "3a2ea60308f0996d26f1e5354e10c24e9ef905d4" uuid = "a4ae2306-e953-59d6-aa16-d00cac43593b" version = "3.4.0+0" [[deps.libass_jll]] deps = ["Artifacts", "Bzip2_jll", "FreeType2_jll", "FriBidi_jll", "HarfBuzz_jll", "JLLWrappers", "Libdl", "Pkg", "Zlib_jll"] git-tree-sha1 = "5982a94fcba20f02f42ace44b9894ee2b140fe47" uuid = "0ac62f75-1d6f-5e53-bd7c-93b484bb37c0" version = "0.15.1+0" [[deps.libblastrampoline_jll]] deps = ["Artifacts", "Libdl"] uuid = "8e850b90-86db-534c-a0d3-1478176c7d93" version = "5.4.0+0" [[deps.libfdk_aac_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "daacc84a041563f965be61859a36e17c4e4fcd55" uuid = "f638f0a6-7fb0-5443-88ba-1cc74229b280" version = "2.0.2+0" [[deps.libpng_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Zlib_jll"] git-tree-sha1 = "94d180a6d2b5e55e447e2d27a29ed04fe79eb30c" uuid = "b53b4c65-9356-5827-b1ea-8c7a1a84506f" version = "1.6.38+0" [[deps.libvorbis_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Ogg_jll", "Pkg"] git-tree-sha1 = "b910cb81ef3fe6e78bf6acee440bda86fd6ae00c" uuid = "f27f6e37-5d2b-51aa-960f-b287f2bc3b7a" version = "1.3.7+1" [[deps.nghttp2_jll]] deps = ["Artifacts", "Libdl"] uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d" version = "1.48.0+0" [[deps.p7zip_jll]] deps = ["Artifacts", "Libdl"] uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0" version = "17.4.0+0" [[deps.x264_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "4fea590b89e6ec504593146bf8b988b2c00922b2" uuid = "1270edf5-f2f9-52d2-97e9-ab00b5d0237a" version = "2021.5.5+0" [[deps.x265_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] git-tree-sha1 = "ee567a171cce03570d77ad3a43e90218e38937a9" uuid = "dfaa095f-4041-5dcd-9319-2fabd8486b76" version = "3.5.0+0" [[deps.xkbcommon_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Wayland_jll", "Wayland_protocols_jll", "Xorg_libxcb_jll", "Xorg_xkeyboard_config_jll"] git-tree-sha1 = "9ebfc140cc56e8c2156a15ceac2f0302e327ac0a" uuid = "d8fb68d0-12a3-5cfd-a85a-d49703b185fd" version = "1.4.1+0" """ # ╔═╡ Cell order: # ╟─7b93882c-9ad8-11ea-0288-0941e163f9d5 # ╠═5e611449-c239-4547-9d13-5db33a081e58 # ╟─e5abaf40-f105-11ea-1494-2da858d7db5b # ╠═9414a092-f105-11ea-10cd-23f84e47d876 # ╟─5ae65950-9ad9-11ea-2e14-35119d369acd # ╠═aaa805d4-9ad8-11ea-21c2-3b20580fea0e # ╠═c02bc44a-9ad8-11ea-117d-3997e1f3cab0 # ╟─a405ae4c-9ad9-11ea-0008-f763e098846d # ╠═12a8c222-9ad9-11ea-2544-355bd080367f # ╟─19660da0-9ada-11ea-1942-a9d4ddd7753b # ╠═5410faba-9ada-11ea-2fc5-35f0bdd40d96 # ╟─90c47cae-9ada-11ea-10da-91f4dcf0f2d6 # ╠═b2727d2e-9ada-11ea-23d3-bddab9ec8de1 # ╠═676654d2-de67-4284-a28d-eb8766f84388 # ╟─eb218bea-9adc-11ea-2f3a-298c41caf8a1 # ╠═bd30bdf4-9add-11ea-26d4-75ac3f0b8610 # ╠═dc50d480-9add-11ea-2821-018a98fab262 # ╟─c9a64e98-9b67-11ea-1d6a-3b1f7548cb8d # ╠═13428812-9ade-11ea-3865-1d293993203d # ╟─d76fd0f6-9b67-11ea-0a73-e9ddb60ca291 # ╠═69fa7744-9b67-11ea-26df-3b4446dfb3ea # ╟─af31a428-9adf-11ea-280a-45e2b891c4f9 # ╠═5ed7c444-9adf-11ea-2925-8573f018e820 # ╠═932b6b3c-a64d-11ea-2aba-2bf577ce3cf8 # ╟─030c1d10-9b69-11ea-11b7-ff04c60892b9 # ╠═d7bdab72-9b65-11ea-18c0-5353a214749d # ╟─22992cec-9adb-11ea-078e-c7c21489c053 # ╠═5d723220-9ade-11ea-37db-c110dda60a15 # ╠═632cb26c-9ade-11ea-1bc7-39b8207190e2 # ╠═a01bf430-9ade-11ea-2ae4-23287ba11406 # ╠═69e045b0-9ade-11ea-0c55-05fa0da5893c # ╟─054e0c4e-9adf-11ea-3deb-4daf2b6a2548 # ╠═91b4eedc-9adf-11ea-37aa-250ceec26640 # ╟─a7abf64e-9adb-11ea-2ae4-47886125fe60 # ╠═2617a7b6-9ae2-11ea-1461-d914c7cfdb09 # ╟─46388876-9ae2-11ea-2c5f-073698e45d44 # ╠═2598a29a-9ae2-11ea-02cc-21f3fa5a9472 # ╟─a9cdba00-9ae2-11ea-3bf9-41d07e7a785f # ╟─f22b6fda-9ae3-11ea-3ff2-ebcf1374f595 # ╠═8819edf0-9ae4-11ea-15f4-f17e9e9db8ea # ╠═9e4d1462-9ae4-11ea-3c0f-774d68a671c3 # ╠═a7906786-9ae4-11ea-0175-4f860c05a8a2 # ╟─d3cbc548-9ae4-11ea-261f-7fb956839e53 # ╟─00000000-0000-0000-0000-000000000001 # ╟─00000000-0000-0000-0000-000000000002 ```
fonsp commented 1 year ago

I found a reproducible case! This one seems to be caused by an already loaded package at a different version:

I have two environments, env1 (this is a copy of my v1.9 env), and env2 (this was an empty env where I added Plots). Available here: https://github.com/fonsp/repro3403

  1. Start Julia 1.9, activate env1 (don't instantiate)
  2. import HTTP (this might precompile HTTP & deps in sequence)
  3. activate env2
  4. instantiate (this will precompile env2)
  5. instantiate
  6. instantiate

Each repeated instantiate call will trigger precompilation of the same 4 packages (FFMPEG, GR_jll, GR, Plots), even though this should do nothing.

https://user-images.githubusercontent.com/6933510/224839431-4d0d059b-1d24-4d18-9172-4abeb9398ea5.mov

Logs: https://github.com/fonsp/repro3403/blob/main/Julia%201.9.0-beta4%20logs.txt

Notes:

https://user-images.githubusercontent.com/6933510/224839399-39ae1598-e955-416e-b868-e0e7ab6241f4.mov

Logs: https://github.com/fonsp/repro3403/blob/main/Julia%201.9.0-rc1%20logs.txt

IanButterworth commented 1 year ago

Great!

First impression is that the bug might be related to the is already loaded and incompatible rejections. Pkg.precompile should be evaluating cache staleness irrespective of what's currently loaded. However it should also be indicating if the version it's trying to precompile is different to the one loaded, which it should print in a different color at the end.

It seems like part of the stale check is sensitive to what's loaded, and another part isn't.

A bit of a hunch though

IanButterworth commented 1 year ago

As for the check_bounds=0 vs . 1 cache rejections. Given you have a reproducer, can you run it in a clean depot. I want to rule out that it could be old caches from times you've run Pkg.test

fonsp commented 1 year ago

Here you go! https://github.com/fonsp/repro3403/blob/main/Julia%201.9.0-rc1%20clean%20depot.txt the depot path was empty before running this

fonsp commented 1 year ago

Awesome! This PR also fixed the OP because it was caused by one of the stdlibs that is loaded by default, right? Either Mmap or UUIDs

➜  ~ julia19b4
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.9.0-beta4 (2023-02-07)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia> values(Base.loaded_modules) .|> println
Downloads
Unicode
Main
REPL
NetworkOptions
OpenBLAS_jll
Serialization
libblastrampoline_jll
Profile
UUIDs
Logging
LinearAlgebra
Random
Printf
ArgTools
SparseArrays
Base64
Markdown
CompilerSupportLibraries_jll
MozillaCACerts_jll
Distributed
LibCURL_jll
TOML
Core
CRC32c
LazyArtifacts
Tar
LibGit2
Mmap
Test
Sockets
Future
nghttp2_jll
SharedArrays
Libdl
SHA
Pkg
FileWatching
Artifacts
Dates
InteractiveUtils
p7zip_jll
LibCURL
Base