[INFO] updating cached repository https://github.com/ymgyt/parser-combinator-handson [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] e3918424ba1677a3e04b9ed1bcb5d161fc75bebe [INFO] testing ymgyt/parser-combinator-handson against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fymgyt%2Fparser-combinator-handson" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ymgyt/parser-combinator-handson 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/ymgyt/parser-combinator-handson [INFO] finished tweaking git repo https://github.com/ymgyt/parser-combinator-handson [INFO] tweaked toml for git repo https://github.com/ymgyt/parser-combinator-handson written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/ymgyt/parser-combinator-handson 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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 1e89185fbb4b1437cec401ec3e59a952081af7bfcc305ed6ab639d37757d6f9f [INFO] running `"docker" "start" "-a" "1e89185fbb4b1437cec401ec3e59a952081af7bfcc305ed6ab639d37757d6f9f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling parser-combinator-handson v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.38s [INFO] running `"docker" "inspect" "1e89185fbb4b1437cec401ec3e59a952081af7bfcc305ed6ab639d37757d6f9f"` [INFO] running `"docker" "rm" "-f" "1e89185fbb4b1437cec401ec3e59a952081af7bfcc305ed6ab639d37757d6f9f"` [INFO] [stdout] 1e89185fbb4b1437cec401ec3e59a952081af7bfcc305ed6ab639d37757d6f9f [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 91a5f2f15cdb28c8b1000a91e721d0f67dbdc9878f1f723c6466709e259c043e [INFO] running `"docker" "start" "-a" "91a5f2f15cdb28c8b1000a91e721d0f67dbdc9878f1f723c6466709e259c043e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling parser-combinator-handson v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: reached the type-length limit while instantiating `<[closure@src/lib.rs:75:5: 79:6 ...:10]] as Parser>::parse` [INFO] [stderr] --> src/lib.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | / fn parse(&self, input: &'a str) -> ParseResult<'a, Output> { [INFO] [stderr] 21 | | self(input) [INFO] [stderr] 22 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: consider adding a `#![type_length_limit="177626644"]` attribute to your crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `parser-combinator-handson`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "91a5f2f15cdb28c8b1000a91e721d0f67dbdc9878f1f723c6466709e259c043e"` [INFO] running `"docker" "rm" "-f" "91a5f2f15cdb28c8b1000a91e721d0f67dbdc9878f1f723c6466709e259c043e"` [INFO] [stdout] 91a5f2f15cdb28c8b1000a91e721d0f67dbdc9878f1f723c6466709e259c043e