Package evaluation of PropCheck on Julia 1.13.0-DEV.860 (6ddb3d6410*) started at 2025-07-13T12:25:09.678 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.63s ################################################################################ # Installation # Installing PropCheck... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [ca382230] + PropCheck v0.10.1 Updating `~/.julia/environments/v1.13/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.46s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.34s ################################################################################ # Testing # Testing PropCheck Status `/tmp/jl_SzTXtp/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_SzTXtp/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(0xb5a6b1c9b9ef3ef6, 0x6ddb0f242244fbdd, 0x346092a115f77748, 0x52e5cd5841ebf7c6, 0x9e0d8c740db9b94c) 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.13/Random/src/Random.jl:149 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.13/Random/src/Random.jl:190 Random.Sampler(::Type{<:Random.AbstractRNG}, !Matched::BitSet, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.13/Random/src/generation.jl:495 ... 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.13/Random/src/Random.jl:149 [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.13/Random/src/Random.jl:143 [3] rand(rng::Random.TaskLocalRNG, X::Random.SamplerTrivial{Random.CloseOpen01{Core.BFloat16}, Core.BFloat16}) @ Random /opt/julia/share/julia/stdlib/v1.13/Random/src/Random.jl:262 [4] rand(rng::Random.TaskLocalRNG, ::Type{Core.BFloat16}) @ Random /opt/julia/share/julia/stdlib/v1.13/Random/src/Random.jl:265 [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:796 [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] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:384 [19] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:738 [inlined] [20] macro expansion @ ~/.julia/packages/PropCheck/AK4AW/test/runtests.jl:153 [inlined] [21] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1947 [inlined] [22] macro expansion @ ~/.julia/packages/PropCheck/AK4AW/test/runtests.jl:151 [inlined] [23] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1858 [inlined] [24] macro expansion @ ~/.julia/packages/PropCheck/AK4AW/test/runtests.jl:151 [inlined] [25] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1858 [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 = │ 3-element Vector{UInt8}: │ 0x70 │ 0xd4 └ 0x8f [ Info: 42 counterexamples found for issorted ┌ Info: Found counterexample for 'Base.Fix2{typeof(<), Int64}(<, 5)', beginning shrinking... └ Counterexample = 0x46 [ Info: 5 counterexamples found for Base.Fix2{typeof(<), Int64}(<, 5) ┌ Info: Found counterexample for 'iseven', beginning shrinking... └ Counterexample = 0x63 [ Info: 12 counterexamples found for iseven ┌ Info: Found counterexample for 'throwingProperty', beginning shrinking... └ Counterexample = 0x46 ┌ Info: 6 counterexamples found for throwingProperty, of which 6 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 = │ 6-element Vector{UInt8}: │ 0xbf │ 0x2b │ 0x1c │ 0xda │ 0x1b └ 0xf7 [ Info: 35 counterexamples found for #interleaveFilterInvariant##2 ┌ Info: Found counterexample for '#interleaveMapInvariant##2', beginning shrinking... │ Counterexample = │ 1-element Vector{UInt8}: └ 0x00 [ Info: 1 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 2m34.9s Interfaces | 12 12 9.5s Tear Float16 & reassemble, floating point generators | 10 10 9.0s Tear Float32 & reassemble, floating point generators | 10 10 4.5s Tear Float64 & reassemble, floating point generators | 10 10 6.2s Integer generators | 10 10 16.4s numsToZero | 14 1 2 17 23.4s Bool | 1 1 1.7s BigInt | 1 1 0.6s Int128 | 1 1 2.6s Int16 | 1 1 0.5s Int32 | 1 1 0.5s Int64 | 1 1 0.7s Int8 | 1 1 0.4s UInt128 | 1 1 2.2s UInt16 | 1 1 1.3s UInt32 | 1 1 1.3s UInt64 | 1 1 1.4s UInt8 | 1 1 1.4s BigFloat | 1 1 0.8s Core.BFloat16 | 1 1 5.7s Float16 | 1 1 0.4s Float32 | 1 1 0.6s Float64 | 1 1 1.1s filter predicates hold for shrunk values | 8 8 31.1s shrunk values of mapped generator are also even | 4 4 1.7s random vectors are sorted | 1 1 8.0s all even numbers are less than 5 | 1 1 1.7s there are only even numbers | 1 1 0.4s throwing properties still shrink | 1 1 3.0s stringsFromTypeToEmpty | 1 1 2.6s interleave preserves invariants | 2 2 2.1s initialVectorLengthIsboundedByRange | 1 1 1.8s `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.3s str preserves invariants | 1 1 5.6s vector preserves invariants | 1 1 0.3s IntegratedUnique | 1 1 1.8s IntegratedConst | 1 1 0.1s IntegratedVal | 2 2 3.9s FiniteIntegrated | 31 31 20.2s Inference | 6 6 0.7s RNG of the outermost testset: Random.Xoshiro(0xb5a6b1c9b9ef3ef6, 0x6ddb0f242244fbdd, 0x346092a115f77748, 0x52e5cd5841ebf7c6, 0x496359c55c074d5f) 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 218.73s ERROR: LoadError: Package PropCheck errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2446 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2301 [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.13/Pkg/src/API.jl:500 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/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:309 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:320 [12] _start() @ Base ./client.jl:553 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 259.18s: package tests unexpectedly errored