[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] testing sepiropht/find-and-count against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsepiropht%2Ffind-and-count" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sepiropht/find-and-count on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-3/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" "+beta-2020-06-03" "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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] e9aa7828f5d34b9535873151481861811acd6d49f8cb90d1ef57343036d340af [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "e9aa7828f5d34b9535873151481861811acd6d49f8cb90d1ef57343036d340af"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling 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: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.88s [INFO] running `"docker" "inspect" "e9aa7828f5d34b9535873151481861811acd6d49f8cb90d1ef57343036d340af"` [INFO] running `"docker" "rm" "-f" "e9aa7828f5d34b9535873151481861811acd6d49f8cb90d1ef57343036d340af"` [INFO] [stdout] e9aa7828f5d34b9535873151481861811acd6d49f8cb90d1ef57343036d340af [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6d67684c96194f937cd27869914ee241e056c216aa42e40ad89a977c9f0fcd4f [INFO] running `"docker" "start" "-a" "6d67684c96194f937cd27869914ee241e056c216aa42e40ad89a977c9f0fcd4f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling 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] 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] running `"docker" "inspect" "6d67684c96194f937cd27869914ee241e056c216aa42e40ad89a977c9f0fcd4f"` [INFO] running `"docker" "rm" "-f" "6d67684c96194f937cd27869914ee241e056c216aa42e40ad89a977c9f0fcd4f"` [INFO] [stdout] 6d67684c96194f937cd27869914ee241e056c216aa42e40ad89a977c9f0fcd4f