[INFO] updating cached repository https://github.com/yobicash/yobicash-rs
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 20e639f8ffcf0ba8dea4123d3d4ef5a7a815e072
[INFO] checking yobicash/yobicash-rs against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyobicash%2Fyobicash-rs" "/workspace/builds/worker-3/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/yobicash/yobicash-rs on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/yobicash/yobicash-rs
[INFO] finished tweaking git repo https://github.com/yobicash/yobicash-rs
[INFO] tweaked toml for git repo https://github.com/yobicash/yobicash-rs written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate git repo https://github.com/yobicash/yobicash-rs already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] e6ff926206789bb5f99a9f03c484352cd1a37d42bb3c4514d53ac56307c7cae7
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "e6ff926206789bb5f99a9f03c484352cd1a37d42bb3c4514d53ac56307c7cae7"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Checking serde v1.0.24
[INFO] [stderr]    Compiling libc v0.2.34
[INFO] [stderr]    Compiling num-traits v0.1.41
[INFO] [stderr]    Compiling arrayref v0.3.4
[INFO] [stderr]     Checking futures-await-await-macro v0.1.0
[INFO] [stderr]     Checking rand v0.3.18
[INFO] [stderr]     Checking atty v0.2.4
[INFO] [stderr]     Checking time v0.1.38
[INFO] [stderr]     Checking iovec v0.1.1
[INFO] [stderr]     Checking num-integer v0.1.35
[INFO] [stderr]    Compiling proc-macro2 v0.1.5
[INFO] [stderr]     Checking subtle v0.3.0
[INFO] [stderr]    Compiling libyobicash v0.9.3 (https://github.com/yobicash/libyobicash#2ad66c36)
[INFO] [stderr]    Compiling unqlite-sys v1.1.0
[INFO] [stderr]    Compiling typenum v1.9.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.16
[INFO] [stderr]     Checking generic-array v0.9.0
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:64:33
[INFO] [stderr]    |
[INFO] [stderr] 64 |                     proc_macro::TokenNode::Group(delim, (s.0).0)
[INFO] [stderr]    |                                 ^^^^^^^^^ could not find `TokenNode` in `proc_macro`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:71:33
[INFO] [stderr]    |
[INFO] [stderr] 71 |                     proc_macro::TokenNode::Op(ch, kind)
[INFO] [stderr]    |                                 ^^^^^^^^^ could not find `TokenNode` in `proc_macro`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:74:33
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     proc_macro::TokenNode::Term((s.0).0)
[INFO] [stderr]    |                                 ^^^^^^^^^ could not find `TokenNode` in `proc_macro`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:77:33
[INFO] [stderr]    |
[INFO] [stderr] 77 |                     proc_macro::TokenNode::Literal((l.0).0)
[INFO] [stderr]    |                                 ^^^^^^^^^ could not find `TokenNode` in `proc_macro`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:125:29
[INFO] [stderr]     |
[INFO] [stderr] 125 |                 proc_macro::TokenNode::Group(delim, s) => {
[INFO] [stderr]     |                             ^^^^^^^^^ could not find `TokenNode` in `proc_macro`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:134:29
[INFO] [stderr]     |
[INFO] [stderr] 134 |                 proc_macro::TokenNode::Op(ch, kind) => {
[INFO] [stderr]     |                             ^^^^^^^^^ could not find `TokenNode` in `proc_macro`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:141:29
[INFO] [stderr]     |
[INFO] [stderr] 141 |                 proc_macro::TokenNode::Term(s) => {
[INFO] [stderr]     |                             ^^^^^^^^^ could not find `TokenNode` in `proc_macro`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:144:29
[INFO] [stderr]     |
[INFO] [stderr] 144 |                 proc_macro::TokenNode::Literal(l) => {
[INFO] [stderr]     |                             ^^^^^^^^^ could not find `TokenNode` in `proc_macro`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Term` in `proc_macro`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:186:26
[INFO] [stderr]     |
[INFO] [stderr] 186 |         Term(proc_macro::Term::intern(string))
[INFO] [stderr]     |                          ^^^^ could not find `Term` in `proc_macro`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:273:21
[INFO] [stderr]     |
[INFO] [stderr] 273 |         proc_macro::TokenNode::Literal(l) => l,
[INFO] [stderr]     |                     ^^^^^^^^^ could not find `TokenNode` in `proc_macro`
[INFO] [stderr] 
[INFO] [stderr] error[E0574]: expected struct, variant or union type, found enum `proc_macro::TokenTree`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:54:21
[INFO] [stderr]    |
[INFO] [stderr] 54 |         TokenStream(proc_macro::TokenTree {
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^ not a struct, variant or union type
[INFO] [stderr]    |
[INFO] [stderr] help: possible better candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use TokenTree;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TokenTreeIter` in crate `proc_macro`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:103:38
[INFO] [stderr]     |
[INFO] [stderr] 103 |   pub struct TokenTreeIter(proc_macro::TokenTreeIter);
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: an enum with a similar name exists
[INFO] [stderr]     |
[INFO] [stderr] 103 | pub struct TokenTreeIter(proc_macro::TokenTree);
[INFO] [stderr]     |                                      ^^^^^^^^^
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use TokenTreeIter;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use imp::TokenTreeIter;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Term` in crate `proc_macro`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:182:29
[INFO] [stderr]     |
[INFO] [stderr] 182 | pub struct Term(proc_macro::Term);
[INFO] [stderr]     |                             ^^^^ not found in `proc_macro`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use Term;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use imp::Term;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr]    Compiling serde_derive_internals v0.18.0
[INFO] [stderr]    Compiling structopt-derive v0.1.6
[INFO] [stderr] error[E0599]: no function or associated item named `empty` found for struct `proc_macro::TokenStream` in the current scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:18:46
[INFO] [stderr]    |
[INFO] [stderr] 18 |         TokenStream(proc_macro::TokenStream::empty())
[INFO] [stderr]    |                                              ^^^^^ function or associated item not found in `proc_macro::TokenStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'proc_macro_def_site'
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:171:14
[INFO] [stderr]     |
[INFO] [stderr] 171 |         Span(proc_macro::Span::def_site())
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #54724 <https://github.com/rust-lang/rust/issues/54724> for more information
[INFO] [stderr]     = help: add `#![feature(proc_macro_def_site)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `float` found for struct `proc_macro::Literal` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:230:38
[INFO] [stderr]     |
[INFO] [stderr] 230 |         Literal(proc_macro::Literal::float(s))
[INFO] [stderr]     |                                      ^^^^^ function or associated item not found in `proc_macro::Literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `integer` found for struct `proc_macro::Literal` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:234:38
[INFO] [stderr]     |
[INFO] [stderr] 234 |         Literal(proc_macro::Literal::integer(s.into()))
[INFO] [stderr]     |                                      ^^^^^^^ function or associated item not found in `proc_macro::Literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0609]: no field `kind` on type `proc_macro::TokenTree`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:272:46
[INFO] [stderr]     |
[INFO] [stderr] 272 |     match stream.into_iter().next().unwrap().kind {
[INFO] [stderr]     |                                              ^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `u8` found for struct `proc_macro::Literal` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:289:5
[INFO] [stderr]     |
[INFO] [stderr] 289 |     u8, u16, u32, u64, usize,
[INFO] [stderr]     |     ^^ function or associated item not found in `proc_macro::Literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `u16` found for struct `proc_macro::Literal` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:289:9
[INFO] [stderr]     |
[INFO] [stderr] 289 |     u8, u16, u32, u64, usize,
[INFO] [stderr]     |         ^^^ function or associated item not found in `proc_macro::Literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `u32` found for struct `proc_macro::Literal` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:289:14
[INFO] [stderr]     |
[INFO] [stderr] 289 |     u8, u16, u32, u64, usize,
[INFO] [stderr]     |              ^^^ function or associated item not found in `proc_macro::Literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `u64` found for struct `proc_macro::Literal` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:289:19
[INFO] [stderr]     |
[INFO] [stderr] 289 |     u8, u16, u32, u64, usize,
[INFO] [stderr]     |                   ^^^ function or associated item not found in `proc_macro::Literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `usize` found for struct `proc_macro::Literal` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:289:24
[INFO] [stderr]     |
[INFO] [stderr] 289 |     u8, u16, u32, u64, usize,
[INFO] [stderr]     |                        ^^^^^ function or associated item not found in `proc_macro::Literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `i8` found for struct `proc_macro::Literal` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:290:5
[INFO] [stderr]     |
[INFO] [stderr] 290 |     i8, i16, i32, i64, isize,
[INFO] [stderr]     |     ^^ function or associated item not found in `proc_macro::Literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `i16` found for struct `proc_macro::Literal` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:290:9
[INFO] [stderr]     |
[INFO] [stderr] 290 |     i8, i16, i32, i64, isize,
[INFO] [stderr]     |         ^^^ function or associated item not found in `proc_macro::Literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `i32` found for struct `proc_macro::Literal` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:290:14
[INFO] [stderr]     |
[INFO] [stderr] 290 |     i8, i16, i32, i64, isize,
[INFO] [stderr]     |              ^^^ function or associated item not found in `proc_macro::Literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `i64` found for struct `proc_macro::Literal` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:290:19
[INFO] [stderr]     |
[INFO] [stderr] 290 |     i8, i16, i32, i64, isize,
[INFO] [stderr]     |                   ^^^ function or associated item not found in `proc_macro::Literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `isize` found for struct `proc_macro::Literal` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:290:24
[INFO] [stderr]     |
[INFO] [stderr] 290 |     i8, i16, i32, i64, isize,
[INFO] [stderr]     |                        ^^^^^ function or associated item not found in `proc_macro::Literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `f32` found for struct `proc_macro::Literal` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:304:5
[INFO] [stderr]     |
[INFO] [stderr] 304 |     f32, f64,
[INFO] [stderr]     |     ^^^ function or associated item not found in `proc_macro::Literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `f64` found for struct `proc_macro::Literal` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.5/src/unstable.rs:304:10
[INFO] [stderr]     |
[INFO] [stderr] 304 |     f32, f64,
[INFO] [stderr]     |          ^^^ function or associated item not found in `proc_macro::Literal`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 30 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0433, E0574, E0599, E0609, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `proc-macro2`.
[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: build failed
[INFO] running `"docker" "inspect" "e6ff926206789bb5f99a9f03c484352cd1a37d42bb3c4514d53ac56307c7cae7"`
[INFO] running `"docker" "rm" "-f" "e6ff926206789bb5f99a9f03c484352cd1a37d42bb3c4514d53ac56307c7cae7"`
[INFO] [stdout] e6ff926206789bb5f99a9f03c484352cd1a37d42bb3c4514d53ac56307c7cae7
