Package evaluation to load TropicalYao on Julia 1.14.0-DEV.27 (d484e19af2*) started at 2025-11-05T12:52:07.209 ################################################################################ # Set-up # Set-up completed after 0.13s ################################################################################ # Installation # Installing TropicalYao... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [8a7e9035] + TropicalYao v0.1.5 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [79e6a3ab] + Adapt v3.6.0 ⌃ [4fba245c] + ArrayInterface v7.7.1 ⌅ [50ba71b6] + BitBasis v0.7.2 [a921213e] + CacheServers v0.2.0 [d360d2e6] + ChainRulesCore v1.26.0 [34da2185] + Compat v4.18.1 [9a962f9c] + DataAPI v1.16.0 ⌅ [864edb3b] + DataStructures v0.18.22 [ffbed154] + DocStringExtensions v0.9.5 ⌃ [d4d017d3] + ExponentialUtilities v1.26.1 [53c48c17] + FixedPointNumbers v0.8.5 ⌅ [46192b85] + GPUArraysCore v0.1.5 [c145ed77] + GenericSchur v0.5.6 [92d709cd] + IrrationalConstants v0.2.6 [f1f30506] + LegibleLambdas v0.3.0 [2ab3a3ac] + LogExpFunctions v0.3.29 ⌅ [aa2f6b4e] + LogarithmicNumbers v0.4.2 ⌅ [d05aeea4] + LuxurySparse v0.6.12 [d8e11817] + MLStyle v0.4.17 [1914dd2f] + MacroTools v0.5.16 [e1d29d7a] + Missings v1.2.0 [ab4ef3a6] + NiLang v0.9.4 [575d3204] + NiLangCore v0.10.7 [bac558e1] + OrderedCollections v1.8.1 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [189a3867] + Reexport v1.2.2 [ae029012] + Requires v1.3.1 [699a6c99] + SimpleTraits v0.9.5 [a2af1166] + SortingAlgorithms v1.2.2 ⌅ [90137ffa] + StaticArrays v0.12.6 [10745b16] + Statistics v1.11.1 [82ae8749] + StatsAPI v1.7.1 ⌅ [2913bbd2] + StatsBase v0.33.21 ⌅ [b3a74e9c] + TropicalNumbers v0.2.3 [8a7e9035] + TropicalYao v0.1.5 [9d95972d] + TupleTools v1.6.0 ⌅ [5872b779] + Yao v0.6.5 ⌅ [0843a435] + YaoAPI v0.1.2 ⌅ [e600142f] + YaoArrayRegister v0.7.12 ⌅ [a8f54c17] + YaoBase v0.14.7 ⌅ [418bc28f] + YaoBlocks v0.11.11 ⌅ [3b27209a] + YaoSym v0.4.8 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.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 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.11.0 [4607b0f0] + SuiteSparse [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 [4536629a] + OpenBLAS_jll v0.3.29+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated -m` Installation completed after 6.42s ################################################################################ # 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... 5456.9 ms ✓ StaticArrays 882.2 ms ✓ YaoAPI 849.3 ms ✓ TropicalNumbers 1371.4 ms ✓ Adapt 1153.2 ms ✓ LogarithmicNumbers 9514.6 ms ✓ StatsBase 1871.4 ms ✓ BitBasis 1717.9 ms ? LuxurySparse 2181.2 ms ✓ ArrayInterface 4 dependencies had output during precompilation: ┌ LuxurySparse │ WARNING: Constructor for type "Diagonal" was extended in `LuxurySparse` without explicit qualification or import. │ NOTE: Assumed "Diagonal" refers to `LinearAlgebra.Diagonal`. 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 Diagonal end`. │ Hint: To silence the warning, qualify `Diagonal` as `LinearAlgebra.Diagonal` in the method signature or explicitly `import LinearAlgebra: Diagonal`. │ WARNING: Constructor for type "SparseMatrixCSC" was extended in `LuxurySparse` without explicit qualification or import. │ NOTE: Assumed "SparseMatrixCSC" refers to `SparseArrays.SparseMatrixCSC`. 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 SparseMatrixCSC end`. │ Hint: To silence the warning, qualify `SparseMatrixCSC` as `SparseArrays.SparseMatrixCSC` in the method signature or explicitly `import SparseArrays: SparseMatrixCSC`. │ WARNING: Constructor for type "Matrix" was extended in `LuxurySparse` without explicit qualification or import. │ NOTE: Assumed "Matrix" refers to `Base.Matrix`. 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 Matrix end`. │ Hint: To silence the warning, qualify `Matrix` as `Base.Matrix` in the method signature or explicitly `import Base: Matrix`. │ WARNING: Method definition convert(Type{var"#s44"} where var"#s44"<:(LinearAlgebra.Diagonal{T, V} where V<:AbstractArray{T, 1} where T), AbstractArray{T, 2} where T) in module LinearAlgebra at /source/usr/share/julia/stdlib/v1.14/LinearAlgebra/src/diagonal.jl:105 overwritten in module LuxurySparse at /home/pkgeval/.julia/packages/LuxurySparse/kvgYG/src/conversions.jl:114. │ ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. └ ┌ StaticArrays │ WARNING: Imported binding Base.@_pure_meta was undeclared at import time during import to StaticArrays. │ WARNING: Constructor for type "Tuple" was extended in `StaticArrays` without explicit qualification or import. │ NOTE: Assumed "Tuple" refers to `Base.Tuple`. 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 Tuple end`. │ Hint: To silence the warning, qualify `Tuple` as `Base.Tuple` in the method signature or explicitly `import Base: Tuple`. │ WARNING: Constructor for type "Array" was extended in `StaticArrays` 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`. └ ┌ TropicalNumbers │ WARNING: method definition for _create_type at /home/pkgeval/.julia/packages/TropicalNumbers/U9car/src/TropicalNumbers.jl:24 declares type variable IT but does not use it. │ WARNING: method definition for _create_type at /home/pkgeval/.julia/packages/TropicalNumbers/U9car/src/TropicalNumbers.jl:24 declares type variable IT but does not use it. └ ┌ BitBasis │ WARNING: method definition for itercontrol at /home/pkgeval/.julia/packages/BitBasis/4iwiO/src/iterate_control.jl:53 declares type variable T but does not use it. └ Precompilation completed after 34.09s ################################################################################ # Loading # Loading TropicalYao... WARNING: Constructor for type "Diagonal" was extended in `LuxurySparse` without explicit qualification or import. NOTE: Assumed "Diagonal" refers to `LinearAlgebra.Diagonal`. 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 Diagonal end`. Hint: To silence the warning, qualify `Diagonal` as `LinearAlgebra.Diagonal` in the method signature or explicitly `import LinearAlgebra: Diagonal`. WARNING: Constructor for type "SparseMatrixCSC" was extended in `LuxurySparse` without explicit qualification or import. NOTE: Assumed "SparseMatrixCSC" refers to `SparseArrays.SparseMatrixCSC`. 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 SparseMatrixCSC end`. Hint: To silence the warning, qualify `SparseMatrixCSC` as `SparseArrays.SparseMatrixCSC` in the method signature or explicitly `import SparseArrays: SparseMatrixCSC`. WARNING: Constructor for type "Matrix" was extended in `LuxurySparse` without explicit qualification or import. NOTE: Assumed "Matrix" refers to `Base.Matrix`. 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 Matrix end`. Hint: To silence the warning, qualify `Matrix` as `Base.Matrix` in the method signature or explicitly `import Base: Matrix`. WARNING: method definition for rot_mat at /home/pkgeval/.julia/packages/YaoBase/NIWfs/src/utils/math.jl:314 declares type variable N but does not use it. WARNING: method definition for #measure!#29 at /home/pkgeval/.julia/packages/YaoBase/NIWfs/src/abstract_register.jl:71 declares type variable MODE but does not use it. WARNING: method definition for #measure#30 at /home/pkgeval/.julia/packages/YaoBase/NIWfs/src/abstract_register.jl:89 declares type variable MODE but does not use it. ┌ Error: Error during loading of extension AdaptStaticArraysExt of Adapt, use `Base.retry_load_extensions()` to retry. │ exception = │ 1-element ExceptionStack: │ LoadError: ArgumentError: Cannot load (`using/import`) module Adapt into module AdaptStaticArraysCoreExt in package AdaptStaticArraysCoreExt │ because package AdaptStaticArraysCoreExt does not have Adapt in its dependencies: │ - Note that the following manifests in the load path were resolved with a potentially │ different DEV version of the current version, which may be the cause of the error. │ Try to re-resolve them in the current version, or consider deleting them if that fails: │ /home/pkgeval/.julia/environments/v1.14/Manifest.toml │ - You may have a partially installed environment. Try `Pkg.instantiate()` │ to ensure all packages in the environment are installed. │ - Or, if you have AdaptStaticArraysCoreExt checked out for development and have │ added Adapt as a dependency but haven't updated your primary │ environment's manifest file, try `Pkg.resolve()`. │ - Otherwise you may need to report an issue with AdaptStaticArraysCoreExt │ Stacktrace: │ [1] macro expansion │ @ ./loading.jl:2488 [inlined] │ [2] macro expansion │ @ ./lock.jl:376 [inlined] │ [3] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2468 │ [4] require │ @ ./loading.jl:2444 [inlined] │ [5] eval_import_path │ @ ./module.jl:36 [inlined] │ [6] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base ./module.jl:60 │ [7] _eval_using │ @ ./module.jl:137 [inlined] │ [8] _eval_using(to::Module, path::Expr) │ @ Base ./module.jl:137 │ [9] top-level scope │ @ ~/.julia/packages/Adapt/Ur60R/ext/AdaptStaticArraysExt.jl:3 │ [10] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [11] __require_prelocked(pkg::Base.PkgId, env::Nothing) │ @ Base ./loading.jl:2817 │ [12] _require_prelocked(uuidkey::Base.PkgId, env::Nothing) │ @ Base ./loading.jl:2576 │ [13] _require_prelocked │ @ ./loading.jl:2570 [inlined] │ [14] run_extension_callbacks(extid::Base.ExtensionId) │ @ Base ./loading.jl:1622 │ [15] run_extension_callbacks(pkgid::Base.PkgId) │ @ Base ./loading.jl:1659 │ [16] run_package_callbacks(modkey::Base.PkgId) │ @ Base ./loading.jl:1475 │ [17] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2584 │ [18] macro expansion │ @ ./loading.jl:2504 [inlined] │ [19] macro expansion │ @ ./lock.jl:376 [inlined] │ [20] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2468 │ [21] require │ @ ./loading.jl:2444 [inlined] │ [22] eval_import_path │ @ ./module.jl:36 [inlined] │ [23] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base ./module.jl:60 │ [24] _eval_using │ @ ./module.jl:137 [inlined] │ [25] _eval_using(to::Module, path::Expr) │ @ Base ./module.jl:137 │ [26] top-level scope │ @ ~/.julia/packages/YaoArrayRegister/lEHFd/src/YaoArrayRegister.jl:9 │ [27] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [28] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base ./loading.jl:2817 │ [29] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2576 │ [30] macro expansion │ @ ./loading.jl:2504 [inlined] │ [31] macro expansion │ @ ./lock.jl:376 [inlined] │ [32] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2468 │ [33] require │ @ ./loading.jl:2444 [inlined] │ [34] eval_import_path │ @ ./module.jl:36 [inlined] │ [35] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base ./module.jl:60 │ [36] _eval_using │ @ ./module.jl:137 [inlined] │ [37] _eval_using(to::Module, path::Expr) │ @ Base ./module.jl:137 │ [38] top-level scope │ @ ~/.julia/packages/YaoBlocks/UDr4d/src/abstract_block.jl:1 │ [39] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:310 │ [40] top-level scope │ @ ~/.julia/packages/YaoBlocks/UDr4d/src/YaoBlocks.jl:85 │ [41] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [42] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base ./loading.jl:2817 │ [43] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2576 │ [44] macro expansion │ @ ./loading.jl:2504 [inlined] │ [45] macro expansion │ @ ./lock.jl:376 [inlined] │ [46] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2468 │ [47] require │ @ ./loading.jl:2444 [inlined] │ [48] eval_import_path │ @ ./module.jl:36 [inlined] │ [49] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base ./module.jl:60 │ [50] _eval_using │ @ ./module.jl:137 [inlined] │ [51] _eval_using(to::Module, path::Expr) │ @ Base ./module.jl:137 │ [52] top-level scope │ @ ~/.julia/packages/Yao/if42D/src/EasyBuild/easybuild.jl:2 │ [53] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:310 │ [54] top-level scope │ @ ~/.julia/packages/Yao/if42D/src/Yao.jl:17 │ [55] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [56] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base ./loading.jl:2817 │ [57] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2576 │ [58] macro expansion │ @ ./loading.jl:2504 [inlined] │ [59] macro expansion │ @ ./lock.jl:376 [inlined] │ [60] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2468 │ [61] require │ @ ./loading.jl:2444 [inlined] │ [62] eval_import_path │ @ ./module.jl:36 [inlined] │ [63] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base ./module.jl:60 │ [64] _eval_using │ @ ./module.jl:137 [inlined] │ [65] _eval_using(to::Module, path::Expr) │ @ Base ./module.jl:137 │ [66] top-level scope │ @ ~/.julia/packages/TropicalYao/gShFV/src/TropicalYao.jl:3 │ [67] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [68] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base ./loading.jl:2817 │ [69] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2576 │ [70] macro expansion │ @ ./loading.jl:2504 [inlined] │ [71] macro expansion │ @ ./lock.jl:376 [inlined] │ [72] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2468 │ [73] require │ @ ./loading.jl:2444 [inlined] │ [74] eval_import_path │ @ ./module.jl:36 [inlined] │ [75] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base ./module.jl:60 │ [76] _eval_using │ @ ./module.jl:137 [inlined] │ [77] _eval_using(to::Module, path::Expr) │ @ Base ./module.jl:137 │ [78] top-level scope │ @ none:1 │ [79] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [80] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:310 │ [81] _start() │ @ Base ./client.jl:577 │ in expression starting at /home/pkgeval/.julia/packages/Adapt/Ur60R/ext/AdaptStaticArraysExt.jl:1 └ @ Base loading.jl:1632 WARNING: method definition for regscale! at /home/pkgeval/.julia/packages/YaoArrayRegister/lEHFd/src/operations.jl:88 declares type variable T1 but does not use it. WARNING: method definition for instruct! at /home/pkgeval/.julia/packages/YaoArrayRegister/lEHFd/src/instruct.jl:82 declares type variable M but does not use it. WARNING: method definition for instruct! at /home/pkgeval/.julia/packages/YaoArrayRegister/lEHFd/src/instruct.jl:127 declares type variable M but does not use it. WARNING: method definition for instruct! at /home/pkgeval/.julia/packages/YaoArrayRegister/lEHFd/src/instruct.jl:372 declares type variable N but does not use it. WARNING: method definition for instruct! at /home/pkgeval/.julia/packages/YaoArrayRegister/lEHFd/src/instruct.jl:383 declares type variable N but does not use it. WARNING: method definition for instruct! at /home/pkgeval/.julia/packages/YaoArrayRegister/lEHFd/src/instruct.jl:394 declares type variable N but does not use it. WARNING: method definition for instruct! at /home/pkgeval/.julia/packages/YaoArrayRegister/lEHFd/src/instruct.jl:501 declares type variable N but does not use it. WARNING: method definition for instruct! at /home/pkgeval/.julia/packages/YaoArrayRegister/lEHFd/src/instruct.jl:501 declares type variable N but does not use it. WARNING: method definition for instruct! at /home/pkgeval/.julia/packages/YaoArrayRegister/lEHFd/src/instruct.jl:501 declares type variable N but does not use it. WARNING: method definition for instruct! at /home/pkgeval/.julia/packages/YaoArrayRegister/lEHFd/src/instruct.jl:501 declares type variable N but does not use it. WARNING: method definition for instruct! at /home/pkgeval/.julia/packages/YaoArrayRegister/lEHFd/src/instruct.jl:501 declares type variable N but does not use it. WARNING: method definition for instruct! at /home/pkgeval/.julia/packages/YaoArrayRegister/lEHFd/src/instruct.jl:501 declares type variable N but does not use it. WARNING: method definition for instruct! at /home/pkgeval/.julia/packages/YaoArrayRegister/lEHFd/src/instruct.jl:501 declares type variable N but does not use it. WARNING: method definition for setiparams! at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/primitive/rotation_gate.jl:110 declares type variable T but does not use it. WARNING: method definition for setiparams! at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/primitive/rotation_gate.jl:110 declares type variable N but does not use it. WARNING: method definition for setiparams at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/primitive/rotation_gate.jl:111 declares type variable T but does not use it. WARNING: method definition for setiparams at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/primitive/rotation_gate.jl:111 declares type variable N but does not use it. WARNING: method definition for #Measure#24 at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/primitive/measure.jl:135 declares type variable LT but does not use it. WARNING: method definition for #Measure#25 at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/primitive/measure.jl:167 declares type variable K but does not use it. WARNING: method definition for ControlBlock at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/composite/control.jl:43 declares type variable M but does not use it. WARNING: method definition for to_basictypes at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/treeutils/to_basictypes.jl:33 declares type variable N but does not use it. WARNING: method definition for to_basictypes at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/treeutils/to_basictypes.jl:34 declares type variable N but does not use it. WARNING: method definition for to_basictypes at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/treeutils/to_basictypes.jl:37 declares type variable N but does not use it. WARNING: method definition for OuterProduct at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/autodiff/outerproduct_and_projection.jl:15 declares type variable T but does not use it. WARNING: method definition for rrule at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/autodiff/chainrules_patch.jl:160 declares type variable B but does not use it. WARNING: method definition for rrule at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/autodiff/chainrules_patch.jl:166 declares type variable N but does not use it. WARNING: method definition for rrule at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/autodiff/chainrules_patch.jl:166 declares type variable N but does not use it. WARNING: method definition for rrule at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/autodiff/chainrules_patch.jl:173 declares type variable N but does not use it. WARNING: method definition for rrule at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/autodiff/chainrules_patch.jl:166 declares type variable N but does not use it. WARNING: method definition for rrule at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/autodiff/chainrules_patch.jl:166 declares type variable N but does not use it. WARNING: method definition for rrule at /home/pkgeval/.julia/packages/YaoBlocks/UDr4d/src/autodiff/chainrules_patch.jl:173 declares type variable N but does not use it. WARNING: method definition for mat at /home/pkgeval/.julia/packages/TropicalYao/gShFV/src/TropicalBlock.jl:25 declares type variable T but does not use it. WARNING: method definition for GVar at /home/pkgeval/.julia/packages/TropicalYao/gShFV/src/reversible/instructs.jl:206 declares type variable B but does not use it. WARNING: method definition for apply! at /home/pkgeval/.julia/packages/TropicalYao/gShFV/src/reversible/spinglass_gates.jl:77 declares type variable C but does not use it. WARNING: method definition for Inv at /home/pkgeval/.julia/packages/TropicalYao/gShFV/src/reversible/spinglass_gates.jl:77 declares type variable C but does not use it. WARNING: method definition for apply! at /home/pkgeval/.julia/packages/TropicalYao/gShFV/src/reversible/spinglass_gates.jl:80 declares type variable C but does not use it. WARNING: method definition for Inv at /home/pkgeval/.julia/packages/TropicalYao/gShFV/src/reversible/spinglass_gates.jl:80 declares type variable C but does not use it. Loading completed after 253.31s PkgEval succeeded after 311.34s