[INFO] fetching crate rsdocs2docset 0.4.1... [INFO] checking rsdocs2docset-0.4.1 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate rsdocs2docset 0.4.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate rsdocs2docset 0.4.1 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rsdocs2docset 0.4.1 [INFO] finished tweaking crates.io crate rsdocs2docset 0.4.1 [INFO] tweaked toml for crates.io crate rsdocs2docset 0.4.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] ff84822deb75ce25910aebda50ffd0a21a9a8cb71f310800e71e248ecf6ddd30 [INFO] running `"docker" "start" "-a" "ff84822deb75ce25910aebda50ffd0a21a9a8cb71f310800e71e248ecf6ddd30"` [INFO] [stderr] Compiling sqlite3-src v0.2.11 [INFO] [stderr] Checking phf_shared v0.8.0 [INFO] [stderr] Compiling html5ever v0.24.1 [INFO] [stderr] Compiling string_cache v0.5.2 [INFO] [stderr] Compiling markup5ever v0.9.0 [INFO] [stderr] Compiling html5ever-atoms v0.3.0 [INFO] [stderr] Checking string_cache v0.8.0 [INFO] [stderr] Checking sqlite3-sys v0.12.0 [INFO] [stderr] Checking sqlite v0.25.0 [INFO] [stderr] Checking rsdocs2docset v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `html5ever::rcdom::NodeEnum` [INFO] [stderr] --> src/dom/parser.rs:1:23 [INFO] [stderr] | [INFO] [stderr] 1 | use html5ever::rcdom::NodeEnum::{Element, Text}; [INFO] [stderr] | ^^^^^^^^ could not find `NodeEnum` in `rcdom` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `borrow` found for type `&std::rc::Rc` in the current scope [INFO] [stderr] --> src/dom/parser.rs:16:17 [INFO] [stderr] | [INFO] [stderr] 16 | for e in &h.borrow().children { [INFO] [stderr] | ^^^^^^ method not found in `&std::rc::Rc` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use std::borrow::Borrow;` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `html5ever::rcdom::NodeEnum` [INFO] [stderr] --> src/dom/parser.rs:1:23 [INFO] [stderr] | [INFO] [stderr] 1 | use html5ever::rcdom::NodeEnum::{Element, Text}; [INFO] [stderr] | ^^^^^^^^ could not find `NodeEnum` in `rcdom` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `html5ever::rcdom::NodeEnum` [INFO] [stderr] --> src/dom/manipulator_tests.rs:1:23 [INFO] [stderr] | [INFO] [stderr] 1 | use html5ever::rcdom::NodeEnum::Element; [INFO] [stderr] | ^^^^^^^^ could not find `NodeEnum` in `rcdom` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `borrow` found for type `&std::rc::Rc` in the current scope [INFO] [stderr] --> src/dom/parser.rs:149:17 [INFO] [stderr] | [INFO] [stderr] 149 | for e in &h.borrow().children { [INFO] [stderr] | ^^^^^^ method not found in `&std::rc::Rc` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use std::borrow::Borrow;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `borrow` found for type `&std::rc::Rc` in the current scope [INFO] [stderr] --> src/dom/parser.rs:169:18 [INFO] [stderr] | [INFO] [stderr] 169 | let node = h.borrow(); [INFO] [stderr] | ^^^^^^ method not found in `&std::rc::Rc` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use std::borrow::Borrow;` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/dom/manipulator.rs:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | name: qualname!("", "class"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `html5ever::QualName`, found struct `html5ever_atoms::QualName` [INFO] [stderr] | [INFO] [stderr] = note: expected type `html5ever::QualName` [INFO] [stderr] found type `html5ever_atoms::QualName` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/dom/manipulator.rs:14:19 [INFO] [stderr] | [INFO] [stderr] 14 | name: qualname!("", "name"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `html5ever::QualName`, found struct `html5ever_atoms::QualName` [INFO] [stderr] | [INFO] [stderr] = note: expected type `html5ever::QualName` [INFO] [stderr] found type `html5ever_atoms::QualName` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/dom/manipulator.rs:17:29 [INFO] [stderr] | [INFO] [stderr] 17 | let dash_link = dom.create_element(qualname!(html, "a"), [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/dom/manipulator.rs:20:38 [INFO] [stderr] | [INFO] [stderr] 20 | if dom.append_before_sibling(entry.handle.clone(), NodeOrText::AppendNode(dash_link)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `std::rc::Rc` [INFO] [stderr] | help: consider borrowing here: `&entry.handle` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&std::rc::Rc` [INFO] [stderr] found type `std::rc::Rc` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_err` found for type `()` in the current scope [INFO] [stderr] --> src/dom/manipulator.rs:21:16 [INFO] [stderr] | [INFO] [stderr] 21 | .is_err() { [INFO] [stderr] | ^^^^^^ method not found in `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `rsdocs2docset`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `borrow` found for type `&std::rc::Rc` in the current scope [INFO] [stderr] --> src/dom/parser.rs:16:17 [INFO] [stderr] | [INFO] [stderr] 16 | for e in &h.borrow().children { [INFO] [stderr] | ^^^^^^ method not found in `&std::rc::Rc` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use std::borrow::Borrow;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `borrow` found for type `&std::rc::Rc` in the current scope [INFO] [stderr] --> src/dom/parser.rs:149:17 [INFO] [stderr] | [INFO] [stderr] 149 | for e in &h.borrow().children { [INFO] [stderr] | ^^^^^^ method not found in `&std::rc::Rc` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use std::borrow::Borrow;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `borrow` found for type `&std::rc::Rc` in the current scope [INFO] [stderr] --> src/dom/parser.rs:169:18 [INFO] [stderr] | [INFO] [stderr] 169 | let node = h.borrow(); [INFO] [stderr] | ^^^^^^ method not found in `&std::rc::Rc` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use std::borrow::Borrow;` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/dom/manipulator.rs:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | name: qualname!("", "class"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `html5ever::QualName`, found struct `html5ever_atoms::QualName` [INFO] [stderr] | [INFO] [stderr] = note: expected type `html5ever::QualName` [INFO] [stderr] found type `html5ever_atoms::QualName` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/dom/manipulator.rs:14:19 [INFO] [stderr] | [INFO] [stderr] 14 | name: qualname!("", "name"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `html5ever::QualName`, found struct `html5ever_atoms::QualName` [INFO] [stderr] | [INFO] [stderr] = note: expected type `html5ever::QualName` [INFO] [stderr] found type `html5ever_atoms::QualName` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/dom/manipulator.rs:17:29 [INFO] [stderr] | [INFO] [stderr] 17 | let dash_link = dom.create_element(qualname!(html, "a"), [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/dom/manipulator.rs:20:38 [INFO] [stderr] | [INFO] [stderr] 20 | if dom.append_before_sibling(entry.handle.clone(), NodeOrText::AppendNode(dash_link)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `std::rc::Rc` [INFO] [stderr] | help: consider borrowing here: `&entry.handle` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&std::rc::Rc` [INFO] [stderr] found type `std::rc::Rc` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_err` found for type `()` in the current scope [INFO] [stderr] --> src/dom/manipulator.rs:21:16 [INFO] [stderr] | [INFO] [stderr] 21 | .is_err() { [INFO] [stderr] | ^^^^^^ method not found in `()` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `borrow` found for type `std::rc::Rc` in the current scope [INFO] [stderr] --> src/dom/manipulator_tests.rs:11:41 [INFO] [stderr] | [INFO] [stderr] 11 | let ref html_element = dom.document.borrow().children[0]; [INFO] [stderr] | ^^^^^^ method not found in `std::rc::Rc` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use std::borrow::Borrow;` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `name` on type `&_` [INFO] [stderr] --> src/dom/manipulator_tests.rs:19:62 [INFO] [stderr] | [INFO] [stderr] 19 | ... x.name == qualname!("", "class") [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0432, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `rsdocs2docset`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ff84822deb75ce25910aebda50ffd0a21a9a8cb71f310800e71e248ecf6ddd30"` [INFO] running `"docker" "rm" "-f" "ff84822deb75ce25910aebda50ffd0a21a9a8cb71f310800e71e248ecf6ddd30"` [INFO] [stdout] ff84822deb75ce25910aebda50ffd0a21a9a8cb71f310800e71e248ecf6ddd30