# Precompilation keeps repeating

**URL:** https://discourse.julialang.org/t/precompilation-keeps-repeating/126250
**Category:** Performance
**Created:** [February 24, 2025, 4:03pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250 "2025-02-24T16:03:05Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![natgeo-wong](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/natgeo-wong/32/10965_2.png) [@natgeo-wong](https://discourse.julialang.org/u/natgeo-wong)
#### Post date: [February 24, 2025, 4:03pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250/1 "2025-02-24T16:03:05Z")

</div>

Hi! When I’m using Julia on my Slurm HPC, it keeps redoing the precompilation. For example, if I’m running a julia script in terminal, and then running a pluto notebook under the same project (though under a different node/set of cores), the packages in the project keep recompiling upon startup.

Is this expected behaviour? It is getting to the point that it is quite slow when I have to recompile Flux.jl all the time just because I made some changes to an entirely different package that is not a dependency of Flux.jl

---

<div class="post-metadata">

### Author: ![ianshmean](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ianshmean/32/216042_2.png) [@ianshmean](https://discourse.julialang.org/u/ianshmean)
#### Post date: [February 24, 2025, 4:30pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250/2 "2025-02-24T16:30:34Z")

</div>

Not expected. I suspect a filesystem issue.

Try debugging with env var `JULIA_DEBUG=loading` to see why loading hits precompilation. It’s quite verbose but you can share here.

---

<div class="post-metadata">

### Author: ![natgeo-wong](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/natgeo-wong/32/10965_2.png) [@natgeo-wong](https://discourse.julialang.org/u/natgeo-wong)
#### Post date: [February 24, 2025, 5:00pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250/3 "2025-02-24T17:00:42Z")

</div>

Alright so, it’s giving output like

```julia
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/DelimitedFiles/dlKZm_TZik6.ji for Base.PkgId(Base.UUID("8bb1440f-4735-579b-a4ab-409b98df4dab"), "DelimitedFiles") (fafbfcfd-dc55-6431-0000-01116719ebbb) since it does not provide desired build_id (fafbfcfd-e9f8-6bd5-0001-3d8127dded4c)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/Unitful/5WYj5_TZik6.ji for Base.PkgId(Base.UUID("1986cc42-f94f-5a68-af5c-568840ba703d"), "Unitful") (fafbfcfd-5cb7-c579-0000-0116e0ff32c5) since it does not provide desired build_id (fafbfcfd-1de4-ec9a-0001-3e4f14ba090a)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/Unitful/5WYj5_TZik6.ji for Base.PkgId(Base.UUID("1986cc42-f94f-5a68-af5c-568840ba703d"), "Unitful") (fafbfcfd-5cb7-c579-0000-0116e0ff32c5) since it does not provide desired build_id (fafbfcfd-1de4-ec9a-0001-3e4f14ba090a)
└ @ Base loading.jl:3799

```

---

<div class="post-metadata">

### Author: ![ianshmean](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ianshmean/32/216042_2.png) [@ianshmean](https://discourse.julialang.org/u/ianshmean)
#### Post date: [February 24, 2025, 5:03pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250/4 "2025-02-24T17:03:26Z")

</div>

The whole output is needed to diagnose. If you have private packages I recommend replacing their names and UUIDs before sharing here.

---

<div class="post-metadata">

### Author: ![natgeo-wong](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/natgeo-wong/32/10965_2.png) [@natgeo-wong](https://discourse.julialang.org/u/natgeo-wong)
#### Post date: [February 24, 2025, 5:09pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250/5 "2025-02-24T17:09:12Z")

</div>

Should I just copy and paste the whole output here? It’s very long haha

---

<div class="post-metadata">

### Author: ![ianshmean](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ianshmean/32/216042_2.png) [@ianshmean](https://discourse.julialang.org/u/ianshmean)
#### Post date: [February 24, 2025, 5:10pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250/6 "2025-02-24T17:10:07Z")

</div>

Yes…

---

<div class="post-metadata">

### Author: ![natgeo-wong](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/natgeo-wong/32/10965_2.png) [@natgeo-wong](https://discourse.julialang.org/u/natgeo-wong)
#### Post date: [February 24, 2025, 5:13pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250/7 "2025-02-24T17:13:25Z")

</div>

```julia
(SingaporeRadar) pkg> update
    Updating registry at `~/.julia/registries/General.toml`
    Updating git-repo `https://github.com/GeoRegionsEcosystem/NASAPrecipitation.jl.git`
    Updating git-repo `https://github.com/GeoRegionsEcosystem/ERA5Reanalysis.jl.git`
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Printf/3FQLY_XvZAg.so for Printf [de0858da-6303-5e67-8744-51eddeeeb8d7]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Dates/p8See_XvZAg.so for Dates [ade2ca70-3891-5945-98fb-dc099432e06a]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/TOML/mjrwE_XvZAg.so for TOML [fa267f1f-6049-4f14-aa54-33bafae1ed76]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Preferences/pWSk8_cyMw3.so for Preferences [21216c6a-2e73-6563-6e65-726566657250]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/JLLWrappers/7Zgw7_cyMw3.so for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/CUDA_Driver_jll/QJyk7_TZik6.so for CUDA_Driver_jll [4ee394cb-3365-5eb0-8335-949819d2adfc]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Printf/3FQLY_XvZAg.so for Printf [de0858da-6303-5e67-8744-51eddeeeb8d7]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Dates/p8See_XvZAg.so for Dates [ade2ca70-3891-5945-98fb-dc099432e06a]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/TOML/mjrwE_XvZAg.so for TOML [fa267f1f-6049-4f14-aa54-33bafae1ed76]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Printf/3FQLY_XvZAg.so for Printf [de0858da-6303-5e67-8744-51eddeeeb8d7]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Dates/p8See_XvZAg.so for Dates [ade2ca70-3891-5945-98fb-dc099432e06a]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/TOML/mjrwE_XvZAg.so for TOML [fa267f1f-6049-4f14-aa54-33bafae1ed76]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Printf/3FQLY_XvZAg.so for Printf [de0858da-6303-5e67-8744-51eddeeeb8d7]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Dates/p8See_XvZAg.so for Dates [ade2ca70-3891-5945-98fb-dc099432e06a]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/TOML/mjrwE_XvZAg.so for TOML [fa267f1f-6049-4f14-aa54-33bafae1ed76]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Printf/3FQLY_XvZAg.so for Printf [de0858da-6303-5e67-8744-51eddeeeb8d7]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Dates/p8See_XvZAg.so for Dates [ade2ca70-3891-5945-98fb-dc099432e06a]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/TOML/mjrwE_XvZAg.so for TOML [fa267f1f-6049-4f14-aa54-33bafae1ed76]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Printf/3FQLY_XvZAg.so for Printf [de0858da-6303-5e67-8744-51eddeeeb8d7]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Dates/p8See_XvZAg.so for Dates [ade2ca70-3891-5945-98fb-dc099432e06a]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/TOML/mjrwE_XvZAg.so for TOML [fa267f1f-6049-4f14-aa54-33bafae1ed76]
└ @ Base loading.jl:1244
  No Changes to `/n/holylfs04/LABS/kuang_lab/Users/nwong/SingaporeRadar/Project.toml`
  No Changes to `/n/holylfs04/LABS/kuang_lab/Users/nwong/SingaporeRadar/Manifest.toml`
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Printf/3FQLY_XvZAg.so for Printf [de0858da-6303-5e67-8744-51eddeeeb8d7]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Dates/p8See_XvZAg.so for Dates [ade2ca70-3891-5945-98fb-dc099432e06a]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/TOML/mjrwE_XvZAg.so for TOML [fa267f1f-6049-4f14-aa54-33bafae1ed76]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Preferences/pWSk8_cyMw3.so for Preferences [21216c6a-2e73-6563-6e65-726566657250]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/JLLWrappers/7Zgw7_cyMw3.so for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/CUDA_Driver_jll/QJyk7_TZik6.so for CUDA_Driver_jll [4ee394cb-3365-5eb0-8335-949819d2adfc]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Printf/3FQLY_XvZAg.so for Printf [de0858da-6303-5e67-8744-51eddeeeb8d7]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Dates/p8See_XvZAg.so for Dates [ade2ca70-3891-5945-98fb-dc099432e06a]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/TOML/mjrwE_XvZAg.so for TOML [fa267f1f-6049-4f14-aa54-33bafae1ed76]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Printf/3FQLY_XvZAg.so for Printf [de0858da-6303-5e67-8744-51eddeeeb8d7]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Dates/p8See_XvZAg.so for Dates [ade2ca70-3891-5945-98fb-dc099432e06a]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/TOML/mjrwE_XvZAg.so for TOML [fa267f1f-6049-4f14-aa54-33bafae1ed76]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Printf/3FQLY_XvZAg.so for Printf [de0858da-6303-5e67-8744-51eddeeeb8d7]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Dates/p8See_XvZAg.so for Dates [ade2ca70-3891-5945-98fb-dc099432e06a]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/TOML/mjrwE_XvZAg.so for TOML [fa267f1f-6049-4f14-aa54-33bafae1ed76]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Printf/3FQLY_XvZAg.so for Printf [de0858da-6303-5e67-8744-51eddeeeb8d7]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Dates/p8See_XvZAg.so for Dates [ade2ca70-3891-5945-98fb-dc099432e06a]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/TOML/mjrwE_XvZAg.so for TOML [fa267f1f-6049-4f14-aa54-33bafae1ed76]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Printf/3FQLY_XvZAg.so for Printf [de0858da-6303-5e67-8744-51eddeeeb8d7]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Dates/p8See_XvZAg.so for Dates [ade2ca70-3891-5945-98fb-dc099432e06a]
└ @ Base loading.jl:1244
┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/TOML/mjrwE_XvZAg.so for TOML [fa267f1f-6049-4f14-aa54-33bafae1ed76]
└ @ Base loading.jl:1244
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/DelimitedFiles/dlKZm_TZik6.ji for Base.PkgId(Base.UUID("8bb1440f-4735-579b-a4ab-409b98df4dab"), "DelimitedFiles") (fafbfcfd-dc55-6431-0000-01116719ebbb) since it does not provide desired build_id (fafbfcfd-e9f8-6bd5-0001-3d8127dded4c)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/Unitful/5WYj5_TZik6.ji for Base.PkgId(Base.UUID("1986cc42-f94f-5a68-af5c-568840ba703d"), "Unitful") (fafbfcfd-5cb7-c579-0000-0116e0ff32c5) since it does not provide desired build_id (fafbfcfd-1de4-ec9a-0001-3e4f14ba090a)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/Unitful/5WYj5_TZik6.ji for Base.PkgId(Base.UUID("1986cc42-f94f-5a68-af5c-568840ba703d"), "Unitful") (fafbfcfd-5cb7-c579-0000-0116e0ff32c5) since it does not provide desired build_id (fafbfcfd-1de4-ec9a-0001-3e4f14ba090a)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/Compat/GSFWK_TZik6.ji for Base.PkgId(Base.UUID("34da2185-b29b-5c13-b0c7-acf172513d20"), "Compat") (fafbfcfd-b39b-ddb8-0000-0116e0b0300a) since it does not provide desired build_id (fafbfcfd-4227-8e62-0001-3d83cecb9038)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/Compat/GSFWK_TZik6.ji for Base.PkgId(Base.UUID("34da2185-b29b-5c13-b0c7-acf172513d20"), "Compat") (fafbfcfd-b39b-ddb8-0000-0116e0b0300a) since it does not provide desired build_id (fafbfcfd-4227-8e62-0001-3d83cecb9038)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/CompatLinearAlgebraExt/Zxpzq_TZik6.ji for Base.PkgId(Base.UUID("dbe5ba0b-aecc-598a-a867-79051b540f49"), "CompatLinearAlgebraExt") (fafbfcfd-d011-e104-0000-01199ebc57e0) since it does not provide desired build_id (fafbfcfd-216e-9afc-0001-3d88e1970862)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/CompatLinearAlgebraExt/Zxpzq_TZik6.ji for Base.PkgId(Base.UUID("dbe5ba0b-aecc-598a-a867-79051b540f49"), "CompatLinearAlgebraExt") (fafbfcfd-d011-e104-0000-01199ebc57e0) since it does not provide desired build_id (fafbfcfd-216e-9afc-0001-3d88e1970862)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_TZik6.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-cc42-8b20-0000-05341122a09c) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_TZik6.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-cc42-8b20-0000-05341122a09c) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_TZik6.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-cc42-8b20-0000-05341122a09c) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_TZik6.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-cc42-8b20-0000-05341122a09c) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_TZik6.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-cc42-8b20-0000-05341122a09c) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_TZik6.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-cc42-8b20-0000-05341122a09c) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_TZik6.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-cc42-8b20-0000-05341122a09c) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_TZik6.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-cc42-8b20-0000-05341122a09c) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/CompatLinearAlgebraExt/Zxpzq_TZik6.ji for Base.PkgId(Base.UUID("dbe5ba0b-aecc-598a-a867-79051b540f49"), "CompatLinearAlgebraExt") (fafbfcfd-d011-e104-0000-01199ebc57e0) since it does not provide desired build_id (fafbfcfd-216e-9afc-0001-3d88e1970862)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/ColorTypes/db21U_TZik6.ji for Base.PkgId(Base.UUID("3da002f7-5984-5a60-b8a6-cbb66c0b333f"), "ColorTypes") (fafbfcfd-386f-f247-0000-015156bc5ead) since it does not provide desired build_id (fafbfcfd-6caf-e2ba-0000-024425007e43)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/ColorTypes/db21U_TZik6.ji for Base.PkgId(Base.UUID("3da002f7-5984-5a60-b8a6-cbb66c0b333f"), "ColorTypes") (fafbfcfd-386f-f247-0000-015156bc5ead) since it does not provide desired build_id (fafbfcfd-6caf-e2ba-0000-024425007e43)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/CompatLinearAlgebraExt/Zxpzq_TZik6.ji for Base.PkgId(Base.UUID("dbe5ba0b-aecc-598a-a867-79051b540f49"), "CompatLinearAlgebraExt") (fafbfcfd-d011-e104-0000-01199ebc57e0) since it does not provide desired build_id (fafbfcfd-216e-9afc-0001-3d88e1970862)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/CompatLinearAlgebraExt/Zxpzq_TZik6.ji for Base.PkgId(Base.UUID("dbe5ba0b-aecc-598a-a867-79051b540f49"), "CompatLinearAlgebraExt") (fafbfcfd-d011-e104-0000-01199ebc57e0) since it does not provide desired build_id (fafbfcfd-216e-9afc-0001-3d88e1970862)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArraysCore/Tzw28_TZik6.ji for Base.PkgId(Base.UUID("1e83bf80-4336-4d27-bf5d-d5a4f845583c"), "StaticArraysCore") (fafbfcfd-809b-acc7-0000-0114efbd2b9b) since it does not provide desired build_id (fafbfcfd-28dd-e232-0001-3d877328a58e)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_cyMw3.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-ac0d-879f-0001-3d8aedcbb6c6) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_cyMw3.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-ac0d-879f-0001-3d8aedcbb6c6) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_cyMw3.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-ac0d-879f-0001-3d8aedcbb6c6) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_cyMw3.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-ac0d-879f-0001-3d8aedcbb6c6) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_cyMw3.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-ac0d-879f-0001-3d8aedcbb6c6) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_cyMw3.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-ac0d-879f-0001-3d8aedcbb6c6) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_cyMw3.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-ac0d-879f-0001-3d8aedcbb6c6) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_cyMw3.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-ac0d-879f-0001-3d8aedcbb6c6) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_cyMw3.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-ac0d-879f-0001-3d8aedcbb6c6) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Rejecting cache file /n/home07/nwong/.julia/compiled/v1.11/ColorTypes/db21U_ZbbTJ.ji because it is for file /n/home07/nwong/.julia/packages/ColorTypes/vpFgh/src/ColorTypes.jl not file /n/home07/nwong/.julia/packages/ColorTypes/0RO5O/src/ColorTypes.jl
└ @ Base loading.jl:3873
┌ Debug: Rejecting cache file /n/home07/nwong/.julia/compiled/v1.11/ColorTypes/db21U_ZbbTJ.ji because it is for file /n/home07/nwong/.julia/packages/ColorTypes/vpFgh/src/ColorTypes.jl not file /n/home07/nwong/.julia/packages/ColorTypes/0RO5O/src/ColorTypes.jl
└ @ Base loading.jl:3873
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/DataStructures/xKiwJ_TZik6.ji for Base.PkgId(Base.UUID("864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"), "DataStructures") (fafbfcfd-7aed-f095-0000-053419947a82) since it does not provide desired build_id (fafbfcfd-eacf-3ede-0001-5d6d70c19a32)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/DataStructures/xKiwJ_TZik6.ji for Base.PkgId(Base.UUID("864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"), "DataStructures") (fafbfcfd-7aed-f095-0000-053419947a82) since it does not provide desired build_id (fafbfcfd-eacf-3ede-0001-5d6d70c19a32)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_cyMw3.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-ac0d-879f-0001-3d8aedcbb6c6) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_cyMw3.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-ac0d-879f-0001-3d8aedcbb6c6) since it does not provide desired build_id (fafbfcfd-b9c1-0702-0001-5ee7227196ab)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/DiffResults/vlfPe_TZik6.ji for Base.PkgId(Base.UUID("163ba53b-c6d8-5494-b064-1a9d43ac40c5"), "DiffResults") (fafbfcfd-243b-9106-0001-5f39caf116d4) since it does not provide desired build_id (fafbfcfd-28aa-d62c-0001-3ef7cb1596ec)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/Preferences/pWSk8_cyMw3.ji for Base.PkgId(Base.UUID("21216c6a-2e73-6563-6e65-726566657250"), "Preferences") (fafbfcfd-34b3-8e5e-0000-00962ee35a21) since it does not provide desired build_id (fafbfcfd-5de9-1ab2-0001-3d83a4727111)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/ColorTypes/db21U_3rPKK.ji for Base.PkgId(Base.UUID("3da002f7-5984-5a60-b8a6-cbb66c0b333f"), "ColorTypes") (fafbfcfd-e420-cf26-0001-3ea9b61989a6) since it does not provide desired build_id (fafbfcfd-6caf-e2ba-0000-024425007e43)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/ColorTypes/db21U_3rPKK.ji for Base.PkgId(Base.UUID("3da002f7-5984-5a60-b8a6-cbb66c0b333f"), "ColorTypes") (fafbfcfd-e420-cf26-0001-3ea9b61989a6) since it does not provide desired build_id (fafbfcfd-6caf-e2ba-0000-024425007e43)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/DataStructures/xKiwJ_cyMw3.ji for Base.PkgId(Base.UUID("864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"), "DataStructures") (fafbfcfd-8594-4034-0001-3d8a7517c9c0) since it does not provide desired build_id (fafbfcfd-eacf-3ede-0001-5d6d70c19a32)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/DataStructures/xKiwJ_cyMw3.ji for Base.PkgId(Base.UUID("864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"), "DataStructures") (fafbfcfd-8594-4034-0001-3d8a7517c9c0) since it does not provide desired build_id (fafbfcfd-eacf-3ede-0001-5d6d70c19a32)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/Preferences/pWSk8_cyMw3.ji for Base.PkgId(Base.UUID("21216c6a-2e73-6563-6e65-726566657250"), "Preferences") (fafbfcfd-34b3-8e5e-0000-00962ee35a21) since it does not provide desired build_id (fafbfcfd-5de9-1ab2-0001-3d83a4727111)
└ @ Base loading.jl:3799
Precompiling┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/Preferences/pWSk8_6dee1.ji for Base.PkgId(Base.UUID("21216c6a-2e73-6563-6e65-726566657250"), "Preferences") (fafbfcfd-2b0c-eebe-0054-953953e62da8) since it does not provide desired build_id (fafbfcfd-5de9-1ab2-0001-3d83a4727111)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/ColorTypes/db21U_cyMw3.ji for Base.PkgId(Base.UUID("3da002f7-5984-5a60-b8a6-cbb66c0b333f"), "ColorTypes") (fafbfcfd-9ebe-5a4f-0001-3d90805425d7) since it does not provide desired build_id (fafbfcfd-6caf-e2ba-0000-024425007e43)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/ColorTypes/db21U_cyMw3.ji for Base.PkgId(Base.UUID("3da002f7-5984-5a60-b8a6-cbb66c0b333f"), "ColorTypes") (fafbfcfd-9ebe-5a4f-0001-3d90805425d7) since it does not provide desired build_id (fafbfcfd-6caf-e2ba-0000-024425007e43)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/Statistics/ERcPL_TZik6.ji for Base.PkgId(Base.UUID("10745b16-79ce-11e8-11f9-7d13ad32a3b2"), "Statistics") (fafbfcfd-b5aa-e553-0000-0114dcf6118e) since it does not provide desired build_id (fafbfcfd-59d8-a8fd-0001-3d7dd80d6076)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/Statistics/ERcPL_TZik6.ji for Base.PkgId(Base.UUID("10745b16-79ce-11e8-11f9-7d13ad32a3b2"), "Statistics") (fafbfcfd-b5aa-e553-0000-0114dcf6118e) since it does not provide desired build_id (fafbfcfd-59d8-a8fd-0001-3d7dd80d6076)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/Preferences/pWSk8_6dee1.ji for Base.PkgId(Base.UUID("21216c6a-2e73-6563-6e65-726566657250"), "Preferences") (fafbfcfd-2b0c-eebe-0054-953953e62da8) since it does not provide desired build_id (fafbfcfd-5de9-1ab2-0001-3d83a4727111)
└ @ Base loading.jl:3799
 ┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/FixedPointNumbers/Ple2W_TZik6.ji for Base.PkgId(Base.UUID("53c48c17-4a7d-5ca2-90c5-79b7896eea93"), "FixedPointNumbers") (fafbfcfd-ff33-cc32-0000-01505184f14c) since it does not provide desired build_id (fafbfcfd-e9b8-f346-0001-3d858d3b3002)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/Reexport/bTpYr_TZik6.ji for Base.PkgId(Base.UUID("189a3867-3050-52da-a836-e630ba90ab69"), "Reexport") (fafbfcfd-8b25-b634-0000-0114df6119d4) since it does not provide desired build_id (fafbfcfd-5800-ffbe-0001-3d7fe2b9afa7)
