Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suppress git output #40

Merged
merged 2 commits into from
Mar 21, 2024
Merged

suppress git output #40

merged 2 commits into from
Mar 21, 2024

Conversation

LilithHafner
Copy link
Owner

No description provided.

@LilithHafner LilithHafner enabled auto-merge (squash) March 21, 2024 22:06
@LilithHafner
Copy link
Owner Author

The missing .ji file error has been happening every once in a while since before all the recent changes. I suspect it is a Julia bug.

SystemError: opening file "/home/runner/.julia/compiled/v1.12/RegressionTests/L2wCO_p4MmI.ji": No such file or directory
  Stacktrace:
    [1] systemerror(p::String, errno::Int32; extrainfo::Nothing)
      @ Base ./error.jl:176
    [2] open(fname::String; lock::Bool, read::Bool, write::Nothing, create::Nothing, truncate::Nothing, append::Nothing)
      @ Base ./iostream.jl:298
    [3] open
      @ ./iostream.jl:277 [inlined]
    [4] open(fname::String, mode::String; lock::Bool)
      @ Base ./iostream.jl:361
    [5] open
      @ ./iostream.jl:360 [inlined]
    [6] (::Base.var"#sort_by#1081")(path::String)
      @ Base ./loading.jl:1109
    [7] _broadcast_getindex_evalf
      @ ./broadcast.jl:673 [inlined]
    [8] _broadcast_getindex
      @ ./broadcast.jl:646 [inlined]
    [9] getindex
      @ ./broadcast.jl:605 [inlined]
   [10] macro expansion
      @ ./broadcast.jl:200 [inlined]
   [11] macro expansion
      @ ./simdloop.jl:77 [inlined]
   [12] copyto!
      @ ./broadcast.jl:[96](https://github.com/LilithHafner/RegressionTests.jl/actions/runs/8382189139/job/22955459799?pr=40#step:6:99)7 [inlined]
   [13] copyto!
      @ ./broadcast.jl:920 [inlined]
   [14] copy
      @ ./broadcast.jl:892 [inlined]
   [15] materialize
      @ ./broadcast.jl:867 [inlined]
   [16] find_all_in_cache_path(pkg::Base.PkgId, DEPOT_PATH::Vector{String})
      @ Base ./loading.jl:1134
   [17] find_all_in_cache_path
      @ ./loading.jl:1089 [inlined]
   [18] precompilepkgs(pkgs::Vector{String}; internal_call::Bool, strict::Bool, warn_loaded::Bool, timing::Bool, _from_loading::Bool, configs::Pair{Cmd, Base.CacheFlags}, io::Base.DevNull, fancyprint::Bool)
      @ Base.Precompilation ./precompilation.jl:361
   [19] (::Pkg.API.var"#227#228"{Bool, Bool, Bool, Bool, Bool, Pair{Cmd, Base.CacheFlags}, Vector{Pkg.Types.PackageSpec}})()
      @ Pkg.API /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.12/Pkg/src/API.jl:1158
   [20] activate(f::Pkg.API.var"#227#228"{Bool, Bool, Bool, Bool, Bool, Pair{Cmd, Base.CacheFlags}, Vector{Pkg.Types.PackageSpec}}, new_project::String)
      @ Pkg.API /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.12/Pkg/src/API.jl:1379
   [21] precompile(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; internal_call::Bool, strict::Bool, warn_loaded::Bool, already_instantiated::Bool, timing::Bool, _from_loading::Bool, configs::Pair{Cmd, Base.CacheFlags}, kwargs::@Kwargs{})
      @ Pkg.API /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.12/Pkg/src/API.jl:1156
   [22] #_auto_precompile#4
      @ /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.12/Pkg/src/Pkg.jl:837 [inlined]
   [23] _auto_precompile (repeats 2 times)
      @ /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.12/Pkg/src/Pkg.jl:835 [inlined]
   [24] instantiate(ctx::Pkg.Types.Context; manifest::Nothing, update_registry::Bool, verbose::Bool, platform::Base.BinaryPlatforms.Platform, allow_build::Bool, allow_autoprecomp::Bool, kwargs::@Kwargs{io::Base.DevNull})
      @ Pkg.API /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.12/Pkg/src/API.jl:1184
   [25] instantiate
      @ /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.12/Pkg/src/API.jl:1172 [inlined]
   [26] instantiate(; kwargs::@Kwargs{io::Base.DevNull})
      @ Pkg.API /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.12/Pkg/src/API.jl:1171
   [27] instantiate
      @ /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.12/Pkg/src/API.jl:1171 [inlined]

@LilithHafner LilithHafner merged commit 0419128 into main Mar 21, 2024
15 of 16 checks passed
@LilithHafner LilithHafner deleted the lh/quiet branch March 21, 2024 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant