[INFO] updating cached repository https://github.com/hvze/pill [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] 0d12f3618cb0bf44a7293b33fad8e34dce4a8885 [INFO] checking hvze/pill against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhvze%2Fpill" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hvze/pill on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/hvze/pill [INFO] finished tweaking git repo https://github.com/hvze/pill [INFO] tweaked toml for git repo https://github.com/hvze/pill written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/hvze/pill already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3a40d178ac712db5e7a6e6d4af2b015f4943b08b21d01290fbfa5519149360f5 [INFO] running `"docker" "start" "-a" "3a40d178ac712db5e7a6e6d4af2b015f4943b08b21d01290fbfa5519149360f5"` [INFO] [stderr] Compiling bzip2-sys v0.1.6 [INFO] [stderr] Compiling filetime v0.1.14 [INFO] [stderr] Compiling xattr v0.1.11 [INFO] [stderr] Checking rand v0.4.2 [INFO] [stderr] Compiling tar v0.4.13 [INFO] [stderr] Checking rand v0.3.22 [INFO] [stderr] Compiling bzip2 v0.3.2 [INFO] [stderr] Checking tempfile v2.2.0 [INFO] [stderr] Checking gag v0.1.9 [INFO] [stderr] Compiling libpcre-sys v0.2.2 [INFO] [stderr] Checking pcre v0.2.3 [INFO] [stderr] Checking pill v0.1.8 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/interpreter.rs:478:53 [INFO] [stderr] | [INFO] [stderr] 478 | let error_rh = rh.new_by(-(nls as i32), ((-rh.column) + code.len() as i32)); [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 function argument [INFO] [stderr] --> src/main.rs:108:43 [INFO] [stderr] | [INFO] [stderr] 108 | let err_tail = repeat((xstr.len() as i32 - head.column), '-'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/interpreter.rs:478:53 [INFO] [stderr] | [INFO] [stderr] 478 | let error_rh = rh.new_by(-(nls as i32), ((-rh.column) + code.len() as i32)); [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 function argument [INFO] [stderr] --> src/main.rs:108:43 [INFO] [stderr] | [INFO] [stderr] 108 | let err_tail = repeat((xstr.len() as i32 - head.column), '-'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` in tuple element 0 that must be used [INFO] [stderr] --> src/interpreter.rs:779:17 [INFO] [stderr] | [INFO] [stderr] 779 | self.scan_instructions(true); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` in tuple element 0 that must be used [INFO] [stderr] --> src/interpreter.rs:779:17 [INFO] [stderr] | [INFO] [stderr] 779 | self.scan_instructions(true); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.97s [INFO] running `"docker" "inspect" "3a40d178ac712db5e7a6e6d4af2b015f4943b08b21d01290fbfa5519149360f5"` [INFO] running `"docker" "rm" "-f" "3a40d178ac712db5e7a6e6d4af2b015f4943b08b21d01290fbfa5519149360f5"` [INFO] [stdout] 3a40d178ac712db5e7a6e6d4af2b015f4943b08b21d01290fbfa5519149360f5