[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] documenting thebigbrain/vm against 1.46.0 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthebigbrain%2Fvm" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thebigbrain/vm on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", 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-10/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" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9f7e2db585c794f4e53cc4f179e90f231eda44843666e429f9155419f0a1ed57 [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" "9f7e2db585c794f4e53cc4f179e90f231eda44843666e429f9155419f0a1ed57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f7e2db585c794f4e53cc4f179e90f231eda44843666e429f9155419f0a1ed57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f7e2db585c794f4e53cc4f179e90f231eda44843666e429f9155419f0a1ed57", kill_on_drop: false }` [INFO] [stdout] 9f7e2db585c794f4e53cc4f179e90f231eda44843666e429f9155419f0a1ed57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9730fee32f3b952aa0d0245a9a1cf29594f030ccb74fb9a1b664eee68bdcabd1 [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" "9730fee32f3b952aa0d0245a9a1cf29594f030ccb74fb9a1b664eee68bdcabd1", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.36 [INFO] [stderr] Checking rand v0.4.2 [INFO] [stderr] Documenting 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[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 `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[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[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: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[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[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[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: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: Could not document `turbofan`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name turbofan src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern rand=/opt/rustwide/target/debug/deps/librand-9191069fb04271c0.rmeta --cap-lints=warn` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "9730fee32f3b952aa0d0245a9a1cf29594f030ccb74fb9a1b664eee68bdcabd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9730fee32f3b952aa0d0245a9a1cf29594f030ccb74fb9a1b664eee68bdcabd1", kill_on_drop: false }` [INFO] [stdout] 9730fee32f3b952aa0d0245a9a1cf29594f030ccb74fb9a1b664eee68bdcabd1