[INFO] cloning repository https://github.com/dskkato/myrlib [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dskkato/myrlib" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdskkato%2Fmyrlib", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdskkato%2Fmyrlib'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d6a6a0cd9350cc23f6e346e4c16bc7e0f5f158db [INFO] checking dskkato/myrlib against master#f82664191d0e8764b7435b9d72eb0e366b8b1464 for pr-83354 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdskkato%2Fmyrlib" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dskkato/myrlib on toolchain f82664191d0e8764b7435b9d72eb0e366b8b1464 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dskkato/myrlib [INFO] finished tweaking git repo https://github.com/dskkato/myrlib [INFO] tweaked toml for git repo https://github.com/dskkato/myrlib written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/dskkato/myrlib already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:4f92631de1aa59f8320307485d3b3c869a5c90ab1d76ce2cffab9807b8c9a1fb" "/opt/rustwide/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 77c439202f44559a2665ca7f8df3adf13ca481beec5d5f6a2a16352d991fa7e8 [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" "77c439202f44559a2665ca7f8df3adf13ca481beec5d5f6a2a16352d991fa7e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77c439202f44559a2665ca7f8df3adf13ca481beec5d5f6a2a16352d991fa7e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77c439202f44559a2665ca7f8df3adf13ca481beec5d5f6a2a16352d991fa7e8", kill_on_drop: false }` [INFO] [stdout] 77c439202f44559a2665ca7f8df3adf13ca481beec5d5f6a2a16352d991fa7e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:4f92631de1aa59f8320307485d3b3c869a5c90ab1d76ce2cffab9807b8c9a1fb" "/opt/rustwide/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7a3021cab08fec204c09da5584f6e90eca3cff40307ec8248311d6fc81ef2e0b [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" "7a3021cab08fec204c09da5584f6e90eca3cff40307ec8248311d6fc81ef2e0b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling cbindgen v0.9.1 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling toml v0.5.3 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling myrlib v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `myrlib v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/myrlib-cce6a3cf8e427637/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" }', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cbindgen-0.9.1/src/bindgen/bindings.rs:66:43 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x562e48e53400 - std::backtrace_rs::backtrace::libunwind::trace::h4dee703919bfd40a [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x562e48e53400 - std::backtrace_rs::backtrace::trace_unsynchronized::h457e839f1a563e20 [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x562e48e53400 - std::sys_common::backtrace::_print_fmt::h86a55fb30f8393c8 [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x562e48e53400 - ::fmt::h7b3d6cac46d277e1 [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x562e48e7534f - core::fmt::write::h127419eb46f2ecc9 [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/core/src/fmt/mod.rs:1092:17 [INFO] [stderr] 5: 0x562e48e50a12 - std::io::Write::write_fmt::h6010cfbb4726588b [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/io/mod.rs:1572:15 [INFO] [stderr] 6: 0x562e48e55855 - std::sys_common::backtrace::_print::h79b4f9652330cc9d [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x562e48e55855 - std::sys_common::backtrace::print::h330bb326a76af8cf [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x562e48e55855 - std::panicking::default_hook::{{closure}}::heb6a42a7d50a472e [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x562e48e55303 - std::panicking::default_hook::h17e521ba6d68d6e1 [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x562e48e55e80 - std::panicking::rust_panic_with_hook::h70db735e3a6e70cb [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/panicking.rs:595:17 [INFO] [stderr] 11: 0x562e48e559f7 - std::panicking::begin_panic_handler::{{closure}}::h777c71c8e5a7e25c [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/panicking.rs:497:13 [INFO] [stderr] 12: 0x562e48e538bc - std::sys_common::backtrace::__rust_end_short_backtrace::h3e9bf30168899554 [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x562e48e55959 - rust_begin_unwind [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/panicking.rs:493:5 [INFO] [stderr] 14: 0x562e489328d1 - core::panicking::panic_fmt::h5322a082d19786c3 [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/core/src/panicking.rs:92:14 [INFO] [stderr] 15: 0x562e489327c3 - core::option::expect_none_failed::h354eaa93a51d71b8 [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/core/src/option.rs:1329:5 [INFO] [stderr] 16: 0x562e489e46aa - core::result::Result::unwrap::hdc728115a6375113 [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/core/src/result.rs:1037:23 [INFO] [stderr] 17: 0x562e489d9681 - cbindgen::bindgen::bindings::Bindings::write_to_file::h2c5d268cb18604fb [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cbindgen-0.9.1/src/bindgen/bindings.rs:66:24 [INFO] [stderr] 18: 0x562e489ed987 - build_script_build::main::h3dabef0be530e78b [INFO] [stderr] at /opt/rustwide/workdir/build.rs:4:5 [INFO] [stderr] 19: 0x562e489de1eb - core::ops::function::FnOnce::call_once::h3ae26d59d96e869c [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 20: 0x562e489b3b1e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5d9768eb5e198750 [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 21: 0x562e489e7711 - std::rt::lang_start::{{closure}}::hbfcba58e67fe024b [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/rt.rs:66:18 [INFO] [stderr] 22: 0x562e48e5635a - core::ops::function::impls:: for &F>::call_once::hbcc915e668c7ca11 [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 23: 0x562e48e5635a - std::panicking::try::do_call::h6b0f430d48122ddf [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/panicking.rs:379:40 [INFO] [stderr] 24: 0x562e48e5635a - std::panicking::try::h6ba420e2e21b5afa [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/panicking.rs:343:19 [INFO] [stderr] 25: 0x562e48e5635a - std::panic::catch_unwind::h8366719d1f615eee [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/panic.rs:431:14 [INFO] [stderr] 26: 0x562e48e5635a - std::rt::lang_start_internal::h965c28c9ce06ee73 [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/rt.rs:51:25 [INFO] [stderr] 27: 0x562e489e76f0 - std::rt::lang_start::h5414910805b33c15 [INFO] [stderr] at /rustc/f82664191d0e8764b7435b9d72eb0e366b8b1464/library/std/src/rt.rs:65:5 [INFO] [stderr] 28: 0x562e489ed9ec - main [INFO] [stderr] 29: 0x7f66823a40b3 - __libc_start_main [INFO] [stderr] 30: 0x562e48932fde - _start [INFO] [stderr] 31: 0x0 - [INFO] running `Command { std: "docker" "inspect" "7a3021cab08fec204c09da5584f6e90eca3cff40307ec8248311d6fc81ef2e0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a3021cab08fec204c09da5584f6e90eca3cff40307ec8248311d6fc81ef2e0b", kill_on_drop: false }` [INFO] [stdout] 7a3021cab08fec204c09da5584f6e90eca3cff40307ec8248311d6fc81ef2e0b