[INFO] cloning repository https://github.com/sfroment/sf-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sfroment/sf-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsfroment%2Fsf-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsfroment%2Fsf-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d7b287dedc768aab1950d2f52dd12d63951342a4 [INFO] testing sfroment/sf-rs against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsfroment%2Fsf-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/sfroment/sf-rs [INFO] finished tweaking git repo https://github.com/sfroment/sf-rs [INFO] tweaked toml for git repo https://github.com/sfroment/sf-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/sfroment/sf-rs 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] crate git repo https://github.com/sfroment/sf-rs 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] d93e4431a37afe12b33d3b52a3750ab78f042445387a9f3bd891587768dbaeef [INFO] running `Command { std: "docker" "start" "-a" "d93e4431a37afe12b33d3b52a3750ab78f042445387a9f3bd891587768dbaeef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d93e4431a37afe12b33d3b52a3750ab78f042445387a9f3bd891587768dbaeef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d93e4431a37afe12b33d3b52a3750ab78f042445387a9f3bd891587768dbaeef", kill_on_drop: false }` [INFO] [stdout] d93e4431a37afe12b33d3b52a3750ab78f042445387a9f3bd891587768dbaeef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 0f62ba8b2c4bba8f20e4a570ea4f3f5ca1940c6fd9935816ee9b762730ed3d51 [INFO] running `Command { std: "docker" "start" "-a" "0f62ba8b2c4bba8f20e4a570ea4f3f5ca1940c6fd9935816ee9b762730ed3d51", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling zerocopy v0.8.24 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling litemap v0.7.5 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.1 [INFO] [stderr] Compiling icu_properties_data v1.5.1 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling aws-lc-rs v1.13.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling icu_normalizer_data v1.5.1 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling cc v1.2.20 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling socket2 v0.5.9 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.5 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling rustls v0.23.27 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling gimli v0.31.1 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling miniz_oxide v0.8.8 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling bytemuck v1.23.0 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling aws-lc-sys v0.28.2 [INFO] [stderr] Compiling openssl-sys v0.9.108 [INFO] [stderr] Compiling safe_arch v0.7.4 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling wide v0.7.32 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stderr] Compiling quinn-udp v0.5.12 [INFO] [stderr] Compiling openssl v0.10.72 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.100 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling addr2line v0.24.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling fastbloom v0.9.0 [INFO] [stderr] Compiling quinn v0.11.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling lru-slab v0.1.2 [INFO] [stderr] Compiling backtrace v0.3.74 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling bumpalo v3.17.0 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling data-encoding v2.9.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.100 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling tokio v1.45.0 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling toml_edit v0.20.2 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling netlink-packet-utils v0.5.2 [INFO] [stderr] Compiling netlink-packet-core v0.7.0 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling proc-macro-crate v2.0.2 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.16 [INFO] [stderr] Compiling ed25519 v2.2.3 [INFO] [stderr] Compiling deranged v0.4.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling core2 v0.4.0 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling unsigned-varint v0.8.0 [INFO] [stderr] Compiling multihash v0.19.3 [INFO] [stderr] Compiling data-encoding-macro v0.1.18 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling h2 v0.4.10 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling netlink-sys v0.8.7 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling web-transport-proto v0.2.5 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling ed25519-dalek v2.1.1 [INFO] [stderr] Compiling num_enum_derive v0.7.3 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.100 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling quick-protobuf v0.8.1 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.100 [INFO] [stderr] Compiling base-x v0.2.11 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling bs58 v0.5.1 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling libp2p-identity v0.2.11 [INFO] [stderr] Compiling clap_builder v4.5.37 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.100 [INFO] [stderr] Compiling multibase v0.9.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling num_enum v0.7.3 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling yasna v0.5.2 [INFO] [stderr] Compiling netlink-proto v0.11.5 [INFO] [stderr] Compiling moq-async v0.1.3 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling netlink-packet-route v0.17.1 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling pem v3.0.5 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling multiaddr v0.18.2 [INFO] [stderr] Compiling hyper-util v0.1.11 [INFO] [stderr] Compiling clap v4.5.37 [INFO] [stderr] Compiling rcgen v0.13.2 [INFO] [stderr] Compiling axum-core v0.5.2 [INFO] [stderr] Compiling rtnetlink v0.13.1 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling reqwest v0.12.15 [INFO] [stderr] Compiling webpki v0.22.4 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling if-watch v3.2.1 [INFO] [stderr] Compiling sf-core v0.1.0 (/opt/rustwide/workdir/sf-core) [INFO] [stderr] Compiling tower-http v0.6.3 [INFO] [stderr] Compiling if-addrs v0.13.4 [INFO] [stderr] Compiling axum v0.8.4 [INFO] [stderr] Compiling js-sys v0.3.77 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.50 [INFO] [stderr] Compiling rustls-webpki v0.103.2 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling hyper-serve v0.6.2 [INFO] [stderr] Compiling rustls-platform-verifier v0.5.3 [INFO] [stderr] Compiling quinn-proto v0.11.12 [INFO] [stderr] Compiling web-transport-quinn v0.6.0 [INFO] [stderr] Compiling web-transport v0.8.2 [INFO] [stderr] Compiling moq-transfork v0.12.0 [INFO] [stderr] Compiling moq-native v0.6.8 [INFO] [stderr] Compiling sf-wt-transport v0.1.0 (/opt/rustwide/workdir/sf-wt-transport) [INFO] [stderr] Compiling sf-node v0.1.0 (/opt/rustwide/workdir/sf-node) [INFO] [stdout] warning: enum `Listener` is never used [INFO] [stdout] --> sf-node/src/listener.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | pub enum Listener { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 34s [INFO] running `Command { std: "docker" "inspect" "0f62ba8b2c4bba8f20e4a570ea4f3f5ca1940c6fd9935816ee9b762730ed3d51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f62ba8b2c4bba8f20e4a570ea4f3f5ca1940c6fd9935816ee9b762730ed3d51", kill_on_drop: false }` [INFO] [stdout] 0f62ba8b2c4bba8f20e4a570ea4f3f5ca1940c6fd9935816ee9b762730ed3d51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7268c633a9ee9dfe9f08f5f65930012aeb367419d8a7e0d7b0807d22a8ff1755 [INFO] running `Command { std: "docker" "start" "-a" "7268c633a9ee9dfe9f08f5f65930012aeb367419d8a7e0d7b0807d22a8ff1755", kill_on_drop: false }` [INFO] [stderr] Compiling sf-core v0.1.0 (/opt/rustwide/workdir/sf-core) [INFO] [stderr] Compiling sf-wt-transport v0.1.0 (/opt/rustwide/workdir/sf-wt-transport) [INFO] [stdout] warning: enum `Listener` is never used [INFO] [stdout] --> sf-node/src/listener.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | pub enum Listener { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sf-node v0.1.0 (/opt/rustwide/workdir/sf-node) [INFO] [stdout] warning: unused import: `Event` [INFO] [stdout] --> sf-node/examples/load_web_transport_client.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | use sf_node::{Builder, Event, Node}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Event` [INFO] [stdout] --> sf-node/examples/load_web_transport.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | use sf_node::{Builder, Event, Node}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `futures::StreamExt` [INFO] [stdout] --> sf-node/examples/load_web_transport_client.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use futures::StreamExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Listener` is never used [INFO] [stdout] --> sf-node/src/listener.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | pub enum Listener { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.32s [INFO] running `Command { std: "docker" "inspect" "7268c633a9ee9dfe9f08f5f65930012aeb367419d8a7e0d7b0807d22a8ff1755", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7268c633a9ee9dfe9f08f5f65930012aeb367419d8a7e0d7b0807d22a8ff1755", kill_on_drop: false }` [INFO] [stdout] 7268c633a9ee9dfe9f08f5f65930012aeb367419d8a7e0d7b0807d22a8ff1755 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 70c4dadff7a877309938c12575ac4def242a58374b6bdd436615e310d50fae4e [INFO] running `Command { std: "docker" "start" "-a" "70c4dadff7a877309938c12575ac4def242a58374b6bdd436615e310d50fae4e", kill_on_drop: false }` [INFO] [stderr] warning: enum `Listener` is never used [INFO] [stderr] --> sf-node/src/listener.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | pub enum Listener { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `sf-node` (lib) generated 1 warning [INFO] [stderr] warning: `sf-node` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] warning: unused import: `Event` [INFO] [stderr] --> sf-node/examples/load_web_transport.rs:6:24 [INFO] [stderr] | [INFO] [stderr] 6 | use sf_node::{Builder, Event, Node}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Event` [INFO] [stderr] --> sf-node/examples/load_web_transport_client.rs:6:24 [INFO] [stderr] | [INFO] [stderr] 6 | use sf_node::{Builder, Event, Node}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::StreamExt` [INFO] [stderr] --> sf-node/examples/load_web_transport_client.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use futures::StreamExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `sf-node` (example "load_web_transport") generated 1 warning (run `cargo fix --example "load_web_transport" -p sf-node` to apply 1 suggestion) [INFO] [stderr] warning: `sf-node` (example "load_web_transport_client") generated 2 warnings (run `cargo fix --example "load_web_transport_client" -p sf-node` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sf_core-753fae1f540d1669) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sf_node-2a9b177e48dbbc81) [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sf_wt_transport-40121ef1aff3f747) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests sf_core [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests sf_node [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests sf_wt_transport [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "70c4dadff7a877309938c12575ac4def242a58374b6bdd436615e310d50fae4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70c4dadff7a877309938c12575ac4def242a58374b6bdd436615e310d50fae4e", kill_on_drop: false }` [INFO] [stdout] 70c4dadff7a877309938c12575ac4def242a58374b6bdd436615e310d50fae4e