[INFO] cloning repository https://github.com/andrewaylett/rblcheck [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andrewaylett/rblcheck" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewaylett%2Frblcheck", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewaylett%2Frblcheck'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 222b677a39fb7be46ffe72ac3bb28d21914d7b8a [INFO] checking andrewaylett/rblcheck against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewaylett%2Frblcheck" "/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/andrewaylett/rblcheck on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/andrewaylett/rblcheck [INFO] finished tweaking git repo https://github.com/andrewaylett/rblcheck [INFO] tweaked toml for git repo https://github.com/andrewaylett/rblcheck written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/andrewaylett/rblcheck already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "fetch" "--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e6db25d35722a343c39e6a7e0a9090f2361412545dda0997f33e3cf4b87973d5 [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" "e6db25d35722a343c39e6a7e0a9090f2361412545dda0997f33e3cf4b87973d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e6db25d35722a343c39e6a7e0a9090f2361412545dda0997f33e3cf4b87973d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6db25d35722a343c39e6a7e0a9090f2361412545dda0997f33e3cf4b87973d5", kill_on_drop: false }` [INFO] [stdout] e6db25d35722a343c39e6a7e0a9090f2361412545dda0997f33e3cf4b87973d5 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4102c4fd31dbb89d77e8f5207cc9798e69219db7e2492b65fa278d50d60822e [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" "e4102c4fd31dbb89d77e8f5207cc9798e69219db7e2492b65fa278d50d60822e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling libdbus-sys v0.2.1 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dbus v0.9.2 [INFO] [stderr] Checking socket2 v0.4.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Checking dns-lookup v1.0.6 [INFO] [stderr] Checking dbus-tree v0.9.1 [INFO] [stderr] Compiling dbus-codegen v0.9.1 [INFO] [stderr] Compiling generate-dbus-resolve1 v0.3.0 (/opt/rustwide/workdir/generate-dbus-resolve1) [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Checking thiserror v1.0.24 [INFO] [stderr] Checking libdnscheck v0.4.0 (/opt/rustwide/workdir/libdnscheck) [INFO] [stderr] Checking structopt v0.3.21 [INFO] [stderr] Checking dabl v0.4.0 (/opt/rustwide/workdir/dabl) [INFO] [stderr] Checking rblcheck v0.4.0 (/opt/rustwide/workdir/rblcheck) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 12s [INFO] running `Command { std: "docker" "inspect" "e4102c4fd31dbb89d77e8f5207cc9798e69219db7e2492b65fa278d50d60822e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4102c4fd31dbb89d77e8f5207cc9798e69219db7e2492b65fa278d50d60822e", kill_on_drop: false }` [INFO] [stdout] e4102c4fd31dbb89d77e8f5207cc9798e69219db7e2492b65fa278d50d60822e