[INFO] fetching crate dotenv-flow 0.16.2... [INFO] testing dotenv-flow-0.16.2 against 1.90.0 for beta-1.91-3 [INFO] extracting crate dotenv-flow 0.16.2 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate dotenv-flow 0.16.2 [INFO] finished tweaking crates.io crate dotenv-flow 0.16.2 [INFO] tweaked toml for crates.io crate dotenv-flow 0.16.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate dotenv-flow 0.16.2 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate dotenv-flow 0.16.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded io-lifetimes v1.0.9 [INFO] [stderr] Downloaded rustix v0.37.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e54dd5b545872a11624751bd12661917e68bea607e517d9a7d3bbcb454c26310 [INFO] running `Command { std: "docker" "start" "-a" "e54dd5b545872a11624751bd12661917e68bea607e517d9a7d3bbcb454c26310", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e54dd5b545872a11624751bd12661917e68bea607e517d9a7d3bbcb454c26310", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e54dd5b545872a11624751bd12661917e68bea607e517d9a7d3bbcb454c26310", kill_on_drop: false }` [INFO] [stdout] e54dd5b545872a11624751bd12661917e68bea607e517d9a7d3bbcb454c26310 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 15cea1ebdb59b1cadc08b78b176b3f10e7e2058086a645d61447c1ae64680a83 [INFO] running `Command { std: "docker" "start" "-a" "15cea1ebdb59b1cadc08b78b176b3f10e7e2058086a645d61447c1ae64680a83", kill_on_drop: false }` [INFO] [stderr] Compiling dotenv-flow v0.16.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/find.rs:21:36 [INFO] [stdout] | [INFO] [stdout] 21 | filename: path.as_ref().clone(), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 21 - filename: path.as_ref().clone(), [INFO] [stdout] 21 + filename: path.as_ref(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "15cea1ebdb59b1cadc08b78b176b3f10e7e2058086a645d61447c1ae64680a83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15cea1ebdb59b1cadc08b78b176b3f10e7e2058086a645d61447c1ae64680a83", kill_on_drop: false }` [INFO] [stdout] 15cea1ebdb59b1cadc08b78b176b3f10e7e2058086a645d61447c1ae64680a83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1c1b5080fa1e55cb92af78ef090101e4f3f3d44c8bc9019ad08000671c2e94e [INFO] running `Command { std: "docker" "start" "-a" "c1c1b5080fa1e55cb92af78ef090101e4f3f3d44c8bc9019ad08000671c2e94e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.140 [INFO] [stderr] Compiling io-lifetimes v1.0.9 [INFO] [stderr] Compiling rustix v0.37.6 [INFO] [stderr] Compiling linux-raw-sys v0.3.1 [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/find.rs:21:36 [INFO] [stdout] | [INFO] [stdout] 21 | filename: path.as_ref().clone(), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 21 - filename: path.as_ref().clone(), [INFO] [stdout] 21 + filename: path.as_ref(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tempfile v3.5.0 [INFO] [stderr] Compiling dotenv-flow v0.16.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `optional_write_flush` is never used [INFO] [stdout] --> tests/common/mod.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn optional_write_flush(dir: &TempDir, path: &str, content: Option<&str>) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tempdir_with_dotenv_flow` is never used [INFO] [stdout] --> tests/common/mod.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn tempdir_with_dotenv_flow( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `optional_write_flush` is never used [INFO] [stdout] --> tests/common/mod.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn optional_write_flush(dir: &TempDir, path: &str, content: Option<&str>) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tempdir_with_dotenv_flow` is never used [INFO] [stdout] --> tests/common/mod.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn tempdir_with_dotenv_flow( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `optional_write_flush` is never used [INFO] [stdout] --> tests/common/mod.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn optional_write_flush(dir: &TempDir, path: &str, content: Option<&str>) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tempdir_with_dotenv_flow` is never used [INFO] [stdout] --> tests/common/mod.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn tempdir_with_dotenv_flow( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `optional_write_flush` is never used [INFO] [stdout] --> tests/common/mod.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn optional_write_flush(dir: &TempDir, path: &str, content: Option<&str>) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tempdir_with_dotenv_flow` is never used [INFO] [stdout] --> tests/common/mod.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn tempdir_with_dotenv_flow( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tempdir_with_dotenv` is never used [INFO] [stdout] --> tests/common/mod.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn tempdir_with_dotenv(dotenv_text: &str) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `make_test_dotenv` is never used [INFO] [stdout] --> tests/common/mod.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn make_test_dotenv() -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `optional_write_flush` is never used [INFO] [stdout] --> tests/common/mod.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn optional_write_flush(dir: &TempDir, path: &str, content: Option<&str>) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tempdir_with_dotenv_flow` is never used [INFO] [stdout] --> tests/common/mod.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn tempdir_with_dotenv_flow( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/find.rs:21:36 [INFO] [stdout] | [INFO] [stdout] 21 | filename: path.as_ref().clone(), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 21 - filename: path.as_ref().clone(), [INFO] [stdout] 21 + filename: path.as_ref(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `optional_write_flush` is never used [INFO] [stdout] --> tests/common/mod.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn optional_write_flush(dir: &TempDir, path: &str, content: Option<&str>) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tempdir_with_dotenv_flow` is never used [INFO] [stdout] --> tests/common/mod.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn tempdir_with_dotenv_flow( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `optional_write_flush` is never used [INFO] [stdout] --> tests/common/mod.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn optional_write_flush(dir: &TempDir, path: &str, content: Option<&str>) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tempdir_with_dotenv_flow` is never used [INFO] [stdout] --> tests/common/mod.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn tempdir_with_dotenv_flow( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `optional_write_flush` is never used [INFO] [stdout] --> tests/common/mod.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn optional_write_flush(dir: &TempDir, path: &str, content: Option<&str>) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tempdir_with_dotenv_flow` is never used [INFO] [stdout] --> tests/common/mod.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn tempdir_with_dotenv_flow( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `optional_write_flush` is never used [INFO] [stdout] --> tests/common/mod.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn optional_write_flush(dir: &TempDir, path: &str, content: Option<&str>) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tempdir_with_dotenv_flow` is never used [INFO] [stdout] --> tests/common/mod.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn tempdir_with_dotenv_flow( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `make_test_dotenv` is never used [INFO] [stdout] --> tests/common/mod.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn make_test_dotenv() -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `optional_write_flush` is never used [INFO] [stdout] --> tests/common/mod.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn optional_write_flush(dir: &TempDir, path: &str, content: Option<&str>) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `tempdir_with_dotenv_flow` is never used [INFO] [stdout] --> tests/common/mod.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn tempdir_with_dotenv_flow( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.85s [INFO] running `Command { std: "docker" "inspect" "c1c1b5080fa1e55cb92af78ef090101e4f3f3d44c8bc9019ad08000671c2e94e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1c1b5080fa1e55cb92af78ef090101e4f3f3d44c8bc9019ad08000671c2e94e", kill_on_drop: false }` [INFO] [stdout] c1c1b5080fa1e55cb92af78ef090101e4f3f3d44c8bc9019ad08000671c2e94e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0a2d6f16a1c366c450dbde18b72ee48f750385e43b549d043368899e01be1345 [INFO] running `Command { std: "docker" "start" "-a" "0a2d6f16a1c366c450dbde18b72ee48f750385e43b549d043368899e01be1345", kill_on_drop: false }` [INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stderr] --> src/find.rs:21:36 [INFO] [stderr] | [INFO] [stderr] 21 | filename: path.as_ref().clone(), [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the type `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed [INFO] [stderr] = note: `#[warn(noop_method_call)]` on by default [INFO] [stderr] help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] 21 - filename: path.as_ref().clone(), [INFO] [stderr] 21 + filename: path.as_ref(), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `dotenv-flow` (lib) generated 1 warning (run `cargo fix --lib -p dotenv-flow` to apply 1 suggestion) [INFO] [stderr] warning: function `optional_write_flush` is never used [INFO] [stderr] --> tests/common/mod.rs:15:4 [INFO] [stderr] | [INFO] [stderr] 15 | fn optional_write_flush(dir: &TempDir, path: &str, content: Option<&str>) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `tempdir_with_dotenv_flow` is never used [INFO] [stderr] --> tests/common/mod.rs:32:8 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn tempdir_with_dotenv_flow( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `dotenv-flow` (test "test-from-path-iter") generated 2 warnings [INFO] [stderr] warning: `dotenv-flow` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] warning: `dotenv-flow` (test "test-default-location") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `dotenv-flow` (test "test-var") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `dotenv-flow` (test "test-vars") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `dotenv-flow` (test "test-child-dir") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `dotenv-flow` (test "test-from-filename-iter") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: function `tempdir_with_dotenv` is never used [INFO] [stderr] --> tests/common/mod.rs:23:8 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn tempdir_with_dotenv(dotenv_text: &str) -> io::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `make_test_dotenv` is never used [INFO] [stderr] --> tests/common/mod.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn make_test_dotenv() -> io::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `dotenv-flow` (test "test-dotenv-iter") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `dotenv-flow` (test "test-from-filename") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `dotenv-flow` (test "dotenv-flow") generated 2 warnings [INFO] [stderr] warning: `dotenv-flow` (test "test-from-path") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `dotenv-flow` (test "test-variable-substitution") generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dotenv_flow-578ff2e06922a363) [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test errors::test::test_error_not_found_false ... ok [INFO] [stdout] test errors::test::test_envvar_error_source ... ok [INFO] [stdout] test parse::error_tests::should_not_allow_dot_as_first_character_of_key ... ok [INFO] [stdout] test errors::test::test_io_error_display ... ok [INFO] [stdout] test errors::test::test_io_error_source ... ok [INFO] [stdout] test errors::test::test_lineparse_error_display ... ok [INFO] [stdout] test errors::test::test_lineparse_error_source ... ok [INFO] [stdout] test parse::error_tests::should_not_parse_illegal_escape ... ok [INFO] [stdout] test parse::error_tests::should_not_parse_unfinished_substitutions ... ok [INFO] [stdout] test parse::test::test_parse_line_invalid ... ok [INFO] [stdout] test parse::variable_substitution_tests::consequent_substitutions ... ok [INFO] [stdout] test errors::test::test_envvar_error_display ... ok [INFO] [stdout] test parse::variable_substitution_tests::consequent_substitutions_with_one_missing ... ok [INFO] [stdout] test parse::variable_substitution_tests::do_not_substitute_variables_in_strong_quotes ... ok [INFO] [stdout] test parse::variable_substitution_tests::do_not_substitute_variables_in_weak_quotes_with_dollar_escaped ... ok [INFO] [stdout] test parse::variable_substitution_tests::recursive_substitution ... ok [INFO] [stdout] test parse::variable_substitution_tests::same_variable_reused ... ok [INFO] [stdout] test parse::variable_substitution_tests::substitute_undefined_variables_to_empty_string ... ok [INFO] [stdout] test parse::variable_substitution_tests::do_not_substitute_variables_with_dollar_escaped ... ok [INFO] [stdout] test parse::variable_substitution_tests::substitute_variable_env_variable_overrides_dotenv_in_substitution ... ok [INFO] [stdout] test parse::variable_substitution_tests::variable_in_parenthesis_surrounded_by_quotes ... ok [INFO] [stdout] test errors::test::test_error_not_found_true ... ok [INFO] [stdout] test parse::test::test_parse_value_escapes ... ok [INFO] [stdout] test parse::test::test_parse_line_comment ... ok [INFO] [stdout] test parse::variable_substitution_tests::variable_without_parenthesis_is_substituted_before_separators ... ok [INFO] [stdout] test parse::test::test_parse_value_escapes_invalid ... ok [INFO] [stdout] test parse::variable_substitution_tests::with_dot ... ok [INFO] [stdout] test parse::test::test_parse_line_env ... ok [INFO] [stdout] test parse::error_tests::should_not_parse_illegal_format ... ok [INFO] [stdout] test parse::variable_substitution_tests::substitute_variable_from_env_variable ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/dotenv-flow.rs (/opt/rustwide/target/debug/deps/dotenv_flow-e338538dd16958a6) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_dotenv_flow_with_only_local_file ... ok [INFO] [stdout] test test_dotenv_flow_with_local_and_env_file ... ok [INFO] [stdout] test test_dotenv_flow_with_local_and_default_file ... ok [INFO] [stdout] test test_dotenv_flow_with_no_local ... FAILED [INFO] [stderr] error: test failed, to rerun pass `--test dotenv-flow` [INFO] [stdout] test test_dotenv_flow_with_local_and_env_local_file ... FAILED [INFO] [stdout] test test_dotenv_flow_with_all_files ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_dotenv_flow_with_no_local stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_dotenv_flow_with_no_local' panicked at tests/dotenv-flow.rs:105:5: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: "test_val_local" [INFO] [stdout] right: "test_val_env" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x64bd971cabf2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x64bd971cabf2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x64bd971cabf2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x64bd971cabf2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x64bd971f0c63 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x64bd971f0c63 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x64bd971c7823 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x64bd971c7823 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x64bd971caa42 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x64bd971cc209 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x64bd971cc03e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x64bd97176ca4 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x64bd97176ca4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x64bd971ccbde - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x64bd971ccbde - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x64bd971cc9aa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x64bd971cb0e9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x64bd971cc63d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x64bd971ef6e0 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x64bd971efa03 - core::panicking::assert_failed_inner::h102b4539a88470c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17 [INFO] [stdout] 20: 0x64bd9713a7be - core::panicking::assert_failed::hdb18b1a9e21ad4e0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5 [INFO] [stdout] 21: 0x64bd9713d5ef - dotenv_flow::test_dotenv_flow_with_no_local::h46ba0201651b745f [INFO] [stdout] at /opt/rustwide/workdir/tests/dotenv-flow.rs:105:5 [INFO] [stdout] 22: 0x64bd9713d287 - dotenv_flow::test_dotenv_flow_with_no_local::{{closure}}::h1ed3d84b916aa358 [INFO] [stdout] at /opt/rustwide/workdir/tests/dotenv-flow.rs:93:36 [INFO] [stdout] 23: 0x64bd9713a276 - core::ops::function::FnOnce::call_once::h6c2d3d6980bd5645 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x64bd9717c50b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x64bd9717c50b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x64bd9717b645 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x64bd9717b645 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x64bd9717b645 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x64bd9717b645 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x64bd9717b645 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x64bd9717b645 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x64bd9717b645 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x64bd9713f244 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x64bd9713f244 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x64bd97142c1a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x64bd97142c1a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x64bd97142c1a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x64bd97142c1a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x64bd97142c1a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x64bd97142c1a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x64bd97142c1a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x64bd971cfc1f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x64bd971cfc1f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x7952042afaa4 - [INFO] [stdout] 45: 0x79520433ca34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_dotenv_flow_with_local_and_env_local_file stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_dotenv_flow_with_local_and_env_local_file' panicked at tests/dotenv-flow.rs:51:5: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: "test_val_local" [INFO] [stdout] right: "test_val_env_local" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x64bd971cabf2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x64bd971cabf2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x64bd971cabf2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x64bd971cabf2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x64bd971f0c63 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x64bd971f0c63 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x64bd971c7823 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x64bd971c7823 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x64bd971caa42 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x64bd971cc209 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x64bd971cc03e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x64bd97176ca4 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x64bd97176ca4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x64bd971ccbde - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x64bd971ccbde - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x64bd971cc9aa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x64bd971cb0e9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x64bd971cc63d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x64bd971ef6e0 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x64bd971efa03 - core::panicking::assert_failed_inner::h102b4539a88470c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17 [INFO] [stdout] 20: 0x64bd9713a7be - core::panicking::assert_failed::hdb18b1a9e21ad4e0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5 [INFO] [stdout] 21: 0x64bd9713c7b8 - dotenv_flow::test_dotenv_flow_with_local_and_env_local_file::hc285b56807b838cb [INFO] [stdout] at /opt/rustwide/workdir/tests/dotenv-flow.rs:51:5 [INFO] [stdout] 22: 0x64bd9713c457 - dotenv_flow::test_dotenv_flow_with_local_and_env_local_file::{{closure}}::h3d9fb5d8b5964390 [INFO] [stdout] at /opt/rustwide/workdir/tests/dotenv-flow.rs:39:52 [INFO] [stdout] 23: 0x64bd9713a236 - core::ops::function::FnOnce::call_once::h5857a8c15c879001 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x64bd9717c50b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x64bd9717c50b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x64bd9717b645 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x64bd9717b645 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x64bd9717b645 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x64bd9717b645 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x64bd9717b645 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x64bd9717b645 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x64bd9717b645 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x64bd9713f244 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x64bd9713f244 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x64bd97142c1a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x64bd97142c1a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x64bd97142c1a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x64bd97142c1a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x64bd97142c1a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x64bd97142c1a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x64bd97142c1a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x64bd971cfc1f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x64bd971cfc1f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x7952042afaa4 - [INFO] [stdout] 45: 0x79520433ca34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_dotenv_flow_with_all_files stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_dotenv_flow_with_all_files' panicked at tests/dotenv-flow.rs:87:5: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: "test_val_local" [INFO] [stdout] right: "test_val_env_local" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x64bd971cabf2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x64bd971cabf2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x64bd971cabf2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x64bd971cabf2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x64bd971f0c63 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x64bd971f0c63 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x64bd971c7823 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x64bd971c7823 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x64bd971caa42 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x64bd971cc209 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x64bd971cc03e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x64bd97176ca4 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x64bd97176ca4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x64bd971ccbde - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x64bd971ccbde - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x64bd971cc9aa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x64bd971cb0e9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x64bd971cc63d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x64bd971ef6e0 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x64bd971efa03 - core::panicking::assert_failed_inner::h102b4539a88470c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17 [INFO] [stdout] 20: 0x64bd9713a7be - core::panicking::assert_failed::hdb18b1a9e21ad4e0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5 [INFO] [stdout] 21: 0x64bd9713d12e - dotenv_flow::test_dotenv_flow_with_all_files::h39c9fae54f37616a [INFO] [stdout] at /opt/rustwide/workdir/tests/dotenv-flow.rs:87:5 [INFO] [stdout] 22: 0x64bd9713cdb7 - dotenv_flow::test_dotenv_flow_with_all_files::{{closure}}::h5d44de62138f5e72 [INFO] [stdout] at /opt/rustwide/workdir/tests/dotenv-flow.rs:75:37 [INFO] [stdout] 23: 0x64bd9713a2c6 - core::ops::function::FnOnce::call_once::hb0d3ddfc56d40de7 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x64bd9717c50b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x64bd9717c50b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x64bd9717b645 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x64bd9717b645 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x64bd9717b645 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x64bd9717b645 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x64bd9717b645 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x64bd9717b645 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x64bd9717b645 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x64bd9713f244 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x64bd9713f244 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x64bd97142c1a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x64bd97142c1a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x64bd97142c1a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x64bd97142c1a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x64bd97142c1a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x64bd97142c1a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x64bd97142c1a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x64bd971cfc1f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x64bd971cfc1f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x7952042afaa4 - [INFO] [stdout] 45: 0x79520433ca34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_dotenv_flow_with_all_files [INFO] [stdout] test_dotenv_flow_with_local_and_env_local_file [INFO] [stdout] test_dotenv_flow_with_no_local [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0a2d6f16a1c366c450dbde18b72ee48f750385e43b549d043368899e01be1345", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a2d6f16a1c366c450dbde18b72ee48f750385e43b549d043368899e01be1345", kill_on_drop: false }` [INFO] [stdout] 0a2d6f16a1c366c450dbde18b72ee48f750385e43b549d043368899e01be1345