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

Test failures due to rr #66

Open
maleadt opened this issue Jul 22, 2022 · 0 comments
Open

Test failures due to rr #66

maleadt opened this issue Jul 22, 2022 · 0 comments

Comments

@maleadt
Copy link
Member

maleadt commented Jul 22, 2022

The following log is from PkgEval running under rr for the primary commit, but not so for the comparison: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2022-07/22/report.html
Several failures appear to be caused by running under rr, which means that we'll be consistent for now (i.e. also run the comparison under rr). Ideally of course, we don't want these failures, so this issue can serve to catalogue specific ones.

Python packages: No module named 'encodings'

Fixed in #64

CURL: SSL issue

$ julia -e 'using Pkg; Pkg.activate(; temp=true); Pkg.add("LibCURL"); Pkg.test("LibCURL"; julia_args=`--bug-report=rr-local`)'
...
curl: /home/tim/Julia/depot/juliaup/julia-1.8.0-rc3+0.x64/bin/../lib/julia/libcurl.so.4: version `CURL_OPENSSL_4' not found (required by curl)
system curl: Error During Test at /home/tim/Julia/depot/juliaup/julia-1.8.0-rc3+0.x64/share/julia/stdlib/v1.8/LibCURL/test/runtests.jl:43
  Got exception outside of a @test
  failed process: Process(`curl -s -S -g -L -f -o /tmp/jl_sxwGMm/README.md https://github.com/JuliaWeb/LibCURL.jl/blob/master/README.md`, ProcessExited(1)) [1]

This error also breaks Git, e.g., in testing RegistryTools.

Fixed in #67

Conda.jl etc: missing files during pack

I still need to reduce this, but several packages (like Conda.jl and [email protected]) were missing files during the rr pack. I'm not sure how this happens, as we don't do much between the end of the record and the start of the pack (i.e., we shouldn't be deleting files here).

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

No branches or pull requests

1 participant