[INFO] updating cached repository wycats/objectshell [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/wycats/objectshell [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/wycats/objectshell" "work/ex/beta-1.37-6/sources/1.36.0/gh/wycats/objectshell"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/wycats/objectshell'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/wycats/objectshell" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/wycats/objectshell"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/wycats/objectshell'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c9e74b1898e93312100ed13f8414bfb86ef54b57 [INFO] sha for GitHub repo wycats/objectshell: c9e74b1898e93312100ed13f8414bfb86ef54b57 [INFO] validating manifest of wycats/objectshell on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of wycats/objectshell on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing wycats/objectshell [INFO] finished frobbing wycats/objectshell [INFO] frobbed toml for wycats/objectshell written to work/ex/beta-1.37-6/sources/1.36.0/gh/wycats/objectshell/Cargo.toml [INFO] started frobbing wycats/objectshell [INFO] finished frobbing wycats/objectshell [INFO] frobbed toml for wycats/objectshell written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/wycats/objectshell/Cargo.toml [INFO] crate wycats/objectshell already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing wycats/objectshell against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/wycats/objectshell:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 8f64cfe2ef526802fb94552df7ceec64fe2377d7554b9548877d9a10552de08a [INFO] running `"docker" "start" "-a" "8f64cfe2ef526802fb94552df7ceec64fe2377d7554b9548877d9a10552de08a"` [INFO] [stderr] Compiling syn v0.15.37 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.16 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Compiling doc-comment v0.3.1 [INFO] [stderr] Compiling ordermap v0.3.5 [INFO] [stderr] Compiling sysinfo v0.8.6 [INFO] [stderr] Compiling is-match v0.1.0 [INFO] [stderr] Compiling xmlparser v0.9.0 [INFO] [stderr] Compiling shell-words v0.1.0 [INFO] [stderr] Compiling result v1.0.0 [INFO] [stderr] Compiling typed-arena v1.4.1 [INFO] [stderr] Compiling bytecount v0.3.2 [INFO] [stderr] Compiling encode_unicode v0.3.5 [INFO] [stderr] Compiling utf8parse v0.1.1 [INFO] [stderr] Compiling enum_derive v0.1.7 [INFO] [stderr] Compiling dunce v1.0.0 [INFO] [stderr] Compiling lalrpop-util v0.17.0 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling nom v5.0.0-beta3 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling ansi_colours v1.0.1 [INFO] [stderr] Compiling sys-info v0.5.7 [INFO] [stderr] Compiling onig_sys v69.1.0 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling libgit2-sys v0.8.1 [INFO] [stderr] Compiling conch-parser v0.1.1 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling walkdir v2.2.8 [INFO] [stderr] Compiling tint v1.0.1 [INFO] [stderr] Compiling enum-map-internals v0.1.2 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.16 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.16 [INFO] [stderr] Compiling app_dirs v1.2.1 [INFO] [stderr] Compiling pretty v0.5.2 [INFO] [stderr] Compiling petgraph v0.4.13 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling roxmltree v0.6.1 [INFO] [stderr] Compiling render-tree v0.1.1 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.16 [INFO] [stderr] Compiling stackvector v1.0.6 [INFO] [stderr] Compiling lexical-core v0.4.1 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling xcb v0.8.2 [INFO] [stderr] Compiling dirs-sys v0.3.3 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling clicolors-control v1.0.0 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling rustc-hash v1.0.1 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling content_inspector v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling enum-utils-from-str v0.1.0 [INFO] [stderr] Compiling dirs v2.0.1 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.1 [INFO] [stderr] Compiling term v0.5.2 [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/crater/target/debug/build/xcb-16087f0a6a3a9811/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] error occured in handler: ('request: ', ('xcb', 'GenericEvent', 'QueryVersion')) [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/opt/crater/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/crater/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/crater/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/crater/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/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/src/ffi/genericevent.rs' [INFO] [stderr] thread 'main' panicked at 'processing of /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/xml/ge.xml returned non-zero (1)', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/build.rs:75:17 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x562c4e30ccfb - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x562c4e30ccfb - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x562c4e30ccfb - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x562c4e30ccfb - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x562c4e30ccfb - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stderr] at src/libstd/panicking.rs:200 [INFO] [stderr] 5: 0x562c4e30c9d7 - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stderr] at src/libstd/panicking.rs:214 [INFO] [stderr] 6: 0x562c4e30d3c0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 7: 0x562c4e30cf42 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stderr] at src/libstd/panicking.rs:384 [INFO] [stderr] 8: 0x562c4e30ce8f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stderr] at src/libstd/panicking.rs:339 [INFO] [stderr] 9: 0x562c4e2f5293 - build_script_build::main::{{closure}}::h6cb4240eaad65c0d [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/build.rs:75 [INFO] [stderr] 10: 0x562c4e2f3afd - build_script_build::visit_xml::h5c887a7943ac5754 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/build.rs:20 [INFO] [stderr] 11: 0x562c4e2f4643 - build_script_build::main::h6ca0fe1544db89b0 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/build.rs:56 [INFO] [stderr] 12: 0x562c4e3001b0 - std::rt::lang_start::{{closure}}::h05d89a06395d4ce3 [INFO] [stderr] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/rt.rs:64 [INFO] [stderr] 13: 0x562c4e30ce13 - std::rt::lang_start_internal::{{closure}}::h055e1fdc5578d418 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 14: 0x562c4e30ce13 - std::panicking::try::do_call::h480cafa68c9928b4 [INFO] [stderr] at src/libstd/panicking.rs:296 [INFO] [stderr] 15: 0x562c4e3135aa - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:82 [INFO] [stderr] 16: 0x562c4e30d8cd - std::panicking::try::he0549d0299de204a [INFO] [stderr] at src/libstd/panicking.rs:275 [INFO] [stderr] 17: 0x562c4e30d8cd - std::panic::catch_unwind::h422dc2db98f03517 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 18: 0x562c4e30d8cd - std::rt::lang_start_internal::h121de03325a3f900 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 19: 0x562c4e300189 - std::rt::lang_start::h1296ae814785260d [INFO] [stderr] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/rt.rs:64 [INFO] [stderr] 20: 0x562c4e2f53da - main [INFO] [stderr] 21: 0x7fbdce3172e1 - __libc_start_main [INFO] [stderr] 22: 0x562c4e2ec9ba - _start [INFO] [stderr] 23: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "8f64cfe2ef526802fb94552df7ceec64fe2377d7554b9548877d9a10552de08a"` [INFO] running `"docker" "rm" "-f" "8f64cfe2ef526802fb94552df7ceec64fe2377d7554b9548877d9a10552de08a"` [INFO] [stdout] 8f64cfe2ef526802fb94552df7ceec64fe2377d7554b9548877d9a10552de08a