[INFO] updating cached repository https://github.com/Mubelotix/gleam_finder_client [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] e5ad448e8786b6f1c9aa90826e8a058814fdf6d2 [INFO] checking Mubelotix/gleam_finder_client against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMubelotix%2Fgleam_finder_client" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Mubelotix/gleam_finder_client on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Mubelotix/gleam_finder_client [INFO] finished tweaking git repo https://github.com/Mubelotix/gleam_finder_client [INFO] tweaked toml for git repo https://github.com/Mubelotix/gleam_finder_client written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/Mubelotix/gleam_finder_client already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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] 609d9bbb14599f2a131eb82a9c55c450013e347c9f618c399a3a3b17b5afd000 [INFO] running `"docker" "start" "-a" "609d9bbb14599f2a131eb82a9c55c450013e347c9f618c399a3a3b17b5afd000"` [INFO] [stderr] Checking progress_bar v0.1.0 [INFO] [stderr] Compiling ring v0.16.9 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking webpki v0.21.0 [INFO] [stderr] Checking sct v0.6.0 [INFO] [stderr] Checking webpki-roots v0.18.0 [INFO] [stderr] Checking rustls v0.16.0 [INFO] [stderr] Checking minreq v1.4.1 [INFO] [stderr] Checking gleam_finder v0.2.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking gleam_finder_client v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `for<'de> gleam_finder::gleam::Giveaway: _IMPL_DESERIALIZE_FOR_Record::_serde::Deserialize<'de>` is not satisfied [INFO] [stderr] --> src/main.rs:282:27 [INFO] [stderr] | [INFO] [stderr] 282 | for record in reader.deserialize() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ the trait `for<'de> _IMPL_DESERIALIZE_FOR_Record::_serde::Deserialize<'de>` is not implemented for `gleam_finder::gleam::Giveaway` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `_IMPL_DESERIALIZE_FOR_Record::_serde::de::DeserializeOwned` for `gleam_finder::gleam::Giveaway` [INFO] [stderr] = note: required because of the requirements on the impl of `std::iter::Iterator` for `csv::reader::DeserializeRecordsIter<'_, std::fs::File, gleam_finder::gleam::Giveaway>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `for<'de> gleam_finder::gleam::Giveaway: _IMPL_DESERIALIZE_FOR_Record::_serde::Deserialize<'de>` is not satisfied [INFO] [stderr] --> src/main.rs:282:27 [INFO] [stderr] | [INFO] [stderr] 282 | for record in reader.deserialize() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ the trait `for<'de> _IMPL_DESERIALIZE_FOR_Record::_serde::Deserialize<'de>` is not implemented for `gleam_finder::gleam::Giveaway` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `_IMPL_DESERIALIZE_FOR_Record::_serde::de::DeserializeOwned` for `gleam_finder::gleam::Giveaway` [INFO] [stderr] = note: required because of the requirements on the impl of `std::iter::Iterator` for `csv::reader::DeserializeRecordsIter<'_, std::fs::File, gleam_finder::gleam::Giveaway>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `for<'de> gleam_finder::gleam::Giveaway: _IMPL_DESERIALIZE_FOR_Record::_serde::Deserialize<'de>` is not satisfied [INFO] [stderr] --> src/main.rs:282:34 [INFO] [stderr] | [INFO] [stderr] 282 | for record in reader.deserialize() { [INFO] [stderr] | ^^^^^^^^^^^ the trait `for<'de> _IMPL_DESERIALIZE_FOR_Record::_serde::Deserialize<'de>` is not implemented for `gleam_finder::gleam::Giveaway` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `_IMPL_DESERIALIZE_FOR_Record::_serde::de::DeserializeOwned` for `gleam_finder::gleam::Giveaway` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `for<'de> gleam_finder::gleam::Giveaway: _IMPL_DESERIALIZE_FOR_Record::_serde::Deserialize<'de>` is not satisfied [INFO] [stderr] --> src/main.rs:282:34 [INFO] [stderr] | [INFO] [stderr] 282 | for record in reader.deserialize() { [INFO] [stderr] | ^^^^^^^^^^^ the trait `for<'de> _IMPL_DESERIALIZE_FOR_Record::_serde::Deserialize<'de>` is not implemented for `gleam_finder::gleam::Giveaway` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `_IMPL_DESERIALIZE_FOR_Record::_serde::de::DeserializeOwned` for `gleam_finder::gleam::Giveaway` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `gleam_finder_client`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gleam_finder_client`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "609d9bbb14599f2a131eb82a9c55c450013e347c9f618c399a3a3b17b5afd000"` [INFO] running `"docker" "rm" "-f" "609d9bbb14599f2a131eb82a9c55c450013e347c9f618c399a3a3b17b5afd000"` [INFO] [stdout] 609d9bbb14599f2a131eb82a9c55c450013e347c9f618c399a3a3b17b5afd000