[INFO] cloning repository https://github.com/travismiller/not80 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/travismiller/not80" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftravismiller%2Fnot80", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftravismiller%2Fnot80'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 92b97fd8e0fc1a1cd3a3328dee9afd838d93da6c [INFO] testing travismiller/not80 against try#ddc023471205c186b40f4bf8ffb598008dbf4885 for pr-87041-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftravismiller%2Fnot80" "/workspace/builds/worker-104/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-104/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/travismiller/not80 on toolchain ddc023471205c186b40f4bf8ffb598008dbf4885 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddc023471205c186b40f4bf8ffb598008dbf4885" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/travismiller/not80 [INFO] finished tweaking git repo https://github.com/travismiller/not80 [INFO] tweaked toml for git repo https://github.com/travismiller/not80 written to /workspace/builds/worker-104/source/Cargo.toml [INFO] crate git repo https://github.com/travismiller/not80 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddc023471205c186b40f4bf8ffb598008dbf4885" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fuchsia-zircon v0.3.2 [INFO] [stderr] Downloaded rand v0.3.19 [INFO] [stderr] Downloaded hyper v0.11.10 [INFO] [stderr] Downloaded fuchsia-zircon-sys v0.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/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:a429bb59b7a3b4e7270a4b4c243bb115fc561d8f62ec34ef63a0a36cabf65dfd" "/opt/rustwide/cargo-home/bin/cargo" "+ddc023471205c186b40f4bf8ffb598008dbf4885" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a9a216f545e3a12a3623bdfd7e51e935e2759f51b23409058ffb8766fc580da1 [INFO] running `Command { std: "docker" "start" "-a" "a9a216f545e3a12a3623bdfd7e51e935e2759f51b23409058ffb8766fc580da1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a9a216f545e3a12a3623bdfd7e51e935e2759f51b23409058ffb8766fc580da1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9a216f545e3a12a3623bdfd7e51e935e2759f51b23409058ffb8766fc580da1", kill_on_drop: false }` [INFO] [stdout] a9a216f545e3a12a3623bdfd7e51e935e2759f51b23409058ffb8766fc580da1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/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" "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:a429bb59b7a3b4e7270a4b4c243bb115fc561d8f62ec34ef63a0a36cabf65dfd" "/opt/rustwide/cargo-home/bin/cargo" "+ddc023471205c186b40f4bf8ffb598008dbf4885" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8722f922522d58676f9ccba17009c5f47a784bf1ed888cfd70e331079e8c22f7 [INFO] running `Command { std: "docker" "start" "-a" "8722f922522d58676f9ccba17009c5f47a784bf1ed888cfd70e331079e8c22f7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.34 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling either v1.4.0 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling byteorder v1.2.1 [INFO] [stderr] Compiling futures v0.1.17 [INFO] [stderr] Compiling cc v1.0.3 [INFO] [stderr] Compiling version_check v0.1.3 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling untrusted v0.5.1 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling rustc-demangle v0.1.5 [INFO] [stderr] Compiling lazycell v0.5.1 [INFO] [stderr] Compiling scoped-tls v0.1.0 [INFO] [stderr] Compiling slab v0.4.0 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling smallvec v0.2.1 [INFO] [stderr] Compiling take v0.1.0 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling httparse v1.2.3 [INFO] [stderr] Compiling log v0.4.0 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling base64 v0.9.0 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling rand v0.3.19 [INFO] [stderr] Compiling num_cpus v1.7.0 [INFO] [stderr] Compiling iovec v0.1.1 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling bytes v0.4.5 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Compiling mio v0.6.11 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.7 [INFO] [stderr] Compiling relay v0.1.0 [INFO] [stderr] Compiling regex v0.2.3 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling tokio-io v0.1.4 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling derive-error-chain v0.10.1 [INFO] [stderr] Compiling mime v0.3.5 [INFO] [stderr] Compiling tokio-core v0.1.11 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.10 [INFO] [stderr] error: failed to run custom build command for `ring v0.12.1` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/ring-db2b8f47d37018bb/build-script-build` (signal: 6, SIGABRT: process abort signal) [INFO] [stderr] --- stdout [INFO] [stderr] CARGO: /opt/rustwide/rustup-home/toolchains/ddc023471205c186b40f4bf8ffb598008dbf4885/bin/cargo [INFO] [stderr] CARGO_CFG_PANIC: unwind [INFO] [stderr] CARGO_CFG_TARGET_ABI: [INFO] [stderr] CARGO_CFG_TARGET_ARCH: x86_64 [INFO] [stderr] CARGO_CFG_TARGET_ENDIAN: little [INFO] [stderr] CARGO_CFG_TARGET_ENV: gnu [INFO] [stderr] CARGO_CFG_TARGET_FAMILY: unix [INFO] [stderr] CARGO_CFG_TARGET_FEATURE: fxsr,sse,sse2 [INFO] [stderr] CARGO_CFG_TARGET_HAS_ATOMIC: 16,32,64,8,ptr [INFO] [stderr] CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT: 16,32,64,8,ptr [INFO] [stderr] CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE: 16,32,64,8,ptr [INFO] [stderr] CARGO_CFG_TARGET_OS: linux [INFO] [stderr] CARGO_CFG_TARGET_POINTER_WIDTH: 64 [INFO] [stderr] CARGO_CFG_TARGET_THREAD_LOCAL: [INFO] [stderr] CARGO_CFG_TARGET_VENDOR: unknown [INFO] [stderr] CARGO_CFG_UNIX: [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS: --cap-lints=forbid [INFO] [stderr] CARGO_FEATURE_DEFAULT: 1 [INFO] [stderr] CARGO_FEATURE_DEV_URANDOM_FALLBACK: 1 [INFO] [stderr] CARGO_FEATURE_RSA_SIGNING: 1 [INFO] [stderr] CARGO_FEATURE_USE_HEAP: 1 [INFO] [stderr] CARGO_HOME: /opt/rustwide/cargo-home [INFO] [stderr] CARGO_INCREMENTAL: 0 [INFO] [stderr] CARGO_MAKEFLAGS: -j --jobserver-fds=6,7 --jobserver-auth=6,7 [INFO] [stderr] CARGO_MANIFEST_DIR: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1 [INFO] [stderr] CARGO_MANIFEST_LINKS: ring-asm [INFO] [stderr] CARGO_PKG_AUTHORS: Brian Smith [INFO] [stderr] CARGO_PKG_DESCRIPTION: Safe, fast, small crypto using Rust. [INFO] [stderr] CARGO_PKG_HOMEPAGE: [INFO] [stderr] CARGO_PKG_LICENSE: [INFO] [stderr] CARGO_PKG_LICENSE_FILE: LICENSE [INFO] [stderr] CARGO_PKG_NAME: ring [INFO] [stderr] CARGO_PKG_REPOSITORY: https://github.com/briansmith/ring [INFO] [stderr] CARGO_PKG_VERSION: 0.12.1 [INFO] [stderr] CARGO_PKG_VERSION_MAJOR: 0 [INFO] [stderr] CARGO_PKG_VERSION_MINOR: 12 [INFO] [stderr] CARGO_PKG_VERSION_PATCH: 1 [INFO] [stderr] CARGO_PKG_VERSION_PRE: [INFO] [stderr] CARGO_TARGET_DIR: /opt/rustwide/target [INFO] [stderr] DEBUG: true [INFO] [stderr] HOME: /root [INFO] [stderr] HOST: x86_64-unknown-linux-gnu [INFO] [stderr] HOSTNAME: 8722f922522d [INFO] [stderr] LD_LIBRARY_PATH: /opt/rustwide/target/debug/deps:/opt/rustwide/target/debug:/opt/rustwide/rustup-home/toolchains/ddc023471205c186b40f4bf8ffb598008dbf4885/lib/rustlib/x86_64-unknown-linux-gnu/lib:/opt/rustwide/rustup-home/toolchains/ddc023471205c186b40f4bf8ffb598008dbf4885/lib [INFO] [stderr] NUM_JOBS: 128 [INFO] [stderr] OPT_LEVEL: 0 [INFO] [stderr] OUT_DIR: /opt/rustwide/target/debug/build/ring-698eb119af0a1e44/out [INFO] [stderr] PATH: /opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [INFO] [stderr] PROFILE: debug [INFO] [stderr] RUSTC: rustc [INFO] [stderr] RUSTDOC: rustdoc [INFO] [stderr] RUSTUP_HOME: /opt/rustwide/rustup-home [INFO] [stderr] RUSTUP_TOOLCHAIN: ddc023471205c186b40f4bf8ffb598008dbf4885 [INFO] [stderr] RUST_BACKTRACE: full [INFO] [stderr] RUST_RECURSION_COUNT: 1 [INFO] [stderr] SOURCE_DIR: /opt/rustwide/workdir [INFO] [stderr] SSL_CERT_DIR: /usr/lib/ssl/certs [INFO] [stderr] SSL_CERT_FILE: /usr/lib/ssl/certs/ca-certificates.crt [INFO] [stderr] TARGET: x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] stack backtrace: [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread 'thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] ' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread 'thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', ' panicked at '/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rsattempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid:', 70/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs::3170 [INFO] [stderr] :31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] thread '' panicked at 'attempted to zero-initialize type `[core::cell::UnsafeCell<(unsafe fn(*mut u8, usize), *mut u8, usize)>; 64]`, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] 0: 0x5647030513ac - std::backtrace_rs::backtrace::libunwind::trace::hf7449935ead7573e [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x5647030513ac - std::backtrace_rs::backtrace::trace_unsynchronized::h221aa2d88d72372a [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5647030513ac - std::sys_common::backtrace::_print_fmt::h1c77e8983e1df895 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x5647030513ac - ::fmt::hd4ec41a9a6b0d22c [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x56470307150c - core::fmt::write::h72801a82c94e6ff1 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/fmt/mod.rs:1149:17 [INFO] [stderr] 5: 0x56470304ccb5 - std::io::Write::write_fmt::haf74340a8cbeaa88 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/io/mod.rs:1660:15 [INFO] [stderr] 6: 0x564703052e50 - std::sys_common::backtrace::_print::h2d15cd157796a64a [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x564703052e50 - std::sys_common::backtrace::print::h52d286d22e2398eb [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x564703052e50 - std::panicking::default_hook::{{closure}}::h6da08fba6306daf2 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/panicking.rs:211:50 [INFO] [stderr] 9: 0x5647030529fb - std::panicking::default_hook::h266f67a22e76b11a [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/panicking.rs:228:9 [INFO] [stderr] 10: 0x564703053504 - std::panicking::rust_panic_with_hook::he55698a957f4fb6d [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/panicking.rs:606:17 [INFO] [stderr] 11: 0x564703052fb2 - std::panicking::begin_panic_handler::{{closure}}::h01f453c3ac181895 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/panicking.rs:500:13 [INFO] [stderr] 12: 0x564703051854 - std::sys_common::backtrace::__rust_end_short_backtrace::h675d77c6e5a3926d [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stderr] 13: 0x564703052f49 - rust_begin_unwind [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/panicking.rs:498:5 [INFO] [stderr] 14: 0x564702f86531 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/panicking.rs:107:14 [INFO] [stderr] 15: 0x564702f8647d - core::panicking::panic::h50b51d19800453c0 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/panicking.rs:48:5 [INFO] [stderr] 16: 0x564702ff32de - core::mem::zeroed::hab149bf911df609d [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/mem/mod.rs:639:9 [INFO] [stderr] 17: 0x564702ff32de - coco::epoch::garbage::Bag::new::h43f046f3aca24503 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/garbage.rs:70:31 [INFO] [stderr] 18: 0x564702ff8172 - coco::epoch::thread::HARNESS::__init::h0c8ce03d29af7167 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/thread.rs:36:47 [INFO] [stderr] 19: 0x564702ff8790 - core::ops::function::FnOnce::call_once::ha76731f8ac0687fe [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 20: 0x564702ff8a87 - std::thread::local::lazy::LazyKeyInner::initialize::h6cc7b4606122ac51 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/thread/local.rs:444:25 [INFO] [stderr] 21: 0x564702ff56f8 - std::thread::local::fast::Key::try_initialize::hc75836f168964e4f [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/thread/local.rs:622:31 [INFO] [stderr] 22: 0x564702ff5834 - std::thread::local::fast::Key::get::h1b0478c00a012a79 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/thread/local.rs:605:29 [INFO] [stderr] 23: 0x564702fc4c6d - coco::epoch::thread::HARNESS::__getit::h1f663956dd66d74d [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/thread/local.rs:324:26 [INFO] [stderr] 24: 0x564702fd05d8 - std::thread::local::LocalKey::try_with::hb73f975555725bf5 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/thread/local.rs:411:32 [INFO] [stderr] 25: 0x564702fd00af - std::thread::local::LocalKey::with::h5d5ea830bb6bce78 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/thread/local.rs:388:9 [INFO] [stderr] 26: 0x564702fc4c8e - coco::epoch::thread::is_pinned::h9abaff3a4974be60 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/epoch/thread.rs:317:5 [INFO] [stderr] 27: 0x564702fdbd5b - coco::deque::Deque::steal::ha02dd1b69dae8f3d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/deque.rs:265:12 [INFO] [stderr] 28: 0x564702fdc6bf - coco::deque::Stealer::steal::h34a21f97ae9e1827 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coco-0.1.1/src/deque.rs:481:9 [INFO] [stderr] 29: 0x564702fda18c - rayon_core::registry::WorkerThread::steal::{{closure}}::h7aa4a2a528317f23 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.3.0/src/registry.rs:622:30 [INFO] [stderr] 30: 0x564702fd767b - core::ops::function::impls:: for &mut F>::call_mut::h191b6a020f7e1fcf [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 31: 0x564702fd1371 - core::iter::traits::iterator::Iterator::find_map::check::{{closure}}::hd42887d032b518a0 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/iter/traits/iterator.rs:2489:32 [INFO] [stderr] 32: 0x564702fcb419 - core::iter::adapters::filter::filter_try_fold::{{closure}}::h9950f902eaa5e46e [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/iter/adapters/filter.rs:44:44 [INFO] [stderr] 33: 0x564702fcaa8c - core::ops::function::impls:: for &mut F>::call_mut::hbd8e2ea1cc42887d [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 34: 0x564702fddcfd - core::iter::traits::iterator::Iterator::try_fold::h06bc9d1f83f4bf42 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/iter/traits/iterator.rs:1995:21 [INFO] [stderr] 35: 0x564702fdacde - as core::iter::traits::iterator::Iterator>::try_fold::h4c829fd759823500 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/iter/adapters/chain.rs:104:19 [INFO] [stderr] 36: 0x564702fca036 - as core::iter::traits::iterator::Iterator>::try_fold::h902543cf62e8ce13 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/iter/adapters/filter.rs:93:9 [INFO] [stderr] 37: 0x564702fcb2fb - core::iter::traits::iterator::Iterator::find_map::heed2f6dc6bf1fe44 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/iter/traits/iterator.rs:2495:9 [INFO] [stderr] 38: 0x564702fde6e9 - as core::iter::traits::iterator::Iterator>::next::hb0497c580d51c573 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/iter/adapters/filter_map.rs:61:9 [INFO] [stderr] 39: 0x564702fda0d2 - rayon_core::registry::WorkerThread::steal::hbbaeeded2b807357 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.3.0/src/registry.rs:617:9 [INFO] [stderr] 40: 0x564702fd9d72 - rayon_core::registry::WorkerThread::wait_until_cold::{{closure}}::h1714277b48c7b17f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.3.0/src/registry.rs:565:48 [INFO] [stderr] 41: 0x564702fcdfc1 - core::option::Option::or_else::haa76b04e3932f6cf [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/option.rs:1173:21 [INFO] [stderr] 42: 0x564702fd970c - rayon_core::registry::WorkerThread::wait_until_cold::h547c8deb55ff1bc3 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.3.0/src/registry.rs:564:32 [INFO] [stderr] 43: 0x564702fd9505 - rayon_core::registry::WorkerThread::wait_until::h6d3effac82d65abf [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.3.0/src/registry.rs:544:13 [INFO] [stderr] 44: 0x564702fda771 - rayon_core::registry::main_loop::hc825832d0c0ceba1 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.3.0/src/registry.rs:667:5 [INFO] [stderr] 45: 0x564702fd8b5c - rayon_core::registry::Registry::new::{{closure}}::h44ee1119f2f06ad7 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.3.0/src/registry.rs:148:43 [INFO] [stderr] 46: 0x564702fcd5ce - std::sys_common::backtrace::__rust_begin_short_backtrace::h8f5083d5c0069f6c [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stderr] 47: 0x564702fd3102 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h05b0c509395b9498 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/thread/mod.rs:477:17 [INFO] [stderr] 48: 0x564702fd0032 - as core::ops::function::FnOnce<()>>::call_once::hd18f5e6ccd70f411 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 49: 0x564702fd0bb4 - std::panicking::try::do_call::h5ec93038b27aac01 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/panicking.rs:406:40 [INFO] [stderr] 50: 0x564702fd201b - __rust_try [INFO] [stderr] 51: 0x564702fd0aa0 - std::panicking::try::hedc7e7667b8d197b [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/panicking.rs:370:19 [INFO] [stderr] 52: 0x564702fca432 - std::panic::catch_unwind::h8049ac3ca8d5f1cd [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/panic.rs:133:14 [INFO] [stderr] 53: 0x564702fd2f11 - std::thread::Builder::spawn_unchecked::{{closure}}::haea65d5c091d378f [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/thread/mod.rs:476:30 [INFO] [stderr] 54: 0x564702fc616f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6c723606f1570eae [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 55: 0x5647030592c3 - as core::ops::function::FnOnce>::call_once::h4beb69a85f7fb16c [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/alloc/src/boxed.rs:1811:9 [INFO] [stderr] 56: 0x5647030592c3 - as core::ops::function::FnOnce>::call_once::hef865a799f44aaf2 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/alloc/src/boxed.rs:1811:9 [INFO] [stderr] 57: 0x5647030592c3 - std::sys::unix::thread::Thread::new::thread_start::hee0b2d4e2414fa96 [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 58: 0x7f9384b14609 - start_thread [INFO] [stderr] 59: 0x7f9384a35293 - clone [INFO] [stderr] 60: 0x0 - [INFO] [stderr] stack backtrace: [INFO] [stderr] Rayon: detected unexpected panic; aborting [INFO] [stderr] 0: 0x5647030513ac - std::backtrace_rs::backtrace::libunwind::trace::hf7449935ead7573e [INFO] [stderr] at /rustc/ddc023471205c186b40f4bf8ffb598008dbf4885/library/std/src/../../backtrace/src/backtrace/libunwind.rs [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8722f922522d58676f9ccba17009c5f47a784bf1ed888cfd70e331079e8c22f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8722f922522d58676f9ccba17009c5f47a784bf1ed888cfd70e331079e8c22f7", kill_on_drop: false }` [INFO] [stdout] 8722f922522d58676f9ccba17009c5f47a784bf1ed888cfd70e331079e8c22f7