[INFO] cloning repository https://github.com/929496959/HopToDesk
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/929496959/HopToDesk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F929496959%2FHopToDesk", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F929496959%2FHopToDesk'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f98eb437b58308ee2607712a758716debe100c83
[INFO] building 929496959/HopToDesk against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F929496959%2FHopToDesk" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/929496959/HopToDesk on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/929496959/HopToDesk
[INFO] finished tweaking git repo https://github.com/929496959/HopToDesk
[INFO] tweaked toml for git repo https://github.com/929496959/HopToDesk written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/929496959/HopToDesk 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--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-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c827aa120f8426eb67b415a3bbf53936fb1a77267681edb64b033db63612659a
[INFO] running `Command { std: "docker" "start" "-a" "c827aa120f8426eb67b415a3bbf53936fb1a77267681edb64b033db63612659a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c827aa120f8426eb67b415a3bbf53936fb1a77267681edb64b033db63612659a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c827aa120f8426eb67b415a3bbf53936fb1a77267681edb64b033db63612659a", kill_on_drop: false }`
[INFO] [stdout] c827aa120f8426eb67b415a3bbf53936fb1a77267681edb64b033db63612659a
[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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a9967995a1e15ff80cc6ce8e35b25bbd76589b7dca218581788e9ac12a43c583
[INFO] running `Command { std: "docker" "start" "-a" "a9967995a1e15ff80cc6ce8e35b25bbd76589b7dca218581788e9ac12a43c583", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]    Compiling proc-macro2 v1.0.37
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling syn v1.0.92
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling once_cell v1.10.0
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling http v0.2.7
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling parking_lot v0.12.0
[INFO] [stderr]    Compiling mio v0.8.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling which v4.2.5
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling regex v1.5.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling openssl v0.10.39
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling openssl-sys v0.9.73
[INFO] [stderr]    Compiling anyhow v1.0.57
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling siphasher v0.2.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling phf_shared v0.7.24
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling crossbeam-channel v0.5.4
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling protobuf v3.0.0-alpha.2
[INFO] [stderr]    Compiling rayon-core v1.9.2
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]    Compiling clang-sys v1.3.1
[INFO] [stderr]    Compiling zstd-sys v1.6.2+zstd.1.5.1
[INFO] [stderr]    Compiling rayon v1.5.2
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling phf_codegen v0.7.24
[INFO] [stderr]    Compiling nix v0.23.1
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling dasp_sample v0.11.0
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling libsodium-sys v0.2.7
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling tokio v1.18.1
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling protoc v3.0.0-alpha.2
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling protobuf-parse v3.0.0-alpha.2
[INFO] [stderr]    Compiling pin-project-internal v1.0.10
[INFO] [stderr]    Compiling protobuf-codegen v3.0.0-alpha.2
[INFO] [stderr]    Compiling target_build_utils v0.3.1
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling crypto-common v0.1.3
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling libloading v0.7.3
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling bindgen v0.59.2
[INFO] [stderr]    Compiling serde v0.9.15
[INFO] [stderr]    Compiling zstd-safe v4.1.3+zstd.1.5.1
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling serde_json v1.0.80
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling itoa v0.3.4
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling tokio-util v0.7.1
[INFO] [stderr]    Compiling protobuf-codegen-pure v3.0.0-alpha.2
[INFO] [stderr]    Compiling pin-project v1.0.10
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_json v0.9.10
[INFO] [stderr]    Compiling dasp_frame v0.11.0
[INFO] [stderr]    Compiling phf v0.7.24
[INFO] [stderr]    Compiling libpulse-sys v1.19.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling signature v1.5.0
[INFO] [stderr]    Compiling shlex v1.1.0
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling ed25519 v1.4.1
[INFO] [stderr]    Compiling hbb_common v0.1.0 (/opt/rustwide/workdir/libs/hbb_common)
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling directories-next v2.0.0
[INFO] [stderr]    Compiling jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling miniz_oxide v0.5.1
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling camino v1.0.8
[INFO] [stderr]    Compiling semver v1.0.9
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling os_str_bytes v6.0.0
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling clap_lex v0.2.0
[INFO] [stderr]    Compiling confy v0.4.0 (https://github.com/open-trade/confy#630cc28a)
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling futures-executor v0.3.21
[INFO] [stderr] error: failed to run custom build command for `hbb_common v0.1.0 (/opt/rustwide/workdir/libs/hbb_common)`
[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/hbb_common-ca1d6b9d5fc62983/build-script-build` (signal: 6, SIGABRT: process abort signal)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' panicked at library/core/src/panicking.rs:218:5:
[INFO] [stderr]   unsafe precondition(s) violated: slice::get_unchecked_mut requires that the range is within the slice
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5d59e469091a - std::backtrace_rs::backtrace::libunwind::trace::hb592e8fae072c7e3
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
[INFO] [stderr]      1:     0x5d59e469091a - std::backtrace_rs::backtrace::trace_unsynchronized::h8927fd6287254ed0
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x5d59e469091a - std::sys::backtrace::_print_fmt::hc83c64bb828feee6
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x5d59e469091a - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h57c3f6132393e01d
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x5d59e46b4d43 - core::fmt::rt::Argument::fmt::h4939d14a683ecc7e
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/core/src/fmt/rt.rs:177:76
[INFO] [stderr]      5:     0x5d59e46b4d43 - core::fmt::write::h5279a33f365588a6
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/core/src/fmt/mod.rs:1440:21
[INFO] [stderr]      6:     0x5d59e468dbe3 - std::io::Write::write_fmt::h439bcb4e9cbc1e1e
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/io/mod.rs:1887:15
[INFO] [stderr]      7:     0x5d59e4690762 - std::sys::backtrace::BacktraceLock::print::h08f61ba9b844b4ac
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      8:     0x5d59e46917d0 - std::panicking::default_hook::{{closure}}::ha7d66a7a8cf0304f
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/panicking.rs:295:22
[INFO] [stderr]      9:     0x5d59e46915b0 - std::panicking::default_hook::h130dd4cc4e018e28
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/panicking.rs:322:9
[INFO] [stderr]     10:     0x5d59e4691f72 - std::panicking::rust_panic_with_hook::h429a5d73cf660a69
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/panicking.rs:828:13
[INFO] [stderr]     11:     0x5d59e4691cc6 - std::panicking::begin_panic_handler::{{closure}}::h8ee26903b8ef2276
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/panicking.rs:694:13
[INFO] [stderr]     12:     0x5d59e4690e29 - std::sys::backtrace::__rust_end_short_backtrace::hc830b1279d63031c
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/sys/backtrace.rs:168:18
[INFO] [stderr]     13:     0x5d59e469198d - rust_begin_unwind
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/panicking.rs:692:5
[INFO] [stderr]     14:     0x5d59e46b26ed - core::panicking::panic_nounwind_fmt::runtime::h73600dc8685a2d85
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/core/src/panicking.rs:117:22
[INFO] [stderr]     15:     0x5d59e46b26ed - core::panicking::panic_nounwind_fmt::h23d9f5352ce73a1b
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/core/src/intrinsics/mod.rs:3869:9
[INFO] [stderr]     16:     0x5d59e46b2782 - core::panicking::panic_nounwind::h0bfe873de9992f11
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/core/src/panicking.rs:218:5
[INFO] [stderr]     17:     0x5d59e464d886 - <core::ops::range::Range<usize> as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h95e996ae3460e8a5
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/core/src/ub_checks.rs:68:21
[INFO] [stderr]     18:     0x5d59e45b33d0 - <core::ops::range::Range<usize> as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h3251316b25c70f34
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/core/src/ub_checks.rs:75:17
[INFO] [stderr]     19:     0x5d59e45b36c6 - <core::ops::range::RangeTo<usize> as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::hc6e7513c935a4971
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/core/src/slice/index.rs:517:18
[INFO] [stderr]     20:     0x5d59e45de2dc - core::slice::<impl [T]>::get_unchecked_mut::ha9c06286df70bdf8
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/core/src/slice/mod.rs:707:24
[INFO] [stderr]     21:     0x5d59e464c47d - protobuf::buf_read_iter::BufReadIter::read_exact_to_vec::hb9c292b37082d466
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/buf_read_iter.rs:358:38
[INFO] [stderr]     22:     0x5d59e463fdc3 - protobuf::coded_input_stream::CodedInputStream::read_raw_bytes_into::h3b4569d0e5f3a70c
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/coded_input_stream.rs:539:9
[INFO] [stderr]     23:     0x5d59e4640164 - protobuf::coded_input_stream::CodedInputStream::read_bytes_into::h60af33fe353be873
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/coded_input_stream.rs:579:9
[INFO] [stderr]     24:     0x5d59e464045a - protobuf::coded_input_stream::CodedInputStream::read_string_into::h0895e13c48b743bc
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/coded_input_stream.rs:595:9
[INFO] [stderr]     25:     0x5d59e4640285 - protobuf::coded_input_stream::CodedInputStream::read_string::h87c2c70e2212a3bd
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/coded_input_stream.rs:586:9
[INFO] [stderr]     26:     0x5d59e45773a8 - <protobuf::descriptor::FileDescriptorProto as protobuf::message::Message>::merge_from::h563440e1b93bebc1
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/descriptor.rs:427:61
[INFO] [stderr]     27:     0x5d59e45982cb - protobuf::message::Message::parse_from::h43419660fd02532e
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/message.rs:57:9
[INFO] [stderr]     28:     0x5d59e45984ba - protobuf::message::Message::parse_from_bytes::h23624168ec5f2adc
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/message.rs:133:17
[INFO] [stderr]     29:     0x5d59e459757a - protobuf::descriptor::file_descriptor_proto::{{closure}}::hac292823d354c486
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/descriptor.rs:9809:9
[INFO] [stderr]     30:     0x5d59e45f7033 - protobuf::lazy_v2::LazyV2<T>::get::{{closure}}::ha791214b0233a445
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/lazy_v2.rs:30:47
[INFO] [stderr]     31:     0x5d59e46007a9 - std::sync::poison::once::Once::call_once::{{closure}}::hc7568ac52d3a5e62
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/sync/poison/once.rs:158:41
[INFO] [stderr]     32:     0x5d59e4694fa4 - std::sys::sync::once::futex::Once::call::h6a3deba3a77b81cc
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/sys/sync/once/futex.rs:176:21
[INFO] [stderr]     33:     0x5d59e46006a4 - std::sync::poison::once::Once::call_once::he80fe8fcb542f782
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/sync/poison/once.rs:158:9
[INFO] [stderr]     34:     0x5d59e45f6f34 - protobuf::lazy_v2::LazyV2<T>::get::heeac7922a588beb1
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/lazy_v2.rs:28:9
[INFO] [stderr]     35:     0x5d59e459754e - protobuf::descriptor::file_descriptor_proto::h1f488629b3aaa4af
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/descriptor.rs:9808:5
[INFO] [stderr]     36:     0x5d59e4597d6d - protobuf::descriptor::file_descriptor::{{closure}}::hd939ba66df217424
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/descriptor.rs:9854:13
[INFO] [stderr]     37:     0x5d59e45f6f72 - protobuf::lazy_v2::LazyV2<T>::get::{{closure}}::h25223eb474ed9277
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/lazy_v2.rs:30:47
[INFO] [stderr]     38:     0x5d59e4600739 - std::sync::poison::once::Once::call_once::{{closure}}::h18f48e4d677286bb
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/sync/poison/once.rs:158:41
[INFO] [stderr]     39:     0x5d59e4694fa4 - std::sys::sync::once::futex::Once::call::h6a3deba3a77b81cc
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/sys/sync/once/futex.rs:176:21
[INFO] [stderr]     40:     0x5d59e46005d4 - std::sync::poison::once::Once::call_once::h6f8b38440ee7bf25
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/sync/poison/once.rs:158:9
[INFO] [stderr]     41:     0x5d59e45f6ef4 - protobuf::lazy_v2::LazyV2<T>::get::hd85c769dffd55de3
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/lazy_v2.rs:28:9
[INFO] [stderr]     42:     0x5d59e4597661 - protobuf::descriptor::file_descriptor::hd4dc4ef61dbde029
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/descriptor.rs:9816:27
[INFO] [stderr]     43:     0x5d59e4579354 - <protobuf::descriptor::FileDescriptorProto as protobuf::message::Message>::descriptor_static::h0331ab0b49920491
[INFO] [stderr]                                  at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.0.0-alpha.2/src/descriptor.rs:585:60
[INFO] [stderr]     44:     0x5d59e447300e - protobuf::reflect::message::MessageDescriptor::for_type::ha0163e7a65cf0c0b
[INFO] [stderr]     45:     0x5d59e44ae62a - protobuf_codegen::gen_file::{{closure}}::h0323baebe818ca38
[INFO] [stderr]     46:     0x5d59e44849ca - protobuf::lazy_v2::LazyV2<T>::get::{{closure}}::h4e7f1a8c4d4df65d
[INFO] [stderr]     47:     0x5d59e44a4de5 - std::sync::poison::once::Once::call_once::{{closure}}::hba8e3d1d43a1233d
[INFO] [stderr]     48:     0x5d59e4694fa4 - std::sys::sync::once::futex::Once::call::h6a3deba3a77b81cc
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/sys/sync/once/futex.rs:176:21
[INFO] [stderr]     49:     0x5d59e44a4c36 - std::sync::poison::once::Once::call_once::hd269cda4be65e46d
[INFO] [stderr]     50:     0x5d59e4484814 - protobuf::lazy_v2::LazyV2<T>::get::h049d636950b47347
[INFO] [stderr]     51:     0x5d59e44ad91f - protobuf_codegen::gen_file::hf0ee9ead79bda56e
[INFO] [stderr]     52:     0x5d59e44af382 - protobuf_codegen::gen::h0f3e7d338b408892
[INFO] [stderr]     53:     0x5d59e44af779 - protobuf_codegen::gen_and_write::hb4489fc685402e04
[INFO] [stderr]     54:     0x5d59e4416af6 - protobuf_codegen_pure::Codegen::run::hfd9a5e3a1dfdef4d
[INFO] [stderr]     55:     0x5d59e4416120 - build_script_build::main::he3fc4e06f57c4958
[INFO] [stderr]     56:     0x5d59e4415e73 - core::ops::function::FnOnce::call_once::h31fa5f4742e5464c
[INFO] [stderr]     57:     0x5d59e4415e56 - std::sys::backtrace::__rust_begin_short_backtrace::h58bee862697ddf93
[INFO] [stderr]     58:     0x5d59e4415e39 - std::rt::lang_start::{{closure}}::hcb16563f07b8531a
[INFO] [stderr]     59:     0x5d59e468ac37 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h608e79d482179a73
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     60:     0x5d59e468ac37 - std::panicking::try::do_call::h68af151b24870582
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/panicking.rs:584:40
[INFO] [stderr]     61:     0x5d59e468ac37 - std::panicking::try::ha3328a6a71abe6a1
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/panicking.rs:547:19
[INFO] [stderr]     62:     0x5d59e468ac37 - std::panic::catch_unwind::hab25edf77eece0af
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/panic.rs:358:14
[INFO] [stderr]     63:     0x5d59e468ac37 - std::rt::lang_start_internal::{{closure}}::h675ae012d3c7e5f1
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/rt.rs:174:48
[INFO] [stderr]     64:     0x5d59e468ac37 - std::panicking::try::do_call::h959dd56984007ef9
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/panicking.rs:584:40
[INFO] [stderr]     65:     0x5d59e468ac37 - std::panicking::try::h680ac32c918982f6
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/panicking.rs:547:19
[INFO] [stderr]     66:     0x5d59e468ac37 - std::panic::catch_unwind::hdbe022418e45492f
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/panic.rs:358:14
[INFO] [stderr]     67:     0x5d59e468ac37 - std::rt::lang_start_internal::h6fa91857d7bd0472
[INFO] [stderr]                                  at /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/rt.rs:174:20
[INFO] [stderr]     68:     0x5d59e4415e17 - std::rt::lang_start::h65df629d205dd5bf
[INFO] [stderr]     69:     0x5d59e4416195 - main
[INFO] [stderr]     70:     0x7c90f8cf5d90 - <unknown>
[INFO] [stderr]     71:     0x7c90f8cf5e40 - __libc_start_main
[INFO] [stderr]     72:     0x5d59e4415a15 - _start
[INFO] [stderr]     73:                0x0 - <unknown>
[INFO] [stderr]   thread caused non-unwinding panic. aborting.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a9967995a1e15ff80cc6ce8e35b25bbd76589b7dca218581788e9ac12a43c583", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9967995a1e15ff80cc6ce8e35b25bbd76589b7dca218581788e9ac12a43c583", kill_on_drop: false }`
[INFO] [stdout] a9967995a1e15ff80cc6ce8e35b25bbd76589b7dca218581788e9ac12a43c583
