[INFO] cloning repository https://github.com/kirjavascript/cakeybar [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kirjavascript/cakeybar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkirjavascript%2Fcakeybar", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkirjavascript%2Fcakeybar'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6b8a797a75466ee6a9575a55aa77a373e83c2404 [INFO] testing kirjavascript/cakeybar against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkirjavascript%2Fcakeybar" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kirjavascript/cakeybar on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kirjavascript/cakeybar [INFO] finished tweaking git repo https://github.com/kirjavascript/cakeybar [INFO] tweaked toml for git repo https://github.com/kirjavascript/cakeybar written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/kirjavascript/cakeybar already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 318014aaed3c7f8097abf0a0eb16d1220dd20b3a60ccf862789977eee9a77607 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "318014aaed3c7f8097abf0a0eb16d1220dd20b3a60ccf862789977eee9a77607", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "318014aaed3c7f8097abf0a0eb16d1220dd20b3a60ccf862789977eee9a77607", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "318014aaed3c7f8097abf0a0eb16d1220dd20b3a60ccf862789977eee9a77607", kill_on_drop: false }` [INFO] [stdout] 318014aaed3c7f8097abf0a0eb16d1220dd20b3a60ccf862789977eee9a77607 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 54746c7dd9ca4ea4ce3d21bfc15b4b45dbdc71cdfd4328cae62dc0f84cb697f7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "54746c7dd9ca4ea4ce3d21bfc15b4b45dbdc71cdfd4328cae62dc0f84cb697f7", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.11 [INFO] [stderr] Compiling cfg-if v0.1.3 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling gio v0.5.0 (https://github.com/gtk-rs/gio.git#38e0ad44) [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling fragile v0.3.0 [INFO] [stderr] Compiling cairo-rs v0.5.0 (https://github.com/gtk-rs/cairo.git#bd8f70ba) [INFO] [stderr] Compiling gdk-pixbuf v0.5.0 (https://github.com/gtk-rs/gdk-pixbuf#4b7a661d) [INFO] [stderr] Compiling lazycell v1.1.0 [INFO] [stderr] Compiling rayon v1.0.2 [INFO] [stderr] Compiling gdk v0.9.0 (https://github.com/gtk-rs/gdk.git#42e86973) [INFO] [stderr] Compiling sysinfo v0.5.6 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling dtoa v0.4.2 [INFO] [stderr] Compiling gtk v0.5.0 (https://github.com/gtk-rs/gtk.git#7e2d2e55) [INFO] [stderr] Compiling itoa v0.4.1 [INFO] [stderr] Compiling bytesize v0.1.3 [INFO] [stderr] Compiling xcb v0.8.2 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling bincode v1.1.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling smallvec v0.6.4 [INFO] [stderr] Compiling probes v0.1.3 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling bytes v0.4.10 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling glib-sys v0.7.0 (https://github.com/gtk-rs/sys#57e83855) [INFO] [stderr] Compiling gobject-sys v0.7.0 (https://github.com/gtk-rs/sys#57e83855) [INFO] [stderr] Compiling gio-sys v0.7.0 (https://github.com/gtk-rs/sys#57e83855) [INFO] [stderr] Compiling gdk-pixbuf-sys v0.7.0 (https://github.com/gtk-rs/sys#57e83855) [INFO] [stderr] error: failed to run custom build command for `xcb v0.8.2` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/xcb-07f43961d149f513/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] error occured in handler: ('request: ', ('xcb', 'Composite', 'ReleaseOverlayWindow')) [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/rs_client.py", line 2448, in [INFO] [stderr] module.generate() [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/xcbgen/state.py", line 108, in generate [INFO] [stderr] self.close() [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/rs_client.py", line 296, in rs_close [INFO] [stderr] _f.writeout(os.path.join(module.rs_srcdir, "ffi", "%s.rs" % _module_name(_ns.ext_name))) [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/rs_client.py", line 114, in writeout [INFO] [stderr] with open(path, 'w') as f: [INFO] [stderr] OSError: [Errno 30] Read-only file system: '/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/src/ffi/composite.rs' [INFO] [stderr] thread 'main' panicked at 'processing of /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/xml/composite.xml returned non-zero (1)', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/build.rs:75:17 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x557867598b65 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x557867598b65 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x557867598b65 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x557867598b65 - ::fmt::h5fe20777f4174074 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x5578675bac3c - core::fmt::write::he14c3177144df275 [INFO] [stderr] at src/libcore/fmt/mod.rs:1076 [INFO] [stderr] 5: 0x557867596223 - std::io::Write::write_fmt::h8e26323bfab8bcc5 [INFO] [stderr] at src/libstd/io/mod.rs:1537 [INFO] [stderr] 6: 0x55786759b0a0 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x55786759b0a0 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x55786759b0a0 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stderr] at src/libstd/panicking.rs:198 [INFO] [stderr] 9: 0x55786759adec - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stderr] at src/libstd/panicking.rs:218 [INFO] [stderr] 10: 0x55786759b687 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stderr] at src/libstd/panicking.rs:486 [INFO] [stderr] 11: 0x55786759b28b - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:388 [INFO] [stderr] 12: 0x55786759b1fb - std::panicking::begin_panic_fmt::ha757bc84d5ed8cb6 [INFO] [stderr] at src/libstd/panicking.rs:342 [INFO] [stderr] 13: 0x557867584cdd - build_script_build::main::{{closure}}::h9d619514339cfc28 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/build.rs:75 [INFO] [stderr] 14: 0x5578675839a0 - build_script_build::visit_xml::h0012267902ff0ed8 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/build.rs:20 [INFO] [stderr] 15: 0x5578675840d5 - build_script_build::main::h19b6f183315d8c57 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/build.rs:56 [INFO] [stderr] 16: 0x55786758d24b - std::rt::lang_start::{{closure}}::he72ae1c2a7d0a812 [INFO] [stderr] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/rt.rs:67 [INFO] [stderr] 17: 0x55786759ba58 - std::rt::lang_start_internal::{{closure}}::hefb489d56a389b75 [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 18: 0x55786759ba58 - std::panicking::try::do_call::hb2bfa58b743656f1 [INFO] [stderr] at src/libstd/panicking.rs:297 [INFO] [stderr] 19: 0x55786759ba58 - std::panicking::try::haaa85a89ce3784c3 [INFO] [stderr] at src/libstd/panicking.rs:274 [INFO] [stderr] 20: 0x55786759ba58 - std::panic::catch_unwind::h49baa277f74e60cb [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 21: 0x55786759ba58 - std::rt::lang_start_internal::h7aa2f6739b31fe58 [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 22: 0x55786758d227 - std::rt::lang_start::h3019444b3d7c025a [INFO] [stderr] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/rt.rs:67 [INFO] [stderr] 23: 0x557867584d8a - main [INFO] [stderr] 24: 0x7f818a0e60b3 - __libc_start_main [INFO] [stderr] 25: 0x55786758318e - _start [INFO] [stderr] 26: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "54746c7dd9ca4ea4ce3d21bfc15b4b45dbdc71cdfd4328cae62dc0f84cb697f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54746c7dd9ca4ea4ce3d21bfc15b4b45dbdc71cdfd4328cae62dc0f84cb697f7", kill_on_drop: false }` [INFO] [stdout] 54746c7dd9ca4ea4ce3d21bfc15b4b45dbdc71cdfd4328cae62dc0f84cb697f7