[INFO] cloning repository https://github.com/cohomology/simplemm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cohomology/simplemm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcohomology%2Fsimplemm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcohomology%2Fsimplemm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 74d50d1d0d944bba3c91ad2a9fe7a64a18046eed [INFO] checking cohomology/simplemm against master#b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 for pr-79470 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcohomology%2Fsimplemm" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cohomology/simplemm on toolchain b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cohomology/simplemm [INFO] finished tweaking git repo https://github.com/cohomology/simplemm [INFO] tweaked toml for git repo https://github.com/cohomology/simplemm written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/cohomology/simplemm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "metadata" "--no-deps" "--format-version=1", 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] 6eb9a52c7e3e92709d5dc856c3d42b5d905a3c6c9f714fea94bb794a594200a2 [INFO] running `Command { std: "docker" "start" "-a" "6eb9a52c7e3e92709d5dc856c3d42b5d905a3c6c9f714fea94bb794a594200a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6eb9a52c7e3e92709d5dc856c3d42b5d905a3c6c9f714fea94bb794a594200a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6eb9a52c7e3e92709d5dc856c3d42b5d905a3c6c9f714fea94bb794a594200a2", kill_on_drop: false }` [INFO] [stdout] 6eb9a52c7e3e92709d5dc856c3d42b5d905a3c6c9f714fea94bb794a594200a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84a4cf6b022059a496c0587fdca0ad70625e2dd0f1101c7be7769d35f9ee6d64 [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" "84a4cf6b022059a496c0587fdca0ad70625e2dd0f1101c7be7769d35f9ee6d64", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking quoted_printable v0.4.2 [INFO] [stderr] Checking boxfnonce v0.1.1 [INFO] [stderr] Checking tinyvec v1.0.1 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking faccess v0.2.3 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking daemonize v0.4.1 [INFO] [stderr] Checking charset v0.1.2 [INFO] [stderr] Checking mailparse v0.13.1 [INFO] [stderr] Compiling mysqlclient-sys v0.2.4 [INFO] [stderr] Checking syslog v5.0.0 [INFO] [stderr] Checking users v0.11.0 [INFO] [stderr] Checking backtrace v0.3.54 [INFO] [stderr] Checking unicode-normalization v0.1.14 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking ctrlc v3.1.7 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling snafu-derive v0.6.9 [INFO] [stderr] Checking snafu v0.6.9 [INFO] [stderr] Checking serde v1.0.117 [INFO] [stderr] Checking diesel v1.4.5 [INFO] [stderr] Checking toml v0.5.7 [INFO] [stderr] Checking serde_json v1.0.59 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking simplemm v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 38s [INFO] running `Command { std: "docker" "inspect" "84a4cf6b022059a496c0587fdca0ad70625e2dd0f1101c7be7769d35f9ee6d64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84a4cf6b022059a496c0587fdca0ad70625e2dd0f1101c7be7769d35f9ee6d64", kill_on_drop: false }` [INFO] [stdout] 84a4cf6b022059a496c0587fdca0ad70625e2dd0f1101c7be7769d35f9ee6d64