[INFO] cloning repository https://github.com/apmedvedev/artos-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/apmedvedev/artos-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapmedvedev%2Fartos-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapmedvedev%2Fartos-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c307644812211bb9ab9a2798e1030f68a6b89e53 [INFO] testing apmedvedev/artos-rust against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapmedvedev%2Fartos-rust" "/workspace/builds/worker-96/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-96/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/apmedvedev/artos-rust on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/apmedvedev/artos-rust [INFO] finished tweaking git repo https://github.com/apmedvedev/artos-rust [INFO] tweaked toml for git repo https://github.com/apmedvedev/artos-rust written to /workspace/builds/worker-96/source/Cargo.toml [INFO] crate git repo https://github.com/apmedvedev/artos-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-96/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 29c9708f00e15379e2722231beb80c52ea62d7d9739c3d10953d8beffc7d84f3 [INFO] running `Command { std: "docker" "start" "-a" "29c9708f00e15379e2722231beb80c52ea62d7d9739c3d10953d8beffc7d84f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "29c9708f00e15379e2722231beb80c52ea62d7d9739c3d10953d8beffc7d84f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29c9708f00e15379e2722231beb80c52ea62d7d9739c3d10953d8beffc7d84f3", kill_on_drop: false }` [INFO] [stdout] 29c9708f00e15379e2722231beb80c52ea62d7d9739c3d10953d8beffc7d84f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8989d3ae66bcfbea73ff9573aae94d58701bb679faab96d6d59da421b57b588 [INFO] running `Command { std: "docker" "start" "-a" "c8989d3ae66bcfbea73ff9573aae94d58701bb679faab96d6d59da421b57b588", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling flate2 v1.0.19 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling chrono v0.4.15 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling simple_logger v1.9.0 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling artos v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.77s [INFO] running `Command { std: "docker" "inspect" "c8989d3ae66bcfbea73ff9573aae94d58701bb679faab96d6d59da421b57b588", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8989d3ae66bcfbea73ff9573aae94d58701bb679faab96d6d59da421b57b588", kill_on_drop: false }` [INFO] [stdout] c8989d3ae66bcfbea73ff9573aae94d58701bb679faab96d6d59da421b57b588 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9666dfd683e20d4ed313860bbd40347a33e72abd1cd4e9c6665f8dc0345a9438 [INFO] running `Command { std: "docker" "start" "-a" "9666dfd683e20d4ed313860bbd40347a33e72abd1cd4e9c6665f8dc0345a9438", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling predicates-core v1.0.0 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling downcast v0.10.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling fragile v1.0.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling mockall_derive v0.8.3 [INFO] [stderr] Compiling predicates-tree v1.0.0 [INFO] [stderr] Compiling pretty_assertions v0.6.1 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling predicates v1.0.5 [INFO] [stderr] Compiling mockall v0.8.3 [INFO] [stderr] Compiling artos v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 51s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/artos-88bdc09afb7e182f) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/artos-a08757a29b0360fe) [INFO] [stderr] Executable tests/compartment_perf_tests.rs (/opt/rustwide/target/debug/deps/compartment_perf_tests-dfd03ec3f18c20f8) [INFO] [stderr] Executable tests/compartment_tests.rs (/opt/rustwide/target/debug/deps/compartment_tests-c571ac0a12bad07c) [INFO] running `Command { std: "docker" "inspect" "9666dfd683e20d4ed313860bbd40347a33e72abd1cd4e9c6665f8dc0345a9438", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9666dfd683e20d4ed313860bbd40347a33e72abd1cd4e9c6665f8dc0345a9438", kill_on_drop: false }` [INFO] [stdout] 9666dfd683e20d4ed313860bbd40347a33e72abd1cd4e9c6665f8dc0345a9438 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7d1349e2be01b01d310fbfc7f2ee8de9fa9d120ad28b60b05e5b10a083a7f2f3 [INFO] running `Command { std: "docker" "start" "-a" "7d1349e2be01b01d310fbfc7f2ee8de9fa9d120ad28b60b05e5b10a083a7f2f3", 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] Finished test [unoptimized + debuginfo] target(s) in 0.99s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/artos-88bdc09afb7e182f) [INFO] [stdout] running 241 tests [INFO] [stdout] test artos::server::log::memory::tests::test_commit_index ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_compaction_locked ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_append ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_clear ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_commit ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_new ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_lock_compaction ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_last_empty ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_compact_by_commit_index ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_set_at ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_start_index ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_compact_locked_or_empty ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_trim ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_unlock_compaction ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_compact_by_time ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_get_at ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_end_index ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_get ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_last ... ok [INFO] [stdout] test artos::server::log::memory::tests::test_read_write ... ok [INFO] [stderr] thread 'thread 'thread '' panicked at 'thread 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)' panicked at '', failed to allocate an alternative stack: Cannot allocate memory (os error 12)library/std/src/sys/unix/stack_overflow.rs' panicked at '', :failed to allocate an alternative stack: Cannot allocate memory (os error 12)library/std/src/sys/unix/stack_overflow.rs156', :thread 'thread ':thread 'library/std/src/sys/unix/stack_overflow.rs15613' panicked at '::' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)' panicked at '156thread ' [INFO] [stderr] 13', failed to allocate an alternative stack: Cannot allocate memory (os error 12)failed to allocate an alternative stack: Cannot allocate memory (os error 12): [INFO] [stderr] ' panicked at '', ', library/std/src/sys/unix/stack_overflow.rs13failed to allocate an alternative stack: Cannot allocate memory (os error 12)library/std/src/sys/unix/stack_overflow.rslibrary/std/src/sys/unix/stack_overflow.rs:: [INFO] [stderr] ', :156156156library/std/src/sys/unix/stack_overflow.rs::::131313 [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] 156:13 [INFO] [stderr] ' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'thread 'thread '' panicked at '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)failed to allocate an alternative stack: Cannot allocate memory (os error 12)', ' panicked at '', library/std/src/sys/unix/stack_overflow.rsfailed to allocate an alternative stack: Cannot allocate memory (os error 12)library/std/src/sys/unix/stack_overflow.rs:', :156thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] library/std/src/sys/unix/stack_overflow.rs156:::13 [INFO] [stderr] 13 [INFO] [stderr] 156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'thread 'thread 'thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)' panicked at '' panicked at '', failed to allocate an alternative stack: Cannot allocate memory (os error 12)failed to allocate an alternative stack: Cannot allocate memory (os error 12)', ', library/std/src/sys/unix/stack_overflow.rslibrary/std/src/sys/unix/stack_overflow.rslibrary/std/src/sys/unix/stack_overflow.rs:::156156156' panicked at '::failed to allocate an alternative stack: Cannot allocate memory (os error 12)1313', [INFO] [stderr] [INFO] [stderr] library/std/src/sys/unix/stack_overflow.rs::156thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] 13: [INFO] [stderr] 13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:thread '13' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] ' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'thread 'thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', ' panicked at 'library/std/src/sys/unix/stack_overflow.rsfailed to allocate an alternative stack: Cannot allocate memory (os error 12):', 156:library/std/src/sys/unix/stack_overflow.rs13: [INFO] [stderr] 156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] ' panicked at 'thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] ', thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] library/std/src/sys/unix/stack_overflow.rsthread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] :156:thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] 13thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] ' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'thread '' panicked at '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)failed to allocate an alternative stack: Cannot allocate memory (os error 12)', ', library/std/src/sys/unix/stack_overflow.rslibrary/std/src/sys/unix/stack_overflow.rs::156156::1313 [INFO] [stderr] [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13thread ' [INFO] [stderr] ' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)thread '', ' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] library/std/src/sys/unix/stack_overflow.rs:thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] 156thread ':' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] 13thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to set up alternative stack guard page: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:160:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] ', thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'thread 'thread 'thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)' panicked at '' panicked at '', failed to allocate an alternative stack: Cannot allocate memory (os error 12)failed to allocate an alternative stack: Cannot allocate memory (os error 12)library/std/src/sys/unix/stack_overflow.rs', ', :' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] library/std/src/sys/unix/stack_overflow.rslibrary/std/src/sys/unix/stack_overflow.rs156::156156:13: [INFO] [stderr] 13: [INFO] [stderr] 13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] ' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] ' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] ' panicked at 'thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] failed to allocate an alternative stack: Cannot allocate memory (os error 12)', thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', ' panicked at 'library/std/src/sys/unix/stack_overflow.rsfailed to allocate an alternative stack: Cannot allocate memory (os error 12):', 156library/std/src/sys/unix/stack_overflow.rs::13156 [INFO] [stderr] :13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] ' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread 'thread 'thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] ' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] thread '' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)' panicked at 'failed to allocate an alternative stack: Cannot allocate memory (os error 12)', ', library/std/src/sys/unix/stack_overflow.rs:library/std/src/sys/unix/stack_overflow.rs156::13 [INFO] [stderr] 156:13 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55a7580c77dd - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] test artos::server::membership::join::tests::test_handle_join_response_catching_up ... FAILED [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x55a7580c77dd - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] thread '2' panicked at 'failed to set up alternative stack guard page: Cannot allocate memory (os error 12)', library/std/src/sys/unix/stack_overflow.rs:160:13 [INFO] [stderr] : 0x55a7580c77dd - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x55a7580c77dd - ::fmt::h26f189e611080a74 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x55a7580eb6ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stderr] 5: 0x55a7580c0cc1 - std::io::Write::write_fmt::ha30651f608022a46 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stderr] 6: 0x55a7580c95b5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x55a7580c95b5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x55a7580c95b5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x55a7580c9269 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x55a7580c9b02 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stderr] 11: 0x55a7580c99e7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stderr] 12: 0x55a7580c7c94 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 13: 0x55a7580c9719 - rust_begin_unwind [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stderr] 14: 0x55a757bea9a3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stderr] 15: 0x55a7580ced7d - std::sys::unix::stack_overflow::imp::get_stackp::h3f066945b03a25fd [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/stack_overflow.rs:156:13 [INFO] [stderr] 16: 0x55a7580ced7d - std::sys::unix::stack_overflow::imp::get_stack::h8e5b786563ebfe5f [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/stack_overflow.rs:166:32 [INFO] [stderr] 17: 0x55a7580ced7d - std::sys::unix::stack_overflow::imp::make_handler::h5ef7bf10fe6b46e7 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/stack_overflow.rs:177:21 [INFO] [stderr] 18: 0x55a7580cf1a3 - std::sys::unix::stack_overflow::Handler::new::haf9b2eebcb91f417 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/stack_overflow.rs:14:9 [INFO] [stderr] 19: 0x55a7580cf1a3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:106:32 [INFO] [stderr] 20: 0x7f3d003f9609 - start_thread [INFO] [stderr] 21: 0x7f3d001cf163 - [INFO] [stderr] 22: 0x0 - [INFO] [stderr] fatal runtime error: failed to initiate panic, error 5 [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/artos-88bdc09afb7e182f` (signal: 6, SIGABRT: process abort signal) [INFO] running `Command { std: "docker" "inspect" "7d1349e2be01b01d310fbfc7f2ee8de9fa9d120ad28b60b05e5b10a083a7f2f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d1349e2be01b01d310fbfc7f2ee8de9fa9d120ad28b60b05e5b10a083a7f2f3", kill_on_drop: false }` [INFO] [stdout] 7d1349e2be01b01d310fbfc7f2ee8de9fa9d120ad28b60b05e5b10a083a7f2f3