[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 beta-2023-10-04 for beta-1.74-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflorentw%2Ferosion" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/florentw/erosion on toolchain beta-2023-10-04 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "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-4-tc2/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: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 65922da07ce180d933677593d6b27db625e334f92eceec63071bf48ddb262842 [INFO] running `Command { std: "docker" "start" "-a" "65922da07ce180d933677593d6b27db625e334f92eceec63071bf48ddb262842", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "65922da07ce180d933677593d6b27db625e334f92eceec63071bf48ddb262842", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65922da07ce180d933677593d6b27db625e334f92eceec63071bf48ddb262842", kill_on_drop: false }` [INFO] [stdout] 65922da07ce180d933677593d6b27db625e334f92eceec63071bf48ddb262842 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7167fd5481c92b57aca20527b8ce3203f3e39da30a5b3f4307808b2064b45c52 [INFO] running `Command { std: "docker" "start" "-a" "7167fd5481c92b57aca20527b8ce3203f3e39da30a5b3f4307808b2064b45c52", 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 0.08s [INFO] running `Command { std: "docker" "inspect" "7167fd5481c92b57aca20527b8ce3203f3e39da30a5b3f4307808b2064b45c52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7167fd5481c92b57aca20527b8ce3203f3e39da30a5b3f4307808b2064b45c52", kill_on_drop: false }` [INFO] [stdout] 7167fd5481c92b57aca20527b8ce3203f3e39da30a5b3f4307808b2064b45c52 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 670ee46f678a017fec9b437f6aa13e6857e7958f508a74ac3b41cc65e1e60cd8 [INFO] running `Command { std: "docker" "start" "-a" "670ee46f678a017fec9b437f6aa13e6857e7958f508a74ac3b41cc65e1e60cd8", 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] [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 0.24s [INFO] running `Command { std: "docker" "inspect" "670ee46f678a017fec9b437f6aa13e6857e7958f508a74ac3b41cc65e1e60cd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "670ee46f678a017fec9b437f6aa13e6857e7958f508a74ac3b41cc65e1e60cd8", kill_on_drop: false }` [INFO] [stdout] 670ee46f678a017fec9b437f6aa13e6857e7958f508a74ac3b41cc65e1e60cd8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 89ef3d3bf79f8d1f6cf896d3d1339b44fc5843952c483662348b159c9ff0ec90 [INFO] running `Command { std: "docker" "start" "-a" "89ef3d3bf79f8d1f6cf896d3d1339b44fc5843952c483662348b159c9ff0ec90", kill_on_drop: false }` [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/throughput/mod.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | let mut running = true; [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `erosion` (lib) generated 1 warning (run `cargo fix --lib -p erosion` to apply 1 suggestion) [INFO] [stderr] warning: `erosion` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/erosion-edcd15ef7946e22b) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test throughput::tests::achieved_throughput_returns_minus_one_when_elapsed_is_zero ... ok [INFO] [stdout] test throughput::tests::round_function_rounds_to_two_places ... ok [INFO] [stdout] test throughput::tests::sleep_if_too_fast_returns_false_if_duration_zero ... ok [INFO] [stdout] test throughput::tests::remaining_sleep_duration_returns_zero_when_start_is_in_the_future ... ok [INFO] [stdout] test throughput::tests::to_millis_converts_duration_to_integer ... ok [INFO] [stdout] test throughput::tests::sleep_if_too_fast_returns_true_if_duration_not_zero ... ok [INFO] [stdout] test throughput::tests::should_add_event_from_remainder_returns_true_when_index_is_in_remainder_interval ... ok [INFO] [stdout] test throughput::tests::should_add_event_from_remainder_returns_false_when_no_remainder ... ok [INFO] [stdout] test throughput::tests::should_add_event_from_remainder_returns_false_when_index_is_outside_remainder_interval ... ok [INFO] [stderr] Running tests/mono_thread_inttest.rs (/opt/rustwide/target/debug/deps/mono_thread_inttest-15f2d59ff7833354) [INFO] [stdout] test throughput::tests::achieved_throughput_returns_rounded_throughput ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test throughput_generator_calls_event_function_once_a_sec ... ok [INFO] [stdout] test throughput_generator_calls_event_function_thousands_times_a_sec ... ok [INFO] [stdout] test throughput_generator_calls_event_function_hundred_times_a_sec ... ok [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_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: 959.064632ms, last_sleep:9.59064632s, to_sleep:959.064632ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.59064632s [INFO] [stdout] avg_sleep: 963.383657ms, last_sleep:9.59064632s, to_sleep:967.702682ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.59064632s [INFO] [stdout] avg_sleep: 966.966747ms, last_sleep:9.59064632s, to_sleep:974.868862ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.59064632s [INFO] [stdout] avg_sleep: 966.314661ms, last_sleep:9.59064632s, to_sleep:973.564691ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.59064632s [INFO] [stdout] avg_sleep: 966.412336ms, last_sleep:9.59064632s, to_sleep:973.760041ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.59064632s [INFO] [stdout] avg_sleep: 963.976452ms, last_sleep:9.59064632s, to_sleep:968.888272ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.59064632s [INFO] [stdout] avg_sleep: 966.181587ms, last_sleep:9.59064632s, to_sleep:973.298542ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.59064632s [INFO] [stdout] avg_sleep: 966.459421ms, last_sleep:9.59064632s, to_sleep:973.854211ms [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.59064632s [INFO] [stdout] avg_sleep: 966.396676ms, last_sleep:9.59064632s, to_sleep:973.728721ms [INFO] [stderr] error: test failed, to rerun pass `--test mono_thread_inttest` [INFO] [stdout] events_per_small_period: 300, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.59064632s [INFO] [stdout] avg_sleep: 966.301642ms, last_sleep:9.59064632s, to_sleep:973.538652ms [INFO] [stdout] Throughput: 300 event/s - Was too slow: true - Distance to target: 0 events/s - toSleep: 59.699337ms [INFO] [stdout] throughput_results: last sleep: 9.650345657s, distance: 0.0 [INFO] [stdout] thread 'throughput_generator_calls_event_function_three_hundred_times_a_sec' panicked at tests/mono_thread_inttest.rs:44:5: [INFO] [stdout] assertion failed: results.last_sleep > Duration::new(9, 700_000_000) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e0082184ac - std::backtrace_rs::backtrace::libunwind::trace::h4defc72db73cd441 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55e0082184ac - std::backtrace_rs::backtrace::trace_unsynchronized::hb1d8a8b488fa82dc [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e0082184ac - std::sys_common::backtrace::_print_fmt::h3adc87026f68ef7c [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55e0082184ac - ::fmt::hae0f2018b67c9dd2 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55e00824202c - core::fmt::rt::Argument::fmt::h0aeca3e83668e143 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/fmt/rt.rs:138:9 [INFO] [stdout] 5: 0x55e00824202c - core::fmt::write::h96bf1b6ef709071f [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/fmt/mod.rs:1114:21 [INFO] [stdout] 6: 0x55e00821579e - std::io::Write::write_fmt::hcfdabc06f3bbacfb [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/io/mod.rs:1763:15 [INFO] [stdout] 7: 0x55e008218294 - std::sys_common::backtrace::_print::hd4ef7cdeb67d2ffe [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x55e008218294 - std::sys_common::backtrace::print::hf4a0f6d32c50b08e [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x55e00821a053 - std::panicking::default_hook::{{closure}}::hf64a6c095f9954ab [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:272:22 [INFO] [stdout] 10: 0x55e008219cf7 - std::panicking::default_hook::h81f354a056ffc649 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:289:9 [INFO] [stdout] 11: 0x55e0081e8dcc - as core::ops::function::Fn>::call::h16c22045506fc2d3 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/alloc/src/boxed.rs:2021:9 [INFO] [stdout] 12: 0x55e0081e8dcc - test::test_main::{{closure}}::hd8d5b5bb0900d116 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:136:21 [INFO] [stdout] 13: 0x55e00821a751 - as core::ops::function::Fn>::call::h2d4fa3dcc7099287 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/alloc/src/boxed.rs:2021:9 [INFO] [stdout] 14: 0x55e00821a751 - std::panicking::rust_panic_with_hook::h1387a687c5711a74 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:735:13 [INFO] [stdout] 15: 0x55e00821a486 - std::panicking::begin_panic_handler::{{closure}}::hf2467c63b8ad7371 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:601:13 [INFO] [stdout] 16: 0x55e0082189d6 - std::sys_common::backtrace::__rust_end_short_backtrace::h0b678d0f70fbf3ba [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:170:18 [INFO] [stdout] 17: 0x55e00821a222 - rust_begin_unwind [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:597:5 [INFO] [stdout] 18: 0x55e0081b0555 - core::panicking::panic_fmt::h8398f9bd40a2efcd [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/panicking.rs:72:14 [INFO] [stdout] 19: 0x55e0081b05f3 - core::panicking::panic::h69cd0389c5153c0f [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/panicking.rs:127:5 [INFO] [stdout] 20: 0x55e0081b58ad - mono_thread_inttest::throughput_generator_calls_event_function_three_hundred_times_a_sec::h0b56d680ec4f8c92 [INFO] [stdout] at /opt/rustwide/workdir/tests/mono_thread_inttest.rs:44:5 [INFO] [stdout] 21: 0x55e0081b57f7 - mono_thread_inttest::throughput_generator_calls_event_function_three_hundred_times_a_sec::{{closure}}::h19d7a236ff1e0840 [INFO] [stdout] at /opt/rustwide/workdir/tests/mono_thread_inttest.rs:40:74 [INFO] [stdout] 22: 0x55e0081b1636 - core::ops::function::FnOnce::call_once::h9c7730f31e0fae2f [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x55e0081ede5f - core::ops::function::FnOnce::call_once::h643f2128867058a3 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x55e0081ede5f - test::__rust_begin_short_backtrace::h5ffb0cd5eda0704e [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:626:18 [INFO] [stdout] 25: 0x55e0081eceee - test::run_test_in_process::{{closure}}::h5f3f2c50e89f10f6 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:649:60 [INFO] [stdout] 26: 0x55e0081eceee - as core::ops::function::FnOnce<()>>::call_once::hc7bb05d011c94549 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 27: 0x55e0081eceee - std::panicking::try::do_call::hc2952fe5005bc351 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:504:40 [INFO] [stdout] 28: 0x55e0081eceee - std::panicking::try::hac512ea76b947046 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:468:19 [INFO] [stdout] 29: 0x55e0081eceee - std::panic::catch_unwind::h11d3922f3ba31e4b [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panic.rs:142:14 [INFO] [stdout] 30: 0x55e0081eceee - test::run_test_in_process::h25ad0551c6887d56 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:649:27 [INFO] [stdout] 31: 0x55e0081eceee - test::run_test::{{closure}}::h52dd364f39118330 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:572:43 [INFO] [stdout] 32: 0x55e0081b5e43 - test::run_test::{{closure}}::ha452ffb46088765b [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:600:41 [INFO] [stdout] 33: 0x55e0081b5e43 - std::sys_common::backtrace::__rust_begin_short_backtrace::he611e39b84a68325 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:154:18 [INFO] [stdout] 34: 0x55e0081bb07b - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h1f6f90a021c1ddc7 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/thread/mod.rs:529:17 [INFO] [stdout] 35: 0x55e0081bb07b - as core::ops::function::FnOnce<()>>::call_once::hde337ea7211d438c [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 36: 0x55e0081bb07b - std::panicking::try::do_call::hd7199cb78d8df0a5 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:504:40 [INFO] [stdout] 37: 0x55e0081bb07b - std::panicking::try::hed28d716c8fe6b32 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:468:19 [INFO] [stdout] 38: 0x55e0081bb07b - std::panic::catch_unwind::h8ab888e8615782f1 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panic.rs:142:14 [INFO] [stdout] 39: 0x55e0081bb07b - std::thread::Builder::spawn_unchecked_::{{closure}}::h3acf7202ecbb668e [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/thread/mod.rs:528:30 [INFO] [stdout] 40: 0x55e0081bb07b - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc15bd9319945b48c [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x55e00821ed65 - as core::ops::function::FnOnce>::call_once::h9281b5fb2305c571 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 42: 0x55e00821ed65 - as core::ops::function::FnOnce>::call_once::hae9cb5d464ed2f06 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 43: 0x55e00821ed65 - std::sys::unix::thread::Thread::new::thread_start::he78e4489414f6551 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 44: 0x7fdd77c98b43 - [INFO] [stdout] 45: 0x7fdd77d29bb4 - __clone [INFO] [stdout] 46: 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: 928.180803ms, last_sleep:9.28180803s, to_sleep:928.180803ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.28180803s [INFO] [stdout] avg_sleep: 943.243912ms, last_sleep:9.28180803s, to_sleep:958.307022ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.28180803s [INFO] [stdout] avg_sleep: 944.710112ms, last_sleep:9.28180803s, to_sleep:961.239422ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.28180803s [INFO] [stdout] avg_sleep: 947.012242ms, last_sleep:9.28180803s, to_sleep:965.843682ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.28180803s [INFO] [stdout] avg_sleep: 944.276117ms, last_sleep:9.28180803s, to_sleep:960.371432ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.28180803s [INFO] [stdout] avg_sleep: 943.372847ms, last_sleep:9.28180803s, to_sleep:958.564891ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.28180803s [INFO] [stdout] avg_sleep: 947.386387ms, last_sleep:9.28180803s, to_sleep:966.591971ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.28180803s [INFO] [stdout] avg_sleep: 947.280427ms, last_sleep:9.28180803s, to_sleep:966.380051ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.28180803s [INFO] [stdout] avg_sleep: 947.312337ms, last_sleep:9.28180803s, to_sleep:966.443872ms [INFO] [stdout] events_per_small_period: 500, events_remainder: 0, additional_event: 0, main_target_interval(s): 10, previous_sleep: 9.28180803s [INFO] [stdout] avg_sleep: 943.298217ms, last_sleep:9.28180803s, to_sleep:958.415632ms [INFO] [stdout] Throughput: 500 event/s - Was too slow: true - Distance to target: 0 events/s - toSleep: 153.249833ms [INFO] [stdout] throughput_results: last sleep: 9.435057863s, distance: 0.0 [INFO] [stdout] thread 'throughput_generator_calls_event_function_five_hundred_times_a_sec' panicked at tests/mono_thread_inttest.rs:52:5: [INFO] [stdout] assertion failed: results.last_sleep > Duration::new(9, 500_000_000) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e0082184ac - std::backtrace_rs::backtrace::libunwind::trace::h4defc72db73cd441 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55e0082184ac - std::backtrace_rs::backtrace::trace_unsynchronized::hb1d8a8b488fa82dc [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e0082184ac - std::sys_common::backtrace::_print_fmt::h3adc87026f68ef7c [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55e0082184ac - ::fmt::hae0f2018b67c9dd2 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55e00824202c - core::fmt::rt::Argument::fmt::h0aeca3e83668e143 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/fmt/rt.rs:138:9 [INFO] [stdout] 5: 0x55e00824202c - core::fmt::write::h96bf1b6ef709071f [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/fmt/mod.rs:1114:21 [INFO] [stdout] 6: 0x55e00821579e - std::io::Write::write_fmt::hcfdabc06f3bbacfb [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/io/mod.rs:1763:15 [INFO] [stdout] 7: 0x55e008218294 - std::sys_common::backtrace::_print::hd4ef7cdeb67d2ffe [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x55e008218294 - std::sys_common::backtrace::print::hf4a0f6d32c50b08e [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x55e00821a053 - std::panicking::default_hook::{{closure}}::hf64a6c095f9954ab [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:272:22 [INFO] [stdout] 10: 0x55e008219cf7 - std::panicking::default_hook::h81f354a056ffc649 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:289:9 [INFO] [stdout] 11: 0x55e0081e8dcc - as core::ops::function::Fn>::call::h16c22045506fc2d3 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/alloc/src/boxed.rs:2021:9 [INFO] [stdout] 12: 0x55e0081e8dcc - test::test_main::{{closure}}::hd8d5b5bb0900d116 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:136:21 [INFO] [stdout] 13: 0x55e00821a751 - as core::ops::function::Fn>::call::h2d4fa3dcc7099287 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/alloc/src/boxed.rs:2021:9 [INFO] [stdout] 14: 0x55e00821a751 - std::panicking::rust_panic_with_hook::h1387a687c5711a74 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:735:13 [INFO] [stdout] 15: 0x55e00821a486 - std::panicking::begin_panic_handler::{{closure}}::hf2467c63b8ad7371 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:601:13 [INFO] [stdout] 16: 0x55e0082189d6 - std::sys_common::backtrace::__rust_end_short_backtrace::h0b678d0f70fbf3ba [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:170:18 [INFO] [stdout] 17: 0x55e00821a222 - rust_begin_unwind [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:597:5 [INFO] [stdout] 18: 0x55e0081b0555 - core::panicking::panic_fmt::h8398f9bd40a2efcd [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/panicking.rs:72:14 [INFO] [stdout] 19: 0x55e0081b05f3 - core::panicking::panic::h69cd0389c5153c0f [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/panicking.rs:127:5 [INFO] [stdout] 20: 0x55e0081b598d - mono_thread_inttest::throughput_generator_calls_event_function_five_hundred_times_a_sec::h6f2d4f67c8e6c670 [INFO] [stdout] at /opt/rustwide/workdir/tests/mono_thread_inttest.rs:52:5 [INFO] [stdout] 21: 0x55e0081b58d7 - mono_thread_inttest::throughput_generator_calls_event_function_five_hundred_times_a_sec::{{closure}}::hecfd0c4cdf7036b8 [INFO] [stdout] at /opt/rustwide/workdir/tests/mono_thread_inttest.rs:48:73 [INFO] [stdout] 22: 0x55e0081b1576 - core::ops::function::FnOnce::call_once::h2561d7312527ae60 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x55e0081ede5f - core::ops::function::FnOnce::call_once::h643f2128867058a3 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x55e0081ede5f - test::__rust_begin_short_backtrace::h5ffb0cd5eda0704e [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:626:18 [INFO] [stdout] 25: 0x55e0081eceee - test::run_test_in_process::{{closure}}::h5f3f2c50e89f10f6 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:649:60 [INFO] [stdout] 26: 0x55e0081eceee - as core::ops::function::FnOnce<()>>::call_once::hc7bb05d011c94549 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 27: 0x55e0081eceee - std::panicking::try::do_call::hc2952fe5005bc351 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:504:40 [INFO] [stdout] 28: 0x55e0081eceee - std::panicking::try::hac512ea76b947046 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:468:19 [INFO] [stdout] 29: 0x55e0081eceee - std::panic::catch_unwind::h11d3922f3ba31e4b [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panic.rs:142:14 [INFO] [stdout] 30: 0x55e0081eceee - test::run_test_in_process::h25ad0551c6887d56 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:649:27 [INFO] [stdout] 31: 0x55e0081eceee - test::run_test::{{closure}}::h52dd364f39118330 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:572:43 [INFO] [stdout] 32: 0x55e0081b5e43 - test::run_test::{{closure}}::ha452ffb46088765b [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:600:41 [INFO] [stdout] 33: 0x55e0081b5e43 - std::sys_common::backtrace::__rust_begin_short_backtrace::he611e39b84a68325 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:154:18 [INFO] [stdout] 34: 0x55e0081bb07b - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h1f6f90a021c1ddc7 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/thread/mod.rs:529:17 [INFO] [stdout] 35: 0x55e0081bb07b - as core::ops::function::FnOnce<()>>::call_once::hde337ea7211d438c [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 36: 0x55e0081bb07b - std::panicking::try::do_call::hd7199cb78d8df0a5 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:504:40 [INFO] [stdout] 37: 0x55e0081bb07b - std::panicking::try::hed28d716c8fe6b32 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:468:19 [INFO] [stdout] 38: 0x55e0081bb07b - std::panic::catch_unwind::h8ab888e8615782f1 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panic.rs:142:14 [INFO] [stdout] 39: 0x55e0081bb07b - std::thread::Builder::spawn_unchecked_::{{closure}}::h3acf7202ecbb668e [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/thread/mod.rs:528:30 [INFO] [stdout] 40: 0x55e0081bb07b - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc15bd9319945b48c [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x55e00821ed65 - as core::ops::function::FnOnce>::call_once::h9281b5fb2305c571 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 42: 0x55e00821ed65 - as core::ops::function::FnOnce>::call_once::hae9cb5d464ed2f06 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 43: 0x55e00821ed65 - std::sys::unix::thread::Thread::new::thread_start::he78e4489414f6551 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 44: 0x7fdd77c98b43 - [INFO] [stdout] 45: 0x7fdd77d29bb4 - __clone [INFO] [stdout] 46: 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_three_hundred_times_a_sec [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "89ef3d3bf79f8d1f6cf896d3d1339b44fc5843952c483662348b159c9ff0ec90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89ef3d3bf79f8d1f6cf896d3d1339b44fc5843952c483662348b159c9ff0ec90", kill_on_drop: false }` [INFO] [stdout] 89ef3d3bf79f8d1f6cf896d3d1339b44fc5843952c483662348b159c9ff0ec90