[INFO] updating cached repository https://github.com/anekos/eitaro [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8b5e3004153ecb2926b700790607d52bcb7d0ab9 [INFO] checking anekos/eitaro against try#85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 for pr-73323 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanekos%2Feitaro" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/anekos/eitaro on toolchain 85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/anekos/eitaro [INFO] finished tweaking git repo https://github.com/anekos/eitaro [INFO] tweaked toml for git repo https://github.com/anekos/eitaro written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/anekos/eitaro already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 59817ef1f180da127fc372b0784907a99dd1e54220d6f7597bbc8a2dd5945992 [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" "59817ef1f180da127fc372b0784907a99dd1e54220d6f7597bbc8a2dd5945992", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59817ef1f180da127fc372b0784907a99dd1e54220d6f7597bbc8a2dd5945992", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59817ef1f180da127fc372b0784907a99dd1e54220d6f7597bbc8a2dd5945992", kill_on_drop: false }` [INFO] [stdout] 59817ef1f180da127fc372b0784907a99dd1e54220d6f7597bbc8a2dd5945992 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02eb6258c657fe046c903edc6dc24e50053a0d63ef5e18f69c58466b0429a8d7 [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" "02eb6258c657fe046c903edc6dc24e50053a0d63ef5e18f69c58466b0429a8d7", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling serde v1.0.100 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Compiling encoding_rs v0.8.19 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Checking arc-swap v0.4.2 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling gio v0.5.1 [INFO] [stderr] Checking sha1 v0.6.0 [INFO] [stderr] Checking fragile v0.3.0 [INFO] [stderr] Compiling gdk-pixbuf v0.5.0 [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Compiling gdk v0.9.0 [INFO] [stderr] Compiling gtk v0.5.0 [INFO] [stderr] Checking typeable v0.1.2 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking unicase v1.0.1 [INFO] [stderr] Checking utf8parse v0.1.1 [INFO] [stderr] Checking groupable v0.2.0 [INFO] [stderr] Compiling eitaro v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking hashbrown v0.3.1 [INFO] [stderr] Compiling cargo-husky v1.4.0 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking if-let-return v0.1.1 [INFO] [stderr] Checking array_tool v1.0.3 [INFO] [stderr] Checking lazy-init v0.3.0 [INFO] [stderr] Checking separator v0.3.1 [INFO] [stderr] Checking askama_escape v0.2.0 [INFO] [stderr] Checking closet v0.2.2 [INFO] [stderr] Compiling glib-sys v0.7.0 [INFO] [stderr] Compiling gobject-sys v0.7.0 [INFO] [stderr] Compiling gio-sys v0.7.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.7.0 [INFO] [stderr] Compiling cairo-sys-rs v0.7.0 [INFO] [stderr] Compiling pango-sys v0.7.0 [INFO] [stderr] Compiling gdk-sys v0.7.0 [INFO] [stderr] Compiling atk-sys v0.7.0 [INFO] [stderr] Compiling gtk-sys v0.7.0 [INFO] [stderr] Compiling libsqlite3-sys v0.16.0 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling lmdb-rkv-sys v0.8.6 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling lmdb-sys v0.8.0 [INFO] [stderr] Checking actix-service v0.4.2 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking unsafe-any v0.4.2 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Checking heck v0.3.1 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Checking app_dirs v1.2.1 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] error: failed to run custom build command for `eitaro v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/eitaro-29e4c54a83a88b47/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', build.rs:22:101 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x560e90ae37f5 - backtrace::backtrace::libunwind::trace::h34afbfad7fd770fc [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x560e90ae37f5 - backtrace::backtrace::trace_unsynchronized::h460d522b1619a600 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x560e90ae37f5 - std::sys_common::backtrace::_print_fmt::ha45fac10086813b4 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x560e90ae37f5 - ::fmt::hde84f63fcfd0e6de [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x560e90b0110c - core::fmt::write::h540ac4a6a1232abc [INFO] [stderr] at src/libcore/fmt/mod.rs:1076 [INFO] [stderr] 5: 0x560e90ae18c2 - std::io::Write::write_fmt::hc344eafd6e850b4d [INFO] [stderr] at src/libstd/io/mod.rs:1537 [INFO] [stderr] 6: 0x560e90ae5c30 - std::sys_common::backtrace::_print::h4db88ff15cb5d61d [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x560e90ae5c30 - std::sys_common::backtrace::print::h5fc39e1b1f610bd3 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x560e90ae5c30 - std::panicking::default_hook::{{closure}}::h59e55edacb1d974a [INFO] [stderr] at src/libstd/panicking.rs:198 [INFO] [stderr] 9: 0x560e90ae597c - std::panicking::default_hook::heee4c8016dfbf328 [INFO] [stderr] at src/libstd/panicking.rs:217 [INFO] [stderr] 10: 0x560e90ae6273 - std::panicking::rust_panic_with_hook::h8405b6301c79fb5a [INFO] [stderr] at src/libstd/panicking.rs:526 [INFO] [stderr] 11: 0x560e90ae5e6b - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:437 [INFO] [stderr] 12: 0x560e90b00511 - core::panicking::panic_fmt::h78830ea6a34e7206 [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 13: 0x560e90b00333 - core::option::expect_none_failed::hf79bbb5ca7e09e08 [INFO] [stderr] at src/libcore/option.rs:1269 [INFO] [stderr] 14: 0x560e90ad7a4b - core::result::Result::unwrap::he301ff2ac153294a [INFO] [stderr] at /rustc/85cc1486e1f000dce4bb8e1b3cfab2b654b102a8/src/libcore/result.rs:1005 [INFO] [stderr] 15: 0x560e90ad56da - build_script_build::main::h7b2493db119f2cdb [INFO] [stderr] at /opt/rustwide/workdir/build.rs:22 [INFO] [stderr] 16: 0x560e90ad2b4b - std::rt::lang_start::{{closure}}::h488deee4e45033e9 [INFO] [stderr] at /rustc/85cc1486e1f000dce4bb8e1b3cfab2b654b102a8/src/libstd/rt.rs:67 [INFO] [stderr] 17: 0x560e90ae6643 - std::rt::lang_start_internal::{{closure}}::h7cea099ad4edf1eb [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 18: 0x560e90ae6643 - std::panicking::try::do_call::h42d93372c44025d2 [INFO] [stderr] at src/libstd/panicking.rs:348 [INFO] [stderr] 19: 0x560e90ae6643 - std::panicking::try::hb47a4182362d3341 [INFO] [stderr] at src/libstd/panicking.rs:325 [INFO] [stderr] 20: 0x560e90ae6643 - std::panic::catch_unwind::h2afcfbf3125915b4 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 21: 0x560e90ae6643 - std::rt::lang_start_internal::h4f696727fe904f48 [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 22: 0x560e90ad2b27 - std::rt::lang_start::h0d6643381622c4ef [INFO] [stderr] at /rustc/85cc1486e1f000dce4bb8e1b3cfab2b654b102a8/src/libstd/rt.rs:67 [INFO] [stderr] 23: 0x560e90ad5c5a - main [INFO] [stderr] 24: 0x7fe659f490b3 - __libc_start_main [INFO] [stderr] 25: 0x560e90acd18e - _start [INFO] [stderr] 26: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "02eb6258c657fe046c903edc6dc24e50053a0d63ef5e18f69c58466b0429a8d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02eb6258c657fe046c903edc6dc24e50053a0d63ef5e18f69c58466b0429a8d7", kill_on_drop: false }` [INFO] [stdout] 02eb6258c657fe046c903edc6dc24e50053a0d63ef5e18f69c58466b0429a8d7