[INFO] updating cached repository https://github.com/sprhawk/helper_enum_from_ffi_macro_derive [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] 2a25701d1ae9fc96e154407cf272264af29c3138 [INFO] testing sprhawk/helper_enum_from_ffi_macro_derive against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsprhawk%2Fhelper_enum_from_ffi_macro_derive" "/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/sprhawk/helper_enum_from_ffi_macro_derive on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sprhawk/helper_enum_from_ffi_macro_derive [INFO] finished tweaking git repo https://github.com/sprhawk/helper_enum_from_ffi_macro_derive [INFO] tweaked toml for git repo https://github.com/sprhawk/helper_enum_from_ffi_macro_derive written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/sprhawk/helper_enum_from_ffi_macro_derive already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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=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" "+1.44.0" "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] 9b4d046150fbe3b942bf7ca21d1aa0e663c2c54511e129ac57f78cbb65291105 [INFO] running `"docker" "start" "-a" "9b4d046150fbe3b942bf7ca21d1aa0e663c2c54511e129ac57f78cbb65291105"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling helper_enum_from_ffi_macro_derive v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around pattern [INFO] [stderr] --> src/bin/main.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | #[match_enum_from_ffi(prefix="ffi::idevice_error_t_IDEVICE_E_")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 43 | let e = match_device_error!(199); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: `DeviceError` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/bin/main.rs:44:32 [INFO] [stderr] | [INFO] [stderr] 44 | println!("returned {:#?}", e); [INFO] [stderr] | ^ `DeviceError` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `DeviceError` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required by `std::fmt::Debug::fmt` [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; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `helper_enum_from_ffi_macro_derive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9b4d046150fbe3b942bf7ca21d1aa0e663c2c54511e129ac57f78cbb65291105"` [INFO] running `"docker" "rm" "-f" "9b4d046150fbe3b942bf7ca21d1aa0e663c2c54511e129ac57f78cbb65291105"` [INFO] [stdout] 9b4d046150fbe3b942bf7ca21d1aa0e663c2c54511e129ac57f78cbb65291105