Oct 27 06:14:21.076 INFO checking damody/find-eat-price against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 06:14:21.078 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 06:14:21.693 INFO blam! 8627b577d8aad8b2bcc99bf13479d8bbbd059a7098484da9b53ef1c56ba4e0f1 Oct 27 06:14:21.699 INFO running `"docker" "start" "-a" "8627b577d8aad8b2bcc99bf13479d8bbbd059a7098484da9b53ef1c56ba4e0f1"` Oct 27 06:14:23.483 INFO kablam! usermod: no changes Oct 27 06:14:24.039 INFO kablam! Compiling serde v1.0.71 Oct 27 06:14:24.047 INFO kablam! Compiling ryu v0.2.4 Oct 27 06:14:24.048 INFO kablam! Checking mercator v0.1.2 Oct 27 06:14:24.051 INFO kablam! Compiling backtrace-sys v0.1.24 Oct 27 06:14:24.052 INFO kablam! Compiling memchr v2.0.1 Oct 27 06:14:24.053 INFO kablam! Compiling mysqlclient-sys v0.2.3 Oct 27 06:14:24.127 INFO kablam! Checking tokio-current-thread v0.1.1 Oct 27 06:14:24.128 INFO kablam! Checking tokio-io v0.1.7 Oct 27 06:14:26.887 INFO kablam! Checking parking_lot_core v0.2.14 Oct 27 06:14:28.087 INFO kablam! Compiling derive-error-chain v0.10.1 Oct 27 06:14:28.507 INFO kablam! Compiling syn v0.14.8 Oct 27 06:14:29.383 INFO kablam! Compiling aho-corasick v0.6.6 Oct 27 06:14:29.728 INFO kablam! Checking tokio-threadpool v0.1.5 Oct 27 06:14:29.891 INFO kablam! Checking env_logger v0.5.12 Oct 27 06:14:33.223 INFO kablam! Checking tokio-reactor v0.1.3 Oct 27 06:14:36.063 INFO kablam! Checking tokio-codec v0.1.0 Oct 27 06:14:36.063 INFO kablam! Checking h2 v0.1.12 Oct 27 06:14:36.135 INFO kablam! Checking parking_lot v0.6.3 Oct 27 06:14:39.591 INFO kablam! Compiling regex v0.2.11 Oct 27 06:14:39.663 INFO kablam! Compiling diesel v0.16.0 Oct 27 06:14:40.183 INFO kablam! Checking tokio-fs v0.1.3 Oct 27 06:14:42.017 INFO kablam! Checking tokio-tcp v0.1.1 Oct 27 06:14:42.059 INFO kablam! Checking tokio-signal v0.2.2 Oct 27 06:14:49.024 INFO kablam! Checking tokio-udp v0.1.1 Oct 27 06:14:49.466 INFO kablam! Checking crossbeam-channel v0.2.4 Oct 27 06:14:50.051 INFO kablam! Checking backtrace v0.2.3 Oct 27 06:14:51.421 INFO kablam! Checking backtrace v0.3.9 Oct 27 06:14:51.759 INFO kablam! Checking tokio v0.1.7 Oct 27 06:14:52.882 INFO kablam! Checking error-chain v0.1.12 Oct 27 06:15:00.811 INFO kablam! Checking trust-dns-proto v0.4.0 Oct 27 06:15:02.423 INFO kablam! Compiling dotenv v0.10.1 Oct 27 06:15:04.411 INFO kablam! error[E0659]: `error_chain` is ambiguous Oct 27 06:15:04.411 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:23:40 Oct 27 06:15:04.411 INFO kablam! | Oct 27 06:15:04.411 INFO kablam! 23 | #[cfg_attr(not(feature = "backtrace"), error_chain(backtrace = "false"))] Oct 27 06:15:04.411 INFO kablam! | ^^^^^^^^^^^ ambiguous name Oct 27 06:15:04.411 INFO kablam! | Oct 27 06:15:04.411 INFO kablam! note: `error_chain` could refer to the name defined here Oct 27 06:15:04.411 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:22:17 Oct 27 06:15:04.411 INFO kablam! | Oct 27 06:15:04.411 INFO kablam! 22 | #[derive(Debug, error_chain)] Oct 27 06:15:04.411 INFO kablam! | ^^^^^^^^^^^ Oct 27 06:15:04.411 INFO kablam! note: `error_chain` could also refer to the name imported here Oct 27 06:15:04.411 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:10:1 Oct 27 06:15:04.411 INFO kablam! | Oct 27 06:15:04.411 INFO kablam! 10 | #[macro_use] Oct 27 06:15:04.411 INFO kablam! | ^^^^^^^^^^^^ Oct 27 06:15:04.411 INFO kablam! Oct 27 06:15:04.803 INFO kablam! error: aborting due to previous error Oct 27 06:15:04.803 INFO kablam! Oct 27 06:15:04.803 INFO kablam! For more information about this error, try `rustc --explain E0659`. Oct 27 06:15:04.836 INFO kablam! error: Could not compile `dotenv`. Oct 27 06:15:04.836 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 06:15:20.007 INFO kablam! error: build failed Oct 27 06:15:20.007 INFO kablam! su: No module specific data is present Oct 27 06:15:20.702 INFO running `"docker" "rm" "-f" "8627b577d8aad8b2bcc99bf13479d8bbbd059a7098484da9b53ef1c56ba4e0f1"` Oct 27 06:15:20.879 INFO blam! 8627b577d8aad8b2bcc99bf13479d8bbbd059a7098484da9b53ef1c56ba4e0f1