[INFO] cloning repository https://github.com/wolves/semantic-search-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wolves/semantic-search-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwolves%2Fsemantic-search-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwolves%2Fsemantic-search-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a54b9d7435fdedf7437b1f1db22038c1fa12cbb9 [INFO] checking wolves/semantic-search-demo against try#45a41ffb423036390396cec6d4e16c04033f4d02 for pr-116745 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwolves%2Fsemantic-search-demo" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wolves/semantic-search-demo on toolchain 45a41ffb423036390396cec6d4e16c04033f4d02 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+45a41ffb423036390396cec6d4e16c04033f4d02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wolves/semantic-search-demo [INFO] finished tweaking git repo https://github.com/wolves/semantic-search-demo [INFO] tweaked toml for git repo https://github.com/wolves/semantic-search-demo written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/wolves/semantic-search-demo 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" "+45a41ffb423036390396cec6d4e16c04033f4d02" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+45a41ffb423036390396cec6d4e16c04033f4d02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e211a20f4c74935000baa1a64239059d62fbd0a5059573da5c32e3f056f13349 [INFO] running `Command { std: "docker" "start" "-a" "e211a20f4c74935000baa1a64239059d62fbd0a5059573da5c32e3f056f13349", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e211a20f4c74935000baa1a64239059d62fbd0a5059573da5c32e3f056f13349", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e211a20f4c74935000baa1a64239059d62fbd0a5059573da5c32e3f056f13349", kill_on_drop: false }` [INFO] [stdout] e211a20f4c74935000baa1a64239059d62fbd0a5059573da5c32e3f056f13349 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+45a41ffb423036390396cec6d4e16c04033f4d02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f0bb2f6a90900bab9e296d4594712afb6dc1d39c96c1ff23dadeeac6df40b5ad [INFO] running `Command { std: "docker" "start" "-a" "f0bb2f6a90900bab9e296d4594712afb6dc1d39c96c1ff23dadeeac6df40b5ad", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.60 [INFO] [stderr] Compiling quote v1.0.28 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.28 [INFO] [stderr] Checking tracing-core v0.1.31 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling serde v1.0.164 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Compiling rustversion v1.0.12 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling tokio v1.28.2 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking try-lock v0.2.4 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Compiling async-trait v0.1.68 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Compiling serde_json v1.0.97 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Checking form_urlencoded v1.2.0 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling syn v2.0.18 [INFO] [stderr] Checking base64 v0.21.2 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/getrandom-e7238f17d7e05954.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/getrandom-e7238f17d7e05954/dep-lib-getrandom` [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: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta6PdbLX" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/generic-array-c4a1dd9650871559/rmetapQucbI" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `http-body` (lib) due to previous error [INFO] [stderr] error: could not compile `anyhow` (lib) [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `generic-array` (build script) 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/rmetaEzBcml" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `socket2` (lib) due to previous error [INFO] [stderr] error: could not compile `cc` (lib) [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `typenum` (build script) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/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/rustcbGJrmQ/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcbGJrmQ/symbols.o" "/opt/rustwide/target/debug/deps/rustversion-67f0ab59acf800dc.rustversion.82d033afb95949f9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rustversion-67f0ab59acf800dc.rustversion.82d033afb95949f9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rustversion-67f0ab59acf800dc.rustversion.82d033afb95949f9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rustversion-67f0ab59acf800dc.rustversion.82d033afb95949f9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rustversion-67f0ab59acf800dc.rustversion.82d033afb95949f9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rustversion-67f0ab59acf800dc.rustversion.82d033afb95949f9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rustversion-67f0ab59acf800dc.rustversion.82d033afb95949f9-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rustversion-67f0ab59acf800dc.rustversion.82d033afb95949f9-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rustversion-67f0ab59acf800dc.rustversion.82d033afb95949f9-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rustversion-67f0ab59acf800dc.399emuopz7ppogwr.rcgu.rmeta" "/opt/rustwide/target/debug/deps/rustversion-67f0ab59acf800dc.33mepsuab3ccxneq.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-eebfabe1da211fbe.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b119caf2b41e989c.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a6e3f3f120c06a9d.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-d9e2b538f14471de.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-19a8f7e0e3580341.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-42fee89bdf9b228e.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-34254f7cdcc0cc46.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-44ef65cfbf83fcb8.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-c65acc9d349f7532.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4e98dcd12d24c572.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-decf62ffc2a6d6e8.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-26adb3c50c2a21e1.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0e893a92b0bf83dd.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-2ff912bc722ce8c9.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ec13f05f8d2bf50.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-2b93db426c5a26c2.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-26def7a8e3a3dff8.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-cd2f2bc505f56f50.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-ec02dd343723da85.rlib" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-2f4d671a9b4d2563.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/45a41ffb423036390396cec6d4e16c04033f4d02/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/librustversion-67f0ab59acf800dc.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 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustversion` (lib) due to 2 previous errors [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/parking_lot-c8f8f31ef7735f8a/lib-parking_lot` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaLzNJRF" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `mime_guess` (build script) [INFO] [stderr] error: could not compile `mio` (lib) 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/rmetaMeCwLS" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tinyvec` (lib) 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/rmeta8dsun9" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `num-traits` (lib) 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/rmetaVJXcxm" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `itertools` (lib) 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/rmetaTY9sl9" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) 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/rmetavm3EGj" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to previous error [INFO] running `Command { std: "docker" "inspect" "f0bb2f6a90900bab9e296d4594712afb6dc1d39c96c1ff23dadeeac6df40b5ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0bb2f6a90900bab9e296d4594712afb6dc1d39c96c1ff23dadeeac6df40b5ad", kill_on_drop: false }` [INFO] [stdout] f0bb2f6a90900bab9e296d4594712afb6dc1d39c96c1ff23dadeeac6df40b5ad