[INFO] updating cached repository https://github.com/vincentdephily/emlop
[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] a8b89500116bc981238cf96bcd2351168f1869ea
[INFO] checking vincentdephily/emlop against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvincentdephily%2Femlop" "/workspace/builds/worker-6/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/vincentdephily/emlop on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/vincentdephily/emlop
[INFO] finished tweaking git repo https://github.com/vincentdephily/emlop
[INFO] tweaked toml for git repo https://github.com/vincentdephily/emlop written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/vincentdephily/emlop already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 4303f9e1954fe3ca214c26f834a339b3cc5925e609324b2b6f5086b9aedd0f02
[INFO] running `"docker" "start" "-a" "4303f9e1954fe3ca214c26f834a339b3cc5925e609324b2b6f5086b9aedd0f02"`
[INFO] [stderr]    Compiling serde v1.0.92
[INFO] [stderr]     Checking scanlex v0.1.2
[INFO] [stderr]     Checking environment v0.1.1
[INFO] [stderr]    Compiling backtrace v0.3.30
[INFO] [stderr]    Compiling backtrace-sys v0.1.28
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking errno v0.2.4
[INFO] [stderr]     Checking tabwriter v1.1.0
[INFO] [stderr]    Compiling synstructure v0.10.2
[INFO] [stderr]     Checking chrono v0.4.6
[INFO] [stderr]     Checking sysconf v0.3.4
[INFO] [stderr]     Checking cgmath v0.16.1
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]     Checking chrono-english v0.1.4
[INFO] [stderr]     Checking stderrlog v0.4.1
[INFO] [stderr]     Checking failure v0.1.5
[INFO] [stderr]     Checking emlop v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking winconsole v0.10.0
[INFO] [stderr]     Checking colored v1.8.0
[INFO] [stderr]     Checking serde_json v1.0.39
[INFO] [stderr]     Checking assert_cli v0.6.3
[INFO] [stderr] error[E0061]: this function takes 9 arguments but 8 arguments were supplied
[INFO] [stderr]    --> src/parser.rs:314:20
[INFO] [stderr]     |
[INFO] [stderr] 51  | / pub fn new_hist<R: Read>(reader: R,
[INFO] [stderr] 52  | |                          filename: String,
[INFO] [stderr] 53  | |                          min_ts: Option<i64>,
[INFO] [stderr] 54  | |                          max_ts: Option<i64>,
[INFO] [stderr] ...   |
[INFO] [stderr] 110 | |     Ok(rx)
[INFO] [stderr] 111 | | }
[INFO] [stderr]     | |_- defined here
[INFO] [stderr] ...
[INFO] [stderr] 314 |           let hist = new_hist(File::open(filename).unwrap(),
[INFO] [stderr]     |                      ^^^^^^^^ -----------------------------
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      expected 9 arguments
[INFO] [stderr] 315 |                               filename.into(),
[INFO] [stderr]     |                               ---------------
[INFO] [stderr] 316 |                               filter_mints,
[INFO] [stderr]     |                               ------------
[INFO] [stderr] 317 |                               filter_maxts,
[INFO] [stderr]     |                               ------------
[INFO] [stderr] 318 |                               parse_merge,
[INFO] [stderr]     |                               -----------
[INFO] [stderr] 319 |                               parse_sync,
[INFO] [stderr]     |                               ----------
[INFO] [stderr] 320 |                               filter_pkg,
[INFO] [stderr]     |                               ----------
[INFO] [stderr] 321 |                               exact).unwrap();
[INFO] [stderr]     |                               ----- supplied 8 arguments
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `emlop`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "4303f9e1954fe3ca214c26f834a339b3cc5925e609324b2b6f5086b9aedd0f02"`
[INFO] running `"docker" "rm" "-f" "4303f9e1954fe3ca214c26f834a339b3cc5925e609324b2b6f5086b9aedd0f02"`
[INFO] [stdout] 4303f9e1954fe3ca214c26f834a339b3cc5925e609324b2b6f5086b9aedd0f02
