[INFO] updating cached repository https://github.com/fnichol/iocage-provision [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] c5ad17fd80799dd12414af326c0a6ed826362965 [INFO] checking fnichol/iocage-provision against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffnichol%2Fiocage-provision" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fnichol/iocage-provision on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fnichol/iocage-provision [INFO] finished tweaking git repo https://github.com/fnichol/iocage-provision [INFO] tweaked toml for git repo https://github.com/fnichol/iocage-provision written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/fnichol/iocage-provision already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 5d1663c2fefba96ea95e9d03cd7859afe5aadee408d6aa6144bd86b119ecceaf [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" "5d1663c2fefba96ea95e9d03cd7859afe5aadee408d6aa6144bd86b119ecceaf"` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Checking termcolor v0.3.6 [INFO] [stderr] Compiling iocage-provision v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking ipnet v2.0.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking os_type v2.2.0 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking getrandom v0.1.12 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Checking backtrace-sys v0.1.31 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking nix v0.15.0 [INFO] [stderr] Checking users v0.9.1 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling structopt-derive v0.3.3 [INFO] [stderr] Checking structopt v0.3.3 [INFO] [stderr] Checking human-panic v1.0.1 [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:122:25 [INFO] [stderr] | [INFO] [stderr] 122 | pub(crate) gateway: IpAddr, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:128:20 [INFO] [stderr] | [INFO] [stderr] 128 | pub(crate) ip: IpNet, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:132:22 [INFO] [stderr] | [INFO] [stderr] 132 | pub(crate) name: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:145:25 [INFO] [stderr] | [INFO] [stderr] 145 | pub(crate) release: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:152:21 [INFO] [stderr] | [INFO] [stderr] 152 | pub(crate) ssh: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:161:22 [INFO] [stderr] | [INFO] [stderr] 161 | pub(crate) user: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:167:25 [INFO] [stderr] | [INFO] [stderr] 167 | pub(crate) verbose: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:122:25 [INFO] [stderr] | [INFO] [stderr] 122 | pub(crate) gateway: IpAddr, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:128:20 [INFO] [stderr] | [INFO] [stderr] 128 | pub(crate) ip: IpNet, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:132:22 [INFO] [stderr] | [INFO] [stderr] 132 | pub(crate) name: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:145:25 [INFO] [stderr] | [INFO] [stderr] 145 | pub(crate) release: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:152:21 [INFO] [stderr] | [INFO] [stderr] 152 | pub(crate) ssh: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:161:22 [INFO] [stderr] | [INFO] [stderr] 161 | pub(crate) user: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:167:25 [INFO] [stderr] | [INFO] [stderr] 167 | pub(crate) verbose: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `iocage-provision`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `iocage-provision`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5d1663c2fefba96ea95e9d03cd7859afe5aadee408d6aa6144bd86b119ecceaf"` [INFO] running `"docker" "rm" "-f" "5d1663c2fefba96ea95e9d03cd7859afe5aadee408d6aa6144bd86b119ecceaf"` [INFO] [stdout] 5d1663c2fefba96ea95e9d03cd7859afe5aadee408d6aa6144bd86b119ecceaf