[INFO] cloning repository https://github.com/bugwiper/metar-app [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bugwiper/metar-app" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbugwiper%2Fmetar-app", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbugwiper%2Fmetar-app'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c985e3a7f6f850e9c339789f9dd096ecc93ebce4 [INFO] testing bugwiper/metar-app against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbugwiper%2Fmetar-app" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/bugwiper/metar-app [INFO] finished tweaking git repo https://github.com/bugwiper/metar-app [INFO] tweaked toml for git repo https://github.com/bugwiper/metar-app written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/bugwiper/metar-app on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/bugwiper/metar-app 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4ae18419fde95fe963c3dc8fccd8fc130c89db8b4ba4f228965d313e176f99dc [INFO] running `Command { std: "docker" "start" "-a" "4ae18419fde95fe963c3dc8fccd8fc130c89db8b4ba4f228965d313e176f99dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ae18419fde95fe963c3dc8fccd8fc130c89db8b4ba4f228965d313e176f99dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ae18419fde95fe963c3dc8fccd8fc130c89db8b4ba4f228965d313e176f99dc", kill_on_drop: false }` [INFO] [stdout] 4ae18419fde95fe963c3dc8fccd8fc130c89db8b4ba4f228965d313e176f99dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9264eb8150d815c765f52e8c9c05bebb885fb46b207e386fc8a9a482c4493510 [INFO] running `Command { std: "docker" "start" "-a" "9264eb8150d815c765f52e8c9c05bebb885fb46b207e386fc8a9a482c4493510", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling itoa v0.3.4 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling syn v2.0.58 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling socket2 v0.5.6 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_json v1.0.1 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.3.25 [INFO] [stderr] Compiling hyper v0.14.28 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling metar_app v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `MetarText` is never constructed [INFO] [stdout] --> src/libs/metar.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | struct MetarText { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `class` and `base` are never read [INFO] [stdout] --> src/libs/airport.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct Cloud { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 4 | pub class: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 5 | pub base: u16, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `day` are never read [INFO] [stdout] --> src/libs/airport.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Airport { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 9 | pub icao: String, [INFO] [stdout] 10 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | pub day: u8, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.03s [INFO] running `Command { std: "docker" "inspect" "9264eb8150d815c765f52e8c9c05bebb885fb46b207e386fc8a9a482c4493510", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9264eb8150d815c765f52e8c9c05bebb885fb46b207e386fc8a9a482c4493510", kill_on_drop: false }` [INFO] [stdout] 9264eb8150d815c765f52e8c9c05bebb885fb46b207e386fc8a9a482c4493510 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc3d6fc864e433636c09dc3666e0b532485488554a0f05a053ac404a7c384604 [INFO] running `Command { std: "docker" "start" "-a" "cc3d6fc864e433636c09dc3666e0b532485488554a0f05a053ac404a7c384604", kill_on_drop: false }` [INFO] [stderr] Compiling metar_app v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `MetarText` is never constructed [INFO] [stdout] --> src/libs/metar.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | struct MetarText { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `class` and `base` are never read [INFO] [stdout] --> src/libs/airport.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct Cloud { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 4 | pub class: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 5 | pub base: u16, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `day` are never read [INFO] [stdout] --> src/libs/airport.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Airport { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 9 | pub icao: String, [INFO] [stdout] 10 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | pub day: u8, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `Command { std: "docker" "inspect" "cc3d6fc864e433636c09dc3666e0b532485488554a0f05a053ac404a7c384604", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc3d6fc864e433636c09dc3666e0b532485488554a0f05a053ac404a7c384604", kill_on_drop: false }` [INFO] [stdout] cc3d6fc864e433636c09dc3666e0b532485488554a0f05a053ac404a7c384604 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1befa9ff0ccfdec0dfe6d2fa40243fd6d9fe28aacb115b17b6179858fd2a6c6a [INFO] running `Command { std: "docker" "start" "-a" "1befa9ff0ccfdec0dfe6d2fa40243fd6d9fe28aacb115b17b6179858fd2a6c6a", kill_on_drop: false }` [INFO] [stderr] warning: struct `MetarText` is never constructed [INFO] [stderr] --> src/libs/metar.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | struct MetarText { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: fields `class` and `base` are never read [INFO] [stderr] --> src/libs/airport.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 3 | pub struct Cloud { [INFO] [stderr] | ----- fields in this struct [INFO] [stderr] 4 | pub class: String, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 5 | pub base: u16, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: fields `name` and `day` are never read [INFO] [stderr] --> src/libs/airport.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct Airport { [INFO] [stderr] | ------- fields in this struct [INFO] [stderr] 9 | pub icao: String, [INFO] [stderr] 10 | pub name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 14 | pub day: u8, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `metar_app` (bin "metar_app" test) generated 3 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/metar_app-a12bacebed14403e) [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" "1befa9ff0ccfdec0dfe6d2fa40243fd6d9fe28aacb115b17b6179858fd2a6c6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1befa9ff0ccfdec0dfe6d2fa40243fd6d9fe28aacb115b17b6179858fd2a6c6a", kill_on_drop: false }` [INFO] [stdout] 1befa9ff0ccfdec0dfe6d2fa40243fd6d9fe28aacb115b17b6179858fd2a6c6a