[INFO] fetching crate wasi-binio-wasm 0.1.1...
[INFO] testing wasi-binio-wasm-0.1.1 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate wasi-binio-wasm 0.1.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate wasi-binio-wasm 0.1.1
[INFO] finished tweaking crates.io crate wasi-binio-wasm 0.1.1
[INFO] tweaked toml for crates.io crate wasi-binio-wasm 0.1.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wasi-binio-wasm 0.1.1 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] [stderr]       Adding bincode v1.3.3 (available: v2.0.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 918f5112e982d558c17422ce89414aeeb457a202e83ee7c05181c0025d38a566
[INFO] running `Command { std: "docker" "start" "-a" "918f5112e982d558c17422ce89414aeeb457a202e83ee7c05181c0025d38a566", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "918f5112e982d558c17422ce89414aeeb457a202e83ee7c05181c0025d38a566", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "918f5112e982d558c17422ce89414aeeb457a202e83ee7c05181c0025d38a566", kill_on_drop: false }`
[INFO] [stdout] 918f5112e982d558c17422ce89414aeeb457a202e83ee7c05181c0025d38a566
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 633bd248f56365eca2623ad80c23dabe348a9e60b39027aedfe229a0831a7745
[INFO] running `Command { std: "docker" "start" "-a" "633bd248f56365eca2623ad80c23dabe348a9e60b39027aedfe229a0831a7745", kill_on_drop: false }`
[INFO] [stderr]    Compiling wasi_binio_shared_mods v0.1.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling wasi-binio-wasm v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/lib.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 |     unsafe{BUFFERS.push(buffer)};
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/lib.rs:98:43
[INFO] [stdout]    |
[INFO] [stdout] 98 |     let _buffer_would_be_dropped = unsafe{BUFFERS.pop()};
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] running `Command { std: "docker" "inspect" "633bd248f56365eca2623ad80c23dabe348a9e60b39027aedfe229a0831a7745", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "633bd248f56365eca2623ad80c23dabe348a9e60b39027aedfe229a0831a7745", kill_on_drop: false }`
[INFO] [stdout] 633bd248f56365eca2623ad80c23dabe348a9e60b39027aedfe229a0831a7745
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 569c0fd0bd2b353aa9e717221956a4da7bbac7958359e5b7bb69635aa235ddbe
[INFO] running `Command { std: "docker" "start" "-a" "569c0fd0bd2b353aa9e717221956a4da7bbac7958359e5b7bb69635aa235ddbe", kill_on_drop: false }`
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/lib.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 |     unsafe{BUFFERS.push(buffer)};
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wasi-binio-wasm v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/lib.rs:98:43
[INFO] [stdout]    |
[INFO] [stdout] 98 |     let _buffer_would_be_dropped = unsafe{BUFFERS.pop()};
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/lib.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 |     unsafe{BUFFERS.push(buffer)};
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/lib.rs:98:43
[INFO] [stdout]    |
[INFO] [stdout] 98 |     let _buffer_would_be_dropped = unsafe{BUFFERS.pop()};
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "569c0fd0bd2b353aa9e717221956a4da7bbac7958359e5b7bb69635aa235ddbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "569c0fd0bd2b353aa9e717221956a4da7bbac7958359e5b7bb69635aa235ddbe", kill_on_drop: false }`
[INFO] [stdout] 569c0fd0bd2b353aa9e717221956a4da7bbac7958359e5b7bb69635aa235ddbe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f23c89096896294c1c8ec4140db4c4827e67be40169dc6579980f5d6618b20f1
[INFO] running `Command { std: "docker" "start" "-a" "f23c89096896294c1c8ec4140db4c4827e67be40169dc6579980f5d6618b20f1", kill_on_drop: false }`
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/lib.rs:51:12
[INFO] [stderr]    |
[INFO] [stderr] 51 |     unsafe{BUFFERS.push(buffer)};
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/lib.rs:98:43
[INFO] [stderr]    |
[INFO] [stderr] 98 |     let _buffer_would_be_dropped = unsafe{BUFFERS.pop()};
[INFO] [stderr]    |                                           ^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: `wasi-binio-wasm` (lib) generated 2 warnings
[INFO] [stderr] warning: `wasi-binio-wasm` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wasi_binio_wasm-4f8f4f3826ac6751)
[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] [stderr]    Doc-tests wasi_binio_wasm
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/lib.rs - (line 18) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 13) ... FAILED
[INFO] [stdout] test src/lib.rs - wasm_serialize (line 107) ... FAILED
[INFO] [stdout] test src/lib.rs - wasm_prepare_buffer (line 41) ... ok
[INFO] [stdout] test src/lib.rs - wasm_deserialize (line 58) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 18) stdout ----
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]  --> src/lib.rs:22:59
[INFO] [stdout]   |
[INFO] [stdout] 4 |    let rect: Rect = some_how_make_a_rect_from_two_points()... /* Your own logic here */
[INFO] [stdout]   |                                                           ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]   |
[INFO] [stdout] 4 -    let rect: Rect = some_how_make_a_rect_from_two_points()... /* Your own logic here */
[INFO] [stdout] 4 +    let rect: Rect = some_how_make_a_rect_from_two_points().. /* Your own logic here */
[INFO] [stdout]   |
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]   |
[INFO] [stdout] 4 -    let rect: Rect = some_how_make_a_rect_from_two_points()... /* Your own logic here */
[INFO] [stdout] 4 +    let rect: Rect = some_how_make_a_rect_from_two_points()..= /* Your own logic here */
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `}`
[INFO] [stdout]  --> src/lib.rs:23:51
[INFO] [stdout]   |
[INFO] [stdout] 5 |    wasi_binio_wasm::wasm_serialize(&rect).unwrap()
[INFO] [stdout]   |                                                   ^ help: add `;` here
[INFO] [stdout] 6 | }
[INFO] [stdout]   | - unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found `wasm`
[INFO] [stdout]  --> src/lib.rs:25:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | Since wasm and wasi are under active development. Wasi will soon provide complex arguments support.
[INFO] [stdout]   |       ^^^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 13) stdout ----
[INFO] [stdout] error: expected `;`, found `}`
[INFO] [stdout]  --> src/lib.rs:14:73
[INFO] [stdout]   |
[INFO] [stdout] 3 | let result: Rect = call_stub(&instance, &(point1, point2), "do_compute")
[INFO] [stdout]   |                                                                         ^ help: add `;` here
[INFO] [stdout] 4 | } _doctest_main_src_lib_rs_13_0() }
[INFO] [stdout]   | - unexpected token
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Rect` in this scope
[INFO] [stdout]  --> src/lib.rs:14:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | let result: Rect = call_stub(&instance, &(point1, point2), "do_compute")
[INFO] [stdout]   |             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `instance` in this scope
[INFO] [stdout]  --> src/lib.rs:14:31
[INFO] [stdout]   |
[INFO] [stdout] 3 | let result: Rect = call_stub(&instance, &(point1, point2), "do_compute")
[INFO] [stdout]   |                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `point1` in this scope
[INFO] [stdout]  --> src/lib.rs:14:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | let result: Rect = call_stub(&instance, &(point1, point2), "do_compute")
[INFO] [stdout]   |                                           ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `point2` in this scope
[INFO] [stdout]  --> src/lib.rs:14:51
[INFO] [stdout]   |
[INFO] [stdout] 3 | let result: Rect = call_stub(&instance, &(point1, point2), "do_compute")
[INFO] [stdout]   |                                                   ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `call_stub` in this scope
[INFO] [stdout]  --> src/lib.rs:14:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | let result: Rect = call_stub(&instance, &(point1, point2), "do_compute")
[INFO] [stdout]   |                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - wasm_serialize (line 107) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Point` in this scope
[INFO] [stdout]  --> src/lib.rs:113:23
[INFO] [stdout]   |
[INFO] [stdout] 9 |    let point_tuple : (Point, Point) = wasi_binio_wasm::wasm_deserialize(ptr, buffer_size).unwrap();
[INFO] [stdout]   |                       ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Point` in this scope
[INFO] [stdout]  --> src/lib.rs:113:30
[INFO] [stdout]   |
[INFO] [stdout] 9 |    let point_tuple : (Point, Point) = wasi_binio_wasm::wasm_deserialize(ptr, buffer_size).unwrap();
[INFO] [stdout]   |                              ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Rect` in this scope
[INFO] [stdout]   --> src/lib.rs:134:15
[INFO] [stdout]    |
[INFO] [stdout] 30 |    let rect = Rect{left, right, top , bottom};
[INFO] [stdout]    |               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - wasm_deserialize (line 58) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Point` in this scope
[INFO] [stdout]  --> src/lib.rs:64:23
[INFO] [stdout]   |
[INFO] [stdout] 9 |    let point_tuple : (Point, Point) = wasi_binio_wasm::wasm_deserialize(ptr, buffer_size).unwrap();
[INFO] [stdout]   |                       ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Point` in this scope
[INFO] [stdout]  --> src/lib.rs:64:30
[INFO] [stdout]   |
[INFO] [stdout] 9 |    let point_tuple : (Point, Point) = wasi_binio_wasm::wasm_deserialize(ptr, buffer_size).unwrap();
[INFO] [stdout]   |                              ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Rect` in this scope
[INFO] [stdout]   --> src/lib.rs:85:15
[INFO] [stdout]    |
[INFO] [stdout] 30 |    let rect = Rect{left, right, top , bottom};
[INFO] [stdout]    |               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 13)
[INFO] [stdout]     src/lib.rs - (line 18)
[INFO] [stdout]     src/lib.rs - wasm_deserialize (line 58)
[INFO] [stdout]     src/lib.rs - wasm_serialize (line 107)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "f23c89096896294c1c8ec4140db4c4827e67be40169dc6579980f5d6618b20f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f23c89096896294c1c8ec4140db4c4827e67be40169dc6579980f5d6618b20f1", kill_on_drop: false }`
[INFO] [stdout] f23c89096896294c1c8ec4140db4c4827e67be40169dc6579980f5d6618b20f1
