[INFO] cloning repository https://github.com/vishalcjha/rdatabase
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vishalcjha/rdatabase" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvishalcjha%2Frdatabase", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvishalcjha%2Frdatabase'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 901f10a1641b85d4f417b81bde493c2860ac9f87
[INFO] checking vishalcjha/rdatabase against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvishalcjha%2Frdatabase" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/vishalcjha/rdatabase on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/vishalcjha/rdatabase
[INFO] finished tweaking git repo https://github.com/vishalcjha/rdatabase
[INFO] tweaked toml for git repo https://github.com/vishalcjha/rdatabase written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/vishalcjha/rdatabase 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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 665d20359e10d4be4105124696dd0f4cd8c95008358ae162fa367896768198fd
[INFO] running `Command { std: "docker" "start" "-a" "665d20359e10d4be4105124696dd0f4cd8c95008358ae162fa367896768198fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "665d20359e10d4be4105124696dd0f4cd8c95008358ae162fa367896768198fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "665d20359e10d4be4105124696dd0f4cd8c95008358ae162fa367896768198fd", kill_on_drop: false }`
[INFO] [stdout] 665d20359e10d4be4105124696dd0f4cd8c95008358ae162fa367896768198fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd679cd1b10ec1a6cb7b68422757c2103604e63c511b72280a99d15a26c4ba46
[INFO] running `Command { std: "docker" "start" "-a" "cd679cd1b10ec1a6cb7b68422757c2103604e63c511b72280a99d15a26c4ba46", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.76
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling semver v1.0.21
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling relative-path v1.9.2
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling rstest_macros v0.18.2
[INFO] [stderr]     Checking futures-timer v3.0.2
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]     Checking linux-raw-sys v0.4.12
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking fd-lock v4.0.2
[INFO] [stderr]     Checking rustyline v13.0.0
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking rstest v0.18.2
[INFO] [stderr]     Checking front_end v0.1.0 (/opt/rustwide/workdir/front_end)
[INFO] [stdout] warning: trait `Sizable` is never used
[INFO] [stdout]  --> front_end/src/parser/mod.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | trait Sizable {
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> front_end/src/parser/command/insert_command.rs:98:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | impl InsertCommand {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 98 |     fn new(table_name: impl Into<String>, values: Vec<Value>) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking storage v0.1.0 (/opt/rustwide/workdir/storage)
[INFO] [stdout] warning: trait `Sizable` is never used
[INFO] [stdout]  --> front_end/src/parser/mod.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | trait Sizable {
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `table_definations` is never read
[INFO] [stdout]   --> storage/src/in_memory/manager.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct StorageManager {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 16 |     table_definations: Mutex<Vec<TableDefination>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StorageManager` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `table_definations` is never read
[INFO] [stdout]   --> storage/src/in_memory/manager.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct StorageManager {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 16 |     table_definations: Mutex<Vec<TableDefination>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StorageManager` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking executer v0.1.0 (/opt/rustwide/workdir/executer)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.82s
[INFO] running `Command { std: "docker" "inspect" "cd679cd1b10ec1a6cb7b68422757c2103604e63c511b72280a99d15a26c4ba46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd679cd1b10ec1a6cb7b68422757c2103604e63c511b72280a99d15a26c4ba46", kill_on_drop: false }`
[INFO] [stdout] cd679cd1b10ec1a6cb7b68422757c2103604e63c511b72280a99d15a26c4ba46
[INFO] checking vishalcjha/rdatabase against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvishalcjha%2Frdatabase" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/vishalcjha/rdatabase on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/vishalcjha/rdatabase
[INFO] finished tweaking git repo https://github.com/vishalcjha/rdatabase
[INFO] tweaked toml for git repo https://github.com/vishalcjha/rdatabase written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/vishalcjha/rdatabase 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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7f2c9a37bc7268448e8371d0335b227d8adcef582a3d4ea456bba0de42e1225f
[INFO] running `Command { std: "docker" "start" "-a" "7f2c9a37bc7268448e8371d0335b227d8adcef582a3d4ea456bba0de42e1225f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f2c9a37bc7268448e8371d0335b227d8adcef582a3d4ea456bba0de42e1225f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f2c9a37bc7268448e8371d0335b227d8adcef582a3d4ea456bba0de42e1225f", kill_on_drop: false }`
[INFO] [stdout] 7f2c9a37bc7268448e8371d0335b227d8adcef582a3d4ea456bba0de42e1225f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 75434ad6d00784c550a9b1384f413f11a4aa0e38bd3c5269677a603e86b88018
[INFO] running `Command { std: "docker" "start" "-a" "75434ad6d00784c550a9b1384f413f11a4aa0e38bd3c5269677a603e86b88018", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.76
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling semver v1.0.21
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling relative-path v1.9.2
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling rstest_macros v0.18.2
[INFO] [stderr]     Checking futures-timer v3.0.2
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking linux-raw-sys v0.4.12
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking fd-lock v4.0.2
[INFO] [stderr]     Checking rustyline v13.0.0
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/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/rustc0YpI1V/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustc0YpI1V/symbols.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.thiserror_impl.a656ef0d68ebd2dc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.4s4na7sw7w3kjloa.rcgu.rmeta" "/opt/rustwide/target/debug/deps/thiserror_impl-00a85b10a1c8bd30.1xurgs1b3569jt2u.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-fedc3a45186c2422.rlib" "/opt/rustwide/target/debug/deps/libquote-7a3de28047d03fd7.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-6b9bfd6e4131b578.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-f8d62a079c79a15a.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-9ac7e7973ee1bdcf.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-eb900a948ffb2e3b.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0717037f6b0eea2d.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-b30b1af07795b345.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-b4513439f9e2eff4.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-89c7daf7b6421ee6.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ca929c3c4a8825b3.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-a21ec804edbb6277.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-ae671f6743503b8e.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-081c0dc6465d213d.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4e1666f139f12757.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d6789b63313428be.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-eb6f9b960309e6b1.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cda7cee373864ce1.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d84d0e58f34585a5.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8c4c4e24ed6290fa.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e8a6a2df7983aa1a.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9686387289eaa322.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5b3e30276043b6e7.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libthiserror_impl-00a85b10a1c8bd30.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 `thiserror-impl` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `rstest_macros` (lib)
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetad9lObl"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures-util` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "75434ad6d00784c550a9b1384f413f11a4aa0e38bd3c5269677a603e86b88018", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75434ad6d00784c550a9b1384f413f11a4aa0e38bd3c5269677a603e86b88018", kill_on_drop: false }`
[INFO] [stdout] 75434ad6d00784c550a9b1384f413f11a4aa0e38bd3c5269677a603e86b88018
