Nov 29 18:03:05.039 INFO checking skaufhold/chatty-log-archiver against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 29 18:03:05.039 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-5/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +a49316ddc99d9d595193557fc899f6c52e4d9af9-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 29 18:03:05.498 INFO [stdout] 25ab08a611a5259e7b79956e6de74115065d211c59a25f4e6a1385f0dac716e1 Nov 29 18:03:05.501 INFO running `"docker" "start" "-a" "25ab08a611a5259e7b79956e6de74115065d211c59a25f4e6a1385f0dac716e1"` Nov 29 18:03:07.400 INFO [stderr] usermod: no changes Nov 29 18:03:07.671 INFO [stderr] Compiling libc v0.2.32 Nov 29 18:03:07.672 INFO [stderr] Compiling pq-sys v0.4.4 Nov 29 18:03:07.676 INFO [stderr] Compiling lazy_static v0.2.9 Nov 29 18:03:07.684 INFO [stderr] Compiling byteorder v1.1.0 Nov 29 18:03:07.696 INFO [stderr] Compiling regex-syntax v0.4.1 Nov 29 18:03:07.696 INFO [stderr] Compiling error-chain v0.10.0 Nov 29 18:03:07.696 INFO [stderr] Checking termcolor v0.3.5 Nov 29 18:03:07.696 INFO [stderr] Compiling num-integer v0.1.35 Nov 29 18:03:08.904 INFO [stderr] Compiling backtrace-sys v0.1.15 Nov 29 18:03:11.660 INFO [stderr] Checking memchr v1.0.1 Nov 29 18:03:11.660 INFO [stderr] Checking num_cpus v1.8.0 Nov 29 18:03:11.664 INFO [stderr] Checking rand v0.4.2 Nov 29 18:03:12.592 INFO [stderr] Compiling num-iter v0.1.34 Nov 29 18:03:12.596 INFO [stderr] Compiling syn v0.11.11 Nov 29 18:03:12.632 INFO [stderr] Checking crossbeam-epoch v0.3.0 Nov 29 18:03:12.956 INFO [stderr] Compiling thread_local v0.3.4 Nov 29 18:03:12.996 INFO [stderr] Compiling time v0.1.38 Nov 29 18:03:13.792 INFO [stderr] Compiling syn v0.12.13 Nov 29 18:03:15.313 INFO [stderr] Checking aho-corasick v0.6.3 Nov 29 18:03:18.062 INFO [stderr] Compiling num v0.1.40 Nov 29 18:03:19.992 INFO [stderr] Checking crossbeam-deque v0.2.0 Nov 29 18:03:20.513 INFO [stderr] Compiling chrono v0.4.0 Nov 29 18:03:21.268 INFO [stderr] Checking regex v0.2.2 Nov 29 18:03:21.562 INFO [stderr] Checking diesel v0.16.0 Nov 29 18:03:31.652 INFO [stderr] Checking rayon-core v1.4.0 Nov 29 18:03:33.778 INFO [stderr] Checking env_logger v0.5.3 Nov 29 18:03:33.912 INFO [stderr] Checking nom v3.2.0 Nov 29 18:03:39.037 INFO [stderr] Checking rayon v0.9.0 Nov 29 18:04:05.896 INFO [stderr] Compiling structopt-derive v0.2.3 Nov 29 18:04:06.100 INFO [stderr] Checking backtrace v0.3.3 Nov 29 18:04:06.400 INFO [stderr] Compiling synstructure v0.6.1 Nov 29 18:04:06.400 INFO [stderr] Compiling serde_derive_internals v0.19.0 Nov 29 18:04:06.400 INFO [stderr] Compiling derive-error-chain v0.10.1 Nov 29 18:04:07.204 INFO [stderr] Checking error-chain v0.11.0 Nov 29 18:04:12.142 INFO [stderr] Compiling serde_derive v1.0.27 Nov 29 18:04:13.400 INFO [stderr] Compiling failure_derive v0.1.1 Nov 29 18:04:13.461 INFO [stderr] Checking structopt v0.2.3 Nov 29 18:04:13.780 INFO [stderr] Compiling dotenv v0.10.1 Nov 29 18:04:14.295 INFO [stderr] error[E0659]: `error_chain` is ambiguous (derive helper attribute vs any other name) Nov 29 18:04:14.295 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:23:40 Nov 29 18:04:14.295 INFO [stderr] | Nov 29 18:04:14.295 INFO [stderr] 23 | #[cfg_attr(not(feature = "backtrace"), error_chain(backtrace = "false"))] Nov 29 18:04:14.295 INFO [stderr] | ^^^^^^^^^^^ ambiguous name Nov 29 18:04:14.300 INFO [stderr] | Nov 29 18:04:14.301 INFO [stderr] note: `error_chain` could refer to the derive helper attribute defined here Nov 29 18:04:14.301 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:22:17 Nov 29 18:04:14.301 INFO [stderr] | Nov 29 18:04:14.301 INFO [stderr] 22 | #[derive(Debug, error_chain)] Nov 29 18:04:14.301 INFO [stderr] | ^^^^^^^^^^^ Nov 29 18:04:14.301 INFO [stderr] note: `error_chain` could also refer to the derive macro imported here Nov 29 18:04:14.301 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:10:1 Nov 29 18:04:14.301 INFO [stderr] | Nov 29 18:04:14.301 INFO [stderr] 10 | #[macro_use] Nov 29 18:04:14.301 INFO [stderr] | ^^^^^^^^^^^^ Nov 29 18:04:14.301 INFO [stderr] Nov 29 18:04:14.724 INFO [stderr] error: aborting due to previous error Nov 29 18:04:14.724 INFO [stderr] Nov 29 18:04:14.724 INFO [stderr] For more information about this error, try `rustc --explain E0659`. Nov 29 18:04:14.756 INFO [stderr] error: Could not compile `dotenv`. Nov 29 18:04:14.756 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 18:04:19.861 INFO [stderr] error: build failed Nov 29 18:04:19.861 INFO [stderr] su: No module specific data is present Nov 29 18:04:20.424 INFO running `"docker" "inspect" "25ab08a611a5259e7b79956e6de74115065d211c59a25f4e6a1385f0dac716e1"` Nov 29 18:04:20.614 INFO running `"docker" "rm" "-f" "25ab08a611a5259e7b79956e6de74115065d211c59a25f4e6a1385f0dac716e1"` Nov 29 18:04:20.756 INFO [stdout] 25ab08a611a5259e7b79956e6de74115065d211c59a25f4e6a1385f0dac716e1