[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] checking Cokemonkey11/wurstdoktor against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCokemonkey11%2Fwurstdoktor" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Cokemonkey11/wurstdoktor on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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-6/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3932d2da4a4ea999d0697b03b660dc9a55947cd5cb3f225804f207fbed37f509 [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" "3932d2da4a4ea999d0697b03b660dc9a55947cd5cb3f225804f207fbed37f509"` [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Checking pom v3.0.2 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Checking structopt v0.2.15 [INFO] [stderr] Checking serde_yaml v0.8.8 [INFO] [stderr] Checking 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] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `wurstdoktor`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] For more information about this 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" "3932d2da4a4ea999d0697b03b660dc9a55947cd5cb3f225804f207fbed37f509"` [INFO] running `"docker" "rm" "-f" "3932d2da4a4ea999d0697b03b660dc9a55947cd5cb3f225804f207fbed37f509"` [INFO] [stdout] 3932d2da4a4ea999d0697b03b660dc9a55947cd5cb3f225804f207fbed37f509