[INFO] updating cached repository https://github.com/ralpha/serde_deserializer_best_effort [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] b269762f2e40a4dbc3da656ebbc0f6266be35749 [INFO] testing ralpha/serde_deserializer_best_effort against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fralpha%2Fserde_deserializer_best_effort" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ralpha/serde_deserializer_best_effort on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ralpha/serde_deserializer_best_effort [INFO] removed workspace from git repo https://github.com/ralpha/serde_deserializer_best_effort [INFO] removed path dependency custom_derive from git repo https://github.com/ralpha/serde_deserializer_best_effort [INFO] finished tweaking git repo https://github.com/ralpha/serde_deserializer_best_effort [INFO] tweaked toml for git repo https://github.com/ralpha/serde_deserializer_best_effort written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/ralpha/serde_deserializer_best_effort already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e4dc3f512f3efa9016e56f66e8de912616efabd9adfdc89a3e9ec35a5850d483 [INFO] running `"docker" "start" "-a" "e4dc3f512f3efa9016e56f66e8de912616efabd9adfdc89a3e9ec35a5850d483"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling thiserror v1.0.19 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling serde-xml-rs v0.4.0 [INFO] [stderr] Compiling serde_deserializer_best_effort v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `custom_derive::DeserializeBestEffort` [INFO] [stderr] --> src/main.rs:11:21 [INFO] [stderr] | [INFO] [stderr] 11 | use custom_derive::{DeserializeBestEffort}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no `DeserializeBestEffort` in the root [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `DeserializeBestEffort` [INFO] [stderr] --> src/main.rs:58:28 [INFO] [stderr] | [INFO] [stderr] 58 | #[derive(Serialize, Debug, DeserializeBestEffort, Clone, Default)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] warning: unused imports: `DeserializeBestEffortTypes`, `DeserializeBestEffort` [INFO] [stderr] --> src/main.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | use deserialize_best_effort::{DeserializeBestEffort, DeserializeBestEffortTypes}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde::de` [INFO] [stderr] --> src/main.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use serde::de; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `for<'de> RootWorking: _IMPL_DESERIALIZE_FOR_RootNotWorking::_serde::Deserialize<'de>` is not satisfied [INFO] [stderr] --> src/main.rs:97:5 [INFO] [stderr] | [INFO] [stderr] 84 | fn read_xml_file [INFO] [stderr] | ---------------- required by this bound in `read_xml_file` [INFO] [stderr] ... [INFO] [stderr] 97 | read_xml_file( filename ).unwrap() [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `for<'de> _IMPL_DESERIALIZE_FOR_RootNotWorking::_serde::Deserialize<'de>` is not implemented for `RootWorking` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `_IMPL_DESERIALIZE_FOR_RootNotWorking::_serde::de::DeserializeOwned` for `RootWorking` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `for<'de> RootWorking: _IMPL_DESERIALIZE_FOR_RootNotWorking::_serde::Deserialize<'de>` is not satisfied [INFO] [stderr] --> src/main.rs:101:5 [INFO] [stderr] | [INFO] [stderr] 84 | fn read_xml_file [INFO] [stderr] | ---------------- required by this bound in `read_xml_file` [INFO] [stderr] ... [INFO] [stderr] 101 | read_xml_file( filename ).unwrap() [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `for<'de> _IMPL_DESERIALIZE_FOR_RootNotWorking::_serde::Deserialize<'de>` is not implemented for `RootWorking` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `_IMPL_DESERIALIZE_FOR_RootNotWorking::_serde::de::DeserializeOwned` for `RootWorking` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `serde_deserializer_best_effort`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e4dc3f512f3efa9016e56f66e8de912616efabd9adfdc89a3e9ec35a5850d483"` [INFO] running `"docker" "rm" "-f" "e4dc3f512f3efa9016e56f66e8de912616efabd9adfdc89a3e9ec35a5850d483"` [INFO] [stdout] e4dc3f512f3efa9016e56f66e8de912616efabd9adfdc89a3e9ec35a5850d483