[INFO] cloning repository https://github.com/isaacthefallenapple/pin-cushion [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/isaacthefallenapple/pin-cushion" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisaacthefallenapple%2Fpin-cushion", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisaacthefallenapple%2Fpin-cushion'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9b432eeb3366994faf4a119783eb5175f044737e [INFO] checking isaacthefallenapple/pin-cushion against master#2e5723137b2b88368d018b262a0a823a1423131b for pr-78935-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisaacthefallenapple%2Fpin-cushion" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/isaacthefallenapple/pin-cushion on toolchain 2e5723137b2b88368d018b262a0a823a1423131b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+2e5723137b2b88368d018b262a0a823a1423131b" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/isaacthefallenapple/pin-cushion [INFO] finished tweaking git repo https://github.com/isaacthefallenapple/pin-cushion [INFO] tweaked toml for git repo https://github.com/isaacthefallenapple/pin-cushion written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/isaacthefallenapple/pin-cushion already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+2e5723137b2b88368d018b262a0a823a1423131b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+2e5723137b2b88368d018b262a0a823a1423131b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] daa8f71c961aecd6d32ba32f4be109a843c16e71dc488d2f75517b4ec4e93732 [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" "daa8f71c961aecd6d32ba32f4be109a843c16e71dc488d2f75517b4ec4e93732", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "daa8f71c961aecd6d32ba32f4be109a843c16e71dc488d2f75517b4ec4e93732", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "daa8f71c961aecd6d32ba32f4be109a843c16e71dc488d2f75517b4ec4e93732", kill_on_drop: false }` [INFO] [stdout] daa8f71c961aecd6d32ba32f4be109a843c16e71dc488d2f75517b4ec4e93732 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+2e5723137b2b88368d018b262a0a823a1423131b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5e1c5bc6804c598db7beee67b69324660d0bcca01e6a13f3ec3280306eba6e00 [INFO] running `Command { std: "docker" "start" "-a" "5e1c5bc6804c598db7beee67b69324660d0bcca01e6a13f3ec3280306eba6e00", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling cc v1.0.57 [INFO] [stderr] Checking bytes v0.5.5 [INFO] [stderr] Compiling pin-project-internal v0.4.22 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking tinyvec v0.3.3 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling indexmap v1.4.0 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Checking quick-xml v0.17.2 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking unicode-normalization v0.1.13 [INFO] [stderr] Checking http v0.2.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking nix v0.17.0 [INFO] [stderr] Checking dirs v3.0.1 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Checking ctrlc v3.1.4 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling fehler-macros v1.0.0 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Checking tokio v0.2.21 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Checking pin-project v0.4.22 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking fehler v1.0.0 [INFO] [stderr] Checking rss v1.9.0 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tokio-tls v0.3.1 [INFO] [stderr] Checking h2 v0.2.5 [INFO] [stderr] Checking hyper v0.13.6 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking reqwest v0.10.6 [INFO] [stderr] Checking pin-cushion v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 43s [INFO] running `Command { std: "docker" "inspect" "5e1c5bc6804c598db7beee67b69324660d0bcca01e6a13f3ec3280306eba6e00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e1c5bc6804c598db7beee67b69324660d0bcca01e6a13f3ec3280306eba6e00", kill_on_drop: false }` [INFO] [stdout] 5e1c5bc6804c598db7beee67b69324660d0bcca01e6a13f3ec3280306eba6e00