[INFO] cloning repository https://github.com/jw3/example-rust-gtk [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jw3/example-rust-gtk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjw3%2Fexample-rust-gtk", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjw3%2Fexample-rust-gtk'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 65292e8d4c1c2a0496efbabab69081deb37323ec [INFO] checking jw3/example-rust-gtk against master#d49be02cf6d2e2a01264fcdef1e20c826710c0f5 for pr-133570-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjw3%2Fexample-rust-gtk" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jw3/example-rust-gtk on toolchain d49be02cf6d2e2a01264fcdef1e20c826710c0f5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jw3/example-rust-gtk [INFO] finished tweaking git repo https://github.com/jw3/example-rust-gtk [INFO] tweaked toml for git repo https://github.com/jw3/example-rust-gtk written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jw3/example-rust-gtk 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" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/rpm-software-management/librpm.rs` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] [stderr] Adding librpm v0.1.1 (https://github.com/rpm-software-management/librpm.rs?branch=master#cda927a3) [INFO] [stderr] Adding librpm-sys v0.1.1 (https://github.com/rpm-software-management/librpm.rs?branch=master#cda927a3) [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded relm v0.19.0 [INFO] [stderr] Downloaded relm-derive v0.19.1 [INFO] [stderr] Downloaded dbus v0.9.0 [INFO] [stderr] Downloaded bindgen v0.45.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6781d8bc1875ecf6625bfb9a21fe6885a38f292b43233394f69a4487e4e89cf8 [INFO] running `Command { std: "docker" "start" "-a" "6781d8bc1875ecf6625bfb9a21fe6885a38f292b43233394f69a4487e4e89cf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6781d8bc1875ecf6625bfb9a21fe6885a38f292b43233394f69a4487e4e89cf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6781d8bc1875ecf6625bfb9a21fe6885a38f292b43233394f69a4487e4e89cf8", kill_on_drop: false }` [INFO] [stdout] 6781d8bc1875ecf6625bfb9a21fe6885a38f292b43233394f69a4487e4e89cf8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5bf0a2b17f8973fff4ad6840b0584a857919d9609caa88735f6e970099d3624f [INFO] running `Command { std: "docker" "start" "-a" "5bf0a2b17f8973fff4ad6840b0584a857919d9609caa88735f6e970099d3624f", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Checking futures-core v0.3.8 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Checking futures-task v0.3.8 [INFO] [stderr] Checking futures-channel v0.3.8 [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling object v0.22.0 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling glib-sys v0.9.1 [INFO] [stderr] Compiling gobject-sys v0.9.1 [INFO] [stderr] Compiling gio-sys v0.9.1 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.1 [INFO] [stderr] Compiling pango-sys v0.9.1 [INFO] [stderr] Compiling cairo-sys-rs v0.9.2 [INFO] [stderr] Compiling gdk-sys v0.9.1 [INFO] [stderr] Compiling atk-sys v0.9.1 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling gio v0.8.1 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling bindgen v0.45.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling gtk-sys v0.9.2 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling cairo-rs v0.8.1 [INFO] [stderr] Checking futures-io v0.3.8 [INFO] [stderr] Compiling gdk-pixbuf v0.8.0 [INFO] [stderr] Compiling pango v0.8.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling addr2line v0.14.0 [INFO] [stderr] Compiling gdk v0.12.1 [INFO] [stderr] Compiling atk v0.8.0 [INFO] [stderr] Compiling libdbus-sys v0.2.1 [INFO] [stderr] Compiling gtk v0.8.1 [INFO] [stderr] Checking streaming-iterator v0.1.5 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Checking dbus v0.9.0 [INFO] [stderr] Compiling backtrace v0.3.55 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Checking pin-project v1.0.2 [INFO] [stderr] Checking futures-util v0.3.8 [INFO] [stderr] Compiling relm-derive v0.19.1 [INFO] [stderr] Checking futures-executor v0.3.8 [INFO] [stderr] Checking glib v0.9.3 [INFO] [stderr] Compiling librpm-sys v0.1.1 (https://github.com/rpm-software-management/librpm.rs?branch=master#cda927a3) [INFO] [stderr] error: failed to run custom build command for `librpm-sys v0.1.1 (https://github.com/rpm-software-management/librpm.rs?branch=master#cda927a3)` [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/librpm-sys-d7bee9dd3ea37add/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rustc-link-lib=rpm [INFO] [stderr] cargo:rustc-link-lib=rpmio [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] include/librpm.hpp:39:10: fatal error: 'rpm/rpmlib.h' file not found [INFO] [stderr] include/librpm.hpp:39:10: fatal error: 'rpm/rpmlib.h' file not found, err: true [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/git/checkouts/librpm.rs-09f0f5486f3fe459/cda927a/librpm-sys/build.rs:34:10: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: () [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5976549850ca - std::backtrace_rs::backtrace::libunwind::trace::h8f50440bcdd7c7ba [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x5976549850ca - std::backtrace_rs::backtrace::trace_unsynchronized::hbb624e4ddad08892 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5976549850ca - std::sys::backtrace::_print_fmt::h11393928f4907899 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5976549850ca - ::fmt::h118bb846b40b3af7 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5976549acf83 - core::fmt::rt::Argument::fmt::h022ff1fe75582f30 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x5976549acf83 - core::fmt::write::h0b664413a249cd21 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/core/src/fmt/mod.rs:1185:21 [INFO] [stderr] 6: 0x597654981f53 - std::io::Write::write_fmt::h91044b6829b973ae [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/io/mod.rs:1887:15 [INFO] [stderr] 7: 0x597654984f12 - std::sys::backtrace::BacktraceLock::print::h6b2df9b41787e785 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x59765498626e - std::panicking::default_hook::{{closure}}::h7482aeb499a8273d [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:284:22 [INFO] [stderr] 9: 0x5976549860b3 - std::panicking::default_hook::hdf99d9ae25812da6 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:311:9 [INFO] [stderr] 10: 0x5976549869b7 - std::panicking::rust_panic_with_hook::h87604e68748e7c6e [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:817:13 [INFO] [stderr] 11: 0x59765498673a - std::panicking::begin_panic_handler::{{closure}}::h414a45e52c595237 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:690:13 [INFO] [stderr] 12: 0x5976549855a9 - std::sys::backtrace::__rust_end_short_backtrace::h034f42a81749f406 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/sys/backtrace.rs:170:18 [INFO] [stderr] 13: 0x5976549863cd - rust_begin_unwind [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:681:5 [INFO] [stderr] 14: 0x5976549ab2e0 - core::panicking::panic_fmt::h8bdff3233c709f00 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x5976549ab756 - core::result::unwrap_failed::h78af6c6daed5f89e [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/core/src/result.rs:1699:5 [INFO] [stderr] 16: 0x5976545e6eb8 - build_script_build::main::h1fbed5995d059e18 [INFO] [stderr] 17: 0x5976545e5653 - core::ops::function::FnOnce::call_once::ha06f253782b8f2c2 [INFO] [stderr] 18: 0x5976545e5586 - std::sys::backtrace::__rust_begin_short_backtrace::h082d970359a95e00 [INFO] [stderr] 19: 0x5976545e5569 - std::rt::lang_start::{{closure}}::hed7b4c4e8d5d883e [INFO] [stderr] 20: 0x59765497dcd7 - core::ops::function::impls:: for &F>::call_once::ha94df304543b9bd0 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 21: 0x59765497dcd7 - std::panicking::try::do_call::h67dbca25c53f2966 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:573:40 [INFO] [stderr] 22: 0x59765497dcd7 - std::panicking::try::hc2851f54b895055d [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:536:19 [INFO] [stderr] 23: 0x59765497dcd7 - std::panic::catch_unwind::h2ce10842ff099af5 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panic.rs:358:14 [INFO] [stderr] 24: 0x59765497dcd7 - std::rt::lang_start_internal::{{closure}}::h13d01f86193e238b [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/rt.rs:174:48 [INFO] [stderr] 25: 0x59765497dcd7 - std::panicking::try::do_call::h38b551084b51c7a7 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:573:40 [INFO] [stderr] 26: 0x59765497dcd7 - std::panicking::try::h882d818213b2e11f [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:536:19 [INFO] [stderr] 27: 0x59765497dcd7 - std::panic::catch_unwind::h86a5f6578eb73b4a [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panic.rs:358:14 [INFO] [stderr] 28: 0x59765497dcd7 - std::rt::lang_start_internal::h847b0e0d030bf281 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/rt.rs:174:20 [INFO] [stderr] 29: 0x5976545e5547 - std::rt::lang_start::h3212dcdf12a6a670 [INFO] [stderr] 30: 0x5976545e70b5 - main [INFO] [stderr] 31: 0x72ae8d4aed90 - [INFO] [stderr] 32: 0x72ae8d4aee40 - __libc_start_main [INFO] [stderr] 33: 0x5976545e4e15 - _start [INFO] [stderr] 34: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaxJuMyY/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `glib` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "5bf0a2b17f8973fff4ad6840b0584a857919d9609caa88735f6e970099d3624f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bf0a2b17f8973fff4ad6840b0584a857919d9609caa88735f6e970099d3624f", kill_on_drop: false }` [INFO] [stdout] 5bf0a2b17f8973fff4ad6840b0584a857919d9609caa88735f6e970099d3624f