[INFO] cloning repository https://github.com/iqlusioninc/abscissa [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iqlusioninc/abscissa" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiqlusioninc%2Fabscissa", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiqlusioninc%2Fabscissa'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] df52b4daade83c78879a08047396729ca4e2cc84 [INFO] testing iqlusioninc/abscissa against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiqlusioninc%2Fabscissa" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/iqlusioninc/abscissa on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/iqlusioninc/abscissa [INFO] finished tweaking git repo https://github.com/iqlusioninc/abscissa [INFO] tweaked toml for git repo https://github.com/iqlusioninc/abscissa written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/iqlusioninc/abscissa already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fd2168979bf61b6a24f2152e136b3274026c269178611692280d4815600a3997 [INFO] running `Command { std: "docker" "start" "-a" "fd2168979bf61b6a24f2152e136b3274026c269178611692280d4815600a3997", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd2168979bf61b6a24f2152e136b3274026c269178611692280d4815600a3997", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd2168979bf61b6a24f2152e136b3274026c269178611692280d4815600a3997", kill_on_drop: false }` [INFO] [stdout] fd2168979bf61b6a24f2152e136b3274026c269178611692280d4815600a3997 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4afd8f437c3c47ebbef3cb0d7bb2d11320b2d593a21dea395bcfb0f66d6b248 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f4afd8f437c3c47ebbef3cb0d7bb2d11320b2d593a21dea395bcfb0f66d6b248", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling zeroize v1.4.2 [INFO] [stderr] Compiling owo-colors v1.3.0 [INFO] [stderr] Compiling canonical-path v2.0.2 [INFO] [stderr] Compiling fs-err v2.6.0 [INFO] [stderr] Compiling arc-swap v1.4.0 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling backtrace v0.3.62 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling tokio v1.12.0 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling proc-macro2 v1.0.30 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling object v0.27.0 [INFO] [stderr] Compiling os_str_bytes v4.2.0 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling color-eyre v0.5.11 [INFO] [stderr] Compiling darling_core v0.13.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.5 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling darling_macro v0.13.0 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling tracing-subscriber v0.3.1 [INFO] [stderr] Compiling darling v0.13.0 [INFO] [stderr] Compiling abscissa_derive v0.6.0-beta.1 (/opt/rustwide/workdir/derive) [INFO] [stderr] Compiling clap v3.0.0-beta.5 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling secrecy v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling handlebars v4.1.3 [INFO] [stderr] Compiling abscissa_core v0.6.0-beta.1 (/opt/rustwide/workdir/core) [INFO] [stderr] Compiling abscissa_tokio v0.6.0-beta.1 (/opt/rustwide/workdir/tokio) [INFO] [stderr] Compiling abscissa v0.6.0-beta.1 (/opt/rustwide/workdir/cli) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 42s [INFO] running `Command { std: "docker" "inspect" "f4afd8f437c3c47ebbef3cb0d7bb2d11320b2d593a21dea395bcfb0f66d6b248", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4afd8f437c3c47ebbef3cb0d7bb2d11320b2d593a21dea395bcfb0f66d6b248", kill_on_drop: false }` [INFO] [stdout] f4afd8f437c3c47ebbef3cb0d7bb2d11320b2d593a21dea395bcfb0f66d6b248 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] aff9977b9e801c7d57e7b7e5bb27b1559919892082a6c187bb1cae904a452862 [INFO] running `Command { std: "docker" "start" "-a" "aff9977b9e801c7d57e7b7e5bb27b1559919892082a6c187bb1cae904a452862", kill_on_drop: false }` [INFO] [stderr] Compiling abscissa_derive v0.6.0-beta.1 (/opt/rustwide/workdir/derive) [INFO] [stderr] Compiling abscissa_core v0.6.0-beta.1 (/opt/rustwide/workdir/core) [INFO] [stderr] Compiling abscissa v0.6.0-beta.1 (/opt/rustwide/workdir/cli) [INFO] [stderr] Compiling abscissa_tokio v0.6.0-beta.1 (/opt/rustwide/workdir/tokio) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.53s [INFO] running `Command { std: "docker" "inspect" "aff9977b9e801c7d57e7b7e5bb27b1559919892082a6c187bb1cae904a452862", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aff9977b9e801c7d57e7b7e5bb27b1559919892082a6c187bb1cae904a452862", kill_on_drop: false }` [INFO] [stdout] aff9977b9e801c7d57e7b7e5bb27b1559919892082a6c187bb1cae904a452862 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e13eb501ea613c3547ed44559340adc6f0179ef890d63e24043ba988b5e977f2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e13eb501ea613c3547ed44559340adc6f0179ef890d63e24043ba988b5e977f2", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/abscissa-e2d0bfdce28b592e) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/abscissa-8005b4f85ca58b46) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/generate_app.rs (/opt/rustwide/target/debug/deps/generate_app-3aab1ad4bfa4337c) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] + run: cargo run -- new /tmp/abscissa_gen_test_app --force --patch-crates-io abscissa_core = { path = '/opt/rustwide/workdir/core' } [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running `/opt/rustwide/target/debug/abscissa new /tmp/abscissa_gen_test_app --force --patch-crates-io 'abscissa_core = { path = '\''/opt/rustwide/workdir/core'\'' }'` [INFO] [stdout] Created `/tmp/abscissa_gen_test_app` (application directory) [INFO] [stdout] Created new file: .gitignore [INFO] [stdout] Created new file: Cargo.toml [INFO] [stdout] Created new file: README.md [INFO] [stdout] Created new file: src/application.rs [INFO] [stdout] Created new file: src/bin/abscissa_gen_test_app/main.rs [INFO] [stdout] Created new file: src/commands.rs [INFO] [stdout] Created new file: src/commands/start.rs [INFO] [stdout] Created new file: src/config.rs [INFO] [stdout] Created new file: src/error.rs [INFO] [stdout] Created new file: src/lib.rs [INFO] [stdout] Created new file: src/prelude.rs [INFO] [stdout] Created new file: tests/acceptance.rs [INFO] [stdout] Running git init /tmp/abscissa_gen_test_app [INFO] [stderr] error: unknown switch `b' [INFO] [stderr] usage: git init [-q | --quiet] [--bare] [--template=] [--shared[=]] [] [INFO] [stderr] [INFO] [stderr] --template [INFO] [stderr] directory from which templates will be used [INFO] [stderr] --bare create a bare repository [INFO] [stderr] --shared[=] [INFO] [stderr] specify that the git repository is to be shared amongst several users [INFO] [stderr] -q, --quiet be quiet [INFO] [stderr] --separate-git-dir [INFO] [stderr] separate git dir from working tree [INFO] [stderr] [INFO] [stdout] warning: `git init` exited with error code: 129 [INFO] [stdout] Running cargo generate-lockfile [INFO] [stdout] Finished `abscissa_gen_test_app` generated in 0.15s [INFO] [stdout] + run: cargo run -- gen cmd --manifest-path /tmp/abscissa_gen_test_app/Cargo.toml foo-bar-baz [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running `/opt/rustwide/target/debug/abscissa gen cmd --manifest-path /tmp/abscissa_gen_test_app/Cargo.toml foo-bar-baz` [INFO] [stdout] Generated /tmp/abscissa_gen_test_app/src/commands/foo_bar_baz.rs [INFO] [stdout] Notice add `pub mod foo_bar_baz` to your app's commands.rs [INFO] [stdout] + run: cargo fmt -- --check [INFO] [stderr] error: 'cargo-fmt' is not installed for the toolchain 'a77da2d454e6caa227a85b16410b95f93495e7e0' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stdout] test test_generated_app ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_generated_app stdout ---- [INFO] [stdout] thread 'test_generated_app' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`: process exited with error status: 1', core/src/testing/process/exit_status.rs:37:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c8d82f334c - std::backtrace_rs::backtrace::libunwind::trace::h7630ba4cba718aa0 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55c8d82f334c - std::backtrace_rs::backtrace::trace_unsynchronized::he7498e79c157f5ac [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c8d82f334c - std::sys_common::backtrace::_print_fmt::hdaebadaee17bca49 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c8d82f334c - ::fmt::h82b0e3aaf8a96140 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c8d83174ac - core::fmt::write::h72801a82c94e6ff1 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/fmt/mod.rs:1149:17 [INFO] [stdout] 5: 0x55c8d82eeea5 - std::io::Write::write_fmt::h21d7683cabdb4c35 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/io/mod.rs:1697:15 [INFO] [stdout] 6: 0x55c8d82f4da0 - std::sys_common::backtrace::_print::h1c9a1d19c48821c1 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c8d82f4da0 - std::sys_common::backtrace::print::h7ce8802039fa9d0e [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c8d82f4da0 - std::panicking::default_hook::{{closure}}::hb2a74a8c1499c326 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55c8d82f4986 - std::panicking::default_hook::hf4f180b00076f2b2 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55c8d82f5454 - std::panicking::rust_panic_with_hook::he85ce8435493b711 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55c8d82f4f30 - std::panicking::begin_panic_handler::{{closure}}::h31e15f69e6235bd2 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55c8d82f3804 - std::sys_common::backtrace::__rust_end_short_backtrace::hfce2fadb61aaa3ae [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55c8d82f4e99 - rust_begin_unwind [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55c8d8248931 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/panicking.rs:107:14 [INFO] [stdout] 15: 0x55c8d831613e - core::panicking::assert_failed_inner::hc71171cfb6f4bc69 [INFO] [stdout] 16: 0x55c8d82cabca - core::panicking::assert_failed::haac18b2a8bfbc605 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/panicking.rs:145:5 [INFO] [stdout] 17: 0x55c8d828baee - abscissa_core::testing::process::exit_status::ExitStatus::expect_success::he62f14f85af07435 [INFO] [stdout] at /opt/rustwide/workdir/core/src/testing/process/exit_status.rs:37:9 [INFO] [stdout] 18: 0x55c8d824c14f - generate_app::test_generated_app::hf344d34bd93370f5 [INFO] [stdout] at /opt/rustwide/workdir/cli/tests/generate_app.rs:43:9 [INFO] [stdout] 19: 0x55c8d824be5a - generate_app::test_generated_app::{{closure}}::h74520d491fde4c9f [INFO] [stdout] at /opt/rustwide/workdir/cli/tests/generate_app.rs:30:1 [INFO] [stdout] 20: 0x55c8d8249f0e - core::ops::function::FnOnce::call_once::h76e9cada72d000a5 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55c8d8282ce3 - core::ops::function::FnOnce::call_once::h449577f1c5b077cb [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55c8d8282ce3 - test::__rust_begin_short_backtrace::h8c2a0a5090591869 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/test/src/lib.rs:585:5 [INFO] [stdout] 23: 0x55c8d8281877 - as core::ops::function::FnOnce>::call_once::hea00a22128a38543 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 24: 0x55c8d8281877 - as core::ops::function::FnOnce<()>>::call_once::he10b35c3c50d78a0 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55c8d8281877 - std::panicking::try::do_call::hc868e78bbc5af2ab [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55c8d8281877 - std::panicking::try::he468aede74df1b04 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55c8d8281877 - std::panic::catch_unwind::hce3c9152e1cf772d [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55c8d8281877 - test::run_test_in_process::h9c4ab8162080cf8c [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/test/src/lib.rs:608:18 [INFO] [stdout] 29: 0x55c8d8281877 - test::run_test::run_test_inner::{{closure}}::he9483433cef16afe [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/test/src/lib.rs:500:39 [INFO] [stdout] 30: 0x55c8d824ebbe - test::run_test::run_test_inner::{{closure}}::h479f1f872a5501ea [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/test/src/lib.rs:527:37 [INFO] [stdout] 31: 0x55c8d824ebbe - std::sys_common::backtrace::__rust_begin_short_backtrace::h0f1e9b1f279687bc [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55c8d82539e8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he5560613c5f5cb83 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/thread/mod.rs:484:17 [INFO] [stdout] 33: 0x55c8d82539e8 - as core::ops::function::FnOnce<()>>::call_once::h8190a68cb05ab92f [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55c8d82539e8 - std::panicking::try::do_call::h6ae22f5ac22596e4 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55c8d82539e8 - std::panicking::try::h2381c25487d6a7c2 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55c8d82539e8 - std::panic::catch_unwind::hfe902f4d5c9d7b6d [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55c8d82539e8 - std::thread::Builder::spawn_unchecked::{{closure}}::h547fad40771a584e [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/thread/mod.rs:483:30 [INFO] [stdout] 38: 0x55c8d82539e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he8602a9971738410 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55c8d82fb2b3 - as core::ops::function::FnOnce>::call_once::he162a5c338a10a39 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 40: 0x55c8d82fb2b3 - as core::ops::function::FnOnce>::call_once::hb27497b21740dd97 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 41: 0x55c8d82fb2b3 - std::sys::unix::thread::Thread::new::thread_start::he467e990e49c5136 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 42: 0x7f080d30c609 - start_thread [INFO] [stdout] 43: 0x7f080d0de293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_generated_app [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.72s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '-p abscissa --test generate_app' [INFO] running `Command { std: "docker" "inspect" "e13eb501ea613c3547ed44559340adc6f0179ef890d63e24043ba988b5e977f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e13eb501ea613c3547ed44559340adc6f0179ef890d63e24043ba988b5e977f2", kill_on_drop: false }` [INFO] [stdout] e13eb501ea613c3547ed44559340adc6f0179ef890d63e24043ba988b5e977f2