Dec 18 12:33:48.721 INFO checking rash-shell-0.1.0 against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 12:33:48.721 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-2/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/reg/rash-shell/0.1.0:/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" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 12:33:49.258 INFO [stdout] 894de7a9ff1e8e3715fc9355eea77c046c6bf8601fda2d313e137da2180f8f12 Dec 18 12:33:49.260 INFO running `"docker" "start" "-a" "894de7a9ff1e8e3715fc9355eea77c046c6bf8601fda2d313e137da2180f8f12"` Dec 18 12:33:52.381 INFO [stderr] Compiling lalrpop-util v0.16.2 Dec 18 12:33:52.397 INFO [stderr] Compiling ena v0.10.1 Dec 18 12:33:52.399 INFO [stderr] Compiling docopt v1.0.2 Dec 18 12:33:52.399 INFO [stderr] Compiling string_cache v0.7.3 Dec 18 12:33:58.727 INFO [stderr] Compiling lalrpop v0.16.2 Dec 18 12:34:48.081 INFO [stderr] Compiling rash-shell v0.1.0 (/opt/crater/workdir) Dec 18 12:34:54.480 INFO [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` Dec 18 12:34:54.480 INFO [stderr] --> /opt/crater/target/debug/build/rash-shell-22e1b6a523fcb528/out/grammar.rs:2070:36 Dec 18 12:34:54.480 INFO [stderr] | Dec 18 12:34:54.480 INFO [stderr] 2070 | let __text = self.text.trim_left(); Dec 18 12:34:54.480 INFO [stderr] | ^^^^^^^^^ Dec 18 12:34:54.480 INFO [stderr] | Dec 18 12:34:54.480 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 12:34:54.480 INFO [stderr] Dec 18 12:34:54.496 INFO [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` Dec 18 12:34:54.496 INFO [stderr] --> /opt/crater/target/debug/build/rash-shell-22e1b6a523fcb528/out/grammar.rs:2070:36 Dec 18 12:34:54.496 INFO [stderr] | Dec 18 12:34:54.496 INFO [stderr] 2070 | let __text = self.text.trim_left(); Dec 18 12:34:54.496 INFO [stderr] | ^^^^^^^^^ Dec 18 12:34:54.496 INFO [stderr] | Dec 18 12:34:54.496 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 12:34:54.496 INFO [stderr] Dec 18 12:34:54.720 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 12:34:54.720 INFO [stderr] --> src/context.rs:42:13 Dec 18 12:34:54.720 INFO [stderr] | Dec 18 12:34:54.720 INFO [stderr] 42 | writeln!(stdout, "{}", fmt); Dec 18 12:34:54.720 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 12:34:54.720 INFO [stderr] | Dec 18 12:34:54.720 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 18 12:34:54.720 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 12:34:54.720 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 18 12:34:54.720 INFO [stderr] Dec 18 12:34:54.720 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 12:34:54.720 INFO [stderr] --> src/context.rs:50:13 Dec 18 12:34:54.720 INFO [stderr] | Dec 18 12:34:54.720 INFO [stderr] 50 | writeln!(stderr, "{}", fmt); Dec 18 12:34:54.720 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 12:34:54.721 INFO [stderr] | Dec 18 12:34:54.721 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 12:34:54.721 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 18 12:34:54.721 INFO [stderr] Dec 18 12:34:54.724 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 12:34:54.724 INFO [stderr] --> src/context.rs:42:13 Dec 18 12:34:54.724 INFO [stderr] | Dec 18 12:34:54.724 INFO [stderr] 42 | writeln!(stdout, "{}", fmt); Dec 18 12:34:54.724 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 12:34:54.724 INFO [stderr] | Dec 18 12:34:54.724 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 18 12:34:54.724 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 12:34:54.724 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 18 12:34:54.724 INFO [stderr] Dec 18 12:34:54.724 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 12:34:54.724 INFO [stderr] --> src/context.rs:50:13 Dec 18 12:34:54.724 INFO [stderr] | Dec 18 12:34:54.724 INFO [stderr] 50 | writeln!(stderr, "{}", fmt); Dec 18 12:34:54.724 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 12:34:54.724 INFO [stderr] | Dec 18 12:34:54.724 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 12:34:54.724 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 18 12:34:54.724 INFO [stderr] Dec 18 12:34:54.776 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Dec 18 12:34:55.070 INFO running `"docker" "inspect" "894de7a9ff1e8e3715fc9355eea77c046c6bf8601fda2d313e137da2180f8f12"` Dec 18 12:34:55.182 INFO running `"docker" "rm" "-f" "894de7a9ff1e8e3715fc9355eea77c046c6bf8601fda2d313e137da2180f8f12"` Dec 18 12:34:55.335 INFO [stdout] 894de7a9ff1e8e3715fc9355eea77c046c6bf8601fda2d313e137da2180f8f12