└ @ Base loading.jl:3799
project...┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/ColorTypes/db21U_TZik6.ji for Base.PkgId(Base.UUID("3da002f7-5984-5a60-b8a6-cbb66c0b333f"), "ColorTypes") (fafbfcfd-386f-f247-0000-015156bc5ead) since it does not provide desired build_id (fafbfcfd-9ebe-5a4f-0001-3d90805425d7)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/OrderedCollections/LtT3J_cyMw3.ji for Base.PkgId(Base.UUID("bac558e1-5e72-5ebc-8fee-abe8a469f55d"), "OrderedCollections") (fafbfcfd-6a67-4e08-0000-008581e0b22b) since it does not provide desired build_id (fafbfcfd-feb2-0b73-0001-3d7fdfb69cad)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/LandSea/0eDyH_TZik6.ji for Base.PkgId(Base.UUID("cbf7bb22-a1a6-46cb-8b24-174e3bc5fc04"), "LandSea") (fafbfcfd-2603-2f89-0000-0116c5288fd5) since it does not provide desired build_id (fafbfcfd-af3a-76f4-0001-3e4f15bf1ad5)
└ @ Base loading.jl:3799

┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/ColorTypes/db21U_ZbbTJ.ji for Base.PkgId(Base.UUID("3da002f7-5984-5a60-b8a6-cbb66c0b333f"), "ColorTypes") (fafbfcfd-6caf-e2ba-0000-024425007e43) since it does not provide desired build_id (fafbfcfd-9ebe-5a4f-0001-3d90805425d7)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StatsAPI/Rf3YC_TZik6.ji for Base.PkgId(Base.UUID("82ae8749-77ed-4fe6-ae5f-f523153014b0"), "StatsAPI") (fafbfcfd-b96f-44b9-0000-0114dc10edab) since it does not provide desired build_id (fafbfcfd-7878-a910-0001-3d7dcf7cfa4d)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/ColorTypes/db21U_3rPKK.ji for Base.PkgId(Base.UUID("3da002f7-5984-5a60-b8a6-cbb66c0b333f"), "ColorTypes") (fafbfcfd-e420-cf26-0001-3ea9b61989a6) since it does not provide desired build_id (fafbfcfd-9ebe-5a4f-0001-3d90805425d7)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/Distances/yuMjt_TZik6.ji for Base.PkgId(Base.UUID("b4f34e82-e78d-54a5-968a-f98e89d6e8f7"), "Distances") (fafbfcfd-c964-bdcb-0000-01195432fcef) since it does not provide desired build_id (fafbfcfd-b5ec-6fa7-0001-3e4f15e32715)
└ @ Base loading.jl:3799
  Progress [>] 0/65
  ◑ ArnoldiMethod
  ◒ NearestNeighbors
  ◒ RegionTrees
  ◐ ConstructionBase → ConstructionBaseStaticArraysExt
  ◒ Rotations
  ◐ Accessors → StaticArraysExt
