Package evaluation to load DateFormats on Julia 1.14.0-DEV.87 (8bcaa34afa*) started at 2025-11-15T07:26:57.296 ################################################################################ # Set-up # Set-up completed after 0.12s ################################################################################ # 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 5.96s ################################################################################ # 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`. 1054.7 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 10.18s ################################################################################ # Loading # Loading DateFormats... Loading completed after 0.89s PkgEval succeeded after 26.71s