[INFO] cloning repository https://github.com/florentw/erosion [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/florentw/erosion" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflorentw%2Ferosion", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflorentw%2Ferosion'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 350f1fb30b2bf671277850f9b72330d27248fddd [INFO] testing florentw/erosion against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflorentw%2Ferosion" "/workspace/builds/worker-32/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-32/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/florentw/erosion on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/florentw/erosion [INFO] finished tweaking git repo https://github.com/florentw/erosion [INFO] tweaked toml for git repo https://github.com/florentw/erosion written to /workspace/builds/worker-32/source/Cargo.toml [INFO] crate git repo https://github.com/florentw/erosion already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba0d0e7abb8cfbef53c93ebaf6f0c5121fdd9e2a9b123ea946bf25c72ce93e49 [INFO] running `Command { std: "docker" "start" "-a" "ba0d0e7abb8cfbef53c93ebaf6f0c5121fdd9e2a9b123ea946bf25c72ce93e49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba0d0e7abb8cfbef53c93ebaf6f0c5121fdd9e2a9b123ea946bf25c72ce93e49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba0d0e7abb8cfbef53c93ebaf6f0c5121fdd9e2a9b123ea946bf25c72ce93e49", kill_on_drop: false }` [INFO] [stdout] ba0d0e7abb8cfbef53c93ebaf6f0c5121fdd9e2a9b123ea946bf25c72ce93e49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fd1afd1fcfb39c109afdeb35911518641ef64891ab4752915f5dc9ecdfb62358 [INFO] running `Command { std: "docker" "start" "-a" "fd1afd1fcfb39c109afdeb35911518641ef64891ab4752915f5dc9ecdfb62358", kill_on_drop: false }` [INFO] [stderr] Compiling erosion v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/throughput/mod.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | let mut running = true; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.79s [INFO] running `Command { std: "docker" "inspect" "fd1afd1fcfb39c109afdeb35911518641ef64891ab4752915f5dc9ecdfb62358", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd1afd1fcfb39c109afdeb35911518641ef64891ab4752915f5dc9ecdfb62358", kill_on_drop: false }` [INFO] [stdout] fd1afd1fcfb39c109afdeb35911518641ef64891ab4752915f5dc9ecdfb62358 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2e0d3604c70bcc49f95b9bb9075648acc1ee234e1876a0cf2ae41deb7c198820 [INFO] running `Command { std: "docker" "start" "-a" "2e0d3604c70bcc49f95b9bb9075648acc1ee234e1876a0cf2ae41deb7c198820", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/throughput/mod.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | let mut running = true; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling erosion v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/throughput/mod.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | let mut running = true; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.60s [INFO] running `Command { std: "docker" "inspect" "2e0d3604c70bcc49f95b9bb9075648acc1ee234e1876a0cf2ae41deb7c198820", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e0d3604c70bcc49f95b9bb9075648acc1ee234e1876a0cf2ae41deb7c198820", kill_on_drop: false }` [INFO] [stdout] 2e0d3604c70bcc49f95b9bb9075648acc1ee234e1876a0cf2ae41deb7c198820 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 590ea9276543177400ecc1a8c36e3c3ca64125fc0af83f54b859b85afba2edf8 [INFO] running `Command { std: "docker" "start" "-a" "590ea9276543177400ecc1a8c36e3c3ca64125fc0af83f54b859b85afba2edf8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stdout] [INFO] [stderr] --> src/throughput/mod.rs:49:9 [INFO] [stdout] running 10 tests [INFO] [stderr] | [INFO] [stdout] test throughput::tests::achieved_throughput_returns_minus_one_when_elapsed_is_zero ... ok [INFO] [stderr] 49 | let mut running = true; [INFO] [stdout] test throughput::tests::achieved_throughput_returns_rounded_throughput ... ok [INFO] [stderr] | ----^^^^^^^ [INFO] [stdout] test throughput::tests::remaining_sleep_duration_returns_zero_when_start_is_in_the_future ... ok [INFO] [stderr] | | [INFO] [stdout] test throughput::tests::round_function_rounds_to_two_places ... ok [INFO] [stderr] | help: remove this `mut` [INFO] [stdout] test throughput::tests::should_add_event_from_remainder_returns_false_when_index_is_outside_remainder_interval ... ok [INFO] [stderr] | [INFO] [stdout] test throughput::tests::should_add_event_from_remainder_returns_false_when_no_remainder ... ok [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] test throughput::tests::should_add_event_from_remainder_returns_true_when_index_is_in_remainder_interval ... ok [INFO] [stderr] [INFO] [stdout] test throughput::tests::sleep_if_too_fast_returns_false_if_duration_zero ... ok [INFO] [stderr] warning: `erosion` (lib) generated 1 warning [INFO] [stdout] test throughput::tests::sleep_if_too_fast_returns_true_if_duration_not_zero ... ok [INFO] [stderr] warning: `erosion` (lib test) generated 1 warning (1 duplicate) [INFO] [stdout] test throughput::tests::to_millis_converts_duration_to_integer ... ok [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.31s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/erosion-d143aaa9cd571571) [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running tests/mono_thread_inttest.rs (/opt/rustwide/target/debug/deps/mono_thread_inttest-038fe99b6b3f52e9) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test throughput_generator_calls_event_function_hundred_times_a_sec ... ok [INFO] [stdout] test throughput_generator_calls_event_function_thousands_times_a_sec ... ok [INFO] [stdout] test throughput_generator_calls_event_function_once_a_sec ... FAILED [INFO] [stdout] test throughput_generator_calls_event_function_three_hundred_times_a_sec ... FAILED [INFO] [stdout] test throughput_generator_calls_event_function_five_hundred_times_a_sec ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- throughput_generator_calls_event_function_once_a_sec stdout ---- [INFO] [stdout] events_per_small_period: 10, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 0ns [INFO] [stdout] avg_sleep: 98.730699ms, last_sleep:987.30699ms, to_sleep:98.730699ms [INFO] [stdout] events_per_small_period: 10, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 987.30699ms [INFO] [stdout] avg_sleep: 98.820989ms, last_sleep:987.30699ms, to_sleep:98.911279ms [INFO] [stdout] events_per_small_period: 10, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 987.30699ms [INFO] [stdout] avg_sleep: 96.812834ms, last_sleep:987.30699ms, to_sleep:94.894969ms [INFO] [stdout] events_per_small_period: 10, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 987.30699ms [INFO] [stdout] avg_sleep: 98.771574ms, last_sleep:987.30699ms, to_sleep:98.81245ms [INFO] [stdout] events_per_small_period: 10, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 987.30699ms [INFO] [stdout] avg_sleep: 98.776894ms, last_sleep:987.30699ms, to_sleep:98.823089ms [INFO] [stdout] events_per_small_period: 10, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 987.30699ms [INFO] [stdout] avg_sleep: 98.574459ms, last_sleep:987.30699ms, to_sleep:98.418219ms [INFO] [stdout] events_per_small_period: 10, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 987.30699ms [INFO] [stdout] avg_sleep: 95.350014ms, last_sleep:987.30699ms, to_sleep:91.969329ms [INFO] [stdout] events_per_small_period: 10, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 987.30699ms [INFO] [stdout] avg_sleep: 98.850373ms, last_sleep:987.30699ms, to_sleep:98.970048ms [INFO] [stdout] events_per_small_period: 10, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 987.30699ms [INFO] [stdout] avg_sleep: 97.321104ms, last_sleep:987.30699ms, to_sleep:95.911509ms [INFO] [stdout] events_per_small_period: 10, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 987.30699ms [INFO] [stdout] avg_sleep: 98.551783ms, last_sleep:987.30699ms, to_sleep:98.372868ms [INFO] [stdout] Throughput: 9.99 event/s - Was too slow: false - Distance to target: 0.01 events/s - toSleep: 0ns [INFO] [stdout] throughput_results: last sleep: 987.30699ms, distance: 0.01 [INFO] [stdout] thread 'throughput_generator_calls_event_function_once_a_sec' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0.0`, [INFO] [stdout] right: `0.01`', tests/mono_thread_inttest.rs:27:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55ff3be7fd3d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55ff3be7fd3d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55ff3be7fd3d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55ff3be7fd3d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55ff3bea557c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55ff3be7b5f8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55ff3be82017 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55ff3be82017 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55ff3be82017 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55ff3be81d4c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55ff3be82769 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55ff3be82457 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55ff3be80204 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55ff3be82169 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55ff3be24123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55ff3bea3e98 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x55ff3be268ba - core::panicking::assert_failed::hb23173801b0250a7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55ff3be28aed - mono_thread_inttest::throughput_generator_calls_event_function_once_a_sec::hf97323ab7558d562 [INFO] [stdout] at /opt/rustwide/workdir/tests/mono_thread_inttest.rs:27:5 [INFO] [stdout] 18: 0x55ff3be289fa - mono_thread_inttest::throughput_generator_calls_event_function_once_a_sec::{{closure}}::h861b6ab24bcd86c5 [INFO] [stdout] at /opt/rustwide/workdir/tests/mono_thread_inttest.rs:24:1 [INFO] [stdout] 19: 0x55ff3be2567e - core::ops::function::FnOnce::call_once::h29bfd979c39cec5a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55ff3be55343 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55ff3be55343 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x55ff3be54024 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x55ff3be54024 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55ff3be54024 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55ff3be54024 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55ff3be54024 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55ff3be54024 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x55ff3be54024 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55ff3be5d941 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55ff3be5d941 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55ff3be29fbf - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55ff3be29fbf - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55ff3be29fbf - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55ff3be29fbf - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55ff3be29fbf - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55ff3be29fbf - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55ff3be29fbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55ff3be88453 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x55ff3be88453 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55ff3be88453 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fd324196609 - start_thread [INFO] [stdout] 42: 0x7fd323f66163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- throughput_generator_calls_event_function_three_hundred_times_a_sec stdout ---- [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 0ns [INFO] [stdout] avg_sleep: 955.860852ms, last_sleep:9.55860852s, to_sleep:955.860852ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.55860852s [INFO] [stdout] avg_sleep: 959.089502ms, last_sleep:9.55860852s, to_sleep:962.318152ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.55860852s [INFO] [stdout] avg_sleep: 955.615447ms, last_sleep:9.55860852s, to_sleep:955.370043ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.55860852s [INFO] [stdout] avg_sleep: 961.198747ms, last_sleep:9.55860852s, to_sleep:966.536642ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.55860852s [INFO] [stdout] avg_sleep: 959.484522ms, last_sleep:9.55860852s, to_sleep:963.108192ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.55860852s [INFO] [stdout] avg_sleep: 945.942143ms, last_sleep:9.55860852s, to_sleep:936.023434ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.55860852s [INFO] [stdout] avg_sleep: 950.693363ms, last_sleep:9.55860852s, to_sleep:945.525874ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.55860852s [INFO] [stdout] avg_sleep: 964.441107ms, last_sleep:9.55860852s, to_sleep:973.021362ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.55860852s [INFO] [stdout] avg_sleep: 964.365207ms, last_sleep:9.55860852s, to_sleep:972.869562ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.55860852s [INFO] [stdout] avg_sleep: 843.409785ms, last_sleep:9.55860852s, to_sleep:730.958718ms [INFO] [stdout] Throughput: 296.97 event/s - Was too slow: false - Distance to target: 3.03 events/s - toSleep: 0ns [INFO] [stdout] throughput_results: last sleep: 9.55860852s, distance: 3.03 [INFO] [stdout] thread 'throughput_generator_calls_event_function_three_hundred_times_a_sec' panicked at 'assertion failed: results.throughput_distance < 0.5', tests/mono_thread_inttest.rs:43:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55ff3be7fd3d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55ff3be7fd3d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55ff3be7fd3d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55ff3be7fd3d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55ff3bea557c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55ff3be7b5f8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55ff3be82017 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55ff3be82017 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55ff3be82017 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55ff3be81d4c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55ff3be82769 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55ff3be82419 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:586:13 [INFO] [stdout] 12: 0x55ff3be80204 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55ff3be82169 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55ff3be24123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55ff3be23fed - core::panicking::panic::h4241c5ccea17faca [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x55ff3be28cdd - mono_thread_inttest::throughput_generator_calls_event_function_three_hundred_times_a_sec::hffb530590bc47c16 [INFO] [stdout] at /opt/rustwide/workdir/tests/mono_thread_inttest.rs:43:5 [INFO] [stdout] 17: 0x55ff3be28c3a - mono_thread_inttest::throughput_generator_calls_event_function_three_hundred_times_a_sec::{{closure}}::hd1de8e915629d4fe [INFO] [stdout] at /opt/rustwide/workdir/tests/mono_thread_inttest.rs:40:1 [INFO] [stdout] 18: 0x55ff3be2574e - core::ops::function::FnOnce::call_once::hc6437b5a4144fc1b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55ff3be55343 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55ff3be55343 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 21: 0x55ff3be54024 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 22: 0x55ff3be54024 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55ff3be54024 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x55ff3be54024 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x55ff3be54024 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x55ff3be54024 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 27: 0x55ff3be54024 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x55ff3be5d941 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x55ff3be5d941 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x55ff3be29fbf - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x55ff3be29fbf - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55ff3be29fbf - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x55ff3be29fbf - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x55ff3be29fbf - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x55ff3be29fbf - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x55ff3be29fbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55ff3be88453 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 38: 0x55ff3be88453 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x55ff3be88453 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7fd324196609 - start_thread [INFO] [stdout] 41: 0x7fd323f66163 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- throughput_generator_calls_event_function_five_hundred_times_a_sec stdout ---- [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 0ns [INFO] [stdout] avg_sleep: 944.756473ms, last_sleep:9.44756473s, to_sleep:944.756473ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.44756473s [INFO] [stdout] avg_sleep: 946.698308ms, last_sleep:9.44756473s, to_sleep:948.640143ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.44756473s [INFO] [stdout] avg_sleep: 941.052493ms, last_sleep:9.44756473s, to_sleep:937.348514ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.44756473s [INFO] [stdout] avg_sleep: 948.414238ms, last_sleep:9.44756473s, to_sleep:952.072003ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.44756473s [INFO] [stdout] avg_sleep: 945.308563ms, last_sleep:9.44756473s, to_sleep:945.860654ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.44756473s [INFO] [stdout] avg_sleep: 949.759493ms, last_sleep:9.44756473s, to_sleep:954.762513ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.44756473s [INFO] [stdout] avg_sleep: 805.242153ms, last_sleep:9.44756473s, to_sleep:665.727833ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.44756473s [INFO] [stdout] avg_sleep: 955.015652ms, last_sleep:9.44756473s, to_sleep:965.274832ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.44756473s [INFO] [stdout] avg_sleep: 954.823498ms, last_sleep:9.44756473s, to_sleep:964.890523ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.44756473s [INFO] [stdout] avg_sleep: 933.154724ms, last_sleep:9.44756473s, to_sleep:921.552976ms [INFO] [stdout] Throughput: 493.83 event/s - Was too slow: false - Distance to target: 6.17 events/s - toSleep: 0ns [INFO] [stdout] throughput_results: last sleep: 9.44756473s, distance: 6.17 [INFO] [stdout] thread 'throughput_generator_calls_event_function_five_hundred_times_a_sec' panicked at 'assertion failed: results.throughput_distance < 0.9', tests/mono_thread_inttest.rs:51:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55ff3be7fd3d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55ff3be7fd3d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55ff3be7fd3d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55ff3be7fd3d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55ff3bea557c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55ff3be7b5f8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55ff3be82017 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55ff3be82017 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55ff3be82017 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55ff3be81d4c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55ff3be82769 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55ff3be82419 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:586:13 [INFO] [stdout] 12: 0x55ff3be80204 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55ff3be82169 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55ff3be24123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55ff3be23fed - core::panicking::panic::h4241c5ccea17faca [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x55ff3be28dcd - mono_thread_inttest::throughput_generator_calls_event_function_five_hundred_times_a_sec::hc4e434c78abfe3c2 [INFO] [stdout] at /opt/rustwide/workdir/tests/mono_thread_inttest.rs:51:5 [INFO] [stdout] 17: 0x55ff3be28d2a - mono_thread_inttest::throughput_generator_calls_event_function_five_hundred_times_a_sec::{{closure}}::h14b241464a454d3e [INFO] [stdout] at /opt/rustwide/workdir/tests/mono_thread_inttest.rs:48:1 [INFO] [stdout] 18: 0x55ff3be2578e - core::ops::function::FnOnce::call_once::hc6a3c4b37fc970f2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55ff3be55343 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55ff3be55343 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 21: 0x55ff3be54024 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 22: 0x55ff3be54024 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55ff3be54024 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x55ff3be54024 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x55ff3be54024 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x55ff3be54024 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 27: 0x55ff3be54024 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x55ff3be5d941 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x55ff3be5d941 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x55ff3be29fbf - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x55ff3be29fbf - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55ff3be29fbf - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x55ff3be29fbf - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x55ff3be29fbf - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x55ff3be29fbf - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x55ff3be29fbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55ff3be88453 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 38: 0x55ff3be88453 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x55ff3be88453 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7fd324196609 - start_thread [INFO] [stdout] 41: 0x7fd323f66163 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] throughput_generator_calls_event_function_five_hundred_times_a_sec [INFO] [stdout] throughput_generator_calls_event_function_once_a_sec [INFO] [stdout] throughput_generator_calls_event_function_three_hundred_times_a_sec [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.13s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test mono_thread_inttest' [INFO] running `Command { std: "docker" "inspect" "590ea9276543177400ecc1a8c36e3c3ca64125fc0af83f54b859b85afba2edf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "590ea9276543177400ecc1a8c36e3c3ca64125fc0af83f54b859b85afba2edf8", kill_on_drop: false }` [INFO] [stdout] 590ea9276543177400ecc1a8c36e3c3ca64125fc0af83f54b859b85afba2edf8