Package evaluation to load BitFloats on Julia 1.14.0-DEV.29 (7d6ae45e5a*) started at 2025-11-05T07:01:05.632 ################################################################################ # Set-up # Set-up completed after 0.1s ################################################################################ # Installation # Installing BitFloats... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [15425d4b] + BitFloats v0.0.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [15425d4b] + BitFloats v0.0.3 ⌅ [c3b6d118] + BitIntegers v0.2.7 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 1.69s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling packages... WARNING: Imported binding GMP.ispos was undeclared at import time during import to BitIntegers. 1036.6 ms ✓ BitIntegers WARNING: Constructor for type "Signed" was extended in `BitFloats` without explicit qualification or import.  NOTE: Assumed "Signed" refers to `Base.Signed`. 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 Signed end`.  Hint: To silence the warning, qualify `Signed` as `Base.Signed` in the method signature or explicitly `import Base: Signed`. WARNING: Constructor for type "Unsigned" was extended in `BitFloats` without explicit qualification or import.  NOTE: Assumed "Unsigned" refers to `Base.Unsigned`. 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 Unsigned end`.  Hint: To silence the warning, qualify `Unsigned` as `Base.Unsigned` in the method signature or explicitly `import Base: Unsigned`. 1203.5 ms ✓ BitFloats 2 dependencies successfully precompiled in 2 seconds 2 dependencies had output during precompilation: ┌ BitFloats │ WARNING: Constructor for type "Signed" was extended in `BitFloats` without explicit qualification or import. │ NOTE: Assumed "Signed" refers to `Base.Signed`. 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 Signed end`. │ Hint: To silence the warning, qualify `Signed` as `Base.Signed` in the method signature or explicitly `import Base: Signed`. │ WARNING: Constructor for type "Unsigned" was extended in `BitFloats` without explicit qualification or import. │ NOTE: Assumed "Unsigned" refers to `Base.Unsigned`. 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 Unsigned end`. │ Hint: To silence the warning, qualify `Unsigned` as `Base.Unsigned` in the method signature or explicitly `import Base: Unsigned`. └ ┌ BitIntegers │ WARNING: Imported binding GMP.ispos was undeclared at import time during import to BitIntegers. └ Precompilation completed after 9.97s ################################################################################ # Loading # Loading BitFloats... Loading completed after 0.8s PkgEval succeeded after 20.12s