[INFO] cloning repository https://github.com/deprilula28/nativemarkup [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/deprilula28/nativemarkup" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeprilula28%2Fnativemarkup", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeprilula28%2Fnativemarkup'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 49344a83009fe93899391ae38bc8a63def618740 [INFO] checking deprilula28/nativemarkup against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeprilula28%2Fnativemarkup" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/deprilula28/nativemarkup on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/source/.cargo/config [INFO] started tweaking git repo https://github.com/deprilula28/nativemarkup [INFO] finished tweaking git repo https://github.com/deprilula28/nativemarkup [INFO] tweaked toml for git repo https://github.com/deprilula28/nativemarkup written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/deprilula28/nativemarkup already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "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] 9d4650a3d6c68a2d7d8387470bec995338246405daf46ab2635316c7d6f2e0dc [INFO] running `Command { std: "docker" "start" "-a" "9d4650a3d6c68a2d7d8387470bec995338246405daf46ab2635316c7d6f2e0dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d4650a3d6c68a2d7d8387470bec995338246405daf46ab2635316c7d6f2e0dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d4650a3d6c68a2d7d8387470bec995338246405daf46ab2635316c7d6f2e0dc", kill_on_drop: false }` [INFO] [stdout] 9d4650a3d6c68a2d7d8387470bec995338246405daf46ab2635316c7d6f2e0dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26f52a90ebb25addd000ea1d05be82c78b3676f545527155ce16c2d9aaa6ac97 [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" "26f52a90ebb25addd000ea1d05be82c78b3676f545527155ce16c2d9aaa6ac97", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Checking string_cache v0.8.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling html5ever v0.25.1 [INFO] [stderr] Compiling markup5ever v0.10.0 [INFO] [stderr] Checking nativemarkup v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | / fn create_element( [INFO] [stdout] 124 | | &mut self, [INFO] [stdout] 125 | | name: QualName, [INFO] [stdout] 126 | | attrs: Vec, [INFO] [stdout] 127 | | flags: ElementFlags, [INFO] [stdout] 128 | | ) -> Self::Handle; [INFO] [stdout] | | ^ help: provide a definition for the function: `{ }` [INFO] [stdout] | |______________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | fn create_comment(&mut self, text: StrTendril) -> Self::Handle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | fn create_pi(&mut self, target: StrTendril, data: StrTendril) -> Self::Handle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | fn append(&mut self, parent: &Self::Handle, child: NodeOrText); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | / fn append_based_on_parent_node( [INFO] [stdout] 147 | | &mut self, [INFO] [stdout] 148 | | element: &Self::Handle, [INFO] [stdout] 149 | | prev_element: &Self::Handle, [INFO] [stdout] 150 | | child: NodeOrText, [INFO] [stdout] 151 | | ); [INFO] [stdout] | | ^ help: provide a definition for the function: `{ }` [INFO] [stdout] | |______| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | / fn append_doctype_to_document( [INFO] [stdout] 155 | | &mut self, [INFO] [stdout] 156 | | name: StrTendril, [INFO] [stdout] 157 | | public_id: StrTendril, [INFO] [stdout] 158 | | system_id: StrTendril, [INFO] [stdout] 159 | | ); [INFO] [stdout] | | ^ help: provide a definition for the function: `{ }` [INFO] [stdout] | |______| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | fn get_template_contents(&mut self, target: &Self::Handle) -> Self::Handle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:173:5 [INFO] [stdout] | [INFO] [stdout] 173 | fn same_node(&self, x: &Self::Handle, y: &Self::Handle) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:176:5 [INFO] [stdout] | [INFO] [stdout] 176 | fn set_quirks_mode(&mut self, mode: QuirksMode); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 186 | fn append_before_sibling(&mut self, sibling: &Self::Handle, new_node: NodeOrText); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 191 | fn add_attrs_if_missing(&mut self, target: &Self::Handle, attrs: Vec); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:203:5 [INFO] [stdout] | [INFO] [stdout] 203 | fn remove_from_parent(&mut self, target: &Self::Handle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | fn reparent_children(&mut self, node: &Self::Handle, new_parent: &Self::Handle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NextParserState` [INFO] [stdout] --> src/parsing.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | NextParserState::Continue [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `NextParserState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ElementFlags` in this scope [INFO] [stdout] --> src/parsing.rs:127:16 [INFO] [stdout] | [INFO] [stdout] 127 | flags: ElementFlags, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use html5ever::interface::ElementFlags; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NodeOrText` in this scope [INFO] [stdout] --> src/parsing.rs:141:56 [INFO] [stdout] | [INFO] [stdout] 141 | fn append(&mut self, parent: &Self::Handle, child: NodeOrText); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use html5ever::interface::NodeOrText; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NodeOrText` in this scope [INFO] [stdout] --> src/parsing.rs:150:16 [INFO] [stdout] | [INFO] [stdout] 150 | child: NodeOrText, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use html5ever::interface::NodeOrText; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `QuirksMode` in this scope [INFO] [stdout] --> src/parsing.rs:176:41 [INFO] [stdout] | [INFO] [stdout] 176 | fn set_quirks_mode(&mut self, mode: QuirksMode); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use html5ever::interface::QuirksMode; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NodeOrText` in this scope [INFO] [stdout] --> src/parsing.rs:186:75 [INFO] [stdout] | [INFO] [stdout] 186 | fn append_before_sibling(&mut self, sibling: &Self::Handle, new_node: NodeOrText); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use html5ever::interface::NodeOrText; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NextParserState` in this scope [INFO] [stdout] --> src/parsing.rs:218:60 [INFO] [stdout] | [INFO] [stdout] 218 | fn complete_script(&mut self, _node: &Self::Handle) -> NextParserState { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use html5ever::interface::NextParserState; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | / fn create_element( [INFO] [stdout] 124 | | &mut self, [INFO] [stdout] 125 | | name: QualName, [INFO] [stdout] 126 | | attrs: Vec, [INFO] [stdout] 127 | | flags: ElementFlags, [INFO] [stdout] 128 | | ) -> Self::Handle; [INFO] [stdout] | | ^ help: provide a definition for the function: `{ }` [INFO] [stdout] | |______________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | fn create_comment(&mut self, text: StrTendril) -> Self::Handle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | fn create_pi(&mut self, target: StrTendril, data: StrTendril) -> Self::Handle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | fn append(&mut self, parent: &Self::Handle, child: NodeOrText); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | / fn append_based_on_parent_node( [INFO] [stdout] 147 | | &mut self, [INFO] [stdout] 148 | | element: &Self::Handle, [INFO] [stdout] 149 | | prev_element: &Self::Handle, [INFO] [stdout] 150 | | child: NodeOrText, [INFO] [stdout] 151 | | ); [INFO] [stdout] | | ^ help: provide a definition for the function: `{ }` [INFO] [stdout] | |______| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | / fn append_doctype_to_document( [INFO] [stdout] 155 | | &mut self, [INFO] [stdout] 156 | | name: StrTendril, [INFO] [stdout] 157 | | public_id: StrTendril, [INFO] [stdout] 158 | | system_id: StrTendril, [INFO] [stdout] 159 | | ); [INFO] [stdout] | | ^ help: provide a definition for the function: `{ }` [INFO] [stdout] | |______| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | fn get_template_contents(&mut self, target: &Self::Handle) -> Self::Handle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:173:5 [INFO] [stdout] | [INFO] [stdout] 173 | fn same_node(&self, x: &Self::Handle, y: &Self::Handle) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::rc::Weak` [INFO] [stdout] --> src/parsing.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use std::rc::Weak; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:176:5 [INFO] [stdout] | [INFO] [stdout] 176 | fn set_quirks_mode(&mut self, mode: QuirksMode); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 186 | fn append_before_sibling(&mut self, sibling: &Self::Handle, new_node: NodeOrText); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 191 | fn add_attrs_if_missing(&mut self, target: &Self::Handle, attrs: Vec); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:203:5 [INFO] [stdout] | [INFO] [stdout] 203 | fn remove_from_parent(&mut self, target: &Self::Handle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/parsing.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | fn reparent_children(&mut self, node: &Self::Handle, new_parent: &Self::Handle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NextParserState` [INFO] [stdout] --> src/parsing.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | NextParserState::Continue [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `NextParserState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ElementFlags` in this scope [INFO] [stdout] --> src/parsing.rs:127:16 [INFO] [stdout] | [INFO] [stdout] 127 | flags: ElementFlags, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use html5ever::interface::ElementFlags; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NodeOrText` in this scope [INFO] [stdout] --> src/parsing.rs:141:56 [INFO] [stdout] | [INFO] [stdout] 141 | fn append(&mut self, parent: &Self::Handle, child: NodeOrText); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use html5ever::interface::NodeOrText; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NodeOrText` in this scope [INFO] [stdout] --> src/parsing.rs:150:16 [INFO] [stdout] | [INFO] [stdout] 150 | child: NodeOrText, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use html5ever::interface::NodeOrText; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `QuirksMode` in this scope [INFO] [stdout] --> src/parsing.rs:176:41 [INFO] [stdout] | [INFO] [stdout] 176 | fn set_quirks_mode(&mut self, mode: QuirksMode); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use html5ever::interface::QuirksMode; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NodeOrText` in this scope [INFO] [stdout] --> src/parsing.rs:186:75 [INFO] [stdout] | [INFO] [stdout] 186 | fn append_before_sibling(&mut self, sibling: &Self::Handle, new_node: NodeOrText); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use html5ever::interface::NodeOrText; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NextParserState` in this scope [INFO] [stdout] --> src/parsing.rs:218:60 [INFO] [stdout] | [INFO] [stdout] 218 | fn complete_script(&mut self, _node: &Self::Handle) -> NextParserState { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use html5ever::interface::NextParserState; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::rc::Weak` [INFO] [stdout] --> src/parsing.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use std::rc::Weak; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> src/parsing.rs:74:28 [INFO] [stdout] | [INFO] [stdout] 74 | .from_utf8().read_from(text.as_bytes_mut()).unwrap(); [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] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `[u8]: std::io::Read` is not satisfied [INFO] [stdout] --> src/parsing.rs:74:28 [INFO] [stdout] | [INFO] [stdout] 74 | .from_utf8().read_from(text.as_bytes_mut()).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `[u8]` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] <&[u8] as std::io::Read> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parsing.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 102 | fn get_document(&mut self) -> Self::Handle { [INFO] [stdout] | ------------ expected `parsing::Tag<'_>` because of return type [INFO] [stdout] 103 | self [INFO] [stdout] | ^^^^ expected struct `parsing::Tag`, found `&mut HtmlParser<'s>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parsing.rs:110:61 [INFO] [stdout] | [INFO] [stdout] 110 | fn elem_name<'a>(&'a self, target: &'a Self::Handle) -> ExpandedName<'a> { [INFO] [stdout] | --------- ^^^^^^^^^^^^^^^^ expected struct `ExpandedName`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> src/parsing.rs:74:28 [INFO] [stdout] | [INFO] [stdout] 74 | .from_utf8().read_from(text.as_bytes_mut()).unwrap(); [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] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `[u8]: std::io::Read` is not satisfied [INFO] [stdout] --> src/parsing.rs:74:28 [INFO] [stdout] | [INFO] [stdout] 74 | .from_utf8().read_from(text.as_bytes_mut()).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `[u8]` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] <&[u8] as std::io::Read> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 24 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nativemarkup` [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[E0308]: mismatched types [INFO] [stdout] --> src/parsing.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 102 | fn get_document(&mut self) -> Self::Handle { [INFO] [stdout] | ------------ expected `parsing::Tag<'_>` because of return type [INFO] [stdout] 103 | self [INFO] [stdout] | ^^^^ expected struct `parsing::Tag`, found `&mut HtmlParser<'s>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parsing.rs:110:61 [INFO] [stdout] | [INFO] [stdout] 110 | fn elem_name<'a>(&'a self, target: &'a Self::Handle) -> ExpandedName<'a> { [INFO] [stdout] | --------- ^^^^^^^^^^^^^^^^ expected struct `ExpandedName`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 24 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "26f52a90ebb25addd000ea1d05be82c78b3676f545527155ce16c2d9aaa6ac97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26f52a90ebb25addd000ea1d05be82c78b3676f545527155ce16c2d9aaa6ac97", kill_on_drop: false }` [INFO] [stdout] 26f52a90ebb25addd000ea1d05be82c78b3676f545527155ce16c2d9aaa6ac97