[INFO] cloning repository https://github.com/emgre/cc3200-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/emgre/cc3200-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femgre%2Fcc3200-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femgre%2Fcc3200-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 68f6321ba894c402ee949698de5707e1d641a47e [INFO] checking emgre/cc3200-rs against try#8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346 for pr-86194 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femgre%2Fcc3200-rs" "/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/emgre/cc3200-rs on toolchain 8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7/source/.cargo/config [INFO] started tweaking git repo https://github.com/emgre/cc3200-rs [INFO] finished tweaking git repo https://github.com/emgre/cc3200-rs [INFO] tweaked toml for git repo https://github.com/emgre/cc3200-rs written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/emgre/cc3200-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "fetch" "--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e950634f73bdfb27e69e5ced067bab03ea2d6fe77fcfddc501c65d09ad560b99 [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" "e950634f73bdfb27e69e5ced067bab03ea2d6fe77fcfddc501c65d09ad560b99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e950634f73bdfb27e69e5ced067bab03ea2d6fe77fcfddc501c65d09ad560b99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e950634f73bdfb27e69e5ced067bab03ea2d6fe77fcfddc501c65d09ad560b99", kill_on_drop: false }` [INFO] [stdout] e950634f73bdfb27e69e5ced067bab03ea2d6fe77fcfddc501c65d09ad560b99 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "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] b69ccea9c8a9a594b893bf3e9d3bf9ae21335b631463f5330cb6e835700dbfe5 [INFO] running `Command { std: "docker" "start" "-a" "b69ccea9c8a9a594b893bf3e9d3bf9ae21335b631463f5330cb6e835700dbfe5", kill_on_drop: false }` [INFO] [stderr] Compiling cortex-m v0.7.2 [INFO] [stderr] Checking nb v1.0.0 [INFO] [stderr] Checking vcell v0.1.3 [INFO] [stderr] Checking bitfield v0.13.2 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling cc3200-pac v0.1.0 (/opt/rustwide/workdir/cc3200-pac) [INFO] [stderr] Compiling cortex-m v0.6.7 [INFO] [stderr] Compiling syn v1.0.71 [INFO] [stderr] Compiling cortex-m v0.5.11 [INFO] [stderr] Checking aligned v0.2.0 [INFO] [stderr] Compiling cortex-m-semihosting v0.3.7 [INFO] [stderr] Compiling cc3200-hal v0.1.0 (/opt/rustwide/workdir/cc3200-hal) [INFO] [stderr] Compiling cortex-m-rt v0.6.13 [INFO] [stderr] Checking r0 v0.2.2 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Checking generic-array v0.13.3 [INFO] [stderr] Checking generic-array v0.12.4 [INFO] [stderr] Checking volatile-register v0.2.0 [INFO] [stderr] Checking nb v0.1.3 [INFO] [stderr] Checking embedded-hal v0.2.5 [INFO] [stderr] Checking as-slice v0.1.5 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking panic-semihosting v0.5.6 [INFO] [stderr] Checking aligned v0.3.4 [INFO] [stderr] Compiling cortex-m-rt-macros v0.1.8 [INFO] [stderr] Checking cc3200-example v0.1.0 (/opt/rustwide/workdir/cc3200-example) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.98s [INFO] running `Command { std: "docker" "inspect" "b69ccea9c8a9a594b893bf3e9d3bf9ae21335b631463f5330cb6e835700dbfe5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b69ccea9c8a9a594b893bf3e9d3bf9ae21335b631463f5330cb6e835700dbfe5", kill_on_drop: false }` [INFO] [stdout] b69ccea9c8a9a594b893bf3e9d3bf9ae21335b631463f5330cb6e835700dbfe5