[INFO] cloning repository https://github.com/samuwen/rusty_axe65 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/samuwen/rusty_axe65" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamuwen%2Frusty_axe65", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamuwen%2Frusty_axe65'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 86aa39b12064f74329ec4d760cb4011a033cb763 [INFO] checking samuwen/rusty_axe65 against try#94e848735e78b58442e0b82e9c60f8f430840389 for pr-149218 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamuwen%2Frusty_axe65" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/samuwen/rusty_axe65 [INFO] finished tweaking git repo https://github.com/samuwen/rusty_axe65 [INFO] tweaked toml for git repo https://github.com/samuwen/rusty_axe65 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/samuwen/rusty_axe65 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/samuwen/rusty_axe65 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded humantime v1.3.0 [INFO] [stderr] Downloaded clang-sys v1.0.3 [INFO] [stderr] Downloaded which v3.1.1 [INFO] [stderr] Downloaded termcolor v1.1.2 [INFO] [stderr] Downloaded onig v6.1.1 [INFO] [stderr] Downloaded yansi v0.5.0 [INFO] [stderr] Downloaded flexi_logger v0.16.2 [INFO] [stderr] Downloaded libloading v0.6.5 [INFO] [stderr] Downloaded bindgen v0.55.1 [INFO] [stderr] Downloaded syn v1.0.50 [INFO] [stderr] Downloaded onig_sys v69.6.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 3cafd62f400077f6cbb7b20d00001210a1b0b2cea5ee57634cd39a2187211ac6 [INFO] running `Command { std: "docker" "start" "-a" "3cafd62f400077f6cbb7b20d00001210a1b0b2cea5ee57634cd39a2187211ac6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3cafd62f400077f6cbb7b20d00001210a1b0b2cea5ee57634cd39a2187211ac6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cafd62f400077f6cbb7b20d00001210a1b0b2cea5ee57634cd39a2187211ac6", kill_on_drop: false }` [INFO] [stdout] 3cafd62f400077f6cbb7b20d00001210a1b0b2cea5ee57634cd39a2187211ac6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 9e6f26d5cf348272b795a6394e2886ab0d6abdeb116ee1fcb7ee3545f5155100 [INFO] running `Command { std: "docker" "start" "-a" "9e6f26d5cf348272b795a6394e2886ab0d6abdeb116ee1fcb7ee3545f5155100", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling clang-sys v1.0.3 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling libloading v0.6.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling bindgen v0.55.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling syn v1.0.50 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling cc v1.0.65 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking yansi v0.5.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Checking thiserror v1.0.22 [INFO] [stderr] Checking flexi_logger v0.16.2 [INFO] [stderr] Compiling onig_sys v69.6.0 [INFO] [stderr] error: failed to run custom build command for `onig_sys v69.6.0` [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/onig_sys-fecbf26673fb4371/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' (919) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.24/src/fallback.rs:693:9: [INFO] [stderr] "OnigValue_struct_(unnamed_at_oniguruma/src/oniguruma_h_771_3)" is not a valid Ident [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x6116096344f2 - 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: 0x6116096344f2 - 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: 0x6116096344f2 - std::sys::backtrace::_print_fmt::hc7a43b2421a0b6ba [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x6116096344f2 - ::fmt::h58cb999c48fcda8e [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x611609646277 - core::fmt::rt::Argument::fmt::h5811bb9db91c4bdf [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/core/src/fmt/rt.rs:152:76 [INFO] [stderr] 5: 0x611609646277 - core::fmt::write::hbe5d6514e7994ce4 [INFO] [stderr] 6: 0x611609603316 - std::io::default_write_fmt::h9d9abe87a9458259 [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x611609603316 - std::io::Write::write_fmt::h959cd774853fbaf4 [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/io/mod.rs:1994:13 [INFO] [stderr] 8: 0x611609611b04 - std::sys::backtrace::BacktraceLock::print::h1c1878c0edb74dcf [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x611609611b04 - std::panicking::default_hook::{{closure}}::h03783dc55b1c4639 [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:293:27 [INFO] [stderr] 10: 0x611609611929 - std::panicking::default_hook::h9f69de0df6286f92 [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:320:9 [INFO] [stderr] 11: 0x611609612102 - as core::ops::function::Fn>::call::hddaa6c670d39383b [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/alloc/src/boxed.rs:2099:9 [INFO] [stderr] 12: 0x611609612102 - std::panicking::panic_with_hook::h5cd3d9dc1294b80b [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:834:13 [INFO] [stderr] 13: 0x611609611e98 - std::panicking::panic_handler::{{closure}}::h17cea3611bf99675 [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:699:13 [INFO] [stderr] 14: 0x61160960e949 - std::sys::backtrace::__rust_end_short_backtrace::h665c00b7404bec19 [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] 15: 0x6116095f78bd - __rustc[a72051c83d0cfd7e]::rust_begin_unwind [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:690:5 [INFO] [stderr] 16: 0x61160965014c - core::panicking::panic_fmt::h428a28ace6f8a6f4 [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/core/src/panicking.rs:80:14 [INFO] [stderr] 17: 0x6116095e8d9b - proc_macro2[40be6aa113774e1e]::fallback::validate_ident [INFO] [stderr] 18: 0x6116095e8281 - ::_new [INFO] [stderr] 19: 0x6116095e823f - ::new [INFO] [stderr] 20: 0x6116095e53c8 - ::new [INFO] [stderr] 21: 0x6116095e28d8 - ::new [INFO] [stderr] 22: 0x61160931233f - ::rust_ident_raw::> [INFO] [stderr] 23: 0x611609311ca0 - ::rust_ident::<&alloc[e73a598ae3958ce2]::string::String> [INFO] [stderr] 24: 0x6116092e5359 - ::codegen [INFO] [stderr] 25: 0x6116093c84fd - ::codegen [INFO] [stderr] 26: 0x611609389777 - ::codegen [INFO] [stderr] 27: 0x6116092eb44a - ::codegen [INFO] [stderr] 28: 0x6116093c84fd - ::codegen [INFO] [stderr] 29: 0x611609389777 - ::codegen [INFO] [stderr] 30: 0x611609337c15 - ::codegen::{closure#0} [INFO] [stderr] 31: 0x611609348147 - ::codegen [INFO] [stderr] 32: 0x611609389752 - ::codegen [INFO] [stderr] 33: 0x61160933714b - bindgen[af4489fa68ae8bb2]::codegen::codegen::{closure#0} [INFO] [stderr] 34: 0x6116093135e8 - ::gen::> [INFO] [stderr] 35: 0x611609341e1d - bindgen[af4489fa68ae8bb2]::codegen::codegen [INFO] [stderr] 36: 0x61160935e823 - ::generate [INFO] [stderr] 37: 0x61160935ad85 - ::generate [INFO] [stderr] 38: 0x611609237f1e - build_script_build[66ceb60cd8130e35]::bindgen_headers [INFO] [stderr] 39: 0x611609238810 - build_script_build[66ceb60cd8130e35]::compile [INFO] [stderr] 40: 0x611609238251 - build_script_build[66ceb60cd8130e35]::main [INFO] [stderr] 41: 0x61160923b093 - >::call_once [INFO] [stderr] 42: 0x611609237ab6 - std[eba09e545cc47dd2]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stderr] 43: 0x611609237ae9 - std[eba09e545cc47dd2]::rt::lang_start::<()>::{closure#0} [INFO] [stderr] 44: 0x611609604dca - core::ops::function::impls:: for &F>::call_once::h363f97d521c47ff5 [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/core/src/ops/function.rs:287:21 [INFO] [stderr] 45: 0x611609604dca - std::panicking::catch_unwind::do_call::h4a2dbbc2240abc17 [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:582:40 [INFO] [stderr] 46: 0x611609604dca - std::panicking::catch_unwind::he31676af1f997eb7 [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:545:19 [INFO] [stderr] 47: 0x611609604dca - std::panic::catch_unwind::he8ca5fc72329d194 [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panic.rs:359:14 [INFO] [stderr] 48: 0x611609604dca - std::rt::lang_start_internal::{{closure}}::hac4394c065bb209d [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/rt.rs:175:24 [INFO] [stderr] 49: 0x611609604dca - std::panicking::catch_unwind::do_call::h38be5134ec9fde56 [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:582:40 [INFO] [stderr] 50: 0x611609604dca - std::panicking::catch_unwind::h2c7827a3ea4afc22 [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panicking.rs:545:19 [INFO] [stderr] 51: 0x611609604dca - std::panic::catch_unwind::h428ccb0beeec507c [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/panic.rs:359:14 [INFO] [stderr] 52: 0x611609604dca - std::rt::lang_start_internal::h067ee1eadeb6999d [INFO] [stderr] at /rustc/94e848735e78b58442e0b82e9c60f8f430840389/library/std/src/rt.rs:171:5 [INFO] [stderr] 53: 0x611609237aa1 - std[eba09e545cc47dd2]::rt::lang_start::<()> [INFO] [stderr] 54: 0x61160923b2b5 - main [INFO] [stderr] 55: 0x789ba4f581ca - [INFO] [stderr] 56: 0x789ba4f5828b - __libc_start_main [INFO] [stderr] 57: 0x611609236d25 - _start [INFO] [stderr] 58: 0x0 - [INFO] running `Command { std: "docker" "inspect" "9e6f26d5cf348272b795a6394e2886ab0d6abdeb116ee1fcb7ee3545f5155100", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e6f26d5cf348272b795a6394e2886ab0d6abdeb116ee1fcb7ee3545f5155100", kill_on_drop: false }` [INFO] [stdout] 9e6f26d5cf348272b795a6394e2886ab0d6abdeb116ee1fcb7ee3545f5155100