[INFO] cloning repository https://github.com/typedduck/docfmt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/typedduck/docfmt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftypedduck%2Fdocfmt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftypedduck%2Fdocfmt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d369aa4d67929270f90434a36108e7320fe19e17 [INFO] building typedduck/docfmt against master#d59f06fc64844ec2073e5e888f7470989ef25ff9 for pr-119440 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftypedduck%2Fdocfmt" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/typedduck/docfmt on toolchain d59f06fc64844ec2073e5e888f7470989ef25ff9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d59f06fc64844ec2073e5e888f7470989ef25ff9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/typedduck/docfmt [INFO] finished tweaking git repo https://github.com/typedduck/docfmt [INFO] tweaked toml for git repo https://github.com/typedduck/docfmt written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/typedduck/docfmt 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" "+d59f06fc64844ec2073e5e888f7470989ef25ff9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d59f06fc64844ec2073e5e888f7470989ef25ff9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b6a4bb12a218a5079a448f16d5a1da8df5822444a422d80879eec3ce178251f9 [INFO] running `Command { std: "docker" "start" "-a" "b6a4bb12a218a5079a448f16d5a1da8df5822444a422d80879eec3ce178251f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b6a4bb12a218a5079a448f16d5a1da8df5822444a422d80879eec3ce178251f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6a4bb12a218a5079a448f16d5a1da8df5822444a422d80879eec3ce178251f9", kill_on_drop: false }` [INFO] [stdout] b6a4bb12a218a5079a448f16d5a1da8df5822444a422d80879eec3ce178251f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d59f06fc64844ec2073e5e888f7470989ef25ff9" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ca61e1457afc361506b36b0ba56bfcbb60d4949c9e1de5f4f5ca9f65bc2e830 [INFO] running `Command { std: "docker" "start" "-a" "8ca61e1457afc361506b36b0ba56bfcbb60d4949c9e1de5f4f5ca9f65bc2e830", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.190 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling hashbrown v0.14.2 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling iana-time-zone v0.1.58 [INFO] [stderr] Compiling anstyle-parse v0.2.2 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling winnow v0.5.17 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling anstream v0.6.4 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling clap_builder v4.4.7 [INFO] [stderr] Compiling indexmap v2.0.2 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling chrono v0.4.31 [INFO] [stderr] Compiling clap v4.4.7 [INFO] [stderr] Compiling stderrlog v0.5.4 [INFO] [stderr] Compiling serde_derive v1.0.190 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling pest v2.7.5 [INFO] [stderr] Compiling pest_meta v2.7.5 [INFO] [stderr] Compiling pest_generator v2.7.5 [INFO] [stderr] Compiling pest_derive v2.7.5 [INFO] [stderr] Compiling serde_spanned v0.6.4 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling toml_edit v0.20.7 [INFO] [stderr] Compiling handlebars v4.4.0 [INFO] [stderr] Compiling toml v0.8.6 [INFO] [stderr] Compiling docfmt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.58s [INFO] running `Command { std: "docker" "inspect" "8ca61e1457afc361506b36b0ba56bfcbb60d4949c9e1de5f4f5ca9f65bc2e830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ca61e1457afc361506b36b0ba56bfcbb60d4949c9e1de5f4f5ca9f65bc2e830", kill_on_drop: false }` [INFO] [stdout] 8ca61e1457afc361506b36b0ba56bfcbb60d4949c9e1de5f4f5ca9f65bc2e830 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d59f06fc64844ec2073e5e888f7470989ef25ff9" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 696918e0eea62a1fffad17523180a44f5def11e2789f3c699a02ae70ca1bd853 [INFO] running `Command { std: "docker" "start" "-a" "696918e0eea62a1fffad17523180a44f5def11e2789f3c699a02ae70ca1bd853", kill_on_drop: false }` [INFO] [stderr] Compiling docfmt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.10s [INFO] running `Command { std: "docker" "inspect" "696918e0eea62a1fffad17523180a44f5def11e2789f3c699a02ae70ca1bd853", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "696918e0eea62a1fffad17523180a44f5def11e2789f3c699a02ae70ca1bd853", kill_on_drop: false }` [INFO] [stdout] 696918e0eea62a1fffad17523180a44f5def11e2789f3c699a02ae70ca1bd853 [INFO] building typedduck/docfmt against try#fe8f664b41f030f307cfeb6cb8c3a1419292aeed for pr-119440 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftypedduck%2Fdocfmt" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/typedduck/docfmt on toolchain fe8f664b41f030f307cfeb6cb8c3a1419292aeed [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fe8f664b41f030f307cfeb6cb8c3a1419292aeed" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/typedduck/docfmt [INFO] finished tweaking git repo https://github.com/typedduck/docfmt [INFO] tweaked toml for git repo https://github.com/typedduck/docfmt written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/typedduck/docfmt 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" "+fe8f664b41f030f307cfeb6cb8c3a1419292aeed" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+fe8f664b41f030f307cfeb6cb8c3a1419292aeed" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 532bffb3da83f4b06bbf040dcfefebb8d9e5fd172b68a7a7544036c9481eaff7 [INFO] running `Command { std: "docker" "start" "-a" "532bffb3da83f4b06bbf040dcfefebb8d9e5fd172b68a7a7544036c9481eaff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "532bffb3da83f4b06bbf040dcfefebb8d9e5fd172b68a7a7544036c9481eaff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "532bffb3da83f4b06bbf040dcfefebb8d9e5fd172b68a7a7544036c9481eaff7", kill_on_drop: false }` [INFO] [stdout] 532bffb3da83f4b06bbf040dcfefebb8d9e5fd172b68a7a7544036c9481eaff7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+fe8f664b41f030f307cfeb6cb8c3a1419292aeed" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc49d23ff474b1fb89c8e25679dcc0f6a94650d99b85a1e37f9fbdf22885b76d [INFO] running `Command { std: "docker" "start" "-a" "dc49d23ff474b1fb89c8e25679dcc0f6a94650d99b85a1e37f9fbdf22885b76d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.190 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling hashbrown v0.14.2 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling anstyle-parse v0.2.2 [INFO] [stderr] Compiling iana-time-zone v0.1.58 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling anstream v0.6.4 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling winnow v0.5.17 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling clap_builder v4.4.7 [INFO] [stderr] Compiling indexmap v2.0.2 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling chrono v0.4.31 [INFO] [stderr] Compiling clap v4.4.7 [INFO] [stderr] Compiling serde_derive v1.0.190 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling stderrlog v0.5.4 [INFO] [stderr] Compiling pest v2.7.5 [INFO] [stderr] Compiling pest_meta v2.7.5 [INFO] [stderr] Compiling pest_generator v2.7.5 [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `pest_meta` (lib) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaAw1FHX/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcpOhZGn/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcpOhZGn/symbols.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.serde_derive.3bc86c88da7d9b2b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.3la641vdet5pk6fw.rcgu.rmeta" "/opt/rustwide/target/debug/deps/serde_derive-74fbf319c54173f9.13xcqghntdjcav4d.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-afcb892decab8975.rlib" "/opt/rustwide/target/debug/deps/libquote-d108c9f5106570d3.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-8f9eaa8821be0e99.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-f8d62a079c79a15a.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-50db0343ab2d992b.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-91a8c1dba89c667e.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8658b562b4bc9014.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-c2cd90cfc6ab779d.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-b18e95f01f68fe15.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-f13c9e14ea01d467.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-5f665d37f127e827.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-36e065ac22f29782.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-2d131236edb9f3b1.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-84ab31faa4fd82ed.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-f1266d0fa705ff20.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-4a0ab320ded9b408.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-aea37e6b802c4566.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06ef5b9b64386eaa.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a099cfdcf5ac5c57.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-5f8c8143cdb8d04b.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3bf59988464e229a.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9686387289eaa322.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-8ebeba8f78436673.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/fe8f664b41f030f307cfeb6cb8c3a1419292aeed/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libserde_derive-74fbf319c54173f9.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pest_generator` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `serde_derive` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "dc49d23ff474b1fb89c8e25679dcc0f6a94650d99b85a1e37f9fbdf22885b76d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc49d23ff474b1fb89c8e25679dcc0f6a94650d99b85a1e37f9fbdf22885b76d", kill_on_drop: false }` [INFO] [stdout] dc49d23ff474b1fb89c8e25679dcc0f6a94650d99b85a1e37f9fbdf22885b76d