[INFO] cloning repository https://github.com/thebigbrain/vm [INFO] running `"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"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthebigbrain%2Fvm'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 38317437f71738454f5869209dabd8531d1e1d93 [INFO] testing thebigbrain/vm against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthebigbrain%2Fvm" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thebigbrain/vm on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-4/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7075afdb782139729f0b1088b26059f1a0f4522dae1d7c1505c42d78307e28f3 [INFO] running `"docker" "start" "-a" "7075afdb782139729f0b1088b26059f1a0f4522dae1d7c1505c42d78307e28f3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.36 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling 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, 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, [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 = 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 = 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 = 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 = 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 = 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, 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, 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, pos: &mut usize) -> Vec { [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 = 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, 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, 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, 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, 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; [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[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; 1 warning emitted [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" "7075afdb782139729f0b1088b26059f1a0f4522dae1d7c1505c42d78307e28f3"` [INFO] running `"docker" "rm" "-f" "7075afdb782139729f0b1088b26059f1a0f4522dae1d7c1505c42d78307e28f3"` [INFO] [stdout] 7075afdb782139729f0b1088b26059f1a0f4522dae1d7c1505c42d78307e28f3