[INFO] cloning repository https://github.com/tbogdala/woolyrust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tbogdala/woolyrust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftbogdala%2Fwoolyrust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftbogdala%2Fwoolyrust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 91778a8ce86e8dfc28adcd56bb1bb7c69b7e85de [INFO] building tbogdala/woolyrust against master#70591dc15db32941fe3595fdbf98e58d6975f95e for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftbogdala%2Fwoolyrust" "/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/tbogdala/woolyrust on toolchain 70591dc15db32941fe3595fdbf98e58d6975f95e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tbogdala/woolyrust [INFO] finished tweaking git repo https://github.com/tbogdala/woolyrust [INFO] tweaked toml for git repo https://github.com/tbogdala/woolyrust written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/tbogdala/woolyrust 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" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4283967e9355bf899c4e07481e9a11d8559cf3a6b3ddc80f5dbcc1543a91cc7a [INFO] running `Command { std: "docker" "start" "-a" "4283967e9355bf899c4e07481e9a11d8559cf3a6b3ddc80f5dbcc1543a91cc7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4283967e9355bf899c4e07481e9a11d8559cf3a6b3ddc80f5dbcc1543a91cc7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4283967e9355bf899c4e07481e9a11d8559cf3a6b3ddc80f5dbcc1543a91cc7a", kill_on_drop: false }` [INFO] [stdout] 4283967e9355bf899c4e07481e9a11d8559cf3a6b3ddc80f5dbcc1543a91cc7a [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a201d01e866e585fe3c5d95918301b8419e873d1263ae58dcb3ec1206e9d6bc [INFO] running `Command { std: "docker" "start" "-a" "1a201d01e866e585fe3c5d95918301b8419e873d1263ae58dcb3ec1206e9d6bc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling prettyplease v0.2.20 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling bindgen v0.69.4 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling libloading v0.8.4 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling cc v1.1.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling syn v2.0.71 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling woolyrust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `woolyrust v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/woolyrust-bb692d142acff688/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=TARGET [INFO] [stderr] cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS [INFO] [stderr] cargo:rerun-if-changed=./woolycore/bindings.h [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at build.rs:64:10: [INFO] [stderr] Unable to generate bindings for woolycore's bindings.h file: NotExist("./woolycore/bindings.h") [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55d882ab99bd - std::backtrace_rs::backtrace::libunwind::trace::h64d89666a085324f [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x55d882ab99bd - std::backtrace_rs::backtrace::trace_unsynchronized::hc1fd51ebf53feac0 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55d882ab99bd - std::sys::backtrace::_print_fmt::h1e2e2270635613f5 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x55d882ab99bd - ::fmt::head0a12237d1ed93 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x55d882ae3fdb - core::fmt::rt::Argument::fmt::hca35d416b932a57e [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x55d882ae3fdb - core::fmt::write::heff85b040f055f4e [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/fmt/mod.rs:1178:21 [INFO] [stderr] 6: 0x55d882ab6103 - std::io::Write::write_fmt::h1fb5f12daefdf59e [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/io/mod.rs:1823:15 [INFO] [stderr] 7: 0x55d882abad92 - std::sys::backtrace::BacktraceLock::print::haacb2da813753a92 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x55d882abad92 - std::panicking::default_hook::{{closure}}::hfb344a23a7cc588e [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:266:22 [INFO] [stderr] 9: 0x55d882aba9fe - std::panicking::default_hook::h9de6e44e4e5f3f5f [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:293:9 [INFO] [stderr] 10: 0x55d882abb68f - std::panicking::rust_panic_with_hook::h038f7ba5eec8d9df [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:797:13 [INFO] [stderr] 11: 0x55d882abb377 - std::panicking::begin_panic_handler::{{closure}}::h7367d2e8ac1b10d1 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:671:13 [INFO] [stderr] 12: 0x55d882ab9ea9 - std::sys::backtrace::__rust_end_short_backtrace::h1ef546f372febf07 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/sys/backtrace.rs:170:18 [INFO] [stderr] 13: 0x55d882abb004 - rust_begin_unwind [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:662:5 [INFO] [stderr] 14: 0x55d882ae2263 - core::panicking::panic_fmt::h8f523524c8331b38 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/panicking.rs:74:14 [INFO] [stderr] 15: 0x55d882ae27b6 - core::result::unwrap_failed::h94f7e8c73f7e4200 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/result.rs:1679:5 [INFO] [stderr] 16: 0x55d8824cef50 - core::result::Result::expect::hb5cf220193af453d [INFO] [stderr] 17: 0x55d8824d26ca - build_script_build::compile_bindings::h47d7670ed9ae9cef [INFO] [stderr] 18: 0x55d8824d18c9 - build_script_build::main::hb0a264841965b5eb [INFO] [stderr] 19: 0x55d8824ce2c3 - core::ops::function::FnOnce::call_once::had9ee920d965eed1 [INFO] [stderr] 20: 0x55d8824ce106 - std::sys::backtrace::__rust_begin_short_backtrace::h1c98762ef2aabb2e [INFO] [stderr] 21: 0x55d8824ce069 - std::rt::lang_start::{{closure}}::h58f68a67540f9e4c [INFO] [stderr] 22: 0x55d882ab1840 - core::ops::function::impls:: for &F>::call_once::h6832ba58550d62fe [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 23: 0x55d882ab1840 - std::panicking::try::do_call::h26c6799adb14441c [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:554:40 [INFO] [stderr] 24: 0x55d882ab1840 - std::panicking::try::he249d22783e22331 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:518:19 [INFO] [stderr] 25: 0x55d882ab1840 - std::panic::catch_unwind::h33fb84fbab194eec [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panic.rs:345:14 [INFO] [stderr] 26: 0x55d882ab1840 - std::rt::lang_start_internal::{{closure}}::h709b77417353bc5a [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/rt.rs:143:48 [INFO] [stderr] 27: 0x55d882ab1840 - std::panicking::try::do_call::h8ea17ec9dbc67bf8 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:554:40 [INFO] [stderr] 28: 0x55d882ab1840 - std::panicking::try::hc3b77b4df6a19630 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:518:19 [INFO] [stderr] 29: 0x55d882ab1840 - std::panic::catch_unwind::haeb9fc03ca64ff6f [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panic.rs:345:14 [INFO] [stderr] 30: 0x55d882ab1840 - std::rt::lang_start_internal::h11fb0f5737c078a8 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/rt.rs:143:20 [INFO] [stderr] 31: 0x55d8824ce047 - std::rt::lang_start::h31e8d574c8500163 [INFO] [stderr] 32: 0x55d8824d27f5 - main [INFO] [stderr] 33: 0x7fdd26326d90 - [INFO] [stderr] 34: 0x7fdd26326e40 - __libc_start_main [INFO] [stderr] 35: 0x55d8824cd8a5 - _start [INFO] [stderr] 36: 0x0 - [INFO] running `Command { std: "docker" "inspect" "1a201d01e866e585fe3c5d95918301b8419e873d1263ae58dcb3ec1206e9d6bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a201d01e866e585fe3c5d95918301b8419e873d1263ae58dcb3ec1206e9d6bc", kill_on_drop: false }` [INFO] [stdout] 1a201d01e866e585fe3c5d95918301b8419e873d1263ae58dcb3ec1206e9d6bc [INFO] building tbogdala/woolyrust against try#7587ff3622fbec0abf6ac551eab5226f22f5d958 for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftbogdala%2Fwoolyrust" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-4-tc2/source': No space left on device [INFO] building tbogdala/woolyrust against try#7587ff3622fbec0abf6ac551eab5226f22f5d958 for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftbogdala%2Fwoolyrust" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-4-tc2/source': No space left on device [INFO] building tbogdala/woolyrust against try#7587ff3622fbec0abf6ac551eab5226f22f5d958 for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftbogdala%2Fwoolyrust" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-4-tc2/source': No space left on device [INFO] building tbogdala/woolyrust against try#7587ff3622fbec0abf6ac551eab5226f22f5d958 for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftbogdala%2Fwoolyrust" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-4-tc2/source': No space left on device [INFO] building tbogdala/woolyrust against try#7587ff3622fbec0abf6ac551eab5226f22f5d958 for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftbogdala%2Fwoolyrust" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-4-tc2/source': No space left on device [ERROR] this task or one of its parent failed! [ERROR] failed to checkout https://github.com/tbogdala/woolyrust [ERROR] caused by: command failed: exit status: 128 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.