[INFO] cloning repository https://github.com/frogshead/LM75_raspi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/frogshead/LM75_raspi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrogshead%2FLM75_raspi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrogshead%2FLM75_raspi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 11469346bfe0e42ebe8cd5e67d6278578f5d418c
[INFO] checking frogshead/LM75_raspi against master#01706e1a34c87656fcbfce198608f4cd2ac6461a for pr-135272
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrogshead%2FLM75_raspi" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/frogshead/LM75_raspi on toolchain 01706e1a34c87656fcbfce198608f4cd2ac6461a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/frogshead/LM75_raspi
[INFO] finished tweaking git repo https://github.com/frogshead/LM75_raspi
[INFO] tweaked toml for git repo https://github.com/frogshead/LM75_raspi written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/frogshead/LM75_raspi already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded linux-embedded-hal v0.3.0
[INFO] [stderr]   Downloaded sysfs_gpio v0.5.3
[INFO] [stderr]   Downloaded cc v1.0.30
[INFO] [stderr]   Downloaded lm75 v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d151969f7bf61b1999e37888124136d8db8a8def1d60a8e0b021b2ba27ab1f9c
[INFO] running `Command { std: "docker" "start" "-a" "d151969f7bf61b1999e37888124136d8db8a8def1d60a8e0b021b2ba27ab1f9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d151969f7bf61b1999e37888124136d8db8a8def1d60a8e0b021b2ba27ab1f9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d151969f7bf61b1999e37888124136d8db8a8def1d60a8e0b021b2ba27ab1f9c", kill_on_drop: false }`
[INFO] [stdout] d151969f7bf61b1999e37888124136d8db8a8def1d60a8e0b021b2ba27ab1f9c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 20027f9aead6d92b87bb59faad27d6bfcf072509fbbdd01d910242bb1b9e7158
[INFO] running `Command { std: "docker" "start" "-a" "20027f9aead6d92b87bb59faad27d6bfcf072509fbbdd01d910242bb1b9e7158", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]    Compiling byteorder v1.3.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]     Checking bitflags v1.0.4
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]     Checking cfg-if v0.1.7
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling nix v0.10.0
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking nb v0.1.1
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking cast v0.2.2
[INFO] [stderr]     Checking embedded-hal v0.2.4
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetagQhzKI/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetarvDMuk"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `autocfg` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to parse process output: `/opt/rustwide/rustup-home/toolchains/01706e1a34c87656fcbfce198608f4cd2ac6461a/bin/rustc --crate-name autocfg --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d255e645a3b888a5 -C extra-filename=-25a993b23e246124 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetauQZuw9"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ryu` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `embedded-hal` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaRgbwHm/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `memchr` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "20027f9aead6d92b87bb59faad27d6bfcf072509fbbdd01d910242bb1b9e7158", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20027f9aead6d92b87bb59faad27d6bfcf072509fbbdd01d910242bb1b9e7158", kill_on_drop: false }`
[INFO] [stdout] 20027f9aead6d92b87bb59faad27d6bfcf072509fbbdd01d910242bb1b9e7158
