[INFO] updating cached repository https://github.com/Cokemonkey11/wurstdoktor [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] 19ff519b82c5699980386cb04250b26f007fc9bc [INFO] testing Cokemonkey11/wurstdoktor against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCokemonkey11%2Fwurstdoktor" "/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/Cokemonkey11/wurstdoktor 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/Cokemonkey11/wurstdoktor [INFO] finished tweaking git repo https://github.com/Cokemonkey11/wurstdoktor [INFO] tweaked toml for git repo https://github.com/Cokemonkey11/wurstdoktor written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/Cokemonkey11/wurstdoktor 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] 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" "+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] a111d8e2db31f4b38592bd65fceb94e2128e6ca045ab62b5bd519a9fc6bd9f2d [INFO] running `"docker" "start" "-a" "a111d8e2db31f4b38592bd65fceb94e2128e6ca045ab62b5bd519a9fc6bd9f2d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling pom v3.0.2 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling structopt v0.2.15 [INFO] [stderr] Compiling serde_yaml v0.8.8 [INFO] [stderr] Compiling wurstdoktor v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0631]: type mismatch in function arguments [INFO] [stderr] --> src/main.rs:158:31 [INFO] [stderr] | [INFO] [stderr] 158 | seq(b",").convert(String::from_utf8) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected signature of `fn(&[u8]) -> _` [INFO] [stderr] | found signature of `fn(std::vec::Vec) -> _` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:154:51 [INFO] [stderr] | [INFO] [stderr] 154 | is_a(u8::is_ascii_alphanumeric).repeat(1..) + ( [INFO] [stderr] | ___________________________________________________^ [INFO] [stderr] 155 | | sym(b'<') + ( [INFO] [stderr] 156 | | call(name_parameterised) | [INFO] [stderr] 157 | | whitespace().convert(String::from_utf8) | [INFO] [stderr] 158 | | seq(b",").convert(String::from_utf8) [INFO] [stderr] 159 | | ).repeat(1..) + sym(b'>') [INFO] [stderr] 160 | | ).opt() [INFO] [stderr] | |___________^ expected `&u8`, found `u8` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `pom::parser::Parser<'_, &u8, _>` [INFO] [stderr] found struct `pom::parser::Parser<'_, u8, std::option::Option<((u8, std::vec::Vec), u8)>>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:154:5 [INFO] [stderr] | [INFO] [stderr] 153 | fn name_parameterised<'a>() -> Parser<'a, u8, String> { [INFO] [stderr] | ---------------------- expected `pom::parser::Parser<'a, u8, std::string::String>` because of return type [INFO] [stderr] 154 | / is_a(u8::is_ascii_alphanumeric).repeat(1..) + ( [INFO] [stderr] 155 | | sym(b'<') + ( [INFO] [stderr] 156 | | call(name_parameterised) | [INFO] [stderr] 157 | | whitespace().convert(String::from_utf8) | [INFO] [stderr] 158 | | seq(b",").convert(String::from_utf8) [INFO] [stderr] 159 | | ).repeat(1..) + sym(b'>') [INFO] [stderr] 160 | | ).opt() [INFO] [stderr] | |___________^ expected `u8`, found `&u8` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `pom::parser::Parser<'a, u8, std::string::String>` [INFO] [stderr] found struct `pom::parser::Parser<'_, &u8, (std::vec::Vec<&u8>, _)>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0631. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `wurstdoktor`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a111d8e2db31f4b38592bd65fceb94e2128e6ca045ab62b5bd519a9fc6bd9f2d"` [INFO] running `"docker" "rm" "-f" "a111d8e2db31f4b38592bd65fceb94e2128e6ca045ab62b5bd519a9fc6bd9f2d"` [INFO] [stdout] a111d8e2db31f4b38592bd65fceb94e2128e6ca045ab62b5bd519a9fc6bd9f2d