[INFO] fetching crate s2n-netbench-driver 0.1.0...
[INFO] testing s2n-netbench-driver-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate s2n-netbench-driver 0.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate s2n-netbench-driver 0.1.0
[INFO] finished tweaking crates.io crate s2n-netbench-driver 0.1.0
[INFO] tweaked toml for crates.io crate s2n-netbench-driver 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate s2n-netbench-driver 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 120 packages to latest compatible versions
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5916ba00fdb2f6bcc1097385a5eb983faa65270ef124b28eb7a85e1dadd9f6ac
[INFO] running `Command { std: "docker" "start" "-a" "5916ba00fdb2f6bcc1097385a5eb983faa65270ef124b28eb7a85e1dadd9f6ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5916ba00fdb2f6bcc1097385a5eb983faa65270ef124b28eb7a85e1dadd9f6ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5916ba00fdb2f6bcc1097385a5eb983faa65270ef124b28eb7a85e1dadd9f6ac", kill_on_drop: false }`
[INFO] [stdout] 5916ba00fdb2f6bcc1097385a5eb983faa65270ef124b28eb7a85e1dadd9f6ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a5287db130d1b347af3f72e3385fa3ca1b3599ebfdb895200733e4e84bf79cb2
[INFO] running `Command { std: "docker" "start" "-a" "a5287db130d1b347af3f72e3385fa3ca1b3599ebfdb895200733e4e84bf79cb2", kill_on_drop: false }`
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.44
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling humansize v1.1.1
[INFO] [stderr]    Compiling probe v0.5.2
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling mimalloc v0.1.48
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling enum-primitive-derive v0.3.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling bolero-generator-derive v0.10.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bolero-generator v0.10.2
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling insta v1.43.2
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures-test v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling s2n-codec v0.32.0
[INFO] [stderr]    Compiling s2n-quic-core v0.32.0
[INFO] [stdout] error[E0277]: the trait bound `SnapshotValue<'_>: From<AutoName>` is not satisfied
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/s2n-quic-core-0.32.0/src/event/generated.rs:7902:49
[INFO] [stdout]      |
[INFO] [stdout] 7902 |                 insta::_macro_support::AutoName.into(),
[INFO] [stdout]      |                                                 ^^^^ the trait `From<AutoName>` is not implemented for `SnapshotValue<'_>`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the following other types implement trait `From<T>`:
[INFO] [stdout]                `SnapshotValue<'_>` implements `From<(&str, &str)>`
[INFO] [stdout]                `SnapshotValue<'_>` implements `From<(AutoName, &str)>`
[INFO] [stdout]                `SnapshotValue<'_>` implements `From<(InlineValue<'_>, &str)>`
[INFO] [stdout]                `SnapshotValue<'_>` implements `From<(Option<&str>, &str)>`
[INFO] [stdout]                `SnapshotValue<'_>` implements `From<(Option<std::string::String>, &str)>`
[INFO] [stdout]                `SnapshotValue<'_>` implements `From<(std::string::String, &str)>`
[INFO] [stdout]                `SnapshotValue<'_>` implements `From<BinarySnapshotValue<'_>>`
[INFO] [stdout]      = note: required for `AutoName` to implement `Into<SnapshotValue<'_>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 7 arguments but 8 arguments were supplied
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/s2n-quic-core-0.32.0/src/event/generated.rs:7901:13
[INFO] [stdout]      |
[INFO] [stdout] 7901 |             insta::_macro_support::assert_snapshot(
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 7902 |                 insta::_macro_support::AutoName.into(),
[INFO] [stdout] 7903 |                 &value,
[INFO] [stdout]      |                 ------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 unexpected argument #2 of type `&std::string::String`
[INFO] [stdout]      |                 argument #2 of type `&std::path::Path` is missing
[INFO] [stdout] ...
[INFO] [stdout] 7909 |                 "",
[INFO] [stdout]      |                 -- unexpected argument #8 of type `&'static str`
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.2/src/runtime.rs:821:8
[INFO] [stdout]      |
[INFO] [stdout]  821 | pub fn assert_snapshot(
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^
[INFO] [stdout] help: did you mean
[INFO] [stdout]      |
[INFO] [stdout] 7901 ~             insta::_macro_support::assert_snapshot(
[INFO] [stdout] 7902 +                 insta::_macro_support::AutoName.into(),
[INFO] [stdout] 7903 +                 /* &std::path::Path */,
[INFO] [stdout] 7904 +                 current_dir.to_str().unwrap(),
[INFO] [stdout] 7905 +                 function_name,
[INFO] [stdout] 7906 +                 &module_path,
[INFO] [stdout] 7907 +                 self.0.line(),
[INFO] [stdout] 7908 +                 self.0.file(),
[INFO] [stdout] 7909 +             )
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0277.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `s2n-quic-core` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "a5287db130d1b347af3f72e3385fa3ca1b3599ebfdb895200733e4e84bf79cb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5287db130d1b347af3f72e3385fa3ca1b3599ebfdb895200733e4e84bf79cb2", kill_on_drop: false }`
[INFO] [stdout] a5287db130d1b347af3f72e3385fa3ca1b3599ebfdb895200733e4e84bf79cb2
