[INFO] cloning repository https://github.com/kazewong/DAGThis
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kazewong/DAGThis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkazewong%2FDAGThis", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkazewong%2FDAGThis'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2dede225ca9ddfcc434d4232e554a5a520bcc490
[INFO] testing kazewong/DAGThis against 1.90.0 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkazewong%2FDAGThis" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kazewong/DAGThis
[INFO] finished tweaking git repo https://github.com/kazewong/DAGThis
[INFO] tweaked toml for git repo https://github.com/kazewong/DAGThis written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kazewong/DAGThis on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kazewong/DAGThis 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 73c80e01dab5db0036bcc2a295db81b7290d2d61b904caf4804104262e33f783
[INFO] running `Command { std: "docker" "start" "-a" "73c80e01dab5db0036bcc2a295db81b7290d2d61b904caf4804104262e33f783", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "73c80e01dab5db0036bcc2a295db81b7290d2d61b904caf4804104262e33f783", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73c80e01dab5db0036bcc2a295db81b7290d2d61b904caf4804104262e33f783", kill_on_drop: false }`
[INFO] [stdout] 73c80e01dab5db0036bcc2a295db81b7290d2d61b904caf4804104262e33f783
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2f4a2947e428027fbec0f5a7e074bece34ebe488c2b7b305166a71161ab0b271
[INFO] running `Command { std: "docker" "start" "-a" "2f4a2947e428027fbec0f5a7e074bece34ebe488c2b7b305166a71161ab0b271", kill_on_drop: false }`
[INFO] [stderr]    Compiling dag_this v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/parser.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | fn scan_textfile(filename: &str) -> Vec<EntryPoint> {
[INFO] [stdout]    |                                     --------------- expected `Vec<EntryPoint>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 15 |     contents
[INFO] [stdout]    |     ^^^^^^^^ expected `Vec<EntryPoint>`, found `String`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Vec<EntryPoint>`
[INFO] [stdout]               found struct `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dag_this` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "2f4a2947e428027fbec0f5a7e074bece34ebe488c2b7b305166a71161ab0b271", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f4a2947e428027fbec0f5a7e074bece34ebe488c2b7b305166a71161ab0b271", kill_on_drop: false }`
[INFO] [stdout] 2f4a2947e428027fbec0f5a7e074bece34ebe488c2b7b305166a71161ab0b271
