[INFO] fetching crate shellharden 4.3.1... [INFO] testing shellharden-4.3.1 against beta-2025-09-21 for beta-1.91-3 [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 beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dde285b0c23ad90a626b3633614893c59795809420cb84e0b364fc8e64671ddd [INFO] running `Command { std: "docker" "start" "-a" "dde285b0c23ad90a626b3633614893c59795809420cb84e0b364fc8e64671ddd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dde285b0c23ad90a626b3633614893c59795809420cb84e0b364fc8e64671ddd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dde285b0c23ad90a626b3633614893c59795809420cb84e0b364fc8e64671ddd", kill_on_drop: false }` [INFO] [stdout] dde285b0c23ad90a626b3633614893c59795809420cb84e0b364fc8e64671ddd [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=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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4fe4c3095c41b7450ee8bcf883e7a06cf6610a4bf24da34d07d2fdf27b5be2ae [INFO] running `Command { std: "docker" "start" "-a" "4fe4c3095c41b7450ee8bcf883e7a06cf6610a4bf24da34d07d2fdf27b5be2ae", 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.59s [INFO] running `Command { std: "docker" "inspect" "4fe4c3095c41b7450ee8bcf883e7a06cf6610a4bf24da34d07d2fdf27b5be2ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fe4c3095c41b7450ee8bcf883e7a06cf6610a4bf24da34d07d2fdf27b5be2ae", kill_on_drop: false }` [INFO] [stdout] 4fe4c3095c41b7450ee8bcf883e7a06cf6610a4bf24da34d07d2fdf27b5be2ae [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=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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2694952a72da060b82ef9c5c6dba15b9cf447ac15c366583ed986be2fd55440e [INFO] running `Command { std: "docker" "start" "-a" "2694952a72da060b82ef9c5c6dba15b9cf447ac15c366583ed986be2fd55440e", 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 1.01s [INFO] running `Command { std: "docker" "inspect" "2694952a72da060b82ef9c5c6dba15b9cf447ac15c366583ed986be2fd55440e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2694952a72da060b82ef9c5c6dba15b9cf447ac15c366583ed986be2fd55440e", kill_on_drop: false }` [INFO] [stdout] 2694952a72da060b82ef9c5c6dba15b9cf447ac15c366583ed986be2fd55440e [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=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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 93eafac49f76a60d7f98bd28ca46af257f5fca980069b4ecf8173344b00aa26c [INFO] running `Command { std: "docker" "start" "-a" "93eafac49f76a60d7f98bd28ca46af257f5fca980069b4ecf8173344b00aa26c", 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] [stdout] [INFO] [stderr] --> src/filestream.rs:18:25 [INFO] [stdout] running 16 tests [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" test) generated 3 warnings (run `cargo fix --bin "shellharden" --tests` to apply 3 suggestions) [INFO] [stderr] warning: `shellharden` (bin "shellharden") generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/shellharden-c2e006d6609cb11f) [INFO] [stdout] test commonargcmd::test_find_lvalue ... ok [INFO] [stdout] test sitcase::test_sit_case ... ok [INFO] [stdout] test sitcase::test_sit_casearm ... ok [INFO] [stdout] test sitcase::test_sit_casein ... ok [INFO] [stdout] test sitcmd::test_sit_arg ... ok [INFO] [stdout] test sitfor::test_sit_varidentnecessarilyarray ... ok [INFO] [stdout] test sitfor::test_sit_for ... ok [INFO] [stdout] test sitfor::test_sit_forinanythingelse ... 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 sittest::test_sit_xyes ... 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 sitcmd::test_sit_normal ... 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-a7987728021e4155) [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" "93eafac49f76a60d7f98bd28ca46af257f5fca980069b4ecf8173344b00aa26c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93eafac49f76a60d7f98bd28ca46af257f5fca980069b4ecf8173344b00aa26c", kill_on_drop: false }` [INFO] [stdout] 93eafac49f76a60d7f98bd28ca46af257f5fca980069b4ecf8173344b00aa26c