[INFO] cloning repository https://github.com/arielhenryson/cheetah [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/arielhenryson/cheetah" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farielhenryson%2Fcheetah", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farielhenryson%2Fcheetah'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 25296163c9fdf0395c27ffc6510af92262d11543 [INFO] checking arielhenryson/cheetah against master#36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 for pr-81863 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farielhenryson%2Fcheetah" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/arielhenryson/cheetah on toolchain 36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/arielhenryson/cheetah [INFO] finished tweaking git repo https://github.com/arielhenryson/cheetah [INFO] tweaked toml for git repo https://github.com/arielhenryson/cheetah written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/arielhenryson/cheetah already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 123f3cbe2764f03ec65da513e95d1efe336bbb22b47425900696482bf57dc081 [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" "123f3cbe2764f03ec65da513e95d1efe336bbb22b47425900696482bf57dc081", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "123f3cbe2764f03ec65da513e95d1efe336bbb22b47425900696482bf57dc081", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "123f3cbe2764f03ec65da513e95d1efe336bbb22b47425900696482bf57dc081", kill_on_drop: false }` [INFO] [stdout] 123f3cbe2764f03ec65da513e95d1efe336bbb22b47425900696482bf57dc081 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c67a7a00ce4c60815eae48cd2d391cb8d1d5b2b8eba7eaf72f611a0d986f425e [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" "c67a7a00ce4c60815eae48cd2d391cb8d1d5b2b8eba7eaf72f611a0d986f425e", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling cranelift-entity v0.33.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.15 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking cranelift-bforest v0.33.0 [INFO] [stderr] Compiling cranelift-codegen-meta v0.33.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling raw-cpuid v6.1.0 [INFO] [stderr] Checking region v2.1.2 [INFO] [stderr] Checking errno v0.2.4 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling cranelift-codegen v0.33.0 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Compiling target-lexicon v0.4.0 [INFO] [stderr] Compiling logos-derive v0.9.7 [INFO] [stderr] Checking logos v0.9.7 [INFO] [stderr] Checking cranelift-frontend v0.33.0 [INFO] [stderr] Checking cranelift-native v0.33.0 [INFO] [stderr] Checking cranelift-module v0.33.0 [INFO] [stderr] Checking cranelift-simplejit v0.33.0 [INFO] [stderr] Checking cranelift v0.33.0 [INFO] [stderr] Checking cheetah_lib v0.1.0 (/opt/rustwide/workdir/cheetah_lib) [INFO] [stderr] Checking cheetah v0.1.0 (/opt/rustwide/workdir/cheetah) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 26s [INFO] running `Command { std: "docker" "inspect" "c67a7a00ce4c60815eae48cd2d391cb8d1d5b2b8eba7eaf72f611a0d986f425e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c67a7a00ce4c60815eae48cd2d391cb8d1d5b2b8eba7eaf72f611a0d986f425e", kill_on_drop: false }` [INFO] [stdout] c67a7a00ce4c60815eae48cd2d391cb8d1d5b2b8eba7eaf72f611a0d986f425e