Oct 11 00:43:56.950 INFO testing damody/find-eat-price against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:43:56.950 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:43:56.950 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:43:57.365 INFO blam! 80bb584b0a181bcb5bb1b682e76d72504df62850c8673f511cc01984126cf60c Oct 11 00:43:57.376 INFO running `"docker" "start" "-a" "80bb584b0a181bcb5bb1b682e76d72504df62850c8673f511cc01984126cf60c"` Oct 11 00:43:58.776 INFO kablam! usermod: no changes Oct 11 00:43:59.360 INFO kablam! Compiling serde v1.0.71 Oct 11 00:43:59.380 INFO kablam! Compiling mercator v0.1.2 Oct 11 00:43:59.384 INFO kablam! Compiling actix-web v0.7.8 Oct 11 00:43:59.404 INFO kablam! Compiling mysqlclient-sys v0.2.3 Oct 11 00:43:59.404 INFO kablam! Compiling base64 v0.9.2 Oct 11 00:43:59.409 INFO kablam! Compiling bytes v0.4.9 Oct 11 00:43:59.412 INFO kablam! Compiling tokio-current-thread v0.1.1 Oct 11 00:43:59.412 INFO kablam! Compiling r2d2 v0.8.2 Oct 11 00:44:05.397 INFO kablam! Compiling ryu v0.2.4 Oct 11 00:44:05.476 INFO kablam! Compiling url v1.7.1 Oct 11 00:44:05.504 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 11 00:44:05.552 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 11 00:44:05.604 INFO kablam! Compiling crossbeam-epoch v0.5.2 Oct 11 00:44:05.681 INFO kablam! Compiling ring v0.13.2 Oct 11 00:44:05.907 INFO kablam! Compiling syn v0.14.8 Oct 11 00:44:09.016 INFO kablam! Compiling backtrace v0.2.3 Oct 11 00:44:11.316 INFO kablam! Compiling regex v0.2.11 Oct 11 00:44:11.392 INFO kablam! Compiling regex v1.0.2 Oct 11 00:44:11.452 INFO kablam! Compiling tokio-io v0.1.7 Oct 11 00:44:11.549 INFO kablam! Compiling http v0.1.10 Oct 11 00:44:16.717 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 11 00:44:17.224 INFO kablam! Compiling parking_lot v0.6.3 Oct 11 00:44:17.630 INFO kablam! Compiling error-chain v0.1.12 Oct 11 00:44:25.204 INFO kablam! Compiling tokio-reactor v0.1.3 Oct 11 00:44:26.197 INFO kablam! Compiling tokio-codec v0.1.0 Oct 11 00:44:26.208 INFO kablam! Compiling cookie v0.11.0 Oct 11 00:44:26.212 INFO kablam! Compiling diesel v0.16.0 Oct 11 00:44:26.237 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 11 00:44:26.777 INFO kablam! Compiling crossbeam-channel v0.2.4 Oct 11 00:44:27.316 INFO kablam! Compiling dotenv v0.10.1 Oct 11 00:44:29.293 INFO kablam! Compiling env_logger v0.5.12 Oct 11 00:44:30.144 INFO kablam! error[E0659]: `error_chain` is ambiguous Oct 11 00:44:30.145 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:23:40 Oct 11 00:44:30.145 INFO kablam! | Oct 11 00:44:30.146 INFO kablam! 23 | #[cfg_attr(not(feature = "backtrace"), error_chain(backtrace = "false"))] Oct 11 00:44:30.146 INFO kablam! | ^^^^^^^^^^^ ambiguous name Oct 11 00:44:30.146 INFO kablam! | Oct 11 00:44:30.146 INFO kablam! note: `error_chain` could refer to the name defined here Oct 11 00:44:30.147 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:22:17 Oct 11 00:44:30.147 INFO kablam! | Oct 11 00:44:30.148 INFO kablam! 22 | #[derive(Debug, error_chain)] Oct 11 00:44:30.148 INFO kablam! | ^^^^^^^^^^^ Oct 11 00:44:30.148 INFO kablam! note: `error_chain` could also refer to the name imported here Oct 11 00:44:30.148 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:10:1 Oct 11 00:44:30.149 INFO kablam! | Oct 11 00:44:30.149 INFO kablam! 10 | #[macro_use] Oct 11 00:44:30.149 INFO kablam! | ^^^^^^^^^^^^ Oct 11 00:44:30.149 INFO kablam! Oct 11 00:44:30.676 INFO kablam! error: aborting due to previous error Oct 11 00:44:30.677 INFO kablam! Oct 11 00:44:30.677 INFO kablam! For more information about this error, try `rustc --explain E0659`. Oct 11 00:44:30.684 INFO kablam! error: Could not compile `dotenv`. Oct 11 00:44:30.684 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 11 00:44:42.066 INFO kablam! error: build failed Oct 11 00:44:42.073 INFO kablam! su: No module specific data is present Oct 11 00:44:45.243 INFO running `"docker" "rm" "-f" "80bb584b0a181bcb5bb1b682e76d72504df62850c8673f511cc01984126cf60c"` Oct 11 00:44:45.482 INFO blam! 80bb584b0a181bcb5bb1b682e76d72504df62850c8673f511cc01984126cf60c