[INFO] updating cached repository https://github.com/davesque/nom-test [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] f5cc2fbabbe033cb51a0cae88537507238dcd585 [INFO] checking davesque/nom-test against try#e2aab98dd8975a0990f9fbb79b3ea4b40559a184 for pr-72493 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavesque%2Fnom-test" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/davesque/nom-test on toolchain e2aab98dd8975a0990f9fbb79b3ea4b40559a184 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e2aab98dd8975a0990f9fbb79b3ea4b40559a184" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/davesque/nom-test [INFO] finished tweaking git repo https://github.com/davesque/nom-test [INFO] tweaked toml for git repo https://github.com/davesque/nom-test written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/davesque/nom-test already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e2aab98dd8975a0990f9fbb79b3ea4b40559a184" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+e2aab98dd8975a0990f9fbb79b3ea4b40559a184" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 92e8fab3ec8ea5882ef72022a63efe545a794ae823e5fe0216d0a96e2c12fa28 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "92e8fab3ec8ea5882ef72022a63efe545a794ae823e5fe0216d0a96e2c12fa28"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling nom v5.0.1 [INFO] [stderr] Checking arrayvec v0.4.12 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Checking nom-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: implementation of `std::ops::FnOnce` is not general enough [INFO] [stderr] --> src/main.rs:14:6 [INFO] [stderr] | [INFO] [stderr] 14 | ) -> impl for<'a> Fn(&'a str) -> IResult<&str, &str, VerboseError<&str>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `std::ops::FnOnce` is not general enough [INFO] [stderr] | [INFO] [stderr] = note: `std::ops::FnOnce<(&'0 str,)>` would have to be implemented for the type `impl std::ops::Fn<(&'0 str,)>`, for some specific lifetime `'0`... [INFO] [stderr] = note: ...but `std::ops::FnOnce<(&'a str,)>` is actually implemented for the type `impl std::ops::Fn<(&'1 str,)>`, for some specific lifetime `'1` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `nom-test`. [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: implementation of `std::ops::FnOnce` is not general enough [INFO] [stderr] --> src/main.rs:14:6 [INFO] [stderr] | [INFO] [stderr] 14 | ) -> impl for<'a> Fn(&'a str) -> IResult<&str, &str, VerboseError<&str>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `std::ops::FnOnce` is not general enough [INFO] [stderr] | [INFO] [stderr] = note: `std::ops::FnOnce<(&'0 str,)>` would have to be implemented for the type `impl std::ops::Fn<(&'0 str,)>`, for some specific lifetime `'0`... [INFO] [stderr] = note: ...but `std::ops::FnOnce<(&'a str,)>` is actually implemented for the type `impl std::ops::Fn<(&'1 str,)>`, for some specific lifetime `'1` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "92e8fab3ec8ea5882ef72022a63efe545a794ae823e5fe0216d0a96e2c12fa28"` [INFO] running `"docker" "rm" "-f" "92e8fab3ec8ea5882ef72022a63efe545a794ae823e5fe0216d0a96e2c12fa28"` [INFO] [stdout] 92e8fab3ec8ea5882ef72022a63efe545a794ae823e5fe0216d0a96e2c12fa28