[INFO] cloning repository https://github.com/ax-lab/tux [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ax-lab/tux" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fax-lab%2Ftux", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fax-lab%2Ftux'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 898f70b6928e38f21810e7d8c541eef23bd5c333 [INFO] testing ax-lab/tux against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fax-lab%2Ftux" "/workspace/builds/worker-65/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-65/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ax-lab/tux on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ax-lab/tux [INFO] finished tweaking git repo https://github.com/ax-lab/tux [INFO] tweaked toml for git repo https://github.com/ax-lab/tux written to /workspace/builds/worker-65/source/Cargo.toml [INFO] crate git repo https://github.com/ax-lab/tux already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5e0bccca6269f868498c3250403f3ba106cd47f7dd667c90d3c8fd626480f084 [INFO] running `Command { std: "docker" "start" "-a" "5e0bccca6269f868498c3250403f3ba106cd47f7dd667c90d3c8fd626480f084", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5e0bccca6269f868498c3250403f3ba106cd47f7dd667c90d3c8fd626480f084", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e0bccca6269f868498c3250403f3ba106cd47f7dd667c90d3c8fd626480f084", kill_on_drop: false }` [INFO] [stdout] 5e0bccca6269f868498c3250403f3ba106cd47f7dd667c90d3c8fd626480f084 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64c25cbe36038f6066eff0578478484f14d56e084d34669fc599d6eabd499f2e [INFO] running `Command { std: "docker" "start" "-a" "64c25cbe36038f6066eff0578478484f14d56e084d34669fc599d6eabd499f2e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling path-clean v0.1.0 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling tracing-core v0.1.22 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling tracing v0.1.31 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.8.0 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling headers v0.3.7 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling tungstenite v0.14.0 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-tungstenite v0.15.0 [INFO] [stderr] Compiling h2 v0.3.11 [INFO] [stderr] Compiling hyper v0.14.17 [INFO] [stderr] Compiling warp v0.3.2 [INFO] [stderr] Compiling tux v0.1.0 (/opt/rustwide/workdir/tux) [INFO] [stderr] Compiling tux_testbed v0.1.0 (/opt/rustwide/workdir/tux_testbed) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 28s [INFO] running `Command { std: "docker" "inspect" "64c25cbe36038f6066eff0578478484f14d56e084d34669fc599d6eabd499f2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64c25cbe36038f6066eff0578478484f14d56e084d34669fc599d6eabd499f2e", kill_on_drop: false }` [INFO] [stdout] 64c25cbe36038f6066eff0578478484f14d56e084d34669fc599d6eabd499f2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea8880d2dcd380584eb3394c77b01e14502f6bad76621d842d473a493ec5004b [INFO] running `Command { std: "docker" "start" "-a" "ea8880d2dcd380584eb3394c77b01e14502f6bad76621d842d473a493ec5004b", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling tux_testbed v0.1.0 (/opt/rustwide/workdir/tux_testbed) [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.9 [INFO] [stderr] Compiling tux v0.1.0 (/opt/rustwide/workdir/tux) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 34.96s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/tux-0bb95b50e1e14886) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/tux_testbed-83efcd6f653a5561) [INFO] [stderr] Executable tests/test_exec.rs (/opt/rustwide/target/debug/deps/test_exec-0eed517c0de24aec) [INFO] [stderr] Executable tests/test_temp.rs (/opt/rustwide/target/debug/deps/test_temp-ec53fdaf53f6f421) [INFO] [stderr] Executable tests/test_testdata.rs (/opt/rustwide/target/debug/deps/test_testdata-ed903fbba1f9071d) [INFO] running `Command { std: "docker" "inspect" "ea8880d2dcd380584eb3394c77b01e14502f6bad76621d842d473a493ec5004b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea8880d2dcd380584eb3394c77b01e14502f6bad76621d842d473a493ec5004b", kill_on_drop: false }` [INFO] [stdout] ea8880d2dcd380584eb3394c77b01e14502f6bad76621d842d473a493ec5004b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fd2ff604e1e44fe12ead70c641790dd0e575bff4308522743dcc093f8d996cbb [INFO] running `Command { std: "docker" "start" "-a" "fd2ff604e1e44fe12ead70c641790dd0e575bff4308522743dcc093f8d996cbb", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tux-0bb95b50e1e14886) [INFO] [stdout] [INFO] [stdout] running 67 tests [INFO] [stdout] test diff::lcs::test_lcs::of_empty ... ok [INFO] [stdout] test diff::lcs::test_lcs::with_completely_different ... ok [INFO] [stdout] test diff::lcs::test_lcs::with_common_sequence ... ok [INFO] [stdout] test diff::lcs::test_lcs::with_complex_sequence ... ok [INFO] [stdout] test diff::lcs::test_lcs::of_equal ... ok [INFO] [stdout] test diff::lcs::test_lcs::with_common_sub_sequence ... ok [INFO] [stdout] test diff::lcs::test_lcs::with_out_of_order ... ok [INFO] [stdout] test diff::lines::test_lines::added_prefix ... ok [INFO] [stdout] test diff::lines::test_lines::added_prefix_and_suffix ... ok [INFO] [stdout] test diff::lines::test_lines::added_suffix ... ok [INFO] [stdout] test diff::lines::test_lines::both_empty ... ok [INFO] [stdout] test diff::lines::test_lines::added_with_two_common_lines ... ok [INFO] [stdout] test diff::lines::test_lines::both_equal ... ok [INFO] [stdout] test diff::lines::test_lines::empty_result ... ok [INFO] [stdout] test diff::lines::test_lines::empty_source ... ok [INFO] [stdout] test diff::lines::test_lines::nothing_in_common ... ok [INFO] [stdout] test diff::lines::test_lines::removed_prefix ... ok [INFO] [stdout] test diff::lines::test_lines::removed_prefix_and_suffix ... ok [INFO] [stdout] test diff::lines::test_lines::removed_suffix ... ok [INFO] [stdout] test diff::lines::test_lines::removed_with_two_common_lines ... ok [INFO] [stdout] test diff::lines::test_lines::with_different_contents_and_two_common_lines ... ok [INFO] [stdout] test diff::lines::test_lines::with_non_trivial_common_sequence ... ok [INFO] [stdout] test temp::test_temp_dir::alias_returns_new_instance_with_temporary_dir_created ... ok [INFO] [stdout] test temp::test_temp_dir::create_new_creates_new_directory ... ok [INFO] [stdout] test temp::test_temp_dir::creates_file_at_root ... ok [INFO] [stdout] test temp::test_temp_dir::deletes_diretory_on_drop ... ok [INFO] [stdout] test temp::test_temp_dir::deletes_diretory_on_drop_even_if_non_empty ... ok [INFO] [stdout] test temp::test_temp_dir::creates_file_in_sub_directory ... ok [INFO] [stdout] test temp::test_temp_dir::path_str_returns_the_path ... ok [INFO] [stdout] test temp::test_temp_dir::path_should_be_absolute ... ok [INFO] [stdout] test testdata::test_testdata::fails_and_generate_an_output_file_if_one_does_not_exist ... ok [INFO] [stdout] test testdata::test_testdata::does_not_ignore_trailing_indentation_of_first_line ... ok [INFO] [stdout] test testdata::test_testdata::fails_if_output_is_different ... ok [INFO] [stdout] test testdata::test_testdata::fails_if_output_is_missing ... ok [INFO] [stdout] test testdata::test_testdata::ignores_line_break_differences_in_input_and_output ... ok [INFO] [stdout] test testdata::test_testdata::runs_test_callback_with_input ... ok [INFO] [stdout] test testdata::test_testdata::runs_test_callback ... ok [INFO] [stdout] test testdata::test_testdata::runs_test_callback_for_each_input ... ok [INFO] [stdout] test testdata::test_testdata::recurses_into_subdirectories ... ok [INFO] [stdout] test testdata::test_testdata::to_result_fails_if_output_does_not_match ... ok [INFO] [stdout] test testdata::test_testdata::trims_expected_output_files ... ok [INFO] [stdout] test testdata::test_testdata::to_result_returns_an_item_for_each_case ... ok [INFO] [stdout] test testdata::test_testdata::trims_input_files ... ok [INFO] [stdout] test testdata::test_testdata::to_result_returns_ok_for_valid_case ... ok [INFO] [stdout] test text::join_lines::test_join_lines::returns_lines_joined_by_line_break ... ok [INFO] [stdout] test text::join_lines::test_join_lines::with_empty_sequence_returns_empty ... ok [INFO] [stdout] test text::lines::test_lines::does_not_strip_lead_indentation ... ok [INFO] [stdout] test text::lines::test_lines::removes_trailing_empty_lines ... ok [INFO] [stdout] test text::lines::test_lines::returns_empty_for_empty_string ... ok [INFO] [stdout] test text::lines::test_lines::returns_single_line_for_no_line_break ... ok [INFO] [stdout] test text::lines::test_lines::skips_leading_empty_lines ... ok [INFO] [stdout] test text::lines::test_lines::supports_multiple_line_break_sequences ... ok [INFO] [stdout] test text::lines::test_lines::trim_line_ends ... ok [INFO] [stdout] test text::lines::test_trim_lines::does_not_remove_blank_lines_from_the_middle ... ok [INFO] [stdout] test text::lines::test_trim_lines::does_not_trim_lead_indentation ... ok [INFO] [stdout] test text::lines::test_trim_lines::removes_trailing_space_from_lines ... ok [INFO] [stdout] test text::lines::test_trim_lines::removes_trailing_blank_lines ... ok [INFO] [stdout] test text::lines::test_trim_lines::returns_non_empty_lines ... ok [INFO] [stdout] test text::lines::test_trim_lines::skips_leading_blank_lines ... ok [INFO] [stdout] test text::trim::test_trim::of_empty_string ... ok [INFO] [stdout] test text::trim::test_trim::removes_extra_blank_lines ... ok [INFO] [stdout] test text::trim::test_trim::removes_first_line_indentation_from_all_lines ... ok [INFO] [stdout] test server::test_server::shuts_down_on_drop ... ok [INFO] [stdout] test temp::test_temp_dir::does_not_create_file_outside_root_directory - should panic ... ok [INFO] [stdout] test server::test_server::returns_404_for_invalid_path ... ok [INFO] [stdout] test server::test_server::accept_incoming_request ... ok [INFO] [stdout] test server::test_server::with_ping_route_returns_request_info ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 67 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tux_testbed-83efcd6f653a5561) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test_exec.rs (/opt/rustwide/target/debug/deps/test_exec-0eed517c0de24aec) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test run_bin::executes_binary_and_returns_stdout ... ok [INFO] [stdout] test get_bin::panics_if_executable_does_not_exist - should panic ... ok [INFO] [stdout] test get_process_output::panics_if_there_is_error_output - should panic ... ok [INFO] [stdout] test get_process_output::panics_on_non_zero_exit_code - should panic ... FAILED [INFO] [stdout] test run_bin::panics_if_there_is_error_output - should panic ... ok [INFO] [stdout] test run_bin::panics_on_non_zero_exit_code - should panic ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- get_process_output::panics_on_non_zero_exit_code stdout ---- [INFO] [stdout] thread 'get_process_output::panics_on_non_zero_exit_code' panicked at 'executable exited with error (exit status: 123)', tux/src/exec.rs:49:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55af55c0c63d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55af55c0c63d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55af55c0c63d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55af55c0c63d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55af55c2f38c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55af55c08b71 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55af55c0e385 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55af55c0e385 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55af55c0e385 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55af55c0e074 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55af55c0e8d2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55af55c0e7b7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55af55c0caf4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55af55c0e4e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55af55ba43d3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55af55be2bee - tux::exec::get_process_output::hc35eab22330cde45 [INFO] [stdout] at /opt/rustwide/workdir/tux/src/exec.rs:49:3 [INFO] [stdout] 16: 0x55af55ba5249 - test_exec::get_process_output::panics_on_non_zero_exit_code::hea9ac37a7521e9d8 [INFO] [stdout] at /opt/rustwide/workdir/tux_testbed/tests/test_exec.rs:55:3 [INFO] [stdout] 17: 0x55af55ba518a - test_exec::get_process_output::panics_on_non_zero_exit_code::{{closure}}::h0a37b5278002df6a [INFO] [stdout] at /opt/rustwide/workdir/tux_testbed/tests/test_exec.rs:52:2 [INFO] [stdout] 18: 0x55af55ba4b5e - core::ops::function::FnOnce::call_once::hb4c8785cd4738986 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55af55bda713 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55af55bda713 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 21: 0x55af55bd94c9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 22: 0x55af55bd94c9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55af55bd94c9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x55af55bd94c9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x55af55bd94c9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x55af55bd94c9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 27: 0x55af55bd94c9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 28: 0x55af55ba567e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 29: 0x55af55ba567e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x55af55baabe8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x55af55baabe8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55af55baabe8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x55af55baabe8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x55af55baabe8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x55af55baabe8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x55af55baabe8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55af55c131e3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 38: 0x55af55c131e3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55af55c131e3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7fc946064609 - start_thread [INFO] [stdout] 41: 0x7fc945e34163 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] note: panic did not contain expected string [INFO] [stdout] panic message: `"executable exited with error (exit status: 123)"`, [INFO] [stdout] expected substring: `"exit code: 123"` [INFO] [stdout] ---- run_bin::panics_on_non_zero_exit_code stdout ---- [INFO] [stdout] thread 'run_bin::panics_on_non_zero_exit_code' panicked at 'executable exited with error (exit status: 123)', tux/src/exec.rs:49:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55af55c0c63d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55af55c0c63d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55af55c0c63d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55af55c0c63d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55af55c2f38c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55af55c08b71 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55af55c0e385 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55af55c0e385 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55af55c0e385 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55af55c0e074 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55af55c0e8d2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55af55c0e7b7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55af55c0caf4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55af55c0e4e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55af55ba43d3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55af55be2bee - tux::exec::get_process_output::hc35eab22330cde45 [INFO] [stdout] at /opt/rustwide/workdir/tux/src/exec.rs:49:3 [INFO] [stdout] 16: 0x55af55be2855 - tux::exec::run_bin::h3768111e0be25e60 [INFO] [stdout] at /opt/rustwide/workdir/tux/src/exec.rs:37:2 [INFO] [stdout] 17: 0x55af55ba48f6 - test_exec::run_bin::panics_on_non_zero_exit_code::hd21305d27ba2901b [INFO] [stdout] at /opt/rustwide/workdir/tux_testbed/tests/test_exec.rs:35:3 [INFO] [stdout] 18: 0x55af55ba48ba - test_exec::run_bin::panics_on_non_zero_exit_code::{{closure}}::hc3fa7efb94e41097 [INFO] [stdout] at /opt/rustwide/workdir/tux_testbed/tests/test_exec.rs:34:2 [INFO] [stdout] 19: 0x55af55ba4a9e - core::ops::function::FnOnce::call_once::h29979836e00ba225 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55af55bda713 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55af55bda713 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55af55bd94c9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55af55bd94c9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55af55bd94c9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55af55bd94c9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55af55bd94c9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55af55bd94c9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55af55bd94c9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55af55ba567e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55af55ba567e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55af55baabe8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55af55baabe8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55af55baabe8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55af55baabe8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55af55baabe8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55af55baabe8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55af55baabe8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55af55c131e3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55af55c131e3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55af55c131e3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fc946064609 - start_thread [INFO] [stdout] 42: 0x7fc945e34163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] note: panic did not contain expected string [INFO] [stdout] panic message: `"executable exited with error (exit status: 123)"`, [INFO] [stdout] expected substring: `"exit code: 123"` [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] get_process_output::panics_on_non_zero_exit_code [INFO] [stdout] run_bin::panics_on_non_zero_exit_code [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '-p tux_testbed --test test_exec' [INFO] running `Command { std: "docker" "inspect" "fd2ff604e1e44fe12ead70c641790dd0e575bff4308522743dcc093f8d996cbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd2ff604e1e44fe12ead70c641790dd0e575bff4308522743dcc093f8d996cbb", kill_on_drop: false }` [INFO] [stdout] fd2ff604e1e44fe12ead70c641790dd0e575bff4308522743dcc093f8d996cbb