Package evaluation of Random on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T19:47:15.755 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.28s ################################################################################ # Installation # Installing Random... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [9a3f8284] + Random Updating `~/.julia/environments/v1.10/Manifest.toml` [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 Installation completed after 3.68s Random is a standard library in this Julia build. ################################################################################ # Testing # Testing Random Status `/tmp/jl_l0T4qv/Project.toml` [9fa8497b] Future [37e2e46d] LinearAlgebra [9a3f8284] Random [ea8e919c] SHA v0.7.0 [2f01184e] SparseArrays v1.10.0 [10745b16] Statistics v1.10.0 [8dfed614] Test Status `/tmp/jl_l0T4qv/Manifest.toml` [56f22d72] Artifacts [2a0f44e3] Base64 [9fa8497b] Future [b77e0a4c] InteractiveUtils [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [2f01184e] SparseArrays v1.10.0 [10745b16] Statistics v1.10.0 [8dfed614] Test [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+4 [bea87d4a] SuiteSparse_jll v7.2.1+1 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... WARNING: Method definition reshape(OffsetArrays.OffsetArray{T, N, AA} where AA<:(AbstractArray{T, N} where N where T) where N where T, Base.Colon) in module OffsetArrays at /opt/julia/share/julia/test/testhelpers/OffsetArrays.jl:562 overwritten at /opt/julia/share/julia/test/testhelpers/OffsetArrays.jl:567. Test Summary: | Pass Total Time Issue #6573 | 1 1 2.5s Test Summary: | Pass Total Time rand(Bool) uniform distribution | 468 468 1.0s Test Summary: | Pass Total Time reproducility of methods for MersenneTwister | 35 35 0.8s Test Summary: | Pass Total Time reproducility of methods for Xoshiro | 35 35 0.5s Test Summary: | Pass Total Time MersenneTwister polynomial generation and jump | 200004 200004 4.0s Test Summary: | Pass Total Time copy, == and hash | 5101 5101 0.5s Test Summary: | Pass Total Time MersenneTwister() & Random.seed!(rng::MersenneTwister) initializes randomly | 6 6 0.1s Test Summary: | Pass Total Time RandomDevice() & Random.seed!(rng::RandomDevice) initializes randomly | 6 6 0.0s Test Summary: | Pass Total Time Xoshiro() & Random.seed!(rng::Xoshiro) initializes randomly | 6 6 0.0s Test Summary: | Pass Total Time MersenneTwister(seed) & Random.seed!(m::MersenneTwister, seed) produce the same stream | 9 9 0.1s Test Summary: | Pass Total Time Xoshiro(seed) & Random.seed!(m::Xoshiro, seed) produce the same stream | 10 10 0.2s Test Summary: | Pass Total Time Random.seed!(seed) sets Random.GLOBAL_SEED | 13 13 0.0s Test Summary: | Pass Total Time error message when rand not defined for a type | 2 2 0.1s Test Summary: | Pass Total Time rand(::MersenneTwister, ::UnitRange{Int8} | 9 9 0.9s Test Summary: | Pass Total Time rand(::MersenneTwister, ::UnitRange{Int16} | 9 9 1.0s Test Summary: | Pass Total Time rand(::MersenneTwister, ::UnitRange{Int32} | 9 9 1.0s Test Summary: | Pass Total Time rand(::MersenneTwister, ::UnitRange{UInt32} | 9 9 0.2s Test Summary: | Pass Total Time rand(::MersenneTwister, ::UnitRange{Int64} | 9 9 0.2s Test Summary: | Pass Total Time rand(::MersenneTwister, ::UnitRange{Int128} | 6 6 0.8s Test Summary: | Pass Total Time rand(::MersenneTwister, ::UnitRange{UInt128} | 6 6 0.8s Test Summary: | Pass Total Time rand(::RandomDevice, ::UnitRange{Int8} | 9 9 0.1s Test Summary: | Pass Total Time rand(::RandomDevice, ::UnitRange{Int16} | 9 9 0.0s Test Summary: | Pass Total Time rand(::RandomDevice, ::UnitRange{Int32} | 9 9 0.0s Test Summary: | Pass Total Time rand(::RandomDevice, ::UnitRange{UInt32} | 9 9 0.0s Test Summary: | Pass Total Time rand(::RandomDevice, ::UnitRange{Int64} | 9 9 0.1s Test Summary: | Pass Total Time rand(::RandomDevice, ::UnitRange{Int128} | 6 6 0.1s Test Summary: | Pass Total Time rand(::RandomDevice, ::UnitRange{UInt128} | 6 6 0.0s Test Summary: | Pass Total Time rand(::Xoshiro, ::UnitRange{Int8} | 9 9 0.1s Test Summary: | Pass Total Time rand(::Xoshiro, ::UnitRange{Int16} | 9 9 0.1s Test Summary: | Pass Total Time rand(::Xoshiro, ::UnitRange{Int32} | 9 9 0.1s Test Summary: | Pass Total Time rand(::Xoshiro, ::UnitRange{UInt32} | 9 9 0.0s Test Summary: | Pass Total Time rand(::Xoshiro, ::UnitRange{Int64} | 9 9 0.0s Test Summary: | Pass Total Time rand(::Xoshiro, ::UnitRange{Int128} | 6 6 0.1s Test Summary: | Pass Total Time rand(::Xoshiro, ::UnitRange{UInt128} | 6 6 0.0s Test Summary: | Pass Total Time rand! is allocation-free | 4 4 0.0s Test Summary: | Pass Total Time gentype for UniformBits | 3 3 0.0s Test Summary: | Pass Total Time shuffle[!] | 3 3 0.1s Test Summary: | Pass Total Time rand(::Tuple) | 12 12 0.2s Test Summary: | Pass Total Time GLOBAL_RNG | 49 49 0.8s Test Summary: | Pass Total Time RNGs broadcast as scalars: T | 1 1 0.1s Test Summary: | Pass Total Time RNGs broadcast as scalars: T | 1 1 0.1s Test Summary: | Pass Total Time generated scalar integers do not overlap | 9 9 0.2s Test Summary: | Pass Total Time show | 13 13 0.8s Test Summary: | Pass Total Time rand[!] for BigInt/BigFloat | 24 24 0.5s Test Summary: | Pass Total Time shuffle! for BitArray | 2 2 4.5s Test Summary: | Pass Total Time TaskLocalRNG: stream collision smoke test | 5 5 0.3s Test Summary: | Pass Total Time TaskLocalRNG: child doesn't affect parent | 30 30 0.1s Testing Random tests passed Testing completed after 140.65s PkgEval succeeded after 153.96s