[INFO] cloning repository https://github.com/emillen/termetheus [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/emillen/termetheus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femillen%2Ftermetheus", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femillen%2Ftermetheus'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 08682397d29e951d5e7fa35ae307bd5ad56fd36f [INFO] testing emillen/termetheus/08682397d29e951d5e7fa35ae307bd5ad56fd36f against try#f23b22458132fb20faeb8a915b1c252478696f25 for pr-131095 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femillen%2Ftermetheus" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/emillen/termetheus on toolchain f23b22458132fb20faeb8a915b1c252478696f25 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/emillen/termetheus [INFO] finished tweaking git repo https://github.com/emillen/termetheus [INFO] tweaked toml for git repo https://github.com/emillen/termetheus written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/emillen/termetheus 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" "+f23b22458132fb20faeb8a915b1c252478696f25" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ed23c0bd81f0570ba3da1683f357b2515217654df6de3c6ab6e9f78a571bd764 [INFO] running `Command { std: "docker" "start" "-a" "ed23c0bd81f0570ba3da1683f357b2515217654df6de3c6ab6e9f78a571bd764", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed23c0bd81f0570ba3da1683f357b2515217654df6de3c6ab6e9f78a571bd764", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed23c0bd81f0570ba3da1683f357b2515217654df6de3c6ab6e9f78a571bd764", kill_on_drop: false }` [INFO] [stdout] ed23c0bd81f0570ba3da1683f357b2515217654df6de3c6ab6e9f78a571bd764 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 025a3f0243a87b186552b0420174bdf7daff4828ed25a6d9e54c4a7f89ceea18 [INFO] running `Command { std: "docker" "start" "-a" "025a3f0243a87b186552b0420174bdf7daff4828ed25a6d9e54c4a7f89ceea18", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling lock_api v0.4.8 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling tokio v1.21.0 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-sink v0.3.24 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling predicates-core v1.0.3 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling async-trait v0.1.57 [INFO] [stderr] Compiling termtree v0.2.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling predicates-tree v1.0.5 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling url v2.3.0 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling crossterm v0.25.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling similar v2.2.0 [INFO] [stderr] Compiling downcast v0.10.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling iana-time-zone v0.1.47 [INFO] [stderr] Compiling predicates v1.0.8 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling fragile v1.2.1 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling chrono v0.4.22 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling mockall_derive v0.10.2 [INFO] [stderr] Compiling tui v0.19.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `serde_derive` (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/f23b22458132fb20faeb8a915b1c252478696f25/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.144/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=ee192aaf2b3bf11c -C extra-filename=-ee192aaf2b3bf11c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-ddc3898ad05ab4a7.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-c45fe2fb29e7e8ca.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-7ee3743efe26ba13.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [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/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/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/rustc8U1ePa/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustc8U1ePa/symbols.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.mockall_derive.f8d021ecfc260f79-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.23dk1l57q7rqkx5zhq4cyeg91.rcgu.rmeta" "/opt/rustwide/target/debug/deps/mockall_derive-3969536c3b08d979.13lracqczzfqwt8a9yq6uikxp.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-7ee3743efe26ba13.rlib" "/opt/rustwide/target/debug/deps/libquote-c45fe2fb29e7e8ca.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-ddc3898ad05ab4a7.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-2f302fec1d4ab303.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-cfc8ba3d59af5414.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-57bf25c23e31efdb.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-f36c847cc7d794fc.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-578d54746a79aa44.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-904c29d49e5cf73e.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-68b28eebae724018.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-560631c702dee569.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-10bcfbd81438e288.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-ca754d8825224f8b.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-eaa8e0bee9de3791.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-9871c3445f9c3efa.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-ed5a3106f015c794.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22e9e03915f31288.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-fb6b09f170935963.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-c17c3ff980a79a1f.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-af872ecf6f22cced.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ca8dddbae7535f84.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-efa1bbd65297b1ec.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-395a38b8e0851c9b.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-d453bab70303062c.rlib" "/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a00d470c02c17e75.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/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/f23b22458132fb20faeb8a915b1c252478696f25/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libmockall_derive-3969536c3b08d979.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 `mockall_derive` (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/rmeta4w1tp1" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `openssl` (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/rmetacIFl44" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "025a3f0243a87b186552b0420174bdf7daff4828ed25a6d9e54c4a7f89ceea18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "025a3f0243a87b186552b0420174bdf7daff4828ed25a6d9e54c4a7f89ceea18", kill_on_drop: false }` [INFO] [stdout] 025a3f0243a87b186552b0420174bdf7daff4828ed25a6d9e54c4a7f89ceea18