[INFO] updating cached repository https://github.com/jonwolski/diesel_demo
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 3efb25f2ea076a37105e8f1dab20d1a6c1456dc9
[INFO] checking jonwolski/diesel_demo against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonwolski%2Fdiesel_demo" "/workspace/builds/worker-13/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/jonwolski/diesel_demo on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/jonwolski/diesel_demo
[INFO] finished tweaking git repo https://github.com/jonwolski/diesel_demo
[INFO] tweaked toml for git repo https://github.com/jonwolski/diesel_demo written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] crate git repo https://github.com/jonwolski/diesel_demo already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 909b1dcfc603d901ada036474a30e5d4ac80e867795e98f4319a5b081c2f48e8
[INFO] running `"docker" "start" "-a" "909b1dcfc603d901ada036474a30e5d4ac80e867795e98f4319a5b081c2f48e8"`
[INFO] [stderr]    Compiling pq-sys v0.4.4
[INFO] [stderr]    Compiling libc v0.2.39
[INFO] [stderr]    Compiling byteorder v1.2.1
[INFO] [stderr]    Compiling regex-syntax v0.4.2
[INFO] [stderr]    Compiling bitflags v1.0.1
[INFO] [stderr]     Checking atty v0.2.6
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]    Compiling thread_local v0.3.5
[INFO] [stderr]     Checking regex v0.2.6
[INFO] [stderr]     Checking clap v2.30.0
[INFO] [stderr]    Compiling memchr v2.0.1
[INFO] [stderr]    Compiling aho-corasick v0.6.4
[INFO] [stderr]    Compiling diesel v0.16.0
[INFO] [stderr]     Checking dotenv v0.9.0
[INFO] [stderr]    Compiling diesel_derives v1.1.0
[INFO] [stderr]    Compiling derive-error-chain v0.10.1
[INFO] [stderr]    Compiling diesel v1.1.1
[INFO] [stderr]    Compiling dotenv v0.10.1
[INFO] [stderr] error[E0659]: `error_chain` is ambiguous (derive helper attribute vs any other name)
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:23:40
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[cfg_attr(not(feature = "backtrace"), error_chain(backtrace = "false"))]
[INFO] [stderr]    |                                        ^^^^^^^^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr] note: `error_chain` could refer to the derive helper attribute defined here
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:22:17
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[derive(Debug, error_chain)]
[INFO] [stderr]    |                 ^^^^^^^^^^^
[INFO] [stderr] note: `error_chain` could also refer to the derive macro imported here
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[macro_use]
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0659`.
[INFO] [stderr] error: could not compile `dotenv`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "909b1dcfc603d901ada036474a30e5d4ac80e867795e98f4319a5b081c2f48e8"`
[INFO] running `"docker" "rm" "-f" "909b1dcfc603d901ada036474a30e5d4ac80e867795e98f4319a5b081c2f48e8"`
[INFO] [stdout] 909b1dcfc603d901ada036474a30e5d4ac80e867795e98f4319a5b081c2f48e8
