[INFO] cloning repository https://github.com/Acture/pinyin-sort
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Acture/pinyin-sort" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FActure%2Fpinyin-sort", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FActure%2Fpinyin-sort'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 09caab5b333f811aa3b91d9f80a8755ccea35e2e
[INFO] checking Acture/pinyin-sort against try#94e848735e78b58442e0b82e9c60f8f430840389 for pr-149218
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FActure%2Fpinyin-sort" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Acture/pinyin-sort
[INFO] finished tweaking git repo https://github.com/Acture/pinyin-sort
[INFO] tweaked toml for git repo https://github.com/Acture/pinyin-sort written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Acture/pinyin-sort on toolchain 94e848735e78b58442e0b82e9c60f8f430840389
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+94e848735e78b58442e0b82e9c60f8f430840389" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Acture/pinyin-sort already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+94e848735e78b58442e0b82e9c60f8f430840389" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+94e848735e78b58442e0b82e9c60f8f430840389" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fa6e296687bef39b841b413a2e8288b82ed78e46ea49a9e00e425297623a7bde
[INFO] running `Command { std: "docker" "start" "-a" "fa6e296687bef39b841b413a2e8288b82ed78e46ea49a9e00e425297623a7bde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa6e296687bef39b841b413a2e8288b82ed78e46ea49a9e00e425297623a7bde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa6e296687bef39b841b413a2e8288b82ed78e46ea49a9e00e425297623a7bde", kill_on_drop: false }`
[INFO] [stdout] fa6e296687bef39b841b413a2e8288b82ed78e46ea49a9e00e425297623a7bde
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+94e848735e78b58442e0b82e9c60f8f430840389" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c064783ca14ab931346b1d98b5dd575e99a2c707d8869214d08cea24ea4d066c
[INFO] running `Command { std: "docker" "start" "-a" "c064783ca14ab931346b1d98b5dd575e99a2c707d8869214d08cea24ea4d066c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking winnow v0.7.12
[INFO] [stderr]     Checking toml_writer v1.0.2
[INFO] [stderr]     Checking clap_builder v4.5.43
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking toml_parser v1.0.2
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling pinyin-sort v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `pinyin-sort v0.1.1 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/pinyin-sort-63764b6c0292ed15/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/workdir/data/pinyin.csv
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (279) panicked at build.rs:14:59:
[INFO] [stderr]   called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x55fe9329fe42 - std::backtrace_rs::backtrace::libunwind::trace::h80e4eadf14c66f26
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x55fe9329fe42 - std::backtrace_rs::backtrace::trace_unsynchronized::he46a0c19ed38f7c7
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x55fe9329fe42 - std::sys::backtrace::_print_fmt::hc7a43b2421a0b6ba
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x55fe9329fe42 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h58cb999c48fcda8e
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x55fe932af1a7 - core::fmt::rt::Argument::fmt::h5811bb9db91c4bdf
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x55fe932af1a7 - core::fmt::write::hbe5d6514e7994ce4
[INFO] [stderr]      6:     0x55fe9327d6c6 - std::io::default_write_fmt::h9d9abe87a9458259
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x55fe9327d6c6 - std::io::Write::write_fmt::h959cd774853fbaf4
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/io/mod.rs:1994:13
[INFO] [stderr]      8:     0x55fe93284b51 - std::sys::backtrace::BacktraceLock::print::h1c1878c0edb74dcf
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x55fe93284b51 - std::panicking::default_hook::{{closure}}::h03783dc55b1c4639
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:293:27
[INFO] [stderr]     10:     0x55fe93284976 - std::panicking::default_hook::h9f69de0df6286f92
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:320:9
[INFO] [stderr]     11:     0x55fe9328505b - std::panicking::panic_with_hook::h5cd3d9dc1294b80b
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:826:13
[INFO] [stderr]     12:     0x55fe93284ed8 - std::panicking::panic_handler::{{closure}}::h17cea3611bf99675
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:699:13
[INFO] [stderr]     13:     0x55fe932832f9 - std::sys::backtrace::__rust_end_short_backtrace::h665c00b7404bec19
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x55fe9327265d - __rustc[a72051c83d0cfd7e]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:690:5
[INFO] [stderr]     15:     0x55fe932b258c - core::panicking::panic_fmt::h428a28ace6f8a6f4
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x55fe932b1e02 - core::result::unwrap_failed::hc5901a3fce0332e6
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/core/src/result.rs:1867:5
[INFO] [stderr]     17:     0x55fe9325ce12 - build_script_build[c15dc1d0df9503f3]::main
[INFO] [stderr]     18:     0x55fe93253753 - <fn() as core[c9d721919c7c7d9e]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     19:     0x55fe9325c876 - std[eba09e545cc47dd2]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     20:     0x55fe93255fb9 - std[eba09e545cc47dd2]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     21:     0x55fe9327eeba - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h363f97d521c47ff5
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     22:     0x55fe9327eeba - std::panicking::catch_unwind::do_call::h4a2dbbc2240abc17
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:582:40
[INFO] [stderr]     23:     0x55fe9327eeba - std::panicking::catch_unwind::he31676af1f997eb7
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:545:19
[INFO] [stderr]     24:     0x55fe9327eeba - std::panic::catch_unwind::he8ca5fc72329d194
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panic.rs:359:14
[INFO] [stderr]     25:     0x55fe9327eeba - std::rt::lang_start_internal::{{closure}}::hac4394c065bb209d
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/rt.rs:175:24
[INFO] [stderr]     26:     0x55fe9327eeba - std::panicking::catch_unwind::do_call::h38be5134ec9fde56
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:582:40
[INFO] [stderr]     27:     0x55fe9327eeba - std::panicking::catch_unwind::h2c7827a3ea4afc22
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:545:19
[INFO] [stderr]     28:     0x55fe9327eeba - std::panic::catch_unwind::h428ccb0beeec507c
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panic.rs:359:14
[INFO] [stderr]     29:     0x55fe9327eeba - std::rt::lang_start_internal::h067ee1eadeb6999d
[INFO] [stderr]                                  at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/rt.rs:171:5
[INFO] [stderr]     30:     0x55fe93255211 - std[eba09e545cc47dd2]::rt::lang_start::<()>
[INFO] [stderr]     31:     0x55fe9325f435 - main
[INFO] [stderr]     32:     0x7c26282c41ca - <unknown>
[INFO] [stderr]     33:     0x7c26282c428b - __libc_start_main
[INFO] [stderr]     34:     0x55fe93246415 - _start
[INFO] [stderr]     35:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c064783ca14ab931346b1d98b5dd575e99a2c707d8869214d08cea24ea4d066c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c064783ca14ab931346b1d98b5dd575e99a2c707d8869214d08cea24ea4d066c", kill_on_drop: false }`
[INFO] [stdout] c064783ca14ab931346b1d98b5dd575e99a2c707d8869214d08cea24ea4d066c
