[INFO] crate rsdocs2docset 0.4.1 is already in cache [INFO] extracting crate rsdocs2docset 0.4.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/rsdocs2docset/0.4.1 [INFO] extracting crate rsdocs2docset 0.4.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/rsdocs2docset/0.4.1 [INFO] validating manifest of rsdocs2docset-0.4.1 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rsdocs2docset-0.4.1 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rsdocs2docset-0.4.1 [INFO] finished frobbing rsdocs2docset-0.4.1 [INFO] frobbed toml for rsdocs2docset-0.4.1 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/rsdocs2docset/0.4.1/Cargo.toml [INFO] started frobbing rsdocs2docset-0.4.1 [INFO] finished frobbing rsdocs2docset-0.4.1 [INFO] frobbed toml for rsdocs2docset-0.4.1 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/rsdocs2docset/0.4.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking rsdocs2docset-0.4.1 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-1/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/rsdocs2docset/0.4.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ec5e7578e699d2f273d45c41e02a8c91a02e52914581739f0d659ce10a33eaad [INFO] running `"docker" "start" "-a" "ec5e7578e699d2f273d45c41e02a8c91a02e52914581739f0d659ce10a33eaad"` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking sqlite3-sys v0.12.0 [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 sqlite v0.25.0 [INFO] [stderr] Compiling html5ever v0.24.0 [INFO] [stderr] Checking rsdocs2docset v0.4.1 (/opt/crater/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] | ^^^^^^ [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] | ^^^^^^ [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] | ^^^^^^ [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] | ^^^^^^ [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[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:16:17 [INFO] [stderr] | [INFO] [stderr] 16 | for e in &h.borrow().children { [INFO] [stderr] | ^^^^^^ [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] | ^^^^^^ [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] | ^^^^^^ [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] | ^^^^^^ [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] | ^^^^^^ [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" "ec5e7578e699d2f273d45c41e02a8c91a02e52914581739f0d659ce10a33eaad"` [INFO] running `"docker" "rm" "-f" "ec5e7578e699d2f273d45c41e02a8c91a02e52914581739f0d659ce10a33eaad"` [INFO] [stdout] ec5e7578e699d2f273d45c41e02a8c91a02e52914581739f0d659ce10a33eaad