[INFO] fetching crate wechat 0.1.0... [INFO] documenting wechat-0.1.0 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate wechat 0.1.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate wechat 0.1.0 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 crates.io crate wechat 0.1.0 [INFO] finished tweaking crates.io crate wechat 0.1.0 [INFO] tweaked toml for crates.io crate wechat 0.1.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 64563ba3259dcf576bee0120f746923ac9be555abc1ea8c257dff70e41350e0d [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" "64563ba3259dcf576bee0120f746923ac9be555abc1ea8c257dff70e41350e0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "64563ba3259dcf576bee0120f746923ac9be555abc1ea8c257dff70e41350e0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64563ba3259dcf576bee0120f746923ac9be555abc1ea8c257dff70e41350e0d", kill_on_drop: false }` [INFO] [stdout] 64563ba3259dcf576bee0120f746923ac9be555abc1ea8c257dff70e41350e0d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] ee116b30f2934c4e836463ef073d8f55c447c16d5764c4d6df901263773d73a8 [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" "ee116b30f2934c4e836463ef073d8f55c447c16d5764c4d6df901263773d73a8", kill_on_drop: false }` [INFO] [stderr] Checking peresil v0.3.0 [INFO] [stderr] Checking time v0.2.17 [INFO] [stderr] Checking sxd-document v0.3.2 [INFO] [stderr] Checking sxd-xpath v0.4.2 [INFO] [stderr] Documenting wechat v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `sxd_document::parser::Parser` [INFO] [stdout] --> src/xmlutil.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use sxd_document::parser::Parser; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^------ [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `parse` [INFO] [stdout] | no `Parser` in `parser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `sxd_xpath::Functions`, `sxd_xpath::Variables`, `sxd_xpath::Namespaces`, `sxd_xpath::EvaluationContext`, `sxd_xpath::Expression` [INFO] [stdout] --> src/xmlutil.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | use sxd_xpath::{Value, Functions, Variables, Namespaces, Factory, EvaluationContext, Expression}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ no `Expression` in the root [INFO] [stdout] | | | | | [INFO] [stdout] | | | | no `EvaluationContext` in the root [INFO] [stdout] | | | no `Namespaces` in the root [INFO] [stdout] | | no `Variables` in the root [INFO] [stdout] | no `Functions` in the root [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 6 | use sxd_xpath::{Value, function, Variables, Namespaces, Factory, EvaluationContext, Expression}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 6 | use sxd_xpath::{Value, Functions, Variables, Namespaces, Factory, EvaluationContext, expression}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Tm` in crate `time` [INFO] [stdout] --> src/messages/mod.rs:14:36 [INFO] [stdout] | [INFO] [stdout] 14 | fn create_time(&self) -> time::Tm { [INFO] [stdout] | ^^ not found in `time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 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 `wechat`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name wechat 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 byteorder=/opt/rustwide/target/debug/deps/libbyteorder-cdbbc07100f440a1.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-9de4bdcd0d606d7b.rmeta --extern crypto=/opt/rustwide/target/debug/deps/libcrypto-890a98193efafa7c.rmeta --extern rustc_serialize=/opt/rustwide/target/debug/deps/librustc_serialize-0e355727854478f2.rmeta --extern sxd_document=/opt/rustwide/target/debug/deps/libsxd_document-8b44298887ccb73f.rmeta --extern sxd_xpath=/opt/rustwide/target/debug/deps/libsxd_xpath-78bd5bc5d4e07264.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-3d06e942690f01b7.rmeta --cap-lints=warn` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "ee116b30f2934c4e836463ef073d8f55c447c16d5764c4d6df901263773d73a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee116b30f2934c4e836463ef073d8f55c447c16d5764c4d6df901263773d73a8", kill_on_drop: false }` [INFO] [stdout] ee116b30f2934c4e836463ef073d8f55c447c16d5764c4d6df901263773d73a8