Dec 13 22:29:35.816 INFO testing damody/sflow_read against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 13 22:29:35.816 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-7/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt build --frozen" "-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"` Dec 13 22:29:36.330 INFO [stdout] e058570715a608812c43e017c0cc8459237f3ff9a034fac224e5f5a1d0970582 Dec 13 22:29:36.336 INFO running `"docker" "start" "-a" "e058570715a608812c43e017c0cc8459237f3ff9a034fac224e5f5a1d0970582"` Dec 13 22:29:37.020 INFO [stderr] usermod: no changes Dec 13 22:29:37.504 INFO [stderr] Compiling siphasher v0.2.3 Dec 13 22:29:37.504 INFO [stderr] Compiling pkg-config v0.3.14 Dec 13 22:29:37.507 INFO [stderr] Compiling openssl v0.10.15 Dec 13 22:29:37.510 INFO [stderr] Compiling httparse v1.3.3 Dec 13 22:29:37.512 INFO [stderr] Compiling mercator v0.1.2 Dec 13 22:29:37.513 INFO [stderr] Compiling unicase v1.4.2 Dec 13 22:29:37.515 INFO [stderr] Compiling unicase v2.2.0 Dec 13 22:29:37.517 INFO [stderr] Compiling actix-web v0.7.13 Dec 13 22:29:40.471 INFO [stderr] Compiling syn v0.11.11 Dec 13 22:29:40.475 INFO [stderr] Compiling parking_lot_core v0.3.1 Dec 13 22:29:41.059 INFO [stderr] Compiling diesel v0.16.0 Dec 13 22:29:41.143 INFO [stderr] Compiling serde v1.0.80 Dec 13 22:29:41.467 INFO [stderr] Compiling dotenv v0.13.0 Dec 13 22:29:42.476 INFO [stderr] Compiling openssl-sys v0.9.39 Dec 13 22:29:42.747 INFO [stderr] Compiling phf_shared v0.7.23 Dec 13 22:29:44.327 INFO [stderr] Compiling phf_generator v0.7.23 Dec 13 22:29:44.450 INFO [stderr] Compiling phf v0.7.23 Dec 13 22:29:45.287 INFO [stderr] Compiling mime v0.3.12 Dec 13 22:29:45.434 INFO [stderr] Compiling phf_codegen v0.7.23 Dec 13 22:29:47.451 INFO [stderr] Compiling mime_guess v2.0.0-alpha.6 Dec 13 22:29:48.582 INFO [stderr] Compiling parking_lot v0.6.4 Dec 13 22:29:55.016 INFO [stderr] Compiling tokio-reactor v0.1.6 Dec 13 22:30:01.103 INFO [stderr] Compiling crossbeam-channel v0.2.6 Dec 13 22:30:03.339 INFO [stderr] Compiling derive-error-chain v0.10.1 Dec 13 22:30:11.042 INFO [stderr] Compiling tokio-tcp v0.1.2 Dec 13 22:30:11.043 INFO [stderr] Compiling tokio-uds v0.2.2 Dec 13 22:30:11.090 INFO [stderr] Compiling tokio-udp v0.1.2 Dec 13 22:30:23.987 INFO [stderr] Compiling tokio-signal v0.2.5 Dec 13 22:30:24.067 INFO [stderr] Compiling trust-dns-proto v0.4.3 Dec 13 22:30:24.359 INFO [stderr] Compiling trust-dns-proto v0.5.0-alpha.3 Dec 13 22:30:25.747 INFO [stderr] Compiling tokio v0.1.11 Dec 13 22:30:26.231 INFO [stderr] Compiling dotenv v0.10.1 Dec 13 22:30:29.239 INFO [stderr] Compiling tokio-openssl v0.2.1 Dec 13 22:30:29.453 INFO [stderr] Compiling diesel_infer_schema v0.16.0 Dec 13 22:30:29.583 INFO [stderr] Compiling chrono v0.4.6 Dec 13 22:30:30.808 INFO [stderr] error[E0659]: `error_chain` is ambiguous (derive helper attribute vs any other name) Dec 13 22:30:30.808 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:23:40 Dec 13 22:30:30.808 INFO [stderr] | Dec 13 22:30:30.808 INFO [stderr] 23 | #[cfg_attr(not(feature = "backtrace"), error_chain(backtrace = "false"))] Dec 13 22:30:30.808 INFO [stderr] | ^^^^^^^^^^^ ambiguous name Dec 13 22:30:30.808 INFO [stderr] | Dec 13 22:30:30.808 INFO [stderr] note: `error_chain` could refer to the derive helper attribute defined here Dec 13 22:30:30.808 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:22:17 Dec 13 22:30:30.808 INFO [stderr] | Dec 13 22:30:30.808 INFO [stderr] 22 | #[derive(Debug, error_chain)] Dec 13 22:30:30.808 INFO [stderr] | ^^^^^^^^^^^ Dec 13 22:30:30.808 INFO [stderr] note: `error_chain` could also refer to the derive macro imported here Dec 13 22:30:30.808 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:10:1 Dec 13 22:30:30.808 INFO [stderr] | Dec 13 22:30:30.808 INFO [stderr] 10 | #[macro_use] Dec 13 22:30:30.808 INFO [stderr] | ^^^^^^^^^^^^ Dec 13 22:30:30.808 INFO [stderr] Dec 13 22:30:30.975 INFO [stderr] Compiling serde_urlencoded v0.5.3 Dec 13 22:30:31.615 INFO [stderr] error: aborting due to previous error Dec 13 22:30:31.615 INFO [stderr] Dec 13 22:30:31.615 INFO [stderr] For more information about this error, try `rustc --explain E0659`. Dec 13 22:30:31.632 INFO [stderr] error: Could not compile `dotenv`. Dec 13 22:30:31.632 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 13 22:30:49.368 INFO [stderr] error: build failed Dec 13 22:30:49.376 INFO [stderr] su: No module specific data is present Dec 13 22:30:49.898 INFO running `"docker" "inspect" "e058570715a608812c43e017c0cc8459237f3ff9a034fac224e5f5a1d0970582"` Dec 13 22:30:50.248 INFO running `"docker" "rm" "-f" "e058570715a608812c43e017c0cc8459237f3ff9a034fac224e5f5a1d0970582"` Dec 13 22:30:50.550 INFO [stdout] e058570715a608812c43e017c0cc8459237f3ff9a034fac224e5f5a1d0970582