[INFO] crate wechat 0.1.0 is already in cache [INFO] extracting crate wechat 0.1.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/wechat/0.1.0 [INFO] extracting crate wechat 0.1.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/wechat/0.1.0 [INFO] validating manifest of wechat-0.1.0 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 wechat-0.1.0 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 wechat-0.1.0 [INFO] finished frobbing wechat-0.1.0 [INFO] frobbed toml for wechat-0.1.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/wechat/0.1.0/Cargo.toml [INFO] started frobbing wechat-0.1.0 [INFO] finished frobbing wechat-0.1.0 [INFO] frobbed toml for wechat-0.1.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/wechat/0.1.0/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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking wechat-0.1.0 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-3/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/wechat/0.1.0:/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] 706fde0374bf40a239bf7dc8d05a744364d3eebf2ac9d18063d13ec6162559a2 [INFO] running `"docker" "start" "-a" "706fde0374bf40a239bf7dc8d05a744364d3eebf2ac9d18063d13ec6162559a2"` [INFO] [stderr] Checking wechat v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `sxd_document::parser::Parser` [INFO] [stderr] --> src/xmlutil.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use sxd_document::parser::Parser; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^------ [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `parse` [INFO] [stderr] | no `Parser` in `parser` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `sxd_xpath::Functions`, `sxd_xpath::Variables`, `sxd_xpath::Namespaces`, `sxd_xpath::EvaluationContext`, `sxd_xpath::Expression` [INFO] [stderr] --> src/xmlutil.rs:6:24 [INFO] [stderr] | [INFO] [stderr] 6 | use sxd_xpath::{Value, Functions, Variables, Namespaces, Factory, EvaluationContext, Expression}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ no `Expression` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `EvaluationContext` in the root [INFO] [stderr] | | | no `Namespaces` in the root [INFO] [stderr] | | no `Variables` in the root [INFO] [stderr] | no `Functions` in the root [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 6 | use sxd_xpath::{Value, function, Variables, Namespaces, Factory, EvaluationContext, Expression}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 6 | use sxd_xpath::{Value, Functions, Variables, Namespaces, Factory, EvaluationContext, expression}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::Rng` [INFO] [stderr] --> src/cryptography/prp.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use rand::Rng; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `sxd_document::parser::Parser` [INFO] [stderr] --> src/xmlutil.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use sxd_document::parser::Parser; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^------ [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `parse` [INFO] [stderr] | no `Parser` in `parser` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `sxd_xpath::Functions`, `sxd_xpath::Variables`, `sxd_xpath::Namespaces`, `sxd_xpath::EvaluationContext`, `sxd_xpath::Expression` [INFO] [stderr] --> src/xmlutil.rs:6:24 [INFO] [stderr] | [INFO] [stderr] 6 | use sxd_xpath::{Value, Functions, Variables, Namespaces, Factory, EvaluationContext, Expression}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ no `Expression` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `EvaluationContext` in the root [INFO] [stderr] | | | no `Namespaces` in the root [INFO] [stderr] | | no `Variables` in the root [INFO] [stderr] | no `Functions` in the root [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 6 | use sxd_xpath::{Value, function, Variables, Namespaces, Factory, EvaluationContext, Expression}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 6 | use sxd_xpath::{Value, Functions, Variables, Namespaces, Factory, EvaluationContext, expression}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::Rng` [INFO] [stderr] --> src/cryptography/prp.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use rand::Rng; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/xmlutil.rs:28:61 [INFO] [stderr] | [INFO] [stderr] 28 | super::sxd_xpath::function::register_core_functions(&mut fns); [INFO] [stderr] | ^^^^^^^^ expected struct `sxd_xpath::Context`, found struct `std::collections::HashMap` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut sxd_xpath::Context<'_>` [INFO] [stderr] found type `&mut std::collections::HashMap<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/xmlutil.rs:47:15 [INFO] [stderr] | [INFO] [stderr] 47 | xpath.evaluate(&context).ok().unwrap() [INFO] [stderr] | ^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `gen_ascii_chars` found for type `rand::prelude::ThreadRng` in the current scope [INFO] [stderr] --> src/cryptography/prp.rs:28:26 [INFO] [stderr] | [INFO] [stderr] 28 | thread_rng().gen_ascii_chars().take(16).collect() [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/xmlutil.rs:28:61 [INFO] [stderr] | [INFO] [stderr] 28 | super::sxd_xpath::function::register_core_functions(&mut fns); [INFO] [stderr] | ^^^^^^^^ expected struct `sxd_xpath::Context`, found struct `std::collections::HashMap` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut sxd_xpath::Context<'_>` [INFO] [stderr] found type `&mut std::collections::HashMap<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/xmlutil.rs:47:15 [INFO] [stderr] | [INFO] [stderr] 47 | xpath.evaluate(&context).ok().unwrap() [INFO] [stderr] | ^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `gen_ascii_chars` found for type `rand::prelude::ThreadRng` in the current scope [INFO] [stderr] --> src/cryptography/prp.rs:28:26 [INFO] [stderr] | [INFO] [stderr] 28 | thread_rng().gen_ascii_chars().take(16).collect() [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] error: aborting due to 5 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] [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 `wechat`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `wechat`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "706fde0374bf40a239bf7dc8d05a744364d3eebf2ac9d18063d13ec6162559a2"` [INFO] running `"docker" "rm" "-f" "706fde0374bf40a239bf7dc8d05a744364d3eebf2ac9d18063d13ec6162559a2"` [INFO] [stdout] 706fde0374bf40a239bf7dc8d05a744364d3eebf2ac9d18063d13ec6162559a2