Package evaluation to load TensorPACK on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T19:26:59.153 ################################################################################ # Set-up # Set-up completed after 0.13s ################################################################################ # Installation # Installing TensorPACK... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [31531b1e] + TensorPACK v0.12.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [1971c852] + StrassOPen v0.4.0 [31531b1e] + TensorPACK v0.12.0 [56f22d72] + Artifacts v1.11.0 [8ba89e20] + Distributed v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 2.23s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 Precompilation failed after 13.14s ################################################################################ # Loading # Loading TensorPACK...  _____ _____ _ _ ______ ___ _____ _ __ |_ _| ___| \ | || ___ \/ _ \/ __ \| | / /  | | | |__ | \| || |_/ / /_\ \ / \/| |/ /  | | | __|| . ` || __/| _ | | | \  | | | |___| |\ || | | | | | \__/\| |\ \  \_/ \____/\_| \_/\_| \_| |_/\____/\_| \_/ version 1.0 (made for julia v1.10.4+, see included license)  Code: https://github.com/bakerte/TENPACK.jl  Please cite: T.E. Baker, "forthcoming" ...and any other algorithms used (noted in documentation)  Funding for this program is graciously provided by:  + Institut quantique (Université de Sherbrooke)  + Département de physique, Université de Sherbrooke  + Canada First Research Excellence Fund (CFREF)  + Institut Transdisciplinaire d'Information Quantique (INTRIQ)  + US-UK Fulbright Commission (Bureau of Education and Cultural Affairs from the United States Department of State)  + Department of Physics, University of York  + Canada Research Chair in Quantum Computing for Modelling of Molecules and Materials  + Department of Physics & Astronomy, University of Victoria  + Department of Chemistry, University of Victoria  + Faculty of Science, University of Victoria  + National Science and Engineering Research Council (NSERC) julia threads: 1 (modify with 'export JULIA_NUM_THREADS=' or `julia -t #`) julia processes: 1 (modify with 'Distributed' package commands, `addprocs()` or `julia -p #`)  # Warning: We recommend not defining `using LinearAlgebra` to avoid conflicts. Instead, define ```  import LinearAlgebra  ```  and define functions as `LinearAlgebra.svd` to use functions from that package.  1 dependency had output during precompilation: ┌ TensorPACK │ [Output was shown above] └ Loading completed after 9.94s PkgEval succeeded after 35.64s