Package evaluation of BigRationals on Julia 1.13.0-DEV.464 (abc56fde89*) started at 2025-05-01T12:53:40.072 ################################################################################ # Set-up # Set-up completed after 0.14s ################################################################################ # Installation # Installing BigRationals... ┌ Warning: could not download https://pkg.julialang.org/registries │ exception = RequestError: HTTP/2 301 (Connection timed out after 30005 milliseconds) while requesting https://pkg.julialang.org/registries └ @ Pkg.Registry /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Registry/Registry.jl:77 Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [4b135b7f] + BigRationals v0.1.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [4b135b7f] + BigRationals v0.1.0 Installation completed after 1.4s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling packages... 688.2 ms ✓ BigRationals 1 dependency successfully precompiled in 1 seconds 1 dependency had output during precompilation: ┌ BigRationals │ WARNING: Constructor for type "Rational" was extended in `BigRationals` without explicit qualification or import. │ NOTE: Assumed "Rational" refers to `Base.Rational`. 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 Rational end`. │ Hint: To silence the warning, qualify `Rational` as `Base.Rational` in the method signature or explicitly `import Base: Rational`. │ WARNING: Constructor for type "Bool" was extended in `BigRationals` without explicit qualification or import. │ NOTE: Assumed "Bool" refers to `Base.Bool`. 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 Bool end`. │ Hint: To silence the warning, qualify `Bool` as `Base.Bool` in the method signature or explicitly `import Base: Bool`. └ Precompilation completed after 5.71s ################################################################################ # Loading # Loading BigRationals... Loading completed after 0.51s PkgEval succeeded after 135.89s