[INFO] cloning repository https://github.com/MarcusHurney/rust-api [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MarcusHurney/rust-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarcusHurney%2Frust-api"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarcusHurney%2Frust-api'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ab425710dcf23deaa01222451dd891beb9bfe6db [INFO] testing MarcusHurney/rust-api against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarcusHurney%2Frust-api" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 78% (305/388) Checking out files: 79% (307/388) Checking out files: 80% (311/388) Checking out files: 81% (315/388) Checking out files: 82% (319/388) Checking out files: 83% (323/388) Checking out files: 84% (326/388) Checking out files: 85% (330/388) Checking out files: 86% (334/388) Checking out files: 87% (338/388) Checking out files: 88% (342/388) Checking out files: 89% (346/388) Checking out files: 90% (350/388) Checking out files: 91% (354/388) Checking out files: 92% (357/388) Checking out files: 93% (361/388) Checking out files: 94% (365/388) Checking out files: 95% (369/388) Checking out files: 96% (373/388) Checking out files: 97% (377/388) Checking out files: 98% (381/388) Checking out files: 99% (385/388) Checking out files: 100% (388/388) Checking out files: 100% (388/388), done. [INFO] validating manifest of git repo https://github.com/MarcusHurney/rust-api on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/MarcusHurney/rust-api [INFO] finished tweaking git repo https://github.com/MarcusHurney/rust-api [INFO] tweaked toml for git repo https://github.com/MarcusHurney/rust-api written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/MarcusHurney/rust-api already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] c5998d1b0395244755ab67bf160a5a545529018132329c67fb77eb465661d230 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "c5998d1b0395244755ab67bf160a5a545529018132329c67fb77eb465661d230"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.19 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling serde v1.0.79 [INFO] [stderr] Compiling utf8-ranges v1.0.1 [INFO] [stderr] Compiling ryu v0.2.6 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling memchr v2.1.0 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling diesel v0.16.0 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling syn v0.15.4 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling derive-error-chain v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.79 [INFO] [stderr] Compiling diesel_infer_schema v0.16.0 [INFO] [stderr] Compiling diesel_derives v1.3.0 [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" "c5998d1b0395244755ab67bf160a5a545529018132329c67fb77eb465661d230"` [INFO] running `"docker" "rm" "-f" "c5998d1b0395244755ab67bf160a5a545529018132329c67fb77eb465661d230"` [INFO] [stdout] c5998d1b0395244755ab67bf160a5a545529018132329c67fb77eb465661d230