[INFO] updating cached repository https://github.com/webbrandon/mc [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] 47df65292eca0858ee37483f53ca614735133ea9 [INFO] checking webbrandon/mc against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwebbrandon%2Fmc" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/webbrandon/mc on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/webbrandon/mc [INFO] finished tweaking git repo https://github.com/webbrandon/mc [INFO] tweaked toml for git repo https://github.com/webbrandon/mc written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/webbrandon/mc already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] bd9aa45850515da4fdd6d34259ebda31190b141a7d084f68216ebca14e5382cb [INFO] running `"docker" "start" "-a" "bd9aa45850515da4fdd6d34259ebda31190b141a7d084f68216ebca14e5382cb"` [INFO] [stderr] Compiling syn v0.15.41 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stderr] Checking ucd-util v0.1.5 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.48 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling curl-sys v0.4.20 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Checking regex-syntax v0.6.10 [INFO] [stderr] Checking pest v2.1.1 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking users v0.8.1 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Checking rand_pcg v0.1.2 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Checking backtrace-sys v0.1.31 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Checking backtrace v0.3.33 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking tempfile v2.2.0 [INFO] [stderr] Compiling pest_meta v2.1.1 [INFO] [stderr] Checking run_script v0.2.5 [INFO] [stderr] Checking regex v1.2.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking dialoguer v0.3.0 [INFO] [stderr] Compiling mc v0.5.8 (/opt/rustwide/workdir) [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking handlebars v1.1.0 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking dotenv v0.13.0 [INFO] [stderr] Checking git2 v0.8.0 [INFO] [stderr] warning: unused return value of `std::result::Result::::is_ok` that must be used [INFO] [stderr] --> src/handler/repository/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | env::set_current_dir(&git_dir).is_ok(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you intended to assert that this is ok, consider `.unwrap()` instead [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::result::Result::::is_ok` that must be used [INFO] [stderr] --> src/handler/repository/mod.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | env::set_current_dir(&git_dir).is_ok(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you intended to assert that this is ok, consider `.unwrap()` instead [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::result::Result::::is_ok` that must be used [INFO] [stderr] --> src/handler/repository/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | env::set_current_dir(&git_dir).is_ok(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you intended to assert that this is ok, consider `.unwrap()` instead [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::result::Result::::is_ok` that must be used [INFO] [stderr] --> src/handler/repository/mod.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | env::set_current_dir(&git_dir).is_ok(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you intended to assert that this is ok, consider `.unwrap()` instead [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 06s [INFO] running `"docker" "inspect" "bd9aa45850515da4fdd6d34259ebda31190b141a7d084f68216ebca14e5382cb"` [INFO] running `"docker" "rm" "-f" "bd9aa45850515da4fdd6d34259ebda31190b141a7d084f68216ebca14e5382cb"` [INFO] [stdout] bd9aa45850515da4fdd6d34259ebda31190b141a7d084f68216ebca14e5382cb