[INFO] updating cached repository https://github.com/sepiropht/find-and-count [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] bcf217ba67ac27d1c790599feae0e603925987f2 [INFO] checking sepiropht/find-and-count against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsepiropht%2Ffind-and-count" "/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/sepiropht/find-and-count 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/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-2/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 `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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] 43bc6378cf2c8afa95187b56d1702f3d4c513ec15e1cbd54ac8c155bc5e38073 [INFO] running `"docker" "start" "-a" "43bc6378cf2c8afa95187b56d1702f3d4c513ec15e1cbd54ac8c155bc5e38073"` [INFO] [stderr] Checking lazy_static v1.2.0 [INFO] [stderr] Checking colored v1.6.1 [INFO] [stderr] Checking fdl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `BufRead` [INFO] [stderr] --> src/main.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::{self, BufRead}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `BufRead` [INFO] [stderr] --> src/main.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::{self, BufRead}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `frame_work` in initializer of `file_tree::FileTree` [INFO] [stderr] --> src/file_tree.rs:143:17 [INFO] [stderr] | [INFO] [stderr] 143 | let e = FileTree { [INFO] [stderr] | ^^^^^^^^ missing `frame_work` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `frame_work` in initializer of `file_tree::FileTree` [INFO] [stderr] --> src/file_tree.rs:147:17 [INFO] [stderr] | [INFO] [stderr] 147 | let d = FileTree { [INFO] [stderr] | ^^^^^^^^ missing `frame_work` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `frame_work` in initializer of `file_tree::FileTree` [INFO] [stderr] --> src/file_tree.rs:151:17 [INFO] [stderr] | [INFO] [stderr] 151 | let c = FileTree { [INFO] [stderr] | ^^^^^^^^ missing `frame_work` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `frame_work` in initializer of `file_tree::FileTree` [INFO] [stderr] --> src/file_tree.rs:155:17 [INFO] [stderr] | [INFO] [stderr] 155 | let b = FileTree { [INFO] [stderr] | ^^^^^^^^ missing `frame_work` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `frame_work` in initializer of `file_tree::FileTree` [INFO] [stderr] --> src/file_tree.rs:159:29 [INFO] [stderr] | [INFO] [stderr] 159 | let expected_tree = FileTree { [INFO] [stderr] | ^^^^^^^^ missing `frame_work` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `frame_work` in initializer of `file_tree::FileTree` [INFO] [stderr] --> src/file_tree.rs:170:17 [INFO] [stderr] | [INFO] [stderr] 170 | let e = FileTree { [INFO] [stderr] | ^^^^^^^^ missing `frame_work` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `frame_work` in initializer of `file_tree::FileTree` [INFO] [stderr] --> src/file_tree.rs:174:17 [INFO] [stderr] | [INFO] [stderr] 174 | let d = FileTree { [INFO] [stderr] | ^^^^^^^^ missing `frame_work` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `frame_work` in initializer of `file_tree::FileTree` [INFO] [stderr] --> src/file_tree.rs:178:17 [INFO] [stderr] | [INFO] [stderr] 178 | let c = FileTree { [INFO] [stderr] | ^^^^^^^^ missing `frame_work` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `frame_work` in initializer of `file_tree::FileTree` [INFO] [stderr] --> src/file_tree.rs:182:17 [INFO] [stderr] | [INFO] [stderr] 182 | let b = FileTree { [INFO] [stderr] | ^^^^^^^^ missing `frame_work` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `frame_work` in initializer of `file_tree::FileTree` [INFO] [stderr] --> src/file_tree.rs:186:29 [INFO] [stderr] | [INFO] [stderr] 186 | let expected_tree = FileTree { [INFO] [stderr] | ^^^^^^^^ missing `frame_work` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `frame_work` in initializer of `file_tree::FileTree` [INFO] [stderr] --> src/file_tree.rs:197:17 [INFO] [stderr] | [INFO] [stderr] 197 | let d = FileTree { [INFO] [stderr] | ^^^^^^^^ missing `frame_work` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `frame_work` in initializer of `file_tree::FileTree` [INFO] [stderr] --> src/file_tree.rs:201:17 [INFO] [stderr] | [INFO] [stderr] 201 | let c = FileTree { [INFO] [stderr] | ^^^^^^^^ missing `frame_work` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `frame_work` in initializer of `file_tree::FileTree` [INFO] [stderr] --> src/file_tree.rs:205:17 [INFO] [stderr] | [INFO] [stderr] 205 | let b = FileTree { [INFO] [stderr] | ^^^^^^^^ missing `frame_work` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `frame_work` in initializer of `file_tree::FileTree` [INFO] [stderr] --> src/file_tree.rs:209:17 [INFO] [stderr] | [INFO] [stderr] 209 | let a = FileTree { [INFO] [stderr] | ^^^^^^^^ missing `frame_work` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stderr] --> src/file_tree.rs:225:9 [INFO] [stderr] | [INFO] [stderr] 24 | fn print_line(output: &mut W, lasts: &[bool], name: &OsStr, frame_work: &str) -> io::Result<()> { [INFO] [stderr] | --------------------------------------------------------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 225 | print_line(&mut output1, &[], name).unwrap(); [INFO] [stderr] | ^^^^^^^^^^ ------------ --- ---- supplied 3 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 4 arguments [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stderr] --> src/file_tree.rs:229:9 [INFO] [stderr] | [INFO] [stderr] 24 | fn print_line(output: &mut W, lasts: &[bool], name: &OsStr, frame_work: &str) -> io::Result<()> { [INFO] [stderr] | --------------------------------------------------------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 229 | print_line(&mut output2, &[true, false, true], name).unwrap(); [INFO] [stderr] | ^^^^^^^^^^ ------------ -------------------- ---- supplied 3 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 4 arguments [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stderr] --> src/file_tree.rs:233:9 [INFO] [stderr] | [INFO] [stderr] 24 | fn print_line(output: &mut W, lasts: &[bool], name: &OsStr, frame_work: &str) -> io::Result<()> { [INFO] [stderr] | --------------------------------------------------------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 233 | print_line(&mut output3, &[true, false, false], name).unwrap(); [INFO] [stderr] | ^^^^^^^^^^ ------------ --------------------- ---- supplied 3 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 4 arguments [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0063. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `fdl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "43bc6378cf2c8afa95187b56d1702f3d4c513ec15e1cbd54ac8c155bc5e38073"` [INFO] running `"docker" "rm" "-f" "43bc6378cf2c8afa95187b56d1702f3d4c513ec15e1cbd54ac8c155bc5e38073"` [INFO] [stdout] 43bc6378cf2c8afa95187b56d1702f3d4c513ec15e1cbd54ac8c155bc5e38073