Package evaluation of FilesystemDatastructures on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T07:02:01.468 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.35s ################################################################################ # Installation # Installing FilesystemDatastructures... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [89f0c457] + FilesystemDatastructures v1.1.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [89f0c457] + FilesystemDatastructures v1.1.0 Installation completed after 1.04s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 11.29s ################################################################################ # Testing # Testing FilesystemDatastructures Status `/tmp/jl_VHMaYu/Project.toml` [89f0c457] FilesystemDatastructures v1.1.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_VHMaYu/Manifest.toml` [89f0c457] FilesystemDatastructures v1.1.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... TargetSizeKeepFree: Test Failed at /home/pkgeval/.julia/packages/FilesystemDatastructures/Itj2S/test/scfc_tests.jl:193 Expression: abs(Int64(starting_freespace - (get_disk_freespace(scfc_root) + idx * 10 * 1024 * 1024))) < 5 * 1024 * 1024 Evaluated: 10485760 < 5242880 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:679 [inlined] [2] (::var"#17#18")(scfc_root::String) @ Main ~/.julia/packages/FilesystemDatastructures/Itj2S/test/scfc_tests.jl:193 [3] mktempdir(fn::var"#17#18", parent::String; prefix::String) @ Base.Filesystem ./file.jl:819 [4] mktempdir(fn::Function, parent::String) @ Base.Filesystem ./file.jl:815 [5] macro expansion @ ~/.julia/packages/FilesystemDatastructures/Itj2S/test/scfc_tests.jl:178 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [7] top-level scope @ ~/.julia/packages/FilesystemDatastructures/Itj2S/test/scfc_tests.jl:178 TargetSizeKeepFree: Error During Test at /home/pkgeval/.julia/packages/FilesystemDatastructures/Itj2S/test/scfc_tests.jl:177 Got exception outside of a @test ArgumentError: Requested size 10485760 is larger than entire cache 0 Stacktrace: [1] add!(scfc::SizeConstrainedFileCache, key::String, new_size::UInt64) @ FilesystemDatastructures ~/.julia/packages/FilesystemDatastructures/Itj2S/src/SizeConstrainedFileCache.jl:131 [2] add_junk_file(scfc::SizeConstrainedFileCache, size::Int64, path_prefix::String) @ Main ~/.julia/packages/FilesystemDatastructures/Itj2S/test/scfc_tests.jl:3 [3] add_junk_file @ ~/.julia/packages/FilesystemDatastructures/Itj2S/test/scfc_tests.jl:2 [inlined] [4] (::var"#17#18")(scfc_root::String) @ Main ~/.julia/packages/FilesystemDatastructures/Itj2S/test/scfc_tests.jl:189 [5] mktempdir(fn::var"#17#18", parent::String; prefix::String) @ Base.Filesystem ./file.jl:819 [6] mktempdir(fn::Function, parent::String) @ Base.Filesystem ./file.jl:815 [7] macro expansion @ ~/.julia/packages/FilesystemDatastructures/Itj2S/test/scfc_tests.jl:178 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [9] top-level scope @ ~/.julia/packages/FilesystemDatastructures/Itj2S/test/scfc_tests.jl:178 [10] include(fname::String) @ Main ./sysimg.jl:38 [11] macro expansion @ ~/.julia/packages/FilesystemDatastructures/Itj2S/test/runtests.jl:4 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [13] top-level scope @ ~/.julia/packages/FilesystemDatastructures/Itj2S/test/runtests.jl:4 [14] include(fname::String) @ Main ./sysimg.jl:38 [15] top-level scope @ none:6 [16] eval @ ./boot.jl:430 [inlined] [17] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [18] _start() @ Base ./client.jl:531 Test Summary: | Pass Fail Error Total Time SizeConstrainedFileCache | 235 1 1 237 13.7s Basics | 173 173 4.5s LRU semantics | 29 29 0.5s LFU semantics | 31 31 0.9s TargetSizeKeepFree | 2 1 1 4 7.4s ERROR: LoadError: Some tests did not pass: 235 passed, 1 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/FilesystemDatastructures/Itj2S/test/runtests.jl:3 Testing failed after 19.62s ERROR: LoadError: Package FilesystemDatastructures errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2124 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2007 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 50.64s: package tests unexpectedly errored