[INFO] updating cached repository https://github.com/Dylan-DPC/leather
[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] 3530aa8cfc7060e66ba03662c4969fd9d4db9ae0
[INFO] checking Dylan-DPC/leather against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDylan-DPC%2Fleather" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Dylan-DPC/leather 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/Dylan-DPC/leather
[INFO] finished tweaking git repo https://github.com/Dylan-DPC/leather
[INFO] tweaked toml for git repo https://github.com/Dylan-DPC/leather written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/Dylan-DPC/leather already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] b66a72bdf21ae17427e22351f78a4ac4c6a28472879395d74fa6c9271d61938a
[INFO] running `"docker" "start" "-a" "b66a72bdf21ae17427e22351f78a4ac4c6a28472879395d74fa6c9271d61938a"`
[INFO] [stderr]     Checking termios v0.3.0
[INFO] [stderr]    Compiling quote v0.5.2
[INFO] [stderr]     Checking crossbeam-epoch v0.3.1
[INFO] [stderr]     Checking clap v2.31.2
[INFO] [stderr]     Checking regex v0.2.10
[INFO] [stderr]     Checking interactor v0.1.1
[INFO] [stderr]    Compiling syn v0.13.1
[INFO] [stderr]     Checking crossbeam-deque v0.2.0
[INFO] [stderr]     Checking rayon-core v1.4.0
[INFO] [stderr]     Checking env_logger v0.5.9
[INFO] [stderr]     Checking rayon v0.9.0
[INFO] [stderr]    Compiling serde_derive_internals v0.23.1
[INFO] [stderr]    Compiling structopt-derive v0.2.7
[INFO] [stderr]    Compiling serde_derive v1.0.42
[INFO] [stderr]     Checking structopt v0.2.7
[INFO] [stderr]     Checking quicli v0.2.0
[INFO] [stderr]     Checking leather v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused import: `interactor::*`
[INFO] [stderr]  --> src/main.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use interactor::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_args` found for struct `Leather` in the current scope
[INFO] [stderr]   --> src/main.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 8  |   struct Leather {
[INFO] [stderr]    |   -------------- function or associated item `from_args` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 12 | / main!(|args: Leather| {
[INFO] [stderr] 13 | |
[INFO] [stderr] 14 | | });
[INFO] [stderr]    | |___^ function or associated item not found in `Leather`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following trait defines an item `from_args`, perhaps you need to implement it:
[INFO] [stderr]            candidate #1: `quicli::prelude::StructOpt`
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `quicli::prelude`
[INFO] [stderr]  --> src/main.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use quicli::prelude::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `leather`.
[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] warning: unused import: `interactor::*`
[INFO] [stderr]  --> src/main.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use interactor::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_args` found for struct `Leather` in the current scope
[INFO] [stderr]   --> src/main.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 8  |   struct Leather {
[INFO] [stderr]    |   -------------- function or associated item `from_args` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 12 | / main!(|args: Leather| {
[INFO] [stderr] 13 | |
[INFO] [stderr] 14 | | });
[INFO] [stderr]    | |___^ function or associated item not found in `Leather`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following trait defines an item `from_args`, perhaps you need to implement it:
[INFO] [stderr]            candidate #1: `quicli::prelude::StructOpt`
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `quicli::prelude`
[INFO] [stderr]  --> src/main.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use quicli::prelude::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `leather`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b66a72bdf21ae17427e22351f78a4ac4c6a28472879395d74fa6c9271d61938a"`
[INFO] running `"docker" "rm" "-f" "b66a72bdf21ae17427e22351f78a4ac4c6a28472879395d74fa6c9271d61938a"`
[INFO] [stdout] b66a72bdf21ae17427e22351f78a4ac4c6a28472879395d74fa6c9271d61938a
