[INFO] crate wechat 0.1.0 is already in cache
[INFO] checking wechat-0.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[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 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[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 `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"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" "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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 2a4fa94758292d8fc224dba46adddab136a3313b172ca2a60ff9e52cd643a0ec
[INFO] running `"docker" "start" "-a" "2a4fa94758292d8fc224dba46adddab136a3313b172ca2a60ff9e52cd643a0ec"`
[INFO] [stderr]     Checking peresil v0.3.0
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking sxd-document v0.3.2
[INFO] [stderr]     Checking sxd-xpath v0.4.2
[INFO] [stderr]    Compiling rustversion v1.0.2
[INFO] [stderr]    Compiling time-macros-impl v0.1.0
[INFO] [stderr]    Compiling time v0.2.9
[INFO] [stderr]     Checking time-macros v0.1.0
[INFO] [stderr]     Checking wechat v0.1.0 (/opt/rustwide/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]   |
[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] error[E0433]: failed to resolve: could not find `Timespec` in `time`
[INFO] [stderr]   --> src/messages/mod.rs:15:27
[INFO] [stderr]    |
[INFO] [stderr] 15 |         let clock = time::Timespec::new(self.time(), 0);
[INFO] [stderr]    |                           ^^^^^^^^ could not find `Timespec` in `time`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Tm` in crate `time`
[INFO] [stderr]   --> src/messages/mod.rs:14:36
[INFO] [stderr]    |
[INFO] [stderr] 14 |     fn create_time(&self) -> time::Tm {
[INFO] [stderr]    |                                    ^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `at` in crate `time`
[INFO] [stderr]   --> src/messages/mod.rs:16:15
[INFO] [stderr]    |
[INFO] [stderr] 16 |         time::at(clock)
[INFO] [stderr]    |               ^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/cryptography/aes.rs:47:22
[INFO] [stderr]    |
[INFO] [stderr] 47 |         let result = try!(encryptor.encrypt(&mut read_buffer, &mut write_buffer, true));
[INFO] [stderr]    |                      ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/cryptography/aes.rs:84:22
[INFO] [stderr]    |
[INFO] [stderr] 84 |         let result = try!(decryptor.decrypt(&mut read_buffer, &mut write_buffer, true));
[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]   |
[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] error[E0433]: failed to resolve: could not find `Timespec` in `time`
[INFO] [stderr]   --> src/messages/mod.rs:15:27
[INFO] [stderr]    |
[INFO] [stderr] 15 |         let clock = time::Timespec::new(self.time(), 0);
[INFO] [stderr]    |                           ^^^^^^^^ could not find `Timespec` in `time`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Tm` in crate `time`
[INFO] [stderr]   --> src/messages/mod.rs:14:36
[INFO] [stderr]    |
[INFO] [stderr] 14 |     fn create_time(&self) -> time::Tm {
[INFO] [stderr]    |                                    ^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `at` in crate `time`
[INFO] [stderr]   --> src/messages/mod.rs:16:15
[INFO] [stderr]    |
[INFO] [stderr] 16 |         time::at(clock)
[INFO] [stderr]    |               ^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/cryptography/aes.rs:47:22
[INFO] [stderr]    |
[INFO] [stderr] 47 |         let result = try!(encryptor.encrypt(&mut read_buffer, &mut write_buffer, true));
[INFO] [stderr]    |                      ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/cryptography/aes.rs:84:22
[INFO] [stderr]    |
[INFO] [stderr] 84 |         let result = try!(decryptor.decrypt(&mut read_buffer, &mut write_buffer, true));
[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 mutable reference `&mut sxd_xpath::Context<'_>`
[INFO] [stderr]               found mutable reference `&mut std::collections::HashMap<_, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]   --> src/xmlutil.rs:47:15
[INFO] [stderr]    |
[INFO] [stderr] 47 |         xpath.evaluate(&context).ok().unwrap()
[INFO] [stderr]    |               ^^^^^^^^ -------- supplied 1 argument
[INFO] [stderr]    |               |
[INFO] [stderr]    |               expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `gen_ascii_chars` found for struct `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]    |                          ^^^^^^^^^^^^^^^ method not found in `rand::prelude::ThreadRng`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:38:56
[INFO] [stderr]    |
[INFO] [stderr] 38 |             WeChatError::InvalidBase64(ref err) => err.description(),
[INFO] [stderr]    |                                                        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0412, E0425, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `wechat`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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 mutable reference `&mut sxd_xpath::Context<'_>`
[INFO] [stderr]               found mutable reference `&mut std::collections::HashMap<_, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]   --> src/xmlutil.rs:47:15
[INFO] [stderr]    |
[INFO] [stderr] 47 |         xpath.evaluate(&context).ok().unwrap()
[INFO] [stderr]    |               ^^^^^^^^ -------- supplied 1 argument
[INFO] [stderr]    |               |
[INFO] [stderr]    |               expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `gen_ascii_chars` found for struct `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]    |                          ^^^^^^^^^^^^^^^ method not found in `rand::prelude::ThreadRng`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:38:56
[INFO] [stderr]    |
[INFO] [stderr] 38 |             WeChatError::InvalidBase64(ref err) => err.description(),
[INFO] [stderr]    |                                                        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0412, E0425, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `wechat`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "2a4fa94758292d8fc224dba46adddab136a3313b172ca2a60ff9e52cd643a0ec"`
[INFO] running `"docker" "rm" "-f" "2a4fa94758292d8fc224dba46adddab136a3313b172ca2a60ff9e52cd643a0ec"`
[INFO] [stdout] 2a4fa94758292d8fc224dba46adddab136a3313b172ca2a60ff9e52cd643a0ec
