[INFO] cloning repository https://github.com/eugeneia/rush [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eugeneia/rush" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feugeneia%2Frush", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feugeneia%2Frush'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 66a9580a43f02fe034134eb7d50554e7c88e0c69 [INFO] testing eugeneia/rush against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feugeneia%2Frush" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eugeneia/rush on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0/source/.cargo/config [INFO] started tweaking git repo https://github.com/eugeneia/rush [INFO] finished tweaking git repo https://github.com/eugeneia/rush [INFO] tweaked toml for git repo https://github.com/eugeneia/rush written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/eugeneia/rush already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c4be1032ffc447cd640e09163051d8ff777b52821e669ba4db88792e070bf716 [INFO] running `Command { std: "docker" "start" "-a" "c4be1032ffc447cd640e09163051d8ff777b52821e669ba4db88792e070bf716", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4be1032ffc447cd640e09163051d8ff777b52821e669ba4db88792e070bf716", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4be1032ffc447cd640e09163051d8ff777b52821e669ba4db88792e070bf716", kill_on_drop: false }` [INFO] [stdout] c4be1032ffc447cd640e09163051d8ff777b52821e669ba4db88792e070bf716 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eda3c8ab5235c331c551f9f20b49a9ccdba891d43d42e998c483e852c95bcce2 [INFO] running `Command { std: "docker" "start" "-a" "eda3c8ab5235c331c551f9f20b49a9ccdba891d43d42e998c483e852c95bcce2", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling regex v1.3.6 [INFO] [stderr] Compiling rush v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.20s [INFO] running `Command { std: "docker" "inspect" "eda3c8ab5235c331c551f9f20b49a9ccdba891d43d42e998c483e852c95bcce2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eda3c8ab5235c331c551f9f20b49a9ccdba891d43d42e998c483e852c95bcce2", kill_on_drop: false }` [INFO] [stdout] eda3c8ab5235c331c551f9f20b49a9ccdba891d43d42e998c483e852c95bcce2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f02607168ef6bf473914172a9f931ed9a8487b086906fcddcfa160c13c5bbcf [INFO] running `Command { std: "docker" "start" "-a" "4f02607168ef6bf473914172a9f931ed9a8487b086906fcddcfa160c13c5bbcf", kill_on_drop: false }` [INFO] [stderr] Compiling rush v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.39s [INFO] running `Command { std: "docker" "inspect" "4f02607168ef6bf473914172a9f931ed9a8487b086906fcddcfa160c13c5bbcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f02607168ef6bf473914172a9f931ed9a8487b086906fcddcfa160c13c5bbcf", kill_on_drop: false }` [INFO] [stdout] 4f02607168ef6bf473914172a9f931ed9a8487b086906fcddcfa160c13c5bbcf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ceccad0d97bd673cf4d6bcc60e8583e70e096d8b31f0844aaa735f7ad734cccc [INFO] running `Command { std: "docker" "start" "-a" "ceccad0d97bd673cf4d6bcc60e8583e70e096d8b31f0844aaa735f7ad734cccc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.52s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rush-575ad125bc5b7584) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rush-3ae6059a534655ac) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test checksum::selftest::checksum ... ok [INFO] [stdout] test ixy82599_app::selftest::ixy_send_recv ... ok [INFO] [stdout] test ethernet::selftest::ethernet ... ok [INFO] [stdout] test checksum::selftest::checksum_carry ... ok [INFO] [stdout] test checksum::selftest::checksum_rampool_bench ... FAILED [INFO] [stdout] test packet::selftest::alloc ... FAILED [INFO] [stdout] test link::selftest::link ... FAILED [INFO] [stdout] test checksum::selftest::checksum_bench ... ok [INFO] [stdout] test config::tests::config ... ok [INFO] [stdout] test tests::basic1 ... FAILED [INFO] [stdout] test engine::tests::engine ... FAILED [INFO] [stdout] test engine::tests::breathe_order ... ok [INFO] [stdout] test checksum::selftest::checksum_random ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- checksum::selftest::checksum_rampool_bench stdout ---- [INFO] [stdout] thread 'checksum::selftest::checksum_rampool_bench' panicked at 'attempt to multiply with overflow', src/checksum.rs:317:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c3c2ec41b0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c3c2ec41b0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c3c2ee7b6c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55c3c2ec10b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55c3c2ec632b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c3c2ec632b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c3c2ec632b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55c3c2ec5e3c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55c3c2ec69f4 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55c3c2ec64a7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55c3c2ec468c - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c3c2ec6439 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55c3c2c628c1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55c3c2c6280d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55c3c2ca091a - rush::checksum::selftest::checksum_rampool_bench::hd56f73085c377cbb [INFO] [stdout] at /opt/rustwide/workdir/src/checksum.rs:317:21 [INFO] [stdout] 17: 0x55c3c2ca001a - rush::checksum::selftest::checksum_rampool_bench::{{closure}}::h88480144ce2f21a4 [INFO] [stdout] at /opt/rustwide/workdir/src/checksum.rs:297:5 [INFO] [stdout] 18: 0x55c3c2ca122e - core::ops::function::FnOnce::call_once::h680ecdc35e7d3544 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55c3c2ea7dc3 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55c3c2ea7dc3 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 21: 0x55c3c2ea6838 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 22: 0x55c3c2ea6838 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 23: 0x55c3c2ea6838 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x55c3c2ea6838 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x55c3c2ea6838 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 26: 0x55c3c2ea6838 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 27: 0x55c3c2ea6838 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 28: 0x55c3c2e74fbd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 29: 0x55c3c2e74fbd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 31: 0x55c3c2e796e8 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 32: 0x55c3c2e796e8 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x55c3c2e796e8 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 34: 0x55c3c2e796e8 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 35: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 36: 0x55c3c2e796e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x55c3c2ecb597 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 40: 0x7f539d164609 - start_thread [INFO] [stdout] 41: 0x7f539cf3c293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- packet::selftest::alloc stdout ---- [INFO] [stdout] [mounting /var/run/rush/hugetlbfs] [INFO] [stdout] thread 'packet::selftest::alloc' panicked at 'failed to (re)mount /var/run/rush/hugetlbfs', src/memory.rs:151:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c3c2ec41b0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c3c2ec41b0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c3c2ee7b6c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55c3c2ec10b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55c3c2ec632b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c3c2ec632b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c3c2ec632b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55c3c2ec5e3c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55c3c2ec69f4 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55c3c2cb17e3 - std::panicking::begin_panic::{{closure}}::hf5a611708030a9ce [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x55c3c2cb19b9 - std::sys_common::backtrace::__rust_end_short_backtrace::hb02e4f53fa19ce29 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c3c2cb1719 - std::panicking::begin_panic::h73b4d52ddc9c8a33 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x55c3c2c80dfc - rush::memory::ensure_hugetlbfs::h4826b7620cc149b2 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:151:13 [INFO] [stdout] 15: 0x55c3c2c8056c - rush::memory::allocate_huge_page::h304c226928b1b90d [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:114:5 [INFO] [stdout] 16: 0x55c3c2c80068 - rush::memory::allocate_hugetlb_chunk::{{closure}}::h2cb0f31906fb3735 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:56:9 [INFO] [stdout] 17: 0x55c3c2c7e092 - std::panicking::try::do_call::h60aca2f2afa1c31b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 18: 0x55c3c2c8113d - __rust_try [INFO] [stdout] 19: 0x55c3c2c7dfeb - std::panicking::try::h35fbcfd90a800072 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 20: 0x55c3c2ca0d91 - std::panic::catch_unwind::hd8bbfef9ee0e096f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 21: 0x55c3c2c7ffce - rush::memory::allocate_hugetlb_chunk::h6491e3e01ea8f05a [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:55:22 [INFO] [stdout] 22: 0x55c3c2c7ff49 - rush::memory::allocate_next_chunk::h3141a2e0980a7ed1 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:45:15 [INFO] [stdout] 23: 0x55c3c2c7fd3c - rush::memory::dma_alloc::h671fc317e640f2f5 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:28:39 [INFO] [stdout] 24: 0x55c3c2c89986 - rush::packet::new_packet::ha69a1df0e78641ac [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:38:16 [INFO] [stdout] 25: 0x55c3c2c89b7f - rush::packet::preallocate_step::h89538adc08a96b51 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:80:27 [INFO] [stdout] 26: 0x55c3c2ca5bf6 - rush::packet::allocate::h1b1329cb75bef6d8 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:94:9 [INFO] [stdout] 27: 0x55c3c2ca5bf6 - rush::packet::selftest::alloc::hf2755b6ea525cf03 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:151:21 [INFO] [stdout] 28: 0x55c3c2ca5baa - rush::packet::selftest::alloc::{{closure}}::h898ecf3466ad61f6 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:150:5 [INFO] [stdout] 29: 0x55c3c2ca14de - core::ops::function::FnOnce::call_once::hd6f4c921a624a54f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 30: 0x55c3c2ea7dc3 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 31: 0x55c3c2ea7dc3 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 32: 0x55c3c2ea6838 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 33: 0x55c3c2ea6838 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 34: 0x55c3c2ea6838 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 35: 0x55c3c2ea6838 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 36: 0x55c3c2ea6838 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 37: 0x55c3c2ea6838 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 38: 0x55c3c2ea6838 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 39: 0x55c3c2e74fbd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 40: 0x55c3c2e74fbd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 41: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 42: 0x55c3c2e796e8 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 43: 0x55c3c2e796e8 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 44: 0x55c3c2e796e8 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 45: 0x55c3c2e796e8 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 46: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 47: 0x55c3c2e796e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 48: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 49: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 50: 0x55c3c2ecb597 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 51: 0x7f539d164609 - start_thread [INFO] [stdout] 52: 0x7f539cf3c293 - clone [INFO] [stdout] 53: 0x0 - [INFO] [stdout] thread 'packet::selftest::alloc' panicked at 'Failed to allocate a huge page for DMA', src/memory.rs:57:23 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c3c2ec41b0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c3c2ec41b0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c3c2ee7b6c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55c3c2ec10b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55c3c2ec632b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c3c2ec632b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c3c2ec632b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55c3c2ec5e3c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55c3c2ec69f4 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55c3c2cb17e3 - std::panicking::begin_panic::{{closure}}::hf5a611708030a9ce [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x55c3c2cb19b9 - std::sys_common::backtrace::__rust_end_short_backtrace::hb02e4f53fa19ce29 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c3c2cb1719 - std::panicking::begin_panic::h73b4d52ddc9c8a33 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x55c3c2c8000c - rush::memory::allocate_hugetlb_chunk::h6491e3e01ea8f05a [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:57:23 [INFO] [stdout] 15: 0x55c3c2c7ff49 - rush::memory::allocate_next_chunk::h3141a2e0980a7ed1 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:45:15 [INFO] [stdout] 16: 0x55c3c2c7fd3c - rush::memory::dma_alloc::h671fc317e640f2f5 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:28:39 [INFO] [stdout] 17: 0x55c3c2c89986 - rush::packet::new_packet::ha69a1df0e78641ac [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:38:16 [INFO] [stdout] 18: 0x55c3c2c89b7f - rush::packet::preallocate_step::h89538adc08a96b51 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:80:27 [INFO] [stdout] 19: 0x55c3c2ca5bf6 - rush::packet::allocate::h1b1329cb75bef6d8 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:94:9 [INFO] [stdout] 20: 0x55c3c2ca5bf6 - rush::packet::selftest::alloc::hf2755b6ea525cf03 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:151:21 [INFO] [stdout] 21: 0x55c3c2ca5baa - rush::packet::selftest::alloc::{{closure}}::h898ecf3466ad61f6 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:150:5 [INFO] [stdout] 22: 0x55c3c2ca14de - core::ops::function::FnOnce::call_once::hd6f4c921a624a54f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x55c3c2ea7dc3 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 24: 0x55c3c2ea7dc3 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 25: 0x55c3c2ea6838 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 26: 0x55c3c2ea6838 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 27: 0x55c3c2ea6838 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 28: 0x55c3c2ea6838 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 29: 0x55c3c2ea6838 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 30: 0x55c3c2ea6838 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 31: 0x55c3c2ea6838 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 32: 0x55c3c2e74fbd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 33: 0x55c3c2e74fbd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 34: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 35: 0x55c3c2e796e8 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 36: 0x55c3c2e796e8 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 37: 0x55c3c2e796e8 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 38: 0x55c3c2e796e8 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 39: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 40: 0x55c3c2e796e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 41: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 42: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 43: 0x55c3c2ecb597 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 44: 0x7f539d164609 - start_thread [INFO] [stdout] 45: 0x7f539cf3c293 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- link::selftest::link stdout ---- [INFO] [stdout] Allocated a link of capacity 1023 [INFO] [stdout] [mounting /var/run/rush/hugetlbfs] [INFO] [stdout] thread 'link::selftest::link' panicked at 'failed to (re)mount /var/run/rush/hugetlbfs', src/memory.rs:151:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c3c2ec41b0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c3c2ec41b0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c3c2ee7b6c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55c3c2ec10b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55c3c2ec632b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c3c2ec632b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c3c2ec632b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55c3c2ec5e3c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55c3c2ec69f4 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55c3c2cb17e3 - std::panicking::begin_panic::{{closure}}::hf5a611708030a9ce [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x55c3c2cb19b9 - std::sys_common::backtrace::__rust_end_short_backtrace::hb02e4f53fa19ce29 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c3c2cb1719 - std::panicking::begin_panic::h73b4d52ddc9c8a33 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x55c3c2c80dfc - rush::memory::ensure_hugetlbfs::h4826b7620cc149b2 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:151:13 [INFO] [stdout] 15: 0x55c3c2c8056c - rush::memory::allocate_huge_page::h304c226928b1b90d [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:114:5 [INFO] [stdout] 16: 0x55c3c2c80068 - rush::memory::allocate_hugetlb_chunk::{{closure}}::h2cb0f31906fb3735 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:56:9 [INFO] [stdout] 17: 0x55c3c2c7e092 - std::panicking::try::do_call::h60aca2f2afa1c31b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 18: 0x55c3c2c8113d - __rust_try [INFO] [stdout] 19: 0x55c3c2c7dfeb - std::panicking::try::h35fbcfd90a800072 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 20: 0x55c3c2ca0d91 - std::panic::catch_unwind::hd8bbfef9ee0e096f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 21: 0x55c3c2c7ffce - rush::memory::allocate_hugetlb_chunk::h6491e3e01ea8f05a [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:55:22 [INFO] [stdout] 22: 0x55c3c2c7ff49 - rush::memory::allocate_next_chunk::h3141a2e0980a7ed1 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:45:15 [INFO] [stdout] 23: 0x55c3c2c7fd3c - rush::memory::dma_alloc::h671fc317e640f2f5 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:28:39 [INFO] [stdout] 24: 0x55c3c2c89986 - rush::packet::new_packet::ha69a1df0e78641ac [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:38:16 [INFO] [stdout] 25: 0x55c3c2c89b7f - rush::packet::preallocate_step::h89538adc08a96b51 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:80:27 [INFO] [stdout] 26: 0x55c3c2c8a302 - rush::packet::allocate::h1b1329cb75bef6d8 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:94:9 [INFO] [stdout] 27: 0x55c3c2c8a302 - rush::link::selftest::link::hf80ac99e5d46892b [INFO] [stdout] at /opt/rustwide/workdir/src/link.rs:94:25 [INFO] [stdout] 28: 0x55c3c2c89fea - rush::link::selftest::link::{{closure}}::h9df9aca093445ef2 [INFO] [stdout] at /opt/rustwide/workdir/src/link.rs:88:5 [INFO] [stdout] 29: 0x55c3c2ca159e - core::ops::function::FnOnce::call_once::hdce29403472cd07c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 30: 0x55c3c2ea7dc3 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 31: 0x55c3c2ea7dc3 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 32: 0x55c3c2ea6838 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 33: 0x55c3c2ea6838 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 34: 0x55c3c2ea6838 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 35: 0x55c3c2ea6838 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 36: 0x55c3c2ea6838 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 37: 0x55c3c2ea6838 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 38: 0x55c3c2ea6838 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 39: 0x55c3c2e74fbd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 40: 0x55c3c2e74fbd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 41: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 42: 0x55c3c2e796e8 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 43: 0x55c3c2e796e8 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 44: 0x55c3c2e796e8 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 45: 0x55c3c2e796e8 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 46: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 47: 0x55c3c2e796e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 48: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 49: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 50: 0x55c3c2ecb597 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 51: 0x7f539d164609 - start_thread [INFO] [stdout] 52: 0x7f539cf3c293 - clone [INFO] [stdout] 53: 0x0 - [INFO] [stdout] thread 'link::selftest::link' panicked at 'Failed to allocate a huge page for DMA', src/memory.rs:57:23 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c3c2ec41b0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c3c2ec41b0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c3c2ee7b6c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55c3c2ec10b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55c3c2ec632b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c3c2ec632b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c3c2ec632b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55c3c2ec5e3c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55c3c2ec69f4 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55c3c2cb17e3 - std::panicking::begin_panic::{{closure}}::hf5a611708030a9ce [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x55c3c2cb19b9 - std::sys_common::backtrace::__rust_end_short_backtrace::hb02e4f53fa19ce29 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c3c2cb1719 - std::panicking::begin_panic::h73b4d52ddc9c8a33 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x55c3c2c8000c - rush::memory::allocate_hugetlb_chunk::h6491e3e01ea8f05a [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:57:23 [INFO] [stdout] 15: 0x55c3c2c7ff49 - rush::memory::allocate_next_chunk::h3141a2e0980a7ed1 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:45:15 [INFO] [stdout] 16: 0x55c3c2c7fd3c - rush::memory::dma_alloc::h671fc317e640f2f5 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:28:39 [INFO] [stdout] 17: 0x55c3c2c89986 - rush::packet::new_packet::ha69a1df0e78641ac [INFO] [stderr] error: test failed, to rerun pass '--bin rush' [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:38:16 [INFO] [stdout] 18: 0x55c3c2c89b7f - rush::packet::preallocate_step::h89538adc08a96b51 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:80:27 [INFO] [stdout] 19: 0x55c3c2c8a302 - rush::packet::allocate::h1b1329cb75bef6d8 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:94:9 [INFO] [stdout] 20: 0x55c3c2c8a302 - rush::link::selftest::link::hf80ac99e5d46892b [INFO] [stdout] at /opt/rustwide/workdir/src/link.rs:94:25 [INFO] [stdout] 21: 0x55c3c2c89fea - rush::link::selftest::link::{{closure}}::h9df9aca093445ef2 [INFO] [stdout] at /opt/rustwide/workdir/src/link.rs:88:5 [INFO] [stdout] 22: 0x55c3c2ca159e - core::ops::function::FnOnce::call_once::hdce29403472cd07c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x55c3c2ea7dc3 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 24: 0x55c3c2ea7dc3 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 25: 0x55c3c2ea6838 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 26: 0x55c3c2ea6838 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 27: 0x55c3c2ea6838 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 28: 0x55c3c2ea6838 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 29: 0x55c3c2ea6838 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 30: 0x55c3c2ea6838 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 31: 0x55c3c2ea6838 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 32: 0x55c3c2e74fbd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 33: 0x55c3c2e74fbd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 34: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 35: 0x55c3c2e796e8 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 36: 0x55c3c2e796e8 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 37: 0x55c3c2e796e8 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 38: 0x55c3c2e796e8 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 39: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 40: 0x55c3c2e796e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 41: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 42: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 43: 0x55c3c2ecb597 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 44: 0x7f539d164609 - start_thread [INFO] [stdout] 45: 0x7f539cf3c293 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::basic1 stdout ---- [INFO] [stdout] [mounting /var/run/rush/hugetlbfs] [INFO] [stdout] thread 'tests::basic1' panicked at 'failed to (re)mount /var/run/rush/hugetlbfs', src/memory.rs:151:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c3c2ec41b0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c3c2ec41b0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c3c2ee7b6c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55c3c2ec10b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55c3c2ec632b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c3c2ec632b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c3c2ec632b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55c3c2ec5e3c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55c3c2ec69f4 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55c3c2cb17e3 - std::panicking::begin_panic::{{closure}}::hf5a611708030a9ce [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x55c3c2cb19b9 - std::sys_common::backtrace::__rust_end_short_backtrace::hb02e4f53fa19ce29 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c3c2cb1719 - std::panicking::begin_panic::h73b4d52ddc9c8a33 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x55c3c2c80dfc - rush::memory::ensure_hugetlbfs::h4826b7620cc149b2 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:151:13 [INFO] [stdout] 15: 0x55c3c2c8056c - rush::memory::allocate_huge_page::h304c226928b1b90d [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:114:5 [INFO] [stdout] 16: 0x55c3c2c80068 - rush::memory::allocate_hugetlb_chunk::{{closure}}::h2cb0f31906fb3735 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:56:9 [INFO] [stdout] 17: 0x55c3c2c7e092 - std::panicking::try::do_call::h60aca2f2afa1c31b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 18: 0x55c3c2c8113d - __rust_try [INFO] [stdout] 19: 0x55c3c2c7dfeb - std::panicking::try::h35fbcfd90a800072 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 20: 0x55c3c2ca0d91 - std::panic::catch_unwind::hd8bbfef9ee0e096f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 21: 0x55c3c2c7ffce - rush::memory::allocate_hugetlb_chunk::h6491e3e01ea8f05a [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:55:22 [INFO] [stdout] 22: 0x55c3c2c7ff49 - rush::memory::allocate_next_chunk::h3141a2e0980a7ed1 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:45:15 [INFO] [stdout] 23: 0x55c3c2c7fd3c - rush::memory::dma_alloc::h671fc317e640f2f5 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:28:39 [INFO] [stdout] 24: 0x55c3c2c89986 - rush::packet::new_packet::ha69a1df0e78641ac [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:38:16 [INFO] [stdout] 25: 0x55c3c2c89b7f - rush::packet::preallocate_step::h89538adc08a96b51 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:80:27 [INFO] [stdout] 26: 0x55c3c2c84340 - rush::packet::allocate::h1b1329cb75bef6d8 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:94:9 [INFO] [stdout] 27: 0x55c3c2c84340 - ::pull::h4b80c6a52104a894 [INFO] [stdout] at /opt/rustwide/workdir/src/basic_apps.rs:22:29 [INFO] [stdout] 28: 0x55c3c2c9bbac - rush::engine::breathe::h7e96f0e115a442dc [INFO] [stdout] at /opt/rustwide/workdir/src/engine.rs:373:9 [INFO] [stdout] 29: 0x55c3c2c9b577 - rush::engine::main::h786e9212024fadce [INFO] [stdout] at /opt/rustwide/workdir/src/engine.rs:310:5 [INFO] [stdout] 30: 0x55c3c2c755c7 - rush::tests::basic1::hd74f23a00039cda1 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:47:13 [INFO] [stdout] 31: 0x55c3c2c74e7a - rush::tests::basic1::{{closure}}::hc71edbd26b190a1d [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:28:5 [INFO] [stdout] 32: 0x55c3c2ca148e - core::ops::function::FnOnce::call_once::hcc7b0eea8228ab39 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 33: 0x55c3c2ea7dc3 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 34: 0x55c3c2ea7dc3 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 35: 0x55c3c2ea6838 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 36: 0x55c3c2ea6838 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 37: 0x55c3c2ea6838 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 38: 0x55c3c2ea6838 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 39: 0x55c3c2ea6838 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 40: 0x55c3c2ea6838 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 41: 0x55c3c2ea6838 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 42: 0x55c3c2e74fbd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 43: 0x55c3c2e74fbd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 44: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 45: 0x55c3c2e796e8 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 46: 0x55c3c2e796e8 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 47: 0x55c3c2e796e8 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 48: 0x55c3c2e796e8 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 49: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 50: 0x55c3c2e796e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 51: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 52: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 53: 0x55c3c2ecb597 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 54: 0x7f539d164609 - start_thread [INFO] [stdout] 55: 0x7f539cf3c293 - clone [INFO] [stdout] 56: 0x0 - [INFO] [stdout] thread 'tests::basic1' panicked at 'Failed to allocate a huge page for DMA', src/memory.rs:57:23 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c3c2ec41b0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c3c2ec41b0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c3c2ee7b6c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55c3c2ec10b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55c3c2ec632b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c3c2ec632b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c3c2ec632b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55c3c2ec5e3c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55c3c2ec69f4 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55c3c2cb17e3 - std::panicking::begin_panic::{{closure}}::hf5a611708030a9ce [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x55c3c2cb19b9 - std::sys_common::backtrace::__rust_end_short_backtrace::hb02e4f53fa19ce29 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c3c2cb1719 - std::panicking::begin_panic::h73b4d52ddc9c8a33 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x55c3c2c8000c - rush::memory::allocate_hugetlb_chunk::h6491e3e01ea8f05a [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:57:23 [INFO] [stdout] 15: 0x55c3c2c7ff49 - rush::memory::allocate_next_chunk::h3141a2e0980a7ed1 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:45:15 [INFO] [stdout] 16: 0x55c3c2c7fd3c - rush::memory::dma_alloc::h671fc317e640f2f5 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:28:39 [INFO] [stdout] 17: 0x55c3c2c89986 - rush::packet::new_packet::ha69a1df0e78641ac [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:38:16 [INFO] [stdout] 18: 0x55c3c2c89b7f - rush::packet::preallocate_step::h89538adc08a96b51 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:80:27 [INFO] [stdout] 19: 0x55c3c2c84340 - rush::packet::allocate::h1b1329cb75bef6d8 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:94:9 [INFO] [stdout] 20: 0x55c3c2c84340 - ::pull::h4b80c6a52104a894 [INFO] [stdout] at /opt/rustwide/workdir/src/basic_apps.rs:22:29 [INFO] [stdout] 21: 0x55c3c2c9bbac - rush::engine::breathe::h7e96f0e115a442dc [INFO] [stdout] at /opt/rustwide/workdir/src/engine.rs:373:9 [INFO] [stdout] 22: 0x55c3c2c9b577 - rush::engine::main::h786e9212024fadce [INFO] [stdout] at /opt/rustwide/workdir/src/engine.rs:310:5 [INFO] [stdout] 23: 0x55c3c2c755c7 - rush::tests::basic1::hd74f23a00039cda1 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:47:13 [INFO] [stdout] 24: 0x55c3c2c74e7a - rush::tests::basic1::{{closure}}::hc71edbd26b190a1d [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:28:5 [INFO] [stdout] 25: 0x55c3c2ca148e - core::ops::function::FnOnce::call_once::hcc7b0eea8228ab39 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 26: 0x55c3c2ea7dc3 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 27: 0x55c3c2ea7dc3 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 28: 0x55c3c2ea6838 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 29: 0x55c3c2ea6838 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 30: 0x55c3c2ea6838 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 31: 0x55c3c2ea6838 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 32: 0x55c3c2ea6838 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 33: 0x55c3c2ea6838 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 34: 0x55c3c2ea6838 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 35: 0x55c3c2e74fbd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 36: 0x55c3c2e74fbd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 37: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 38: 0x55c3c2e796e8 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 39: 0x55c3c2e796e8 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 40: 0x55c3c2e796e8 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 41: 0x55c3c2e796e8 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 42: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 43: 0x55c3c2e796e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 44: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 45: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 46: 0x55c3c2ecb597 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 47: 0x7f539d164609 - start_thread [INFO] [stdout] 48: 0x7f539cf3c293 - clone [INFO] [stdout] 49: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- engine::tests::engine stdout ---- [INFO] [stdout] Configured the app network: source(60).output -> sink.input [INFO] [stdout] [mounting /var/run/rush/hugetlbfs] [INFO] [stdout] thread 'engine::tests::engine' panicked at 'failed to (re)mount /var/run/rush/hugetlbfs', src/memory.rs:151:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c3c2ec41b0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c3c2ec41b0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c3c2ee7b6c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55c3c2ec10b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55c3c2ec632b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c3c2ec632b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c3c2ec632b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55c3c2ec5e3c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55c3c2ec69f4 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55c3c2cb17e3 - std::panicking::begin_panic::{{closure}}::hf5a611708030a9ce [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x55c3c2cb19b9 - std::sys_common::backtrace::__rust_end_short_backtrace::hb02e4f53fa19ce29 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c3c2cb1719 - std::panicking::begin_panic::h73b4d52ddc9c8a33 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x55c3c2c80dfc - rush::memory::ensure_hugetlbfs::h4826b7620cc149b2 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:151:13 [INFO] [stdout] 15: 0x55c3c2c8056c - rush::memory::allocate_huge_page::h304c226928b1b90d [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:114:5 [INFO] [stdout] 16: 0x55c3c2c80068 - rush::memory::allocate_hugetlb_chunk::{{closure}}::h2cb0f31906fb3735 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:56:9 [INFO] [stdout] 17: 0x55c3c2c7e092 - std::panicking::try::do_call::h60aca2f2afa1c31b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 18: 0x55c3c2c8113d - __rust_try [INFO] [stdout] 19: 0x55c3c2c7dfeb - std::panicking::try::h35fbcfd90a800072 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 20: 0x55c3c2ca0d91 - std::panic::catch_unwind::hd8bbfef9ee0e096f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 21: 0x55c3c2c7ffce - rush::memory::allocate_hugetlb_chunk::h6491e3e01ea8f05a [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:55:22 [INFO] [stdout] 22: 0x55c3c2c7ff49 - rush::memory::allocate_next_chunk::h3141a2e0980a7ed1 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:45:15 [INFO] [stdout] 23: 0x55c3c2c7fd3c - rush::memory::dma_alloc::h671fc317e640f2f5 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:28:39 [INFO] [stdout] 24: 0x55c3c2c89986 - rush::packet::new_packet::ha69a1df0e78641ac [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:38:16 [INFO] [stdout] 25: 0x55c3c2c89b7f - rush::packet::preallocate_step::h89538adc08a96b51 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:80:27 [INFO] [stdout] 26: 0x55c3c2c84340 - rush::packet::allocate::h1b1329cb75bef6d8 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:94:9 [INFO] [stdout] 27: 0x55c3c2c84340 - ::pull::h4b80c6a52104a894 [INFO] [stdout] at /opt/rustwide/workdir/src/basic_apps.rs:22:29 [INFO] [stdout] 28: 0x55c3c2c9bbac - rush::engine::breathe::h7e96f0e115a442dc [INFO] [stdout] at /opt/rustwide/workdir/src/engine.rs:373:9 [INFO] [stdout] 29: 0x55c3c2c9b577 - rush::engine::main::h786e9212024fadce [INFO] [stdout] at /opt/rustwide/workdir/src/engine.rs:310:5 [INFO] [stdout] 30: 0x55c3c2c9d473 - rush::engine::tests::engine::h39dad6995d864d2c [INFO] [stdout] at /opt/rustwide/workdir/src/engine.rs:498:9 [INFO] [stdout] 31: 0x55c3c2c9d26a - rush::engine::tests::engine::{{closure}}::h6cde225350f14e99 [INFO] [stdout] at /opt/rustwide/workdir/src/engine.rs:491:5 [INFO] [stdout] 32: 0x55c3c2ca144e - core::ops::function::FnOnce::call_once::hc78c8b50c0beb630 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 33: 0x55c3c2ea7dc3 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 34: 0x55c3c2ea7dc3 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 35: 0x55c3c2ea6838 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 36: 0x55c3c2ea6838 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 37: 0x55c3c2ea6838 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 38: 0x55c3c2ea6838 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 39: 0x55c3c2ea6838 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 40: 0x55c3c2ea6838 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 41: 0x55c3c2ea6838 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 42: 0x55c3c2e74fbd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 43: 0x55c3c2e74fbd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 44: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 45: 0x55c3c2e796e8 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 46: 0x55c3c2e796e8 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 47: 0x55c3c2e796e8 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 48: 0x55c3c2e796e8 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 49: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 50: 0x55c3c2e796e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 51: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 52: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 53: 0x55c3c2ecb597 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 54: 0x7f539d164609 - start_thread [INFO] [stdout] 55: 0x7f539cf3c293 - clone [INFO] [stdout] 56: 0x0 - [INFO] [stdout] thread 'engine::tests::engine' panicked at 'Failed to allocate a huge page for DMA', src/memory.rs:57:23 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c3c2ec41b0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c3c2ec41b0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c3c2ec41b0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c3c2ee7b6c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55c3c2ec10b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55c3c2ec632b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c3c2ec632b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c3c2ec632b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55c3c2ec5e3c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55c3c2ec69f4 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55c3c2cb17e3 - std::panicking::begin_panic::{{closure}}::hf5a611708030a9ce [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x55c3c2cb19b9 - std::sys_common::backtrace::__rust_end_short_backtrace::hb02e4f53fa19ce29 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c3c2cb1719 - std::panicking::begin_panic::h73b4d52ddc9c8a33 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x55c3c2c8000c - rush::memory::allocate_hugetlb_chunk::h6491e3e01ea8f05a [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:57:23 [INFO] [stdout] 15: 0x55c3c2c7ff49 - rush::memory::allocate_next_chunk::h3141a2e0980a7ed1 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:45:15 [INFO] [stdout] 16: 0x55c3c2c7fd3c - rush::memory::dma_alloc::h671fc317e640f2f5 [INFO] [stdout] at /opt/rustwide/workdir/src/memory.rs:28:39 [INFO] [stdout] 17: 0x55c3c2c89986 - rush::packet::new_packet::ha69a1df0e78641ac [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:38:16 [INFO] [stdout] 18: 0x55c3c2c89b7f - rush::packet::preallocate_step::h89538adc08a96b51 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:80:27 [INFO] [stdout] 19: 0x55c3c2c84340 - rush::packet::allocate::h1b1329cb75bef6d8 [INFO] [stdout] at /opt/rustwide/workdir/src/packet.rs:94:9 [INFO] [stdout] 20: 0x55c3c2c84340 - ::pull::h4b80c6a52104a894 [INFO] [stdout] at /opt/rustwide/workdir/src/basic_apps.rs:22:29 [INFO] [stdout] 21: 0x55c3c2c9bbac - rush::engine::breathe::h7e96f0e115a442dc [INFO] [stdout] at /opt/rustwide/workdir/src/engine.rs:373:9 [INFO] [stdout] 22: 0x55c3c2c9b577 - rush::engine::main::h786e9212024fadce [INFO] [stdout] at /opt/rustwide/workdir/src/engine.rs:310:5 [INFO] [stdout] 23: 0x55c3c2c9d473 - rush::engine::tests::engine::h39dad6995d864d2c [INFO] [stdout] at /opt/rustwide/workdir/src/engine.rs:498:9 [INFO] [stdout] 24: 0x55c3c2c9d26a - rush::engine::tests::engine::{{closure}}::h6cde225350f14e99 [INFO] [stdout] at /opt/rustwide/workdir/src/engine.rs:491:5 [INFO] [stdout] 25: 0x55c3c2ca144e - core::ops::function::FnOnce::call_once::hc78c8b50c0beb630 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 26: 0x55c3c2ea7dc3 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 27: 0x55c3c2ea7dc3 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 28: 0x55c3c2ea6838 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 29: 0x55c3c2ea6838 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 30: 0x55c3c2ea6838 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 31: 0x55c3c2ea6838 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 32: 0x55c3c2ea6838 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 33: 0x55c3c2ea6838 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 34: 0x55c3c2ea6838 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 35: 0x55c3c2e74fbd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 36: 0x55c3c2e74fbd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 37: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 38: 0x55c3c2e796e8 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 39: 0x55c3c2e796e8 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 40: 0x55c3c2e796e8 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 41: 0x55c3c2e796e8 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 42: 0x55c3c2e796e8 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 43: 0x55c3c2e796e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 44: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 45: 0x55c3c2ecb597 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 46: 0x55c3c2ecb597 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 47: 0x7f539d164609 - start_thread [INFO] [stdout] 48: 0x7f539cf3c293 - clone [INFO] [stdout] 49: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] checksum::selftest::checksum_rampool_bench [INFO] [stdout] engine::tests::engine [INFO] [stdout] link::selftest::link [INFO] [stdout] packet::selftest::alloc [INFO] [stdout] tests::basic1 [INFO] [stdout] [INFO] [stdout] test result: FAILED. 8 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ceccad0d97bd673cf4d6bcc60e8583e70e096d8b31f0844aaa735f7ad734cccc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ceccad0d97bd673cf4d6bcc60e8583e70e096d8b31f0844aaa735f7ad734cccc", kill_on_drop: false }` [INFO] [stdout] ceccad0d97bd673cf4d6bcc60e8583e70e096d8b31f0844aaa735f7ad734cccc