Package evaluation of SafeREPL on Julia 1.12.0-rc3 (7522b24014*) started at 2025-10-06T16:11:34.074 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.94s ################################################################################ # Installation # Installing SafeREPL... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [5e6a0ad9] + SafeREPL v0.1.2 Updating `~/.julia/environments/v1.12/Manifest.toml` [5e6a0ad9] + SafeREPL v0.1.2 [b9c42661] + SwapLiterals v0.1.2 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [d6f4376e] + Markdown v1.11.0 [3fa0cd96] + REPL v1.11.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 0.93s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4676.7 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 25 already precompiled. Precompiling package dependencies... Precompilation completed after 21.59s ################################################################################ # Testing # Testing SafeREPL Status `/tmp/jl_6iR0xT/Project.toml` [5e6a0ad9] SafeREPL v0.1.2 [b9c42661] SwapLiterals v0.1.2 [44cfe95a] Pkg v1.12.0 [3fa0cd96] REPL v1.11.0 Status `/tmp/jl_6iR0xT/Manifest.toml` [5e6a0ad9] SafeREPL v0.1.2 [b9c42661] SwapLiterals v0.1.2 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.12.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [deac9b47] LibCURL_jll v8.11.1+1 [e37daf67] LibGit2_jll v1.9.0+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.5.20 [458c3c95] OpenSSL_jll v3.5.1+0 [83775a58] Zlib_jll v1.3.1+2 [8e850ede] nghttp2_jll v1.64.0+1 [3f19e933] p7zip_jll v17.5.0+2 Testing Running tests... Resolving package versions... Updating `/tmp/jl_6iR0xT/Project.toml` [b9c42661] ~ SwapLiterals v0.1.2 ⇒ v0.1.2 `../../home/pkgeval/.julia/packages/SafeREPL/PDf6K/SwapLiterals` Updating `/tmp/jl_6iR0xT/Manifest.toml` [b9c42661] ~ SwapLiterals v0.1.2 ⇒ v0.1.2 `../../home/pkgeval/.julia/packages/SafeREPL/PDf6K/SwapLiterals` Testing SwapLiterals Status `/tmp/jl_eqysmQ/Project.toml` [c3b6d118] BitIntegers v0.3.5 [88634af6] SaferIntegers v3.5.0 [b9c42661] SwapLiterals v0.1.2 `~/.julia/packages/SafeREPL/PDf6K/SwapLiterals` [8dfed614] Test v1.11.0 Status `/tmp/jl_eqysmQ/Manifest.toml` [c3b6d118] BitIntegers v0.3.5 [1914dd2f] MacroTools v0.5.16 [88634af6] SaferIntegers v3.5.0 [b9c42661] SwapLiterals v0.1.2 `~/.julia/packages/SafeREPL/PDf6K/SwapLiterals` [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.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 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... Precompiling packages... 1251.4 ms ✓ SwapLiterals 1 dependency successfully precompiled in 1 seconds Precompiling packages... 1379.1 ms ✓ BitIntegers 1 dependency successfully precompiled in 1 seconds Precompiling packages... 4789.1 ms ✓ MacroTools Info Given SaferIntegers was explicitly requested, output will be shown live  WARNING: Constructor for type "Int8" was extended in `SaferIntegers` without explicit qualification or import.  NOTE: Assumed "Int8" refers to `Base.Int8`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Int8 end`.  Hint: To silence the warning, qualify `Int8` as `Base.Int8` in the method signature or explicitly `import Base: Int8`. WARNING: Constructor for type "Int16" was extended in `SaferIntegers` without explicit qualification or import.  NOTE: Assumed "Int16" refers to `Base.Int16`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Int16 end`.  Hint: To silence the warning, qualify `Int16` as `Base.Int16` in the method signature or explicitly `import Base: Int16`. WARNING: Constructor for type "Int32" was extended in `SaferIntegers` without explicit qualification or import.  NOTE: Assumed "Int32" refers to `Base.Int32`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Int32 end`.  Hint: To silence the warning, qualify `Int32` as `Base.Int32` in the method signature or explicitly `import Base: Int32`. WARNING: Constructor for type "Int64" was extended in `SaferIntegers` without explicit qualification or import.  NOTE: Assumed "Int64" refers to `Base.Int64`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Int64 end`.  Hint: To silence the warning, qualify `Int64` as `Base.Int64` in the method signature or explicitly `import Base: Int64`. WARNING: Constructor for type "Int128" was extended in `SaferIntegers` without explicit qualification or import.  NOTE: Assumed "Int128" refers to `Base.Int128`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Int128 end`.  Hint: To silence the warning, qualify `Int128` as `Base.Int128` in the method signature or explicitly `import Base: Int128`. WARNING: Constructor for type "UInt8" was extended in `SaferIntegers` without explicit qualification or import.  NOTE: Assumed "UInt8" refers to `Base.UInt8`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function UInt8 end`.  Hint: To silence the warning, qualify `UInt8` as `Base.UInt8` in the method signature or explicitly `import Base: UInt8`. WARNING: Constructor for type "UInt16" was extended in `SaferIntegers` without explicit qualification or import.  NOTE: Assumed "UInt16" refers to `Base.UInt16`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function UInt16 end`.  Hint: To silence the warning, qualify `UInt16` as `Base.UInt16` in the method signature or explicitly `import Base: UInt16`. WARNING: Constructor for type "UInt32" was extended in `SaferIntegers` without explicit qualification or import.  NOTE: Assumed "UInt32" refers to `Base.UInt32`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function UInt32 end`.  Hint: To silence the warning, qualify `UInt32` as `Base.UInt32` in the method signature or explicitly `import Base: UInt32`. WARNING: Constructor for type "UInt64" was extended in `SaferIntegers` without explicit qualification or import.  NOTE: Assumed "UInt64" refers to `Base.UInt64`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function UInt64 end`.  Hint: To silence the warning, qualify `UInt64` as `Base.UInt64` in the method signature or explicitly `import Base: UInt64`. WARNING: Constructor for type "UInt128" was extended in `SaferIntegers` without explicit qualification or import.  NOTE: Assumed "UInt128" refers to `Base.UInt128`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function UInt128 end`.  Hint: To silence the warning, qualify `UInt128` as `Base.UInt128` in the method signature or explicitly `import Base: UInt128`. 5433.7 ms ✓ SaferIntegers 2 dependencies successfully precompiled in 10 seconds 1 dependency had output during precompilation: ┌ SaferIntegers │ [Output was shown above] └ Test Summary: | Pass Total Time swapliterals | 134 134 3.0s Testing SwapLiterals tests passed Testing SafeREPL tests passed Testing completed after 44.15s PkgEval succeeded after 85.61s