┌ Debug: Rejecting cache file /n/home07/nwong/.julia/compiled/v1.11/Interpolations/VpKVx_3rPKK.ji because it is for file /n/home07/nwong/.julia/packages/Interpolations/y4lLj/src/Interpolations.jl not file /n/home07/nwong/.julia/packages/Interpolations/91PhN/src/Interpolations.jl StaticArrays → StaticArraysChainRulesCoreExt
└ @ Base loading.jl:3873ForwardDiffExt
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_TZik6.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-cc42-8b20-0000-05341122a09c) since it does not provide desired build_id (fafbfcfd-e9ab-d984-0001-5cf5226e1962)
└ @ Base loading.jl:3799
┌ Debug: Ignoring cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_cyMw3.ji for Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") (fafbfcfd-ac0d-879f-0001-3d8aedcbb6c6) since it does not provide desired build_id (fafbfcfd-e9ab-d984-0001-5cf5226e1962)
└ @ Base loading.jl:3799
  61 dependencies successfully precompiled in 775 seconds. 379 already precompiled.
  61 dependencies had output during precompilation:
...

```

---

<div class="post-metadata">

### Author: ![natgeo-wong](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/natgeo-wong/32/10965_2.png) [@natgeo-wong](https://discourse.julialang.org/u/natgeo-wong)
#### Post date: [February 24, 2025, 5:22pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250/8 "2025-02-24T17:22:42Z")

</div>

And then the output for the dependencies is in the form of:

```julia
┌ ArrayInterface → ArrayInterfaceCUDAExt
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/ArrayInterface/7bROb_TZik6.so for ArrayInterface [4fba245c-0d91-5ea0-9b3e-6abc04ee57a9]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Printf/3FQLY_XvZAg.so for Printf [de0858da-6303-5e67-8744-51eddeeeb8d7]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Dates/p8See_XvZAg.so for Dates [ade2ca70-3891-5945-98fb-dc099432e06a]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/TOML/mjrwE_XvZAg.so for TOML [fa267f1f-6049-4f14-aa54-33bafae1ed76]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Preferences/pWSk8_cyMw3.so for Preferences [21216c6a-2e73-6563-6e65-726566657250]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Unicode/E4Hzs_XvZAg.so for Unicode [4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/CEnum/0gyUJ_TZik6.so for CEnum [fa961155-64e5-5f13-b03f-caf6b980ea82]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Base64/D7K0n_XvZAg.so for Base64 [2a0f44e3-6c83-55bd-87e4-b1978d98bd5f]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/NetworkOptions/J8H6s_XvZAg.so for NetworkOptions [ca575930-c2e3-43a9-ace4-1e988b2c1908]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/MbedTLS_jll/u5NEn_XvZAg.so for MbedTLS_jll [c8ffd9c3-330d-5841-b78e-0817d7145fa1]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/LibSSH2_jll/K6mup_XvZAg.so for LibSSH2_jll [29816b5a-b9ab-546f-933c-edad1886dfa8]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/LibGit2_jll/nfCpg_XvZAg.so for LibGit2_jll [e37daf67-58a4-590a-8e99-b0245dd2ffc5]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/LibGit2/xrYJZ_XvZAg.so for LibGit2 [76f85450-5226-5b5a-8eaa-529ad045b433]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/ArgTools/aGHFV_XvZAg.so for ArgTools [0dad84c5-d112-42e6-8d28-ef12dabb789f]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/nghttp2_jll/KTGSA_XvZAg.so for nghttp2_jll [8e850ede-7688-5339-a07c-302acd2aaf8d]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/LibCURL_jll/9JWaY_XvZAg.so for LibCURL_jll [deac9b47-8bc7-5906-a0fe-35ac56dc84c0]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/MozillaCACerts_jll/XKIUi_XvZAg.so for MozillaCACerts_jll [14a3606d-f60d-562e-9121-12d972cd8159]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/LibCURL/ht49g_XvZAg.so for LibCURL [b27032c2-a3e7-50c8-80cd-2d36dbcbfd21]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Downloads/eiA4B_XvZAg.so for Downloads [f43a241f-c20a-4ad4-852c-f6b1247861c6]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Tar/G9ZYP_XvZAg.so for Tar [a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/p7zip_jll/dfuGM_XvZAg.so for p7zip_jll [3f19e933-33d8-53b3-aaab-bd5110c3b7a0]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/UUIDs/SIw1t_XvZAg.so for UUIDs [cf7118a7-6976-5b1a-9a39-7adc72f591a4]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Logging/PWFjL_XvZAg.so for Logging [56ddb016-857b-54e1-b83d-db4d58db5568]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Markdown/AREjX_XvZAg.so for Markdown [d6f4376e-aef5-505a-96c1-9c027394607a]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Pkg/tUTdb_XvZAg.so for Pkg [44cfe95a-1eb2-52ea-b672-e2afdf69b78f]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/LazyArtifacts/MRP8l_XvZAg.so for LazyArtifacts [4af54fe1-eca0-43a8-85a7-787d91b784e3]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/JLLWrappers/7Zgw7_cyMw3.so for JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/LLVMExtra_jll/R9OeX_TZik6.so for LLVMExtra_jll [dad2f222-ce93-54a1-a47d-0025e8a3acab]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/LLVM/e8NBy_TZik6.so for LLVM [929cbde3-209d-540e-8aea-75f648917ca0]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/ExprTools/eM8wu_TZik6.so for ExprTools [e2ba6199-217a-4e67-a87a-7c52f15ade04]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/TimerOutputs/hd2yD_TZik6.so for TimerOutputs [a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Serialization/zGad9_XvZAg.so for Serialization [9e88b42a-f829-5b0c-bbe9-9e923198166b]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Scratch/ICI1U_cyMw3.so for Scratch [6c6a2e73-6563-6170-7368-637461726353]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/InteractiveUtils/0TrXF_XvZAg.so for InteractiveUtils [b77e0a4c-d291-57a0-90e8-8db25a27a240]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/PrecompileTools/AQ9Mk_cyMw3.so for PrecompileTools [aea7be01-6a6a-4083-8856-8a6e6704d82a]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/GPUCompiler/yPwef_TZik6.so for GPUCompiler [61eb1bfa-7361-4325-ad38-22787b887f55]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/UnsafeAtomics/OuhNJ_TZik6.so for UnsafeAtomics [013be700-e6cd-48c3-b4a1-df204f14c38f]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Atomix/3LdQ4_TZik6.so for Atomix [a9b6321e-bd34-4604-b9c9-b65b8de01458]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/MacroTools/38lnR_cyMw3.so for MacroTools [1914dd2f-81c6-5fcd-8719-6d5c9610ff09]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArraysCore/Tzw28_TZik6.so for StaticArraysCore [1e83bf80-4336-4d27-bf5d-d5a4f845583c]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArrays/yY9vm_TZik6.so for StaticArrays [90137ffa-7385-5640-81b9-e52037218182]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Adapt/rUIgN_ZbbTJ.so for Adapt [79e6a3ab-5dfb-504d-930d-738a2a938a0e]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/AdaptStaticArraysExt/9bCdf_TZik6.so for AdaptStaticArraysExt [e1699a77-9e31-5da8-bb3e-0a796f95f0a0]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/KernelAbstractions/aywHT_TZik6.so for KernelAbstractions [63c18a36-062a-441e-b654-da1e3ab1ce7c]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/LinearAlgebraExt/1TyTB_TZik6.so for LinearAlgebraExt [66d79d19-2cc4-5b0b-ac7a-b340256d1ecd]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/UnsafeAtomicsLLVM/yk2PZ_TZik6.so for UnsafeAtomicsLLVM [94a578b6-dabc-58f9-9960-acea94edabd8]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Reexport/bTpYr_TZik6.so for Reexport [189a3867-3050-52da-a836-e630ba90ab69]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/GPUArraysCore/qiYUe_TZik6.so for GPUArraysCore [46192b85-c4d5-4398-a991-12ede77f4527]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Statistics/ERcPL_TZik6.so for Statistics [10745b16-79ce-11e8-11f9-7d13ad32a3b2]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/StaticArraysStatisticsExt/EfhbW_TZik6.so for StaticArraysStatisticsExt [3453fcb0-342e-5e4a-a93b-f2e19ba3ba0f]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/GPUArrays/v5u0T_TZik6.so for GPUArrays [0c68f7d7-f131-5f86-a1c3-88cf8149b2d7]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Requires/IyxeS_cyMw3.so for Requires [ae029012-a4dd-5104-9daa-d747884805df]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/BFloat16s/iiZ8G_TZik6.so for BFloat16s [ab4f0b2a-ad5b-11e8-123f-65d77653426b]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/BFloat16sExt/B6KwG_TZik6.so for BFloat16sExt [a7f3dfb2-a512-52f2-8e44-f826512b0bb1]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/LLVMLoopInfo/X7sqD_TZik6.so for LLVMLoopInfo [8b046642-f1f6-4319-8d3c-209ddc03c586]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/CUDA_Driver_jll/QJyk7_TZik6.so for CUDA_Driver_jll [4ee394cb-3365-5eb0-8335-949819d2adfc]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/CUDA_Runtime_jll/Hs50y_TZik6.so for CUDA_Runtime_jll [76a88914-d11a-5bdc-97e0-2f5a05c973a2]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/FixedPointNumbers/Ple2W_TZik6.so for FixedPointNumbers [53c48c17-4a7d-5ca2-90c5-79b7896eea93]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/ColorTypes/db21U_TZik6.so for ColorTypes [3da002f7-5984-5a60-b8a6-cbb66c0b333f]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Colors/NKjaT_TZik6.so for Colors [5ae59095-9a9b-59fe-a467-6f913c188581]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/NVTX_jll/a4RQP_TZik6.so for NVTX_jll [e98f9f5b-d649-5603-91fd-7774390e6439]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/JuliaNVTXCallbacks_jll/EQzo6_TZik6.so for JuliaNVTXCallbacks_jll [9c1d0b0a-7046-5b2e-a33f-ea22f176ac7e]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/NVTX/s1i2n_TZik6.so for NVTX [5da4648a-3479-48b8-97b9-01cb529c0a1f]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/RandomNumbers/pgCpR_TZik6.so for RandomNumbers [e6cf234a-135c-5ec9-84dd-332b85af5143]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Random123/1imiM_TZik6.so for Random123 [74087812-796a-5b5d-8853-05524746bad3]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/DataValueInterfaces/9Lpkp_cyMw3.so for DataValueInterfaces [e2d170a0-9d28-54be-80f0-106bbe20a464]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/DataAPI/3a8mN_cyMw3.so for DataAPI [9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/IteratorInterfaceExtensions/N0h8q_cyMw3.so for IteratorInterfaceExtensions [82899510-4779-5014-852e-03e436cf321d]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/TableTraits/I6SaN_cyMw3.so for TableTraits [3783bdb8-4a98-5b6b-af9a-565f29a5fe9c]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/OrderedCollections/LtT3J_cyMw3.so for OrderedCollections [bac558e1-5e72-5ebc-8fee-abe8a469f55d]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Tables/Z804B_cyMw3.so for Tables [bd369af6-aec1-5ad0-b16a-f7cc5008161c]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/StringManipulation/4nJQd_TZik6.so for StringManipulation [892a3eda-7b42-436c-8928-eab12a02cf0e]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Crayons/TXPcU_cyMw3.so for Crayons [a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/LaTeXStrings/H4HGh_TZik6.so for LaTeXStrings [b964fa9f-0449-5b57-a5c2-d3ea65f4040f]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/PrettyTables/kRdcL_TZik6.so for PrettyTables [08abe8d2-0d0c-5749-adfa-8a2ac140af0d]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Compat/GSFWK_cyMw3.so for Compat [34da2185-b29b-5c13-b0c7-acf172513d20]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/CompatLinearAlgebraExt/Zxpzq_cyMw3.so for CompatLinearAlgebraExt [dbe5ba0b-aecc-598a-a867-79051b540f49]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/DataStructures/xKiwJ_TZik6.so for DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/SortingAlgorithms/6dCmw_TZik6.so for SortingAlgorithms [a2af1166-a08f-5f64-846c-94a0d3cef48c]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Future/Ebope_XvZAg.so for Future [9fa8497b-333b-5362-9e8d-4d0656e87820]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/PooledArrays/vi11X_TZik6.so for PooledArrays [2dfb63ee-cc39-5dd5-95bd-886bf059d720]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Missings/wLfgT_ZbbTJ.so for Missings [e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/InvertedIndices/0P8C6_ZbbTJ.so for InvertedIndices [41ab1584-1d38-5bbf-9106-f11c6c58b48f]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/SentinelArrays/uMYVe_ZbbTJ.so for SentinelArrays [91c51154-3ec4-41a3-a24f-3f23e20d615c]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/InlineStrings/prmY3_ZbbTJ.so for InlineStrings [842dd82b-1e85-43dc-bf29-5d0ee9dffc48]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/DataFrames/AR9oZ_TZik6.so for DataFrames [a93c6f00-e57d-5684-b7b6-d8193f3e46c0]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/demumble_jll/3LhWT_TZik6.so for demumble_jll [1e29f10c-031c-5a83-9565-69cddfc27673]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/SuiteSparse_jll/ME9At_XvZAg.so for SuiteSparse_jll [bea87d4a-7f5b-5778-9afe-8cc45184846c]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/SparseArrays/P9ieR_XvZAg.so for SparseArrays [2f01184e-e22b-5df5-ae63-d93ebab69eaf]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/AdaptSparseArraysExt/7qfxl_ZbbTJ.so for AdaptSparseArraysExt [c3128895-b67d-5ae3-9236-5571f71145f1]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/SparseArraysExt/TR6ym_TZik6.so for SparseArraysExt [85068d23-b5fb-53f1-8204-05c2aba6942f]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/SparseArraysExt/k0lPI_ZbbTJ.so for SparseArraysExt [c399192f-b7ce-5053-9844-b5b6ade3ad52]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/AbstractFFTs/Di3HZ_w7mkn.so for AbstractFFTs [621f4979-c628-5d54-868e-fcf4e3e8185c]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/CUDA/oWw5k_TZik6.so for CUDA [052768ef-5323-5732-b1bb-66c8b64840ba]
│ └ @ Base loading.jl:1244
└  
┌ NNlib → NNlibFFTWExt
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/Reexport/bTpYr_TZik6.so for Reexport [189a3867-3050-52da-a836-e630ba90ab69]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Printf/3FQLY_XvZAg.so for Printf [de0858da-6303-5e67-8744-51eddeeeb8d7]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/Dates/p8See_XvZAg.so for Dates [ade2ca70-3891-5945-98fb-dc099432e06a]
│ └ @ Base loading.jl:1244
│ ┌ Debug: Loading object cache file /n/home07/nwong/.julia/juliaup/julia-1.11.3+0.x64.linux.gnu/share/julia/compiled/v1.11/TOML/mjrwE_XvZAg.so for TOML [fa267f1f-6049-4f14-aa54-33bafae1ed76]

```

And so on and so forth.

---

<div class="post-metadata">

### Author: ![ianshmean](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ianshmean/32/216042_2.png) [@ianshmean](https://discourse.julialang.org/u/ianshmean)
#### Post date: [February 24, 2025, 5:37pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250/9 "2025-02-24T17:37:15Z")

</div>

And then what does it show if you try to load the package?

---

<div class="post-metadata">

### Author: ![natgeo-wong](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/natgeo-wong/32/10965_2.png) [@natgeo-wong](https://discourse.julialang.org/u/natgeo-wong)
#### Post date: [February 24, 2025, 6:27pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250/10 "2025-02-24T18:27:58Z")

</div>

If I load a package?

```julia
julia> using RegionGrids
┌ Debug: Loading object cache file /n/home07/nwong/.julia/compiled/v1.11/RegionGrids/OzvAX_TZik6.so for RegionGrids [ecebd26c-3930-4a82-94f6-9df2a191b288]
└ @ Base loading.jl:1244

```

---

<div class="post-metadata">

### Author: ![jishnub](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jishnub/32/33620_2.png) [@jishnub](https://discourse.julialang.org/u/jishnub)
#### Post date: [February 24, 2025, 6:35pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250/11 "2025-02-24T18:35:03Z")

</div>

Does [Repeated precompilation on a cluster makes life difficult](https://discourse.julialang.org/t/repeated-precompilation-on-a-cluster-makes-life-difficult/94194/) help? In my case, I had to set the CPU targets before generating the package images.

---

<div class="post-metadata">

### Author: ![natgeo-wong](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/natgeo-wong/32/10965_2.png) [@natgeo-wong](https://discourse.julialang.org/u/natgeo-wong)
#### Post date: [February 24, 2025, 6:42pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250/12 "2025-02-24T18:42:17Z")

</div>

This looks interesting. Does `export JULIA_CPU_TARGET=generic` work or do I need to figure out the more specific arguments to pass?

I would also assume you have to put this in the `.bashrc` file right?

---

<div class="post-metadata">

### Author: ![natgeo-wong](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/natgeo-wong/32/10965_2.png) [@natgeo-wong](https://discourse.julialang.org/u/natgeo-wong)
#### Post date: [February 24, 2025, 6:51pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250/13 "2025-02-24T18:51:50Z")

</div>

Testing this now on my cluster let’s see if this works.

---

<div class="post-metadata">

### Author: ![natgeo-wong](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/natgeo-wong/32/10965_2.png) [@natgeo-wong](https://discourse.julialang.org/u/natgeo-wong)
#### Post date: [February 24, 2025, 7:21pm UTC](https://discourse.julialang.org/t/precompilation-keeps-repeating/126250/14 "2025-02-24T19:21:23Z")

</div>

This was the issue. Thanks so much!
