[INFO] updating cached repository https://github.com/masayoshi-louis/simple-http-radio [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7dfdedcb0ab9725bf6555b16722b1124d518ad62 [INFO] testing masayoshi-louis/simple-http-radio against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmasayoshi-louis%2Fsimple-http-radio" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/masayoshi-louis/simple-http-radio on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/masayoshi-louis/simple-http-radio [INFO] finished tweaking git repo https://github.com/masayoshi-louis/simple-http-radio [INFO] tweaked toml for git repo https://github.com/masayoshi-louis/simple-http-radio written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/masayoshi-louis/simple-http-radio already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] b69eb6f7707617a31f3a9c24934eccbb8f50d2768fc964ba228c28964317d9b7 [INFO] running `"docker" "start" "-a" "b69eb6f7707617a31f3a9c24934eccbb8f50d2768fc964ba228c28964317d9b7"` [INFO] [stderr] Compiling syn v0.15.38 [INFO] [stderr] Compiling bindgen v0.32.3 [INFO] [stderr] Compiling clang-sys v0.21.2 [INFO] [stderr] Compiling backtrace v0.3.31 [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling cpal v0.9.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.0 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.24 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling hyper v0.12.30 [INFO] [stderr] Compiling simple-http-radio v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `simple-http-radio v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/simple-http-radio-119bb13fe74833fa/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Couldn't write bindings!: Os { code: 30, kind: Other, message: "Read-only file system" }', src/libcore/result.rs:1084:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x556dcd46aa6b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x556dcd46aa6b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x556dcd46aa6b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x556dcd46aa6b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x556dcd46aa6b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stderr] at src/libstd/panicking.rs:200 [INFO] [stderr] 5: 0x556dcd46a746 - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stderr] at src/libstd/panicking.rs:214 [INFO] [stderr] 6: 0x556dcd46b1dd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 7: 0x556dcd46ad62 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stderr] at src/libstd/panicking.rs:384 [INFO] [stderr] 8: 0x556dcd46ac46 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:311 [INFO] [stderr] 9: 0x556dcd48a39d - core::panicking::panic_fmt::h7e9f94035af782b3 [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 10: 0x556dcd48a497 - core::result::unwrap_failed::hf7591c1dd9412006 [INFO] [stderr] at src/libcore/result.rs:1084 [INFO] [stderr] 11: 0x556dccec1289 - core::result::Result::expect::hefe071c2843ca7a1 [INFO] [stderr] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/result.rs:879 [INFO] [stderr] 12: 0x556dcce4e223 - build_script_build::main::h748cffb3f83e9c4d [INFO] [stderr] at /opt/rustwide/workdir/build.rs:18 [INFO] [stderr] 13: 0x556dcce4e340 - std::rt::lang_start::{{closure}}::h7d346003a1a9145d [INFO] [stderr] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/rt.rs:64 [INFO] [stderr] 14: 0x556dcd46abe3 - std::rt::lang_start_internal::{{closure}}::h4e93c1949c7a1955 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 15: 0x556dcd46abe3 - std::panicking::try::do_call::h9440ccd4dc467eaa [INFO] [stderr] at src/libstd/panicking.rs:296 [INFO] [stderr] 16: 0x556dcd4726da - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 17: 0x556dcd46b6ed - std::panicking::try::hc046e7ee42ee744f [INFO] [stderr] at src/libstd/panicking.rs:275 [INFO] [stderr] 18: 0x556dcd46b6ed - std::panic::catch_unwind::h27dfc457c200aee0 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 19: 0x556dcd46b6ed - std::rt::lang_start_internal::hea1b49a567afe309 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 20: 0x556dcce4e319 - std::rt::lang_start::he1840a80c8a7a5be [INFO] [stderr] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/rt.rs:64 [INFO] [stderr] 21: 0x556dcce4e2ca - main [INFO] [stderr] 22: 0x7fd4a823ab97 - __libc_start_main [INFO] [stderr] 23: 0x556dcce4b47a - _start [INFO] [stderr] 24: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "b69eb6f7707617a31f3a9c24934eccbb8f50d2768fc964ba228c28964317d9b7"` [INFO] running `"docker" "rm" "-f" "b69eb6f7707617a31f3a9c24934eccbb8f50d2768fc964ba228c28964317d9b7"` [INFO] [stdout] b69eb6f7707617a31f3a9c24934eccbb8f50d2768fc964ba228c28964317d9b7