[INFO] updating cached repository https://github.com/bjc/clint [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] 25bffc6bd9e88bcc8ac7c56ab5ba883543f530c3 [INFO] checking bjc/clint against master#f834695781d00daa61d04e11720403ff32cb0e78 for pr-63831 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbjc%2Fclint" "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/bjc/clint on toolchain f834695781d00daa61d04e11720403ff32cb0e78 [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+f834695781d00daa61d04e11720403ff32cb0e78" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bjc/clint [INFO] finished tweaking git repo https://github.com/bjc/clint [INFO] tweaked toml for git repo https://github.com/bjc/clint written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/bjc/clint already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+f834695781d00daa61d04e11720403ff32cb0e78" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /mnt/big/crater/work/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+f834695781d00daa61d04e11720403ff32cb0e78" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+f834695781d00daa61d04e11720403ff32cb0e78" "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-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" "+f834695781d00daa61d04e11720403ff32cb0e78" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 5f2707bcebdde5b6e7d4a24a9e6ff3c7c2780f53f809029b800083c2c72badb8 [INFO] running `"docker" "start" "-a" "5f2707bcebdde5b6e7d4a24a9e6ff3c7c2780f53f809029b800083c2c72badb8"` [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Compiling compiletest_rs v0.3.23 [INFO] [stderr] Compiling cortex-m v0.6.1 [INFO] [stderr] Checking vcell v0.1.2 [INFO] [stderr] Compiling cortex-m-rt v0.6.10 [INFO] [stderr] Checking diff v0.1.11 [INFO] [stderr] Checking r0 v0.2.2 [INFO] [stderr] Checking clint v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Checking volatile-register v0.2.0 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking filetime v0.2.7 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Checking as-slice v0.1.0 [INFO] [stderr] Checking aligned v0.3.1 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling cortex-m-rt-macros v0.1.5 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking rustfix v0.4.6 [INFO] [stderr] error[E0560]: struct `test::TestOpts` has no field named `report_time` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.23/src/lib.rs:129:9 [INFO] [stderr] | [INFO] [stderr] 129 | report_time: false, [INFO] [stderr] | ^^^^^^^^^^^ `test::TestOpts` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `list`, `filter`, `filter_exact`, `exclude_should_panic`, `run_ignored` ... and 9 others [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0560`. [INFO] [stderr] error: Could not compile `compiletest_rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5f2707bcebdde5b6e7d4a24a9e6ff3c7c2780f53f809029b800083c2c72badb8"` [INFO] running `"docker" "rm" "-f" "5f2707bcebdde5b6e7d4a24a9e6ff3c7c2780f53f809029b800083c2c72badb8"` [INFO] [stdout] 5f2707bcebdde5b6e7d4a24a9e6ff3c7c2780f53f809029b800083c2c72badb8