[INFO] cloning repository https://github.com/amitather/ather_cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/amitather/ather_cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famitather%2Father_cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famitather%2Father_cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5b349798c61ee8658bd876b8cc07402aa16a4645
[INFO] checking amitather/ather_cli/5b349798c61ee8658bd876b8cc07402aa16a4645 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famitather%2Father_cli" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/amitather/ather_cli on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/amitather/ather_cli
[INFO] finished tweaking git repo https://github.com/amitather/ather_cli
[INFO] tweaked toml for git repo https://github.com/amitather/ather_cli written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/amitather/ather_cli 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" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding mqtt4bytes v0.1.5 (https://github.com/bytebeamio/rumqtt.git?branch=master#716ff7ba)
[INFO] [stderr]       Adding rumqttc v0.0.5 (https://github.com/bytebeamio/rumqtt.git?branch=master#716ff7ba)
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 949316a174ceddd6f4f16b336b5f74f94e803961d5a87998276b5e89cd5b7452
[INFO] running `Command { std: "docker" "start" "-a" "949316a174ceddd6f4f16b336b5f74f94e803961d5a87998276b5e89cd5b7452", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "949316a174ceddd6f4f16b336b5f74f94e803961d5a87998276b5e89cd5b7452", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "949316a174ceddd6f4f16b336b5f74f94e803961d5a87998276b5e89cd5b7452", kill_on_drop: false }`
[INFO] [stdout] 949316a174ceddd6f4f16b336b5f74f94e803961d5a87998276b5e89cd5b7452
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc6301d5bae619ed3d0bc37574683faae619baee814b0abe78d785bd64c7562d
[INFO] running `Command { std: "docker" "start" "-a" "fc6301d5bae619ed3d0bc37574683faae619baee814b0abe78d785bd64c7562d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.74
[INFO] [stderr]    Compiling proc-macro2 v1.0.19
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.38
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking once_cell v1.4.0
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]     Checking futures-core v0.3.5
[INFO] [stderr]    Compiling cc v1.0.58
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking futures-io v0.3.5
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]    Compiling pin-project-internal v0.4.23
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]    Compiling proc-macro-nested v0.1.6
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]     Checking pin-project-lite v0.1.7
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]    Compiling proc-macro-hack v0.5.18
[INFO] [stderr]     Checking futures-sink v0.3.5
[INFO] [stderr]     Checking cache-padded v1.1.1
[INFO] [stderr]     Checking arc-swap v0.4.7
[INFO] [stderr]     Checking concurrent-queue v1.2.2
[INFO] [stderr]     Checking futures-channel v0.3.5
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]     Checking aho-corasick v0.7.13
[INFO] [stderr]     Checking thread_local v1.0.1
[INFO] [stderr]     Checking futures-task v0.3.5
[INFO] [stderr]     Checking net2 v0.2.34
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking signal-hook-registry v1.2.1
[INFO] [stderr]     Checking regex-syntax v0.6.18
[INFO] [stderr]     Checking mio v0.6.22
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking fastrand v1.3.4
[INFO] [stderr]     Checking parking v1.0.6
[INFO] [stderr]    Compiling ring v0.16.15
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking base64 v0.11.0
[INFO] [stderr]     Checking waker-fn v1.0.0
[INFO] [stderr]     Checking event-listener v2.3.3
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking async-channel v1.4.0
[INFO] [stderr]     Checking futures-lite v0.1.10
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling argh_shared v0.1.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.8
[INFO] [stderr]     Checking atomic-waker v1.0.0
[INFO] [stderr]     Checking termcolor v1.1.0
[INFO] [stderr]     Checking mqtt4bytes v0.1.5 (https://github.com/bytebeamio/rumqtt.git?branch=master#716ff7ba)
[INFO] [stderr]     Checking blocking v0.4.7
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking regex v1.3.9
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking pretty_env_logger v0.4.0
[INFO] [stderr]     Checking sct v0.6.0
[INFO] [stderr]     Checking webpki v0.21.3
[INFO] [stderr]     Checking rustls v0.17.0
[INFO] [stderr]    Compiling futures-macro v0.3.5
[INFO] [stderr]    Compiling tokio-macros v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.20
[INFO] [stderr]    Compiling argh_derive v0.1.1
[INFO] [stderr]     Checking tokio v0.2.22
[INFO] [stderr]     Checking thiserror v1.0.20
[INFO] [stderr]     Checking argh v0.1.3
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/argh-cafede818386897d.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/argh-cafede818386897d/dep-lib-argh`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcXMLvhW/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcXMLvhW/symbols.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.pin_project_internal.f892921116bae6c8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.0o76uv6an18xqjrwk3fv5pnho.rcgu.rmeta" "/opt/rustwide/target/debug/deps/pin_project_internal-ec263d9f87614954.6wifc692vk0cqjzqju9iyw7fq.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-1acb5320ac264731.rlib" "/opt/rustwide/target/debug/deps/libquote-7e0106dd16e8f702.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-a486bc16417e28fb.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-ba2bb9bf6ed863f1.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-8c02d4b8ae74c6fd.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-cb5ec2ef594bb30c.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fd556125f3c54f38.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-cb648d8066e1f446.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-c5d4f358058ea4b7.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-c3d71356250e6616.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f87b04c9c9484f11.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bcb6f2ec634b4b7c.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-24135b58e98c7743.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-b84472edfde5b8b3.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-436fb8ec294074ae.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-8d1606a7c3a02301.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b9d368accc529045.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-9ea54a4ae45fef28.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-04c8eb04b1ca0e2e.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8b7cc309868a115a.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-954db56effadca87.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-395a38b8e0851c9b.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-d453bab70303062c.rlib" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d643a4794e0b0ebc.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libpin_project_internal-ec263d9f87614954.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pin-project-internal` (lib) due to 1 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/rmetaRfnVHG"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "fc6301d5bae619ed3d0bc37574683faae619baee814b0abe78d785bd64c7562d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc6301d5bae619ed3d0bc37574683faae619baee814b0abe78d785bd64c7562d", kill_on_drop: false }`
[INFO] [stdout] fc6301d5bae619ed3d0bc37574683faae619baee814b0abe78d785bd64c7562d
