[INFO] crate rsdocs2docset 0.4.1 is already in cache [INFO] testing rsdocs2docset-0.4.1 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate rsdocs2docset 0.4.1 into work/builds/worker-4/source [INFO] validating manifest of crates.io crate rsdocs2docset 0.4.1 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/builds/worker-4/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] d836670aa29048701db2836671a0f26a42169bbc8bf29a609e0a334a9e993e6c [INFO] running `"docker" "start" "-a" "d836670aa29048701db2836671a0f26a42169bbc8bf29a609e0a334a9e993e6c"` [INFO] [stderr] Compiling string_cache_shared v0.3.0 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling new_debug_unreachable v1.0.3 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling utf-8 v0.7.5 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling sqlite3-src v0.2.11 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling debug_unreachable v0.1.1 [INFO] [stderr] Compiling futf v0.1.4 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling tendril v0.4.1 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling sqlite3-sys v0.12.0 [INFO] [stderr] Compiling string_cache v0.7.4 [INFO] [stderr] Compiling string_cache v0.5.2 [INFO] [stderr] Compiling html5ever-atoms v0.3.0 [INFO] [stderr] Compiling sqlite v0.25.0 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling html5ever v0.24.1 [INFO] [stderr] Compiling markup5ever v0.9.0 [INFO] [stderr] Compiling 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[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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d836670aa29048701db2836671a0f26a42169bbc8bf29a609e0a334a9e993e6c"` [INFO] running `"docker" "rm" "-f" "d836670aa29048701db2836671a0f26a42169bbc8bf29a609e0a334a9e993e6c"` [INFO] [stdout] d836670aa29048701db2836671a0f26a42169bbc8bf29a609e0a334a9e993e6c