[INFO] updating cached repository https://github.com/danieldulaney/portable-shortcuts-rs [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2ca649b9360570593193a0a3230c1ff584a98a4e [INFO] checking danieldulaney/portable-shortcuts-rs against master#6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 for pr-70872 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanieldulaney%2Fportable-shortcuts-rs" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/danieldulaney/portable-shortcuts-rs on toolchain 6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/danieldulaney/portable-shortcuts-rs [INFO] finished tweaking git repo https://github.com/danieldulaney/portable-shortcuts-rs [INFO] tweaked toml for git repo https://github.com/danieldulaney/portable-shortcuts-rs written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/danieldulaney/portable-shortcuts-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "/opt/rustwide/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9330ec0f477135bdfd4cfe8017065e0bb343933790ea99fde2746e417cc3e2a5 [INFO] running `"docker" "start" "-a" "9330ec0f477135bdfd4cfe8017065e0bb343933790ea99fde2746e417cc3e2a5"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v1.0.27 [INFO] [stderr] Checking toml v0.4.5 [INFO] [stderr] Compiling serde_derive_internals v0.19.0 [INFO] [stderr] Compiling serde_derive v1.0.27 [INFO] [stderr] Compiling portable-shortcuts v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `portable-shortcuts v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/portable-shortcuts-8b2a9fc33d55e75d/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=assets/config.toml [INFO] [stderr] cargo:rerun-if-changed=assets/template.rs [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] Loading config assets/config.toml [INFO] [stderr] Found config Config { template: "assets/template.rs", src_dir: "src/bin", paths: ["a:/tools/git/bin", "a:/tools/anaconda", "a:/tools/anaconda/scripts", "a:/tools/anaconda/Library/bin", "a:/tools/anaconda/Library/plugins/platforms", "a:/tools/jdk/bin", "a:/tools/perl/perl/bin", "a:/tools/neovim/bin", "a:/tools/shortcut_tools", "a:/tools/7-zip", "a:/tools/putty", "a:/tools/node", "a:/tools/mingw64/bin", "a:/config/cargo/bin"], envs: {"RUSTUP_HOME": "a:/tools/rust", "CARGO_HOME": "a:/config/cargo", "JAVA_HOME": "a:/tools/jdk", "GIT_SSH": "a:/tools/putty/plink.exe", "HOME": "a:/config", "XDG_CONFIG_HOME": "a:/config"}, shortcuts: {"emacs": Shortcut { target: "a:/tools/emacs/bin/emacs.exe", cli: true, args: ["-nw"] }, "7-zip": Shortcut { target: "a:/tools/7-zip/7zFM.exe", cli: false, args: [] }, "console": Shortcut { target: "cmd", cli: true, args: [] }}, terminal: "a:/tools/conemu/ConEmu64.exe", terminal_flags: ["-run"] } [INFO] [stderr] Loading template file "assets/template.rs" [INFO] [stderr] Loaded template [INFO] [stderr] Handling shortcut emacs: Shortcut { target: "a:/tools/emacs/bin/emacs.exe", cli: true, args: ["-nw"] } [INFO] [stderr] Writing to source file "src/bin/emacs.rs" [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:102:28 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55e62d53e704 - backtrace::backtrace::libunwind::trace::hcdd38e03c5c0ae1d [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x55e62d53e704 - backtrace::backtrace::trace_unsynchronized::he5bd7c616dadfd7d [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55e62d53e704 - std::sys_common::backtrace::_print_fmt::h5c76d4ca71f55821 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x55e62d53e704 - ::fmt::h2c8c63d62d7bea1c [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x55e62d56238c - core::fmt::write::h97d981a565c87982 [INFO] [stderr] at src/libcore/fmt/mod.rs:1069 [INFO] [stderr] 5: 0x55e62d53c373 - std::io::Write::write_fmt::h76b54795ca4d1941 [INFO] [stderr] at src/libstd/io/mod.rs:1439 [INFO] [stderr] 6: 0x55e62d540ca5 - std::sys_common::backtrace::_print::h93fb2909159290d7 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x55e62d540ca5 - std::sys_common::backtrace::print::ha755c3134746c2d0 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x55e62d540ca5 - std::panicking::default_hook::{{closure}}::h3a7ab24b109d5437 [INFO] [stderr] at src/libstd/panicking.rs:198 [INFO] [stderr] 9: 0x55e62d5409e2 - std::panicking::default_hook::h2aa3c18a39936382 [INFO] [stderr] at src/libstd/panicking.rs:218 [INFO] [stderr] 10: 0x55e62d5412b2 - std::panicking::rust_panic_with_hook::h5035e60b675c5c99 [INFO] [stderr] at src/libstd/panicking.rs:511 [INFO] [stderr] 11: 0x55e62d540e9b - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:419 [INFO] [stderr] 12: 0x55e62d560b01 - core::panicking::panic_fmt::h7fe09dc6d8aa54c4 [INFO] [stderr] at src/libcore/panicking.rs:111 [INFO] [stderr] 13: 0x55e62d560923 - core::option::expect_none_failed::h294957c8cca982d9 [INFO] [stderr] at src/libcore/option.rs:1268 [INFO] [stderr] 14: 0x55e62d4e083b - core::result::Result::unwrap::h0e24c925913e80e2 [INFO] [stderr] at /rustc/6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257/src/libcore/result.rs:1005 [INFO] [stderr] 15: 0x55e62d4e5df8 - build_script_build::main::h6920a47621e27dde [INFO] [stderr] at /opt/rustwide/workdir/build.rs:102 [INFO] [stderr] 16: 0x55e62d4dc4db - std::rt::lang_start::{{closure}}::h48ea5eb144187bd4 [INFO] [stderr] at /rustc/6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257/src/libstd/rt.rs:67 [INFO] [stderr] 17: 0x55e62d5416f8 - std::rt::lang_start_internal::{{closure}}::h749f73f80f2a20f1 [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 18: 0x55e62d5416f8 - std::panicking::try::do_call::h34ae69cab909f7d2 [INFO] [stderr] at src/libstd/panicking.rs:331 [INFO] [stderr] 19: 0x55e62d5416f8 - std::panicking::try::he6d9ae6f665ea78e [INFO] [stderr] at src/libstd/panicking.rs:274 [INFO] [stderr] 20: 0x55e62d5416f8 - std::panic::catch_unwind::hb821659e1ed61148 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 21: 0x55e62d5416f8 - std::rt::lang_start_internal::hc7231d8ca9ca0aea [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 22: 0x55e62d4dc4b7 - std::rt::lang_start::h7fc90c693f10d941 [INFO] [stderr] at /rustc/6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257/src/libstd/rt.rs:67 [INFO] [stderr] 23: 0x55e62d4ecd7a - main [INFO] [stderr] 24: 0x7fb36cca5b97 - __libc_start_main [INFO] [stderr] 25: 0x55e62d4c17ba - _start [INFO] [stderr] 26: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "9330ec0f477135bdfd4cfe8017065e0bb343933790ea99fde2746e417cc3e2a5"` [INFO] running `"docker" "rm" "-f" "9330ec0f477135bdfd4cfe8017065e0bb343933790ea99fde2746e417cc3e2a5"` [INFO] [stdout] 9330ec0f477135bdfd4cfe8017065e0bb343933790ea99fde2746e417cc3e2a5