[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] [stderr] From https://github.com/r-glyde/krusti [INFO] [stderr] c3627f8..96f299d master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 96f299d07317b8ab27faeef3a3181bdc8be2c8e8 [INFO] checking r-glyde/krusti against try#98d5ea1855f1028095b37c493ba31093c8519d68 for pr-69548 [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 98d5ea1855f1028095b37c493ba31093c8519d68 [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "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" "+98d5ea1855f1028095b37c493ba31093c8519d68" "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" "+98d5ea1855f1028095b37c493ba31093c8519d68" "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] c8080a0f94bc3ae466a0a56e2eceecb586cfdeb934f0f7b2ddf41ec3e27c62dc [INFO] running `"docker" "start" "-a" "c8080a0f94bc3ae466a0a56e2eceecb586cfdeb934f0f7b2ddf41ec3e27c62dc"` [INFO] [stderr] Checking futures-sink v0.3.4 [INFO] [stderr] Compiling curl v0.4.24 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.21 [INFO] [stderr] Compiling rdkafka-sys v1.3.1 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Checking openssl-sys v0.9.49 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Compiling derivative v1.0.3 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.10 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking tokio v0.2.13 [INFO] [stderr] Compiling proc-macro-error v0.4.10 [INFO] [stderr] Compiling structopt-derive v0.4.2 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking structopt v0.3.9 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Checking avro-rs v0.7.0 [INFO] [stderr] Compiling proc-macro-crate v0.1.4 [INFO] [stderr] Checking schema_registry_converter v1.1.0 [INFO] [stderr] Compiling num_enum_derive v0.4.2 [INFO] [stderr] Checking num_enum v0.4.2 [INFO] [stderr] Checking rdkafka v0.23.1 [INFO] [stderr] Checking krusti v0.1.0 (/opt/rustwide/workdir) [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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this 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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "c8080a0f94bc3ae466a0a56e2eceecb586cfdeb934f0f7b2ddf41ec3e27c62dc"` [INFO] running `"docker" "rm" "-f" "c8080a0f94bc3ae466a0a56e2eceecb586cfdeb934f0f7b2ddf41ec3e27c62dc"` [INFO] [stdout] c8080a0f94bc3ae466a0a56e2eceecb586cfdeb934f0f7b2ddf41ec3e27c62dc