[INFO] updating cached repository https://github.com/r-glyde/krusti [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] c3627f8407ea6cd3610c2de5ebb89d2a1a0c665e [INFO] checking r-glyde/krusti against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fr-glyde%2Fkrusti" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/r-glyde/krusti 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/r-glyde/krusti [INFO] finished tweaking git repo https://github.com/r-glyde/krusti [INFO] tweaked toml for git repo https://github.com/r-glyde/krusti written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/r-glyde/krusti 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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] e3c025679a258639d5fb923c68313777cb74ec4a3710dbf3cd43dbe78fdb2381 [INFO] running `"docker" "start" "-a" "e3c025679a258639d5fb923c68313777cb74ec4a3710dbf3cd43dbe78fdb2381"` [INFO] [stderr] Compiling curl v0.4.24 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling openssl-src v111.6.0+1.1.1d [INFO] [stderr] Compiling curl-sys v0.4.21 [INFO] [stderr] Checking flate2 v0.2.20 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking twox-hash v1.5.0 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking structopt v0.3.2 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling openssl-sys v0.9.50 [INFO] [stderr] Checking avro-rs v0.6.5 [INFO] [stderr] Checking kafka v0.8.0 [INFO] [stderr] Checking schema_registry_converter v1.1.0 [INFO] [stderr] Checking krusti v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | pub mode: Mode, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | pub brokers: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:14:16 [INFO] [stderr] | [INFO] [stderr] 14 | pub topic: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:17:27 [INFO] [stderr] | [INFO] [stderr] 17 | pub key_deserializer: Deserializer, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:20:29 [INFO] [stderr] | [INFO] [stderr] 20 | pub value_deserializer: Deserializer, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:23:23 [INFO] [stderr] | [INFO] [stderr] 23 | pub registry_url: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | pub mode: Mode, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | pub brokers: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:14:16 [INFO] [stderr] | [INFO] [stderr] 14 | pub topic: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:17:27 [INFO] [stderr] | [INFO] [stderr] 17 | pub key_deserializer: Deserializer, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:20:29 [INFO] [stderr] | [INFO] [stderr] 20 | pub value_deserializer: Deserializer, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:23:23 [INFO] [stderr] | [INFO] [stderr] 23 | pub registry_url: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `krusti`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: can't compare `serde_json::value::Value` with `std::result::Result` [INFO] [stderr] --> src/utils.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | assert_eq!(JsonValue::String("hello".to_string()), json_from_avro(data)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `serde_json::value::Value == std::result::Result` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `serde_json::value::Value` [INFO] [stderr] = note: this error 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 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0423. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `krusti`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e3c025679a258639d5fb923c68313777cb74ec4a3710dbf3cd43dbe78fdb2381"` [INFO] running `"docker" "rm" "-f" "e3c025679a258639d5fb923c68313777cb74ec4a3710dbf3cd43dbe78fdb2381"` [INFO] [stdout] e3c025679a258639d5fb923c68313777cb74ec4a3710dbf3cd43dbe78fdb2381