[INFO] cloning repository https://github.com/rimasu/itest [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rimasu/itest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frimasu%2Fitest", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frimasu%2Fitest'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9946fba9a7e27a8a57063073262d712b7a0ecd83 [INFO] checking rimasu/itest against try#149edce6c6ee840adb602803b96d083101ef3592 for pr-133502-16 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frimasu%2Fitest" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/rimasu/itest [INFO] finished tweaking git repo https://github.com/rimasu/itest [INFO] tweaked toml for git repo https://github.com/rimasu/itest written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/rimasu/itest on toolchain 149edce6c6ee840adb602803b96d083101ef3592 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/rimasu/itest 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" "+149edce6c6ee840adb602803b96d083101ef3592" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3ab593407a89ef77c4cb27b8aa92d99b0db23cb3d9da08c682347286a0ae8f95 [INFO] running `Command { std: "docker" "start" "-a" "3ab593407a89ef77c4cb27b8aa92d99b0db23cb3d9da08c682347286a0ae8f95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ab593407a89ef77c4cb27b8aa92d99b0db23cb3d9da08c682347286a0ae8f95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ab593407a89ef77c4cb27b8aa92d99b0db23cb3d9da08c682347286a0ae8f95", kill_on_drop: false }` [INFO] [stdout] 3ab593407a89ef77c4cb27b8aa92d99b0db23cb3d9da08c682347286a0ae8f95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea6b46d42bdc85b63ea5fca59fa9b61cbf925cdf820888d90a7386a4dabeedd0 [INFO] running `Command { std: "docker" "start" "-a" "ea6b46d42bdc85b63ea5fca59fa9b61cbf925cdf820888d90a7386a4dabeedd0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling serde_core v1.0.224 [INFO] [stderr] Compiling serde v1.0.224 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Checking foldhash v0.1.5 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling find-msvc-tools v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling cc v1.2.36 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking signal-hook-registry v1.4.6 [INFO] [stderr] Checking socket2 v0.6.0 [INFO] [stderr] Checking indexmap v2.11.0 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Checking home v0.5.11 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Checking anstyle-query v1.1.4 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Checking anstream v0.6.20 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling crc v3.3.0 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking clap_builder v4.5.47 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling whoami v1.6.1 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling anyhow v1.0.99 [INFO] [stderr] Checking matchit v0.8.4 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Compiling serde_derive v1.0.224 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Checking zerovec v0.11.4 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Checking axum-core v0.5.2 [INFO] [stderr] Checking rustls-webpki v0.103.4 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.3 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Checking clap v4.5.47 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking getrandom v0.3.3 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking url v2.5.7 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_path_to_error v0.1.17 [INFO] [stderr] Checking futures-intrusive v0.5.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Checking webpki-roots v1.0.2 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Checking webpki-roots v0.26.11 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Compiling bollard-buildkit-proto v0.6.1 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking ureq v2.12.1 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling serde_with_macros v3.14.0 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling structmeta-derive v0.3.0 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Checking h2 v0.4.12 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking prost v0.13.5 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Checking prost-types v0.13.5 [INFO] [stderr] Compiling sqlx-postgres v0.8.6 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Compiling structmeta v0.3.0 [INFO] [stderr] Checking serde_with v3.14.0 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking tokio-rustls v0.26.2 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Checking hyper v1.7.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling parse-display-derive v0.9.1 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking xattr v1.5.1 [INFO] [stderr] Checking rustls-native-certs v0.8.1 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking filetime v0.2.26 [INFO] [stderr] Checking unicode-ident v1.0.18 [INFO] [stderr] Checking docker_credential v1.3.2 [INFO] [stderr] Checking tokio-tar v0.3.1 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking ulid v1.2.1 [INFO] [stderr] Checking hyper-util v0.1.16 [INFO] [stderr] Checking etcetera v0.10.0 [INFO] [stderr] Checking escape8259 v0.5.3 [INFO] [stderr] Checking libtest-mimic v0.8.1 [INFO] [stderr] Checking tempfile v3.21.0 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling itest_macros v0.1.0 (/opt/rustwide/workdir/macros) [INFO] [stderr] Checking inventory v0.3.21 [INFO] [stderr] Checking tower-http v0.6.6 [INFO] [stderr] Checking parse-display v0.9.1 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking axum v0.8.4 [INFO] [stderr] Checking hyper-timeout v0.5.2 [INFO] [stderr] Checking hyper-rustls v0.27.7 [INFO] [stderr] Checking hyperlocal v0.9.1 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Checking reqwest v0.12.23 [INFO] [stderr] Checking sqlx v0.8.6 [INFO] [stderr] Checking example_cli v0.1.0 (/opt/rustwide/workdir/example/cli) [INFO] [stderr] Checking tonic v0.13.1 [INFO] [stderr] Checking example_server v0.1.0 (/opt/rustwide/workdir/example/server) [INFO] [stderr] Checking bollard-stubs v1.48.3-rc.28.0.4 [INFO] [stderr] Checking bollard v0.19.1 [INFO] [stderr] Checking testcontainers v0.25.0 [INFO] [stderr] Checking itest_runner v0.1.0 (/opt/rustwide/workdir/runner) [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> runner/src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [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: `std::iter::zip` [INFO] [stdout] --> runner/src/lib.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::iter::zip; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Occupied` and `Vacant` [INFO] [stdout] --> runner/src/deptable.rs:1:41 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::hash_map::Entry::{Occupied, Vacant}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HashMap`, `HashSet`, and `VecDeque` [INFO] [stdout] --> runner/src/deptable.rs:2:34 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::{BTreeMap, HashMap, HashSet, VecDeque}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> runner/src/discover.rs:5:35 [INFO] [stdout] | [INFO] [stdout] 5 | deptable::{Builder, DepTable, Error}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> runner/src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [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: `std::iter::zip` [INFO] [stdout] --> runner/src/lib.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::iter::zip; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Occupied` and `Vacant` [INFO] [stdout] --> runner/src/deptable.rs:1:41 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::hash_map::Entry::{Occupied, Vacant}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HashMap`, `HashSet`, and `VecDeque` [INFO] [stdout] --> runner/src/deptable.rs:2:34 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::{BTreeMap, HashMap, HashSet, VecDeque}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> runner/src/discover.rs:5:35 [INFO] [stdout] | [INFO] [stdout] 5 | deptable::{Builder, DepTable, Error}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> runner/src/lib.rs:281:24 [INFO] [stdout] | [INFO] [stdout] 281 | async fn run_async(mut self) { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> runner/src/lib.rs:281:24 [INFO] [stdout] | [INFO] [stdout] 281 | async fn run_async(mut self) { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> runner/src/deptable.rs:3:38 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fmt::{self, Debug, Display, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Read` [INFO] [stdout] --> runner/src/components/localserver.rs:3:47 [INFO] [stdout] | [INFO] [stdout] 3 | io::{self, BufRead, BufReader, BufWriter, Read, Write}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> runner/src/components/container.rs:24:32 [INFO] [stdout] | [INFO] [stdout] 24 | async fn set_up(&mut self, ctx: &mut Context) -> SetUpResult { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> runner/src/deptable.rs:3:38 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fmt::{self, Debug, Display, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Read` [INFO] [stdout] --> runner/src/components/localserver.rs:3:47 [INFO] [stdout] | [INFO] [stdout] 3 | io::{self, BufRead, BufReader, BufWriter, Read, Write}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> runner/src/components/container.rs:24:32 [INFO] [stdout] | [INFO] [stdout] 24 | async fn set_up(&mut self, ctx: &mut Context) -> SetUpResult { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> runner/src/components/localserver.rs:96:20 [INFO] [stdout] | [INFO] [stdout] 96 | fn dump_to_file(mut reader: &mut R, file_path: &Path) -> io::Result<()> [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> runner/src/components/localserver.rs:96:20 [INFO] [stdout] | [INFO] [stdout] 96 | fn dump_to_file(mut reader: &mut R, file_path: &Path) -> io::Result<()> [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> runner/src/components/localcli.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | fn dump_to_file(mut reader: &mut R, file_path: &Path) -> io::Result<()> [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> runner/src/components/localcli.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | fn dump_to_file(mut reader: &mut R, file_path: &Path) -> io::Result<()> [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name`, `set_up_fn`, `set_up_err`, `tear_down`, and `tear_down_err` are never read [INFO] [stdout] --> runner/src/lib.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 77 | struct Component { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 78 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 79 | set_up_fn: SetupFunction, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 80 | set_up_err: Option>, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 81 | tear_down: Option>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 82 | tear_down_err: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `set_up` and `tear_down` are never used [INFO] [stdout] --> runner/src/lib.rs:96:14 [INFO] [stdout] | [INFO] [stdout] 85 | impl Component { [INFO] [stdout] | -------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 96 | async fn set_up(&mut self, ctx: &mut Context) -> Outcome { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 119 | async fn tear_down(&mut self) -> Outcome { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `max_component_name_len`, `set_up`, `run_component_set_ups`, `tear_down`, and `run_component_tear_downs` are never used [INFO] [stdout] --> runner/src/lib.rs:145:19 [INFO] [stdout] | [INFO] [stdout] 140 | impl Components { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 145 | pub(crate) fn max_component_name_len(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 153 | async fn set_up(&mut self, ctx: &mut Context) -> Outcome { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | async fn run_component_set_ups(&mut self, ctx: &mut Context) -> Outcome { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | async fn tear_down(&mut self, ctx: &mut Context) -> Outcome { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | async fn run_component_tear_downs(&mut self, ctx: &mut Context) -> Outcome { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Thing` is never constructed [INFO] [stdout] --> runner/src/lib.rs:212:8 [INFO] [stdout] | [INFO] [stdout] 212 | struct Thing { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `run_tests` is never used [INFO] [stdout] --> runner/src/lib.rs:220:4 [INFO] [stdout] | [INFO] [stdout] 220 | fn run_tests() -> Conclusion { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dump_to_file` is never used [INFO] [stdout] --> runner/src/components/container.rs:51:4 [INFO] [stdout] | [INFO] [stdout] 51 | fn dump_to_file(reader: &mut Box, file_path: &Path) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> runner/src/components/localserver.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 70 | pub struct LocalRunnerComponent { [INFO] [stdout] | -------------------- field in this struct [INFO] [stdout] 71 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `output` are never read [INFO] [stdout] --> runner/src/components/localcli.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 80 | pub struct LocalCliComponent { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 81 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 82 | output: Output, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `set_current_component`, `log_action_start`, `log_action_end`, and `log_updated_params` are never used [INFO] [stdout] --> runner/src/context.rs:51:19 [INFO] [stdout] | [INFO] [stdout] 35 | impl Context { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 51 | pub(crate) fn set_current_component(&mut self, name: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | pub(crate) fn log_action_start(&self, action: &str, name: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | pub(crate) fn log_action_end(&self, status: Outcome, start: Instant) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 150 | pub(crate) fn log_updated_params(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `pop_ready` is never used [INFO] [stdout] --> runner/src/tasklist.rs:109:12 [INFO] [stdout] | [INFO] [stdout] 39 | impl TaskList { [INFO] [stdout] | ------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 109 | pub fn pop_ready(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `set_up_fn` is never read [INFO] [stdout] --> runner/src/discover.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 9 | struct SetUpDecl { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 10 | set_up_fn: &'static SetUpFunc, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name`, `set_up_fn`, `set_up_err`, `tear_down`, and `tear_down_err` are never read [INFO] [stdout] --> runner/src/lib.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 77 | struct Component { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 78 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 79 | set_up_fn: SetupFunction, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 80 | set_up_err: Option>, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 81 | tear_down: Option>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 82 | tear_down_err: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `set_up` and `tear_down` are never used [INFO] [stdout] --> runner/src/lib.rs:96:14 [INFO] [stdout] | [INFO] [stdout] 85 | impl Component { [INFO] [stdout] | -------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 96 | async fn set_up(&mut self, ctx: &mut Context) -> Outcome { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 119 | async fn tear_down(&mut self) -> Outcome { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `max_component_name_len`, `set_up`, `run_component_set_ups`, `tear_down`, and `run_component_tear_downs` are never used [INFO] [stdout] --> runner/src/lib.rs:145:19 [INFO] [stdout] | [INFO] [stdout] 140 | impl Components { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 145 | pub(crate) fn max_component_name_len(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 153 | async fn set_up(&mut self, ctx: &mut Context) -> Outcome { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | async fn run_component_set_ups(&mut self, ctx: &mut Context) -> Outcome { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | async fn tear_down(&mut self, ctx: &mut Context) -> Outcome { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | async fn run_component_tear_downs(&mut self, ctx: &mut Context) -> Outcome { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Thing` is never constructed [INFO] [stdout] --> runner/src/lib.rs:212:8 [INFO] [stdout] | [INFO] [stdout] 212 | struct Thing { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `run_tests` is never used [INFO] [stdout] --> runner/src/lib.rs:220:4 [INFO] [stdout] | [INFO] [stdout] 220 | fn run_tests() -> Conclusion { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dump_to_file` is never used [INFO] [stdout] --> runner/src/components/container.rs:51:4 [INFO] [stdout] | [INFO] [stdout] 51 | fn dump_to_file(reader: &mut Box, file_path: &Path) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> runner/src/components/localserver.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 70 | pub struct LocalRunnerComponent { [INFO] [stdout] | -------------------- field in this struct [INFO] [stdout] 71 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `output` are never read [INFO] [stdout] --> runner/src/components/localcli.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 80 | pub struct LocalCliComponent { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 81 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 82 | output: Output, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `set_current_component`, `log_action_start`, `log_action_end`, and `log_updated_params` are never used [INFO] [stdout] --> runner/src/context.rs:51:19 [INFO] [stdout] | [INFO] [stdout] 35 | impl Context { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 51 | pub(crate) fn set_current_component(&mut self, name: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | pub(crate) fn log_action_start(&self, action: &str, name: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | pub(crate) fn log_action_end(&self, status: Outcome, start: Instant) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 150 | pub(crate) fn log_updated_params(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `set_up_fn` is never read [INFO] [stdout] --> runner/src/discover.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 9 | struct SetUpDecl { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 10 | set_up_fn: &'static SetUpFunc, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking example_itest v0.1.0 (/opt/rustwide/workdir/example/itest) [INFO] [stdout] warning: unused import: `depends_on` [INFO] [stdout] --> example/itest/itest/set_up/redis.rs:1:90 [INFO] [stdout] | [INFO] [stdout] 1 | use itest_runner::{AsyncSetUp, Context, components::container::set_up_container, set_up, depends_on}; [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 variable: `ctx` [INFO] [stdout] --> example/itest/itest/set_up/redis.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | fn set_up(ctx: &mut Context) -> Result, Box> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> example/itest/itest/set_up/envoy.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | fn set_up(ctx: &mut Context) -> Result, Box> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s [INFO] running `Command { std: "docker" "inspect" "ea6b46d42bdc85b63ea5fca59fa9b61cbf925cdf820888d90a7386a4dabeedd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea6b46d42bdc85b63ea5fca59fa9b61cbf925cdf820888d90a7386a4dabeedd0", kill_on_drop: false }` [INFO] [stdout] ea6b46d42bdc85b63ea5fca59fa9b61cbf925cdf820888d90a7386a4dabeedd0