[INFO] updating cached repository https://github.com/vorot93/boinc-ipc-manager-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] 7bbc08bbf407f12b6b5d861a70fb47967008677a [INFO] checking vorot93/boinc-ipc-manager-rs against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-66063 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvorot93%2Fboinc-ipc-manager-rs" "/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/vorot93/boinc-ipc-manager-rs on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/vorot93/boinc-ipc-manager-rs [INFO] finished tweaking git repo https://github.com/vorot93/boinc-ipc-manager-rs [INFO] tweaked toml for git repo https://github.com/vorot93/boinc-ipc-manager-rs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/vorot93/boinc-ipc-manager-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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=allow" "-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" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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] 6437fd9a5fec1cce8b29e55e0a2811dda3510b8aadd0515db2524e515310c565 [INFO] running `"docker" "start" "-a" "6437fd9a5fec1cce8b29e55e0a2811dda3510b8aadd0515db2524e515310c565"` [INFO] [stderr] Checking itoa v0.3.0 [INFO] [stderr] Checking dtoa v0.4.0 [INFO] [stderr] Checking serde v0.9.5 [INFO] [stderr] Compiling syn v0.11.4 [INFO] [stderr] Checking serde_xml v0.9.1 [INFO] [stderr] Compiling serde_codegen_internals v0.12.1 [INFO] [stderr] Compiling serde_derive v0.9.5 [INFO] [stderr] Checking serde_json v0.9.3 [INFO] [stderr] Checking boinc-ipc-manager v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `serde_json::Value: serde::de::Deserialize` is not satisfied [INFO] [stderr] --> src/main.rs:174:17 [INFO] [stderr] | [INFO] [stderr] 174 | Ok(try!(serde_xml::from_str(&payload))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `serde::de::Deserialize` is not implemented for `serde_json::Value` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_xml-0.9.1/src/de/mod.rs:887:14 [INFO] [stderr] | [INFO] [stderr] 887 | where T: de::Deserialize, [INFO] [stderr] | --------------- required by this bound in `serde_xml::from_str` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::de::Deserialize` for `std::option::Option` [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 `boinc-ipc-manager`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the trait bound `serde_json::Value: serde::de::Deserialize` is not satisfied [INFO] [stderr] --> src/main.rs:174:17 [INFO] [stderr] | [INFO] [stderr] 174 | Ok(try!(serde_xml::from_str(&payload))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `serde::de::Deserialize` is not implemented for `serde_json::Value` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_xml-0.9.1/src/de/mod.rs:887:14 [INFO] [stderr] | [INFO] [stderr] 887 | where T: de::Deserialize, [INFO] [stderr] | --------------- required by this bound in `serde_xml::from_str` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::de::Deserialize` for `std::option::Option` [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 `boinc-ipc-manager`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6437fd9a5fec1cce8b29e55e0a2811dda3510b8aadd0515db2524e515310c565"` [INFO] running `"docker" "rm" "-f" "6437fd9a5fec1cce8b29e55e0a2811dda3510b8aadd0515db2524e515310c565"` [INFO] [stdout] 6437fd9a5fec1cce8b29e55e0a2811dda3510b8aadd0515db2524e515310c565