[INFO] cloning repository https://github.com/yuri91/totp-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yuri91/totp-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuri91%2Ftotp-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuri91%2Ftotp-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5a3788662585bea404caf139c8da635780722460 [INFO] testing yuri91/totp-cli against try#fc4ba03ef77ca5018fb78a097d3b924d30f15bfc+target=i686-unknown-linux-musl for musl_upgrade_1_2_take4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuri91%2Ftotp-cli" "/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/yuri91/totp-cli on toolchain fc4ba03ef77ca5018fb78a097d3b924d30f15bfc [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yuri91/totp-cli [INFO] finished tweaking git repo https://github.com/yuri91/totp-cli [INFO] tweaked toml for git repo https://github.com/yuri91/totp-cli written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/yuri91/totp-cli already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded basic-otp v0.1.1 [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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3af54b36b41cc1b5a2b5cbba2c6b319d745cc00cf111712f44b455f06fc5d881 [INFO] running `Command { std: "docker" "start" "-a" "3af54b36b41cc1b5a2b5cbba2c6b319d745cc00cf111712f44b455f06fc5d881", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3af54b36b41cc1b5a2b5cbba2c6b319d745cc00cf111712f44b455f06fc5d881", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3af54b36b41cc1b5a2b5cbba2c6b319d745cc00cf111712f44b455f06fc5d881", kill_on_drop: false }` [INFO] [stdout] 3af54b36b41cc1b5a2b5cbba2c6b319d745cc00cf111712f44b455f06fc5d881 [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" "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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "build" "--frozen" "--message-format=json" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 5a86a6cc987e4a9997a1bda960cfc9e4d75ffa1e37e9cddeae11418dbdeb3230 [INFO] running `Command { std: "docker" "start" "-a" "5a86a6cc987e4a9997a1bda960cfc9e4d75ffa1e37e9cddeae11418dbdeb3230", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling sha1 v0.2.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling xdg v2.1.0 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling data-encoding v2.2.0 [INFO] [stderr] Compiling hmac-sha1 v0.1.3 [INFO] [stderr] Compiling heck v0.3.0 [INFO] [stderr] Compiling app_dirs v1.2.1 [INFO] [stderr] Compiling basic-otp v0.1.1 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.11 [INFO] [stderr] Compiling proc-macro-error v0.4.11 [INFO] [stderr] Compiling pbr v1.0.2 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling regex v1.3.5 [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `regex-syntax` [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `data-encoding` [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/rmetaIPqDtj" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex` due to previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/rmeta9vArE5" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `clap` due to previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/rmetag0V2ZY" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde` due to previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetacZwrhy" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` due to previous error [INFO] running `Command { std: "docker" "inspect" "5a86a6cc987e4a9997a1bda960cfc9e4d75ffa1e37e9cddeae11418dbdeb3230", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a86a6cc987e4a9997a1bda960cfc9e4d75ffa1e37e9cddeae11418dbdeb3230", kill_on_drop: false }` [INFO] [stdout] 5a86a6cc987e4a9997a1bda960cfc9e4d75ffa1e37e9cddeae11418dbdeb3230