[INFO] fetching crate shellharden 4.3.1... [INFO] testing shellharden-4.3.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate shellharden 4.3.1 into /workspace/builds/worker-2-tc2/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-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate shellharden 4.3.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d96867f5aeb1c3654a1c6367181236e15e3a8c13e35f98e954871ad29f24ec30 [INFO] running `Command { std: "docker" "start" "-a" "d96867f5aeb1c3654a1c6367181236e15e3a8c13e35f98e954871ad29f24ec30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d96867f5aeb1c3654a1c6367181236e15e3a8c13e35f98e954871ad29f24ec30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d96867f5aeb1c3654a1c6367181236e15e3a8c13e35f98e954871ad29f24ec30", kill_on_drop: false }` [INFO] [stdout] d96867f5aeb1c3654a1c6367181236e15e3a8c13e35f98e954871ad29f24ec30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e24965f064304ca72d5e4e18e8b915142b9522e4c641d576edae352e6f555e43 [INFO] running `Command { std: "docker" "start" "-a" "e24965f064304ca72d5e4e18e8b915142b9522e4c641d576edae352e6f555e43", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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.74s [INFO] running `Command { std: "docker" "inspect" "e24965f064304ca72d5e4e18e8b915142b9522e4c641d576edae352e6f555e43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e24965f064304ca72d5e4e18e8b915142b9522e4c641d576edae352e6f555e43", kill_on_drop: false }` [INFO] [stdout] e24965f064304ca72d5e4e18e8b915142b9522e4c641d576edae352e6f555e43 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 008f257439e2d412cef3768c32b2aea875d741fc33d7defb3a13f879863990f0 [INFO] running `Command { std: "docker" "start" "-a" "008f257439e2d412cef3768c32b2aea875d741fc33d7defb3a13f879863990f0", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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.81s [INFO] running `Command { std: "docker" "inspect" "008f257439e2d412cef3768c32b2aea875d741fc33d7defb3a13f879863990f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "008f257439e2d412cef3768c32b2aea875d741fc33d7defb3a13f879863990f0", kill_on_drop: false }` [INFO] [stdout] 008f257439e2d412cef3768c32b2aea875d741fc33d7defb3a13f879863990f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f839c474125bda2bd3c0998ee44bfb11a9817cf59f9e2efdd87ff2739fa831d8 [INFO] running `Command { std: "docker" "start" "-a" "f839c474125bda2bd3c0998ee44bfb11a9817cf59f9e2efdd87ff2739fa831d8", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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.02s [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 sitcmd::test_sit_arg ... ok [INFO] [stdout] test sitcase::test_sit_casearm ... ok [INFO] [stdout] test sitcmd::test_sit_normal ... ok [INFO] [stdout] test sitfor::test_sit_for ... ok [INFO] [stdout] test sitcase::test_sit_case ... ok [INFO] [stdout] test sitfor::test_sit_forinanythingelse ... ok [INFO] [stdout] test sitfor::test_sit_varidentnecessarilyarray ... ok [INFO] [stdout] test sitstrphantom::test_sit_strphantom ... ok [INFO] [stdout] test sitstrsqesc::test_sit_strsqesc ... ok [INFO] [stdout] test sitcase::test_sit_casein ... ok [INFO] [stdout] test sittest::test_sit_xyes ... ok [INFO] [stdout] test sittest::test_has_rhs_xyes ... ok [INFO] [stdout] test sittest::test_sit_test ... ok [INFO] [stdout] test sitfor::test_sit_forin ... ok [INFO] [stdout] test sitstrdq::test_sit_strdq ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/moduletest.rs (/opt/rustwide/target/debug/deps/moduletest-043db0f47d24912a) [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" "f839c474125bda2bd3c0998ee44bfb11a9817cf59f9e2efdd87ff2739fa831d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f839c474125bda2bd3c0998ee44bfb11a9817cf59f9e2efdd87ff2739fa831d8", kill_on_drop: false }` [INFO] [stdout] f839c474125bda2bd3c0998ee44bfb11a9817cf59f9e2efdd87ff2739fa831d8