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

Pkg.test is broken for stdlibs not in sysimage since 1.3 #38654

Closed
KristofferC opened this issue Dec 2, 2020 · 1 comment · Fixed by #38678
Closed

Pkg.test is broken for stdlibs not in sysimage since 1.3 #38654

KristofferC opened this issue Dec 2, 2020 · 1 comment · Fixed by #38678
Assignees
Milestone

Comments

@KristofferC
Copy link
Member

https://github.com/JuliaCI/NanosoldierReports/blob/master/pkgeval/by_date/2020-12/01/report.md

Just taking one of them:

     Testing Running tests...
ERROR: LoadError: ArgumentError: Package MbedTLS_jll [c8ffd9c3-330d-5841-b78e-0817d7145fa1] is required but does not seem to be installed:
 - Run `Pkg.instantiate()` to install all recorded dependencies.

Stacktrace:
 [1] _require(pkg::Base.PkgId)
   @ Base ./loading.jl:985
 [2] require(uuidkey::Base.PkgId)
   @ Base ./loading.jl:909
 [3] require(into::Module, mod::Symbol)
   @ Base ./loading.jl:896
 [4] include
   @ ./Base.jl:386 [inlined]
 [5] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::String)
   @ Base ./loading.jl:1208
 [6] top-level scope
   @ none:1
 [7] eval
   @ ./boot.jl:360 [inlined]
 [8] eval(x::Expr)
   @ Base.MainInclude ./client.jl:446
 [9] top-level scope
   @ none:1
in expression starting at /home/pkgeval/.julia/packages/MbedTLS/4YY6E/src/MbedTLS.jl:1
@KristofferC KristofferC added this to the 1.6 features milestone Dec 2, 2020
@KristofferC
Copy link
Member Author

KristofferC commented Dec 2, 2020

This kinda looks like a Pkg regression from 1.3 to me...

It used to put path entries to the stdlibs in the test manifest but that seems to not be the case anymore. Probably related to the "sandbox" stuff that was added to Pkg...

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 a pull request may close this issue.

1 participant