Package evaluation to load DateFormats on Julia 1.14.0-DEV.29 (7d6ae45e5a*) started at 2025-11-05T07:01:08.846 ################################################################################ # Set-up # Set-up completed after 0.09s ################################################################################ # Installation # Installing DateFormats... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [44557152] + DateFormats v0.1.19 Updating `~/.julia/environments/v1.14/Manifest.toml` [44557152] + DateFormats v0.1.19 [189a3867] + Reexport v1.2.2 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 4.23s ################################################################################ # 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: Constructor for type "DateTime" was extended in `DateFormats` without explicit qualification or import.  NOTE: Assumed "DateTime" refers to `Dates.DateTime`. 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 DateTime end`.  Hint: To silence the warning, qualify `DateTime` as `Dates.DateTime` in the method signature or explicitly `import Dates: DateTime`. 935.6 ms ✓ DateFormats 1 dependency successfully precompiled in 1 seconds. 4 already precompiled. 1 dependency had output during precompilation: ┌ DateFormats │ WARNING: Constructor for type "DateTime" was extended in `DateFormats` without explicit qualification or import. │ NOTE: Assumed "DateTime" refers to `Dates.DateTime`. 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 DateTime end`. │ Hint: To silence the warning, qualify `DateTime` as `Dates.DateTime` in the method signature or explicitly `import Dates: DateTime`. └ Precompilation completed after 9.23s ################################################################################ # Loading # Loading DateFormats... Loading completed after 0.7s PkgEval succeeded after 21.07s