Oct 12 15:12:07.701 INFO checking redbackup/prototype against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 15:12:07.702 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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"` Oct 12 15:12:08.069 INFO blam! 2dd8d5a3b849f43e4d4bd2ac1f770a5f6da62186fa6854dc6ed1ab365b517345 Oct 12 15:12:08.071 INFO running `"docker" "start" "-a" "2dd8d5a3b849f43e4d4bd2ac1f770a5f6da62186fa6854dc6ed1ab365b517345"` Oct 12 15:12:10.138 INFO kablam! usermod: no changes Oct 12 15:12:10.351 INFO kablam! Compiling serde v1.0.21 Oct 12 15:12:10.354 INFO kablam! Checking futures v0.1.17 Oct 12 15:12:10.381 INFO kablam! Compiling num-integer v0.1.35 Oct 12 15:12:10.381 INFO kablam! Checking time v0.1.38 Oct 12 15:12:10.385 INFO kablam! Compiling libsqlite3-sys v0.8.1 Oct 12 15:12:10.389 INFO kablam! Checking socket2 v0.2.4 Oct 12 15:12:10.389 INFO kablam! Compiling memchr v1.0.2 Oct 12 15:12:13.796 INFO kablam! Checking serde_bytes v0.10.2 Oct 12 15:12:13.832 INFO kablam! Checking uuid v0.5.1 Oct 12 15:12:14.136 INFO kablam! Compiling syn v0.11.11 Oct 12 15:12:14.500 INFO kablam! Checking rmp-serde v0.13.7 Oct 12 15:12:16.852 INFO kablam! Compiling thread_local v0.3.4 Oct 12 15:12:16.856 INFO kablam! Compiling num-iter v0.1.34 Oct 12 15:12:16.990 INFO kablam! Checking r2d2 v0.7.4 Oct 12 15:12:19.592 INFO kablam! Compiling aho-corasick v0.6.3 Oct 12 15:12:19.648 INFO kablam! Checking dns-lookup v0.8.1 Oct 12 15:12:19.685 INFO kablam! Compiling num v0.1.40 Oct 12 15:12:19.924 INFO kablam! Checking chrono v0.4.0 Oct 12 15:12:20.986 INFO kablam! Checking digest v0.7.2 Oct 12 15:12:22.347 INFO kablam! Checking regex v0.2.2 Oct 12 15:12:25.136 INFO kablam! Checking sha2 v0.7.0 Oct 12 15:12:26.975 INFO kablam! Checking diesel v0.16.0 Oct 12 15:12:27.815 INFO kablam! Checking redbackup-storage v0.1.0 (/source/storage) Oct 12 15:12:30.198 INFO kablam! Checking tokio-io v0.1.4 Oct 12 15:12:31.458 INFO kablam! Checking tokio-service v0.1.0 Oct 12 15:12:31.906 INFO kablam! Checking tokio-timer v0.1.2 Oct 12 15:12:33.266 INFO kablam! Checking futures-cpupool v0.1.7 Oct 12 15:12:36.180 INFO kablam! Checking env_logger v0.4.3 Oct 12 15:12:36.680 INFO kablam! Checking tokio-core v0.1.10 Oct 12 15:12:59.069 INFO kablam! Checking tokio-proto v0.1.1 Oct 12 15:13:00.544 INFO kablam! Compiling serde_derive_internals v0.17.0 Oct 12 15:13:00.544 INFO kablam! Compiling derive-error-chain v0.10.1 Oct 12 15:13:09.888 INFO kablam! Compiling serde_derive v1.0.21 Oct 12 15:13:16.704 INFO kablam! Compiling dotenv v0.10.1 Oct 12 15:13:17.747 INFO kablam! error[E0659]: `error_chain` is ambiguous Oct 12 15:13:17.747 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:23:40 Oct 12 15:13:17.747 INFO kablam! | Oct 12 15:13:17.748 INFO kablam! 23 | #[cfg_attr(not(feature = "backtrace"), error_chain(backtrace = "false"))] Oct 12 15:13:17.748 INFO kablam! | ^^^^^^^^^^^ ambiguous name Oct 12 15:13:17.748 INFO kablam! | Oct 12 15:13:17.748 INFO kablam! note: `error_chain` could refer to the name defined here Oct 12 15:13:17.749 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:22:17 Oct 12 15:13:17.749 INFO kablam! | Oct 12 15:13:17.749 INFO kablam! 22 | #[derive(Debug, error_chain)] Oct 12 15:13:17.749 INFO kablam! | ^^^^^^^^^^^ Oct 12 15:13:17.750 INFO kablam! note: `error_chain` could also refer to the name imported here Oct 12 15:13:17.750 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:10:1 Oct 12 15:13:17.750 INFO kablam! | Oct 12 15:13:17.750 INFO kablam! 10 | #[macro_use] Oct 12 15:13:17.751 INFO kablam! | ^^^^^^^^^^^^ Oct 12 15:13:17.751 INFO kablam! Oct 12 15:13:18.191 INFO kablam! error: aborting due to previous error Oct 12 15:13:18.191 INFO kablam! Oct 12 15:13:18.191 INFO kablam! For more information about this error, try `rustc --explain E0659`. Oct 12 15:13:18.248 INFO kablam! error: Could not compile `dotenv`. Oct 12 15:13:18.248 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 15:13:31.199 INFO kablam! error: build failed Oct 12 15:13:31.201 INFO kablam! su: No module specific data is present Oct 12 15:13:31.716 INFO running `"docker" "rm" "-f" "2dd8d5a3b849f43e4d4bd2ac1f770a5f6da62186fa6854dc6ed1ab365b517345"` Oct 12 15:13:31.860 INFO blam! 2dd8d5a3b849f43e4d4bd2ac1f770a5f6da62186fa6854dc6ed1ab365b517345