[INFO] cloning repository https://github.com/Kurt-Bonatz/pursue [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Kurt-Bonatz/pursue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKurt-Bonatz%2Fpursue"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKurt-Bonatz%2Fpursue'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a8c10a20d91ad19c8a0e799f2a7de3f41ef0a8b3 [INFO] checking Kurt-Bonatz/pursue against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKurt-Bonatz%2Fpursue" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Kurt-Bonatz/pursue on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Kurt-Bonatz/pursue [INFO] finished tweaking git repo https://github.com/Kurt-Bonatz/pursue [INFO] tweaked toml for git repo https://github.com/Kurt-Bonatz/pursue written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Kurt-Bonatz/pursue already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 37a223b0abc266c54c6aee9bcfa23f90a878e57c09a0cd2b7b4382606e1cb63c [INFO] running `"docker" "start" "-a" "37a223b0abc266c54c6aee9bcfa23f90a878e57c09a0cd2b7b4382606e1cb63c"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.47 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Checking cfg-if v0.1.6 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking unicode-normalization v0.1.7 [INFO] [stderr] Checking lazy_static v1.2.0 [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking utf8-ranges v1.0.2 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Checking strsim v0.7.0 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Checking ansi_term v0.7.5 [INFO] [stderr] Checking tico v1.0.0 [INFO] [stderr] Checking remove_dir_all v0.5.1 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking regex-syntax v0.6.4 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking dirs v1.0.4 [INFO] [stderr] Checking rand v0.4.5 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling curl-sys v0.4.16 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Checking aho-corasick v0.6.9 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking git2 v0.7.5 [INFO] [stderr] Checking pursue v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `StatusOptions`, `Status` [INFO] [stderr] --> src/precmd.rs:4:35 [INFO] [stderr] | [INFO] [stderr] 4 | use git2::{ErrorCode, Repository, Status, StatusOptions}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 parameters but 1 parameter was supplied [INFO] [stderr] --> src/precmd.rs:468:17 [INFO] [stderr] | [INFO] [stderr] 157 | fn is_dirty() -> bool { [INFO] [stderr] | --------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 468 | assert!(is_dirty(&repo)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 0 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 parameters but 1 parameter was supplied [INFO] [stderr] --> src/precmd.rs:482:17 [INFO] [stderr] | [INFO] [stderr] 157 | fn is_dirty() -> bool { [INFO] [stderr] | --------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 482 | assert!(is_dirty(&repo)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 0 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `pursue`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused imports: `StatusOptions`, `Status` [INFO] [stderr] --> src/precmd.rs:4:35 [INFO] [stderr] | [INFO] [stderr] 4 | use git2::{ErrorCode, Repository, Status, StatusOptions}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "37a223b0abc266c54c6aee9bcfa23f90a878e57c09a0cd2b7b4382606e1cb63c"` [INFO] running `"docker" "rm" "-f" "37a223b0abc266c54c6aee9bcfa23f90a878e57c09a0cd2b7b4382606e1cb63c"` [INFO] [stdout] 37a223b0abc266c54c6aee9bcfa23f90a878e57c09a0cd2b7b4382606e1cb63c