[INFO] fetching crate shellharden 4.3.1... [INFO] testing shellharden-4.3.1 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-2 [INFO] extracting crate shellharden 4.3.1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate shellharden 4.3.1 [INFO] finished tweaking crates.io crate shellharden 4.3.1 [INFO] tweaked toml for crates.io crate shellharden 4.3.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate shellharden 4.3.1 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate shellharden 4.3.1 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" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0c9b7515b03f936886b2a6f6598baa3d8fe7623e343656d3e01a59a677ae232d [INFO] running `Command { std: "docker" "start" "-a" "0c9b7515b03f936886b2a6f6598baa3d8fe7623e343656d3e01a59a677ae232d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c9b7515b03f936886b2a6f6598baa3d8fe7623e343656d3e01a59a677ae232d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c9b7515b03f936886b2a6f6598baa3d8fe7623e343656d3e01a59a677ae232d", kill_on_drop: false }` [INFO] [stdout] 0c9b7515b03f936886b2a6f6598baa3d8fe7623e343656d3e01a59a677ae232d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ebb56a0170f64d854f69aee10d5afdfc0bf119c4e811725422b37e590313d4ab [INFO] running `Command { std: "docker" "start" "-a" "ebb56a0170f64d854f69aee10d5afdfc0bf119c4e811725422b37e590313d4ab", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] Compiling shellharden v4.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/filestream.rs:18:25 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn open_file(path: &std::ffi::OsString) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 18 | pub fn open_file(path: &std::ffi::OsString) -> Result, std::io::Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/filestream.rs:21:27 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn open_stdin(stdin: &std::io::Stdin) -> InputSource { [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 21 | pub fn open_stdin(stdin: &std::io::Stdin) -> InputSource<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/filestream.rs:54:29 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn open_stdout(stdout: &std::io::Stdout) -> FileOut { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 54 | pub fn open_stdout(stdout: &std::io::Stdout) -> FileOut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s [INFO] running `Command { std: "docker" "inspect" "ebb56a0170f64d854f69aee10d5afdfc0bf119c4e811725422b37e590313d4ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebb56a0170f64d854f69aee10d5afdfc0bf119c4e811725422b37e590313d4ab", kill_on_drop: false }` [INFO] [stdout] ebb56a0170f64d854f69aee10d5afdfc0bf119c4e811725422b37e590313d4ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6cc62f4bf8b8a6ed85b3beee93c10542b85170e01a1e032cafc887993729aff8 [INFO] running `Command { std: "docker" "start" "-a" "6cc62f4bf8b8a6ed85b3beee93c10542b85170e01a1e032cafc887993729aff8", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] Compiling shellharden v4.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/filestream.rs:18:25 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn open_file(path: &std::ffi::OsString) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 18 | pub fn open_file(path: &std::ffi::OsString) -> Result, std::io::Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/filestream.rs:21:27 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn open_stdin(stdin: &std::io::Stdin) -> InputSource { [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 21 | pub fn open_stdin(stdin: &std::io::Stdin) -> InputSource<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/filestream.rs:54:29 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn open_stdout(stdout: &std::io::Stdout) -> FileOut { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 54 | pub fn open_stdout(stdout: &std::io::Stdout) -> FileOut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/filestream.rs:18:25 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn open_file(path: &std::ffi::OsString) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 18 | pub fn open_file(path: &std::ffi::OsString) -> Result, std::io::Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/filestream.rs:21:27 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn open_stdin(stdin: &std::io::Stdin) -> InputSource { [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 21 | pub fn open_stdin(stdin: &std::io::Stdin) -> InputSource<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/filestream.rs:54:29 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn open_stdout(stdout: &std::io::Stdout) -> FileOut { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 54 | pub fn open_stdout(stdout: &std::io::Stdout) -> FileOut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s [INFO] running `Command { std: "docker" "inspect" "6cc62f4bf8b8a6ed85b3beee93c10542b85170e01a1e032cafc887993729aff8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cc62f4bf8b8a6ed85b3beee93c10542b85170e01a1e032cafc887993729aff8", kill_on_drop: false }` [INFO] [stdout] 6cc62f4bf8b8a6ed85b3beee93c10542b85170e01a1e032cafc887993729aff8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5405cddfa813dc5f3a38cb326d9e4fa1e093c80301ca47e47cef9c79fa9baaba [INFO] running `Command { std: "docker" "start" "-a" "5405cddfa813dc5f3a38cb326d9e4fa1e093c80301ca47e47cef9c79fa9baaba", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/filestream.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn open_file(path: &std::ffi::OsString) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 18 | pub fn open_file(path: &std::ffi::OsString) -> Result, std::io::Error> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/filestream.rs:21:27 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn open_stdin(stdin: &std::io::Stdin) -> InputSource { [INFO] [stderr] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 21 | pub fn open_stdin(stdin: &std::io::Stdin) -> InputSource<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/filestream.rs:54:29 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn open_stdout(stdout: &std::io::Stdout) -> FileOut { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 54 | pub fn open_stdout(stdout: &std::io::Stdout) -> FileOut<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `shellharden` (bin "shellharden") generated 3 warnings (run `cargo fix --bin "shellharden" -p shellharden` to apply 3 suggestions) [INFO] [stderr] warning: `shellharden` (bin "shellharden" test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/shellharden-895bf0d76bdec88e) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test commonargcmd::test_find_lvalue ... ok [INFO] [stdout] test sitcase::test_sit_casearm ... ok [INFO] [stdout] test sitcase::test_sit_case ... ok [INFO] [stdout] test sitcase::test_sit_casein ... ok [INFO] [stdout] test sitcmd::test_sit_arg ... ok [INFO] [stdout] test sitcmd::test_sit_normal ... ok [INFO] [stdout] test sitfor::test_sit_for ... ok [INFO] [stdout] test sitfor::test_sit_forin ... ok [INFO] [stdout] test sitfor::test_sit_forinanythingelse ... ok [INFO] [stdout] test sitfor::test_sit_varidentnecessarilyarray ... ok [INFO] [stdout] test sitstrdq::test_sit_strdq ... ok [INFO] [stdout] test sitstrphantom::test_sit_strphantom ... ok [INFO] [stdout] test sitstrsqesc::test_sit_strsqesc ... ok [INFO] [stdout] test sittest::test_has_rhs_xyes ... ok [INFO] [stdout] test sittest::test_sit_xyes ... ok [INFO] [stdout] test sittest::test_sit_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/moduletest.rs (/opt/rustwide/target/debug/deps/moduletest-86ea0240d6cc1e87) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] [INFO] [stdout] Passes: [INFO] [stdout] moduletests/original/backtick.bash [INFO] [stdout] moduletests/original/cmdsub.bash [INFO] [stdout] moduletests/original/control_structures_2.bash [INFO] [stdout] moduletests/original/error_unexpected_eof_arith.bash [INFO] [stdout] moduletests/original/error_unexpected_eof_doublebracket.bash [INFO] [stdout] moduletests/original/error_unexpected_eof_esc.bash [INFO] [stdout] moduletests/original/error_unexpected_eof_heredoc.bash [INFO] [stdout] moduletests/original/esac_1.bash [INFO] [stdout] moduletests/original/esac_2.bash [INFO] [stdout] moduletests/original/heredoc_vs_var.bash [INFO] [stdout] moduletests/original/local.bash [INFO] [stdout] moduletests/original/nesting.bash [INFO] [stdout] moduletests/original/phantomstring.bash [INFO] [stdout] moduletests/original/premature_esac.bash [INFO] [stdout] moduletests/original/preserve_syntaxerror_emptyvar.bash [INFO] [stdout] moduletests/original/pwd.bash [INFO] [stdout] moduletests/original/quoting_unneeded.bash [INFO] [stdout] moduletests/original/test.bash [INFO] [stdout] moduletests/original/unsupp_numeral_variable_quot.bash [INFO] [stdout] moduletests/original/unsupp_numeral_variable_unquot.bash [INFO] [stdout] moduletests/original/var.bash [INFO] [stdout] moduletests/expected/arithmetic.bash [INFO] [stdout] moduletests/expected/assoc.bash [INFO] [stdout] moduletests/expected/backtick.bash [INFO] [stdout] moduletests/expected/cmdsub.bash [INFO] [stdout] moduletests/expected/control_structures_1.bash [INFO] [stdout] moduletests/expected/control_structures_2.bash [INFO] [stdout] moduletests/expected/eof_after_command.bash [INFO] [stdout] moduletests/expected/eof_after_rvalue.bash [INFO] [stdout] moduletests/expected/esac_1.bash [INFO] [stdout] moduletests/expected/esac_2.bash [INFO] [stdout] moduletests/expected/esac_3.bash [INFO] [stdout] moduletests/expected/heredoc_complicated.bash [INFO] [stdout] moduletests/expected/heredoc_vs_var.bash [INFO] [stdout] moduletests/expected/local.bash [INFO] [stdout] moduletests/expected/nesting.bash [INFO] [stdout] moduletests/expected/phantomstring.bash [INFO] [stdout] moduletests/expected/premature_esac.bash [INFO] [stdout] moduletests/expected/preserve_syntaxerror_emptyvar.bash [INFO] [stdout] moduletests/expected/pwd.bash [INFO] [stdout] moduletests/expected/quoting_unneeded.bash [INFO] [stdout] moduletests/expected/stresc.bash [INFO] [stdout] moduletests/expected/test.bash [INFO] [stdout] moduletests/expected/var.bash [INFO] [stdout] moduletests/run [INFO] [stdout] [INFO] [stdout] Fails: [INFO] [stdout]  [INFO] running `Command { std: "docker" "inspect" "5405cddfa813dc5f3a38cb326d9e4fa1e093c80301ca47e47cef9c79fa9baaba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5405cddfa813dc5f3a38cb326d9e4fa1e093c80301ca47e47cef9c79fa9baaba", kill_on_drop: false }` [INFO] [stdout] 5405cddfa813dc5f3a38cb326d9e4fa1e093c80301ca47e47cef9c79fa9baaba