[INFO] cloning repository https://github.com/nix-community/lorri [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nix-community/lorri" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnix-community%2Florri", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnix-community%2Florri'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c1aa2213a5ebe224d9e66ca1f03ad940a633fbd7 [INFO] checking nix-community/lorri against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnix-community%2Florri" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nix-community/lorri on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nix-community/lorri [INFO] finished tweaking git repo https://github.com/nix-community/lorri [INFO] tweaked toml for git repo https://github.com/nix-community/lorri written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/nix-community/lorri already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9eacdc485849e480746c16fa0ff584b5df108e1929785f5f1e3dd8f889509245 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9eacdc485849e480746c16fa0ff584b5df108e1929785f5f1e3dd8f889509245", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9eacdc485849e480746c16fa0ff584b5df108e1929785f5f1e3dd8f889509245", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9eacdc485849e480746c16fa0ff584b5df108e1929785f5f1e3dd8f889509245", kill_on_drop: false }` [INFO] [stdout] 9eacdc485849e480746c16fa0ff584b5df108e1929785f5f1e3dd8f889509245 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96cc5e196b2abac783ad910e63e915b97bbdcd6b91e7968b84a418a3d51272cf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "96cc5e196b2abac783ad910e63e915b97bbdcd6b91e7968b84a418a3d51272cf", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Checking ppv-lite86 v0.2.8 [INFO] [stderr] Compiling peg-runtime v0.6.2 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling varlink_parser v4.0.4 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling chainerror v0.4.3 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stdout] error[E0119]: conflicting implementations of trait `std::error::Error` for type `&ChainError<_>`: [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/chainerror-0.4.3/src/lib.rs:493:1 [INFO] [stdout] | [INFO] [stdout] 493 | impl Error for &ChainError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: conflicting implementation in crate `std`: [INFO] [stdout] - impl<'a, T> std::error::Error for &'a T [INFO] [stdout] where T: std::error::Error, T: ?Sized; [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0119`. [INFO] [stdout] [INFO] [stderr] error: could not compile `chainerror` [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 `Command { std: "docker" "inspect" "96cc5e196b2abac783ad910e63e915b97bbdcd6b91e7968b84a418a3d51272cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96cc5e196b2abac783ad910e63e915b97bbdcd6b91e7968b84a418a3d51272cf", kill_on_drop: false }` [INFO] [stdout] 96cc5e196b2abac783ad910e63e915b97bbdcd6b91e7968b84a418a3d51272cf