[INFO] cloning repository https://github.com/m16d/reaction [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/m16d/reaction" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm16d%2Freaction", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm16d%2Freaction'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] da9287c16c65e3bd7afdb3c2cae1abe38e6ec450 [INFO] testing m16d/reaction against try#028592fec99e54cc92def5a2a849c673b066dd93 for pr-146098 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm16d%2Freaction" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/m16d/reaction [INFO] finished tweaking git repo https://github.com/m16d/reaction [INFO] tweaked toml for git repo https://github.com/m16d/reaction written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/m16d/reaction on toolchain 028592fec99e54cc92def5a2a849c673b066dd93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/m16d/reaction 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" "+028592fec99e54cc92def5a2a849c673b066dd93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fbae1ab911d9770ce86a2e778036ffd574bd070021ce05201d74d383ca878ac3 [INFO] running `Command { std: "docker" "start" "-a" "fbae1ab911d9770ce86a2e778036ffd574bd070021ce05201d74d383ca878ac3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fbae1ab911d9770ce86a2e778036ffd574bd070021ce05201d74d383ca878ac3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbae1ab911d9770ce86a2e778036ffd574bd070021ce05201d74d383ca878ac3", kill_on_drop: false }` [INFO] [stdout] fbae1ab911d9770ce86a2e778036ffd574bd070021ce05201d74d383ca878ac3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd6c225766dc84647bd0d7c0046eacb9a0f842aba3144a696a231a3e37fe389c [INFO] running `Command { std: "docker" "start" "-a" "dd6c225766dc84647bd0d7c0046eacb9a0f842aba3144a696a231a3e37fe389c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.161 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling syn v2.0.82 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling peg-runtime v0.7.0 [INFO] [stderr] Compiling clap_builder v4.5.20 [INFO] [stderr] Compiling unescape v0.1.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling peg-macros v0.7.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling jrsonnet-stdlib v0.4.2 [INFO] [stderr] Compiling roff v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling peg v0.7.0 [INFO] [stderr] Compiling yansi-term v0.1.2 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling annotate-snippets v0.9.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling jrsonnet-gc-derive v0.4.1 [INFO] [stderr] Compiling pathdiff v0.2.2 [INFO] [stderr] Compiling regex v1.11.0 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling jrsonnet-gc v0.4.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling jrsonnet-types v0.4.2 [INFO] [stderr] Compiling sled v0.34.7 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tokio v1.40.0 [INFO] [stderr] Compiling clap v4.5.20 [INFO] [stderr] Compiling clap_mangen v0.2.24 [INFO] [stderr] Compiling clap_complete v4.5.33 [INFO] [stderr] Compiling thiserror v1.0.64 [INFO] [stderr] Compiling reaction v2.0.0-rc2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling jrsonnet-interner v0.4.2 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling jrsonnet-parser v0.4.2 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling jrsonnet-evaluator v0.4.2 [INFO] [stderr] Compiling timer v0.2.0 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: jrsonnet-evaluator v0.4.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "dd6c225766dc84647bd0d7c0046eacb9a0f842aba3144a696a231a3e37fe389c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd6c225766dc84647bd0d7c0046eacb9a0f842aba3144a696a231a3e37fe389c", kill_on_drop: false }` [INFO] [stdout] dd6c225766dc84647bd0d7c0046eacb9a0f842aba3144a696a231a3e37fe389c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c25b80b47e774f23ab272d63757a05d45934e05fcc9fa21eedaac3ca337f135e [INFO] running `Command { std: "docker" "start" "-a" "c25b80b47e774f23ab272d63757a05d45934e05fcc9fa21eedaac3ca337f135e", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling reaction v2.0.0-rc2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tempfile v3.13.0 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 28.33s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: jrsonnet-evaluator v0.4.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "c25b80b47e774f23ab272d63757a05d45934e05fcc9fa21eedaac3ca337f135e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c25b80b47e774f23ab272d63757a05d45934e05fcc9fa21eedaac3ca337f135e", kill_on_drop: false }` [INFO] [stdout] c25b80b47e774f23ab272d63757a05d45934e05fcc9fa21eedaac3ca337f135e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5174554d2a0a5fa2ea3d02b436c495c1ededdd026fabc0c5de721d1452c7bf69 [INFO] running `Command { std: "docker" "start" "-a" "5174554d2a0a5fa2ea3d02b436c495c1ededdd026fabc0c5de721d1452c7bf69", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: jrsonnet-evaluator v0.4.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/reaction-4718ccaad2e7a4b6) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test concepts::action::tests::missing_config ... ok [INFO] [stdout] test concepts::parse_duration::tests::char_conversion ... ok [INFO] [stdout] test concepts::filter::tests::setup_missing_config ... ok [INFO] [stdout] test concepts::filter::tests::setup_retry ... ok [INFO] [stdout] test concepts::parse_duration::tests::parse_duration_test ... ok [INFO] [stdout] test concepts::config::tests::config_missing ... ok [INFO] [stdout] test concepts::pattern::tests::setup_missing_information ... ok [INFO] [stdout] test concepts::pattern::tests::not_an_ignore ... ok [INFO] [stdout] test concepts::filter::tests::setup_longuest_action_duration ... ok [INFO] [stdout] test concepts::pattern::tests::setup_regex ... ok [INFO] [stdout] test concepts::stream::tests::test ... ok [INFO] [stdout] test concepts::pattern::tests::setup_ignore ... ok [INFO] [stdout] test concepts::pattern::tests::setup_ignore_regex ... ok [INFO] [stdout] test concepts::filter::tests::setup_regexes ... ok [INFO] [stdout] test concepts::filter::tests::get_match ... ok [INFO] [stdout] test daemon::filter::tests::one_outdated_db_match ... ok [INFO] [stdout] test daemon::sledext::tests::tree_crud ... ok [INFO] [stdout] test daemon::filter::tests::one_match_one_action ... ok [INFO] [stdout] test daemon::filter::tests::one_db_match_one_runtime_match_one_action ... ok [INFO] [stdout] test daemon::filter::tests::one_match_one_delayed_action ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/reaction-ea449e5dadd500e8) [INFO] [stdout] test daemon::filter::tests::three_matches_then_action_then_delayed_action ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running tests/simple.rs (/opt/rustwide/target/debug/deps/simple-5ff360f07f87faff) [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 1 test [INFO] [stdout] DEBUG no previous snapshot found [INFO] [stdout] DEBUG ordering before clearing tears: {}, max_header_stable_lsn: 0 [INFO] [stdout] DEBUG in clean_tail_tears, found missing item in tail: None and we'll scan segments {} above lowest lsn 0 [INFO] [stdout] DEBUG unable to load new segment: Io(Custom { kind: Other, error: "no segments remaining to iterate over" }) [INFO] [stdout] DEBUG filtering out segments after detected tear at (lsn, lid) -1 [INFO] [stdout] DEBUG unable to load new segment: Io(Custom { kind: Other, error: "no segments remaining to iterate over" }) [INFO] [stdout] DEBUG SA starting with tip 0 stable -1 free {} [INFO] [stdout] DEBUG starting log for a totally fresh system [INFO] [stdout] DEBUG segment accountant returning offset: 0 for lsn 0 on deck: {} [INFO] [stdout] DEBUG starting IoBufs with next_lsn: 0 next_lid: 0 [INFO] [stdout] DEBUG storing lsn 0 in beginning of buffer [INFO] [stdout] DEBUG load_snapshot loading pages from 0..0 [INFO] [stdout] DEBUG allocated pid 3 for root of new_tree [95, 95, 115, 108, 101, 100, 95, 95, 100, 101, 102, 97, 117, 108, 116] [INFO] [stdout] DEBUG advancing offset within the current segment from 0 to 71 [INFO] [stdout] DEBUG allocated pid 5 for root of new_tree [102, 105, 108, 116, 101, 114, 95, 109, 97, 116, 99, 104, 101, 115, 95, 115, 116, 114, 101, 97, 109, 49, 46, 102, 105, 108, 116, 101, 114, 49] [INFO] [stdout] DEBUG allocated pid 7 for root of new_tree [102, 105, 108, 116, 101, 114, 95, 111, 114, 100, 101, 114, 101, 100, 95, 116, 105, 109, 101, 115, 95, 115, 116, 114, 101, 97, 109, 49, 46, 102, 105, 108, 116, 101, 114, 49] [INFO] [stdout] DEBUG allocated pid 9 for root of new_tree [102, 105, 108, 116, 101, 114, 95, 116, 114, 105, 103, 103, 101, 114, 115, 95, 115, 116, 114, 101, 97, 109, 49, 46, 102, 105, 108, 116, 101, 114, 49] [INFO] [stdout] INFO stream1: start ["sh", "-c", "for i in 12 24 36 24 36 12 12 24 56 67; do echo here is $i; sleep 0.01; done; sleep 0.15"] [INFO] [stdout] DEBUG wrote lsns 0-70 to disk at offsets 0-70, maxed false complete_len 71 [INFO] [stdout] DEBUG mark_interval(0, 71) [INFO] [stdout] DEBUG new highest interval: 0 - 70 [INFO] [stdout] INFO stream1.filter1: match ["12"] [INFO] [stdout] INFO stream1.filter1: match ["24"] [INFO] [stdout] INFO stream1.filter1: match ["36"] [INFO] [stdout] INFO stream1.filter1: match ["24"] [INFO] [stdout] INFO stream1.filter1.action1: run ["sh" "-c" "echo 24 >> ./out.txt"] [INFO] [stdout] INFO stream1.filter1.action2: run ["sh" "-c" "echo del 24 >> ./out.txt"] [INFO] [stdout] INFO stream1.filter1: match ["36"] [INFO] [stdout] INFO stream1.filter1.action1: run ["sh" "-c" "echo 36 >> ./out.txt"] [INFO] [stdout] INFO stream1.filter1: match ["12"] [INFO] [stdout] INFO stream1.filter1.action1: run ["sh" "-c" "echo 12 >> ./out.txt"] [INFO] [stdout] INFO stream1.filter1: match ["12"] [INFO] [stdout] INFO stream1.filter1: match ["24"] [INFO] [stdout] INFO stream1.filter1: match ["56"] [INFO] [stdout] INFO stream1.filter1: match ["67"] [INFO] [stdout] DEBUG advancing offset within the current segment from 71 to 2982 [INFO] [stdout] DEBUG wrote lsns 71-2981 to disk at offsets 71-2981, maxed false complete_len 2911 [INFO] [stdout] DEBUG mark_interval(71, 2911) [INFO] [stdout] DEBUG new highest interval: 71 - 2981 [INFO] [stdout] ERROR stream stream1 exited: its command returned. [INFO] [stdout] DEBUG Asking for all tasks to quit... [INFO] [stdout] DEBUG Waiting for all tasks to quit... [INFO] [stdout] DEBUG IoBufs dropped [INFO] [stdout] test simple ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- simple stdout ---- [INFO] [stdout] { [INFO] [stdout] "stream1": { [INFO] [stdout] "filter1": { [INFO] [stdout] "24": { [INFO] [stdout] "actions": { [INFO] [stdout] "action2": [ [INFO] [stdout] "2025-09-28T23:27:30" [INFO] [stdout] ] [INFO] [stdout] } [INFO] [stdout] } [INFO] [stdout] } [INFO] [stdout] } [INFO] [stdout] } [INFO] [stdout] {} [INFO] [stdout] [INFO] [stdout] thread 'simple' (58) panicked at tests/simple.rs:128:5: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: "24\ndel 24\n36\n12" [INFO] [stdout] right: "24\n36\n12\ndel 24" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x594f99d89a12 - std::backtrace_rs::backtrace::libunwind::trace::hcbb09259ca22005c [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x594f99d89a12 - std::backtrace_rs::backtrace::trace_unsynchronized::h0fac8c223cd6e456 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x594f99d89a12 - std::sys::backtrace::_print_fmt::he5f2b5e0c66ce66e [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x594f99d89a12 - ::fmt::haf29e060fb6137a9 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x594f99d9b9af - core::fmt::rt::Argument::fmt::h596977d9d4f722b0 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x594f99d9b9af - core::fmt::write::h0ee4d44b8e20572d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x594f99d52021 - std::io::default_write_fmt::h5f5bf04c08f51588 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x594f99d52021 - std::io::Write::write_fmt::he99637cf0d3cbc1c [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x594f99d5f7e2 - std::sys::backtrace::BacktraceLock::print::h3db71735b2a2861b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x594f99d64eef - std::panicking::default_hook::{{closure}}::h0168a26bb62ec69b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x594f99d64d81 - std::panicking::default_hook::h7454a6fd0ab61b64 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x594f9937bf3e - as core::ops::function::Fn>::call::h8dac224212939801 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x594f9937bf3e - test::test_main_with_exit_callback::{{closure}}::h18346b0063635f4a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x594f99d6565f - as core::ops::function::Fn>::call::h7e5d21d6123baaaf [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x594f99d6565f - std::panicking::panic_with_hook::h2d45a49bfd4e6ec4 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x594f99d6540a - std::panicking::panic_handler::{{closure}}::h37f0f43a266cd34d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x594f99d5f919 - std::sys::backtrace::__rust_end_short_backtrace::h1ed0bd8883e4d747 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x594f99d451bd - __rustc[92da9811a626c906]::rust_begin_unwind [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x594f99da5d80 - core::panicking::panic_fmt::hc1117383da035bf0 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x594f99da5b33 - core::panicking::assert_failed_inner::h5be295a0a9d76816 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x594f99d2aead - core::panicking::assert_failed::he81567eef520b9d7 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x594f992f3943 - simple::simple::{{closure}}::h6f30b32a599b08c4 [INFO] [stdout] at /opt/rustwide/workdir/tests/simple.rs:128:5 [INFO] [stdout] 22: 0x594f99319ce2 - as core::future::future::Future>::poll::h992d7a363793d134 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x594f99319c9d - as core::future::future::Future>::poll::h67af3797ba1b3d6e [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/future/future.rs:133:9 [INFO] [stdout] 24: 0x594f992f236d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h7e25bbe5af8986a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:73 [INFO] [stdout] 25: 0x594f992f210b - tokio::runtime::coop::with_budget::hd9b27c4fde3bb149 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/coop.rs:107:5 [INFO] [stdout] 26: 0x594f992f210b - tokio::runtime::coop::budget::hdadb8b663470fb48 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/coop.rs:73:5 [INFO] [stdout] 27: 0x594f992f210b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h08d30150fd0694cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25 [INFO] [stdout] 28: 0x594f992ef440 - tokio::runtime::scheduler::current_thread::Context::enter::h7018579e898b11dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19 [INFO] [stdout] 29: 0x594f992f17d0 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hddab155b332361cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:44 [INFO] [stdout] 30: 0x594f992f09f4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hd2032750072a0ba7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68 [INFO] [stdout] 31: 0x594f9931effb - tokio::runtime::context::scoped::Scoped::set::ha53ae64cdc41f4ca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 32: 0x594f99312149 - tokio::runtime::context::set_scheduler::{{closure}}::h0aece19df1ece2ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context.rs:180:38 [INFO] [stdout] 33: 0x594f99302452 - std::thread::local::LocalKey::try_with::hba1b1322ff5850d4 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/local.rs:315:12 [INFO] [stdout] 34: 0x594f99300ebe - std::thread::local::LocalKey::with::h17028f1fe4a02937 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/local.rs:279:20 [INFO] [stdout] 35: 0x594f993120fd - tokio::runtime::context::set_scheduler::he981f4f182dff992 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context.rs:180:17 [INFO] [stdout] 36: 0x594f992f0360 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hb4e329241158df2a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27 [INFO] [stdout] 37: 0x594f992f0a73 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha2ecbcef27e03399 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:24 [INFO] [stdout] 38: 0x594f992ede03 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::heca8b617e01d1af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:33 [INFO] [stdout] 39: 0x594f9931f160 - tokio::runtime::context::runtime::enter_runtime::h467128c47696ef26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 40: 0x594f992ed7a1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h288ac311dbc14754 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9 [INFO] [stdout] 41: 0x594f9931266a - tokio::runtime::runtime::Runtime::block_on_inner::h4ca2c94b3da1cd14 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/runtime.rs:361:52 [INFO] [stdout] 42: 0x594f99312865 - tokio::runtime::runtime::Runtime::block_on::h015daa33c588c83d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/runtime.rs:335:18 [INFO] [stdout] 43: 0x594f992f2ae1 - simple::simple::haf3ff30e9633c53f [INFO] [stdout] at /opt/rustwide/workdir/tests/simple.rs:196:6 [INFO] [stdout] 44: 0x594f992f2b77 - simple::simple::{{closure}}::h1050b86a64ed993a [INFO] [stdout] at /opt/rustwide/workdir/tests/simple.rs:69:18 [INFO] [stdout] 45: 0x594f99309bb6 - core::ops::function::FnOnce::call_once::h17df90b685cdd0cb [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x594f9937bcfb - core::ops::function::FnOnce::call_once::habfa9d6a6bb4aa21 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x594f9937bcfb - test::__rust_begin_short_backtrace::hc119b5350e87269b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x594f99391945 - test::run_test_in_process::{{closure}}::h47f2af3109a35895 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x594f99391945 - as core::ops::function::FnOnce<()>>::call_once::h5dba888a302c7fc3 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 50: 0x594f99391945 - std::panicking::catch_unwind::do_call::h245c3fdea830e686 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 51: 0x594f99391945 - std::panicking::catch_unwind::he88149d1cfc3a929 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 52: 0x594f99391945 - std::panic::catch_unwind::hd43a8ff20deb6d7a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x594f99391945 - test::run_test_in_process::hcf11d509449005e2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x594f99391945 - test::run_test::{{closure}}::heb13d4899a512502 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x594f99368124 - test::run_test::{{closure}}::h3e08e9adf8aad35e [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x594f99368124 - std::sys::backtrace::__rust_begin_short_backtrace::h773f9a01402fd17f [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 57: 0x594f9936ba2a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h408f0520947b97f2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 58: 0x594f9936ba2a - as core::ops::function::FnOnce<()>>::call_once::h1162a01751e98fdc [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 59: 0x594f9936ba2a - std::panicking::catch_unwind::do_call::hf4224593c5d108e2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 60: 0x594f9936ba2a - std::panicking::catch_unwind::h4478d419d6ab8a26 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 61: 0x594f9936ba2a - std::panic::catch_unwind::h1e472892204dcfec [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x594f9936ba2a - std::thread::Builder::spawn_unchecked_::{{closure}}::hd555321a5ac5351d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 63: 0x594f9936ba2a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb9947c3c1cc735ed [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x594f99d5a93f - as core::ops::function::FnOnce>::call_once::hf699f0a3c139bc19 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 65: 0x594f99d5a93f - std::sys::thread::unix::Thread::new::thread_start::h2d5318761291e34a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 66: 0x7da01594faa4 - [INFO] [stdout] 67: 0x7da0159dca34 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] simple [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.84s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test simple` [INFO] running `Command { std: "docker" "inspect" "5174554d2a0a5fa2ea3d02b436c495c1ededdd026fabc0c5de721d1452c7bf69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5174554d2a0a5fa2ea3d02b436c495c1ededdd026fabc0c5de721d1452c7bf69", kill_on_drop: false }` [INFO] [stdout] 5174554d2a0a5fa2ea3d02b436c495c1ededdd026fabc0c5de721d1452c7bf69