[INFO] fetching crate wast 25.0.0... [INFO] checking wast-25.0.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate wast 25.0.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate wast 25.0.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate wast 25.0.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate wast 25.0.0 [INFO] tweaked toml for crates.io crate wast 25.0.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2f296e81f65bbd54f8855ff8b447018d185e2620b3c8f59b9aadc75598407421 [INFO] running `Command { std: "docker" "start" "-a" "2f296e81f65bbd54f8855ff8b447018d185e2620b3c8f59b9aadc75598407421", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f296e81f65bbd54f8855ff8b447018d185e2620b3c8f59b9aadc75598407421", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f296e81f65bbd54f8855ff8b447018d185e2620b3c8f59b9aadc75598407421", kill_on_drop: false }` [INFO] [stdout] 2f296e81f65bbd54f8855ff8b447018d185e2620b3c8f59b9aadc75598407421 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6806293c7f31762a26ca1c51aa2b79d2cadf2e647bef5fbced4314531dfff09a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6806293c7f31762a26ca1c51aa2b79d2cadf2e647bef5fbced4314531dfff09a", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling rayon-core v1.8.1 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling anyhow v1.0.33 [INFO] [stderr] Checking leb128 v0.2.4 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking wast v25.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` [INFO] [stdout] --> src/lib.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | #![deny(missing_docs, intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling rayon v1.4.1 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` [INFO] [stdout] --> src/lib.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | #![deny(missing_docs, intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wat` [INFO] [stdout] --> tests/recursive.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | assert!(wat::parse_str(&s).is_err()); [INFO] [stdout] | ^^^ use of undeclared crate or module `wat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wasmparser` [INFO] [stdout] --> tests/annotations.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use wasmparser::*; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `wasmparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wast` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wat` [INFO] [stdout] --> tests/annotations.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | let wasm = wat::parse_str(wat)?; [INFO] [stdout] | ^^^ use of undeclared crate or module `wat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Name` [INFO] [stdout] --> tests/annotations.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | Name::Module(n) => { [INFO] [stdout] | ^^^^ use of undeclared type `Name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wat` [INFO] [stdout] --> tests/annotations.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | let wasm = wat::parse_str(wat)?; [INFO] [stdout] | ^^^ use of undeclared crate or module `wat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Name` [INFO] [stdout] --> tests/annotations.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | Name::Function(n) => { [INFO] [stdout] | ^^^^ use of undeclared type `Name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wat` [INFO] [stdout] --> tests/annotations.rs:76:16 [INFO] [stdout] | [INFO] [stdout] 76 | let wasm = wat::parse_str(wat)?; [INFO] [stdout] | ^^^ use of undeclared crate or module `wat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Name` [INFO] [stdout] --> tests/annotations.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | Name::Local(n) => { [INFO] [stdout] | ^^^^ use of undeclared type `Name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:98:16 [INFO] [stdout] | [INFO] [stdout] 98 | if let Payload::CustomSection { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wat` [INFO] [stdout] --> tests/parse-fail.rs:50:21 [INFO] [stdout] | [INFO] [stdout] 50 | let err = match wat::parse_file(test) { [INFO] [stdout] | ^^^ use of undeclared crate or module `wat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NameSectionReader` [INFO] [stdout] --> tests/annotations.rs:104:23 [INFO] [stdout] | [INFO] [stdout] 104 | return Ok(NameSectionReader::new(data, data_offset)?); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `NameSectionReader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wat` [INFO] [stdout] --> tests/annotations.rs:112:16 [INFO] [stdout] | [INFO] [stdout] 112 | let wasm = wat::parse_str( [INFO] [stdout] | ^^^ use of undeclared crate or module `wat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:143:30 [INFO] [stdout] | [INFO] [stdout] 143 | assert_matches!(wasm[0], Payload::Version { .. }); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:144:30 [INFO] [stdout] | [INFO] [stdout] 144 | assert_matches!(wasm[1], Payload::CustomSection { name: "K", .. }); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:145:30 [INFO] [stdout] | [INFO] [stdout] 145 | assert_matches!(wasm[2], Payload::CustomSection { name: "F", .. }); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:146:30 [INFO] [stdout] | [INFO] [stdout] 146 | assert_matches!(wasm[3], Payload::TypeSection(_)); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:147:30 [INFO] [stdout] | [INFO] [stdout] 147 | assert_matches!(wasm[4], Payload::CustomSection { name: "E", .. }); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:148:30 [INFO] [stdout] | [INFO] [stdout] 148 | assert_matches!(wasm[5], Payload::CustomSection { name: "C", .. }); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:149:30 [INFO] [stdout] | [INFO] [stdout] 149 | assert_matches!(wasm[6], Payload::CustomSection { name: "J", .. }); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:150:30 [INFO] [stdout] | [INFO] [stdout] 150 | assert_matches!(wasm[7], Payload::FunctionSection(_)); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:151:30 [INFO] [stdout] | [INFO] [stdout] 151 | assert_matches!(wasm[8], Payload::CustomSection { name: "B", .. }); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:152:30 [INFO] [stdout] | [INFO] [stdout] 152 | assert_matches!(wasm[9], Payload::CustomSection { name: "I", .. }); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:153:31 [INFO] [stdout] | [INFO] [stdout] 153 | assert_matches!(wasm[10], Payload::TableSection(_)); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:154:31 [INFO] [stdout] | [INFO] [stdout] 154 | assert_matches!(wasm[11], Payload::CodeSectionStart { .. }); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:155:31 [INFO] [stdout] | [INFO] [stdout] 155 | assert_matches!(wasm[12], Payload::CodeSectionEntry { .. }); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:156:31 [INFO] [stdout] | [INFO] [stdout] 156 | assert_matches!(wasm[13], Payload::CustomSection { name: "H", .. }); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:157:31 [INFO] [stdout] | [INFO] [stdout] 157 | assert_matches!(wasm[14], Payload::CustomSection { name: "G", .. }); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:158:31 [INFO] [stdout] | [INFO] [stdout] 158 | assert_matches!(wasm[15], Payload::CustomSection { name: "A", .. }); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:159:31 [INFO] [stdout] | [INFO] [stdout] 159 | assert_matches!(wasm[16], Payload::CustomSection { name: "D", .. }); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Payload` [INFO] [stdout] --> tests/annotations.rs:160:31 [INFO] [stdout] | [INFO] [stdout] 160 | assert_matches!(wasm[17], Payload::End); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NameSectionReader` in this scope [INFO] [stdout] --> tests/annotations.rs:96:52 [INFO] [stdout] | [INFO] [stdout] 96 | fn get_name_section(wasm: &[u8]) -> anyhow::Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Parser` [INFO] [stdout] --> tests/annotations.rs:97:20 [INFO] [stdout] | [INFO] [stdout] 97 | for payload in Parser::new(0).parse_all(&wasm) { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use wast::parser::Parser; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Parser` [INFO] [stdout] --> tests/annotations.rs:140:16 [INFO] [stdout] | [INFO] [stdout] 140 | let wasm = Parser::new(0) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use wast::parser::Parser; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/annotations.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | let wasm = wat::parse_str(wat)?; [INFO] [stdout] | ^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] = help: unsized locals are gated as an unstable feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/annotations.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | let wasm = wat::parse_str(wat)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] = help: unsized locals are gated as an unstable feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/annotations.rs:13:35 [INFO] [stdout] | [INFO] [stdout] 13 | let wasm = wat::parse_str(wat)?; [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: required by `Err` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/annotations.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | let wasm = wat::parse_str(wat)?; [INFO] [stdout] | ^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] = help: unsized locals are gated as an unstable feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/annotations.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | let wasm = wat::parse_str(wat)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] = help: unsized locals are gated as an unstable feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/annotations.rs:38:35 [INFO] [stdout] | [INFO] [stdout] 38 | let wasm = wat::parse_str(wat)?; [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: required by `Err` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/annotations.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | let wasm = wat::parse_str(wat)?; [INFO] [stdout] | ^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] = help: unsized locals are gated as an unstable feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/annotations.rs:76:16 [INFO] [stdout] | [INFO] [stdout] 76 | let wasm = wat::parse_str(wat)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] = help: unsized locals are gated as an unstable feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/annotations.rs:76:35 [INFO] [stdout] | [INFO] [stdout] 76 | let wasm = wat::parse_str(wat)?; [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: required by `Err` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 40 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6806293c7f31762a26ca1c51aa2b79d2cadf2e647bef5fbced4314531dfff09a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6806293c7f31762a26ca1c51aa2b79d2cadf2e647bef5fbced4314531dfff09a", kill_on_drop: false }` [INFO] [stdout] 6806293c7f31762a26ca1c51aa2b79d2cadf2e647bef5fbced4314531dfff09a