[INFO] cloning repository https://github.com/sepiropht/find-and-count [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sepiropht/find-and-count" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsepiropht%2Ffind-and-count", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsepiropht%2Ffind-and-count'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bcf217ba67ac27d1c790599feae0e603925987f2 [INFO] testing sepiropht/find-and-count against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsepiropht%2Ffind-and-count" "/workspace/builds/worker-21/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-21/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sepiropht/find-and-count on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sepiropht/find-and-count [INFO] finished tweaking git repo https://github.com/sepiropht/find-and-count [INFO] tweaked toml for git repo https://github.com/sepiropht/find-and-count written to /workspace/builds/worker-21/source/Cargo.toml [INFO] crate git repo https://github.com/sepiropht/find-and-count already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1a23fd65c3c05d7f1f521db42e84397fb6a7eb4e1cbb1a840548190a55ddc4ca [INFO] running `Command { std: "docker" "start" "-a" "1a23fd65c3c05d7f1f521db42e84397fb6a7eb4e1cbb1a840548190a55ddc4ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a23fd65c3c05d7f1f521db42e84397fb6a7eb4e1cbb1a840548190a55ddc4ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a23fd65c3c05d7f1f521db42e84397fb6a7eb4e1cbb1a840548190a55ddc4ca", kill_on_drop: false }` [INFO] [stdout] 1a23fd65c3c05d7f1f521db42e84397fb6a7eb4e1cbb1a840548190a55ddc4ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad834ce0751b921ac06c0fdb1a3f91762a1b97403e70e8d4a8bbd078900eb87b [INFO] running `Command { std: "docker" "start" "-a" "ad834ce0751b921ac06c0fdb1a3f91762a1b97403e70e8d4a8bbd078900eb87b", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling colored v1.6.1 [INFO] [stderr] Compiling fdl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `BufRead` [INFO] [stdout] --> src/main.rs:3:21 [INFO] [stdout] | [INFO] [stdout] 3 | use std::io::{self, BufRead}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.66s [INFO] running `Command { std: "docker" "inspect" "ad834ce0751b921ac06c0fdb1a3f91762a1b97403e70e8d4a8bbd078900eb87b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad834ce0751b921ac06c0fdb1a3f91762a1b97403e70e8d4a8bbd078900eb87b", kill_on_drop: false }` [INFO] [stdout] ad834ce0751b921ac06c0fdb1a3f91762a1b97403e70e8d4a8bbd078900eb87b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da3802df195da636eaac819a570e711008fe88ebd31bb9689197380aa129e513 [INFO] running `Command { std: "docker" "start" "-a" "da3802df195da636eaac819a570e711008fe88ebd31bb9689197380aa129e513", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling fdl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `BufRead` [INFO] [stdout] --> src/main.rs:3:21 [INFO] [stdout] | [INFO] [stdout] 3 | use std::io::{self, BufRead}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `frame_work` in initializer of `FileTree` [INFO] [stdout] --> src/file_tree.rs:143:17 [INFO] [stdout] | [INFO] [stdout] 143 | let e = FileTree { [INFO] [stdout] | ^^^^^^^^ missing `frame_work` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `frame_work` in initializer of `FileTree` [INFO] [stdout] --> src/file_tree.rs:147:17 [INFO] [stdout] | [INFO] [stdout] 147 | let d = FileTree { [INFO] [stdout] | ^^^^^^^^ missing `frame_work` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `frame_work` in initializer of `FileTree` [INFO] [stdout] --> src/file_tree.rs:151:17 [INFO] [stdout] | [INFO] [stdout] 151 | let c = FileTree { [INFO] [stdout] | ^^^^^^^^ missing `frame_work` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `frame_work` in initializer of `FileTree` [INFO] [stdout] --> src/file_tree.rs:155:17 [INFO] [stdout] | [INFO] [stdout] 155 | let b = FileTree { [INFO] [stdout] | ^^^^^^^^ missing `frame_work` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `frame_work` in initializer of `FileTree` [INFO] [stdout] --> src/file_tree.rs:159:29 [INFO] [stdout] | [INFO] [stdout] 159 | let expected_tree = FileTree { [INFO] [stdout] | ^^^^^^^^ missing `frame_work` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `frame_work` in initializer of `FileTree` [INFO] [stdout] --> src/file_tree.rs:170:17 [INFO] [stdout] | [INFO] [stdout] 170 | let e = FileTree { [INFO] [stdout] | ^^^^^^^^ missing `frame_work` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `frame_work` in initializer of `FileTree` [INFO] [stdout] --> src/file_tree.rs:174:17 [INFO] [stdout] | [INFO] [stdout] 174 | let d = FileTree { [INFO] [stdout] | ^^^^^^^^ missing `frame_work` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `frame_work` in initializer of `FileTree` [INFO] [stdout] --> src/file_tree.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | let c = FileTree { [INFO] [stdout] | ^^^^^^^^ missing `frame_work` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `frame_work` in initializer of `FileTree` [INFO] [stdout] --> src/file_tree.rs:182:17 [INFO] [stdout] | [INFO] [stdout] 182 | let b = FileTree { [INFO] [stdout] | ^^^^^^^^ missing `frame_work` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `frame_work` in initializer of `FileTree` [INFO] [stdout] --> src/file_tree.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | let expected_tree = FileTree { [INFO] [stdout] | ^^^^^^^^ missing `frame_work` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `frame_work` in initializer of `FileTree` [INFO] [stdout] --> src/file_tree.rs:197:17 [INFO] [stdout] | [INFO] [stdout] 197 | let d = FileTree { [INFO] [stdout] | ^^^^^^^^ missing `frame_work` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `frame_work` in initializer of `FileTree` [INFO] [stdout] --> src/file_tree.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | let c = FileTree { [INFO] [stdout] | ^^^^^^^^ missing `frame_work` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `frame_work` in initializer of `FileTree` [INFO] [stdout] --> src/file_tree.rs:205:17 [INFO] [stdout] | [INFO] [stdout] 205 | let b = FileTree { [INFO] [stdout] | ^^^^^^^^ missing `frame_work` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `frame_work` in initializer of `FileTree` [INFO] [stdout] --> src/file_tree.rs:209:17 [INFO] [stdout] | [INFO] [stdout] 209 | let a = FileTree { [INFO] [stdout] | ^^^^^^^^ missing `frame_work` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/file_tree.rs:225:9 [INFO] [stdout] | [INFO] [stdout] 225 | print_line(&mut output1, &[], name).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ ------------ --- ---- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> src/file_tree.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | fn print_line(output: &mut W, lasts: &[bool], name: &OsStr, frame_work: &str) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^ -------------- -------------- ------------ ---------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/file_tree.rs:229:9 [INFO] [stdout] | [INFO] [stdout] 229 | print_line(&mut output2, &[true, false, true], name).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ ------------ -------------------- ---- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> src/file_tree.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | fn print_line(output: &mut W, lasts: &[bool], name: &OsStr, frame_work: &str) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^ -------------- -------------- ------------ ---------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/file_tree.rs:233:9 [INFO] [stdout] | [INFO] [stdout] 233 | print_line(&mut output3, &[true, false, false], name).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ ------------ --------------------- ---- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> src/file_tree.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | fn print_line(output: &mut W, lasts: &[bool], name: &OsStr, frame_work: &str) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^ -------------- -------------- ------------ ---------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0063. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fdl` due to 18 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "da3802df195da636eaac819a570e711008fe88ebd31bb9689197380aa129e513", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da3802df195da636eaac819a570e711008fe88ebd31bb9689197380aa129e513", kill_on_drop: false }` [INFO] [stdout] da3802df195da636eaac819a570e711008fe88ebd31bb9689197380aa129e513