Package evaluation to load DataStreams on Julia 1.14.0-DEV.87 (8bcaa34afa*) started at 2025-11-15T08:05:50.521 ################################################################################ # Set-up # Set-up completed after 0.15s ################################################################################ # Installation # Installing DataStreams... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [9a8bc11e] + DataStreams v0.4.2 Updating `~/.julia/environments/v1.14/Manifest.toml` [9a962f9c] + DataAPI v1.16.0 [9a8bc11e] + DataStreams v0.4.2 ⌅ [e1d29d7a] + Missings v0.4.5 ⌅ [ea10d353] + WeakRefStrings v0.6.2 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [f489334b] + StyledStrings v1.11.0 [8dfed614] + Test v1.11.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 2.14s ################################################################################ # 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... 1249.8 ms ✓ WeakRefStrings WARNING: Constructor for type "Array" was extended in `Data` without explicit qualification or import.  NOTE: Assumed "Array" refers to `Base.Array`. 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 Array end`.  Hint: To silence the warning, qualify `Array` as `Base.Array` in the method signature or explicitly `import Base: Array`. WARNING: Constructor for type "NamedTuple" was extended in `Data` without explicit qualification or import.  NOTE: Assumed "NamedTuple" refers to `Base.NamedTuple`. 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 NamedTuple end`.  Hint: To silence the warning, qualify `NamedTuple` as `Base.NamedTuple` in the method signature or explicitly `import Base: NamedTuple`. 1627.8 ms ✓ DataStreams 2 dependencies successfully precompiled in 3 seconds. 10 already precompiled. 1 dependency had output during precompilation: ┌ DataStreams │ WARNING: Constructor for type "Array" was extended in `Data` without explicit qualification or import. │ NOTE: Assumed "Array" refers to `Base.Array`. 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 Array end`. │ Hint: To silence the warning, qualify `Array` as `Base.Array` in the method signature or explicitly `import Base: Array`. │ WARNING: Constructor for type "NamedTuple" was extended in `Data` without explicit qualification or import. │ NOTE: Assumed "NamedTuple" refers to `Base.NamedTuple`. 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 NamedTuple end`. │ Hint: To silence the warning, qualify `NamedTuple` as `Base.NamedTuple` in the method signature or explicitly `import Base: NamedTuple`. └ Precompilation completed after 11.95s ################################################################################ # Loading # Loading DataStreams... Loading completed after 0.81s PkgEval succeeded after 24.81s