[INFO] updating cached repository https://github.com/mgattozzi/we-git-you [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] 18fc012bcdc7fb5e3cfaf0701e4ce5e5c33d2434 [INFO] checking mgattozzi/we-git-you against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgattozzi%2Fwe-git-you" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mgattozzi/we-git-you on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mgattozzi/we-git-you [INFO] finished tweaking git repo https://github.com/mgattozzi/we-git-you [INFO] tweaked toml for git repo https://github.com/mgattozzi/we-git-you written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/mgattozzi/we-git-you already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-14/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ecd18a7263facdb04af7ff851d58a48188418e91f96bc1f98f0171ef8aa90859 [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" "ecd18a7263facdb04af7ff851d58a48188418e91f96bc1f98f0171ef8aa90859"` [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling jobserver v0.1.17 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling openssl-sys v0.9.52 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libssh2-sys v0.2.13 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling libgit2-sys v0.9.1 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking git2 v0.10.1 [INFO] [stderr] Checking we-git-you v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0407]: method `fail` is not a member of trait `Fail` [INFO] [stderr] --> src/error.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / fn fail(&self, fmt: &mut fmt::Formatter) -> Result<(), fmt::Error> { [INFO] [stderr] 14 | | use self::WguError::*; [INFO] [stderr] 15 | | match *self { [INFO] [stderr] 16 | | ParentCommit => fmt.write_str("Failed to get parent commit") [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_____^ not a member of trait `Fail` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `fail` is not a member of trait `Fail` [INFO] [stderr] --> src/error.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / fn fail(&self, fmt: &mut fmt::Formatter) -> Result<(), fmt::Error> { [INFO] [stderr] 14 | | use self::WguError::*; [INFO] [stderr] 15 | | match *self { [INFO] [stderr] 16 | | ParentCommit => fmt.write_str("Failed to get parent commit") [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_____^ not a member of trait `Fail` [INFO] [stderr] [INFO] [stderr] error[E0277]: `error::WguError` doesn't implement `std::fmt::Display` [INFO] [stderr] --> src/error.rs:12:6 [INFO] [stderr] | [INFO] [stderr] 12 | impl Fail for WguError { [INFO] [stderr] | ^^^^ `error::WguError` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `error::WguError` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0407. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `we-git-you`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `error::WguError` doesn't implement `std::fmt::Display` [INFO] [stderr] --> src/error.rs:12:6 [INFO] [stderr] | [INFO] [stderr] 12 | impl Fail for WguError { [INFO] [stderr] | ^^^^ `error::WguError` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `error::WguError` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0407. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `we-git-you`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ecd18a7263facdb04af7ff851d58a48188418e91f96bc1f98f0171ef8aa90859"` [INFO] running `"docker" "rm" "-f" "ecd18a7263facdb04af7ff851d58a48188418e91f96bc1f98f0171ef8aa90859"` [INFO] [stdout] ecd18a7263facdb04af7ff851d58a48188418e91f96bc1f98f0171ef8aa90859