[INFO] cloning repository https://github.com/gleroi/shome [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gleroi/shome" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgleroi%2Fshome", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgleroi%2Fshome'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dcf2ed0af228c5bdf47b6162a019eb6ba53b99c6 [INFO] testing gleroi/shome against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgleroi%2Fshome" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gleroi/shome on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gleroi/shome [INFO] finished tweaking git repo https://github.com/gleroi/shome [INFO] tweaked toml for git repo https://github.com/gleroi/shome written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/gleroi/shome already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bstr v0.2.11 [INFO] [stderr] Downloaded async-compression v0.3.0 [INFO] [stderr] Downloaded reqwest v0.10.2 [INFO] [stderr] Downloaded syn v1.0.15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8a9572ac334ed5d2913584d42860e9f6cf69f3b360b05f84070eea20452e8400 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8a9572ac334ed5d2913584d42860e9f6cf69f3b360b05f84070eea20452e8400", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a9572ac334ed5d2913584d42860e9f6cf69f3b360b05f84070eea20452e8400", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a9572ac334ed5d2913584d42860e9f6cf69f3b360b05f84070eea20452e8400", kill_on_drop: false }` [INFO] [stdout] 8a9572ac334ed5d2913584d42860e9f6cf69f3b360b05f84070eea20452e8400 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b5ef74ed7faac850beefa83e7c2b22d7ab21e97c8a9123182782829aa2d86b71 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b5ef74ed7faac850beefa83e7c2b22d7ab21e97c8a9123182782829aa2d86b71", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling syn v1.0.15 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling http v0.2.0 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling libsqlite3-sys v0.16.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling async-compression v0.3.0 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling tokio v0.2.11 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling h2 v0.2.1 [INFO] [stderr] Compiling tokio-tls v0.3.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling hyper v0.13.2 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling diesel v1.4.3 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling bstr v0.2.11 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling reqwest v0.10.2 [INFO] [stderr] Compiling train v0.1.0 (/opt/rustwide/workdir/train) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> train/src/gtfs.rs:117:18 [INFO] [stdout] | [INFO] [stdout] 117 | &err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling lbc v0.1.0 (/opt/rustwide/workdir/lbc) [INFO] [stdout] warning: function is never used: `from_csv` [INFO] [stdout] --> train/src/main.rs:28:4 [INFO] [stdout] | [INFO] [stdout] 28 | fn from_csv() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `d` [INFO] [stdout] --> train/src/gtfs.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | d: chrono::Duration, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Duration` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `service_id` [INFO] [stdout] --> train/src/gtfs.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | service_id: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `monday` [INFO] [stdout] --> train/src/gtfs.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | monday: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tuesday` [INFO] [stdout] --> train/src/gtfs.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 159 | tuesday: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `wednesday` [INFO] [stdout] --> train/src/gtfs.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | wednesday: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `thursday` [INFO] [stdout] --> train/src/gtfs.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | thursday: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `friday` [INFO] [stdout] --> train/src/gtfs.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | friday: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `saturday` [INFO] [stdout] --> train/src/gtfs.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | saturday: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sunday` [INFO] [stdout] --> train/src/gtfs.rs:169:5 [INFO] [stdout] | [INFO] [stdout] 169 | sunday: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `start_date` [INFO] [stdout] --> train/src/gtfs.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | start_date: chrono::NaiveDate, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `end_date` [INFO] [stdout] --> train/src/gtfs.rs:173:5 [INFO] [stdout] | [INFO] [stdout] 173 | end_date: chrono::NaiveDate, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::str::FromStr` [INFO] [stdout] --> lbc/src/lbc.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | use std::str::FromStr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `RequestBuilder` [INFO] [stdout] --> lbc/src/lbc.rs:76:16 [INFO] [stdout] | [INFO] [stdout] 76 | pub struct RequestBuilder { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> lbc/src/lbc.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | fn new() -> RequestBuilder { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `build` [INFO] [stdout] --> lbc/src/lbc.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | fn build(self) -> Request { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `user_id` [INFO] [stdout] --> lbc/src/lbc.rs:90:12 [INFO] [stdout] | [INFO] [stdout] 90 | fn user_id(mut self, id: String) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `store_id` [INFO] [stdout] --> lbc/src/lbc.rs:94:12 [INFO] [stdout] | [INFO] [stdout] 94 | fn store_id(mut self, id: String) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 48s [INFO] running `Command { std: "docker" "inspect" "b5ef74ed7faac850beefa83e7c2b22d7ab21e97c8a9123182782829aa2d86b71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5ef74ed7faac850beefa83e7c2b22d7ab21e97c8a9123182782829aa2d86b71", kill_on_drop: false }` [INFO] [stdout] b5ef74ed7faac850beefa83e7c2b22d7ab21e97c8a9123182782829aa2d86b71 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b300724ac715ad118e122153c5a4056c1e966912f0ec753f7f0b9746947f5169 [INFO] running `Command { std: "docker" "start" "-a" "b300724ac715ad118e122153c5a4056c1e966912f0ec753f7f0b9746947f5169", kill_on_drop: false }` [INFO] [stderr] Compiling train v0.1.0 (/opt/rustwide/workdir/train) [INFO] [stderr] Compiling lbc v0.1.0 (/opt/rustwide/workdir/lbc) [INFO] [stdout] warning: unused import: `std::str::FromStr` [INFO] [stdout] --> lbc/src/lbc.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | use std::str::FromStr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `RequestBuilder` [INFO] [stdout] --> lbc/src/lbc.rs:76:16 [INFO] [stdout] | [INFO] [stdout] 76 | pub struct RequestBuilder { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> lbc/src/lbc.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | fn new() -> RequestBuilder { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `build` [INFO] [stdout] --> lbc/src/lbc.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | fn build(self) -> Request { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `user_id` [INFO] [stdout] --> lbc/src/lbc.rs:90:12 [INFO] [stdout] | [INFO] [stdout] 90 | fn user_id(mut self, id: String) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `store_id` [INFO] [stdout] --> lbc/src/lbc.rs:94:12 [INFO] [stdout] | [INFO] [stdout] 94 | fn store_id(mut self, id: String) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> train/src/gtfs.rs:117:18 [INFO] [stdout] | [INFO] [stdout] 117 | &err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `from_csv` [INFO] [stdout] --> train/src/main.rs:28:4 [INFO] [stdout] | [INFO] [stdout] 28 | fn from_csv() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `d` [INFO] [stdout] --> train/src/gtfs.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | d: chrono::Duration, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Duration` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `service_id` [INFO] [stdout] --> train/src/gtfs.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | service_id: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `monday` [INFO] [stdout] --> train/src/gtfs.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | monday: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tuesday` [INFO] [stdout] --> train/src/gtfs.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 159 | tuesday: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `wednesday` [INFO] [stdout] --> train/src/gtfs.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | wednesday: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `thursday` [INFO] [stdout] --> train/src/gtfs.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | thursday: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `friday` [INFO] [stdout] --> train/src/gtfs.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | friday: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `saturday` [INFO] [stdout] --> train/src/gtfs.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | saturday: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sunday` [INFO] [stdout] --> train/src/gtfs.rs:169:5 [INFO] [stdout] | [INFO] [stdout] 169 | sunday: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `start_date` [INFO] [stdout] --> train/src/gtfs.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | start_date: chrono::NaiveDate, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `end_date` [INFO] [stdout] --> train/src/gtfs.rs:173:5 [INFO] [stdout] | [INFO] [stdout] 173 | end_date: chrono::NaiveDate, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> train/src/gtfs.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.74s [INFO] running `Command { std: "docker" "inspect" "b300724ac715ad118e122153c5a4056c1e966912f0ec753f7f0b9746947f5169", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b300724ac715ad118e122153c5a4056c1e966912f0ec753f7f0b9746947f5169", kill_on_drop: false }` [INFO] [stdout] b300724ac715ad118e122153c5a4056c1e966912f0ec753f7f0b9746947f5169 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a3252a43d88ef4e575841e122efc333a8f983d94cdf164c3d89bfe67094b740e [INFO] running `Command { std: "docker" "start" "-a" "a3252a43d88ef4e575841e122efc333a8f983d94cdf164c3d89bfe67094b740e", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> train/src/gtfs.rs:117:18 [INFO] [stderr] | [INFO] [stderr] 117 | &err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `from_csv` [INFO] [stderr] --> train/src/main.rs:28:4 [INFO] [stderr] | [INFO] [stderr] 28 | fn from_csv() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `d` [INFO] [stderr] --> train/src/gtfs.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 84 | d: chrono::Duration, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Duration` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> train/src/gtfs.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `service_id` [INFO] [stderr] --> train/src/gtfs.rs:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | service_id: i32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> train/src/gtfs.rs:153:10 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `monday` [INFO] [stderr] --> train/src/gtfs.rs:157:5 [INFO] [stderr] | [INFO] [stderr] 157 | monday: bool, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> train/src/gtfs.rs:153:10 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `tuesday` [INFO] [stderr] --> train/src/gtfs.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | tuesday: bool, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> train/src/gtfs.rs:153:10 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `wednesday` [INFO] [stderr] --> train/src/gtfs.rs:161:5 [INFO] [stderr] | [INFO] [stderr] 161 | wednesday: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> train/src/gtfs.rs:153:10 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `thursday` [INFO] [stderr] --> train/src/gtfs.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | thursday: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> train/src/gtfs.rs:153:10 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `friday` [INFO] [stderr] --> train/src/gtfs.rs:165:5 [INFO] [stderr] | [INFO] [stderr] 165 | friday: bool, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> train/src/gtfs.rs:153:10 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `saturday` [INFO] [stderr] --> train/src/gtfs.rs:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | saturday: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> train/src/gtfs.rs:153:10 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `sunday` [INFO] [stderr] --> train/src/gtfs.rs:169:5 [INFO] [stderr] | [INFO] [stderr] 169 | sunday: bool, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> train/src/gtfs.rs:153:10 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `start_date` [INFO] [stderr] --> train/src/gtfs.rs:171:5 [INFO] [stderr] | [INFO] [stderr] 171 | start_date: chrono::NaiveDate, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> train/src/gtfs.rs:153:10 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `end_date` [INFO] [stderr] --> train/src/gtfs.rs:173:5 [INFO] [stderr] | [INFO] [stderr] 173 | end_date: chrono::NaiveDate, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Service` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> train/src/gtfs.rs:153:10 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `train` (bin "train" test) generated 13 warnings [INFO] [stderr] warning: unused import: `std::str::FromStr` [INFO] [stderr] --> lbc/src/lbc.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | use std::str::FromStr; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `RequestBuilder` [INFO] [stderr] --> lbc/src/lbc.rs:76:16 [INFO] [stderr] | [INFO] [stderr] 76 | pub struct RequestBuilder { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> lbc/src/lbc.rs:81:12 [INFO] [stderr] | [INFO] [stderr] 81 | fn new() -> RequestBuilder { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `build` [INFO] [stderr] --> lbc/src/lbc.rs:86:12 [INFO] [stderr] | [INFO] [stderr] 86 | fn build(self) -> Request { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `user_id` [INFO] [stderr] --> lbc/src/lbc.rs:90:12 [INFO] [stderr] | [INFO] [stderr] 90 | fn user_id(mut self, id: String) -> Self { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `store_id` [INFO] [stderr] --> lbc/src/lbc.rs:94:12 [INFO] [stderr] | [INFO] [stderr] 94 | fn store_id(mut self, id: String) -> Self { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `lbc` (bin "lbc" test) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lbc-2a42b04c7d79daca) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/train-95414bec6ee2b3f1) [INFO] [stdout] running 1 test [INFO] [stdout] test lbc::search::test_serde_json_search_params ... 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] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test gtfs::deserialize_routes ... ok [INFO] [stdout] test gtfs::deserialize_stoptimes ... FAILED [INFO] [stdout] test gtfs::deserialize_service_calendar ... ok [INFO] [stdout] test gtfs::deserialize_stops ... ok [INFO] [stdout] test gtfs::deserialize_trips ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- gtfs::deserialize_stoptimes stdout ---- [INFO] [stdout] debug: 23 05 00 [INFO] [stdout] debug: 23 05 00 [INFO] [stdout] debug: 23 35 00 [INFO] [stdout] debug: 23 35 00 [INFO] [stdout] debug: 23 55 00 [INFO] [stdout] debug: 23 55 00 [INFO] [stdout] debug: 24 25 00 [INFO] [stdout] thread 'gtfs::deserialize_stoptimes' panicked at 'invalid time', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.10/src/naive/time.rs:205:49 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55dda9ec894c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55dda9ec894c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55dda9ec894c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55dda9ec894c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55dda9eef3cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55dda9ec4248 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55dda9ecac17 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55dda9ecac17 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55dda9ecac17 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55dda9eca94b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55dda9ecb36a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55dda9ecb057 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55dda9ec8e14 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55dda9ecad69 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55dda9e00133 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55dda9eedc01 - core::panicking::panic_display::hc900369d4e1570d1 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:73:5 [INFO] [stdout] 16: 0x55dda9eedbab - core::panicking::panic_str::hfba02fffa7ca695e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:56:5 [INFO] [stdout] 17: 0x55dda9dfffa6 - core::option::expect_failed::ha850bad35210ef7f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/option.rs:1852:5 [INFO] [stdout] 18: 0x55dda9e8c381 - core::option::Option::expect::h17b14f9ffde33d42 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/option.rs:715:21 [INFO] [stdout] 19: 0x55dda9e1e129 - chrono::naive::time::NaiveTime::from_hms::h96f8e5994f7ba9b3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.10/src/naive/time.rs:205:9 [INFO] [stdout] 20: 0x55dda9e012cc - train::gtfs::parse_time::hb90a8ee1a98e93e7 [INFO] [stdout] at /opt/rustwide/workdir/train/src/gtfs.rs:137:8 [INFO] [stdout] 21: 0x55dda9e00e73 - train::gtfs::parse_time_str::hb657d63a729b7c24 [INFO] [stdout] at /opt/rustwide/workdir/train/src/gtfs.rs:128:18 [INFO] [stdout] 22: 0x55dda9e00ae6 - train::gtfs::time_from_string::h55a8f4b4010f069f [INFO] [stdout] at /opt/rustwide/workdir/train/src/gtfs.rs:114:11 [INFO] [stdout] 23: 0x55dda9e12863 - <::deserialize::__Visitor as serde::de::Visitor>::visit_map::__DeserializeWith as serde::de::Deserialize>::deserialize::he16d7ed5f04ac955 [INFO] [stdout] at /opt/rustwide/workdir/train/src/gtfs.rs:94:17 [INFO] [stdout] 24: 0x55dda9e32d45 - as serde::de::DeserializeSeed>::deserialize::hfe9d2664037b9ac4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde-1.0.104/src/de/mod.rs:786:9 [INFO] [stdout] 25: 0x55dda9e2a968 - <&mut csv::deserializer::DeRecordWrap as serde::de::MapAccess>::next_value_seed::h627d633aaa56d29b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/csv-1.1.3/src/deserializer.rs:655:9 [INFO] [stdout] 26: 0x55dda9e2b6b6 - serde::de::MapAccess::next_value::h4feb22a96d11f004 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde-1.0.104/src/de/mod.rs:1847:9 [INFO] [stdout] 27: 0x55dda9e12334 - ::deserialize::__Visitor as serde::de::Visitor>::visit_map::h12f24b5af379cf94 [INFO] [stdout] at /opt/rustwide/workdir/train/src/gtfs.rs:94:17 [INFO] [stdout] 28: 0x55dda9e28a92 - <&mut csv::deserializer::DeRecordWrap as serde::de::Deserializer>::deserialize_struct::hc88a4e58dba35a43 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/csv-1.1.3/src/deserializer.rs:534:13 [INFO] [stdout] 29: 0x55dda9e0eea0 - train::gtfs::_IMPL_DESERIALIZE_FOR_StopTime::::deserialize::haa7f93d2ccf19bb7 [INFO] [stdout] at /opt/rustwide/workdir/train/src/gtfs.rs:94:17 [INFO] [stdout] 30: 0x55dda9e27687 - csv::deserializer::deserialize_string_record::hc70ebedc97a127cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/csv-1.1.3/src/deserializer.rs:30:5 [INFO] [stdout] 31: 0x55dda9e1bfca - csv::string_record::StringRecord::deserialize::h545d728bbf150256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/csv-1.1.3/src/string_record.rs:296:9 [INFO] [stdout] 32: 0x55dda9e221fa - as core::iter::traits::iterator::Iterator>::next::h564ef5317b4f475e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/csv-1.1.3/src/reader.rs:1980:30 [INFO] [stdout] 33: 0x55dda9e0230a - train::gtfs::from_csv::h6672114c7be9daa4 [INFO] [stdout] at /opt/rustwide/workdir/train/src/gtfs.rs:219:23 [INFO] [stdout] 34: 0x55dda9e12a1d - train::gtfs::deserialize_stoptimes::hdc6cd1b1091035a7 [INFO] [stdout] at /opt/rustwide/workdir/train/src/gtfs.rs:146:35 [INFO] [stdout] 35: 0x55dda9e129ea - train::gtfs::deserialize_stoptimes::{{closure}}::hf01ac8c5e8c8a867 [INFO] [stdout] at /opt/rustwide/workdir/train/src/gtfs.rs:145:1 [INFO] [stdout] 36: 0x55dda9e3117e - core::ops::function::FnOnce::call_once::h36ad525bb0528aa1 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55dda9e7bc13 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55dda9e7bc13 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 39: 0x55dda9e7a941 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55dda9e7a941 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 41: 0x55dda9e7a941 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 42: 0x55dda9e7a941 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 43: 0x55dda9e7a941 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 44: 0x55dda9e7a941 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 45: 0x55dda9e7a941 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 46: 0x55dda9e84221 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 47: 0x55dda9e84221 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 48: 0x55dda9e5097f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 49: 0x55dda9e5097f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 50: 0x55dda9e5097f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 51: 0x55dda9e5097f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 52: 0x55dda9e5097f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 53: 0x55dda9e5097f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 54: 0x55dda9e5097f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55dda9ed1003 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 56: 0x55dda9ed1003 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 57: 0x55dda9ed1003 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 58: 0x7f010cc45609 - start_thread [INFO] [stdout] 59: 0x7f010ca1b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] gtfs::deserialize_stoptimes [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.67s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '-p train --bin train' [INFO] running `Command { std: "docker" "inspect" "a3252a43d88ef4e575841e122efc333a8f983d94cdf164c3d89bfe67094b740e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3252a43d88ef4e575841e122efc333a8f983d94cdf164c3d89bfe67094b740e", kill_on_drop: false }` [INFO] [stdout] a3252a43d88ef4e575841e122efc333a8f983d94cdf164c3d89bfe67094b740e