[INFO] cloning repository https://github.com/thebigbrain/vm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thebigbrain/vm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthebigbrain%2Fvm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthebigbrain%2Fvm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 38317437f71738454f5869209dabd8531d1e1d93 [INFO] checking thebigbrain/vm against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthebigbrain%2Fvm" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thebigbrain/vm on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/thebigbrain/vm [INFO] finished tweaking git repo https://github.com/thebigbrain/vm [INFO] tweaked toml for git repo https://github.com/thebigbrain/vm written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/thebigbrain/vm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b703dac2100df4f6bb6970c167662781b62c82ce369c931978dbd04e66c45881 [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" "b703dac2100df4f6bb6970c167662781b62c82ce369c931978dbd04e66c45881", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b703dac2100df4f6bb6970c167662781b62c82ce369c931978dbd04e66c45881", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b703dac2100df4f6bb6970c167662781b62c82ce369c931978dbd04e66c45881", kill_on_drop: false }` [INFO] [stdout] b703dac2100df4f6bb6970c167662781b62c82ce369c931978dbd04e66c45881 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 075cb83998accf2a20515006ba3a6d0032408111133e2985154c947dbd6be8f5 [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" "075cb83998accf2a20515006ba3a6d0032408111133e2985154c947dbd6be8f5", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.36 [INFO] [stderr] Checking rand v0.4.2 [INFO] [stderr] Checking turbofan v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected one of `(` or `<`, found `generate_decoder` [INFO] [stdout] --> src/wasm/wasm_section.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | fn function generate_decoder(code) -> Box, usize) -> SectionPayload> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ expected one of `(` or `<` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `(` or `<`, found `generate_decoder` [INFO] [stdout] --> src/wasm/wasm_section.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | fn function generate_decoder(code) -> Box, usize) -> SectionPayload> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ expected one of `(` or `<` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wasm::wasm_section::Section` [INFO] [stdout] --> src/wasm/module_decoder.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use wasm::wasm_section::Section; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Section` in `wasm::wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wasm::wasm_section::SectionPayload` [INFO] [stdout] --> src/wasm/section_decoder.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use wasm::wasm_section::SectionPayload; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SectionPayload` in `wasm::wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wasm::wasm_section::ImportEntry` [INFO] [stdout] --> src/wasm/section_decoder.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use wasm::wasm_section::ImportEntry; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ImportEntry` in `wasm::wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wasm::wasm_section::Section` [INFO] [stdout] --> src/wasm/module_decoder.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use wasm::wasm_section::Section; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Section` in `wasm::wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wasm::wasm_section::SectionPayload` [INFO] [stdout] --> src/wasm/section_decoder.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use wasm::wasm_section::SectionPayload; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SectionPayload` in `wasm::wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wasm::wasm_section::ImportEntry` [INFO] [stdout] --> src/wasm/section_decoder.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use wasm::wasm_section::ImportEntry; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ImportEntry` in `wasm::wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Section` in module `wasm_section` [INFO] [stdout] --> src/wasm/wasm_module.rs:11:45 [INFO] [stdout] | [INFO] [stdout] 11 | pub sections: HashMap, [INFO] [stdout] | ^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GlobalEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:87:36 [INFO] [stdout] | [INFO] [stdout] 87 | let entries: Vec = decode_section_entries(payload, start, decode); [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExportEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:95:36 [INFO] [stdout] | [INFO] [stdout] 95 | let entries: Vec = decode_section_entries(payload, start, decode); [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ElemSegment` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:109:36 [INFO] [stdout] | [INFO] [stdout] 109 | let entries: Vec = decode_section_entries(payload, start, decode); [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FunctionBody` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:118:36 [INFO] [stdout] | [INFO] [stdout] 118 | let entries: Vec = decode_section_entries(payload, start, decode); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DataSegment` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:127:36 [INFO] [stdout] | [INFO] [stdout] 127 | let entries: Vec = decode_section_entries(payload, start, decode); [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DataSegment` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:131:84 [INFO] [stdout] | [INFO] [stdout] 131 | fn decode_data_segment<'a>(payload: &'a Vec, pos: &mut usize) -> wasm_section::DataSegment { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `DataSegment` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:144:19 [INFO] [stdout] | [INFO] [stdout] 144 | wasm_section::DataSegment { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FunctionBody` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:151:85 [INFO] [stdout] | [INFO] [stdout] 151 | fn decode_function_body<'a>(payload: &'a Vec, pos: &mut usize) -> wasm_section::FunctionBody { [INFO] [stdout] | ^^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `FunctionBody` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:167:19 [INFO] [stdout] | [INFO] [stdout] 167 | wasm_section::FunctionBody { [INFO] [stdout] | ^^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:174:82 [INFO] [stdout] | [INFO] [stdout] 174 | fn decode_locals<'a>(payload: &'a Vec, pos: &mut usize) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:177:39 [INFO] [stdout] | [INFO] [stdout] 177 | let mut locals: Vec = Vec::with_capacity(local_count); [INFO] [stdout] | ^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:185:83 [INFO] [stdout] | [INFO] [stdout] 185 | fn decode_local_entry<'a>(payload: &'a Vec, pos: &mut usize) -> wasm_section::LocalEntry { [INFO] [stdout] | ^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LocalEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:189:19 [INFO] [stdout] | [INFO] [stdout] 189 | wasm_section::LocalEntry { [INFO] [stdout] | ^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ElemSegment` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:195:85 [INFO] [stdout] | [INFO] [stdout] 195 | fn decode_element_entry<'a>(payload: &'a Vec, pos: &mut usize) -> wasm_section::ElemSegment { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ElemSegment` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:200:19 [INFO] [stdout] | [INFO] [stdout] 200 | wasm_section::ElemSegment { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExportEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:207:84 [INFO] [stdout] | [INFO] [stdout] 207 | fn decode_export_entry<'a>(payload: &'a Vec, pos: &mut usize) -> wasm_section::ExportEntry { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExportEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:212:19 [INFO] [stdout] | [INFO] [stdout] 212 | wasm_section::ExportEntry { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GlobalEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:229:84 [INFO] [stdout] | [INFO] [stdout] 229 | fn decode_global_entry<'a>(payload: &'a Vec, pos: &mut usize) -> wasm_section::GlobalEntry { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `GlobalEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:233:19 [INFO] [stdout] | [INFO] [stdout] 233 | wasm_section::GlobalEntry { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/share/thread_pool.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | type Job = Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnBox + Send + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Section` in module `wasm_section` [INFO] [stdout] --> src/wasm/wasm_module.rs:11:45 [INFO] [stdout] | [INFO] [stdout] 11 | pub sections: HashMap, [INFO] [stdout] | ^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GlobalEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:87:36 [INFO] [stdout] | [INFO] [stdout] 87 | let entries: Vec = decode_section_entries(payload, start, decode); [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExportEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:95:36 [INFO] [stdout] | [INFO] [stdout] 95 | let entries: Vec = decode_section_entries(payload, start, decode); [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ElemSegment` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:109:36 [INFO] [stdout] | [INFO] [stdout] 109 | let entries: Vec = decode_section_entries(payload, start, decode); [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FunctionBody` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:118:36 [INFO] [stdout] | [INFO] [stdout] 118 | let entries: Vec = decode_section_entries(payload, start, decode); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DataSegment` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:127:36 [INFO] [stdout] | [INFO] [stdout] 127 | let entries: Vec = decode_section_entries(payload, start, decode); [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DataSegment` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:131:84 [INFO] [stdout] | [INFO] [stdout] 131 | fn decode_data_segment<'a>(payload: &'a Vec, pos: &mut usize) -> wasm_section::DataSegment { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `DataSegment` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:144:19 [INFO] [stdout] | [INFO] [stdout] 144 | wasm_section::DataSegment { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FunctionBody` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:151:85 [INFO] [stdout] | [INFO] [stdout] 151 | fn decode_function_body<'a>(payload: &'a Vec, pos: &mut usize) -> wasm_section::FunctionBody { [INFO] [stdout] | ^^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `FunctionBody` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:167:19 [INFO] [stdout] | [INFO] [stdout] 167 | wasm_section::FunctionBody { [INFO] [stdout] | ^^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:174:82 [INFO] [stdout] | [INFO] [stdout] 174 | fn decode_locals<'a>(payload: &'a Vec, pos: &mut usize) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:177:39 [INFO] [stdout] | [INFO] [stdout] 177 | let mut locals: Vec = Vec::with_capacity(local_count); [INFO] [stdout] | ^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:185:83 [INFO] [stdout] | [INFO] [stdout] 185 | fn decode_local_entry<'a>(payload: &'a Vec, pos: &mut usize) -> wasm_section::LocalEntry { [INFO] [stdout] | ^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LocalEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:189:19 [INFO] [stdout] | [INFO] [stdout] 189 | wasm_section::LocalEntry { [INFO] [stdout] | ^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ElemSegment` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:195:85 [INFO] [stdout] | [INFO] [stdout] 195 | fn decode_element_entry<'a>(payload: &'a Vec, pos: &mut usize) -> wasm_section::ElemSegment { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ElemSegment` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:200:19 [INFO] [stdout] | [INFO] [stdout] 200 | wasm_section::ElemSegment { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExportEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:207:84 [INFO] [stdout] | [INFO] [stdout] 207 | fn decode_export_entry<'a>(payload: &'a Vec, pos: &mut usize) -> wasm_section::ExportEntry { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExportEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:212:19 [INFO] [stdout] | [INFO] [stdout] 212 | wasm_section::ExportEntry { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GlobalEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:229:84 [INFO] [stdout] | [INFO] [stdout] 229 | fn decode_global_entry<'a>(payload: &'a Vec, pos: &mut usize) -> wasm_section::GlobalEntry { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `GlobalEntry` in module `wasm_section` [INFO] [stdout] --> src/wasm/section_decoder.rs:233:19 [INFO] [stdout] | [INFO] [stdout] 233 | wasm_section::GlobalEntry { [INFO] [stdout] | ^^^^^^^^^^^ not found in `wasm_section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/share/thread_pool.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | type Job = Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnBox + Send + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/wasm/wasm_module.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | sections: HashMap::new() [INFO] [stdout] | ^^^^^^^^^^^^ cannot infer type for type parameter `K` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/wasm/wasm_module.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | sections: HashMap::new() [INFO] [stdout] | ^^^^^^^^^^^^ cannot infer type for type parameter `K` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 25 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0412, E0422, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `turbofan` [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: aborting due to 25 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0412, E0422, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "075cb83998accf2a20515006ba3a6d0032408111133e2985154c947dbd6be8f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "075cb83998accf2a20515006ba3a6d0032408111133e2985154c947dbd6be8f5", kill_on_drop: false }` [INFO] [stdout] 075cb83998accf2a20515006ba3a6d0032408111133e2985154c947dbd6be8f5