Package evaluation of GraphDatasets on Julia 1.13.0-DEV.449 (8d6b63c3a6*) started at 2025-04-29T03:23:02.012 ################################################################################ # Set-up # Set-up completed after 0.22s ################################################################################ # Installation # Installing GraphDatasets... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [bf13de61] + GraphDatasets v0.2.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [ec485272] + ArnoldiMethod v0.4.0 [d1d4a3ce] + BitFlags v0.1.9 ⌅ [336ed68f] + CSV v0.8.5 [944b1d66] + CodecZlib v0.7.8 [34da2185] + Compat v4.16.0 [f0e56b4a] + ConcurrentUtilities v2.5.0 [9a962f9c] + DataAPI v1.16.0 [124859b0] + DataDeps v0.7.13 [864edb3b] + DataStructures v0.18.22 [e2d170a0] + DataValueInterfaces v1.0.0 [460bff9d] + ExceptionUnwrapping v0.1.11 [bf13de61] + GraphDatasets v0.2.0 [86223c79] + Graphs v1.12.1 [cd3eb016] + HTTP v1.10.16 [d25df0c9] + Inflate v0.1.5 [82899510] + IteratorInterfaceExtensions v1.0.0 [692b3bcd] + JLLWrappers v1.7.0 [e6f89c97] + LoggingExtras v1.1.0 [1914dd2f] + MacroTools v0.5.16 [739be429] + MbedTLS v1.1.9 [4d8831e6] + OpenSSL v1.4.3 [bac558e1] + OrderedCollections v1.8.0 ⌅ [69de0a69] + Parsers v1.1.2 [2dfb63ee] + PooledArrays v1.4.3 [aea7be01] + PrecompileTools v1.3.2 [21216c6a] + Preferences v1.4.3 [189a3867] + Reexport v1.2.2 [ae029012] + Requires v1.3.1 [6c6a2e73] + Scratch v1.2.1 [91c51154] + SentinelArrays v1.4.8 [777ac1f9] + SimpleBufferStream v1.2.0 [699a6c99] + SimpleTraits v0.9.4 [b43c691f] + SimpleValueGraphs v0.4.1 [47aef6b3] + SimpleWeightedGraphs v1.5.0 [90137ffa] + StaticArrays v1.9.13 [1e83bf80] + StaticArraysCore v1.4.3 [10745b16] + Statistics v1.11.1 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.0 [3bb67fe8] + TranscodingStreams v0.11.3 [5c2747f8] + URIs v1.5.2 [c8ffd9c3] + MbedTLS_jll v2.28.6+2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed v1.11.0 [9fa8497b] + Future v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [ca575930] + NetworkOptions v1.3.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [1a1011a3] + SharedArrays v1.11.0 [6462fe0b] + Sockets v1.11.0 [2f01184e] + SparseArrays v1.12.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [14a3606d] + MozillaCACerts_jll v2024.12.31 [4536629a] + OpenBLAS_jll v0.3.29+0 [458c3c95] + OpenSSL_jll v3.0.16+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [83775a58] + Zlib_jll v1.3.1+2 [8e850b90] + libblastrampoline_jll v5.12.0+0 [3f19e933] + p7zip_jll v17.5.0+2 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 5.9s ################################################################################ # 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... 4801.2 ms ✓ SimpleValueGraphs 10427.8 ms ✓ GraphDatasets 2 dependencies successfully precompiled in 16 seconds. 67 already precompiled. 1 dependency had output during precompilation: ┌ SimpleValueGraphs │ WARNING: Constructor for type "SimpleGraph" was extended in `SimpleValueGraphs` without explicit qualification or import. │ NOTE: Assumed "SimpleGraph" refers to `SimpleGraphs.SimpleGraph`. 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 SimpleGraph end`. │ Hint: To silence the warning, qualify `SimpleGraph` as `SimpleGraphs.SimpleGraph` in the method signature or explicitly `import SimpleGraphs: SimpleGraph`. │ WARNING: Constructor for type "SimpleDiGraph" was extended in `SimpleValueGraphs` without explicit qualification or import. │ NOTE: Assumed "SimpleDiGraph" refers to `SimpleGraphs.SimpleDiGraph`. 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 SimpleDiGraph end`. │ Hint: To silence the warning, qualify `SimpleDiGraph` as `SimpleGraphs.SimpleDiGraph` in the method signature or explicitly `import SimpleGraphs: SimpleDiGraph`. └ Precompilation completed after 25.28s ################################################################################ # Loading # Loading GraphDatasets... Loading completed after 17.53s PkgEval succeeded after 62.56s