Package evaluation of PropCheck on Julia 1.12.0-rc1.2 (995ff9db19*) started at 2025-07-14T11:42:30.694 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.63s ################################################################################ # Installation # Installing PropCheck... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [ca382230] + PropCheck v0.10.1 Updating `~/.julia/environments/v1.12/Manifest.toml` [34da2185] + Compat v4.17.0 [ca382230] + PropCheck v0.10.1 [97f35ef4] + RequiredInterfaces v0.1.7 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.07s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.06s ################################################################################ # Testing # Testing PropCheck Status `/tmp/jl_L9RHgt/Project.toml` [ca382230] PropCheck v0.10.1 [97f35ef4] RequiredInterfaces v0.1.7 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_L9RHgt/Manifest.toml` [34da2185] Compat v4.17.0 [ca382230] PropCheck v0.10.1 [97f35ef4] RequiredInterfaces v0.1.7 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... ┌ Info: RNG state is: └ RNG = Random.Xoshiro(0xaf4b36be41eb1be6, 0x8184f2d5b60ff471, 0x3ed4f0c63b4f19ba, 0x58c3d7832dc9e942, 0x7d3946e5f37c0b5e) Core.BFloat16: Error During Test at /home/pkgeval/.julia/packages/PropCheck/AK4AW/test/runtests.jl:153 Test threw exception Expression: numsToZero(T) MethodError: no method matching Random.Sampler(::Type{Random.TaskLocalRNG}, ::Random.SamplerTrivial{Random.CloseOpen01{Core.BFloat16}, Core.BFloat16}, ::Val{1}) This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented. Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.12/Random/src/Random.jl:147 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.12/Random/src/Random.jl:183 Random.Sampler(::Type{<:Random.AbstractRNG}, !Matched::BitSet, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.12/Random/src/generation.jl:488 ... Stacktrace: [1] Random.Sampler(T::Type{Random.TaskLocalRNG}, sp::Random.SamplerTrivial{Random.CloseOpen01{Core.BFloat16}, Core.BFloat16}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.12/Random/src/Random.jl:147 [2] Random.Sampler(rng::Random.TaskLocalRNG, x::Random.SamplerTrivial{Random.CloseOpen01{Core.BFloat16}, Core.BFloat16}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.12/Random/src/Random.jl:141 [3] rand(rng::Random.TaskLocalRNG, X::Random.SamplerTrivial{Random.CloseOpen01{Core.BFloat16}, Core.BFloat16}) @ Random /opt/julia/share/julia/stdlib/v1.12/Random/src/Random.jl:255 [4] rand(rng::Random.TaskLocalRNG, ::Type{Core.BFloat16}) @ Random /opt/julia/share/julia/stdlib/v1.12/Random/src/Random.jl:258 [5] generate(rng::Random.TaskLocalRNG, ::Type{Core.BFloat16}) @ PropCheck ~/.julia/packages/PropCheck/AK4AW/src/generators.jl:38 [6] (::PropCheck.var"#Generator##2#Generator##3"{Core.BFloat16})(rng::Random.TaskLocalRNG) @ PropCheck ~/.julia/packages/PropCheck/AK4AW/src/generators.jl:10 [7] generate(rng::Random.TaskLocalRNG, f::PropCheck.var"#Generator##2#Generator##3"{Core.BFloat16}) @ PropCheck ~/.julia/packages/PropCheck/AK4AW/src/generators.jl:32 [8] generate(rng::Random.TaskLocalRNG, g::Generator{Core.BFloat16, PropCheck.var"#Generator##2#Generator##3"{Core.BFloat16}}) @ PropCheck ~/.julia/packages/PropCheck/AK4AW/src/generators.jl:28 [9] (::PropCheck.var"#gen#Integrated##1"{Generator{Core.BFloat16, PropCheck.var"#Generator##2#Generator##3"{Core.BFloat16}}, typeof(shrink)})(rng::Random.TaskLocalRNG) @ PropCheck ~/.julia/packages/PropCheck/AK4AW/src/integrated.jl:85 [10] generate(rng::Random.TaskLocalRNG, f::PropCheck.var"#gen#Integrated##1"{Generator{Core.BFloat16, PropCheck.var"#Generator##2#Generator##3"{Core.BFloat16}}, typeof(shrink)}) @ PropCheck ~/.julia/packages/PropCheck/AK4AW/src/generators.jl:32 [11] generate(rng::Random.TaskLocalRNG, g::Generator{Tree{Core.BFloat16}, PropCheck.var"#gen#Integrated##1"{Generator{Core.BFloat16, PropCheck.var"#Generator##2#Generator##3"{Core.BFloat16}}, typeof(shrink)}}) @ PropCheck ~/.julia/packages/PropCheck/AK4AW/src/generators.jl:28 [12] (::PropCheck.var"#53#54"{Random.TaskLocalRNG, Generator{Tree{Core.BFloat16}, PropCheck.var"#gen#Integrated##1"{Generator{Core.BFloat16, PropCheck.var"#Generator##2#Generator##3"{Core.BFloat16}}, typeof(shrink)}}})(::Int64) @ PropCheck ./none:-1 [13] iterate @ ./generator.jl:48 [inlined] [14] collect @ ./array.jl:790 [inlined] [15] check(p::Function, i::Integrated{Tree{Core.BFloat16}, PropCheck.var"#gen#Integrated##1"{Generator{Core.BFloat16, PropCheck.var"#Generator##2#Generator##3"{Core.BFloat16}}, typeof(shrink)}}, rng::Random.TaskLocalRNG; ntests::Int64, show_initial::Bool, transform::typeof(identity)) @ PropCheck ~/.julia/packages/PropCheck/AK4AW/src/checking.jl:19 [16] check @ ~/.julia/packages/PropCheck/AK4AW/src/checking.jl:16 [inlined] [17] numsToZero(T::Type) @ Main ~/.julia/packages/PropCheck/AK4AW/test/runtests.jl:17 [18] macro expansion @ ~/.julia/packages/PropCheck/AK4AW/test/runtests.jl:153 [inlined] [19] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [20] macro expansion @ ~/.julia/packages/PropCheck/AK4AW/test/runtests.jl:153 [inlined] [21] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1865 [inlined] [22] macro expansion @ ~/.julia/packages/PropCheck/AK4AW/test/runtests.jl:151 [inlined] [23] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [24] macro expansion @ ~/.julia/packages/PropCheck/AK4AW/test/runtests.jl:151 [inlined] [25] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [26] macro expansion @ ~/.julia/packages/PropCheck/AK4AW/test/runtests.jl:119 [inlined] [27] macro expansion @ ./timing.jl:645 [inlined] [28] top-level scope @ ~/.julia/packages/PropCheck/AK4AW/test/runtests.jl:353 ┌ Info: Found counterexample for 'issorted', beginning shrinking... │ Counterexample = │ 8-element Vector{UInt8}: │ 0x18 │ 0x8b │ 0x2a │ 0x6b │ 0x3d │ 0xba │ 0x50 └ 0x9a [ Info: 57 counterexamples found for issorted ┌ Info: Found counterexample for 'Base.Fix2{typeof(<), Int64}(<, 5)', beginning shrinking... └ Counterexample = 0xd0 [ Info: 16 counterexamples found for Base.Fix2{typeof(<), Int64}(<, 5) ┌ Info: Found counterexample for 'iseven', beginning shrinking... └ Counterexample = 0x27 [ Info: 4 counterexamples found for iseven ┌ Info: Found counterexample for 'throwingProperty', beginning shrinking... └ Counterexample = 0xd0 ┌ Info: 15 counterexamples found for throwingProperty, of which 15 threw 1 distinct exception types │ Errors = │ 1-element Vector{ArgumentError}: └ ArgumentError("x not smaller than 5") ┌ Info: Found counterexample for '#interleaveFilterInvariant##2', beginning shrinking... │ Counterexample = │ 8-element Vector{UInt8}: │ 0x18 │ 0x8b │ 0x2a │ 0x6b │ 0x3d │ 0xba │ 0x50 └ 0x9a [ Info: 42 counterexamples found for #interleaveFilterInvariant##2 ┌ Info: Found counterexample for '#interleaveMapInvariant##2', beginning shrinking... │ Counterexample = │ 3-element Vector{UInt8}: │ 0x98 │ 0x8b └ 0x00 [ Info: 3 counterexamples found for #interleaveMapInvariant##2 ┌ Info: Found counterexample for '#62', beginning shrinking... └ Counterexample = 2 [ Info: 1 counterexamples found for #62 Test Summary: | Pass Error Broken Total Time All Tests | 135 1 2 138 4m35.9s Interfaces | 12 12 9.9s Tear Float16 & reassemble, floating point generators | 10 10 9.3s Tear Float32 & reassemble, floating point generators | 10 10 4.9s Tear Float64 & reassemble, floating point generators | 10 10 6.4s Integer generators | 10 10 16.5s numsToZero | 14 1 2 17 23.6s Bool | 1 1 1.7s BigInt | 1 1 0.6s Int128 | 1 1 2.3s Int16 | 1 1 0.5s Int32 | 1 1 0.6s Int64 | 1 1 0.7s Int8 | 1 1 0.5s UInt128 | 1 1 2.2s UInt16 | 1 1 1.4s UInt32 | 1 1 1.4s UInt64 | 1 1 1.6s UInt8 | 1 1 1.5s BigFloat | 1 1 0.8s Core.BFloat16 | 1 1 5.3s Float16 | 1 1 0.5s Float32 | 1 1 0.5s Float64 | 1 1 1.5s filter predicates hold for shrunk values | 8 8 34.4s shrunk values of mapped generator are also even | 4 4 1.7s random vectors are sorted | 1 1 8.9s all even numbers are less than 5 | 1 1 1.5s there are only even numbers | 1 1 0.3s throwing properties still shrink | 1 1 3.2s stringsFromTypeToEmpty | 1 1 2.8s interleave preserves invariants | 2 2 2.3s initialVectorLengthIsboundedByRange | 1 1 1.9s `Integrated` can be `collect`ed | 1 1 0.2s convert Trees: Int8 | 2 2 0.2s convert Trees: Int64 | 2 2 0.2s type unstable constructors | 1 1 0.2s str preserves invariants | 1 1 1m05.4s vector preserves invariants | 1 1 53.5s IntegratedUnique | 1 1 1.8s IntegratedConst | 1 1 0.1s IntegratedVal | 2 2 3.7s FiniteIntegrated | 31 31 21.8s Inference | 6 6 0.7s RNG of the outermost testset: Random.Xoshiro(0xaf4b36be41eb1be6, 0x8184f2d5b60ff471, 0x3ed4f0c63b4f19ba, 0x58c3d7832dc9e942, 0xdb5da7b4cd2bdaa9) ERROR: LoadError: Some tests did not pass: 135 passed, 0 failed, 1 errored, 2 broken. in expression starting at /home/pkgeval/.julia/packages/PropCheck/AK4AW/test/runtests.jl:118 Testing failed after 340.4s ERROR: LoadError: Package PropCheck errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{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.12/Pkg/src/Operations.jl:2458 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2313 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{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.12/Pkg/src/API.jl:511 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:151 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:305 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:321 [12] _start() @ Base ./client.jl:554 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 380.83s: package tests unexpectedly errored