[INFO] cloning repository https://github.com/katsyoshi/ltsv-parser [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/katsyoshi/ltsv-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkatsyoshi%2Fltsv-parser"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkatsyoshi%2Fltsv-parser'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d2c144dbecd774edf37e725c3beb9fa08b7dac1b [INFO] checking katsyoshi/ltsv-parser against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkatsyoshi%2Fltsv-parser" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/katsyoshi/ltsv-parser on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/katsyoshi/ltsv-parser [INFO] finished tweaking git repo https://github.com/katsyoshi/ltsv-parser [INFO] tweaked toml for git repo https://github.com/katsyoshi/ltsv-parser written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/katsyoshi/ltsv-parser already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 99b1eebeb5e23f99e476e540adfd8a6bb8cb9e07cf1f4d9128aa012625c74445 [INFO] running `"docker" "start" "-a" "99b1eebeb5e23f99e476e540adfd8a6bb8cb9e07cf1f4d9128aa012625c74445"` [INFO] [stderr] Checking ltsv-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no function or associated item named `key_value` found for struct `LTSVParser` in the current scope [INFO] [stderr] --> src/main.rs:108:48 [INFO] [stderr] | [INFO] [stderr] 12 | struct LTSVParser { [INFO] [stderr] | ----------------- function or associated item `key_value` not found for this [INFO] [stderr] ... [INFO] [stderr] 108 | assert_eq!(("key", "val"), LTSVParser::key_value("key:val")); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `LTSVParser` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:118:9 [INFO] [stderr] | [INFO] [stderr] 118 | assert_eq!(r, LTSVParser::parse(line)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::collections::BTreeMap`, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::collections::BTreeMap` [INFO] [stderr] found enum `std::result::Result` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `ltsv-parser`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "99b1eebeb5e23f99e476e540adfd8a6bb8cb9e07cf1f4d9128aa012625c74445"` [INFO] running `"docker" "rm" "-f" "99b1eebeb5e23f99e476e540adfd8a6bb8cb9e07cf1f4d9128aa012625c74445"` [INFO] [stdout] 99b1eebeb5e23f99e476e540adfd8a6bb8cb9e07cf1f4d9128aa012625c74445