[INFO] cloning repository https://github.com/nitkach/l2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nitkach/l2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnitkach%2Fl2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnitkach%2Fl2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2d4327321b5b817bcff1701abc691700e08f73a1 [INFO] testing nitkach/l2 against try#a7ee93192a766fb0dafa23def7154fc03cfcfc3e for pr-146989 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnitkach%2Fl2" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/nitkach/l2 [INFO] finished tweaking git repo https://github.com/nitkach/l2 [INFO] tweaked toml for git repo https://github.com/nitkach/l2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/nitkach/l2 on toolchain a7ee93192a766fb0dafa23def7154fc03cfcfc3e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/nitkach/l2 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" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6b3c87fe9a457a4fa8e96b8b0cfaa64ba46077bb76f12a034bfd49d35f0b9199 [INFO] running `Command { std: "docker" "start" "-a" "6b3c87fe9a457a4fa8e96b8b0cfaa64ba46077bb76f12a034bfd49d35f0b9199", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6b3c87fe9a457a4fa8e96b8b0cfaa64ba46077bb76f12a034bfd49d35f0b9199", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b3c87fe9a457a4fa8e96b8b0cfaa64ba46077bb76f12a034bfd49d35f0b9199", kill_on_drop: false }` [INFO] [stdout] 6b3c87fe9a457a4fa8e96b8b0cfaa64ba46077bb76f12a034bfd49d35f0b9199 [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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c887a819f94b13024cd501c57d58006891044f8554e71321a5ad3bf852ad87f3 [INFO] running `Command { std: "docker" "start" "-a" "c887a819f94b13024cd501c57d58006891044f8554e71321a5ad3bf852ad87f3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling bytes v1.7.2 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling dissimilar v1.0.9 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling expect-test v1.5.0 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling camino v1.1.9 [INFO] [stderr] Compiling clap_builder v4.5.18 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling brotli-decompressor v4.0.1 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling regex v1.11.0 [INFO] [stderr] Compiling cc v1.1.24 [INFO] [stderr] Compiling dtoa v1.0.9 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling dtoa-short v0.3.5 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling hdrhistogram v7.5.4 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling brotli v7.0.0 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling servo_arc v0.3.0 [INFO] [stderr] Compiling uuid v1.8.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling http-range-header v0.4.1 [INFO] [stderr] Compiling rustls-pki-types v1.9.0 [INFO] [stderr] Compiling iri-string v0.7.6 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling ego-tree v0.6.3 [INFO] [stderr] Compiling ipnet v2.10.0 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling t08 v0.1.0 (/opt/rustwide/workdir/t08) [INFO] [stderr] Compiling t02 v0.1.0 (/opt/rustwide/workdir/t02) [INFO] [stderr] Compiling t04 v0.1.0 (/opt/rustwide/workdir/t04) [INFO] [stderr] Compiling t12 v0.1.0 (/opt/rustwide/workdir/t12) [INFO] [stderr] Compiling t16 v0.1.0 (/opt/rustwide/workdir/t16) [INFO] [stderr] Compiling t13 v0.1.0 (/opt/rustwide/workdir/t13) [INFO] [stderr] Compiling t14 v0.1.0 (/opt/rustwide/workdir/t14) [INFO] [stderr] Compiling t15 v0.1.0 (/opt/rustwide/workdir/t15) [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling html5ever v0.27.0 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Compiling axum-macros v0.4.2 [INFO] [stderr] Compiling tokio v1.40.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling clap v4.5.18 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling t06 v0.1.0 (/opt/rustwide/workdir/t06) [INFO] [stderr] Compiling t01 v0.1.0 (/opt/rustwide/workdir/t01) [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling bon-macros v2.3.0 [INFO] [stderr] Compiling lazy-regex-proc_macros v3.3.0 [INFO] [stderr] Compiling zstd v0.13.2 [INFO] [stderr] Compiling lazy-regex v3.3.0 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling phf_macros v0.11.2 [INFO] [stderr] Compiling selectors v0.25.0 [INFO] [stderr] Compiling markup5ever v0.12.1 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling cssparser v0.31.2 [INFO] [stderr] Compiling bon v2.3.0 [INFO] [stderr] Compiling t03 v0.1.0 (/opt/rustwide/workdir/t03) [INFO] [stderr] Compiling t05 v0.1.0 (/opt/rustwide/workdir/t05) [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling async-compression v0.4.13 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling tower v0.5.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling string_cache v0.8.7 [INFO] [stderr] Compiling serde_path_to_error v0.1.16 [INFO] [stderr] Compiling ulid v1.1.3 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling t10 v0.1.0 (/opt/rustwide/workdir/t10) [INFO] [stdout] warning: unused imports: `Ipv4Addr` and `SocketAddrV4` [INFO] [stdout] --> t10/src/main.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use std::net::{Ipv4Addr, SocketAddrV4}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tower-http v0.6.1 [INFO] [stderr] Compiling t07 v0.1.0 (/opt/rustwide/workdir/t07) [INFO] [stderr] Compiling scraper v0.20.0 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling hyper-util v0.1.9 [INFO] [stderr] Compiling axum v0.7.7 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.8 [INFO] [stderr] Compiling t09 v0.1.0 (/opt/rustwide/workdir/t09) [INFO] [stderr] Compiling t11 v0.1.0 (/opt/rustwide/workdir/t11) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s [INFO] running `Command { std: "docker" "inspect" "c887a819f94b13024cd501c57d58006891044f8554e71321a5ad3bf852ad87f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c887a819f94b13024cd501c57d58006891044f8554e71321a5ad3bf852ad87f3", kill_on_drop: false }` [INFO] [stdout] c887a819f94b13024cd501c57d58006891044f8554e71321a5ad3bf852ad87f3 [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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4947872f2cbfa5f276f431e0daf4a7894e19a32c6192682c7b18e1b545dfd322 [INFO] running `Command { std: "docker" "start" "-a" "4947872f2cbfa5f276f431e0daf4a7894e19a32c6192682c7b18e1b545dfd322", kill_on_drop: false }` [INFO] [stderr] Compiling t11 v0.1.0 (/opt/rustwide/workdir/t11) [INFO] [stderr] Compiling t03 v0.1.0 (/opt/rustwide/workdir/t03) [INFO] [stderr] Compiling t07 v0.1.0 (/opt/rustwide/workdir/t07) [INFO] [stderr] Compiling t01 v0.1.0 (/opt/rustwide/workdir/t01) [INFO] [stderr] Compiling t02 v0.1.0 (/opt/rustwide/workdir/t02) [INFO] [stderr] Compiling t04 v0.1.0 (/opt/rustwide/workdir/t04) [INFO] [stderr] Compiling t05 v0.1.0 (/opt/rustwide/workdir/t05) [INFO] [stderr] Compiling t06 v0.1.0 (/opt/rustwide/workdir/t06) [INFO] [stderr] Compiling t10 v0.1.0 (/opt/rustwide/workdir/t10) [INFO] [stderr] Compiling t08 v0.1.0 (/opt/rustwide/workdir/t08) [INFO] [stderr] Compiling t13 v0.1.0 (/opt/rustwide/workdir/t13) [INFO] [stderr] Compiling t15 v0.1.0 (/opt/rustwide/workdir/t15) [INFO] [stderr] Compiling t16 v0.1.0 (/opt/rustwide/workdir/t16) [INFO] [stderr] Compiling t09 v0.1.0 (/opt/rustwide/workdir/t09) [INFO] [stderr] Compiling t12 v0.1.0 (/opt/rustwide/workdir/t12) [INFO] [stderr] Compiling t14 v0.1.0 (/opt/rustwide/workdir/t14) [INFO] [stdout] warning: unused imports: `Ipv4Addr` and `SocketAddrV4` [INFO] [stdout] --> t10/src/main.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use std::net::{Ipv4Addr, SocketAddrV4}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.21s [INFO] running `Command { std: "docker" "inspect" "4947872f2cbfa5f276f431e0daf4a7894e19a32c6192682c7b18e1b545dfd322", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4947872f2cbfa5f276f431e0daf4a7894e19a32c6192682c7b18e1b545dfd322", kill_on_drop: false }` [INFO] [stdout] 4947872f2cbfa5f276f431e0daf4a7894e19a32c6192682c7b18e1b545dfd322 [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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 06e2f768fe09b2b971a2a7c78ace4ab6369206b489da092f15d52af570a00d52 [INFO] running `Command { std: "docker" "start" "-a" "06e2f768fe09b2b971a2a7c78ace4ab6369206b489da092f15d52af570a00d52", kill_on_drop: false }` [INFO] [stderr] warning: unused imports: `Ipv4Addr` and `SocketAddrV4` [INFO] [stderr] --> t10/src/main.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | use std::net::{Ipv4Addr, SocketAddrV4}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `t10` (bin "t10" test) generated 1 warning (run `cargo fix --bin "t10" -p t10 --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/t01-dc98aad95b9fb43a) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_flags ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/t02-3f1296d942b6e765) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test impl_with_iterators::tests::empty ... ok [INFO] [stdout] test impl_with_states::tests::empty ... ok [INFO] [stdout] test impl_with_iterators::tests::unpack_with_iterators ... ok [INFO] [stdout] test impl_with_states::tests::unpack ... ok [INFO] [stdout] test impl_with_iterators::tests::numbers ... ok [INFO] [stdout] test impl_with_states::tests::numbers ... ok [INFO] [stdout] test impl_with_iterators::tests::escaping ... ok [INFO] [stdout] test impl_with_states::tests::escaping ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/t03-0af848ca5ae48a5d) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test sort::tests::test_is_sorted_numbers ... ok [INFO] [stdout] test sort::tests::test_sort_by_number ... ok [INFO] [stdout] test sort::tests::test_is_sorted_reversed_months ... ok [INFO] [stdout] test sort::tests::test_sort_with_unique ... ok [INFO] [stdout] test sort::tests::test_sort_by_suffix ... ok [INFO] [stdout] test sort::tests::test_sort_by_month ... ok [INFO] [stdout] test sort::tests::test_sort_by_str ... ok [INFO] [stdout] test sort::tests::test_sort_by_str_with_several_equals_letters ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/t04-d7302ef29e5470d1) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_words ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::test_words stdout ---- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expect test failed [INFO] [stdout] --> t04/src/main.rs:76:14 [INFO] [stdout] [INFO] [stdout] You can update all `expect!` tests by running: [INFO] [stdout] [INFO] [stdout] env UPDATE_EXPECT=1 cargo test [INFO] [stdout] [INFO] [stdout] To update a single test, place the cursor on `expect` token and use `run` feature of rust-analyzer. [INFO] [stdout] [INFO] [stdout] Expect: [INFO] [stdout] ---- [INFO] [stdout] {"листок": ["листок", "слиток", "столик"], "да": ["ад", "да"], "пятак": ["пятак", "пятка", "тяпка"]} [INFO] [stdout] ---- [INFO] [stdout] [INFO] [stdout] Actual: [INFO] [stdout] ---- [INFO] [stdout] {"листок": ["листок", "слиток", "столик"], "пятак": ["пятак", "пятка", "тяпка"], "да": ["ад", "да"]} [INFO] [stdout] ---- [INFO] [stdout] [INFO] [stdout] Diff: [INFO] [stdout] ---- [INFO] [stdout] {"листок": ["листок", "слиток", "столик"], "да": ["ад", "да"], "пятак": ["пятак", "пятка", "тяпка"], "да": ["ад", "да"]} [INFO] [stdout] ---- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::test_words [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `-p t04 --bin t04` [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "06e2f768fe09b2b971a2a7c78ace4ab6369206b489da092f15d52af570a00d52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06e2f768fe09b2b971a2a7c78ace4ab6369206b489da092f15d52af570a00d52", kill_on_drop: false }` [INFO] [stdout] 06e2f768fe09b2b971a2a7c78ace4ab6369206b489da092f15d52af570a00d52