[INFO] cloning repository https://github.com/fnichol/versio [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fnichol/versio" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffnichol%2Fversio", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffnichol%2Fversio'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 33223718585bf302c9d8e2395e2d1754a018d6c1 [INFO] testing fnichol/versio against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffnichol%2Fversio" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fnichol/versio on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fnichol/versio [INFO] finished tweaking git repo https://github.com/fnichol/versio [INFO] tweaked toml for git repo https://github.com/fnichol/versio written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/fnichol/versio already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded os_type v2.2.0 [INFO] [stderr] Downloaded human-panic v1.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ec88894c0a0a322925996b13028456ab0bcaedb27e2ddb8b6629c541cd245c2 [INFO] running `Command { std: "docker" "start" "-a" "2ec88894c0a0a322925996b13028456ab0bcaedb27e2ddb8b6629c541cd245c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ec88894c0a0a322925996b13028456ab0bcaedb27e2ddb8b6629c541cd245c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ec88894c0a0a322925996b13028456ab0bcaedb27e2ddb8b6629c541cd245c2", kill_on_drop: false }` [INFO] [stdout] 2ec88894c0a0a322925996b13028456ab0bcaedb27e2ddb8b6629c541cd245c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a3b3dd275bc3aaa978a0cf6b535facd211077b5a970eb58c9a0a84903736358 [INFO] running `Command { std: "docker" "start" "-a" "1a3b3dd275bc3aaa978a0cf6b535facd211077b5a970eb58c9a0a84903736358", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling bitflags v1.2.0 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling termcolor v0.3.6 [INFO] [stderr] Compiling versio v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling os_type v2.2.0 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling backtrace v0.3.38 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling toml_edit v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling human-panic v1.0.1 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.26s [INFO] running `Command { std: "docker" "inspect" "1a3b3dd275bc3aaa978a0cf6b535facd211077b5a970eb58c9a0a84903736358", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a3b3dd275bc3aaa978a0cf6b535facd211077b5a970eb58c9a0a84903736358", kill_on_drop: false }` [INFO] [stdout] 1a3b3dd275bc3aaa978a0cf6b535facd211077b5a970eb58c9a0a84903736358 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 31a69b8c2339667b2715b407e51fb74cbea32f7b846da52910c0df4e02ccc49e [INFO] running `Command { std: "docker" "start" "-a" "31a69b8c2339667b2715b407e51fb74cbea32f7b846da52910c0df4e02ccc49e", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Compiling predicates-core v1.0.0 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling normalize-line-endings v0.2.2 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling predicates-tree v1.0.0 [INFO] [stderr] Compiling predicates v1.0.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling assert_cmd v0.11.1 [INFO] [stderr] Compiling versio v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 20.62s [INFO] running `Command { std: "docker" "inspect" "31a69b8c2339667b2715b407e51fb74cbea32f7b846da52910c0df4e02ccc49e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31a69b8c2339667b2715b407e51fb74cbea32f7b846da52910c0df4e02ccc49e", kill_on_drop: false }` [INFO] [stdout] 31a69b8c2339667b2715b407e51fb74cbea32f7b846da52910c0df4e02ccc49e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 14d13b5830239e0405e55390f2a46f2025f4d08cc0965f1947f95cb3d4637582 [INFO] running `Command { std: "docker" "start" "-a" "14d13b5830239e0405e55390f2a46f2025f4d08cc0965f1947f95cb3d4637582", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/versio-5db6f382ca88b157) [INFO] [stdout] running 240 tests [INFO] [stdout] test cli::bump::file::tests::major::stdout_both_newlines ... ok [INFO] [stdout] test cli::bump::file::tests::major::both_newlines ... ok [INFO] [stdout] test cli::bump::file::tests::major::both_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::major::mixed_newlines_and_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::major::newline ... ok [INFO] [stdout] test cli::bump::file::tests::major::multiple_newlines ... ok [INFO] [stdout] test cli::bump::file::tests::major::stdout_leading_newline ... ok [INFO] [stdout] test cli::bump::file::tests::major::stdout_both_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::major::stdout_leading_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::major::stdout_multiple_newlines ... ok [INFO] [stdout] test cli::bump::file::tests::major::stdout_newline ... ok [INFO] [stdout] test cli::bump::file::tests::major::stdout_with_pre ... ok [INFO] [stdout] test cli::bump::file::tests::major::stdout_trailing_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::major::stdout_with_build ... ok [INFO] [stdout] test cli::bump::file::tests::major::with_build ... ok [INFO] [stdout] test cli::bump::file::tests::major::with_pre ... ok [INFO] [stdout] test cli::bump::file::tests::minor::both_newlines ... ok [INFO] [stdout] test cli::bump::file::tests::minor::both_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::major::stdout_with_pre_and_build ... ok [INFO] [stdout] test cli::bump::file::tests::major::trailing_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::minor::leading_newline ... ok [INFO] [stdout] test cli::bump::file::tests::minor::leading_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::major::leading_newline ... ok [INFO] [stdout] test cli::bump::file::tests::major::stdout_mixed_newlines_and_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::major::leading_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::minor::stdout_both_newlines ... ok [INFO] [stdout] test cli::bump::file::tests::minor::mixed_newlines_and_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::minor::multiple_newlines ... ok [INFO] [stdout] test cli::bump::file::tests::minor::newline ... ok [INFO] [stdout] test cli::bump::file::tests::minor::stdout_leading_newline ... ok [INFO] [stdout] test cli::bump::file::tests::minor::stdout_both_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::minor::stdout_with_pre ... ok [INFO] [stdout] test cli::bump::file::tests::minor::stdout_leading_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::minor::stdout_mixed_newlines_and_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::major::with_pre_and_build ... ok [INFO] [stdout] test cli::bump::file::tests::minor::stdout_newline ... ok [INFO] [stdout] test cli::bump::file::tests::minor::stdout_with_build ... ok [INFO] [stdout] test cli::bump::file::tests::minor::stdout_trailing_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::minor::stdout_with_pre_and_build ... ok [INFO] [stdout] test cli::bump::file::tests::minor::stdout_multiple_newlines ... ok [INFO] [stdout] test cli::bump::file::tests::patch::leading_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::minor::with_pre_and_build ... ok [INFO] [stdout] test cli::bump::file::tests::minor::with_pre ... ok [INFO] [stdout] test cli::bump::file::tests::minor::with_build ... ok [INFO] [stdout] test cli::bump::file::tests::patch::leading_newline ... ok [INFO] [stdout] test cli::bump::file::tests::patch::multiple_newlines ... ok [INFO] [stdout] test cli::bump::file::tests::patch::both_newlines ... ok [INFO] [stdout] test cli::bump::file::tests::patch::both_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::minor::trailing_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::patch::newline ... ok [INFO] [stdout] test cli::bump::file::tests::patch::stdout_leading_newline ... ok [INFO] [stdout] test cli::bump::file::tests::patch::stdout_multiple_newlines ... ok [INFO] [stdout] test cli::bump::file::tests::patch::stdout_mixed_newlines_and_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::patch::stdout_trailing_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::patch::stdout_newline ... ok [INFO] [stdout] test cli::bump::file::tests::patch::stdout_leading_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::patch::stdout_with_build ... ok [INFO] [stdout] test cli::bump::file::tests::patch::stdout_both_newlines ... ok [INFO] [stdout] test cli::bump::file::tests::patch::mixed_newlines_and_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::patch::stdout_with_pre_and_build ... ok [INFO] [stdout] test cli::bump::file::tests::patch::with_build ... ok [INFO] [stdout] test cli::bump::file::tests::patch::stdout_both_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::patch::trailing_whitespace ... ok [INFO] [stdout] test cli::bump::file::tests::patch::with_pre ... ok [INFO] [stdout] test cli::bump::file::tests::set::no_build ... ok [INFO] [stdout] test cli::bump::file::tests::patch::stdout_with_pre ... ok [INFO] [stdout] test cli::bump::file::tests::set::minor ... ok [INFO] [stdout] test cli::bump::file::tests::set::major ... ok [INFO] [stdout] test cli::bump::file::tests::set::build ... ok [INFO] [stdout] test cli::bump::file::tests::set::stdout_build ... ok [INFO] [stdout] test cli::bump::file::tests::set::pre ... ok [INFO] [stdout] test cli::bump::file::tests::set::stdout_no_build ... ok [INFO] [stdout] test cli::bump::file::tests::set::stdout_pre ... ok [INFO] [stdout] test cli::bump::file::tests::set::stdout_patch ... ok [INFO] [stdout] test cli::bump::file::tests::set::no_pre ... ok [INFO] [stdout] test cli::bump::file::tests::set::stdout_minor ... ok [INFO] [stdout] test cli::bump::file::tests::set::stdout_major ... ok [INFO] [stdout] test cli::bump::file::tests::patch::with_pre_and_build ... ok [INFO] [stdout] test cli::bump::file::tests::set::patch ... ok [INFO] [stdout] test cli::bump::stdin::tests::major::both_whitespace ... ok [INFO] [stdout] test cargo::tests::from_str ... FAILED [INFO] [stdout] test cli::bump::file::tests::set::stdout_version ... ok [INFO] [stdout] test cli::bump::stdin::tests::major::leading_newline ... ok [INFO] [stdout] test cli::bump::stdin::tests::major::mixed_newlines_and_whitespace ... ok [INFO] [stdout] test cli::bump::stdin::tests::major::leading_whitespace ... ok [INFO] [stdout] test cli::bump::stdin::tests::major::both_newlines ... ok [INFO] [stdout] test cli::bump::file::tests::set::version ... ok [INFO] [stdout] test cli::bump::cargo::tests::set::minor ... FAILED [INFO] [stdout] test cli::bump::cargo::tests::set::major ... FAILED [INFO] [stdout] test cli::bump::cargo::tests::set::no_build ... FAILED [INFO] [stdout] test cli::bump::file::tests::set::stdout_no_pre ... ok [INFO] [stdout] test cli::bump::cargo::tests::set::no_pre ... FAILED [INFO] [stdout] test cli::bump::cargo::tests::patch::stdout_round_trip ... FAILED [INFO] [stdout] test cli::bump::cargo::tests::set::stdout_version ... FAILED [INFO] [stdout] test cli::bump::cargo::tests::set::stdout_patch ... FAILED [INFO] [stdout] test cli::bump::stdin::tests::minor::newline ... ok [INFO] [stdout] test cli::bump::stdin::tests::major::with_pre ... ok [INFO] [stdout] test cli::bump::stdin::tests::minor::leading_whitespace ... ok [INFO] [stdout] test cli::bump::stdin::tests::minor::mixed_newlines_and_whitespace ... ok [INFO] [stdout] test cli::bump::stdin::tests::major::with_pre_and_build ... ok [INFO] [stdout] test cli::bump::stdin::tests::minor::both_whitespace ... ok [INFO] [stdout] test cli::bump::stdin::tests::major::with_build ... ok [INFO] [stdout] test cli::bump::stdin::tests::major::trailing_whitespace ... ok [INFO] [stdout] test cli::bump::cargo::tests::minor::stdout_round_trip ... FAILED [INFO] [stdout] test cli::bump::stdin::tests::minor::multiple_newlines ... ok [INFO] [stdout] test cli::bump::cargo::tests::set::stdout_no_build ... FAILED [INFO] [stdout] test cli::bump::cargo::tests::set::build ... FAILED [INFO] [stdout] test cargo::tests::version ... FAILED [INFO] [stdout] test cli::bump::stdin::tests::major::multiple_newlines ... ok [INFO] [stdout] test cli::bump::stdin::tests::minor::trailing_whitespace ... ok [INFO] [stdout] test cli::bump::stdin::tests::minor::with_build ... ok [INFO] [stdout] test cli::bump::cargo::tests::set::stdout_major ... FAILED [INFO] [stdout] test cli::bump::stdin::tests::minor::with_pre ... ok [INFO] [stdout] test cli::bump::stdin::tests::minor::leading_newline ... ok [INFO] [stdout] test cli::bump::stdin::tests::minor::both_newlines ... ok [INFO] [stdout] test cli::bump::stdin::tests::major::newline ... ok [INFO] [stdout] test cli::bump::stdin::tests::patch::both_whitespace ... ok [INFO] [stdout] test cli::bump::stdin::tests::patch::both_newlines ... ok [INFO] [stdout] test cli::bump::stdin::tests::patch::leading_whitespace ... ok [INFO] [stdout] test cli::bump::stdin::tests::patch::leading_newline ... ok [INFO] [stdout] test cli::bump::stdin::tests::patch::multiple_newlines ... ok [INFO] [stdout] test cli::bump::stdin::tests::patch::newline ... ok [INFO] [stdout] test cli::bump::stdin::tests::patch::with_build ... ok [INFO] [stdout] test cli::bump::stdin::tests::patch::mixed_newlines_and_whitespace ... ok [INFO] [stdout] test cli::bump::stdin::tests::patch::trailing_whitespace ... ok [INFO] [stdout] test cli::bump::stdin::tests::patch::with_pre ... ok [INFO] [stdout] test cli::bump::stdin::tests::minor::with_pre_and_build ... ok [INFO] [stdout] test version::tests::pre_release::from_str ... ok [INFO] [stdout] test version::tests::version_bumper::major_and_maybe_build_some ... ok [INFO] [stdout] test version::tests::version::from_str ... ok [INFO] [stdout] test version::tests::version_bumper::major_and_maybe_build_none ... ok [INFO] [stdout] test version::tests::build_metadata::from_str_err ... ok [INFO] [stdout] test version::tests::build_metadata::from_str ... ok [INFO] [stdout] test cli::bump::stdin::tests::set::no_pre ... ok [INFO] [stdout] test version::tests::version_bumper::major_and_maybe_pre_none ... ok [INFO] [stdout] test version::tests::version_bumper::major_and_maybe_pre_some ... ok [INFO] [stdout] test version::tests::version_bumper::major_and_pre ... ok [INFO] [stdout] test version::tests::version_bumper::major_and_pre_and_clear ... ok [INFO] [stdout] test version::tests::version_bumper::major_and_pre_build ... ok [INFO] [stdout] test version::tests::version_bumper::major_exisiting_build ... ok [INFO] [stdout] test version::tests::version_bumper::major_exisiting_build_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::major_exisiting_pre ... ok [INFO] [stdout] test version::tests::version_bumper::major_exisiting_pre_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::major_exisiting_pre_and_build_and_pre_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::major_exisiting_pre_and_pre ... ok [INFO] [stdout] test version::tests::version_bumper::major_nine_to_ten ... ok [INFO] [stdout] test version::tests::version_bumper::major_ninety_nine_to_one_hundred ... ok [INFO] [stdout] test version::tests::version_bumper::major_set_major ... ok [INFO] [stdout] test version::tests::version_bumper::major_set_minor ... ok [INFO] [stdout] test version::tests::version_bumper::major_set_patch ... ok [INFO] [stdout] test version::tests::version_bumper::major_zero ... ok [INFO] [stdout] test version::tests::version_bumper::minor ... ok [INFO] [stdout] test version::tests::version_bumper::minor_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::minor_and_build_and_clear ... ok [INFO] [stdout] test version::tests::version_bumper::minor_and_maybe_build_none ... ok [INFO] [stdout] test version::tests::version_bumper::minor_and_maybe_build_some ... ok [INFO] [stdout] test version::tests::version_bumper::minor_and_maybe_pre_none ... ok [INFO] [stdout] test version::tests::version::from_str_err ... ok [INFO] [stdout] test version::tests::pre_release::from_str_err ... ok [INFO] [stdout] test version::tests::version_bumper::minor_and_pre ... ok [INFO] [stdout] test cli::bump::stdin::tests::set::pre ... ok [INFO] [stdout] test cli::bump::stdin::tests::set::patch ... ok [INFO] [stdout] test cli::bump::stdin::tests::set::major ... ok [INFO] [stdout] test version::tests::version_bumper::minor_and_maybe_pre_some ... ok [INFO] [stdout] test version::tests::version_bumper::minor_and_pre_and_clear ... ok [INFO] [stdout] test version::tests::version_bumper::minor_and_pre_build ... ok [INFO] [stdout] test version::tests::version_bumper::major ... ok [INFO] [stdout] test cli::bump::stdin::tests::patch::with_pre_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::minor_exisiting_build ... ok [INFO] [stdout] test version::tests::version_bumper::major_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump ... ok [INFO] [stdout] test version::tests::version_bumper::minor_set_minor ... ok [INFO] [stdout] test version::tests::version_bumper::minor_ninety_nine_to_one_hundred ... ok [INFO] [stdout] test version::tests::version_bumper::minor_exisiting_pre_and_build_and_pre_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::minor_exisiting_pre_and_pre ... ok [INFO] [stdout] test version::tests::version_bumper::minor_nine_to_ten ... ok [INFO] [stdout] test version::tests::version_bumper::major_and_build_and_clear ... ok [INFO] [stdout] test cli::bump::stdin::tests::set::build ... ok [INFO] [stdout] test cli::bump::stdin::tests::set::minor ... ok [INFO] [stdout] test version::tests::version::from_semver_version ... ok [INFO] [stdout] test cli::bump::stdin::tests::set::version ... ok [INFO] [stdout] test version::tests::version_bumper::minor_exisiting_pre_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::minor_set_patch ... ok [INFO] [stdout] test version::tests::version_bumper::minor_set_major ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_and_build_and_clear ... ok [INFO] [stdout] test version::tests::version_bumper::minor_exisiting_build_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::minor_exisiting_pre ... ok [INFO] [stdout] test version::tests::version_bumper::minor_zero ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_and_maybe_build_some ... ok [INFO] [stdout] test cli::bump::cargo::tests::major::stdout_round_trip ... FAILED [INFO] [stdout] test cli::bump::stdin::tests::set::no_build ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_and_maybe_pre_some ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_and_maybe_pre_none ... ok [INFO] [stdout] test version::tests::version_bumper::patch ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_and_maybe_build_none ... ok [INFO] [stdout] test version::tests::version_bumper::patch_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::patch_and_build_and_clear ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_set_minor ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_exisiting_pre_and_build_and_pre_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_exisiting_pre_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_exisiting_build_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_and_pre_build ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_and_pre ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_exisiting_pre_and_pre ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_and_pre_and_clear ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_exisiting_pre ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_set_patch ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_exisiting_build ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_set_major ... ok [INFO] [stdout] test version::tests::version_bumper::no_bump_zero ... ok [INFO] [stdout] test cli::bump::cargo::tests::patch::round_trip ... FAILED [INFO] [stdout] test version::tests::version_bumper::patch_and_maybe_build_some ... ok [INFO] [stdout] test version::tests::version_bumper::patch_and_maybe_pre_some ... ok [INFO] [stdout] test version::tests::version_bumper::patch_and_pre_and_clear ... ok [INFO] [stdout] test version::tests::version_bumper::patch_and_pre_build ... ok [INFO] [stdout] test version::tests::version_bumper::patch_and_pre ... ok [INFO] [stdout] test version::tests::version_bumper::patch_exisiting_build ... ok [INFO] [stdout] test version::tests::version_bumper::patch_and_maybe_pre_none ... ok [INFO] [stdout] test version::tests::version_bumper::patch_exisiting_build_and_build ... ok [INFO] [stdout] test version::tests::version_bumper::patch_nine_to_ten ... ok [INFO] [stdout] test cli::bump::cargo::tests::set::stdout_minor ... FAILED [INFO] [stdout] test cli::bump::cargo::tests::minor::round_trip ... FAILED [INFO] [stdout] test cli::bump::cargo::tests::set::patch ... FAILED [INFO] [stdout] test version::tests::version_bumper::patch_exisiting_pre ... ok [INFO] [stdout] test version::tests::version_bumper::patch_exisiting_pre_and_build_and_pre_and_build ... ok [INFO] [stdout] test cli::bump::cargo::tests::major::round_trip ... FAILED [INFO] [stdout] test version::tests::version_bumper::patch_exisiting_pre_and_pre ... ok [INFO] [stdout] test version::tests::version_bumper::patch_exisiting_pre_and_build ... ok [INFO] [stdout] test cli::bump::cargo::tests::set::pre ... FAILED [INFO] [stdout] test cli::bump::cargo::tests::set::version ... FAILED [INFO] [stdout] test cli::bump::cargo::tests::set::stdout_build ... FAILED [INFO] [stdout] test cli::bump::cargo::tests::set::stdout_no_pre ... FAILED [INFO] [stdout] test cli::bump::cargo::tests::set::stdout_pre ... FAILED [INFO] [stdout] test version::tests::version_bumper::patch_set_minor ... ok [INFO] [stdout] test version::tests::version_bumper::patch_set_patch ... ok [INFO] [stdout] test version::tests::version_bumper::patch_ninety_nine_to_one_hundred ... ok [INFO] [stdout] test version::tests::version_bumper::patch_and_maybe_build_none ... ok [INFO] [stdout] test version::tests::version_bumper::patch_set_major ... ok [INFO] [stdout] test version::tests::version_bumper::patch_zero ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- cargo::tests::from_str stdout ---- [INFO] [stdout] thread 'cargo::tests::from_str' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe299714a0 - versio::cargo::tests::from_str::h68e4b21cd7d42408 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:50:24 [INFO] [stdout] 69: 0x55fe2997146a - versio::cargo::tests::from_str::{{closure}}::hbc1e48e327864179 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:49:5 [INFO] [stdout] 70: 0x55fe2996b5ce - core::ops::function::FnOnce::call_once::h34434ef1d7f56bb7 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 71: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 72: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 73: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 74: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 75: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 76: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 77: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 78: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 79: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 80: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 81: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 82: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 83: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 84: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 85: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 86: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 87: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 88: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 89: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 90: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 91: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 92: 0x7f531c669609 - start_thread [INFO] [stdout] 93: 0x7f531c43b293 - clone [INFO] [stdout] 94: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::minor stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::minor' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe29949311 - versio::cli::bump::cargo::tests::set::minor::hbdd26ca18ec1e8bb [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:163:17 [INFO] [stdout] 72: 0x55fe2994912a - versio::cli::bump::cargo::tests::set::minor::{{closure}}::h59736397f2813c75 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:151:13 [INFO] [stdout] 73: 0x55fe2996b28e - core::ops::function::FnOnce::call_once::h23c952134be73bd4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::major stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::major' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe29948d51 - versio::cli::bump::cargo::tests::set::major::h3e9173aab9799df0 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:163:17 [INFO] [stdout] 72: 0x55fe29948b6a - versio::cli::bump::cargo::tests::set::major::{{closure}}::h15415af481d9a158 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:151:13 [INFO] [stdout] 73: 0x55fe2996d39e - core::ops::function::FnOnce::call_once::hacebdd2744187cee [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::no_build stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::no_build' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe2994b5b5 - versio::cli::bump::cargo::tests::set::no_build::h39aac9a5150a0b33 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:163:17 [INFO] [stdout] 72: 0x55fe2994b3da - versio::cli::bump::cargo::tests::set::no_build::{{closure}}::hf932bebfc2962b09 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:151:13 [INFO] [stdout] 73: 0x55fe2996be4e - core::ops::function::FnOnce::call_once::h58c3744c4db63ce8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::no_pre stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::no_pre' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe2994aff5 - versio::cli::bump::cargo::tests::set::no_pre::ha1b2d7ead509bdc1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:163:17 [INFO] [stdout] 72: 0x55fe2994ae1a - versio::cli::bump::cargo::tests::set::no_pre::{{closure}}::h87d9a509ef613b50 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:151:13 [INFO] [stdout] 73: 0x55fe2996e21e - core::ops::function::FnOnce::call_once::he7d2e4666d1998be [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::patch::stdout_round_trip stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::patch::stdout_round_trip' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959518 - versio::cli::bump::cargo::run_patch::h26c7716f858bed6f [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:60:24 [INFO] [stdout] 70: 0x55fe29960200 - versio::cli::bump::cargo::patch::run::hd1d6224a91e2374c [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:31:9 [INFO] [stdout] 71: 0x55fe29954961 - versio::cli::bump::cargo::tests::patch::stdout_round_trip::h0674cfd59dbd2256 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:126:17 [INFO] [stdout] 72: 0x55fe2995479a - versio::cli::bump::cargo::tests::patch::stdout_round_trip::{{closure}}::h5db643796f816ab8 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:124:13 [INFO] [stdout] 73: 0x55fe2996c11e - core::ops::function::FnOnce::call_once::h61f1b07486aad52f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::stdout_version stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::stdout_version' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe2994d564 - versio::cli::bump::cargo::tests::set::stdout_version::hbd0c1190676d622d [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:194:17 [INFO] [stdout] 72: 0x55fe2994d34a - versio::cli::bump::cargo::tests::set::stdout_version::{{closure}}::hd51eadd4b2c3cfbf [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:182:13 [INFO] [stdout] 73: 0x55fe2996d0de - core::ops::function::FnOnce::call_once::ha1e353a5e40d62fb [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::stdout_patch stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::stdout_patch' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe2994ccd1 - versio::cli::bump::cargo::tests::set::stdout_patch::hab7472af090de638 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:194:17 [INFO] [stdout] 72: 0x55fe2994caba - versio::cli::bump::cargo::tests::set::stdout_patch::{{closure}}::hf5b1813c1c8ae798 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:182:13 [INFO] [stdout] 73: 0x55fe2996ab0e - core::ops::function::FnOnce::call_once::h05be2dd2d6bb58ad [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::minor::stdout_round_trip stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::minor::stdout_round_trip' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29958d78 - versio::cli::bump::cargo::run_minor::h86b80940b90da310 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:52:24 [INFO] [stdout] 70: 0x55fe29944a00 - versio::cli::bump::cargo::minor::run::h29ec8bf15b1f3171 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:23:9 [INFO] [stdout] 71: 0x55fe29953c21 - versio::cli::bump::cargo::tests::minor::stdout_round_trip::h5b14a49315929222 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:126:17 [INFO] [stdout] 72: 0x55fe29953a5a - versio::cli::bump::cargo::tests::minor::stdout_round_trip::{{closure}}::h491fa6847db9ed42 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:124:13 [INFO] [stdout] 73: 0x55fe2996b44e - core::ops::function::FnOnce::call_once::h2ef0d785e74ff924 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::stdout_no_build stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::stdout_no_build' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe2994f785 - versio::cli::bump::cargo::tests::set::stdout_no_build::h27ede481697f1013 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:194:17 [INFO] [stdout] 72: 0x55fe2994f57a - versio::cli::bump::cargo::tests::set::stdout_no_build::{{closure}}::hfa7a9e0afffa49e2 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:182:13 [INFO] [stdout] 73: 0x55fe2996b54e - core::ops::function::FnOnce::call_once::h31e8bf651ce7c863 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::build stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::build' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe2994aa34 - versio::cli::bump::cargo::tests::set::build::h17dc1131781bf8de [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:163:17 [INFO] [stdout] 72: 0x55fe2994a84a - versio::cli::bump::cargo::tests::set::build::{{closure}}::h5c7542dbfd1ece2d [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:151:13 [INFO] [stdout] 73: 0x55fe2996cade - core::ops::function::FnOnce::call_once::h89c830f8f4cfef86 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cargo::tests::version stdout ---- [INFO] [stdout] thread 'cargo::tests::version' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe29971630 - versio::cargo::tests::version::ha436d9650c9dc5f4 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:65:24 [INFO] [stdout] 69: 0x55fe299715fa - versio::cargo::tests::version::{{closure}}::h94d5074cabbf40b1 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:64:5 [INFO] [stdout] 70: 0x55fe2996e05e - core::ops::function::FnOnce::call_once::he131ba571d5c8aa9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 71: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 72: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 73: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 74: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 75: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 76: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 77: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 78: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 79: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 80: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 81: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 82: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 83: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 84: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 85: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 86: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 87: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 88: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 89: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 90: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 91: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 92: 0x7f531c669609 - start_thread [INFO] [stdout] 93: 0x7f531c43b293 - clone [INFO] [stdout] 94: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::stdout_major stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::stdout_major' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe2994bbb1 - versio::cli::bump::cargo::tests::set::stdout_major::h9facb7abf3f15175 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:194:17 [INFO] [stdout] 72: 0x55fe2994b99a - versio::cli::bump::cargo::tests::set::stdout_major::{{closure}}::hf2d41400a33dd79a [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:182:13 [INFO] [stdout] 73: 0x55fe2996aa8e - core::ops::function::FnOnce::call_once::h045acc527a6b7654 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::major::stdout_round_trip stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::major::stdout_round_trip' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe299585d8 - versio::cli::bump::cargo::run_major::h7026c2022aac9195 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:44:24 [INFO] [stdout] 70: 0x55fe299449c0 - versio::cli::bump::cargo::major::run::hcd9d6626fd93f5c8 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:15:9 [INFO] [stdout] 71: 0x55fe2995bc71 - versio::cli::bump::cargo::tests::major::stdout_round_trip::h5603e6cd789759d4 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:126:17 [INFO] [stdout] 72: 0x55fe2995baaa - versio::cli::bump::cargo::tests::major::stdout_round_trip::{{closure}}::hb99ed3a19d840022 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:124:13 [INFO] [stdout] 73: 0x55fe2996c29e - core::ops::function::FnOnce::call_once::h68b444a4eb5a2e9b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::patch::round_trip stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::patch::round_trip' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959518 - versio::cli::bump::cargo::run_patch::h26c7716f858bed6f [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:60:24 [INFO] [stdout] 70: 0x55fe29960200 - versio::cli::bump::cargo::patch::run::hd1d6224a91e2374c [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:31:9 [INFO] [stdout] 71: 0x55fe299543df - versio::cli::bump::cargo::tests::patch::round_trip::h9950c1f7121bf194 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:107:17 [INFO] [stdout] 72: 0x55fe2995425a - versio::cli::bump::cargo::tests::patch::round_trip::{{closure}}::h8a64f3c59ce3136b [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:105:13 [INFO] [stdout] 73: 0x55fe2996c91e - core::ops::function::FnOnce::call_once::h807240fc86036d3a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::stdout_minor stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::stdout_minor' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe2994c441 - versio::cli::bump::cargo::tests::set::stdout_minor::ha656f174fb870460 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:194:17 [INFO] [stdout] 72: 0x55fe2994c22a - versio::cli::bump::cargo::tests::set::stdout_minor::{{closure}}::h8e0d9852f389da6a [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:182:13 [INFO] [stdout] 73: 0x55fe2996d2de - core::ops::function::FnOnce::call_once::haba3eb5b6220818e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::minor::round_trip stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::minor::round_trip' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29958d78 - versio::cli::bump::cargo::run_minor::h86b80940b90da310 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:52:24 [INFO] [stdout] 70: 0x55fe29944a00 - versio::cli::bump::cargo::minor::run::h29ec8bf15b1f3171 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:23:9 [INFO] [stdout] 71: 0x55fe2995369f - versio::cli::bump::cargo::tests::minor::round_trip::h6d0bdcbde6f88cea [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:107:17 [INFO] [stdout] 72: 0x55fe2995351a - versio::cli::bump::cargo::tests::minor::round_trip::{{closure}}::h605cbe1519e6460d [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:105:13 [INFO] [stdout] 73: 0x55fe2996b2ce - core::ops::function::FnOnce::call_once::h2531b2d87f33ed04 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::patch stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::patch' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe299498d1 - versio::cli::bump::cargo::tests::set::patch::h490b8f84b353e350 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:163:17 [INFO] [stdout] 72: 0x55fe299496ea - versio::cli::bump::cargo::tests::set::patch::{{closure}}::h3916df6599d0e15b [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:151:13 [INFO] [stdout] 73: 0x55fe2996b48e - core::ops::function::FnOnce::call_once::h2f9bba96f02e46a8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::major::round_trip stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::major::round_trip' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe299585d8 - versio::cli::bump::cargo::run_major::h7026c2022aac9195 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:44:24 [INFO] [stdout] 70: 0x55fe299449c0 - versio::cli::bump::cargo::major::run::hcd9d6626fd93f5c8 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:15:9 [INFO] [stdout] 71: 0x55fe2995b6ef - versio::cli::bump::cargo::tests::major::round_trip::h87ad7382a13cd3b3 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:107:17 [INFO] [stdout] 72: 0x55fe2995b56a - versio::cli::bump::cargo::tests::major::round_trip::{{closure}}::hc56bfdcfbb03605c [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:105:13 [INFO] [stdout] 73: 0x55fe2996b00e - core::ops::function::FnOnce::call_once::h1abe869a22ede650 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::pre stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::pre' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe2994a464 - versio::cli::bump::cargo::tests::set::pre::h90cc6d9a94c9aefe [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:163:17 [INFO] [stdout] 72: 0x55fe2994a27a - versio::cli::bump::cargo::tests::set::pre::{{closure}}::h957c4d7af42257f8 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:151:13 [INFO] [stdout] 73: 0x55fe2996b8ce - core::ops::function::FnOnce::call_once::h41b5451c9ff8ba46 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::version stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::version' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe29949e94 - versio::cli::bump::cargo::tests::set::version::h42a620f411856286 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:163:17 [INFO] [stdout] 72: 0x55fe29949caa - versio::cli::bump::cargo::tests::set::version::{{closure}}::h47c9d41b9818cae8 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:151:13 [INFO] [stdout] 73: 0x55fe2996bcce - core::ops::function::FnOnce::call_once::h5441b2c88d0e3f91 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::stdout_build stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::stdout_build' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stderr] error: test failed, to rerun pass '--bin versio' [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe2994e684 - versio::cli::bump::cargo::tests::set::stdout_build::hd230c268972bc3da [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:194:17 [INFO] [stdout] 72: 0x55fe2994e46a - versio::cli::bump::cargo::tests::set::stdout_build::{{closure}}::h8f4d5ac8644a1060 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:182:13 [INFO] [stdout] 73: 0x55fe2996b4ce - core::ops::function::FnOnce::call_once::h3034357623005a4f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::stdout_no_pre stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::stdout_no_pre' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe2994ef05 - versio::cli::bump::cargo::tests::set::stdout_no_pre::h33049f103ec9dded [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:194:17 [INFO] [stdout] 72: 0x55fe2994ecfa - versio::cli::bump::cargo::tests::set::stdout_no_pre::{{closure}}::he7fcd644ef6d0f82 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:182:13 [INFO] [stdout] 73: 0x55fe2996b74e - core::ops::function::FnOnce::call_once::h384d77e108f48f91 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cli::bump::cargo::tests::set::stdout_pre stdout ---- [INFO] [stdout] thread 'cli::bump::cargo::tests::set::stdout_pre' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fe29bb94f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fe29bb94f0 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fe29bb94f0 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fe29bdd32c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fe29bb6355 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55fe29bbb6bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fe29bbb6bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fe29bbb6bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fe29bbb1cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fe29bbbd84 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fe29bbb837 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fe29bb99ec - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fe29bbb7c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fe29936b31 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fe29936a7d - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fe29a960fa - core::mem::uninitialized::h7b3d58168e45e62c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/mem/mod.rs:660:9 [INFO] [stdout] 17: 0x55fe29a960fa - linked_hash_map::LinkedHashMap::ensure_guard_node::hfb7974393009b883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52 [INFO] [stdout] 18: 0x55fe29a95cee - linked_hash_map::VacantEntry::insert::hd85cbcfc9f1c80eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1282:9 [INFO] [stdout] 19: 0x55fe29a95c18 - linked_hash_map::Entry::or_insert::h940049d508810d5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:1194:37 [INFO] [stdout] 20: 0x55fe29ad2b69 - toml_edit::table::Table::entry::h00e23cab014d5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/table.rs:157:14 [INFO] [stdout] 21: 0x55fe29ae0dcd - toml_edit::parser::table::::on_std_header::h08b0d3d0a9b94724 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:142:29 [INFO] [stdout] 22: 0x55fe29b5f734 - as combine::parser::Parser>::parse_mode_impl::{{closure}}::hec8c13a5a50ed22f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/table.rs:45:28 [INFO] [stdout] 23: 0x55fe29b17063 - as combine::parser::Parser>::parse_mode_impl::h2fd2696f10cd1aee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:388:36 [INFO] [stdout] 24: 0x55fe29b5f5cf - combine::parser::Parser::parse_mode::hb80f4e0759e6ad5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 25: 0x55fe29b5f5cf - as combine::parser::Parser>::parse_mode_impl::hfaed0017f178155d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 26: 0x55fe29b56cb8 - combine::parser::Parser::parse_mode::h528903a7d1c7bcfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 27: 0x55fe29b56cb8 - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hb34b5ef4152686b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 28: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hbafdaaeba1e1316a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 29: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h6eaaf71873b7ee49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 30: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::he946b872cdcabec8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:580:9 [INFO] [stdout] 31: 0x55fe29ab0679 - combine::parser::Parser::parse_mode::h3aa659dab3f99707 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 32: 0x55fe29ab0679 - as combine::parser::Parser>::parse_mode_impl::hf36fe458b4d427f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/error.rs:121:15 [INFO] [stdout] 33: 0x55fe29b5ff6f - combine::parser::Parser::parse_mode::h871fdc41e2a38f96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 34: 0x55fe29b5ff6f - as combine::parser::Parser>::parse_mode_impl::h59a7c33d8f1515b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:614:17 [INFO] [stdout] 35: 0x55fe29a9cb60 - combine::parser::Parser::parse_mode::hf5957400f8545053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 36: 0x55fe29a9cb60 - <(V,X,Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::hf7d2bc23612ac7d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 37: 0x55fe29aca4f1 - as combine::parser::Parser>::parse_mode_impl::hf129b2c66b72f5a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 38: 0x55fe29aca4f1 - combine::parser::Parser::parse_mode::h0170362d13b40979 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 39: 0x55fe29aca4f1 - combine::parser::sequence::::parse_mode_impl::h1eb3ed4cfdfaafa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:166:38 [INFO] [stdout] 40: 0x55fe29b3f786 - combine::parser::Parser::parse_mode::h28f3408a6a99214d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 41: 0x55fe29b3f786 - as combine::parser::Parser>::parse_mode_impl::h7f089c4733c93825 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:480:9 [INFO] [stdout] 42: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::h0999dea67841f8ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 43: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h14bf31fb7bea44ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 44: 0x55fe29a7ef5e - combine::parser::Parser::parse_mode::hb63a5e21cfe0b256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 45: 0x55fe29a7ef5e - as combine::parser::Parser>::parse_mode_impl::h4075f64237034418 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/repeat.rs:427:43 [INFO] [stdout] 46: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hc2a003a840d2e4b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 47: 0x55fe29a800d8 - as combine::parser::Parser>::parse_mode_impl::he08e03ae8516f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/combinator.rs:679:9 [INFO] [stdout] 48: 0x55fe29a800d8 - combine::parser::Parser::parse_mode::hf57fd3765ad107dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 49: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h4eb4e18741aa3af5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 50: 0x55fe29a800d8 - as combine::parser::Parser>::parse_first::h6b987d4a933d362f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/lib.rs:712:13 [INFO] [stdout] 51: 0x55fe29a835db - combine::parser::Parser::parse_mode_impl::h75ce6c1b3ca89554 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:354:13 [INFO] [stdout] 52: 0x55fe29a835db - combine::parser::Parser::parse_mode::hab0b7211a2e7db7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 53: 0x55fe29a835db - <(Y,Z) as combine::parser::choice::ChoiceParser>::parse_mode_choice::h50a6015ca943f970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:257:21 [INFO] [stdout] 54: 0x55fe29af7d00 - as combine::parser::Parser>::parse_mode_impl::hc51de13dc0304a4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/choice.rs:368:9 [INFO] [stdout] 55: 0x55fe29af7d00 - combine::parser::Parser::parse_mode::he07bf59e1ed1acf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 56: 0x55fe29af7d00 - combine::parser::sequence::::parse_mode_impl::ha6713d96e3896b84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:189:42 [INFO] [stdout] 57: 0x55fe29b40316 - combine::parser::Parser::parse_mode::h1b832f901d73111f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 58: 0x55fe29b40316 - as combine::parser::Parser>::parse_mode_impl::h30375c58fbaf5e69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/sequence.rs:436:9 [INFO] [stdout] 59: 0x55fe29b1e5b8 - combine::parser::Parser::parse_mode::h2a321742fc503d3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:334:13 [INFO] [stdout] 60: 0x55fe29b1e5b8 - as combine::parser::Parser>::parse_first::h02fba47e26bdf035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:58:13 [INFO] [stdout] 61: 0x55fe29b1e5b8 - combine::parser::Parser::parse_stream_consumed::h310ee14b62b0a9d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:225:26 [INFO] [stdout] 62: 0x55fe29b1e99f - combine::parser::Parser::parse_stream::h70562a45e764aa85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:206:9 [INFO] [stdout] 63: 0x55fe29b1e99f - combine::parser::Parser::parse::he0b13f871cb06e96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:174:15 [INFO] [stdout] 64: 0x55fe29b1e43e - combine::parser::Parser::easy_parse::hcd69d9bca36d96e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combine-3.8.1/src/parser/mod.rs:155:9 [INFO] [stdout] 65: 0x55fe29adf941 - toml_edit::parser::document::::parse::hc6480f6da4193c89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/parser/document.rs:84:22 [INFO] [stdout] 66: 0x55fe29a6f54a - ::from_str::he7dd195f43b221dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.5/src/document.rs:56:9 [INFO] [stdout] 67: 0x55fe29946caf - ::from_str::hbb9db13133e10043 [INFO] [stdout] at /opt/rustwide/workdir/src/cargo.rs:34:21 [INFO] [stdout] 68: 0x55fe2998979f - versio::io::read_manifest::h0b748a5872a40245 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:29:8 [INFO] [stdout] 69: 0x55fe29959ca1 - versio::cli::bump::cargo::run_set::h3519c41553d641d1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:68:24 [INFO] [stdout] 70: 0x55fe29960243 - versio::cli::bump::cargo::set::run::h6ee9e3bec91d45bd [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:39:9 [INFO] [stdout] 71: 0x55fe2994ddf4 - versio::cli::bump::cargo::tests::set::stdout_pre::h2dadc3157d9361f9 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:194:17 [INFO] [stdout] 72: 0x55fe2994dbda - versio::cli::bump::cargo::tests::set::stdout_pre::{{closure}}::h91a43fd2b15af636 [INFO] [stdout] at /opt/rustwide/workdir/src/cli/bump/cargo.rs:182:13 [INFO] [stdout] 73: 0x55fe2996e3de - core::ops::function::FnOnce::call_once::hef87889e757c8299 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 74: 0x55fe299fc7e3 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55fe299fc7e3 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 76: 0x55fe299fb270 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 77: 0x55fe299fb270 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 78: 0x55fe299fb270 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 79: 0x55fe299fb270 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 80: 0x55fe299fb270 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 81: 0x55fe299fb270 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 82: 0x55fe299fb270 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 83: 0x55fe299d4832 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 84: 0x55fe299d4832 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 85: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 86: 0x55fe299d8488 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 87: 0x55fe299d8488 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 88: 0x55fe299d8488 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 89: 0x55fe299d8488 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 90: 0x55fe299d8488 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 91: 0x55fe299d8488 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 92: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 93: 0x55fe29bc0ac7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 94: 0x55fe29bc0ac7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 95: 0x7f531c669609 - start_thread [INFO] [stdout] 96: 0x7f531c43b293 - clone [INFO] [stdout] 97: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] cargo::tests::from_str [INFO] [stdout] cargo::tests::version [INFO] [stdout] cli::bump::cargo::tests::major::round_trip [INFO] [stdout] cli::bump::cargo::tests::major::stdout_round_trip [INFO] [stdout] cli::bump::cargo::tests::minor::round_trip [INFO] [stdout] cli::bump::cargo::tests::minor::stdout_round_trip [INFO] [stdout] cli::bump::cargo::tests::patch::round_trip [INFO] [stdout] cli::bump::cargo::tests::patch::stdout_round_trip [INFO] [stdout] cli::bump::cargo::tests::set::build [INFO] [stdout] cli::bump::cargo::tests::set::major [INFO] [stdout] cli::bump::cargo::tests::set::minor [INFO] [stdout] cli::bump::cargo::tests::set::no_build [INFO] [stdout] cli::bump::cargo::tests::set::no_pre [INFO] [stdout] cli::bump::cargo::tests::set::patch [INFO] [stdout] cli::bump::cargo::tests::set::pre [INFO] [stdout] cli::bump::cargo::tests::set::stdout_build [INFO] [stdout] cli::bump::cargo::tests::set::stdout_major [INFO] [stdout] cli::bump::cargo::tests::set::stdout_minor [INFO] [stdout] cli::bump::cargo::tests::set::stdout_no_build [INFO] [stdout] cli::bump::cargo::tests::set::stdout_no_pre [INFO] [stdout] cli::bump::cargo::tests::set::stdout_patch [INFO] [stdout] cli::bump::cargo::tests::set::stdout_pre [INFO] [stdout] cli::bump::cargo::tests::set::stdout_version [INFO] [stdout] cli::bump::cargo::tests::set::version [INFO] [stdout] [INFO] [stdout] test result: FAILED. 216 passed; 24 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "14d13b5830239e0405e55390f2a46f2025f4d08cc0965f1947f95cb3d4637582", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14d13b5830239e0405e55390f2a46f2025f4d08cc0965f1947f95cb3d4637582", kill_on_drop: false }` [INFO] [stdout] 14d13b5830239e0405e55390f2a46f2025f4d08cc0965f1947f95cb3d4637582