[INFO] cloning repository https://github.com/davidlattimore/cackle
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/davidlattimore/cackle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidlattimore%2Fcackle", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidlattimore%2Fcackle'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 309f788596eee0c239e995a56e10012760bd2ea8
[INFO] testing davidlattimore/cackle against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidlattimore%2Fcackle" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/davidlattimore/cackle
[INFO] finished tweaking git repo https://github.com/davidlattimore/cackle
[INFO] tweaked toml for git repo https://github.com/davidlattimore/cackle written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/davidlattimore/cackle on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/davidlattimore/cackle 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 98c25f1203165fa49e36b5d1078dd73124ff341f1583b43c8adb785fb9686afa
[INFO] running `Command { std: "docker" "start" "-a" "98c25f1203165fa49e36b5d1078dd73124ff341f1583b43c8adb785fb9686afa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "98c25f1203165fa49e36b5d1078dd73124ff341f1583b43c8adb785fb9686afa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98c25f1203165fa49e36b5d1078dd73124ff341f1583b43c8adb785fb9686afa", kill_on_drop: false }`
[INFO] [stdout] 98c25f1203165fa49e36b5d1078dd73124ff341f1583b43c8adb785fb9686afa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2ba728f0416dc6e11db52070593ac741fd7d2469b1be0377de00e342314996bd
[INFO] running `Command { std: "docker" "start" "-a" "2ba728f0416dc6e11db52070593ac741fd7d2469b1be0377de00e342314996bd", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling camino v1.2.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling rustc-ap-rustc_lexer v727.0.0
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling ar v0.9.0
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling tui-input v0.8.0
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling ratatui v0.24.0
[INFO] [stderr]    Compiling ruzstd v0.5.0
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling cargo_metadata v0.18.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling cargo-acl v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 49s
[INFO] running `Command { std: "docker" "inspect" "2ba728f0416dc6e11db52070593ac741fd7d2469b1be0377de00e342314996bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ba728f0416dc6e11db52070593ac741fd7d2469b1be0377de00e342314996bd", kill_on_drop: false }`
[INFO] [stdout] 2ba728f0416dc6e11db52070593ac741fd7d2469b1be0377de00e342314996bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 870d72cc2e81c4eaeee01f36643fa5255f580b8103bca9b4ce13b043379d1924
[INFO] running `Command { std: "docker" "start" "-a" "870d72cc2e81c4eaeee01f36643fa5255f580b8103bca9b4ce13b043379d1924", kill_on_drop: false }`
[INFO] [stderr]    Compiling cargo-acl v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.86s
[INFO] running `Command { std: "docker" "inspect" "870d72cc2e81c4eaeee01f36643fa5255f580b8103bca9b4ce13b043379d1924", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "870d72cc2e81c4eaeee01f36643fa5255f580b8103bca9b4ce13b043379d1924", kill_on_drop: false }`
[INFO] [stdout] 870d72cc2e81c4eaeee01f36643fa5255f580b8103bca9b4ce13b043379d1924
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fa976ef7fefbc9c92b9ba7aed8d1fb658129ae6d1f4d20b1b362f0362290ce26
[INFO] running `Command { std: "docker" "start" "-a" "fa976ef7fefbc9c92b9ba7aed8d1fb658129ae6d1f4d20b1b362f0362290ce26", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cargo_acl-25a248b722b2dc16)
[INFO] [stdout] 
[INFO] [stdout] running 72 tests
[INFO] [stdout] test build_script_checker::tests::test_empty ... ok
[INFO] [stdout] test build_script_checker::tests::test_link_directive ... ok
[INFO] [stdout] test build_script_checker::tests::test_rerun_if_changed ... ok
[INFO] [stdout] test config::permissions::test_inheritance ... ok
[INFO] [stdout] test config::tests::crate_build_config ... ok
[INFO] [stdout] test config::tests::unknown_crate_field ... ok
[INFO] [stdout] test config::tests::invalid_nesting ... ok
[INFO] [stdout] test config::tests::unknown_permission_field ... ok
[INFO] [stdout] test config::tests::unknown_api ... ok
[INFO] [stdout] test config::versions::tests::test_edit_consistency ... ok
[INFO] [stdout] test checker::tests::test_apis_for_path ... ok
[INFO] [stdout] test checker::tests::reload_config ... ok
[INFO] [stdout] test config::tests::unknown_field ... ok
[INFO] [stdout] test config_editor::tests::fix_missing_api_no_existing_config ... ok
[INFO] [stdout] test config_editor::tests::inline_std_api ... ok
[INFO] [stdout] test config_editor::tests::fix_allow_unsafe ... ok
[INFO] [stdout] test config_editor::tests::fix_missing_api_build_script ... ok
[INFO] [stdout] test config_editor::tests::fix_disallowed_build_instruction ... ok
[INFO] [stdout] test config_editor::tests::fix_missing_api_existing_empty_config ... ok
[INFO] [stdout] test config::tests::empty ... ok
[INFO] [stdout] test config_editor::tests::fix_missing_api_existing_config ... ok
[INFO] [stdout] test config::tests::sandbox_config_inheritance ... ok
[INFO] [stdout] test config_editor::tests::allow_api_existing_sub_selector ... ok
[INFO] [stdout] test cowarc::comparison ... ok
[INFO] [stdout] test config_editor::tests::unused_allow_api_empty ... ok
[INFO] [stdout] test config_editor::tests::unused_pkg_config_build_script ... ok
[INFO] [stdout] test config_editor::tests::unused_allow_api ... ok
[INFO] [stdout] test demangle::tests::test_other ... ok
[INFO] [stdout] test demangle::tests::test_simple ... ok
[INFO] [stdout] test config_editor::tests::build_script_failed ... ok
[INFO] [stdout] test config_editor::tests::fix_allow_proc_macro ... ok
[INFO] [stdout] test config_editor::tests::unused_allow_api_already_deleted ... ok
[INFO] [stdout] test demangle::tests::test_invalid ... ok
[INFO] [stdout] test demangle::tests::test_generics ... ok
[INFO] [stdout] test demangle::tests::test_multibyte_character ... ok
[INFO] [stdout] test demangle::tests::test_nested ... ok
[INFO] [stdout] test demangle::tests::test_literal_number ... ok
[INFO] [stdout] test demangle::tests::test_non_mangled ... ok
[INFO] [stdout] test deps::tests::test_source_files_from_rustc_args ... ok
[INFO] [stdout] test deps::tests::test_source_files_from_rustc_args_missing_out_dir ... ok
[INFO] [stdout] test deps::tests::test_source_files_from_rustc_args_no_dep_info ... ok
[INFO] [stdout] test names::tests::test_debug_name_display ... ok
[INFO] [stdout] test names::tests::test_split_mut_ref ... ok
[INFO] [stdout] test deps::tests::test_parse_deps ... ok
[INFO] [stdout] test names::tests::test_split_with_comma ... ok
[INFO] [stdout] test names::tests::test_split_with_closure ... ok
[INFO] [stdout] test problem_store::tests::abort ... ok
[INFO] [stdout] test problem_store::tests::all_resolved ... ok
[INFO] [stdout] test problem_store::tests::basic_queries ... ok
[INFO] [stdout] test problem_store::tests::deduplicated_iteration ... ok
[INFO] [stdout] test proxy::errors::tests::test_empty ... ok
[INFO] [stdout] test proxy::errors::tests::test_unsafe_error ... ok
[INFO] [stdout] test proxy::rpc::tests::serialize_deserialize ... ok
[INFO] [stdout] test config_editor::tests::unused_pkg_config ... ok
[INFO] [stdout] test symbol::tests::test_names ... ok
[INFO] [stdout] test proxy::subprocess::test_orig_bin_path ... ok
[INFO] [stdout] test symbol::tests::test_names_literal_number ... ok
[INFO] [stdout] test problem_store::tests::add_notifications ... ok
[INFO] [stdout] test symbol::tests::comparison ... ok
[INFO] [stdout] test ui::full_term::problems_ui::diff::test_diff_lines ... ok
[INFO] [stdout] test symbol::tests::test_display ... ok
[INFO] [stdout] test unsafe_checker::tests::test_scan_string ... ok
[INFO] [stdout] test ui::full_term::problems_ui::diff::tests::test_remove_excess_context ... ok
[INFO] [stdout] test ui::full_term::problems_ui::diff::tests::test_remove_excess_context_from_empty ... ok
[INFO] [stdout] test ui::null_ui::test_null_ui_with_warning ... ok
[INFO] [stdout] test unsafe_checker::tests::test_scan_test_crates ... ok
[INFO] [stdout] test names::tests::test_split_vtable ... ok
[INFO] [stdout] test config::tests::duplicate_allow_api ... ok
[INFO] [stdout] test deps::tests::test_source_files_from_rustc_args_missing_crate_name ... ok
[INFO] [stdout] test names::tests::test_split_as ... ok
[INFO] [stdout] test proxy::subprocess::config_roundtrips ... ok
[INFO] [stdout] test crate_index::test_crate_index ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-e63a91fb846f5fa0)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr] Error: `cargo metadata` exited with an error: error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured.
[INFO] [stderr] help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain.
[INFO] [stderr] 
[INFO] [stderr]     Creating binary (application) `foo` package
[INFO] [stdout] test integration_test ... FAILED
[INFO] [stderr] note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[INFO] [stderr] error: test failed, to rerun pass `--test integration_test`
[INFO] [stdout] test invalid_config ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'integration_test' panicked at tests/integration_test.rs:62:13:
[INFO] [stdout] Test failed when we expected it to succeed. Output:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61cf74335272 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61cf74335272 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61cf74335272 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61cf74335272 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61cf7435ba63 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61cf7435ba63 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x61cf74331bc3 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61cf74331bc3 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61cf743350c2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61cf7433710c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x61cf74336f62 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x61cf742f8be4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x61cf742f8be4 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61cf74337aeb - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x61cf74337aeb - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x61cf743378ba - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x61cf74335769 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x61cf7433754d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x61cf7435a5e0 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61cf742bd07f - integration_test::integration_test::run_with_args::h2873c8409676c5ca
[INFO] [stdout]   20:     0x61cf742ba9f8 - integration_test::integration_test::hcf29607d056038b0
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:69:5
[INFO] [stdout]   21:     0x61cf742ba9f8 - integration_test::integration_test::{{closure}}::h7f1d80f3ed47c19c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:9:26
[INFO] [stdout]   22:     0x61cf742ba9f8 - core::ops::function::FnOnce::call_once::h6153089ca7b68b81
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61cf742fe31b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61cf742fe31b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   25:     0x61cf742fd55e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   26:     0x61cf742fd55e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   27:     0x61cf742fd55e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x61cf742fd55e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x61cf742fd55e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x61cf742fd55e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   31:     0x61cf742fd55e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   32:     0x61cf742c1104 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   33:     0x61cf742c1104 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   34:     0x61cf742c4aaa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x61cf742c4aaa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   36:     0x61cf742c4aaa - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   37:     0x61cf742c4aaa - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   38:     0x61cf742c4aaa - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x61cf742c4aaa - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   40:     0x61cf742c4aaa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x61cf7433ad27 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x61cf7433ad27 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x61cf7433ad27 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   44:     0x724f85d4daa4 - <unknown>
[INFO] [stdout]   45:     0x724f85ddaa34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     integration_test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.94s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "fa976ef7fefbc9c92b9ba7aed8d1fb658129ae6d1f4d20b1b362f0362290ce26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa976ef7fefbc9c92b9ba7aed8d1fb658129ae6d1f4d20b1b362f0362290ce26", kill_on_drop: false }`
[INFO] [stdout] fa976ef7fefbc9c92b9ba7aed8d1fb658129ae6d1f4d20b1b362f0362290ce26
