[INFO] fetching crate seacan 0.1.0... [INFO] testing seacan-0.1.0 against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] extracting crate seacan 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate seacan 0.1.0 on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate seacan 0.1.0 [INFO] finished tweaking crates.io crate seacan 0.1.0 [INFO] tweaked toml for crates.io crate seacan 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded displaydoc v0.2.3 [INFO] [stderr] Downloaded camino v1.0.5 [INFO] [stderr] Downloaded tracing-error v0.1.2 [INFO] [stderr] Downloaded cargo_metadata v0.13.1 [INFO] [stderr] Downloaded color-spantrace v0.1.6 [INFO] [stderr] Downloaded eyre v0.6.5 [INFO] [stderr] Downloaded owo-colors v1.3.0 [INFO] [stderr] Downloaded indenter v0.3.3 [INFO] [stderr] Downloaded color-eyre v0.5.11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fe24f24d7927e8584fd19321add19692e976443f1cb2a3c60aac2cae68d5ef7d [INFO] running `Command { std: "docker" "start" "-a" "fe24f24d7927e8584fd19321add19692e976443f1cb2a3c60aac2cae68d5ef7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe24f24d7927e8584fd19321add19692e976443f1cb2a3c60aac2cae68d5ef7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe24f24d7927e8584fd19321add19692e976443f1cb2a3c60aac2cae68d5ef7d", kill_on_drop: false }` [INFO] [stdout] fe24f24d7927e8584fd19321add19692e976443f1cb2a3c60aac2cae68d5ef7d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6437a401d21040b402f6c09d3b9eb9831c26bdb5701df3575a9a28c740dadf24 [INFO] running `Command { std: "docker" "start" "-a" "6437a401d21040b402f6c09d3b9eb9831c26bdb5701df3575a9a28c740dadf24", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling camino v1.0.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling displaydoc v0.2.3 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling cargo-platform v0.1.1 [INFO] [stderr] Compiling cargo_metadata v0.13.1 [INFO] [stderr] Compiling seacan v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.90s [INFO] running `Command { std: "docker" "inspect" "6437a401d21040b402f6c09d3b9eb9831c26bdb5701df3575a9a28c740dadf24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6437a401d21040b402f6c09d3b9eb9831c26bdb5701df3575a9a28c740dadf24", kill_on_drop: false }` [INFO] [stdout] 6437a401d21040b402f6c09d3b9eb9831c26bdb5701df3575a9a28c740dadf24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1c62943be4870e7d4500ba62ab71f426b14b83bc1d14b71bb20a01d43e7ea73a [INFO] running `Command { std: "docker" "start" "-a" "1c62943be4870e7d4500ba62ab71f426b14b83bc1d14b71bb20a01d43e7ea73a", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling gimli v0.25.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling owo-colors v1.3.0 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling rustc-demangle v0.1.20 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling sharded-slab v0.1.3 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling object v0.26.0 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling pretty_assertions v0.7.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling addr2line v0.16.0 [INFO] [stderr] Compiling tracing-subscriber v0.2.19 [INFO] [stderr] Compiling tracing-error v0.1.2 [INFO] [stderr] Compiling color-spantrace v0.1.6 [INFO] [stderr] Compiling color-eyre v0.5.11 [INFO] [stderr] Compiling seacan v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.95s [INFO] running `Command { std: "docker" "inspect" "1c62943be4870e7d4500ba62ab71f426b14b83bc1d14b71bb20a01d43e7ea73a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c62943be4870e7d4500ba62ab71f426b14b83bc1d14b71bb20a01d43e7ea73a", kill_on_drop: false }` [INFO] [stdout] 1c62943be4870e7d4500ba62ab71f426b14b83bc1d14b71bb20a01d43e7ea73a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a6ff8411f51596be0a1a5db806cfb65e98ec570ce282f64481f3a63952544014 [INFO] running `Command { std: "docker" "start" "-a" "a6ff8411f51596be0a1a5db806cfb65e98ec570ce282f64481f3a63952544014", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/seacan-e7b4b8562d8cb1c8) [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test bin::tests::test_cargo_error ... ok [INFO] [stdout] test bin::tests::test_features ... FAILED [INFO] [stdout] test bin::tests::test_ws_member_main ... FAILED [INFO] [stdout] test test::tests::test_exact_name ... FAILED [INFO] [stdout] test bin::tests::test_example_nonexistent_package ... FAILED [INFO] [stdout] test test::tests::test_enabled_feature ... FAILED [INFO] [stdout] test test::tests::test_partial_name ... FAILED [INFO] [stdout] test test::tests::test_integration ... FAILED [INFO] [stdout] test bin::tests::test_example_nonexistent ... FAILED [INFO] [stdout] test test::tests::test_no_default_features ... FAILED [INFO] [stdout] test bin::tests::test_bin_nonexistent ... FAILED [INFO] [stdout] test bin::tests::test_bin_nonexistent_package ... FAILED [INFO] [stdout] test test::tests::test_lib ... FAILED [INFO] [stdout] test test::tests::test_any_name ... FAILED [INFO] [stdout] test bin::tests::test_no_default_features ... FAILED [INFO] [stdout] test bin::tests::test_bin_main ... FAILED [INFO] [stdout] test bin::tests::test_release_true ... FAILED [INFO] [stdout] test bin::tests::test_example ... FAILED [INFO] [stdout] test test::tests::test_release_default ... FAILED [INFO] [stdout] test test::tests::test_bin_2 ... FAILED [INFO] [stdout] test bin::tests::test_release_false ... FAILED [INFO] [stdout] test test::tests::test_release_true ... FAILED [INFO] [stdout] test test::tests::test_artifact_run_args ... FAILED [INFO] [stdout] test test::tests::test_ws_member ... FAILED [INFO] [stdout] test bin::tests::test_release_default ... FAILED [INFO] [stdout] test test::tests::test_unspecified ... FAILED [INFO] [stdout] test test::tests::test_release_false ... FAILED [INFO] [stdout] test test::tests::test_in_example ... FAILED [INFO] [stdout] test test::tests::test_multiple_artifacts ... FAILED [INFO] [stdout] test test::tests::test_module ... FAILED [INFO] [stdout] test test::tests::test_disabled_feature ... FAILED [INFO] [stdout] test test::tests::test_main ... FAILED [INFO] [stdout] test bin::tests::test_bin_2 ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- bin::tests::test_features stdout ---- [INFO] [stdout] Aug 03 20:51:05.455 ERRORseacan::bin: error: Failed to run cargo [INFO] [stdout] at src/bin.rs:123 [INFO] [stdout]  in seacan::bin::compile with self: Compiler { workspace: Some("samples/hello_world"), package: Any, name: "hello_world", is_example: false, target_dir: None, features: Some(FeatureSpec(Subset { include_default: true, features: ["non_default_feature"] })), is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to run cargo [INFO] [stdout] 1: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::ha4b782a2c24532ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::bin::tests::test_features::h227167cd8478954b [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:202 [INFO] [stdout] 200 │ #[test] [INFO] [stdout] 201 │ fn test_features() -> Result { [INFO] [stdout]  202 >  let artifact = Compiler::bin("hello_world") [INFO] [stdout] 203 │ .workspace("samples/hello_world") [INFO] [stdout] 204 │ .features(FeatureSpec::new(vec!["non_default_feature".into()])) [INFO] [stdout] 8: seacan::bin::tests::test_features::{{closure}}::he38c6b8326bfaacf [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:201 [INFO] [stdout] 199 │ [INFO] [stdout] 200 │ #[test] [INFO] [stdout]  201 >  fn test_features() -> Result { [INFO] [stdout] 202 │ let artifact = Compiler::bin("hello_world") [INFO] [stdout] 203 │ .workspace("samples/hello_world") [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::hb836bb349f38de0f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::bin::tests::test_features::{{closure}}::he38c6b8326bfaacf [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:201 [INFO] [stdout] 199 │ [INFO] [stdout] 200 │ #[test] [INFO] [stdout]  201 >  fn test_features() -> Result { [INFO] [stdout] 202 │ let artifact = Compiler::bin("hello_world") [INFO] [stdout] 203 │ .workspace("samples/hello_world") [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::hb836bb349f38de0f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- bin::tests::test_ws_member_main stdout ---- [INFO] [stdout] Aug 03 20:51:05.494 ERRORseacan::bin: error: Failed to run cargo [INFO] [stdout] at src/bin.rs:123 [INFO] [stdout]  in seacan::bin::compile with self: Compiler { workspace: Some("samples/hello_world"), package: Name("ws_member"), name: "ws_member", is_example: false, target_dir: None, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to run cargo [INFO] [stdout] 1: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::ha4b782a2c24532ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::bin::tests::test_ws_member_main::hadceb67aa8d1302d [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:341 [INFO] [stdout] 339 │ init(); [INFO] [stdout] 340 │ init(); [INFO] [stdout]  341 >  let artifact = Compiler::bin("ws_member") [INFO] [stdout] 342 │ .package(PackageSpec::name("ws_member")) [INFO] [stdout] 343 │ .workspace("samples/hello_world") [INFO] [stdout] 8: seacan::bin::tests::test_ws_member_main::{{closure}}::hb4b2a1c0f076065f [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:338 [INFO] [stdout] 336 │ [INFO] [stdout] 337 │ #[test] [INFO] [stdout]  338 >  fn test_ws_member_main() -> Result { [INFO] [stdout] 339 │ init(); [INFO] [stdout] 340 │ init(); [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h65282330ae69fc30 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::bin::tests::test_ws_member_main::{{closure}}::hb4b2a1c0f076065f [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:338 [INFO] [stdout] 336 │ [INFO] [stdout] 337 │ #[test] [INFO] [stdout]  338 >  fn test_ws_member_main() -> Result { [INFO] [stdout] 339 │ init(); [INFO] [stdout] 340 │ init(); [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h65282330ae69fc30 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_exact_name stdout ---- [INFO] [stdout] Aug 03 20:51:05.495 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_lib_1"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_lib_1"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.506 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_lib_1"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_exact_name::ha90de54c0c059fce [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:670 [INFO] [stdout] 668 │ init(); [INFO] [stdout] 669 │ [INFO] [stdout]  670 >  let mut artifacts = Compiler::new(NameSpec::substring("test_in_lib_1"), TypeSpec::Lib) [INFO] [stdout] 671 │ .workspace("samples/hello_world") [INFO] [stdout] 672 │ .compile()?; [INFO] [stdout] 8: seacan::test::tests::test_exact_name::{{closure}}::ha60a565e7aa36c80 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:667 [INFO] [stdout] 665 │ [INFO] [stdout] 666 │ #[test] [INFO] [stdout]  667 >  fn test_exact_name() -> Result { [INFO] [stdout] 668 │ init(); [INFO] [stdout] 669 │ [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::hbb76f8f11fd9c1ef [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_exact_name::{{closure}}::ha60a565e7aa36c80 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:667 [INFO] [stdout] 665 │ [INFO] [stdout] 666 │ #[test] [INFO] [stdout]  667 >  fn test_exact_name() -> Result { [INFO] [stdout] 668 │ init(); [INFO] [stdout] 669 │ [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::hbb76f8f11fd9c1ef [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- bin::tests::test_example_nonexistent_package stdout ---- [INFO] [stdout] Aug 03 20:51:05.434 ERRORseacan::bin: error: Failed to run cargo [INFO] [stdout] at src/bin.rs:123 [INFO] [stdout]  in seacan::bin::compile with self: Compiler { workspace: Some("samples/hello_world"), package: Name("nonexistent_package"), name: "example_1", is_example: true, target_dir: None, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: matches!(result, Err(BuildError :: PackageNotFound(_))) [INFO] [stdout] Location: src/bin.rs:334 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50 [INFO] [stdout] 9: seacan::bin::tests::test_example_nonexistent_package::h9a86f4ebea8a1755 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:334 [INFO] [stdout] 332 │ .package(PackageSpec::name("nonexistent_package")) [INFO] [stdout] 333 │ .compile(); [INFO] [stdout]  334 >  assert!(matches!(result, Err(BuildError::PackageNotFound(_)))); [INFO] [stdout] 335 │ } [INFO] [stdout] 336 │ [INFO] [stdout] 10: seacan::bin::tests::test_example_nonexistent_package::{{closure}}::h6f730b39c33a783a [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:328 [INFO] [stdout] 326 │ [INFO] [stdout] 327 │ #[test] [INFO] [stdout]  328 >  fn test_example_nonexistent_package() { [INFO] [stdout] 329 │ init(); [INFO] [stdout] 330 │ let result = Compiler::example("example_1") [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hee3f65f3acf7dda0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 14:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 15:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 16: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 17: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 18: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 19: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_enabled_feature stdout ---- [INFO] [stdout] Aug 03 20:51:05.434 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Exact("test_non_default_feature"), test_type: Lib, features: Some(FeatureSpec(Subset { include_default: true, features: ["non_default_feature"] })), is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Exact("test_non_default_feature"), test_type: Lib, features: Some(FeatureSpec(Subset { include_default: true, features: ["non_default_feature"] })), is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.434 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Exact("test_non_default_feature"), test_type: Lib, features: Some(FeatureSpec(Subset { include_default: true, features: ["non_default_feature"] })), is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_enabled_feature::h5b59d14910133fa8 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:440 [INFO] [stdout] 438 │ init(); [INFO] [stdout] 439 │ let mut artifacts = [INFO] [stdout]  440 >  Compiler::new(NameSpec::exact("test_non_default_feature"), TypeSpec::Lib) [INFO] [stdout] 441 │ .features(FeatureSpec::new(vec!["non_default_feature".into()])) [INFO] [stdout] 442 │ .workspace("samples/hello_world") [INFO] [stdout] 8: seacan::test::tests::test_enabled_feature::{{closure}}::hf4ba8f9ba80bd4c7 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:437 [INFO] [stdout] 435 │ [INFO] [stdout] 436 │ #[test] [INFO] [stdout]  437 >  fn test_enabled_feature() -> Result { [INFO] [stdout] 438 │ init(); [INFO] [stdout] 439 │ let mut artifacts = [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h311226b400ae80d8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_enabled_feature::{{closure}}::hf4ba8f9ba80bd4c7 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:437 [INFO] [stdout] 435 │ [INFO] [stdout] 436 │ #[test] [INFO] [stdout]  437 >  fn test_enabled_feature() -> Result { [INFO] [stdout] 438 │ init(); [INFO] [stdout] 439 │ let mut artifacts = [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h311226b400ae80d8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_partial_name stdout ---- [INFO] [stdout] Aug 03 20:51:05.539 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("in_lib_1"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("in_lib_1"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.539 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("in_lib_1"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_partial_name::he847e2207fbd502f [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:652 [INFO] [stdout] 650 │ init(); [INFO] [stdout] 651 │ [INFO] [stdout]  652 >  let mut artifacts = Compiler::new(NameSpec::substring("in_lib_1"), TypeSpec::Lib) [INFO] [stdout] 653 │ .workspace("samples/hello_world") [INFO] [stdout] 654 │ .compile()?; [INFO] [stdout] 8: seacan::test::tests::test_partial_name::{{closure}}::ha7e3de4e2d5a31cf [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:649 [INFO] [stdout] 647 │ [INFO] [stdout] 648 │ #[test] [INFO] [stdout]  649 >  fn test_partial_name() -> Result { [INFO] [stdout] 650 │ init(); [INFO] [stdout] 651 │ [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h80d9dc7cb2620117 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_partial_name::{{closure}}::ha7e3de4e2d5a31cf [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:649 [INFO] [stdout] 647 │ [INFO] [stdout] 648 │ #[test] [INFO] [stdout]  649 >  fn test_partial_name() -> Result { [INFO] [stdout] 650 │ init(); [INFO] [stdout] 651 │ [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h80d9dc7cb2620117 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_integration stdout ---- [INFO] [stdout] Aug 03 20:51:05.456 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("integration_tests_1_test"), test_type: Integration("integration_tests_1"), features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("integration_tests_1_test"), test_type: Integration("integration_tests_1"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.456 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("integration_tests_1_test"), test_type: Integration("integration_tests_1"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_integration::hc97e44c8ab1a046c [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:631 [INFO] [stdout] 629 │ init(); [INFO] [stdout] 630 │ [INFO] [stdout]  631 >  let mut artifacts = Compiler::new( [INFO] [stdout] 632 │ NameSpec::substring("integration_tests_1_test"), [INFO] [stdout] 633 │ TypeSpec::integration("integration_tests_1"), [INFO] [stdout] 8: seacan::test::tests::test_integration::{{closure}}::h6dc9d2f3c841d2f1 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:628 [INFO] [stdout] 626 │ [INFO] [stdout] 627 │ #[test] [INFO] [stdout]  628 >  fn test_integration() -> Result { [INFO] [stdout] 629 │ init(); [INFO] [stdout] 630 │ [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h9ec94eb1f0078f41 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_integration::{{closure}}::h6dc9d2f3c841d2f1 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:628 [INFO] [stdout] 626 │ [INFO] [stdout] 627 │ #[test] [INFO] [stdout]  628 >  fn test_integration() -> Result { [INFO] [stdout] 629 │ init(); [INFO] [stdout] 630 │ [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h9ec94eb1f0078f41 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- bin::tests::test_example_nonexistent stdout ---- [INFO] [stdout] Aug 03 20:51:05.542 ERRORseacan::bin: error: Failed to run cargo [INFO] [stdout] at src/bin.rs:123 [INFO] [stdout]  in seacan::bin::compile with self: Compiler { workspace: Some("samples/hello_world"), package: Any, name: "example_does_not_exist", is_example: true, target_dir: None, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: matches!(result, Err(BuildError :: NotFound(_))) [INFO] [stdout] Location: src/bin.rs:324 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50 [INFO] [stdout] 9: seacan::bin::tests::test_example_nonexistent::h468bfb9e7ea840d4 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:324 [INFO] [stdout] 322 │ .workspace("samples/hello_world") [INFO] [stdout] 323 │ .compile(); [INFO] [stdout]  324 >  assert!(matches!(result, Err(BuildError::NotFound(_)))); [INFO] [stdout] 325 │ } [INFO] [stdout] 326 │ [INFO] [stdout] 10: seacan::bin::tests::test_example_nonexistent::{{closure}}::h4fe2e989732f673f [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:319 [INFO] [stdout] 317 │ [INFO] [stdout] 318 │ #[test] [INFO] [stdout]  319 >  fn test_example_nonexistent() { [INFO] [stdout] 320 │ init(); [INFO] [stdout] 321 │ let result = Compiler::example("example_does_not_exist") [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::h377014f410bb1c83 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 14:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 15:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 16: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 17: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 18: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 19: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_no_default_features stdout ---- [INFO] [stdout] Aug 03 20:51:05.523 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Exact("test_default_feature"), test_type: Lib, features: Some(FeatureSpec(Subset { include_default: false, features: [] })), is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Exact("test_default_feature"), test_type: Lib, features: Some(FeatureSpec(Subset { include_default: false, features: [] })), is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.525 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Exact("test_default_feature"), test_type: Lib, features: Some(FeatureSpec(Subset { include_default: false, features: [] })), is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_no_default_features::h0b11797405f3c405 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:453 [INFO] [stdout] 451 │ fn test_no_default_features() -> Result { [INFO] [stdout] 452 │ init(); [INFO] [stdout]  453 >  let mut artifacts = Compiler::new(NameSpec::exact("test_default_feature"), TypeSpec::Lib) [INFO] [stdout] 454 │ .workspace("samples/hello_world") [INFO] [stdout] 455 │ .features(FeatureSpec::none()) [INFO] [stdout] 8: seacan::test::tests::test_no_default_features::{{closure}}::hf30049b3da1c7fd7 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:451 [INFO] [stdout] 449 │ [INFO] [stdout] 450 │ #[test] [INFO] [stdout]  451 >  fn test_no_default_features() -> Result { [INFO] [stdout] 452 │ init(); [INFO] [stdout] 453 │ let mut artifacts = Compiler::new(NameSpec::exact("test_default_feature"), TypeSpec::Lib) [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h7d56c3a1b13a0550 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_no_default_features::{{closure}}::hf30049b3da1c7fd7 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:451 [INFO] [stdout] 449 │ [INFO] [stdout] 450 │ #[test] [INFO] [stdout]  451 >  fn test_no_default_features() -> Result { [INFO] [stdout] 452 │ init(); [INFO] [stdout] 453 │ let mut artifacts = Compiler::new(NameSpec::exact("test_default_feature"), TypeSpec::Lib) [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h7d56c3a1b13a0550 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- bin::tests::test_bin_nonexistent stdout ---- [INFO] [stdout] Aug 03 20:51:05.455 ERRORseacan::bin: error: Failed to run cargo [INFO] [stdout] at src/bin.rs:123 [INFO] [stdout]  in seacan::bin::compile with self: Compiler { workspace: Some("samples/hello_world"), package: Any, name: "bin_that_doesnt_exist", is_example: false, target_dir: None, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: matches!(result, Err(BuildError :: NotFound(_))) [INFO] [stdout] Location: src/bin.rs:294 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50 [INFO] [stdout] 9: seacan::bin::tests::test_bin_nonexistent::h533c4f2cd31a9454 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:294 [INFO] [stdout] 292 │ .workspace("samples/hello_world") [INFO] [stdout] 293 │ .compile(); [INFO] [stdout]  294 >  assert!(matches!(result, Err(BuildError::NotFound(_)))); [INFO] [stdout] 295 │ } [INFO] [stdout] 296 │ [INFO] [stdout] 10: seacan::bin::tests::test_bin_nonexistent::{{closure}}::h07eafeced8a44062 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:290 [INFO] [stdout] 288 │ [INFO] [stdout] 289 │ #[test] [INFO] [stdout]  290 >  fn test_bin_nonexistent() { [INFO] [stdout] 291 │ let result = Compiler::bin("bin_that_doesnt_exist") [INFO] [stdout] 292 │ .workspace("samples/hello_world") [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::h1af3310648fdafee [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 14:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 15:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 16: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 17: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 18: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 19: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- bin::tests::test_bin_nonexistent_package stdout ---- [INFO] [stdout] Aug 03 20:51:05.539 ERRORseacan::bin: error: Failed to run cargo [INFO] [stdout] at src/bin.rs:123 [INFO] [stdout]  in seacan::bin::compile with self: Compiler { workspace: Some("samples/hello_world"), package: Name("package_that_doesnt_exist"), name: "bin_that_doesnt_exist", is_example: false, target_dir: None, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: matches!(result, Err(BuildError :: PackageNotFound(_))) [INFO] [stdout] Location: src/bin.rs:304 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50 [INFO] [stdout] 9: seacan::bin::tests::test_bin_nonexistent_package::h8929e2762f567d73 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:304 [INFO] [stdout] 302 │ .workspace("samples/hello_world") [INFO] [stdout] 303 │ .compile(); [INFO] [stdout]  304 >  assert!(matches!(result, Err(BuildError::PackageNotFound(_)))); [INFO] [stdout] 305 │ } [INFO] [stdout] 306 │ [INFO] [stdout] 10: seacan::bin::tests::test_bin_nonexistent_package::{{closure}}::h88af78924cd7032f [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:298 [INFO] [stdout] 296 │ [INFO] [stdout] 297 │ #[test] [INFO] [stdout]  298 >  fn test_bin_nonexistent_package() { [INFO] [stdout] 299 │ init(); [INFO] [stdout] 300 │ let result = Compiler::bin("bin_that_doesnt_exist") [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::heb5032093b01ea7e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 14:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 15:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 16: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 17: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 18: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 19: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_lib stdout ---- [INFO] [stdout] Aug 03 20:51:05.456 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_lib_2"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_lib_2"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.456 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_lib_2"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_lib::h2716718e2bec9708 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:595 [INFO] [stdout] 593 │ init(); [INFO] [stdout] 594 │ [INFO] [stdout]  595 >  let mut artifacts = Compiler::new(NameSpec::substring("test_in_lib_2"), TypeSpec::Lib) [INFO] [stdout] 596 │ .workspace("samples/hello_world") [INFO] [stdout] 597 │ .compile()?; [INFO] [stdout] 8: seacan::test::tests::test_lib::{{closure}}::h08cf84194f7ac41b [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:592 [INFO] [stdout] 590 │ [INFO] [stdout] 591 │ #[test] [INFO] [stdout]  592 >  fn test_lib() -> Result { [INFO] [stdout] 593 │ init(); [INFO] [stdout] 594 │ [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h23c06b199bb61d8c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_lib::{{closure}}::h08cf84194f7ac41b [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:592 [INFO] [stdout] 590 │ [INFO] [stdout] 591 │ #[test] [INFO] [stdout]  592 >  fn test_lib() -> Result { [INFO] [stdout] 593 │ init(); [INFO] [stdout] 594 │ [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h23c06b199bb61d8c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_any_name stdout ---- [INFO] [stdout] Aug 03 20:51:05.490 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Lib, features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Lib, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.507 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Lib, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_any_name::hb85a2902b57266af [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:688 [INFO] [stdout] 686 │ init(); [INFO] [stdout] 687 │ [INFO] [stdout]  688 >  let mut artifacts = Compiler::new(NameSpec::Any, TypeSpec::Lib) [INFO] [stdout] 689 │ .workspace("samples/hello_world") [INFO] [stdout] 690 │ .compile()?; [INFO] [stdout] 8: seacan::test::tests::test_any_name::{{closure}}::h17ffa7ecbb95e4fe [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:685 [INFO] [stdout] 683 │ [INFO] [stdout] 684 │ #[test] [INFO] [stdout]  685 >  fn test_any_name() -> Result { [INFO] [stdout] 686 │ init(); [INFO] [stdout] 687 │ [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h25b2530befa7873c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_any_name::{{closure}}::h17ffa7ecbb95e4fe [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:685 [INFO] [stdout] 683 │ [INFO] [stdout] 684 │ #[test] [INFO] [stdout]  685 >  fn test_any_name() -> Result { [INFO] [stdout] 686 │ init(); [INFO] [stdout] 687 │ [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h25b2530befa7873c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- bin::tests::test_no_default_features stdout ---- [INFO] [stdout] Aug 03 20:51:05.482 ERRORseacan::bin: error: Failed to run cargo [INFO] [stdout] at src/bin.rs:123 [INFO] [stdout]  in seacan::bin::compile with self: Compiler { workspace: Some("samples/hello_world"), package: Any, name: "hello_world", is_example: false, target_dir: None, features: Some(FeatureSpec(Subset { include_default: false, features: [] })), is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to run cargo [INFO] [stdout] 1: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::ha4b782a2c24532ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::bin::tests::test_no_default_features::h6299e3a0ab13f4f0 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:219 [INFO] [stdout] 217 │ #[test] [INFO] [stdout] 218 │ fn test_no_default_features() -> Result { [INFO] [stdout]  219 >  let artifact = Compiler::bin("hello_world") [INFO] [stdout] 220 │ .workspace("samples/hello_world") [INFO] [stdout] 221 │ .features(FeatureSpec::none()) [INFO] [stdout] 8: seacan::bin::tests::test_no_default_features::{{closure}}::h476cb0683e59a973 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:218 [INFO] [stdout] 216 │ [INFO] [stdout] 217 │ #[test] [INFO] [stdout]  218 >  fn test_no_default_features() -> Result { [INFO] [stdout] 219 │ let artifact = Compiler::bin("hello_world") [INFO] [stdout] 220 │ .workspace("samples/hello_world") [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h7c4f7baf64b2e088 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::bin::tests::test_no_default_features::{{closure}}::h476cb0683e59a973 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:218 [INFO] [stdout] 216 │ [INFO] [stdout] 217 │ #[test] [INFO] [stdout]  218 >  fn test_no_default_features() -> Result { [INFO] [stdout] 219 │ let artifact = Compiler::bin("hello_world") [INFO] [stdout] 220 │ .workspace("samples/hello_world") [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h7c4f7baf64b2e088 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- bin::tests::test_bin_main stdout ---- [INFO] [stdout] Aug 03 20:51:05.482 ERRORseacan::bin: error: Failed to run cargo [INFO] [stdout] at src/bin.rs:123 [INFO] [stdout]  in seacan::bin::compile with self: Compiler { workspace: Some("samples/hello_world"), package: Any, name: "hello_world", is_example: false, target_dir: None, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to run cargo [INFO] [stdout] 1: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::ha4b782a2c24532ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::bin::tests::test_bin_main::hc4091fb6339f188e [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:270 [INFO] [stdout] 268 │ fn test_bin_main() -> Result { [INFO] [stdout] 269 │ init(); [INFO] [stdout]  270 >  let artifact = Compiler::bin("hello_world") [INFO] [stdout] 271 │ .workspace("samples/hello_world") [INFO] [stdout] 272 │ .compile()?; [INFO] [stdout] 8: seacan::bin::tests::test_bin_main::{{closure}}::h43538901c7040f56 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:268 [INFO] [stdout] 266 │ [INFO] [stdout] 267 │ #[test] [INFO] [stdout]  268 >  fn test_bin_main() -> Result { [INFO] [stdout] 269 │ init(); [INFO] [stdout] 270 │ let artifact = Compiler::bin("hello_world") [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h124b246fdf3893bc [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::bin::tests::test_bin_main::{{closure}}::h43538901c7040f56 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:268 [INFO] [stdout] 266 │ [INFO] [stdout] 267 │ #[test] [INFO] [stdout]  268 >  fn test_bin_main() -> Result { [INFO] [stdout] 269 │ init(); [INFO] [stdout] 270 │ let artifact = Compiler::bin("hello_world") [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h124b246fdf3893bc [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- bin::tests::test_release_true stdout ---- [INFO] [stdout] Aug 03 20:51:05.494 ERRORseacan::bin: error: Failed to run cargo [INFO] [stdout] at src/bin.rs:123 [INFO] [stdout]  in seacan::bin::compile with self: Compiler { workspace: Some("samples/hello_world"), package: Any, name: "hello_world", is_example: false, target_dir: None, features: None, is_release: true } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to run cargo [INFO] [stdout] 1: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::ha4b782a2c24532ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::bin::tests::test_release_true::h9fcfe93b9d709dda [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:239 [INFO] [stdout] 237 │ #[test] [INFO] [stdout] 238 │ fn test_release_true() -> Result { [INFO] [stdout]  239 >  let artifact = Compiler::bin("hello_world") [INFO] [stdout] 240 │ .workspace("samples/hello_world") [INFO] [stdout] 241 │ .release(true) [INFO] [stdout] 8: seacan::bin::tests::test_release_true::{{closure}}::hbb64ee1bead96ab4 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:238 [INFO] [stdout] 236 │ } [INFO] [stdout] 237 │ #[test] [INFO] [stdout]  238 >  fn test_release_true() -> Result { [INFO] [stdout] 239 │ let artifact = Compiler::bin("hello_world") [INFO] [stdout] 240 │ .workspace("samples/hello_world") [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::he64d58559555de5c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::bin::tests::test_release_true::{{closure}}::hbb64ee1bead96ab4 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:238 [INFO] [stdout] 236 │ } [INFO] [stdout] 237 │ #[test] [INFO] [stdout]  238 >  fn test_release_true() -> Result { [INFO] [stdout] 239 │ let artifact = Compiler::bin("hello_world") [INFO] [stdout] 240 │ .workspace("samples/hello_world") [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::he64d58559555de5c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- bin::tests::test_example stdout ---- [INFO] [stdout] Aug 03 20:51:05.524 ERRORseacan::bin: error: Failed to run cargo [INFO] [stdout] at src/bin.rs:123 [INFO] [stdout]  in seacan::bin::compile with self: Compiler { workspace: Some("samples/hello_world"), package: Any, name: "example_1", is_example: true, target_dir: None, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to run cargo [INFO] [stdout] 1: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::ha4b782a2c24532ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::bin::tests::test_example::hda2e75ca23d8231c [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:310 [INFO] [stdout] 308 │ fn test_example() -> Result { [INFO] [stdout] 309 │ init(); [INFO] [stdout]  310 >  let artifact = Compiler::example("example_1") [INFO] [stdout] 311 │ .workspace("samples/hello_world") [INFO] [stdout] 312 │ .compile()?; [INFO] [stdout] 8: seacan::bin::tests::test_example::{{closure}}::h4feaf64eeab521e6 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:308 [INFO] [stdout] 306 │ [INFO] [stdout] 307 │ #[test] [INFO] [stdout]  308 >  fn test_example() -> Result { [INFO] [stdout] 309 │ init(); [INFO] [stdout] 310 │ let artifact = Compiler::example("example_1") [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h1171b2b699b9a358 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::bin::tests::test_example::{{closure}}::h4feaf64eeab521e6 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:308 [INFO] [stdout] 306 │ [INFO] [stdout] 307 │ #[test] [INFO] [stdout]  308 >  fn test_example() -> Result { [INFO] [stdout] 309 │ init(); [INFO] [stdout] 310 │ let artifact = Compiler::example("example_1") [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h1171b2b699b9a358 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_release_default stdout ---- [INFO] [stdout] Aug 03 20:51:05.550 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("hello_world"), features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("hello_world"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.550 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("hello_world"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_release_default::h9e57949ecf8617c4 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:492 [INFO] [stdout] 490 │ fn test_release_default() -> Result { [INFO] [stdout] 491 │ init(); [INFO] [stdout]  492 >  let artifact = Compiler::new(NameSpec::Any, TypeSpec::bin("hello_world")) [INFO] [stdout] 493 │ .workspace("samples/hello_world") [INFO] [stdout] 494 │ .compile()? [INFO] [stdout] 8: seacan::test::tests::test_release_default::{{closure}}::h766e6c24a116a213 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:490 [INFO] [stdout] 488 │ [INFO] [stdout] 489 │ #[test] [INFO] [stdout]  490 >  fn test_release_default() -> Result { [INFO] [stdout] 491 │ init(); [INFO] [stdout] 492 │ let artifact = Compiler::new(NameSpec::Any, TypeSpec::bin("hello_world")) [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::hf0883f9fa7a34a4a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_release_default::{{closure}}::h766e6c24a116a213 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:490 [INFO] [stdout] 488 │ [INFO] [stdout] 489 │ #[test] [INFO] [stdout]  490 >  fn test_release_default() -> Result { [INFO] [stdout] 491 │ init(); [INFO] [stdout] 492 │ let artifact = Compiler::new(NameSpec::Any, TypeSpec::bin("hello_world")) [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::hf0883f9fa7a34a4a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_bin_2 stdout ---- [INFO] [stdout] Aug 03 20:51:05.455 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("bin_2"), features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("bin_2"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.455 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("bin_2"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_bin_2::h12aeb4489dc452e9 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:559 [INFO] [stdout] 557 │ init(); [INFO] [stdout] 558 │ [INFO] [stdout]  559 >  let mut artifacts = Compiler::new(NameSpec::Any, TypeSpec::bin("bin_2")) [INFO] [stdout] 560 │ .workspace("samples/hello_world") [INFO] [stdout] 561 │ .compile()?; [INFO] [stdout] 8: seacan::test::tests::test_bin_2::{{closure}}::hb935c420df77fd47 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:556 [INFO] [stdout] 554 │ [INFO] [stdout] 555 │ #[test] [INFO] [stdout]  556 >  fn test_bin_2() -> Result { [INFO] [stdout] 557 │ init(); [INFO] [stdout] 558 │ [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::had96e95b75fca05a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_bin_2::{{closure}}::hb935c420df77fd47 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:556 [INFO] [stdout] 554 │ [INFO] [stdout] 555 │ #[test] [INFO] [stdout]  556 >  fn test_bin_2() -> Result { [INFO] [stdout] 557 │ init(); [INFO] [stdout] 558 │ [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::had96e95b75fca05a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- bin::tests::test_release_false stdout ---- [INFO] [stdout] Aug 03 20:51:05.511 ERRORseacan::bin: error: Failed to run cargo [INFO] [stdout] at src/bin.rs:123 [INFO] [stdout]  in seacan::bin::compile with self: Compiler { workspace: Some("samples/hello_world"), package: Any, name: "hello_world", is_example: false, target_dir: None, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to run cargo [INFO] [stdout] 1: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::ha4b782a2c24532ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::bin::tests::test_release_false::h4cb7de5106a48683 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:230 [INFO] [stdout] 228 │ fn test_release_false() -> Result { [INFO] [stdout] 229 │ init(); [INFO] [stdout]  230 >  let artifact = Compiler::bin("hello_world") [INFO] [stdout] 231 │ .workspace("samples/hello_world") [INFO] [stdout] 232 │ .release(false) [INFO] [stdout] 8: seacan::bin::tests::test_release_false::{{closure}}::h419052bbe09ebf47 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:228 [INFO] [stdout] 226 │ [INFO] [stdout] 227 │ #[test] [INFO] [stdout]  228 >  fn test_release_false() -> Result { [INFO] [stdout] 229 │ init(); [INFO] [stdout] 230 │ let artifact = Compiler::bin("hello_world") [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h7c0dc3cabb3b794f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::bin::tests::test_release_false::{{closure}}::h419052bbe09ebf47 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:228 [INFO] [stdout] 226 │ [INFO] [stdout] 227 │ #[test] [INFO] [stdout]  228 >  fn test_release_false() -> Result { [INFO] [stdout] 229 │ init(); [INFO] [stdout] 230 │ let artifact = Compiler::bin("hello_world") [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h7c0dc3cabb3b794f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_release_true stdout ---- [INFO] [stdout] Aug 03 20:51:05.511 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("hello_world"), features: None, is_release: true } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("hello_world"), features: None, is_release: true } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.511 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("hello_world"), features: None, is_release: true } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_release_true::h9e43e8b818dd0ff1 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:479 [INFO] [stdout] 477 │ fn test_release_true() -> Result { [INFO] [stdout] 478 │ init(); [INFO] [stdout]  479 >  let artifact = Compiler::new(NameSpec::Any, TypeSpec::bin("hello_world")) [INFO] [stdout] 480 │ .workspace("samples/hello_world") [INFO] [stdout] 481 │ .release(true) [INFO] [stdout] 8: seacan::test::tests::test_release_true::{{closure}}::h604818566ef98620 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:477 [INFO] [stdout] 475 │ [INFO] [stdout] 476 │ #[test] [INFO] [stdout]  477 >  fn test_release_true() -> Result { [INFO] [stdout] 478 │ init(); [INFO] [stdout] 479 │ let artifact = Compiler::new(NameSpec::Any, TypeSpec::bin("hello_world")) [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h91206db4f1476f64 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_release_true::{{closure}}::h604818566ef98620 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:477 [INFO] [stdout] 475 │ [INFO] [stdout] 476 │ #[test] [INFO] [stdout]  477 >  fn test_release_true() -> Result { [INFO] [stdout] 478 │ init(); [INFO] [stdout] 479 │ let artifact = Compiler::new(NameSpec::Any, TypeSpec::bin("hello_world")) [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h91206db4f1476f64 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_artifact_run_args stdout ---- [INFO] [stdout] Aug 03 20:51:05.490 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_example_1"), test_type: Example("example_1"), features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_example_1"), test_type: Example("example_1"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.499 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_example_1"), test_type: Example("example_1"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_artifact_run_args::hc4a1146dbe6cc519 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:504 [INFO] [stdout] 502 │ fn test_artifact_run_args() -> Result { [INFO] [stdout] 503 │ init(); [INFO] [stdout]  504 >  let mut artifacts = Compiler::new( [INFO] [stdout] 505 │ NameSpec::substring("test_in_example_1"), [INFO] [stdout] 506 │ TypeSpec::example("example_1"), [INFO] [stdout] 8: seacan::test::tests::test_artifact_run_args::{{closure}}::h1a259d8f8f8ddb10 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:502 [INFO] [stdout] 500 │ [INFO] [stdout] 501 │ #[test] [INFO] [stdout]  502 >  fn test_artifact_run_args() -> Result { [INFO] [stdout] 503 │ init(); [INFO] [stdout] 504 │ let mut artifacts = Compiler::new( [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h674f3d50292d227b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_artifact_run_args::{{closure}}::h1a259d8f8f8ddb10 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:502 [INFO] [stdout] 500 │ [INFO] [stdout] 501 │ #[test] [INFO] [stdout]  502 >  fn test_artifact_run_args() -> Result { [INFO] [stdout] 503 │ init(); [INFO] [stdout] 504 │ let mut artifacts = Compiler::new( [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h674f3d50292d227b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_ws_member stdout ---- [INFO] [stdout] Aug 03 20:51:05.598 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Name("ws_member"), name: Any, test_type: Bin("ws_member"), features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Name("ws_member"), name: Any, test_type: Bin("ws_member"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.598 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Name("ws_member"), name: Any, test_type: Bin("ws_member"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_ws_member::hca1b2c1fd94434b9 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:736 [INFO] [stdout] 734 │ init(); [INFO] [stdout] 735 │ [INFO] [stdout]  736 >  let mut artifacts = Compiler::new(NameSpec::Any, TypeSpec::bin("ws_member")) [INFO] [stdout] 737 │ .workspace("samples/hello_world") [INFO] [stdout] 738 │ .package(PackageSpec::name("ws_member")) [INFO] [stdout] 8: seacan::test::tests::test_ws_member::{{closure}}::hca8524b8bd27d379 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:733 [INFO] [stdout] 731 │ [INFO] [stdout] 732 │ #[test] [INFO] [stdout]  733 >  fn test_ws_member() -> Result { [INFO] [stdout] 734 │ init(); [INFO] [stdout] 735 │ [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::hae87dcce564753ce [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_ws_member::{{closure}}::hca8524b8bd27d379 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:733 [INFO] [stdout] 731 │ [INFO] [stdout] 732 │ #[test] [INFO] [stdout]  733 >  fn test_ws_member() -> Result { [INFO] [stdout] 734 │ init(); [INFO] [stdout] 735 │ [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::hae87dcce564753ce [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- bin::tests::test_release_default stdout ---- [INFO] [stdout] Aug 03 20:51:05.474 ERRORseacan::bin: error: Failed to run cargo [INFO] [stdout] at src/bin.rs:123 [INFO] [stdout]  in seacan::bin::compile with self: Compiler { workspace: Some("samples/hello_world"), package: Any, name: "hello_world", is_example: false, target_dir: None, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to run cargo [INFO] [stdout] 1: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::ha4b782a2c24532ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::bin::tests::test_release_default::h55de0c1b4f48c91b [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:250 [INFO] [stdout] 248 │ fn test_release_default() -> Result { [INFO] [stdout] 249 │ init(); [INFO] [stdout]  250 >  let artifact = Compiler::bin("hello_world") [INFO] [stdout] 251 │ .workspace("samples/hello_world") [INFO] [stdout] 252 │ .compile()?; [INFO] [stdout] 8: seacan::bin::tests::test_release_default::{{closure}}::h54b1e86d2299918b [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:248 [INFO] [stdout] 246 │ [INFO] [stdout] 247 │ #[test] [INFO] [stdout]  248 >  fn test_release_default() -> Result { [INFO] [stdout] 249 │ init(); [INFO] [stdout] 250 │ let artifact = Compiler::bin("hello_world") [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h2edcf0849c7d3ebf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::bin::tests::test_release_default::{{closure}}::h54b1e86d2299918b [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:248 [INFO] [stdout] 246 │ [INFO] [stdout] 247 │ #[test] [INFO] [stdout]  248 >  fn test_release_default() -> Result { [INFO] [stdout] 249 │ init(); [INFO] [stdout] 250 │ let artifact = Compiler::bin("hello_world") [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h2edcf0849c7d3ebf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_unspecified stdout ---- [INFO] [stdout] Aug 03 20:51:05.512 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_lib"), test_type: Unspecified, features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_lib"), test_type: Unspecified, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.512 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_lib"), test_type: Unspecified, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_unspecified::hdd2bcecc3b75658a [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:524 [INFO] [stdout] 522 │ init(); [INFO] [stdout] 523 │ [INFO] [stdout]  524 >  let artifacts = Compiler::new(NameSpec::substring("test_in_lib"), TypeSpec::Unspecified) [INFO] [stdout] 525 │ .workspace("samples/hello_world") [INFO] [stdout] 526 │ .compile()?; [INFO] [stdout] 8: seacan::test::tests::test_unspecified::{{closure}}::ha9c0850007ad805d [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:521 [INFO] [stdout] 519 │ [INFO] [stdout] 520 │ #[test] [INFO] [stdout]  521 >  fn test_unspecified() -> Result { [INFO] [stdout] 522 │ init(); [INFO] [stdout] 523 │ [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h6d05425b4c004211 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_unspecified::{{closure}}::ha9c0850007ad805d [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:521 [INFO] [stdout] 519 │ [INFO] [stdout] 520 │ #[test] [INFO] [stdout]  521 >  fn test_unspecified() -> Result { [INFO] [stdout] 522 │ init(); [INFO] [stdout] 523 │ [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h6d05425b4c004211 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_release_false stdout ---- [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] Aug 03 20:51:05.538 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("hello_world"), features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("hello_world"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.538 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("hello_world"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_release_false::h7645cb482b0b560b [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:466 [INFO] [stdout] 464 │ fn test_release_false() -> Result { [INFO] [stdout] 465 │ init(); [INFO] [stdout]  466 >  let artifact = Compiler::new(NameSpec::Any, TypeSpec::bin("hello_world")) [INFO] [stdout] 467 │ .workspace("samples/hello_world") [INFO] [stdout] 468 │ .release(false) [INFO] [stdout] 8: seacan::test::tests::test_release_false::{{closure}}::h9d573675da62595e [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:464 [INFO] [stdout] 462 │ [INFO] [stdout] 463 │ #[test] [INFO] [stdout]  464 >  fn test_release_false() -> Result { [INFO] [stdout] 465 │ init(); [INFO] [stdout] 466 │ let artifact = Compiler::new(NameSpec::Any, TypeSpec::bin("hello_world")) [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::hd628ca3bdffe2d72 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_release_false::{{closure}}::h9d573675da62595e [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:464 [INFO] [stdout] 462 │ [INFO] [stdout] 463 │ #[test] [INFO] [stdout]  464 >  fn test_release_false() -> Result { [INFO] [stdout] 465 │ init(); [INFO] [stdout] 466 │ let artifact = Compiler::new(NameSpec::Any, TypeSpec::bin("hello_world")) [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::hd628ca3bdffe2d72 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_in_example stdout ---- [INFO] [stdout] Aug 03 20:51:05.524 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_example_1"), test_type: Example("example_1"), features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_example_1"), test_type: Example("example_1"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.524 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_example_1"), test_type: Example("example_1"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_in_example::h1e29f6da1aa60f2a [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:538 [INFO] [stdout] 536 │ init(); [INFO] [stdout] 537 │ [INFO] [stdout]  538 >  let mut artifacts = Compiler::new( [INFO] [stdout] 539 │ NameSpec::substring("test_in_example_1"), [INFO] [stdout] 540 │ TypeSpec::example("example_1"), [INFO] [stdout] 8: seacan::test::tests::test_in_example::{{closure}}::h5a4b71d42c5bb7ae [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:535 [INFO] [stdout] 533 │ [INFO] [stdout] 534 │ #[test] [INFO] [stdout]  535 >  fn test_in_example() -> Result { [INFO] [stdout] 536 │ init(); [INFO] [stdout] 537 │ [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h3913b03b42307aa9 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_in_example::{{closure}}::h5a4b71d42c5bb7ae [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:535 [INFO] [stdout] 533 │ [INFO] [stdout] 534 │ #[test] [INFO] [stdout]  535 >  fn test_in_example() -> Result { [INFO] [stdout] 536 │ init(); [INFO] [stdout] 537 │ [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h3913b03b42307aa9 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_multiple_artifacts stdout ---- [INFO] [stdout] Aug 03 20:51:05.525 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Integrations, features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Integrations, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.539 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Integrations, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_multiple_artifacts::hcd9c12238f6299fc [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:714 [INFO] [stdout] 712 │ init(); [INFO] [stdout] 713 │ [INFO] [stdout]  714 >  let mut artifacts = Compiler::new(NameSpec::Any, TypeSpec::Integrations) [INFO] [stdout] 715 │ .workspace("samples/hello_world") [INFO] [stdout] 716 │ .compile()?; [INFO] [stdout] 8: seacan::test::tests::test_multiple_artifacts::{{closure}}::h0a5c8d92191c9cba [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:711 [INFO] [stdout] 709 │ [INFO] [stdout] 710 │ #[test] [INFO] [stdout]  711 >  fn test_multiple_artifacts() -> Result { [INFO] [stdout] 712 │ init(); [INFO] [stdout] 713 │ [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h2605e5541b1756b2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_multiple_artifacts::{{closure}}::h0a5c8d92191c9cba [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:711 [INFO] [stdout] 709 │ [INFO] [stdout] 710 │ #[test] [INFO] [stdout]  711 >  fn test_multiple_artifacts() -> Result { [INFO] [stdout] 712 │ init(); [INFO] [stdout] 713 │ [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h2605e5541b1756b2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_module stdout ---- [INFO] [stdout] Aug 03 20:51:05.475 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_module"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_module"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.495 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Substring("test_in_module"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_module::h7909d9636cae5a64 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:613 [INFO] [stdout] 611 │ init(); [INFO] [stdout] 612 │ [INFO] [stdout]  613 >  let mut artifacts = Compiler::new(NameSpec::substring("test_in_module"), TypeSpec::Lib) [INFO] [stdout] 614 │ .workspace("samples/hello_world") [INFO] [stdout] 615 │ .compile()?; [INFO] [stdout] 8: seacan::test::tests::test_module::{{closure}}::hd2bb8ce535966b0b [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:610 [INFO] [stdout] 608 │ [INFO] [stdout] 609 │ #[test] [INFO] [stdout]  610 >  fn test_module() -> Result { [INFO] [stdout] 611 │ init(); [INFO] [stdout] 612 │ [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h61b4e99816280490 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_module::{{closure}}::hd2bb8ce535966b0b [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:610 [INFO] [stdout] 608 │ [INFO] [stdout] 609 │ #[test] [INFO] [stdout]  610 >  fn test_module() -> Result { [INFO] [stdout] 611 │ init(); [INFO] [stdout] 612 │ [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h61b4e99816280490 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_disabled_feature stdout ---- [INFO] [stdout] Aug 03 20:51:05.478 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Exact("test_non_default_feature"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Exact("test_non_default_feature"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.494 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Exact("test_non_default_feature"), test_type: Lib, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_disabled_feature::haabd53c0a3c3fcdf [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:427 [INFO] [stdout] 425 │ init(); [INFO] [stdout] 426 │ let mut artifacts = [INFO] [stdout]  427 >  Compiler::new(NameSpec::exact("test_non_default_feature"), TypeSpec::Lib) [INFO] [stdout] 428 │ .workspace("samples/hello_world") [INFO] [stdout] 429 │ .compile()?; [INFO] [stdout] 8: seacan::test::tests::test_disabled_feature::{{closure}}::h53fff392cd570fa2 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:424 [INFO] [stdout] 422 │ [INFO] [stdout] 423 │ #[test] [INFO] [stdout]  424 >  fn test_disabled_feature() -> Result { [INFO] [stdout] 425 │ init(); [INFO] [stdout] 426 │ let mut artifacts = [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h9af3e20bb8ab1a65 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_disabled_feature::{{closure}}::h53fff392cd570fa2 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:424 [INFO] [stdout] 422 │ [INFO] [stdout] 423 │ #[test] [INFO] [stdout]  424 >  fn test_disabled_feature() -> Result { [INFO] [stdout] 425 │ init(); [INFO] [stdout] 426 │ let mut artifacts = [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h9af3e20bb8ab1a65 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- test::tests::test_main stdout ---- [INFO] [stdout] Aug 03 20:51:05.454 ERRORseacan::test: error: Failed to run cargo [INFO] [stdout] at src/test.rs:298 [INFO] [stdout]  in seacan::test::artifacts_ignoring_name with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("hello_world"), features: None, is_release: false } [INFO] [stdout] in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("hello_world"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Aug 03 20:51:05.455 ERRORseacan::test: error: Failed to build [INFO] [stdout] at src/test.rs:254 [INFO] [stdout]  in seacan::test::compile with self: Compiler { target_dir: None, workspace: Some("samples/hello_world"), package: Any, name: Any, test_type: Bin("hello_world"), features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to build [INFO] [stdout] 1: Failed to run cargo [INFO] [stdout] 2: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::hf98e20b577d53600 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::test::tests::test_main::h78601d084cd53ac6 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:577 [INFO] [stdout] 575 │ init(); [INFO] [stdout] 576 │ [INFO] [stdout]  577 >  let mut artifacts = Compiler::new(NameSpec::Any, TypeSpec::bin("hello_world")) [INFO] [stdout] 578 │ .workspace("samples/hello_world") [INFO] [stdout] 579 │ .compile()?; [INFO] [stdout] 8: seacan::test::tests::test_main::{{closure}}::h3d2b0b3c1edcb971 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:574 [INFO] [stdout] 572 │ [INFO] [stdout] 573 │ #[test] [INFO] [stdout]  574 >  fn test_main() -> Result { [INFO] [stdout] 575 │ init(); [INFO] [stdout] 576 │ [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h3f0204f566d331c8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::test::tests::test_main::{{closure}}::h3d2b0b3c1edcb971 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:574 [INFO] [stdout] 572 │ [INFO] [stdout] 573 │ #[test] [INFO] [stdout]  574 >  fn test_main() -> Result { [INFO] [stdout] 575 │ init(); [INFO] [stdout] 576 │ [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h3f0204f566d331c8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- bin::tests::test_bin_2 stdout ---- [INFO] [stdout] Aug 03 20:51:05.482 ERRORseacan::bin: error: Failed to run cargo [INFO] [stdout] at src/bin.rs:123 [INFO] [stdout]  in seacan::bin::compile with self: Compiler { workspace: Some("samples/hello_world"), package: Any, name: "bin_2", is_example: false, target_dir: None, features: None, is_release: false } [INFO] [stdout] [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to run cargo [INFO] [stdout] 1: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 5 frames hidden ⋮  [INFO] [stdout] 6:  as core::ops::try_trait::FromResidual>>::from_residual::ha4b782a2c24532ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1897 [INFO] [stdout] 7: seacan::bin::tests::test_bin_2::h5cc615a2491f1418 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:281 [INFO] [stdout] 279 │ fn test_bin_2() -> Result { [INFO] [stdout] 280 │ init(); [INFO] [stdout]  281 >  let artifact = Compiler::bin("bin_2") [INFO] [stdout] 282 │ .workspace("samples/hello_world") [INFO] [stdout] 283 │ .compile()?; [INFO] [stdout] 8: seacan::bin::tests::test_bin_2::{{closure}}::hc7f0f6959edccb76 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:279 [INFO] [stdout] 277 │ [INFO] [stdout] 278 │ #[test] [INFO] [stdout]  279 >  fn test_bin_2() -> Result { [INFO] [stdout] 280 │ init(); [INFO] [stdout] 281 │ let artifact = Compiler::bin("bin_2") [INFO] [stdout] 9: core::ops::function::FnOnce::call_once::h35e9b132d576b093 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 11: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 12:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 13:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 14: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 15: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 16: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 17: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure [INFO] [stdout] Location: /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 7 frames hidden ⋮  [INFO] [stdout] 8: core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs: [INFO] [stdout] 9: core::panicking::assert_failed::h759f9b2fda6d9556 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117 [INFO] [stdout] 10: test::assert_test_result::hc9e4270593edf63d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:194 [INFO] [stdout] 11: seacan::bin::tests::test_bin_2::{{closure}}::hc7f0f6959edccb76 [INFO] [stdout] at /opt/rustwide/workdir/src/bin.rs:279 [INFO] [stdout] 277 │ [INFO] [stdout] 278 │ #[test] [INFO] [stdout]  279 >  fn test_bin_2() -> Result { [INFO] [stdout] 280 │ init(); [INFO] [stdout] 281 │ let artifact = Compiler::bin("bin_2") [INFO] [stdout] 12: core::ops::function::FnOnce::call_once::h35e9b132d576b093 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 13: core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227 [INFO] [stdout] 14: test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578 [INFO] [stdout] 15:  as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572 [INFO] [stdout] 16:  as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347 [INFO] [stdout] 17: std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401 [INFO] [stdout] 18: std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365 [INFO] [stdout] 19: std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434 [INFO] [stdout] 20: test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601 [INFO] [stdout]  ⋮ 15 frames hidden ⋮  [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] bin::tests::test_bin_2 [INFO] [stdout] bin::tests::test_bin_main [INFO] [stdout] bin::tests::test_bin_nonexistent [INFO] [stdout] bin::tests::test_bin_nonexistent_package [INFO] [stdout] bin::tests::test_example [INFO] [stdout] bin::tests::test_example_nonexistent [INFO] [stdout] bin::tests::test_example_nonexistent_package [INFO] [stdout] bin::tests::test_features [INFO] [stdout] bin::tests::test_no_default_features [INFO] [stdout] bin::tests::test_release_default [INFO] [stdout] bin::tests::test_release_false [INFO] [stdout] bin::tests::test_release_true [INFO] [stdout] bin::tests::test_ws_member_main [INFO] [stdout] test::tests::test_any_name [INFO] [stdout] test::tests::test_artifact_run_args [INFO] [stdout] test::tests::test_bin_2 [INFO] [stdout] test::tests::test_disabled_feature [INFO] [stdout] test::tests::test_enabled_feature [INFO] [stdout] test::tests::test_exact_name [INFO] [stdout] test::tests::test_in_example [INFO] [stdout] test::tests::test_integration [INFO] [stdout] test::tests::test_lib [INFO] [stdout] test::tests::test_main [INFO] [stdout] test::tests::test_module [INFO] [stdout] test::tests::test_multiple_artifacts [INFO] [stdout] test::tests::test_no_default_features [INFO] [stdout] test::tests::test_partial_name [INFO] [stdout] test::tests::test_release_default [INFO] [stdout] test::tests::test_release_false [INFO] [stdout] test::tests::test_release_true [INFO] [stdout] test::tests::test_unspecified [INFO] [stdout] test::tests::test_ws_member [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 32 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.06s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a6ff8411f51596be0a1a5db806cfb65e98ec570ce282f64481f3a63952544014", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6ff8411f51596be0a1a5db806cfb65e98ec570ce282f64481f3a63952544014", kill_on_drop: false }` [INFO] [stdout] a6ff8411f51596be0a1a5db806cfb65e98ec570ce282f64481f3a63952544014