[INFO] fetching crate shellharden 4.3.1...
[INFO] testing shellharden-4.3.1 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate shellharden 4.3.1 into /workspace/builds/worker-4-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-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate shellharden 4.3.1 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 995f16b85e1f52b7a7df502a88bab12d3faff45fae82f8994e17de3442a9edbb
[INFO] running `Command { std: "docker" "start" "-a" "995f16b85e1f52b7a7df502a88bab12d3faff45fae82f8994e17de3442a9edbb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "995f16b85e1f52b7a7df502a88bab12d3faff45fae82f8994e17de3442a9edbb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "995f16b85e1f52b7a7df502a88bab12d3faff45fae82f8994e17de3442a9edbb", kill_on_drop: false }`
[INFO] [stdout] 995f16b85e1f52b7a7df502a88bab12d3faff45fae82f8994e17de3442a9edbb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 31602b49ffd9d38d58efb5f466d1e99f1cd62b72d208c9570fa2a102fc58f124
[INFO] running `Command { std: "docker" "start" "-a" "31602b49ffd9d38d58efb5f466d1e99f1cd62b72d208c9570fa2a102fc58f124", 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<InputSource, std::io::Error> {
[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<InputSource<'_>, 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" "31602b49ffd9d38d58efb5f466d1e99f1cd62b72d208c9570fa2a102fc58f124", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31602b49ffd9d38d58efb5f466d1e99f1cd62b72d208c9570fa2a102fc58f124", kill_on_drop: false }`
[INFO] [stdout] 31602b49ffd9d38d58efb5f466d1e99f1cd62b72d208c9570fa2a102fc58f124
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb10c2dff721b789938cd17e223b067f7cfef57f6f994aaffb14ba820c42b643
[INFO] running `Command { std: "docker" "start" "-a" "bb10c2dff721b789938cd17e223b067f7cfef57f6f994aaffb14ba820c42b643", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[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<InputSource, std::io::Error> {
[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<InputSource<'_>, 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]    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<InputSource, std::io::Error> {
[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<InputSource<'_>, 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.06s
[INFO] running `Command { std: "docker" "inspect" "bb10c2dff721b789938cd17e223b067f7cfef57f6f994aaffb14ba820c42b643", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb10c2dff721b789938cd17e223b067f7cfef57f6f994aaffb14ba820c42b643", kill_on_drop: false }`
[INFO] [stdout] bb10c2dff721b789938cd17e223b067f7cfef57f6f994aaffb14ba820c42b643
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 69dc22c8fe322cd206dcfcddf8b82540fada4ff29a587762b8a36c6a2d0c0309
[INFO] running `Command { std: "docker" "start" "-a" "69dc22c8fe322cd206dcfcddf8b82540fada4ff29a587762b8a36c6a2d0c0309", 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<InputSource, std::io::Error> {
[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<InputSource<'_>, 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.03s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/shellharden-58130cdf78501752)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[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 sitstrphantom::test_sit_strphantom ... ok
[INFO] [stdout] test sitstrsqesc::test_sit_strsqesc ... ok
[INFO] [stdout] test sittest::test_sit_test ... ok
[INFO] [stdout] test sitfor::test_sit_for ... ok
[INFO] [stdout] test sittest::test_sit_xyes ... 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 sittest::test_has_rhs_xyes ... ok
[INFO] [stdout] test commonargcmd::test_find_lvalue ... ok
[INFO] [stdout] test sitcmd::test_sit_normal ... ok
[INFO] [stdout] test sitcase::test_sit_casearm ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/moduletest.rs (/opt/rustwide/target/debug/deps/moduletest-def9cc12f9a2fd42)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] 
[INFO] [stdout] Passes:
[INFO] [stdout] 	[32mmoduletests/original/backtick.bash[m
[INFO] [stdout] 	[32mmoduletests/original/cmdsub.bash[m
[INFO] [stdout] 	[32mmoduletests/original/control_structures_2.bash[m
[INFO] [stdout] 	[32mmoduletests/original/error_unexpected_eof_arith.bash[m
[INFO] [stdout] 	[32mmoduletests/original/error_unexpected_eof_doublebracket.bash[m
[INFO] [stdout] 	[32mmoduletests/original/error_unexpected_eof_esc.bash[m
[INFO] [stdout] 	[32mmoduletests/original/error_unexpected_eof_heredoc.bash[m
[INFO] [stdout] 	[32mmoduletests/original/esac_1.bash[m
[INFO] [stdout] 	[32mmoduletests/original/esac_2.bash[m
[INFO] [stdout] 	[32mmoduletests/original/heredoc_vs_var.bash[m
[INFO] [stdout] 	[32mmoduletests/original/local.bash[m
[INFO] [stdout] 	[32mmoduletests/original/nesting.bash[m
[INFO] [stdout] 	[32mmoduletests/original/phantomstring.bash[m
[INFO] [stdout] 	[32mmoduletests/original/premature_esac.bash[m
[INFO] [stdout] 	[32mmoduletests/original/preserve_syntaxerror_emptyvar.bash[m
[INFO] [stdout] 	[32mmoduletests/original/pwd.bash[m
[INFO] [stdout] 	[32mmoduletests/original/quoting_unneeded.bash[m
[INFO] [stdout] 	[32mmoduletests/original/test.bash[m
[INFO] [stdout] 	[32mmoduletests/original/unsupp_numeral_variable_quot.bash[m
[INFO] [stdout] 	[32mmoduletests/original/unsupp_numeral_variable_unquot.bash[m
[INFO] [stdout] 	[32mmoduletests/original/var.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/arithmetic.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/assoc.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/backtick.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/cmdsub.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/control_structures_1.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/control_structures_2.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/eof_after_command.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/eof_after_rvalue.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/esac_1.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/esac_2.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/esac_3.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/heredoc_complicated.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/heredoc_vs_var.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/local.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/nesting.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/phantomstring.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/premature_esac.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/preserve_syntaxerror_emptyvar.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/pwd.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/quoting_unneeded.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/stresc.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/test.bash[m
[INFO] [stdout] 	[32mmoduletests/expected/var.bash[m
[INFO] [stdout] 	[32mmoduletests/run[m
[INFO] [stdout] 
[INFO] [stdout] Fails:
[INFO] [stdout] 	[31m[m
[INFO] running `Command { std: "docker" "inspect" "69dc22c8fe322cd206dcfcddf8b82540fada4ff29a587762b8a36c6a2d0c0309", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69dc22c8fe322cd206dcfcddf8b82540fada4ff29a587762b8a36c6a2d0c0309", kill_on_drop: false }`
[INFO] [stdout] 69dc22c8fe322cd206dcfcddf8b82540fada4ff29a587762b8a36c6a2d0c0309
