[INFO] updating cached repository https://github.com/ronthecookie/cokedit [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] fd0ec63ce19416697a023ead121c5ea7a70fec58 [INFO] checking ronthecookie/cokedit against master#3dbade652ed8ebac70f903e01f51cd92c4e4302c for pr-69880 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fronthecookie%2Fcokedit" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ronthecookie/cokedit on toolchain 3dbade652ed8ebac70f903e01f51cd92c4e4302c [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ronthecookie/cokedit [INFO] finished tweaking git repo https://github.com/ronthecookie/cokedit [INFO] tweaked toml for git repo https://github.com/ronthecookie/cokedit written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/ronthecookie/cokedit already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "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] b3b99d284e81bd1eafdd7b0e68c4cdc4299b77c9173adfabc81336febeeda12c [INFO] running `"docker" "start" "-a" "b3b99d284e81bd1eafdd7b0e68c4cdc4299b77c9173adfabc81336febeeda12c"` [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Checking futures-sink v0.3.4 [INFO] [stderr] Checking futures-core v0.3.4 [INFO] [stderr] Checking lalrpop-util v0.17.2 [INFO] [stderr] Compiling ena v0.13.1 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Checking signal-hook v0.1.13 [INFO] [stderr] Checking platform-dirs v0.2.0 [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.10 [INFO] [stderr] Compiling proc-macro-error v0.4.10 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling structopt-derive v0.4.2 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking structopt v0.3.9 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking crossterm v0.16.0 (https://github.com/ronthecookie/crossterm?branch=add-keymodifier-none#2faab047) [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling lalrpop v0.17.2 [INFO] [stderr] Compiling cokedit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> /opt/rustwide/target/debug/build/cokedit-9e684db83d0d47c4/out/config.rs:2429:5 [INFO] [stderr] | [INFO] [stderr] 2429 | (__0) [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> /opt/rustwide/target/debug/build/cokedit-9e684db83d0d47c4/out/config.rs:2440:5 [INFO] [stderr] | [INFO] [stderr] 2440 | (__0) [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> /opt/rustwide/target/debug/build/cokedit-9e684db83d0d47c4/out/config.rs:2429:5 [INFO] [stderr] | [INFO] [stderr] 2429 | (__0) [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> /opt/rustwide/target/debug/build/cokedit-9e684db83d0d47c4/out/config.rs:2440:5 [INFO] [stderr] | [INFO] [stderr] 2440 | (__0) [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> /opt/rustwide/target/debug/build/cokedit-9e684db83d0d47c4/out/config.rs:2429:5 [INFO] [stderr] | [INFO] [stderr] 2429 | (__0) [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> /opt/rustwide/target/debug/build/cokedit-9e684db83d0d47c4/out/config.rs:504:9 [INFO] [stderr] | [INFO] [stderr] 504 | pub fn new() -> ExprParser { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> /opt/rustwide/target/debug/build/cokedit-9e684db83d0d47c4/out/config.rs:504:9 [INFO] [stderr] | [INFO] [stderr] 504 | pub fn new() -> ExprParser { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 27s [INFO] running `"docker" "inspect" "b3b99d284e81bd1eafdd7b0e68c4cdc4299b77c9173adfabc81336febeeda12c"` [INFO] running `"docker" "rm" "-f" "b3b99d284e81bd1eafdd7b0e68c4cdc4299b77c9173adfabc81336febeeda12c"` [INFO] [stdout] b3b99d284e81bd1eafdd7b0e68c4cdc4299b77c9173adfabc81336febeeda12c