Dec 17 16:45:57.049 INFO checking rookie1024/AbsoluteUnity against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 17 16:45:57.049 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-3/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/gh/rookie1024/AbsoluteUnity:/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 16:45:57.664 INFO [stdout] 1928d7e6da6720bd302280c8f3c3e6e53b52b2aca37192bb7d02ce06744410e7 Dec 17 16:45:57.672 INFO running `"docker" "start" "-a" "1928d7e6da6720bd302280c8f3c3e6e53b52b2aca37192bb7d02ce06744410e7"` Dec 17 16:45:59.690 INFO [stderr] Compiling void v1.0.2 Dec 17 16:45:59.690 INFO [stderr] Compiling byte-tools v0.3.0 Dec 17 16:45:59.701 INFO [stderr] Compiling byteorder v1.2.7 Dec 17 16:45:59.703 INFO [stderr] Compiling fake-simd v0.1.2 Dec 17 16:45:59.704 INFO [stderr] Compiling bit-vec v0.5.0 Dec 17 16:45:59.705 INFO [stderr] Compiling precomputed-hash v0.1.1 Dec 17 16:45:59.708 INFO [stderr] Compiling opaque-debug v0.2.1 Dec 17 16:45:59.709 INFO [stderr] Compiling ordermap v0.3.5 Dec 17 16:45:59.996 INFO [stderr] Compiling diff v0.1.11 Dec 17 16:46:00.228 INFO [stderr] Compiling lalrpop-util v0.16.1 Dec 17 16:46:00.266 INFO [stderr] Compiling nix v0.12.0 Dec 17 16:46:00.773 INFO [stderr] Compiling phf_shared v0.7.23 Dec 17 16:46:01.716 INFO [stderr] Compiling ascii-canvas v1.0.0 Dec 17 16:46:01.812 INFO [stderr] Compiling itertools v0.7.11 Dec 17 16:46:03.974 INFO [stderr] Compiling block-padding v0.1.2 Dec 17 16:46:03.981 INFO [stderr] Compiling unreachable v1.0.0 Dec 17 16:46:04.234 INFO [stderr] Compiling typenum v1.10.0 Dec 17 16:46:04.250 INFO [stderr] Compiling ena v0.10.1 Dec 17 16:46:04.355 INFO [stderr] Compiling atty v0.2.11 Dec 17 16:46:05.136 INFO [stderr] Checking dirs v1.0.4 Dec 17 16:46:06.556 INFO [stderr] Checking nix v0.11.0 Dec 17 16:46:06.581 INFO [stderr] Compiling bit-set v0.5.0 Dec 17 16:46:06.730 INFO [stderr] Compiling phf_generator v0.7.23 Dec 17 16:46:07.001 INFO [stderr] Compiling new_debug_unreachable v1.0.1 Dec 17 16:46:07.913 INFO [stderr] Compiling petgraph v0.4.13 Dec 17 16:46:08.320 INFO [stderr] Checking error-chain v0.12.0 Dec 17 16:46:08.424 INFO [stderr] Compiling docopt v1.0.2 Dec 17 16:46:09.454 INFO [stderr] Compiling string_cache_codegen v0.4.2 Dec 17 16:46:10.717 INFO [stderr] Compiling generic-array v0.12.0 Dec 17 16:46:17.881 INFO [stderr] Compiling digest v0.8.0 Dec 17 16:46:17.897 INFO [stderr] Compiling block-buffer v0.7.0 Dec 17 16:46:18.196 INFO [stderr] Compiling string_cache v0.7.3 Dec 17 16:46:19.912 INFO [stderr] Compiling sha2 v0.8.0 Dec 17 16:46:29.964 INFO [stderr] Compiling lalrpop v0.16.1 Dec 17 16:46:34.978 INFO [stderr] Checking rustyline v2.1.0 Dec 17 16:47:32.934 INFO [stderr] Compiling absolute_unity v0.1.0 (/opt/crater/workdir) Dec 17 16:47:44.620 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 17 16:47:44.621 INFO [stderr] --> src/au/error.rs:3:1 Dec 17 16:47:44.621 INFO [stderr] | Dec 17 16:47:44.621 INFO [stderr] 3 | / error_chain! { Dec 17 16:47:44.621 INFO [stderr] 4 | | types { Error, ErrorKind, ResultExt, Result; } Dec 17 16:47:44.622 INFO [stderr] 5 | | Dec 17 16:47:44.622 INFO [stderr] 6 | | foreign_links { Dec 17 16:47:44.622 INFO [stderr] ... | Dec 17 16:47:44.622 INFO [stderr] 16 | | } Dec 17 16:47:44.623 INFO [stderr] 17 | | } Dec 17 16:47:44.623 INFO [stderr] | |_^ Dec 17 16:47:44.623 INFO [stderr] | Dec 17 16:47:44.624 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 17 16:47:44.624 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 16:47:44.624 INFO [stderr] Dec 17 16:47:44.625 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 17 16:47:44.625 INFO [stderr] --> src/au/error.rs:3:1 Dec 17 16:47:44.625 INFO [stderr] | Dec 17 16:47:44.626 INFO [stderr] 3 | / error_chain! { Dec 17 16:47:44.626 INFO [stderr] 4 | | types { Error, ErrorKind, ResultExt, Result; } Dec 17 16:47:44.626 INFO [stderr] 5 | | Dec 17 16:47:44.626 INFO [stderr] 6 | | foreign_links { Dec 17 16:47:44.627 INFO [stderr] ... | Dec 17 16:47:44.627 INFO [stderr] 16 | | } Dec 17 16:47:44.627 INFO [stderr] 17 | | } Dec 17 16:47:44.627 INFO [stderr] | |_^ Dec 17 16:47:44.628 INFO [stderr] | Dec 17 16:47:44.628 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 16:47:44.628 INFO [stderr] Dec 17 16:47:45.188 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 17 16:47:45.189 INFO [stderr] --> src/au/error.rs:3:1 Dec 17 16:47:45.189 INFO [stderr] | Dec 17 16:47:45.189 INFO [stderr] 3 | / error_chain! { Dec 17 16:47:45.190 INFO [stderr] 4 | | types { Error, ErrorKind, ResultExt, Result; } Dec 17 16:47:45.190 INFO [stderr] 5 | | Dec 17 16:47:45.190 INFO [stderr] 6 | | foreign_links { Dec 17 16:47:45.190 INFO [stderr] ... | Dec 17 16:47:45.191 INFO [stderr] 16 | | } Dec 17 16:47:45.191 INFO [stderr] 17 | | } Dec 17 16:47:45.191 INFO [stderr] | |_^ Dec 17 16:47:45.192 INFO [stderr] | Dec 17 16:47:45.192 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 17 16:47:45.192 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 16:47:45.192 INFO [stderr] Dec 17 16:47:45.193 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 17 16:47:45.193 INFO [stderr] --> src/au/error.rs:3:1 Dec 17 16:47:45.193 INFO [stderr] | Dec 17 16:47:45.194 INFO [stderr] 3 | / error_chain! { Dec 17 16:47:45.194 INFO [stderr] 4 | | types { Error, ErrorKind, ResultExt, Result; } Dec 17 16:47:45.194 INFO [stderr] 5 | | Dec 17 16:47:45.195 INFO [stderr] 6 | | foreign_links { Dec 17 16:47:45.195 INFO [stderr] ... | Dec 17 16:47:45.195 INFO [stderr] 16 | | } Dec 17 16:47:45.195 INFO [stderr] 17 | | } Dec 17 16:47:45.196 INFO [stderr] | |_^ Dec 17 16:47:45.196 INFO [stderr] | Dec 17 16:47:45.196 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 16:47:45.196 INFO [stderr] Dec 17 16:47:46.843 INFO [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` Dec 17 16:47:46.843 INFO [stderr] --> /opt/crater/target/debug/build/absolute_unity-070e59a9826d0cfe/out/parser.rs:29537:36 Dec 17 16:47:46.843 INFO [stderr] | Dec 17 16:47:46.844 INFO [stderr] 29537 | let __text = self.text.trim_left(); Dec 17 16:47:46.844 INFO [stderr] | ^^^^^^^^^ Dec 17 16:47:46.844 INFO [stderr] Dec 17 16:47:47.256 INFO [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` Dec 17 16:47:47.256 INFO [stderr] --> /opt/crater/target/debug/build/absolute_unity-070e59a9826d0cfe/out/parser.rs:29537:36 Dec 17 16:47:47.256 INFO [stderr] | Dec 17 16:47:47.256 INFO [stderr] 29537 | let __text = self.text.trim_left(); Dec 17 16:47:47.257 INFO [stderr] | ^^^^^^^^^ Dec 17 16:47:47.257 INFO [stderr] Dec 17 16:47:50.183 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 50s Dec 17 16:47:51.014 INFO running `"docker" "inspect" "1928d7e6da6720bd302280c8f3c3e6e53b52b2aca37192bb7d02ce06744410e7"` Dec 17 16:47:51.282 INFO running `"docker" "rm" "-f" "1928d7e6da6720bd302280c8f3c3e6e53b52b2aca37192bb7d02ce06744410e7"` Dec 17 16:47:51.451 INFO [stdout] 1928d7e6da6720bd302280c8f3c3e6e53b52b2aca37192bb7d02ce06744410e7