Dec 17 19:14:43.326 INFO checking mrozycki/rust-fst against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 17 19:14:43.326 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-0/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/gh/mrozycki/rust-fst:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 17 19:14:43.518 INFO [stdout] 04d65584be712cb852c30e7400f9f7bf22c61c7490f19aff5a3f39741b4a9097 Dec 17 19:14:43.520 INFO running `"docker" "start" "-a" "04d65584be712cb852c30e7400f9f7bf22c61c7490f19aff5a3f39741b4a9097"` Dec 17 19:14:44.104 INFO [stderr] Checking rust-fst v0.1.0 (/opt/crater/workdir) Dec 17 19:14:44.316 INFO [stderr] warning: method is never used: `empty` Dec 17 19:14:44.316 INFO [stderr] --> src/fst.rs:36:5 Dec 17 19:14:44.316 INFO [stderr] | Dec 17 19:14:44.316 INFO [stderr] 36 | pub fn empty() -> Self { Dec 17 19:14:44.316 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.316 INFO [stderr] | Dec 17 19:14:44.316 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 17 19:14:44.316 INFO [stderr] Dec 17 19:14:44.317 INFO [stderr] warning: method is never used: `string` Dec 17 19:14:44.317 INFO [stderr] --> src/fst.rs:60:5 Dec 17 19:14:44.317 INFO [stderr] | Dec 17 19:14:44.317 INFO [stderr] 60 | pub fn string(s: &str) -> Self { Dec 17 19:14:44.317 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.317 INFO [stderr] Dec 17 19:14:44.317 INFO [stderr] warning: method is never used: `and` Dec 17 19:14:44.317 INFO [stderr] --> src/fst.rs:83:5 Dec 17 19:14:44.317 INFO [stderr] | Dec 17 19:14:44.317 INFO [stderr] 83 | pub fn and(m1: Self, m2: Self) -> Self { Dec 17 19:14:44.317 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.317 INFO [stderr] Dec 17 19:14:44.317 INFO [stderr] warning: method is never used: `and_optionally` Dec 17 19:14:44.317 INFO [stderr] --> src/fst.rs:97:5 Dec 17 19:14:44.317 INFO [stderr] | Dec 17 19:14:44.317 INFO [stderr] 97 | pub fn and_optionally(m1: Self, m2: Self) -> Self { Dec 17 19:14:44.317 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.317 INFO [stderr] Dec 17 19:14:44.317 INFO [stderr] warning: method is never used: `repeated` Dec 17 19:14:44.317 INFO [stderr] --> src/fst.rs:159:5 Dec 17 19:14:44.317 INFO [stderr] | Dec 17 19:14:44.317 INFO [stderr] 159 | pub fn repeated(mut m: Self) -> Self { Dec 17 19:14:44.317 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.317 INFO [stderr] Dec 17 19:14:44.321 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 19:14:44.321 INFO [stderr] --> src/fst.rs:217:9 Dec 17 19:14:44.321 INFO [stderr] | Dec 17 19:14:44.321 INFO [stderr] 217 | writeln!(f, "{} {}", self.state_count, self.transitions.len()); Dec 17 19:14:44.321 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.321 INFO [stderr] | Dec 17 19:14:44.321 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 17 19:14:44.321 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 19:14:44.321 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 19:14:44.321 INFO [stderr] Dec 17 19:14:44.321 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 19:14:44.321 INFO [stderr] --> src/fst.rs:219:13 Dec 17 19:14:44.321 INFO [stderr] | Dec 17 19:14:44.321 INFO [stderr] 219 | writeln!(f, "{}\t{}\t{}\t{}", t.from, t.to, t.on.unwrap_or('`'), t.with.unwrap_or_default()); Dec 17 19:14:44.321 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.321 INFO [stderr] | Dec 17 19:14:44.321 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 19:14:44.321 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 19:14:44.321 INFO [stderr] Dec 17 19:14:44.321 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 19:14:44.321 INFO [stderr] --> src/fst.rs:223:13 Dec 17 19:14:44.321 INFO [stderr] | Dec 17 19:14:44.321 INFO [stderr] 223 | write!(f, "{} ", state); Dec 17 19:14:44.321 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.321 INFO [stderr] | Dec 17 19:14:44.321 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 19:14:44.321 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 19:14:44.321 INFO [stderr] Dec 17 19:14:44.349 INFO [stderr] warning: method is never used: `empty` Dec 17 19:14:44.349 INFO [stderr] --> src/fst.rs:36:5 Dec 17 19:14:44.349 INFO [stderr] | Dec 17 19:14:44.349 INFO [stderr] 36 | pub fn empty() -> Self { Dec 17 19:14:44.349 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.349 INFO [stderr] | Dec 17 19:14:44.349 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 17 19:14:44.349 INFO [stderr] Dec 17 19:14:44.349 INFO [stderr] warning: method is never used: `string` Dec 17 19:14:44.350 INFO [stderr] --> src/fst.rs:60:5 Dec 17 19:14:44.350 INFO [stderr] | Dec 17 19:14:44.350 INFO [stderr] 60 | pub fn string(s: &str) -> Self { Dec 17 19:14:44.350 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.350 INFO [stderr] Dec 17 19:14:44.350 INFO [stderr] warning: method is never used: `and` Dec 17 19:14:44.350 INFO [stderr] --> src/fst.rs:83:5 Dec 17 19:14:44.350 INFO [stderr] | Dec 17 19:14:44.350 INFO [stderr] 83 | pub fn and(m1: Self, m2: Self) -> Self { Dec 17 19:14:44.350 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.350 INFO [stderr] Dec 17 19:14:44.350 INFO [stderr] warning: method is never used: `and_optionally` Dec 17 19:14:44.350 INFO [stderr] --> src/fst.rs:97:5 Dec 17 19:14:44.350 INFO [stderr] | Dec 17 19:14:44.350 INFO [stderr] 97 | pub fn and_optionally(m1: Self, m2: Self) -> Self { Dec 17 19:14:44.350 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.350 INFO [stderr] Dec 17 19:14:44.350 INFO [stderr] warning: method is never used: `repeated` Dec 17 19:14:44.350 INFO [stderr] --> src/fst.rs:159:5 Dec 17 19:14:44.350 INFO [stderr] | Dec 17 19:14:44.350 INFO [stderr] 159 | pub fn repeated(mut m: Self) -> Self { Dec 17 19:14:44.350 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.350 INFO [stderr] Dec 17 19:14:44.356 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 19:14:44.356 INFO [stderr] --> src/fst.rs:217:9 Dec 17 19:14:44.356 INFO [stderr] | Dec 17 19:14:44.356 INFO [stderr] 217 | writeln!(f, "{} {}", self.state_count, self.transitions.len()); Dec 17 19:14:44.356 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.356 INFO [stderr] | Dec 17 19:14:44.356 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 17 19:14:44.356 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 19:14:44.357 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 19:14:44.357 INFO [stderr] Dec 17 19:14:44.357 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 19:14:44.357 INFO [stderr] --> src/fst.rs:219:13 Dec 17 19:14:44.357 INFO [stderr] | Dec 17 19:14:44.357 INFO [stderr] 219 | writeln!(f, "{}\t{}\t{}\t{}", t.from, t.to, t.on.unwrap_or('`'), t.with.unwrap_or_default()); Dec 17 19:14:44.357 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.357 INFO [stderr] | Dec 17 19:14:44.357 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 19:14:44.357 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 19:14:44.357 INFO [stderr] Dec 17 19:14:44.357 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 19:14:44.357 INFO [stderr] --> src/fst.rs:223:13 Dec 17 19:14:44.357 INFO [stderr] | Dec 17 19:14:44.357 INFO [stderr] 223 | write!(f, "{} ", state); Dec 17 19:14:44.357 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 19:14:44.357 INFO [stderr] | Dec 17 19:14:44.357 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 19:14:44.357 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 19:14:44.357 INFO [stderr] Dec 17 19:14:44.376 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.28s Dec 17 19:14:44.980 INFO running `"docker" "inspect" "04d65584be712cb852c30e7400f9f7bf22c61c7490f19aff5a3f39741b4a9097"` Dec 17 19:14:45.096 INFO running `"docker" "rm" "-f" "04d65584be712cb852c30e7400f9f7bf22c61c7490f19aff5a3f39741b4a9097"` Dec 17 19:14:45.256 INFO [stdout] 04d65584be712cb852c30e7400f9f7bf22c61c7490f19aff5a3f39741b4a9097