[INFO] cloning repository https://github.com/xingjianwei/rust-auth-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xingjianwei/rust-auth-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxingjianwei%2Frust-auth-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxingjianwei%2Frust-auth-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e3f2e54c73c282cc9500aabff40c71033602bc2f [INFO] testing xingjianwei/rust-auth-server against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxingjianwei%2Frust-auth-server" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xingjianwei/rust-auth-server on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xingjianwei/rust-auth-server [INFO] finished tweaking git repo https://github.com/xingjianwei/rust-auth-server [INFO] tweaked toml for git repo https://github.com/xingjianwei/rust-auth-server written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/xingjianwei/rust-auth-server already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 03b6d99fa19505be1c64dd14ea7832f617b5267cd50b4c0c13c322139d2c5951 [INFO] running `Command { std: "docker" "start" "-a" "03b6d99fa19505be1c64dd14ea7832f617b5267cd50b4c0c13c322139d2c5951", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03b6d99fa19505be1c64dd14ea7832f617b5267cd50b4c0c13c322139d2c5951", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03b6d99fa19505be1c64dd14ea7832f617b5267cd50b4c0c13c322139d2c5951", kill_on_drop: false }` [INFO] [stdout] 03b6d99fa19505be1c64dd14ea7832f617b5267cd50b4c0c13c322139d2c5951 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d68a22fa28b512894157f1180999cc9d3d279c52cf8c366362b0d4d0eb0bda64 [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" "d68a22fa28b512894157f1180999cc9d3d279c52cf8c366362b0d4d0eb0bda64", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.57 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling spin v0.5.0 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling futures v0.1.27 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling rustc-demangle v0.1.15 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling string v0.1.3 [INFO] [stderr] Compiling encoding_rs v0.8.17 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling arc-swap v0.3.11 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling bindgen v0.48.1 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling untrusted v0.6.2 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling copyless v0.1.3 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling hashbrown v0.5.0 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling antidote v1.0.0 [INFO] [stderr] Compiling unicase v2.4.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling try_from v0.3.2 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling regex-syntax v0.6.6 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling miniz_oxide v0.2.1 [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling backtrace v0.3.26 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rand_chacha v0.2.0 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.0 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling tokio-trace-core v0.2.0 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling tokio-sync v0.1.5 [INFO] [stderr] Compiling actix-service v0.4.1 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling tokio-executor v0.1.7 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling socket2 v0.3.9 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling getrandom v0.1.6 [INFO] [stderr] Compiling signal-hook-registry v1.0.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling tokio-timer v0.2.11 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling mime v0.3.13 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling signal-hook v0.1.9 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling cexpr v0.3.5 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.0 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling actix-codec v0.1.2 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling r2d2 v0.8.5 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling actix-utils v0.4.2 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling actix-server-config v0.1.1 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling h2 v0.1.21 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling openssl-sys v0.9.47 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.1 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] error: failed to run custom build command for `libloading v0.5.2` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/libloading-7b76d93d60666fc3/build-script-build` (signal: 6, SIGABRT: process abort signal) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rustc-link-lib=dl [INFO] [stderr] NUM_JOBS = Some("14") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/libloading-6d891be6ad126318/out/src/os/unix/global_static.o" "-c" "src/os/unix/global_static.c" [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] 0: 0x55be43536ab0 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stderr] 1: 0x55be43536ab0 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55be43536ab0 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x55be43536ab0 - ::fmt::he009dcaaa75eed60 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] 4: 0x55be435565ec - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stderr] 5: 0x55be43532752 - std::io::Write::write_fmt::heb7e50902e98831c [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stderr] 6: 0x55be43539295 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x55be43539295 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x55be43539295 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x55be43538f38 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:227:9 [INFO] [stderr] 10: 0x55be43539a31 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stderr] 11: 0x55be43539547 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:497:13 [INFO] [stderr] 12: 0x55be43536f6c - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x55be435394d9 - rust_begin_unwind [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stderr] 14: 0x55be43555991 - core::panicking::panic_fmt::ha0bb065d9a260792 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/panicking.rs:92:14 [INFO] [stderr] 15: 0x55be435558dd - core::panicking::panic::h339b30ca166fd852 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/panicking.rs:50:5 [INFO] [stderr] 16: 0x55be4350d6c9 - core::mem::uninitialized::hab37b501daf97751 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] 17: 0x55be4350d6c9 - >::entry_of::h05603154c095d4a1 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/internal.rs:493:59 [INFO] [stderr] 18: 0x55be435140c3 - crossbeam_epoch::sync::list::List::insert::hf4c789c5d3ce0af9 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/sync/list.rs:176:29 [INFO] [stderr] 19: 0x55be4350c710 - crossbeam_epoch::internal::Local::register::h77ccea6123428266 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/internal.rs:291:13 [INFO] [stderr] 20: 0x55be4351574e - crossbeam_epoch::collector::Collector::register::h6f1729ed572a8abb [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/collector.rs:39:9 [INFO] [stderr] 21: 0x55be43511f54 - crossbeam_epoch::default::HANDLE::__init::h5997b4f03f4d363a [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/default.rs:17:34 [INFO] [stderr] 22: 0x55be43511669 - core::ops::function::FnOnce::call_once::h3df6f698eb239b57 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 23: 0x55be43516d8c - std::thread::local::lazy::LazyKeyInner::initialize::h232e0686d778a849 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/local.rs:304:25 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] 24: 0x55be43512026 - std::thread::local::fast::Key::try_initialize::h652b9fc1e05de019 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/local.rs:473:31 [INFO] [stderr] 25: 0x55be4351216b - std::thread::local::fast::Key::get::h7c908d275b8e9b40 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/local.rs:456:29 [INFO] [stderr] 26: 0x55be43511f8d - crossbeam_epoch::default::HANDLE::__getit::h931800901ec70550 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/local.rs:183:26 [INFO] [stderr] 27: 0x55be434ecb55 - std::thread::local::LocalKey::try_with::heb9598b55c4873bd [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/local.rs:271:32 [INFO] [stderr] 28: 0x55be434df743 - crossbeam_epoch::default::with_handle::h180085a48ea215a5 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/default.rs:42:5 [INFO] [stderr] 29: 0x55be434dfa1a - crossbeam_epoch::default::is_pinned::hd0775fbaa836593a [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/default.rs:29:5 [INFO] [stderr] 30: 0x55be434fc7f1 - crossbeam_deque::Stealer::steal::h9b512af7d3037cbb [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.6.3/src/lib.rs:660:12 [INFO] [stderr] 31: 0x55be434de63a - rayon_core::registry::WorkerThread::steal::{{closure}}::h0f425ba2213633f1 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:764:27 [INFO] [stderr] 32: 0x55be434db2db - core::ops::function::impls:: for &mut F>::call_mut::hb981086c243641e8 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 33: 0x55be434ea0e1 - core::iter::traits::iterator::Iterator::find_map::check::{{closure}}::h54e97850ad80c952 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2257:32 [INFO] [stderr] 34: 0x55be434ed44c - core::iter::adapters::filter_try_fold::{{closure}}::h76bdde70ad76222b [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/adapters/mod.rs:1078:44 [INFO] [stderr] 35: 0x55be434ecd7c - core::ops::function::impls:: for &mut F>::call_mut::hf69f47cd04d793ec [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 36: 0x55be434ea293 - core::iter::traits::iterator::Iterator::try_fold::h3ca88fbb9f3399fa [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:1888:21 [INFO] [stderr] 37: 0x55be434df3e2 - as core::iter::traits::iterator::Iterator>::try_fold::h7d450954f9a57894 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/adapters/chain.rs:105:19 [INFO] [stderr] 38: 0x55be434ec026 - as core::iter::traits::iterator::Iterator>::try_fold::hfddc8641b08e0549 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/adapters/mod.rs:1127:9 [INFO] [stderr] 39: 0x55be434ed0e1 - core::iter::traits::iterator::Iterator::find_map::h0d6de2a236fd7809 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2263:9 [INFO] [stderr] 40: 0x55be434ec096 - as core::iter::traits::iterator::Iterator>::next::h3708ceb59cb7e76b [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/adapters/mod.rs:1245:9 [INFO] [stderr] 41: 0x55be434de55b - rayon_core::registry::WorkerThread::steal::ha09ed2a14fc78fa1 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:758:9 [INFO] [stderr] 42: 0x55be434de292 - rayon_core::registry::WorkerThread::wait_until_cold::{{closure}}::hd4cdffc4b47efcba [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:714:29 [INFO] [stderr] 43: 0x55be434f7b53 - core::option::Option::or_else::h2fc6bf9d1175f8ac [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/option.rs:786:21 [INFO] [stderr] 44: 0x55be434ddf56 - rayon_core::registry::WorkerThread::wait_until_cold::hb81ed50253bf3a6b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:712:32 [INFO] [stderr] 45: 0x55be434dd98b - rayon_core::registry::WorkerThread::wait_until::h2155a905b9a2d790 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:692:13 [INFO] [stderr] 46: 0x55be434deb31 - rayon_core::registry::main_loop::hcd53193cb5374198 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:812:5 [INFO] [stderr] 47: 0x55be434db700 - rayon_core::registry::ThreadBuilder::run::h4bad3d09bc6d9589 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:58:18 [INFO] [stderr] 48: 0x55be434dbc61 - ::spawn::{{closure}}::h752d94d49828b112 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:103:20 [INFO] [stderr] 49: 0x55be434e24b5 - std::sys_common::backtrace::__rust_begin_short_backtrace::hcce4e0e248275ef7 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 50: 0x55be434e0e91 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8fd21d40dc6aa575 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stderr] 51: 0x55be434f23f1 - as core::ops::function::FnOnce<()>>::call_once::h39d76d5e4db4f260 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stderr] 52: 0x55be434e2962 - std::panicking::try::do_call::hae6854b3dace3096 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stderr] 53: 0x55be434e407d - __rust_try [INFO] [stderr] 54: 0x55be434e2724 - std::panicking::try::h75e7f6987af81811 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stderr] 55: 0x55be434f2c73 - std::panic::catch_unwind::h8ad2b22860544526 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stderr] 56: 0x55be434e0c50 - std::thread::Builder::spawn_unchecked::{{closure}}::hf75f4fb92167dc4b [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stderr] 57: 0x55be434e7b2f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h532b169462b8235f [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 58: 0x55be43540d3a - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stderr] 59: 0x55be43540d3a - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stderr] 60: 0x55be43540d3a - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stderr] 61: 0x7fd784a5c609 - start_thread [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] 62: 0x7fd78497d293 - clone [INFO] [stderr] 63: 0x0 - [INFO] [stderr] Rayon: detected unexpected panic; aborting [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55be43536ab0 - std::backtrace_rs::backtrace::libunwind:: [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d68a22fa28b512894157f1180999cc9d3d279c52cf8c366362b0d4d0eb0bda64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d68a22fa28b512894157f1180999cc9d3d279c52cf8c366362b0d4d0eb0bda64", kill_on_drop: false }` [INFO] [stdout] d68a22fa28b512894157f1180999cc9d3d279c52cf8c366362b0d4d0eb0bda64