Package evaluation to load StaticStorages on Julia 1.14.0-DEV.29 (7d6ae45e5a*) started at 2025-11-05T07:01:25.500 ################################################################################ # Set-up # Set-up completed after 0.11s ################################################################################ # Installation # Installing StaticStorages... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [ee8d4ff6] + StaticStorages v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [ee8d4ff6] + StaticStorages v0.1.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [cf7118a7] + UUIDs v1.11.0 Installation completed after 1.44s ################################################################################ # 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 "StorageKey" was extended in `Implementations` without explicit qualification or import.  NOTE: Assumed "StorageKey" refers to `StaticStorages.StorageKey`. 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 StorageKey end`.  Hint: To silence the warning, qualify `StorageKey` as `StaticStorages.StorageKey` in the method signature or explicitly `import StaticStorages: StorageKey`. WARNING: Constructor for type "BucketKey" was extended in `Implementations` without explicit qualification or import.  NOTE: Assumed "BucketKey" refers to `StaticStorages.BucketKey`. 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 BucketKey end`.  Hint: To silence the warning, qualify `BucketKey` as `StaticStorages.BucketKey` in the method signature or explicitly `import StaticStorages: BucketKey`. 698.7 ms ✓ StaticStorages 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. 1 dependency had output during precompilation: ┌ StaticStorages │ WARNING: Constructor for type "StorageKey" was extended in `Implementations` without explicit qualification or import. │ NOTE: Assumed "StorageKey" refers to `StaticStorages.StorageKey`. 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 StorageKey end`. │ Hint: To silence the warning, qualify `StorageKey` as `StaticStorages.StorageKey` in the method signature or explicitly `import StaticStorages: StorageKey`. │ WARNING: Constructor for type "BucketKey" was extended in `Implementations` without explicit qualification or import. │ NOTE: Assumed "BucketKey" refers to `StaticStorages.BucketKey`. 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 BucketKey end`. │ Hint: To silence the warning, qualify `BucketKey` as `StaticStorages.BucketKey` in the method signature or explicitly `import StaticStorages: BucketKey`. └ Precompilation completed after 8.64s ################################################################################ # Loading # Loading StaticStorages... Loading completed after 0.63s PkgEval succeeded after 19.29s