[INFO] fetching crate acts 0.10.4...
[INFO] checking acts-0.10.4 against try#47af3d0de9d26c7deba4cfb203b710cc3f764e91 for pr-130443
[INFO] extracting crate acts 0.10.4 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate acts 0.10.4 on toolchain 47af3d0de9d26c7deba4cfb203b710cc3f764e91
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate acts 0.10.4
[INFO] finished tweaking crates.io crate acts 0.10.4
[INFO] tweaked toml for crates.io crate acts 0.10.4 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate crates.io crate acts 0.10.4 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" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 141ec26e807523d4b6140339c272f2dd86b5d9ba0867d4368e0bfa0d9dab3b81
[INFO] running `Command { std: "docker" "start" "-a" "141ec26e807523d4b6140339c272f2dd86b5d9ba0867d4368e0bfa0d9dab3b81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "141ec26e807523d4b6140339c272f2dd86b5d9ba0867d4368e0bfa0d9dab3b81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "141ec26e807523d4b6140339c272f2dd86b5d9ba0867d4368e0bfa0d9dab3b81", kill_on_drop: false }`
[INFO] [stdout] 141ec26e807523d4b6140339c272f2dd86b5d9ba0867d4368e0bfa0d9dab3b81
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c73c69180f47e14b46103d9b09b409795d3b9e0cc78ab8f81e9d4bb3a6deb12d
[INFO] running `Command { std: "docker" "start" "-a" "c73c69180f47e14b46103d9b09b409795d3b9e0cc78ab8f81e9d4bb3a6deb12d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking either v1.12.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]     Checking siphasher v0.3.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]    Compiling toml_datetime v0.6.6
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking phf_shared v0.11.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking plotters-backend v0.3.5
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]    Compiling syn v2.0.65
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking raw-cpuid v11.0.2
[INFO] [stderr]     Checking plotters-svg v0.3.5
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling moka v0.12.7
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]    Compiling rquickjs-sys v0.5.1
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]     Checking triomphe v0.1.11
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking nanoid v0.4.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking quanta v0.12.3
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]    Compiling dlopen_derive v0.1.4
[INFO] [stderr]     Checking dlopen v0.1.8
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking globset v0.4.14
[INFO] [stderr]    Compiling serde_derive v1.0.202
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking serde_json v1.0.117
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling rquickjs-core v0.5.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.4.0
[INFO] [stderr]    Compiling rquickjs-macro v0.5.1
[INFO] [stderr]     Checking rquickjs v0.5.1
[INFO] [stderr]     Checking acts v0.10.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]   --> src/sch/proc/task/act/pack.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn run(&self, ctx: &Context) -> Result<()> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: Serialize` will fail
[INFO] [stdout]   --> src/sch/proc/task/act/pack.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ctx.eval(&script)?;
[INFO] [stdout]    |             ^^^^
[INFO] [stdout]    = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]   --> src/sch/proc/task/branch.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn run(&self, ctx: &Context) -> Result<()> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: Serialize` will fail
[INFO] [stdout]   --> src/sch/proc/task/branch.rs:52:17
[INFO] [stdout]    |
[INFO] [stdout] 52 |             ctx.eval(script)?;
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]   --> src/sch/proc/task/step.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn run(&self, ctx: &Context) -> Result<()> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: Serialize` will fail
[INFO] [stdout]   --> src/sch/proc/task/step.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 |             ctx.eval(&script)?;
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]   --> src/sch/proc/task/act/pack.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn run(&self, ctx: &Context) -> Result<()> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: Serialize` will fail
[INFO] [stdout]   --> src/sch/proc/task/act/pack.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ctx.eval(&script)?;
[INFO] [stdout]    |             ^^^^
[INFO] [stdout]    = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]   --> src/sch/proc/task/branch.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn run(&self, ctx: &Context) -> Result<()> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: Serialize` will fail
[INFO] [stdout]   --> src/sch/proc/task/branch.rs:52:17
[INFO] [stdout]    |
[INFO] [stdout] 52 |             ctx.eval(script)?;
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]   --> src/sch/proc/task/step.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn run(&self, ctx: &Context) -> Result<()> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: Serialize` will fail
[INFO] [stdout]   --> src/sch/proc/task/step.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 |             ctx.eval(&script)?;
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]  --> examples/approve/client.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct User<'a> {
[INFO] [stdout]   |            ---- field in this struct
[INFO] [stdout] 7 |     pub id: &'a str,
[INFO] [stdout] 8 |     pub name: &'a str,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `User` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.83s
[INFO] running `Command { std: "docker" "inspect" "c73c69180f47e14b46103d9b09b409795d3b9e0cc78ab8f81e9d4bb3a6deb12d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c73c69180f47e14b46103d9b09b409795d3b9e0cc78ab8f81e9d4bb3a6deb12d", kill_on_drop: false }`
[INFO] [stdout] c73c69180f47e14b46103d9b09b409795d3b9e0cc78ab8f81e9d4bb3a6deb12d
