Dec 17 16:45:59.220 INFO checking rookie1024/AbsoluteUnity against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 17 16:45:59.220 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-1/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/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" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 17 16:45:59.705 INFO [stdout] 6cdb4a486be61590fde973bbe917e2056445054b1e2862bbb1e8ebb2533c80d0 Dec 17 16:45:59.710 INFO running `"docker" "start" "-a" "6cdb4a486be61590fde973bbe917e2056445054b1e2862bbb1e8ebb2533c80d0"` Dec 17 16:46:01.852 INFO [stderr] Compiling byte-tools v0.3.0 Dec 17 16:46:01.852 INFO [stderr] Compiling void v1.0.2 Dec 17 16:46:01.862 INFO [stderr] Compiling byteorder v1.2.7 Dec 17 16:46:01.870 INFO [stderr] Compiling opaque-debug v0.2.1 Dec 17 16:46:01.870 INFO [stderr] Compiling fake-simd v0.1.2 Dec 17 16:46:01.870 INFO [stderr] Compiling precomputed-hash v0.1.1 Dec 17 16:46:01.872 INFO [stderr] Compiling fixedbitset v0.1.9 Dec 17 16:46:01.872 INFO [stderr] Compiling bit-vec v0.5.0 Dec 17 16:46:02.592 INFO [stderr] Compiling ordermap v0.3.5 Dec 17 16:46:02.748 INFO [stderr] Compiling diff v0.1.11 Dec 17 16:46:02.772 INFO [stderr] Compiling lalrpop-util v0.16.1 Dec 17 16:46:02.780 INFO [stderr] Compiling nix v0.12.0 Dec 17 16:46:05.856 INFO [stderr] Compiling phf_shared v0.7.23 Dec 17 16:46:06.556 INFO [stderr] Compiling ascii-canvas v1.0.0 Dec 17 16:46:06.633 INFO [stderr] Compiling itertools v0.7.11 Dec 17 16:46:06.666 INFO [stderr] Compiling block-padding v0.1.2 Dec 17 16:46:06.704 INFO [stderr] Compiling unreachable v1.0.0 Dec 17 16:46:06.857 INFO [stderr] Compiling bit-set v0.5.0 Dec 17 16:46:07.024 INFO [stderr] Compiling typenum v1.10.0 Dec 17 16:46:07.268 INFO [stderr] Compiling ena v0.10.1 Dec 17 16:46:08.048 INFO [stderr] Compiling atty v0.2.11 Dec 17 16:46:09.773 INFO [stderr] Compiling new_debug_unreachable v1.0.1 Dec 17 16:46:09.901 INFO [stderr] Compiling phf_generator v0.7.23 Dec 17 16:46:09.969 INFO [stderr] Checking rustyline v2.1.0 Dec 17 16:46:10.252 INFO [stderr] Compiling serde_derive v1.0.80 Dec 17 16:46:10.752 INFO [stderr] Compiling petgraph v0.4.13 Dec 17 16:46:10.880 INFO [stderr] Checking error-chain v0.12.0 Dec 17 16:46:11.318 INFO [stderr] Compiling string_cache_codegen v0.4.2 Dec 17 16:46:15.998 INFO [stderr] Compiling generic-array v0.12.0 Dec 17 16:46:19.261 INFO [stderr] Compiling string_cache v0.7.3 Dec 17 16:46:20.734 INFO [stderr] Compiling digest v0.8.0 Dec 17 16:46:20.735 INFO [stderr] Compiling block-buffer v0.7.0 Dec 17 16:46:22.194 INFO [stderr] Compiling sha2 v0.8.0 Dec 17 16:46:39.961 INFO [stderr] Compiling docopt v1.0.2 Dec 17 16:46:44.964 INFO [stderr] Compiling lalrpop v0.16.1 Dec 17 16:47:44.041 INFO [stderr] Compiling absolute_unity v0.1.0 (/opt/crater/workdir) Dec 17 16:47:53.448 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 17 16:47:53.448 INFO [stderr] --> src/au/error.rs:3:1 Dec 17 16:47:53.448 INFO [stderr] | Dec 17 16:47:53.448 INFO [stderr] 3 | / error_chain! { Dec 17 16:47:53.448 INFO [stderr] 4 | | types { Error, ErrorKind, ResultExt, Result; } Dec 17 16:47:53.448 INFO [stderr] 5 | | Dec 17 16:47:53.448 INFO [stderr] 6 | | foreign_links { Dec 17 16:47:53.448 INFO [stderr] ... | Dec 17 16:47:53.448 INFO [stderr] 16 | | } Dec 17 16:47:53.448 INFO [stderr] 17 | | } Dec 17 16:47:53.448 INFO [stderr] | |_^ Dec 17 16:47:53.448 INFO [stderr] | Dec 17 16:47:53.448 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 17 16:47:53.448 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:53.449 INFO [stderr] Dec 17 16:47:53.449 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 17 16:47:53.449 INFO [stderr] --> src/au/error.rs:3:1 Dec 17 16:47:53.449 INFO [stderr] | Dec 17 16:47:53.449 INFO [stderr] 3 | / error_chain! { Dec 17 16:47:53.449 INFO [stderr] 4 | | types { Error, ErrorKind, ResultExt, Result; } Dec 17 16:47:53.449 INFO [stderr] 5 | | Dec 17 16:47:53.449 INFO [stderr] 6 | | foreign_links { Dec 17 16:47:53.449 INFO [stderr] ... | Dec 17 16:47:53.449 INFO [stderr] 16 | | } Dec 17 16:47:53.449 INFO [stderr] 17 | | } Dec 17 16:47:53.449 INFO [stderr] | |_^ Dec 17 16:47:53.449 INFO [stderr] | Dec 17 16:47:53.449 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:53.449 INFO [stderr] Dec 17 16:47:53.488 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 17 16:47:53.488 INFO [stderr] --> src/au/error.rs:3:1 Dec 17 16:47:53.488 INFO [stderr] | Dec 17 16:47:53.488 INFO [stderr] 3 | / error_chain! { Dec 17 16:47:53.488 INFO [stderr] 4 | | types { Error, ErrorKind, ResultExt, Result; } Dec 17 16:47:53.488 INFO [stderr] 5 | | Dec 17 16:47:53.488 INFO [stderr] 6 | | foreign_links { Dec 17 16:47:53.488 INFO [stderr] ... | Dec 17 16:47:53.488 INFO [stderr] 16 | | } Dec 17 16:47:53.488 INFO [stderr] 17 | | } Dec 17 16:47:53.488 INFO [stderr] | |_^ Dec 17 16:47:53.488 INFO [stderr] | Dec 17 16:47:53.488 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 17 16:47:53.488 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:53.488 INFO [stderr] Dec 17 16:47:53.488 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 17 16:47:53.488 INFO [stderr] --> src/au/error.rs:3:1 Dec 17 16:47:53.488 INFO [stderr] | Dec 17 16:47:53.488 INFO [stderr] 3 | / error_chain! { Dec 17 16:47:53.488 INFO [stderr] 4 | | types { Error, ErrorKind, ResultExt, Result; } Dec 17 16:47:53.488 INFO [stderr] 5 | | Dec 17 16:47:53.488 INFO [stderr] 6 | | foreign_links { Dec 17 16:47:53.488 INFO [stderr] ... | Dec 17 16:47:53.488 INFO [stderr] 16 | | } Dec 17 16:47:53.488 INFO [stderr] 17 | | } Dec 17 16:47:53.488 INFO [stderr] | |_^ Dec 17 16:47:53.488 INFO [stderr] | Dec 17 16:47:53.488 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:53.488 INFO [stderr] Dec 17 16:47:54.942 INFO [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` Dec 17 16:47:54.942 INFO [stderr] --> /opt/crater/target/debug/build/absolute_unity-7ac54bcfbea553f6/out/parser.rs:29537:36 Dec 17 16:47:54.942 INFO [stderr] | Dec 17 16:47:54.942 INFO [stderr] 29537 | let __text = self.text.trim_left(); Dec 17 16:47:54.942 INFO [stderr] | ^^^^^^^^^ Dec 17 16:47:54.942 INFO [stderr] Dec 17 16:47:55.272 INFO [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` Dec 17 16:47:55.272 INFO [stderr] --> /opt/crater/target/debug/build/absolute_unity-7ac54bcfbea553f6/out/parser.rs:29537:36 Dec 17 16:47:55.272 INFO [stderr] | Dec 17 16:47:55.272 INFO [stderr] 29537 | let __text = self.text.trim_left(); Dec 17 16:47:55.272 INFO [stderr] | ^^^^^^^^^ Dec 17 16:47:55.272 INFO [stderr] Dec 17 16:47:58.672 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 57s Dec 17 16:47:59.918 INFO running `"docker" "inspect" "6cdb4a486be61590fde973bbe917e2056445054b1e2862bbb1e8ebb2533c80d0"` Dec 17 16:48:00.176 INFO running `"docker" "rm" "-f" "6cdb4a486be61590fde973bbe917e2056445054b1e2862bbb1e8ebb2533c80d0"` Dec 17 16:48:00.496 INFO [stdout] 6cdb4a486be61590fde973bbe917e2056445054b1e2862bbb1e8ebb2533c80d0