[INFO] updating cached repository https://github.com/dan-t/cpp-typecheck [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] 2364c91f3bf68730de6f2fbfb1704e3e82243d48 [INFO] checking dan-t/cpp-typecheck against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdan-t%2Fcpp-typecheck" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dan-t/cpp-typecheck on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/dan-t/cpp-typecheck [INFO] finished tweaking git repo https://github.com/dan-t/cpp-typecheck [INFO] tweaked toml for git repo https://github.com/dan-t/cpp-typecheck written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/dan-t/cpp-typecheck already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] d182006dc4d62d6235cce1dae0550fad0345ec93edf2b7209d6a6017fd90fc03 [INFO] running `"docker" "start" "-a" "d182006dc4d62d6235cce1dae0550fad0345ec93edf2b7209d6a6017fd90fc03"` [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Checking cfg-if v0.1.2 [INFO] [stderr] Checking unicode-width v0.1.4 [INFO] [stderr] Checking num-traits v0.1.41 [INFO] [stderr] Checking vec_map v0.8.0 [INFO] [stderr] Checking ansi_term v0.10.2 [INFO] [stderr] Checking bitflags v1.0.1 [INFO] [stderr] Checking strsim v0.6.0 [INFO] [stderr] Checking dtoa v0.4.2 [INFO] [stderr] Checking error-type v0.1.2 [INFO] [stderr] Checking textwrap v0.9.0 [INFO] [stderr] Checking serde_json v1.0.9 [INFO] [stderr] Checking rand v0.3.19 [INFO] [stderr] Checking dirs-sys v0.3.3 [INFO] [stderr] Checking atty v0.2.6 [INFO] [stderr] Checking nix v0.9.0 [INFO] [stderr] Checking clap v2.29.0 [INFO] [stderr] Checking dirs v2.0.1 [INFO] [stderr] Checking tempdir v0.3.5 [INFO] [stderr] Checking tempfile v2.2.0 [INFO] [stderr] Checking atomicwrites v0.1.4 [INFO] [stderr] Checking cpp-typecheck v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/dirs.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref CMD_CACHE_DIR: CtResult = { [INFO] [stderr] 8 | | extern_dirs::home_dir() [INFO] [stderr] 9 | | .ok_or("Couldn't read home directory!".into()) [INFO] [stderr] ... | [INFO] [stderr] 13 | | }; [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/dirs.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref CMD_CACHE_DIR: CtResult = { [INFO] [stderr] 8 | | extern_dirs::home_dir() [INFO] [stderr] 9 | | .ok_or("Couldn't read home directory!".into()) [INFO] [stderr] ... | [INFO] [stderr] 13 | | }; [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.27s [INFO] running `"docker" "inspect" "d182006dc4d62d6235cce1dae0550fad0345ec93edf2b7209d6a6017fd90fc03"` [INFO] running `"docker" "rm" "-f" "d182006dc4d62d6235cce1dae0550fad0345ec93edf2b7209d6a6017fd90fc03"` [INFO] [stdout] d182006dc4d62d6235cce1dae0550fad0345ec93edf2b7209d6a6017fd90fc03