[INFO] cloning repository https://github.com/gaultier/kotlin-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gaultier/kotlin-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaultier%2Fkotlin-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaultier%2Fkotlin-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b568946392d79e8be359c4abb9b0212805532239 [INFO] testing gaultier/kotlin-rs against master#9e136a30a965bf4e63f03095c57df7257bf96fd6 for pr-134530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaultier%2Fkotlin-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gaultier/kotlin-rs on toolchain 9e136a30a965bf4e63f03095c57df7257bf96fd6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gaultier/kotlin-rs [INFO] finished tweaking git repo https://github.com/gaultier/kotlin-rs [INFO] tweaked toml for git repo https://github.com/gaultier/kotlin-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/gaultier/kotlin-rs 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" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a835126be640e068c3c770677cd9bc575a90ba3e5a545a36140618f3b954a64d [INFO] running `Command { std: "docker" "start" "-a" "a835126be640e068c3c770677cd9bc575a90ba3e5a545a36140618f3b954a64d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a835126be640e068c3c770677cd9bc575a90ba3e5a545a36140618f3b954a64d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a835126be640e068c3c770677cd9bc575a90ba3e5a545a36140618f3b954a64d", kill_on_drop: false }` [INFO] [stdout] a835126be640e068c3c770677cd9bc575a90ba3e5a545a36140618f3b954a64d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e2c83d4c79348c6b7724970cd21dfa22e8c18dcdc17ec068d45412c2ea3f2961 [INFO] running `Command { std: "docker" "start" "-a" "e2c83d4c79348c6b7724970cd21dfa22e8c18dcdc17ec068d45412c2ea3f2961", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling regex-syntax v0.6.16 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.7.9 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libaho_corasick-19394f5e2617d4c6.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: rustc-LLVM ERROR: rustc-LLVM ERROR: rustc-LLVM ERROR: rustc-LLVM ERROR: IO failure on output stream: No space left on deviceIO failure on output stream: No space left on deviceIO failure on output stream: No space left on deviceIO failure on output stream: No space left on deviceIO failure on output stream: No space left on device [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: could not compile `aho-corasick` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: rustc interrupted by SIGSEGV, printing backtrace [INFO] [stderr] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/librustc_driver-d0f90c2444881020.so(+0x371bb33)[0x7bfee7f1bb33] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7bfeebaed520] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/bin/rustc(+0x37f14)[0x5e8f6c51af14] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/bin/rustc(+0x16500)[0x5e8f6c4f9500] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(+0x455bf)[0x7bfeebaf05bf] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(on_exit+0x0)[0x7bfeebaf0610] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/librustc_driver-d0f90c2444881020.so(+0x462e079)[0x7bfee8e2e079] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/libLLVM.so.19.1-rust-1.85.0-nightly(_ZN4llvm18report_fatal_errorERKNS_5TwineEb+0x134)[0x7bfee04ea7e4] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/libLLVM.so.19.1-rust-1.85.0-nightly(+0x72bd610)[0x7bfee38bd610] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/librustc_driver-d0f90c2444881020.so(LLVMRustWriteOutputFile+0x20d)[0x7bfeea19e24d] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/librustc_driver-d0f90c2444881020.so(+0x599de2d)[0x7bfeea19de2d] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/librustc_driver-d0f90c2444881020.so(+0x599e9d6)[0x7bfeea19e9d6] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/librustc_driver-d0f90c2444881020.so(+0x599e64a)[0x7bfeea19e64a] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/librustc_driver-d0f90c2444881020.so(_RINvNtNtCs2btF0GLzZiG_3std3sys9backtrace28___rust_begin_short_backtraceNCINvXs0_Csj4jWbPaquEe_18rustc_codegen_llvmNtB1g_18LlvmCodegenBackendNtNtNtCsbx5CARDiKUU_17rustc_codegen_ssa6traits7backend19ExtraBackendMethods18spawn_named_threadNCINvNtNtB2k_4back5write10spawn_workB1O_E0uE0uEB1g_+0x5d8)[0x7bfeea1a1c18] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/librustc_driver-d0f90c2444881020.so(+0x5bf8daa)[0x7bfeea3f8daa] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/librustc_driver-d0f90c2444881020.so(+0x5bf916f)[0x7bfeea3f916f] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3)[0x7bfeebb3fac3] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(clone+0x44)[0x7bfeebbd0a04] [INFO] [stderr] [INFO] [stderr] note: we would appreciate a report at https://github.com/rust-lang/rust [INFO] [stderr] help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `regex` (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/9e136a30a965bf4e63f03095c57df7257bf96fd6/bin/rustc --crate-name regex --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aho-corasick", "default", "memchr", "pattern", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "thread_local", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=e23de053dd7c7f3b -C extra-filename=-2c6a72b867c13fa3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-19394f5e2617d4c6.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-0f589d2a6e764e59.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-a3ecfca7e0bc544d.rmeta --extern thread_local=/opt/rustwide/target/debug/deps/libthread_local-2f3b94ab5dd251fa.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaEmP3It/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaT5WJPx/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chrono` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `clap` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `regex-syntax` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/bin/rustc --crate-name regex_syntax --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=e64672b96f01dae9 -C extra-filename=-a3ecfca7e0bc544d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 11, SIGSEGV: invalid memory reference) [INFO] running `Command { std: "docker" "inspect" "e2c83d4c79348c6b7724970cd21dfa22e8c18dcdc17ec068d45412c2ea3f2961", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2c83d4c79348c6b7724970cd21dfa22e8c18dcdc17ec068d45412c2ea3f2961", kill_on_drop: false }` [INFO] [stdout] e2c83d4c79348c6b7724970cd21dfa22e8c18dcdc17ec068d45412c2ea3f2961