[INFO] cloning repository https://github.com/mystor/cargo-no_std-check [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mystor/cargo-no_std-check" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmystor%2Fcargo-no_std-check", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmystor%2Fcargo-no_std-check'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0ba43bda7c3959a58c879dd9f89a225e0f58195a [INFO] checking mystor/cargo-no_std-check against try#99a443d6903f71d521237d8acb5a3016b534d17b for pr-83354 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmystor%2Fcargo-no_std-check" "/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/mystor/cargo-no_std-check on toolchain 99a443d6903f71d521237d8acb5a3016b534d17b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99a443d6903f71d521237d8acb5a3016b534d17b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mystor/cargo-no_std-check [INFO] finished tweaking git repo https://github.com/mystor/cargo-no_std-check [INFO] tweaked toml for git repo https://github.com/mystor/cargo-no_std-check written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/mystor/cargo-no_std-check already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99a443d6903f71d521237d8acb5a3016b534d17b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded terminal_size v0.1.16 [INFO] [stderr] Downloaded assert_cmd v1.0.2 [INFO] [stderr] Downloaded number_prefix v0.3.0 [INFO] [stderr] Downloaded rustc_version v0.3.3 [INFO] [stderr] Downloaded shell-escape v0.1.5 [INFO] [stderr] Downloaded console v0.14.0 [INFO] [stderr] Downloaded indicatif v0.15.0 [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:4f92631de1aa59f8320307485d3b3c869a5c90ab1d76ce2cffab9807b8c9a1fb" "/opt/rustwide/cargo-home/bin/cargo" "+99a443d6903f71d521237d8acb5a3016b534d17b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc9ee8fde6190c6481963b47c848e7943db33d5f1aee1a465a2fa5b4a6f4e999 [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" "fc9ee8fde6190c6481963b47c848e7943db33d5f1aee1a465a2fa5b4a6f4e999", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc9ee8fde6190c6481963b47c848e7943db33d5f1aee1a465a2fa5b4a6f4e999", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc9ee8fde6190c6481963b47c848e7943db33d5f1aee1a465a2fa5b4a6f4e999", kill_on_drop: false }` [INFO] [stdout] fc9ee8fde6190c6481963b47c848e7943db33d5f1aee1a465a2fa5b4a6f4e999 [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:4f92631de1aa59f8320307485d3b3c869a5c90ab1d76ce2cffab9807b8c9a1fb" "/opt/rustwide/cargo-home/bin/cargo" "+99a443d6903f71d521237d8acb5a3016b534d17b" "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] 01673a0c186d38d9be084bc4ba0c9bc6e04d75c97ebf8b0bcaa8072148c91e9c [INFO] running `Command { std: "docker" "start" "-a" "01673a0c186d38d9be084bc4ba0c9bc6e04d75c97ebf8b0bcaa8072148c91e9c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.84 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling anyhow v1.0.38 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking number_prefix v0.3.0 [INFO] [stderr] Checking thread_local v1.1.2 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking semver-parser v0.10.2 [INFO] [stderr] Checking regex v1.4.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking semver v0.11.0 [INFO] [stderr] Checking rustc_version v0.3.3 [INFO] [stderr] Checking terminal_size v0.1.16 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking console v0.14.0 [INFO] [stderr] Checking float-cmp v0.8.0 [INFO] [stderr] Checking predicates v1.0.7 [INFO] [stderr] Checking indicatif v0.15.0 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking cargo-no-std-check v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Checking assert_cmd v1.0.2 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.44s [INFO] running `Command { std: "docker" "inspect" "01673a0c186d38d9be084bc4ba0c9bc6e04d75c97ebf8b0bcaa8072148c91e9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01673a0c186d38d9be084bc4ba0c9bc6e04d75c97ebf8b0bcaa8072148c91e9c", kill_on_drop: false }` [INFO] [stdout] 01673a0c186d38d9be084bc4ba0c9bc6e04d75c97ebf8b0bcaa8072148c91e9c