[INFO] updating cached repository https://github.com/dalance/gip [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] d87e071dcf192e9fe61260bec4694352db511471 [INFO] checking dalance/gip against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdalance%2Fgip" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dalance/gip 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/dalance/gip [INFO] finished tweaking git repo https://github.com/dalance/gip [INFO] tweaked toml for git repo https://github.com/dalance/gip written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/dalance/gip already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7d96d1675f62619d6a3dab7f09b6cc57cde8848b1fde157176049be575b8fe53 [INFO] running `"docker" "start" "-a" "7d96d1675f62619d6a3dab7f09b6cc57cde8848b1fde157176049be575b8fe53"` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Checking traitobject v0.0.1 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking cookie v0.2.5 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Checking hpack v0.2.0 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking solicit v0.4.4 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Checking hyper v0.9.18 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking toml v0.5.3 [INFO] [stderr] Compiling structopt-derive v0.3.2 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Checking structopt v0.3.2 [INFO] [stderr] Checking gip v0.6.1-pre (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / error_chain! { [INFO] [stderr] 141 | | foreign_links { [INFO] [stderr] 142 | | AddrParse(::std::net::AddrParseError); [INFO] [stderr] 143 | | JsonParse(::serde_json::Error); [INFO] [stderr] ... | [INFO] [stderr] 164 | | } [INFO] [stderr] 165 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / error_chain! { [INFO] [stderr] 141 | | foreign_links { [INFO] [stderr] 142 | | AddrParse(::std::net::AddrParseError); [INFO] [stderr] 143 | | JsonParse(::serde_json::Error); [INFO] [stderr] ... | [INFO] [stderr] 164 | | } [INFO] [stderr] 165 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / error_chain! { [INFO] [stderr] 141 | | foreign_links { [INFO] [stderr] 142 | | AddrParse(::std::net::AddrParseError); [INFO] [stderr] 143 | | JsonParse(::serde_json::Error); [INFO] [stderr] ... | [INFO] [stderr] 164 | | } [INFO] [stderr] 165 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / error_chain! { [INFO] [stderr] 141 | | foreign_links { [INFO] [stderr] 142 | | AddrParse(::std::net::AddrParseError); [INFO] [stderr] 143 | | JsonParse(::serde_json::Error); [INFO] [stderr] ... | [INFO] [stderr] 164 | | } [INFO] [stderr] 165 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | pub v4: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | pub v6: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:35:21 [INFO] [stderr] | [INFO] [stderr] 35 | pub show_plane: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:44:22 [INFO] [stderr] | [INFO] [stderr] 44 | pub show_string: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:53:20 [INFO] [stderr] | [INFO] [stderr] 53 | pub show_json: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | pub v4: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | pub v6: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:35:21 [INFO] [stderr] | [INFO] [stderr] 35 | pub show_plane: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:44:22 [INFO] [stderr] | [INFO] [stderr] 44 | pub show_string: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:53:20 [INFO] [stderr] | [INFO] [stderr] 53 | pub show_json: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:57:18 [INFO] [stderr] | [INFO] [stderr] 57 | pub timeout: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:61:19 [INFO] [stderr] | [INFO] [stderr] 61 | pub json_key: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:65:16 [INFO] [stderr] | [INFO] [stderr] 65 | pub proxy: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:69:20 [INFO] [stderr] | [INFO] [stderr] 69 | pub show_list: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:73:18 [INFO] [stderr] | [INFO] [stderr] 73 | pub verbose: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:57:18 [INFO] [stderr] | [INFO] [stderr] 57 | pub timeout: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:61:19 [INFO] [stderr] | [INFO] [stderr] 61 | pub json_key: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:65:16 [INFO] [stderr] | [INFO] [stderr] 65 | pub proxy: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:69:20 [INFO] [stderr] | [INFO] [stderr] 69 | pub show_list: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/gip.rs:73:18 [INFO] [stderr] | [INFO] [stderr] 73 | pub verbose: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/gip.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / error_chain! { [INFO] [stderr] 81 | | links { [INFO] [stderr] 82 | | Gip(::gip::Error, ::gip::ErrorKind); [INFO] [stderr] 83 | | } [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/gip.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / error_chain! { [INFO] [stderr] 81 | | links { [INFO] [stderr] 82 | | Gip(::gip::Error, ::gip::ErrorKind); [INFO] [stderr] 83 | | } [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/gip.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / error_chain! { [INFO] [stderr] 81 | | links { [INFO] [stderr] 82 | | Gip(::gip::Error, ::gip::ErrorKind); [INFO] [stderr] 83 | | } [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/gip.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / error_chain! { [INFO] [stderr] 81 | | links { [INFO] [stderr] 82 | | Gip(::gip::Error, ::gip::ErrorKind); [INFO] [stderr] 83 | | } [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `gip`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `gip`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7d96d1675f62619d6a3dab7f09b6cc57cde8848b1fde157176049be575b8fe53"` [INFO] running `"docker" "rm" "-f" "7d96d1675f62619d6a3dab7f09b6cc57cde8848b1fde157176049be575b8fe53"` [INFO] [stdout] 7d96d1675f62619d6a3dab7f09b6cc57cde8848b1fde157176049be575b8fe53