CSV.jl icon indicating copy to clipboard operation
CSV.jl copied to clipboard

CSV is failing PkgEval

Open stensmo opened this issue 2 years ago • 4 comments

https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2024-03/06/CSV.primary.log

CSV.write: Test Failed at /home/pkgeval/.julia/packages/CSV/tmZyn/test/write.jl:338

stensmo avatar Mar 08 '24 16:03 stensmo

Any idea why it would have permission to open/write a file?

      SystemError: opening file "out.test.csv": Permission denied

quinnj avatar Mar 12 '24 04:03 quinnj

Running into what I think is a similar issue as well - CSV fails to precompile as a dependency on Julia nightly - ubuntu-latest - x64.

kdpsingh avatar Apr 08 '24 13:04 kdpsingh

Running into what I think is a similar issue as well - CSV fails to precompile as a dependency on Julia nightly - ubuntu-latest - x64.

this breakage is not related. the current failings in nightly are due to #1132

longemen3000 avatar Apr 09 '24 03:04 longemen3000

Thanks @longemen3000! Appreciate the clarification.

kdpsingh avatar Apr 09 '24 12:04 kdpsingh