[INFO] fetching crate hugr-cli 0.25.0...
[INFO] checking hugr-cli-0.25.0 against try#bac5816c5f3d02cebd0599070af62d1782530294 for pr-150408
[INFO] extracting crate hugr-cli 0.25.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate hugr-cli 0.25.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate hugr-cli 0.25.0
[INFO] tweaked toml for crates.io crate hugr-cli 0.25.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hugr-cli 0.25.0 on toolchain bac5816c5f3d02cebd0599070af62d1782530294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bac5816c5f3d02cebd0599070af62d1782530294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hugr-cli 0.25.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bac5816c5f3d02cebd0599070af62d1782530294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+bac5816c5f3d02cebd0599070af62d1782530294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9f8c2beaa19849735e212d45c7c206736c9b603043b139a0aa65ecf4fa9c3657
[INFO] running `Command { std: "docker" "start" "-a" "9f8c2beaa19849735e212d45c7c206736c9b603043b139a0aa65ecf4fa9c3657", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9f8c2beaa19849735e212d45c7c206736c9b603043b139a0aa65ecf4fa9c3657", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f8c2beaa19849735e212d45c7c206736c9b603043b139a0aa65ecf4fa9c3657", kill_on_drop: false }`
[INFO] [stdout] 9f8c2beaa19849735e212d45c7c206736c9b603043b139a0aa65ecf4fa9c3657
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+bac5816c5f3d02cebd0599070af62d1782530294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d9ecfbc3a2f46af9abfc362c1cf4a3d2fba7534c1ccfa417d024de6ec2aefb22
[INFO] running `Command { std: "docker" "start" "-a" "d9ecfbc3a2f46af9abfc362c1cf4a3d2fba7534c1ccfa417d024de6ec2aefb22", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling slotmap_fork_lmondada v1.0.8
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling derive_more-impl v2.1.0
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling pest_generator v2.8.4
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling typetag v0.2.21
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling ascent_base v0.8.0
[INFO] [stderr]    Compiling typetag-impl v0.2.21
[INFO] [stderr]     Checking pretty v0.12.5
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling derive-where v1.6.0
[INFO] [stderr]    Compiling delegate v0.13.5
[INFO] [stderr]    Compiling pest_derive v2.8.4
[INFO] [stderr]    Compiling schemars_derive v1.1.0
[INFO] [stderr]    Compiling derive-syn-parse v0.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking bumpalo v3.19.0
[INFO] [stderr]    Compiling duplicate v2.0.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking capnp v0.23.0
[INFO] [stderr]     Checking utf8-width v0.1.8
[INFO] [stderr]     Checking html-escape v0.2.13
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]    Compiling ascent_macro v0.8.0
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking boxcar v0.1.0
[INFO] [stderr]    Compiling pastey v0.2.0
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking erased-serde v0.4.9
[INFO] [stderr]     Checking smol_str v0.3.4
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking papergrid v0.17.0
[INFO] [stderr]    Compiling tabled_derive v0.11.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking testing_table v0.3.0
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking ordered-float v5.1.0
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking schemars v1.1.0
[INFO] [stderr]     Checking derive_more v2.1.0
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.16.1
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]     Checking relrc v0.5.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking hugr-model v0.25.0
[INFO] [stderr]     Checking tabled v0.20.0
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking assert_cmd v2.1.1
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking clap-verbosity-flag v3.0.4
[INFO] [stderr]     Checking clio v0.3.5
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]     Checking serde_with v3.16.1
[INFO] [stderr]     Checking ascent v0.8.0
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]     Checking assert_fs v1.1.3
[INFO] [stderr]     Checking portgraph v0.15.3
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]     Checking hugr-core v0.25.0
[INFO] [stderr]     Checking rstest v0.26.1
[INFO] [stdout] error[E0308]: `?` operator has incompatible types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hugr-core-0.25.0/src/ops/constant/custom.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[typetag::serde(tag = "c", content = "v")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected trait `CustomConst + Send + Sync`, found trait `CustomConst`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `?` operator cannot convert from `std::boxed::Box<dyn CustomConst + Send + Sync>` to `std::boxed::Box<dyn CustomConst>`
[INFO] [stdout]    = note: expected struct `std::boxed::Box<dyn CustomConst>`
[INFO] [stdout]               found struct `std::boxed::Box<dyn CustomConst + Send + Sync>`
[INFO] [stdout]    = note: this error originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: `?` operator has incompatible types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hugr-core-0.25.0/src/ops/constant/custom.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[typetag::serde(tag = "c", content = "v")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected trait `CustomConst + Send + Sync`, found trait `CustomConst + Send`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `?` operator cannot convert from `std::boxed::Box<dyn CustomConst + Send + Sync>` to `std::boxed::Box<dyn CustomConst + Send>`
[INFO] [stdout]    = note: expected struct `std::boxed::Box<dyn CustomConst + Send>`
[INFO] [stdout]               found struct `std::boxed::Box<dyn CustomConst + Send + Sync>`
[INFO] [stdout]    = note: this error originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: `?` operator has incompatible types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hugr-core-0.25.0/src/ops/constant/custom.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[typetag::serde(tag = "c", content = "v")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected trait `CustomConst + Send + Sync`, found trait `CustomConst + Sync`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `?` operator cannot convert from `std::boxed::Box<dyn CustomConst + Send + Sync>` to `std::boxed::Box<dyn CustomConst + Sync>`
[INFO] [stdout]    = note: expected struct `std::boxed::Box<dyn CustomConst + Sync>`
[INFO] [stdout]               found struct `std::boxed::Box<dyn CustomConst + Send + Sync>`
[INFO] [stdout]    = note: this error originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hugr-core` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "d9ecfbc3a2f46af9abfc362c1cf4a3d2fba7534c1ccfa417d024de6ec2aefb22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9ecfbc3a2f46af9abfc362c1cf4a3d2fba7534c1ccfa417d024de6ec2aefb22", kill_on_drop: false }`
[INFO] [stdout] d9ecfbc3a2f46af9abfc362c1cf4a3d2fba7534c1ccfa417d024de6ec2aefb22
