[INFO] cloning repository https://github.com/hitsan/app [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hitsan/app" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhitsan%2Fapp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhitsan%2Fapp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 05558fca2c90c56f4f8177539e48bb5b5ff96b86 [INFO] checking hitsan/app against try#87f2ecc56b5f6032b075c8934ebc77f28d57183c for pr-148190 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhitsan%2Fapp" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/hitsan/app [INFO] finished tweaking git repo https://github.com/hitsan/app [INFO] tweaked toml for git repo https://github.com/hitsan/app written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/hitsan/app on toolchain 87f2ecc56b5f6032b075c8934ebc77f28d57183c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/hitsan/app already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 939dafa4b0cceb40811b705b0861215eef6c97f09676fbf07b1f50df7cc86fd8 [INFO] running `Command { std: "docker" "start" "-a" "939dafa4b0cceb40811b705b0861215eef6c97f09676fbf07b1f50df7cc86fd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "939dafa4b0cceb40811b705b0861215eef6c97f09676fbf07b1f50df7cc86fd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "939dafa4b0cceb40811b705b0861215eef6c97f09676fbf07b1f50df7cc86fd8", kill_on_drop: false }` [INFO] [stdout] 939dafa4b0cceb40811b705b0861215eef6c97f09676fbf07b1f50df7cc86fd8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 38dc1c2e8c487b1412dd7ee97d70a411093ba19815d8d112daaa281cbb6dafbb [INFO] running `Command { std: "docker" "start" "-a" "38dc1c2e8c487b1412dd7ee97d70a411093ba19815d8d112daaa281cbb6dafbb", kill_on_drop: false }` [INFO] [stderr] Checking app v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/parser.rs:130:19 [INFO] [stdout] | [INFO] [stdout] 130 | let parsers = vec!(table, list, heading, sentence); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[fn(&str) -> Option<...> {table}; _]`, found `[fn(&str) -> Option<...>; 4]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[for<'a> fn(&'a str) -> Option> {table}; _]` [INFO] [stdout] found array `[for<'a> fn(&'a str) -> Option>; 4]` [INFO] [stdout] = help: consider casting the fn item to a fn pointer: `table as for<'a> fn(&'a str) -> Option>` [INFO] [stdout] help: the return type of this call is `[for<'a> fn(&'a str) -> Option>; 4]` due to the type of the argument passed [INFO] [stdout] --> src/parser/parser.rs:130:19 [INFO] [stdout] | [INFO] [stdout] 130 | let parsers = vec!(table, list, heading, sentence); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/sentence.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | let parsers = vec!(underline, strike_though, bold, italic, normal); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[fn(&str) -> Option<...> {underline}; _]`, found `[fn(&str) -> Option<...>; 5]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[for<'a> fn(&'a str) -> Option> {underline}; _]` [INFO] [stdout] found array `[for<'a> fn(&'a str) -> Option>; 5]` [INFO] [stdout] = help: consider casting the fn item to a fn pointer: `underline as for<'a> fn(&'a str) -> Option>` [INFO] [stdout] help: the return type of this call is `[for<'a> fn(&'a str) -> Option>; 5]` due to the type of the argument passed [INFO] [stdout] --> src/parser/sentence.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | let parsers = vec!(underline, strike_though, bold, italic, normal); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `app` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/parser.rs:130:19 [INFO] [stdout] | [INFO] [stdout] 130 | let parsers = vec!(table, list, heading, sentence); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[fn(&str) -> Option<...> {table}; _]`, found `[fn(&str) -> Option<...>; 4]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[for<'a> fn(&'a str) -> Option> {parser::table::table}; _]` [INFO] [stdout] found array `[for<'a> fn(&'a str) -> Option>; 4]` [INFO] [stdout] = help: consider casting the fn item to a fn pointer: `parser::table::table as for<'a> fn(&'a str) -> Option>` [INFO] [stdout] help: the return type of this call is `[for<'a> fn(&'a str) -> Option>; 4]` due to the type of the argument passed [INFO] [stdout] --> src/parser/parser.rs:130:19 [INFO] [stdout] | [INFO] [stdout] 130 | let parsers = vec!(table, list, heading, sentence); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/sentence.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | let parsers = vec!(underline, strike_though, bold, italic, normal); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[fn(&str) -> Option<...> {underline}; _]`, found `[fn(&str) -> Option<...>; 5]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[for<'a> fn(&'a str) -> Option> {underline}; _]` [INFO] [stdout] found array `[for<'a> fn(&'a str) -> Option>; 5]` [INFO] [stdout] = help: consider casting the fn item to a fn pointer: `underline as for<'a> fn(&'a str) -> Option>` [INFO] [stdout] help: the return type of this call is `[for<'a> fn(&'a str) -> Option>; 5]` due to the type of the argument passed [INFO] [stdout] --> src/parser/sentence.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | let parsers = vec!(underline, strike_though, bold, italic, normal); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `app` (lib test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "38dc1c2e8c487b1412dd7ee97d70a411093ba19815d8d112daaa281cbb6dafbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38dc1c2e8c487b1412dd7ee97d70a411093ba19815d8d112daaa281cbb6dafbb", kill_on_drop: false }` [INFO] [stdout] 38dc1c2e8c487b1412dd7ee97d70a411093ba19815d8d112daaa281cbb6dafbb