You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Jay-sanjay and I were working recently with DataFrames.jl and noticed a failing test suite within our CI pipeline. After scrutinizing the test suite, we realized that the suite was failing due to an error in DataFrames.jl on nightly. Here is some information about this problem -- has the been seen before and/or fixed yet?
Version of DataFrames.jl: v1.6.1 Version of Julia: Julia Version 1.12.0-DEV.1207 Nightly Commit from Julia:JuliaLang/julia@4633607 Build Architectures That Are Failing: Windows-latest, Ubuntu-latest
ERROR: LoadError: The following 3 direct dependencies failed to precompile:
DataFrames --code-coverage=@/home/runner/work/OMOPCDMPathways.jl/OMOPCDMPathways.jl --color=yes --check-bounds=yes --warn-overwrite=yes --depwarn=yes --inline=yes --startup-file=no --track-allocation=none --check-bounds=yes --compiled-modules=yes
Failed to precompile DataFrames [a93c6f00-e57d-5684-b7b6-d8193f3e46c0] to "/home/runner/.julia/compiled/v1.12/DataFrames/jl_umGyjP".
WARNING: Method definition formatdoc(Base.Docs.DocStr) in module REPL at /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.12/REPL/src/docview.jl:79 overwritten in module REPL at /cache/build/builder-amdci4-7/julialang/julia-master/usr/share/julia/stdlib/v1.12/REPL/src/docview.jl:79.
ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.
┌ Error: Unexpected error (Review REPL precompilation with debug_output on):
│ 2004lERROR: Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
└ @ REPL.Precompile /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.12/REPL/src/precompile.jl:26
ERROR: LoadError: Failed to precompile REPL [3fa0cd96-eef1-5676-8a61-b3b8758bbffb] to "/home/runner/.julia/compiled/v1.12/REPL/jl_koUDLw".
The text was updated successfully, but these errors were encountered:
Hello DataFrames.jl maintainers,
@Jay-sanjay and I were working recently with DataFrames.jl and noticed a failing test suite within our CI pipeline. After scrutinizing the test suite, we realized that the suite was failing due to an error in DataFrames.jl on nightly. Here is some information about this problem -- has the been seen before and/or fixed yet?
Version of DataFrames.jl: v1.6.1
Version of Julia: Julia Version 1.12.0-DEV.1207
Nightly Commit from Julia: JuliaLang/julia@4633607
Build Architectures That Are Failing: Windows-latest, Ubuntu-latest
Where the error occurred in our CI pipeline: https://github.com/JuliaHealth/OMOPCDMPathways.jl/actions/runs/10873471645/job/30169617952?pr=63#step:6:260
Error message in pipeline:
Copied Partial Error Message from CI Runner
The text was updated successfully, but these errors were encountered: