[INFO] cloning repository https://github.com/TheKiteEatingTree/point-guard [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheKiteEatingTree/point-guard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheKiteEatingTree%2Fpoint-guard", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheKiteEatingTree%2Fpoint-guard'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 41a72a841267d3fff701c51853822cddc09422f7 [INFO] checking TheKiteEatingTree/point-guard against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheKiteEatingTree%2Fpoint-guard" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TheKiteEatingTree/point-guard on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/TheKiteEatingTree/point-guard [INFO] finished tweaking git repo https://github.com/TheKiteEatingTree/point-guard [INFO] tweaked toml for git repo https://github.com/TheKiteEatingTree/point-guard written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/TheKiteEatingTree/point-guard already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d18be2aa8fcbd25f6da379660fe2dfc2d241d63a370bdee1fd27a73f63e42723 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d18be2aa8fcbd25f6da379660fe2dfc2d241d63a370bdee1fd27a73f63e42723", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d18be2aa8fcbd25f6da379660fe2dfc2d241d63a370bdee1fd27a73f63e42723", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d18be2aa8fcbd25f6da379660fe2dfc2d241d63a370bdee1fd27a73f63e42723", kill_on_drop: false }` [INFO] [stdout] d18be2aa8fcbd25f6da379660fe2dfc2d241d63a370bdee1fd27a73f63e42723 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b2aee0b6fa06f55c39a2fd3916cc0b6e59e6061808a76ecbdeae00cefee83ea [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3b2aee0b6fa06f55c39a2fd3916cc0b6e59e6061808a76ecbdeae00cefee83ea", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling serde v1.0.113 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Checking serde v0.8.23 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking smallvec v1.4.1 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Compiling serde_json v1.0.55 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Compiling nix v0.16.1 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking rust-ini v0.13.0 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Checking ordermap v0.3.5 [INFO] [stderr] Checking fixedbitset v0.1.9 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling indexmap v1.4.0 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.3 [INFO] [stderr] Compiling proc-macro-error v1.0.3 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Checking tint v1.0.1 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking yaml-rust v0.4.4 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Checking thread_local v0.3.4 [INFO] [stderr] Checking term_size v0.3.2 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking os_pipe v0.9.2 [INFO] [stderr] Checking directories v1.0.2 [INFO] [stderr] Checking isatty v0.1.9 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Compiling xcb v0.9.0 [INFO] [stderr] Checking petgraph v0.4.13 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking directories v3.0.0 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking clap v2.33.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking petgraph v0.5.1 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking serde_test v0.8.23 [INFO] [stderr] Checking backtrace v0.3.41 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking chrono v0.4.13 [INFO] [stderr] Checking linked-hash-map v0.3.0 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking stderrlog v0.4.3 [INFO] [stderr] Checking serde-hjson v0.8.2 [INFO] [stderr] Checking serde-hjson v0.9.1 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Checking tree_magic v0.2.3 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking serde-value v0.5.3 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking config v0.10.1 [INFO] [stderr] Checking config v0.9.3 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Checking x11-clipboard v0.5.1 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling derive_more v0.99.9 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.1 [INFO] [stderr] Compiling structopt-derive v0.4.8 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking exitfailure v0.5.1 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Checking structopt v0.3.15 [INFO] [stderr] Checking clap v3.0.0-beta.1 [INFO] [stderr] Checking wl-clipboard-rs v0.4.0 [INFO] [stderr] Checking ptree v0.2.1 [INFO] [stderr] Checking cli-clipboard v0.2.0 [INFO] [stderr] Checking pointguard v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 09s [INFO] running `Command { std: "docker" "inspect" "3b2aee0b6fa06f55c39a2fd3916cc0b6e59e6061808a76ecbdeae00cefee83ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b2aee0b6fa06f55c39a2fd3916cc0b6e59e6061808a76ecbdeae00cefee83ea", kill_on_drop: false }` [INFO] [stdout] 3b2aee0b6fa06f55c39a2fd3916cc0b6e59e6061808a76ecbdeae00cefee83ea