[INFO] fetching crate wain-syntax-text 0.2.1...
[INFO] testing wain-syntax-text-0.2.1 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate wain-syntax-text 0.2.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate wain-syntax-text 0.2.1
[INFO] finished tweaking crates.io crate wain-syntax-text 0.2.1
[INFO] tweaked toml for crates.io crate wain-syntax-text 0.2.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wain-syntax-text 0.2.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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[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] 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] 1e1038176a4d4483e9f232e25a81eaba43ae070c9b9fedd7197f9a67e3da94f0
[INFO] running `Command { std: "docker" "start" "-a" "1e1038176a4d4483e9f232e25a81eaba43ae070c9b9fedd7197f9a67e3da94f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e1038176a4d4483e9f232e25a81eaba43ae070c9b9fedd7197f9a67e3da94f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e1038176a4d4483e9f232e25a81eaba43ae070c9b9fedd7197f9a67e3da94f0", kill_on_drop: false }`
[INFO] [stdout] 1e1038176a4d4483e9f232e25a81eaba43ae070c9b9fedd7197f9a67e3da94f0
[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] 335c7ed275158f44049282910bca25db8b0312c469431fad5956e98c787f5dd3
[INFO] running `Command { std: "docker" "start" "-a" "335c7ed275158f44049282910bca25db8b0312c469431fad5956e98c787f5dd3", kill_on_drop: false }`
[INFO] [stderr]    Compiling wain-ast v0.2.2
[INFO] [stderr]    Compiling wain-syntax-text v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:65:23
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn parse(source: &'_ str) -> Result<wain_ast::Root<'_, TextSource>, Error<'_>> {
[INFO] [stdout]    |                       ^^                               ^^  ^^^^^^^^^^         ^^ the same lifetime is elided here
[INFO] [stdout]    |                       |                                |   |
[INFO] [stdout]    |                       |                                |   the same lifetime is hidden here
[INFO] [stdout]    |                       the lifetime is elided here      the same 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] 65 | pub fn parse(source: &'_ str) -> Result<wain_ast::Root<'_, TextSource<'_>>, Error<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/compose.rs:86:66
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub(crate) fn compose(mut self, mut composed: Module<'s>) -> Result<Module<'s>> {
[INFO] [stdout]    |                                                          --      ^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                                                          |       |             |
[INFO] [stdout]    |                                                          |       |             the same lifetime is named here
[INFO] [stdout]    |                                                          |       the same lifetime is hidden here
[INFO] [stdout]    |                                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'s`
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub(crate) fn compose(mut self, mut composed: Module<'s>) -> Result<'s, Module<'s>> {
[INFO] [stdout]    |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:349:22
[INFO] [stdout]     |
[INFO] [stdout] 346 |         &'p self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 347 |         lexed: Option<&'p <Lexer<'s> as Iterator>::Item>,
[INFO] [stdout]     |                        -- the lifetime is named here
[INFO] [stdout] 348 |         expected: &'static str,
[INFO] [stdout] 349 |     ) -> Result<'s, (&Token<'s>, usize)> {
[INFO] [stdout]     |                      ^^^^^^^^^^ the same 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: consistently use `'p`
[INFO] [stdout]     |
[INFO] [stdout] 349 |     ) -> Result<'s, (&'p Token<'s>, usize)> {
[INFO] [stdout]     |                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
[INFO] running `Command { std: "docker" "inspect" "335c7ed275158f44049282910bca25db8b0312c469431fad5956e98c787f5dd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "335c7ed275158f44049282910bca25db8b0312c469431fad5956e98c787f5dd3", kill_on_drop: false }`
[INFO] [stdout] 335c7ed275158f44049282910bca25db8b0312c469431fad5956e98c787f5dd3
[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] 688a0e2872979c927567e6e9445ec26eb45286d8e9e18b4e3441ae6b4e926b80
[INFO] running `Command { std: "docker" "start" "-a" "688a0e2872979c927567e6e9445ec26eb45286d8e9e18b4e3441ae6b4e926b80", kill_on_drop: false }`
[INFO] [stderr]    Compiling wain-syntax-text v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:65:23
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn parse(source: &'_ str) -> Result<wain_ast::Root<'_, TextSource>, Error<'_>> {
[INFO] [stdout]    |                       ^^                               ^^  ^^^^^^^^^^         ^^ the same lifetime is elided here
[INFO] [stdout]    |                       |                                |   |
[INFO] [stdout]    |                       |                                |   the same lifetime is hidden here
[INFO] [stdout]    |                       the lifetime is elided here      the same 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] 65 | pub fn parse(source: &'_ str) -> Result<wain_ast::Root<'_, TextSource<'_>>, Error<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/compose.rs:86:66
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub(crate) fn compose(mut self, mut composed: Module<'s>) -> Result<Module<'s>> {
[INFO] [stdout]    |                                                          --      ^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                                                          |       |             |
[INFO] [stdout]    |                                                          |       |             the same lifetime is named here
[INFO] [stdout]    |                                                          |       the same lifetime is hidden here
[INFO] [stdout]    |                                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'s`
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub(crate) fn compose(mut self, mut composed: Module<'s>) -> Result<'s, Module<'s>> {
[INFO] [stdout]    |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:349:22
[INFO] [stdout]     |
[INFO] [stdout] 346 |         &'p self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 347 |         lexed: Option<&'p <Lexer<'s> as Iterator>::Item>,
[INFO] [stdout]     |                        -- the lifetime is named here
[INFO] [stdout] 348 |         expected: &'static str,
[INFO] [stdout] 349 |     ) -> Result<'s, (&Token<'s>, usize)> {
[INFO] [stdout]     |                      ^^^^^^^^^^ the same 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: consistently use `'p`
[INFO] [stdout]     |
[INFO] [stdout] 349 |     ) -> Result<'s, (&'p Token<'s>, usize)> {
[INFO] [stdout]     |                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:65:23
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn parse(source: &'_ str) -> Result<wain_ast::Root<'_, TextSource>, Error<'_>> {
[INFO] [stdout]    |                       ^^                               ^^  ^^^^^^^^^^         ^^ the same lifetime is elided here
[INFO] [stdout]    |                       |                                |   |
[INFO] [stdout]    |                       |                                |   the same lifetime is hidden here
[INFO] [stdout]    |                       the lifetime is elided here      the same 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] 65 | pub fn parse(source: &'_ str) -> Result<wain_ast::Root<'_, TextSource<'_>>, Error<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/compose.rs:86:66
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub(crate) fn compose(mut self, mut composed: Module<'s>) -> Result<Module<'s>> {
[INFO] [stdout]    |                                                          --      ^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                                                          |       |             |
[INFO] [stdout]    |                                                          |       |             the same lifetime is named here
[INFO] [stdout]    |                                                          |       the same lifetime is hidden here
[INFO] [stdout]    |                                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'s`
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub(crate) fn compose(mut self, mut composed: Module<'s>) -> Result<'s, Module<'s>> {
[INFO] [stdout]    |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:349:22
[INFO] [stdout]     |
[INFO] [stdout] 346 |         &'p self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 347 |         lexed: Option<&'p <Lexer<'s> as Iterator>::Item>,
[INFO] [stdout]     |                        -- the lifetime is named here
[INFO] [stdout] 348 |         expected: &'static str,
[INFO] [stdout] 349 |     ) -> Result<'s, (&Token<'s>, usize)> {
[INFO] [stdout]     |                      ^^^^^^^^^^ the same 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: consistently use `'p`
[INFO] [stdout]     |
[INFO] [stdout] 349 |     ) -> Result<'s, (&'p Token<'s>, usize)> {
[INFO] [stdout]     |                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.33s
[INFO] running `Command { std: "docker" "inspect" "688a0e2872979c927567e6e9445ec26eb45286d8e9e18b4e3441ae6b4e926b80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "688a0e2872979c927567e6e9445ec26eb45286d8e9e18b4e3441ae6b4e926b80", kill_on_drop: false }`
[INFO] [stdout] 688a0e2872979c927567e6e9445ec26eb45286d8e9e18b4e3441ae6b4e926b80
[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] 10e4a99e40a4348e62884f775cbfddc8a6f23dc8d8f7f0459d07674ba9bfce4e
[INFO] running `Command { std: "docker" "start" "-a" "10e4a99e40a4348e62884f775cbfddc8a6f23dc8d8f7f0459d07674ba9bfce4e", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:65:23
[INFO] [stderr]    |
[INFO] [stderr] 65 | pub fn parse(source: &'_ str) -> Result<wain_ast::Root<'_, TextSource>, Error<'_>> {
[INFO] [stderr]    |                       ^^                               ^^  ^^^^^^^^^^         ^^ the same lifetime is elided here
[INFO] [stderr]    |                       |                                |   |
[INFO] [stderr]    |                       |                                |   the same lifetime is hidden here
[INFO] [stderr]    |                       the lifetime is elided here      the same 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] 65 | pub fn parse(source: &'_ str) -> Result<wain_ast::Root<'_, TextSource<'_>>, Error<'_>> {
[INFO] [stderr]    |                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/compose.rs:86:66
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub(crate) fn compose(mut self, mut composed: Module<'s>) -> Result<Module<'s>> {
[INFO] [stderr]    |                                                          --      ^^^^^^^^^^^^^^--^^
[INFO] [stderr]    |                                                          |       |             |
[INFO] [stderr]    |                                                          |       |             the same lifetime is named here
[INFO] [stderr]    |                                                          |       the same lifetime is hidden here
[INFO] [stderr]    |                                                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'s`
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub(crate) fn compose(mut self, mut composed: Module<'s>) -> Result<'s, Module<'s>> {
[INFO] [stderr]    |                                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:349:22
[INFO] [stderr]     |
[INFO] [stderr] 346 |         &'p self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] 347 |         lexed: Option<&'p <Lexer<'s> as Iterator>::Item>,
[INFO] [stderr]     |                        -- the lifetime is named here
[INFO] [stderr] 348 |         expected: &'static str,
[INFO] [stderr] 349 |     ) -> Result<'s, (&Token<'s>, usize)> {
[INFO] [stderr]     |                      ^^^^^^^^^^ the same 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: consistently use `'p`
[INFO] [stderr]     |
[INFO] [stderr] 349 |     ) -> Result<'s, (&'p Token<'s>, usize)> {
[INFO] [stderr]     |                       ++
[INFO] [stderr] 
[INFO] [stderr] warning: `wain-syntax-text` (lib) generated 3 warnings (run `cargo fix --lib -p wain-syntax-text` to apply 3 suggestions)
[INFO] [stderr] warning: `wain-syntax-text` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wain_syntax_text-7d030796a7b00976)
[INFO] [stdout] 
[INFO] [stdout] running 50 tests
[INFO] [stdout] test ast::tests::insn_is_block ... ok
[INFO] [stdout] test lexer::tests::apply_sign ... ok
[INFO] [stdout] test lexer::tests::comments ... ok
[INFO] [stdout] test lexer::tests::floats ... ok
[INFO] [stdout] test lexer::tests::integers ... ok
[INFO] [stdout] test lexer::tests::keywords ... ok
[INFO] [stdout] test lexer::tests::parens ... ok
[INFO] [stdout] test lexer::tests::reserved ... ok
[INFO] [stdout] test lexer::tests::unexpected_characters ... ok
[INFO] [stdout] test lexer::tests::strings ... ok
[INFO] [stdout] test parser::tests::export ... ok
[INFO] [stdout] test parser::tests::global_type ... ok
[INFO] [stdout] test parser::tests::func_type ... ok
[INFO] [stdout] test parser::tests::func_field ... ok
[INFO] [stdout] test parser::tests::const_instructions ... ok
[INFO] [stdout] test parser::tests::import ... ok
[INFO] [stdout] test parser::tests::hello_world ... ok
[INFO] [stdout] test parser::tests::control_instructions ... ok
[INFO] [stdout] test parser::tests::func_results ... ok
[INFO] [stdout] test parser::tests::hex_f32_literal_edge_cases ... ok
[INFO] [stdout] test parser::tests::global_section_abbrev ... ok
[INFO] [stdout] test lexer::tests::idents ... ok
[INFO] [stdout] test parser::tests::import_item ... ok
[INFO] [stdout] test parser::tests::hex_float_out_of_range ... ok
[INFO] [stdout] test parser::tests::elem_segment ... ok
[INFO] [stdout] test parser::tests::indices ... ok
[INFO] [stdout] test parser::tests::lookahead ... ok
[INFO] [stdout] test parser::tests::insn_abbrev ... ok
[INFO] [stdout] test parser::tests::memory_section_abbrev ... ok
[INFO] [stdout] test parser::tests::memory_instructions ... ok
[INFO] [stdout] test parser::tests::memtype ... ok
[INFO] [stdout] test parser::tests::module_field ... ok
[INFO] [stdout] test parser::tests::data_segment ... ok
[INFO] [stdout] test lexer::tests::hello_world ... ok
[INFO] [stdout] test parser::tests::name ... ok
[INFO] [stdout] test parser::tests::index ... ok
[INFO] [stdout] test parser::tests::hex_f64_literal_edge_cases ... ok
[INFO] [stdout] test parser::tests::module ... ok
[INFO] [stdout] test parser::tests::parametric_instructions ... ok
[INFO] [stdout] test parser::tests::params ... ok
[INFO] [stdout] test parser::tests::start_function ... ok
[INFO] [stdout] test parser::tests::root ... ok
[INFO] [stdout] test parser::tests::table_section_abbrev ... ok
[INFO] [stdout] test parser::tests::value_type ... ok
[INFO] [stdout] test parser::tests::table_type_and_limits ... ok
[INFO] [stdout] test parser::tests::type_use ... ok
[INFO] [stdout] test parser::tests::variable_instructions ... ok
[INFO] [stdout] test parser::tests::type_def ... ok
[INFO] [stdout] test parser::tests::numeric_instructions ... ok
[INFO] [stdout] test lexer::tests::spaces ... ok
[INFO] [stderr]    Doc-tests wain_syntax_text
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "10e4a99e40a4348e62884f775cbfddc8a6f23dc8d8f7f0459d07674ba9bfce4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10e4a99e40a4348e62884f775cbfddc8a6f23dc8d8f7f0459d07674ba9bfce4e", kill_on_drop: false }`
[INFO] [stdout] 10e4a99e40a4348e62884f775cbfddc8a6f23dc8d8f7f0459d07674ba9bfce4e
