[INFO] cloning repository https://github.com/tomaka/2018-rustrush-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomaka/2018-rustrush-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomaka%2F2018-rustrush-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomaka%2F2018-rustrush-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 634b750cac5d741c4a77d32ae3abdf2406542d93 [INFO] testing tomaka/2018-rustrush-demo against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomaka%2F2018-rustrush-demo" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tomaka/2018-rustrush-demo on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tomaka/2018-rustrush-demo [INFO] finished tweaking git repo https://github.com/tomaka/2018-rustrush-demo [INFO] tweaked toml for git repo https://github.com/tomaka/2018-rustrush-demo written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/tomaka/2018-rustrush-demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 111c3e3ec6b22f481db55073bf08adeee503639d9363a89799e6141a16c01b10 [INFO] running `Command { std: "docker" "start" "-a" "111c3e3ec6b22f481db55073bf08adeee503639d9363a89799e6141a16c01b10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "111c3e3ec6b22f481db55073bf08adeee503639d9363a89799e6141a16c01b10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "111c3e3ec6b22f481db55073bf08adeee503639d9363a89799e6141a16c01b10", kill_on_drop: false }` [INFO] [stdout] 111c3e3ec6b22f481db55073bf08adeee503639d9363a89799e6141a16c01b10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a7a1671ebfa74202e9d7f928dce8af14d4232afacd0bd40e6d6983d10a9712d [INFO] running `Command { std: "docker" "start" "-a" "9a7a1671ebfa74202e9d7f928dce8af14d4232afacd0bd40e6d6983d10a9712d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling slab v0.4.1 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling byte-tools v0.3.0 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling opaque-debug v0.2.1 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling serde v1.0.82 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling protobuf v2.2.0 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling bs58 v0.2.2 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling data-encoding v2.1.1 [INFO] [stderr] Compiling byteorder v0.4.2 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling openssl v0.10.15 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling unicode-normalization v0.1.7 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling opaque-debug v0.1.1 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling safemem v0.3.0 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling constant_time_eq v0.1.3 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling etrace v1.1.1 [INFO] [stderr] Compiling nohash-hasher v0.1.1 [INFO] [stderr] Compiling untrusted v0.5.1 [INFO] [stderr] Compiling quick-error v0.1.4 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling names v0.11.0 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling block-padding v0.1.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling arrayvec v0.4.8 [INFO] [stderr] Compiling rand_xorshift v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.2 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling dns-parser v0.8.0 [INFO] [stderr] Compiling asn1_der v0.5.10 [INFO] [stderr] Compiling smallvec v0.6.7 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling tiny-keccak v1.4.2 [INFO] [stderr] Compiling bigint v4.4.1 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling crossbeam-deque v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling tokio-executor v0.1.5 [INFO] [stderr] Compiling generic-array v0.12.0 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling digest v0.8.0 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling block-buffer v0.7.1 [INFO] [stderr] Compiling tokio-timer v0.2.8 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling openssl-sys v0.9.39 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling secp256k1 v0.11.5 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling block-cipher-trait v0.5.3 [INFO] [stderr] Compiling stream-cipher v0.1.1 [INFO] [stderr] Compiling crypto-mac v0.6.2 [INFO] [stderr] Compiling blake2 v0.8.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling aes-soft v0.2.0 [INFO] [stderr] Compiling twofish v0.1.0 [INFO] [stderr] Compiling ctr v0.1.1 [INFO] [stderr] Compiling hmac v0.6.3 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling aes-ctr v0.1.0 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling cuckoofilter v0.3.2 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling rw-stream-sink v0.1.0 (https://github.com/libp2p/rust-libp2p#581778ba) [INFO] [stderr] Compiling tokio-stdin-stdout v0.1.5 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling aio-limited v0.1.0 [INFO] [stderr] Compiling curve25519-dalek v0.20.0 [INFO] [stderr] Compiling hyper v0.10.15 [INFO] [stderr] Compiling unsigned-varint v0.2.1 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling multistream-select v0.1.0 (https://github.com/libp2p/rust-libp2p#581778ba) [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling tokio-reactor v0.1.7 [INFO] [stderr] Compiling yamux v0.1.2 [INFO] [stderr] Compiling parity-multihash v0.1.0 (https://github.com/libp2p/rust-libp2p#581778ba) [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.4 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling parking_lot v0.7.0 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling ed25519-dalek v0.8.1 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tk-listen v0.2.0 [INFO] [stderr] Compiling tokio-dns-unofficial v0.4.0 [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-6193883f1a8b464b/build-script-build` (signal: 11, SIGSEGV: invalid memory reference) [INFO] [stderr] --- stdout [INFO] [stderr] CARGO: /opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/bin/cargo [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_OS: linux [INFO] [stderr] CARGO_CFG_TARGET_POINTER_WIDTH: 64 [INFO] [stderr] CARGO_CFG_TARGET_VENDOR: unknown [INFO] [stderr] CARGO_CFG_UNIX: [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS: --cap-lints=warn [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: 9a7a1671ebfa [INFO] [stderr] LD_LIBRARY_PATH: /opt/rustwide/target/debug/deps:/opt/rustwide/target/debug:/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib [INFO] [stderr] NUM_JOBS: 32 [INFO] [stderr] OPT_LEVEL: 0 [INFO] [stderr] OUT_DIR: /opt/rustwide/target/debug/build/ring-74426a1d9bd8917e/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: 1.55.0-x86_64-unknown-linux-gnu [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 leave type `nodrop::NoDrop<(epoch::Epoch, garbage::Bag)>` uninitialized, which is invalid', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/mem/mod.rs:663:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x56135fbb7880 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x56135fbb7880 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x56135fbb7880 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x56135fbb7880 - ::fmt::he1640d5f0d93f618 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x56135fbd720c - core::fmt::write::h88012e1f01caeebf [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stderr] 5: 0x56135fbb3f15 - std::io::Write::write_fmt::h360fa85b30182555 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stderr] 6: 0x56135fbb9a7b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x56135fbb9a7b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x56135fbb9a7b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x56135fbb9551 - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x56135fbba144 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stderr] 11: 0x56135fbb9bf7 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:517:13 [INFO] [stderr] 12: 0x56135fbb7d7c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x56135fbb9b89 - rust_begin_unwind [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stderr] 14: 0x56135faf4331 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stderr] 15: 0x56135faf427d - core::panicking::panic::h344f23ad26057b48 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:50:5 [INFO] [stderr] 16: 0x56135fb5c9b8 - core::mem::uninitialized::h4a2102242a086cbb [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/mem/mod.rs:663:9 [INFO] [stderr] 17: 0x56135fb5c9b8 - crossbeam_epoch::sync::queue::Queue::new::hea57847ce4ad0c83 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/sync/queue.rs:57:28 [INFO] [stderr] 18: 0x56135fb5e94a - crossbeam_epoch::internal::Global::new::h6bedab8e03cc366b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/internal.rs:63:20 [INFO] [stderr] 19: 0x56135fb647d1 - crossbeam_epoch::collector::Collector::new::he26195350a649598 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/collector.rs:32:38 [INFO] [stderr] 20: 0x56135fb5ae6a - ::deref::__static_ref_initialize::h1d4540896bc52829 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/default.rs:12:39 [INFO] [stderr] 21: 0x56135fb5ae6a - core::ops::function::FnOnce::call_once::hbadb1489143fa8cc [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 22: 0x56135fb63be7 - lazy_static::lazy::Lazy::get::{{closure}}::h92d4962bf558fcb0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.2.0/src/inline_lazy.rs:28:29 [INFO] [stderr] 23: 0x56135fb6034e - std::sync::once::Once::call_once::{{closure}}::h946e76b67e524033 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sync/once.rs:261:41 [INFO] [stderr] 24: 0x56135faf3a0c - std::sync::once::Once::call_inner::hde8ba9bafe28b43e [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sync/once.rs:418:21 [INFO] [stderr] 25: 0x56135fb602d8 - std::sync::once::Once::call_once::h13e47295762a6796 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sync/once.rs:261:9 [INFO] [stderr] 26: 0x56135fb60ec6 - lazy_static::lazy::Lazy::get::h9329ce5c37f32d77 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.2.0/src/inline_lazy.rs:27:9 [INFO] [stderr] 27: 0x56135fb60ec6 - ::deref::__stability::h8f0c7ab00dd20857 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.2.0/src/lib.rs:139:21 [INFO] [stderr] 28: 0x56135fb60ec6 - ::deref::hda42b377815c88d0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.2.0/src/lib.rs:141:17 [INFO] [stderr] 29: 0x56135fb60f31 - crossbeam_epoch::default::HANDLE::__init::h68853b6afd1df064 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/default.rs:17:29 [INFO] [stderr] 30: 0x56135fb5adf9 - core::ops::function::FnOnce::call_once::h0d885d5d714b90d7 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 31: 0x56135fb60f6c - std::thread::local::lazy::LazyKeyInner::initialize::hc5b524cec591d0aa [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/local.rs:431:25 [INFO] [stderr] 32: 0x56135fb5d880 - std::thread::local::fast::Key::try_initialize::hd0e44dbe9642fbb0 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/local.rs:609:31 [INFO] [stderr] 33: 0x56135fb5d9c7 - std::thread::local::fast::Key::get::h1b211743f05f9e33 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/local.rs:592:29 [INFO] [stderr] 34: 0x56135fb363ad - crossbeam_epoch::default::HANDLE::__getit::h7e0ecd57b9d903b4 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/local.rs:311:26 [INFO] [stderr] 35: 0x56135fb512a8 - std::thread::local::LocalKey::try_with::h363f965fb08a58ce [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/local.rs:398:32 [INFO] [stderr] 36: 0x56135fb5100f - std::thread::local::LocalKey::with::hcd02b261cb699722 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/local.rs:375:9 [INFO] [stderr] 37: 0x56135fb363ce - crossbeam_epoch::default::is_pinned::h2b7f6e90ad43fd9b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/default.rs:33:5 [INFO] [stderr] 38: 0x56135fb447f4 - crossbeam_deque::Stealer::steal::habb39ba65868356a [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.2.0/src/lib.rs:714:12 [INFO] [stderr] 39: 0x56135fb4a383 - rayon_core::registry::WorkerThread::steal::{{closure}}::h57e8b7e0e1436a4d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:614:27 [INFO] [stderr] 40: 0x56135fb4760b - core::ops::function::impls:: for &mut F>::call_mut::hefeaad895137e1ae [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 41: 0x56135fb36f31 - core::iter::traits::iterator::Iterator::find_map::check::{{closure}}::h2ee101d17d7d159d [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/iter/traits/iterator.rs:2411:32 [INFO] [stderr] 42: 0x56135fb381d1 - core::iter::adapters::filter::filter_try_fold::{{closure}}::h4ac52be018a9066f [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/iter/adapters/filter.rs:44:44 [INFO] [stderr] 43: 0x56135fb37fac - core::ops::function::impls:: for &mut F>::call_mut::hf810b8a6d18712df [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 44: 0x56135fb518c3 - core::iter::traits::iterator::Iterator::try_fold::h351eae80010715d4 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/iter/traits/iterator.rs:1998:21 [INFO] [stderr] 45: 0x56135fb5060e - as core::iter::traits::iterator::Iterator>::try_fold::h8211b7e2728ab5f9 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/iter/adapters/chain.rs:104:19 [INFO] [stderr] 46: 0x56135fb37aac - as core::iter::traits::iterator::Iterator>::try_fold::hfd30858f0fbe22af [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/iter/adapters/filter.rs:93:9 [INFO] [stderr] 47: 0x56135fb380ab - core::iter::traits::iterator::Iterator::find_map::he2533f2d1e601008 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/iter/traits/iterator.rs:2417:9 [INFO] [stderr] 48: 0x56135fb361e9 - as core::iter::traits::iterator::Iterator>::next::hd175ab8947f95319 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/iter/adapters/filter_map.rs:61:9 [INFO] [stderr] 49: 0x56135fb4a2ce - rayon_core::registry::WorkerThread::steal::hc900f5cca48dbc44 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:608:9 [INFO] [stderr] 50: 0x56135fb49ff2 - rayon_core::registry::WorkerThread::wait_until_cold::{{closure}}::h6172ed37535abd75 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:565:48 [INFO] [stderr] 51: 0x56135fb34b91 - core::option::Option::or_else::h1ae574db55a62bb6 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/option.rs:1124:21 [INFO] [stderr] 52: 0x56135fb49937 - rayon_core::registry::WorkerThread::wait_until_cold::h3483ef175635fb58 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:564:32 [INFO] [stderr] 53: 0x56135fb4982c - rayon_core::registry::WorkerThread::wait_until::hb377c4f12f76be48 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:544:13 [INFO] [stderr] 54: 0x56135fb4a90e - rayon_core::registry::main_loop::h52c40c90aae0ee1d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:666:5 [INFO] [stderr] 55: 0x56135fb48c9c - rayon_core::registry::Registry::new::{{closure}}::h4a8e65e49909c99f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:135:54 [INFO] [stderr] 56: 0x56135fb3de6e - std::sys_common::backtrace::__rust_begin_short_backtrace::h3931c612de12db67 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 57: 0x56135fb4dbe2 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf5cd9d19dfe9de42 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stderr] 58: 0x56135fb50572 - as core::ops::function::FnOnce<()>>::call_once::h766fd473983521e9 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stderr] 59: 0x56135fb453d4 - std::panicking::try::do_call::h1204f5da26d414cd [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stderr] 60: 0x56135fb45ded - __rust_try [INFO] [stderr] 61: 0x56135fb451e0 - std::panicking::try::h8bb72333513b0281 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stderr] 62: 0x56135fb50e92 - std::panic::catch_unwind::h879f8c8dfbcf9a34 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stderr] 63: 0x56135fb4d9dc - std::thread::Builder::spawn_unchecked::{{closure}}::h15ffcd5f86e2ba19 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stderr] 64: 0x56135fb3adff - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc63836435534459b [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 65: 0x56135fbc0067 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stderr] 66: 0x56135fbc0067 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stderr] 67: 0x56135fbc0067 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stderr] 68: 0x7f76bebf4609 - start_thread [INFO] [stderr] 69: 0x7f76be9c6293 - clone [INFO] [stderr] 70: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9a7a1671ebfa74202e9d7f928dce8af14d4232afacd0bd40e6d6983d10a9712d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a7a1671ebfa74202e9d7f928dce8af14d4232afacd0bd40e6d6983d10a9712d", kill_on_drop: false }` [INFO] [stdout] 9a7a1671ebfa74202e9d7f928dce8af14d4232afacd0bd40e6d6983d10a9712d