[INFO] updating cached repository https://github.com/thebigbrain/vm
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 38317437f71738454f5869209dabd8531d1e1d93
[INFO] checking thebigbrain/vm against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthebigbrain%2Fvm" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/thebigbrain/vm on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[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-1/source/Cargo.toml
[INFO] crate git repo https://github.com/thebigbrain/vm already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] f8515f5dff3abc1c3e04e63f1898f56e95c803b9af787e8e8c9665190995950e
[INFO] running `"docker" "start" "-a" "f8515f5dff3abc1c3e04e63f1898f56e95c803b9af787e8e8c9665190995950e"`
[INFO] [stderr]     Checking turbofan v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: expected one of `(` or `<`, found `generate_decoder`
[INFO] [stderr]   --> src/wasm/wasm_section.rs:21:13
[INFO] [stderr]    |
[INFO] [stderr] 21 | fn function generate_decoder(code) -> Box<Fn(&Vec<u8>, usize) -> SectionPayload> {
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^ expected one of `(` or `<`
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `(` or `<`, found `generate_decoder`
[INFO] [stderr]   --> src/wasm/wasm_section.rs:21:13
[INFO] [stderr]    |
[INFO] [stderr] 21 | fn function generate_decoder(code) -> Box<Fn(&Vec<u8>, usize) -> SectionPayload> {
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^ expected one of `(` or `<`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wasm::wasm_section::Section`
[INFO] [stderr]  --> src/wasm/module_decoder.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use wasm::wasm_section::Section;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Section` in `wasm::wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wasm::wasm_section::SectionPayload`
[INFO] [stderr]  --> src/wasm/section_decoder.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use wasm::wasm_section::SectionPayload;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SectionPayload` in `wasm::wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wasm::wasm_section::ImportEntry`
[INFO] [stderr]  --> src/wasm/section_decoder.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use wasm::wasm_section::ImportEntry;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ImportEntry` in `wasm::wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Section` in module `wasm_section`
[INFO] [stderr]   --> src/wasm/wasm_module.rs:11:45
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub sections: HashMap<u8, wasm_section::Section>,
[INFO] [stderr]    |                                             ^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GlobalEntry` in module `wasm_section`
[INFO] [stderr]   --> src/wasm/section_decoder.rs:87:36
[INFO] [stderr]    |
[INFO] [stderr] 87 |     let entries: Vec<wasm_section::GlobalEntry> = decode_section_entries(payload, start, decode);
[INFO] [stderr]    |                                    ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ExportEntry` in module `wasm_section`
[INFO] [stderr]   --> src/wasm/section_decoder.rs:95:36
[INFO] [stderr]    |
[INFO] [stderr] 95 |     let entries: Vec<wasm_section::ExportEntry> = decode_section_entries(payload, start, decode);
[INFO] [stderr]    |                                    ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ElemSegment` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:109:36
[INFO] [stderr]     |
[INFO] [stderr] 109 |     let entries: Vec<wasm_section::ElemSegment> = decode_section_entries(payload, start, decode);
[INFO] [stderr]     |                                    ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FunctionBody` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:118:36
[INFO] [stderr]     |
[INFO] [stderr] 118 |     let entries: Vec<wasm_section::FunctionBody> = decode_section_entries(payload, start, decode);
[INFO] [stderr]     |                                    ^^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DataSegment` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:127:36
[INFO] [stderr]     |
[INFO] [stderr] 127 |     let entries: Vec<wasm_section::DataSegment> = decode_section_entries(payload, start, decode);
[INFO] [stderr]     |                                    ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DataSegment` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:131:84
[INFO] [stderr]     |
[INFO] [stderr] 131 | fn decode_data_segment<'a>(payload: &'a Vec<u8>, pos: &mut usize) -> wasm_section::DataSegment {
[INFO] [stderr]     |                                                                                    ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DataSegment` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:144:19
[INFO] [stderr]     |
[INFO] [stderr] 144 |     wasm_section::DataSegment {
[INFO] [stderr]     |                   ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FunctionBody` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:151:85
[INFO] [stderr]     |
[INFO] [stderr] 151 | fn decode_function_body<'a>(payload: &'a Vec<u8>, pos: &mut usize) -> wasm_section::FunctionBody {
[INFO] [stderr]     |                                                                                     ^^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `FunctionBody` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:167:19
[INFO] [stderr]     |
[INFO] [stderr] 167 |     wasm_section::FunctionBody {
[INFO] [stderr]     |                   ^^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LocalEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:174:82
[INFO] [stderr]     |
[INFO] [stderr] 174 | fn decode_locals<'a>(payload: &'a Vec<u8>, pos: &mut usize) -> Vec<wasm_section::LocalEntry> {
[INFO] [stderr]     |                                                                                  ^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LocalEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:177:39
[INFO] [stderr]     |
[INFO] [stderr] 177 |     let mut locals: Vec<wasm_section::LocalEntry> = Vec::with_capacity(local_count);
[INFO] [stderr]     |                                       ^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LocalEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:185:83
[INFO] [stderr]     |
[INFO] [stderr] 185 | fn decode_local_entry<'a>(payload: &'a Vec<u8>, pos: &mut usize) -> wasm_section::LocalEntry {
[INFO] [stderr]     |                                                                                   ^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `LocalEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:189:19
[INFO] [stderr]     |
[INFO] [stderr] 189 |     wasm_section::LocalEntry {
[INFO] [stderr]     |                   ^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ElemSegment` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:195:85
[INFO] [stderr]     |
[INFO] [stderr] 195 | fn decode_element_entry<'a>(payload: &'a Vec<u8>, pos: &mut usize) -> wasm_section::ElemSegment {
[INFO] [stderr]     |                                                                                     ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `ElemSegment` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:200:19
[INFO] [stderr]     |
[INFO] [stderr] 200 |     wasm_section::ElemSegment {
[INFO] [stderr]     |                   ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ExportEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:207:84
[INFO] [stderr]     |
[INFO] [stderr] 207 | fn decode_export_entry<'a>(payload: &'a Vec<u8>, pos: &mut usize) -> wasm_section::ExportEntry {
[INFO] [stderr]     |                                                                                    ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `ExportEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:212:19
[INFO] [stderr]     |
[INFO] [stderr] 212 |     wasm_section::ExportEntry {
[INFO] [stderr]     |                   ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GlobalEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:229:84
[INFO] [stderr]     |
[INFO] [stderr] 229 | fn decode_global_entry<'a>(payload: &'a Vec<u8>, pos: &mut usize) -> wasm_section::GlobalEntry {
[INFO] [stderr]     |                                                                                    ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `GlobalEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:233:19
[INFO] [stderr]     |
[INFO] [stderr] 233 |     wasm_section::GlobalEntry {
[INFO] [stderr]     |                   ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/share/thread_pool.rs:28:16
[INFO] [stderr]    |
[INFO] [stderr] 28 | type Job = Box<FnBox + Send + 'static>;
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnBox + Send + 'static`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wasm::wasm_section::Section`
[INFO] [stderr]  --> src/wasm/module_decoder.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use wasm::wasm_section::Section;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Section` in `wasm::wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wasm::wasm_section::SectionPayload`
[INFO] [stderr]  --> src/wasm/section_decoder.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use wasm::wasm_section::SectionPayload;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SectionPayload` in `wasm::wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wasm::wasm_section::ImportEntry`
[INFO] [stderr]  --> src/wasm/section_decoder.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use wasm::wasm_section::ImportEntry;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ImportEntry` in `wasm::wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Section` in module `wasm_section`
[INFO] [stderr]   --> src/wasm/wasm_module.rs:11:45
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub sections: HashMap<u8, wasm_section::Section>,
[INFO] [stderr]    |                                             ^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GlobalEntry` in module `wasm_section`
[INFO] [stderr]   --> src/wasm/section_decoder.rs:87:36
[INFO] [stderr]    |
[INFO] [stderr] 87 |     let entries: Vec<wasm_section::GlobalEntry> = decode_section_entries(payload, start, decode);
[INFO] [stderr]    |                                    ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ExportEntry` in module `wasm_section`
[INFO] [stderr]   --> src/wasm/section_decoder.rs:95:36
[INFO] [stderr]    |
[INFO] [stderr] 95 |     let entries: Vec<wasm_section::ExportEntry> = decode_section_entries(payload, start, decode);
[INFO] [stderr]    |                                    ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ElemSegment` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:109:36
[INFO] [stderr]     |
[INFO] [stderr] 109 |     let entries: Vec<wasm_section::ElemSegment> = decode_section_entries(payload, start, decode);
[INFO] [stderr]     |                                    ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FunctionBody` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:118:36
[INFO] [stderr]     |
[INFO] [stderr] 118 |     let entries: Vec<wasm_section::FunctionBody> = decode_section_entries(payload, start, decode);
[INFO] [stderr]     |                                    ^^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DataSegment` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:127:36
[INFO] [stderr]     |
[INFO] [stderr] 127 |     let entries: Vec<wasm_section::DataSegment> = decode_section_entries(payload, start, decode);
[INFO] [stderr]     |                                    ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DataSegment` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:131:84
[INFO] [stderr]     |
[INFO] [stderr] 131 | fn decode_data_segment<'a>(payload: &'a Vec<u8>, pos: &mut usize) -> wasm_section::DataSegment {
[INFO] [stderr]     |                                                                                    ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DataSegment` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:144:19
[INFO] [stderr]     |
[INFO] [stderr] 144 |     wasm_section::DataSegment {
[INFO] [stderr]     |                   ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FunctionBody` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:151:85
[INFO] [stderr]     |
[INFO] [stderr] 151 | fn decode_function_body<'a>(payload: &'a Vec<u8>, pos: &mut usize) -> wasm_section::FunctionBody {
[INFO] [stderr]     |                                                                                     ^^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `FunctionBody` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:167:19
[INFO] [stderr]     |
[INFO] [stderr] 167 |     wasm_section::FunctionBody {
[INFO] [stderr]     |                   ^^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LocalEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:174:82
[INFO] [stderr]     |
[INFO] [stderr] 174 | fn decode_locals<'a>(payload: &'a Vec<u8>, pos: &mut usize) -> Vec<wasm_section::LocalEntry> {
[INFO] [stderr]     |                                                                                  ^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LocalEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:177:39
[INFO] [stderr]     |
[INFO] [stderr] 177 |     let mut locals: Vec<wasm_section::LocalEntry> = Vec::with_capacity(local_count);
[INFO] [stderr]     |                                       ^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LocalEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:185:83
[INFO] [stderr]     |
[INFO] [stderr] 185 | fn decode_local_entry<'a>(payload: &'a Vec<u8>, pos: &mut usize) -> wasm_section::LocalEntry {
[INFO] [stderr]     |                                                                                   ^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `LocalEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:189:19
[INFO] [stderr]     |
[INFO] [stderr] 189 |     wasm_section::LocalEntry {
[INFO] [stderr]     |                   ^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ElemSegment` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:195:85
[INFO] [stderr]     |
[INFO] [stderr] 195 | fn decode_element_entry<'a>(payload: &'a Vec<u8>, pos: &mut usize) -> wasm_section::ElemSegment {
[INFO] [stderr]     |                                                                                     ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `ElemSegment` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:200:19
[INFO] [stderr]     |
[INFO] [stderr] 200 |     wasm_section::ElemSegment {
[INFO] [stderr]     |                   ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ExportEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:207:84
[INFO] [stderr]     |
[INFO] [stderr] 207 | fn decode_export_entry<'a>(payload: &'a Vec<u8>, pos: &mut usize) -> wasm_section::ExportEntry {
[INFO] [stderr]     |                                                                                    ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `ExportEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:212:19
[INFO] [stderr]     |
[INFO] [stderr] 212 |     wasm_section::ExportEntry {
[INFO] [stderr]     |                   ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GlobalEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:229:84
[INFO] [stderr]     |
[INFO] [stderr] 229 | fn decode_global_entry<'a>(payload: &'a Vec<u8>, pos: &mut usize) -> wasm_section::GlobalEntry {
[INFO] [stderr]     |                                                                                    ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `GlobalEntry` in module `wasm_section`
[INFO] [stderr]    --> src/wasm/section_decoder.rs:233:19
[INFO] [stderr]     |
[INFO] [stderr] 233 |     wasm_section::GlobalEntry {
[INFO] [stderr]     |                   ^^^^^^^^^^^ not found in `wasm_section`
[INFO] [stderr] 
[INFO] [stderr] error[E0282]: type annotations needed
[INFO] [stderr]   --> src/wasm/wasm_module.rs:19:23
[INFO] [stderr]    |
[INFO] [stderr] 19 |             sections: HashMap::new()
[INFO] [stderr]    |                       ^^^^^^^^^^^^ cannot infer type for type parameter `K`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/share/thread_pool.rs:28:16
[INFO] [stderr]    |
[INFO] [stderr] 28 | type Job = Box<FnBox + Send + 'static>;
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnBox + Send + 'static`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 25 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0282, E0412, E0422, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0282`.
[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] [stderr] error[E0282]: type annotations needed
[INFO] [stderr]   --> src/wasm/wasm_module.rs:19:23
[INFO] [stderr]    |
[INFO] [stderr] 19 |             sections: HashMap::new()
[INFO] [stderr]    |                       ^^^^^^^^^^^^ cannot infer type for type parameter `K`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 25 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0282, E0412, E0422, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0282`.
[INFO] [stderr] error: could not compile `turbofan`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "f8515f5dff3abc1c3e04e63f1898f56e95c803b9af787e8e8c9665190995950e"`
[INFO] running `"docker" "rm" "-f" "f8515f5dff3abc1c3e04e63f1898f56e95c803b9af787e8e8c9665190995950e"`
[INFO] [stdout] f8515f5dff3abc1c3e04e63f1898f56e95c803b9af787e8e8c9665190995950e
