[INFO] updating cached repository https://github.com/birkenfeld/cachereg_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] 2c1ff8114cd8f0f206e3ace783ba14897f4cb892
[INFO] checking birkenfeld/cachereg_rs against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbirkenfeld%2Fcachereg_rs" "/workspace/builds/worker-12/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/birkenfeld/cachereg_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/birkenfeld/cachereg_rs
[INFO] finished tweaking git repo https://github.com/birkenfeld/cachereg_rs
[INFO] tweaked toml for git repo https://github.com/birkenfeld/cachereg_rs written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] crate git repo https://github.com/birkenfeld/cachereg_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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 5576feb0b5515094861ec879a8002a61c0ea90ddbda14480e3d615d177e12632
[INFO] running `"docker" "start" "-a" "5576feb0b5515094861ec879a8002a61c0ea90ddbda14480e3d615d177e12632"`
[INFO] [stderr]    Compiling ucd-util v0.1.5
[INFO] [stderr]     Checking utf8-cstr v0.1.6
[INFO] [stderr]    Compiling libsystemd-sys v0.2.2
[INFO] [stderr]    Compiling serde v1.0.99
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]     Checking nix v0.9.0
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking hostname v0.1.5
[INFO] [stderr]    Compiling aho-corasick v0.6.10
[INFO] [stderr]     Checking dns-lookup v0.9.1
[INFO] [stderr]     Checking cstr-argument v0.0.2
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]    Compiling regex-syntax v0.5.6
[INFO] [stderr]     Checking systemd v0.4.0
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]     Checking structopt v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.40
[INFO] [stderr]    Compiling handlebars v0.29.1
[INFO] [stderr]    Compiling interfaces v0.0.4
[INFO] [stderr]     Checking mlzutil v0.1.1
[INFO] [stderr]     Checking cachereg v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: `parse` argument must be a function path
[INFO] [stderr]   --> src/main.rs:37:38
[INFO] [stderr]    |
[INFO] [stderr] 37 |                 parse(try_from_str = "mlzutil::net::iface::parse_interface"))]
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: `parse` argument must be a function path
[INFO] [stderr]   --> src/main.rs:37:38
[INFO] [stderr]    |
[INFO] [stderr] 37 |                 parse(try_from_str = "mlzutil::net::iface::parse_interface"))]
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_args` found for struct `Options` in the current scope
[INFO] [stderr]   --> src/main.rs:55:25
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub struct Options {
[INFO] [stderr]    | ------------------ function or associated item `from_args` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 55 |     let opts = Options::from_args();
[INFO] [stderr]    |                         ^^^^^^^^^ function or associated item not found in `Options`
[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: `structopt::StructOpt`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_args` found for struct `Options` in the current scope
[INFO] [stderr]   --> src/main.rs:55:25
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub struct Options {
[INFO] [stderr]    | ------------------ function or associated item `from_args` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 55 |     let opts = Options::from_args();
[INFO] [stderr]    |                         ^^^^^^^^^ function or associated item not found in `Options`
[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: `structopt::StructOpt`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `cachereg`.
[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: could not compile `cachereg`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "5576feb0b5515094861ec879a8002a61c0ea90ddbda14480e3d615d177e12632"`
[INFO] running `"docker" "rm" "-f" "5576feb0b5515094861ec879a8002a61c0ea90ddbda14480e3d615d177e12632"`
[INFO] [stdout] 5576feb0b5515094861ec879a8002a61c0ea90ddbda14480e3d615d177e12632
