[INFO] updating cached repository https://github.com/gmorenz/photon_correlation
[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] 2cbe29b6cb8f06abea83918538993f30edfba4c0
[INFO] checking gmorenz/photon_correlation against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmorenz%2Fphoton_correlation" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/gmorenz/photon_correlation 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/gmorenz/photon_correlation
[INFO] finished tweaking git repo https://github.com/gmorenz/photon_correlation
[INFO] tweaked toml for git repo https://github.com/gmorenz/photon_correlation written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/gmorenz/photon_correlation 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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] [stdout] 46c823e1a902a7d1d9b9ef9b7ea827c5047cd900f8f52d9875faa64713c8df63
[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" "46c823e1a902a7d1d9b9ef9b7ea827c5047cd900f8f52d9875faa64713c8df63"`
[INFO] [stderr]    Compiling libc v0.2.47
[INFO] [stderr]    Compiling proc-macro2 v0.4.25
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling unicode-segmentation v1.2.1
[INFO] [stderr]     Checking unicode-width v0.1.5
[INFO] [stderr]     Checking cfg-if v0.1.6
[INFO] [stderr]     Checking strsim v0.7.0
[INFO] [stderr]     Checking bitflags v1.0.4
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking arrayref v0.3.5
[INFO] [stderr]     Checking crossbeam-utils v0.6.3
[INFO] [stderr]     Checking textwrap v0.10.0
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling quote v0.6.10
[INFO] [stderr]     Checking atty v0.2.11
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking clap v2.32.0
[INFO] [stderr]    Compiling syn v0.15.26
[INFO] [stderr]    Compiling memchr v2.1.2
[INFO] [stderr]     Checking nom v4.1.1
[INFO] [stderr]    Compiling structopt-derive v0.2.14
[INFO] [stderr]     Checking structopt v0.2.14
[INFO] [stderr]     Checking photon_correlation v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0425]: cannot find function `parallel_asymmetric_cross_correlation` in this scope
[INFO] [stderr]    --> src/main.rs:751:29
[INFO] [stderr]     |
[INFO] [stderr] 340 | fn approximate_asymmetric_cross_correlation(bin_count: u64, bin_step: u64, photons: impl Iterator<Item=(u64, bool)>, first_photon: u64) -> (Vec<u64>, Vec<u64>) {
[INFO] [stderr]     | --------------------------------------------------------------------------------------------------------------------------------------------------------------- similarly named function `approximate_asymmetric_cross_correlation` defined here
[INFO] [stderr] ...
[INFO] [stderr] 751 |                             parallel_asymmetric_cross_correlation(&mut bins_forward, &mut bins_backwards, bin_size, photons.clone(), first_photon)
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `approximate_asymmetric_cross_correlation`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/header.rs:138:34
[INFO] [stderr]     |
[INFO] [stderr] 138 | pub fn write_header(output: &mut std::io::Write, headers: Header) {
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Write`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the item `VecDeque` is imported redundantly
[INFO] [stderr]    --> src/main.rs:203:9
[INFO] [stderr]     |
[INFO] [stderr] 13  | use std::collections::VecDeque;
[INFO] [stderr]     |     -------------------------- the item `VecDeque` is already imported here
[INFO] [stderr] ...
[INFO] [stderr] 203 |     use std::collections::VecDeque;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the item `VecDeque` is imported redundantly
[INFO] [stderr]    --> src/main.rs:241:9
[INFO] [stderr]     |
[INFO] [stderr] 13  | use std::collections::VecDeque;
[INFO] [stderr]     |     -------------------------- the item `VecDeque` is already imported here
[INFO] [stderr] ...
[INFO] [stderr] 241 |     use std::collections::VecDeque;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: the item `VecDeque` is imported redundantly
[INFO] [stderr]    --> src/main.rs:417:9
[INFO] [stderr]     |
[INFO] [stderr] 13  | use std::collections::VecDeque;
[INFO] [stderr]     |     -------------------------- the item `VecDeque` is already imported here
[INFO] [stderr] ...
[INFO] [stderr] 417 |     use std::collections::VecDeque;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/main.rs:565:38
[INFO] [stderr]     |
[INFO] [stderr] 565 | fn get_output(path: &PathBuf) -> Box<Write + Send> {
[INFO] [stderr]     |                                      ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `parallel_asymmetric_cross_correlation` in this scope
[INFO] [stderr]    --> src/main.rs:751:29
[INFO] [stderr]     |
[INFO] [stderr] 340 | fn approximate_asymmetric_cross_correlation(bin_count: u64, bin_step: u64, photons: impl Iterator<Item=(u64, bool)>, first_photon: u64) -> (Vec<u64>, Vec<u64>) {
[INFO] [stderr]     | --------------------------------------------------------------------------------------------------------------------------------------------------------------- similarly named function `approximate_asymmetric_cross_correlation` defined here
[INFO] [stderr] ...
[INFO] [stderr] 751 |                             parallel_asymmetric_cross_correlation(&mut bins_forward, &mut bins_backwards, bin_size, photons.clone(), first_photon)
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `approximate_asymmetric_cross_correlation`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/header.rs:138:34
[INFO] [stderr]     |
[INFO] [stderr] 138 | pub fn write_header(output: &mut std::io::Write, headers: Header) {
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Write`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the item `VecDeque` is imported redundantly
[INFO] [stderr]    --> src/main.rs:203:9
[INFO] [stderr]     |
[INFO] [stderr] 13  | use std::collections::VecDeque;
[INFO] [stderr]     |     -------------------------- the item `VecDeque` is already imported here
[INFO] [stderr] ...
[INFO] [stderr] 203 |     use std::collections::VecDeque;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the item `VecDeque` is imported redundantly
[INFO] [stderr]    --> src/main.rs:241:9
[INFO] [stderr]     |
[INFO] [stderr] 13  | use std::collections::VecDeque;
[INFO] [stderr]     |     -------------------------- the item `VecDeque` is already imported here
[INFO] [stderr] ...
[INFO] [stderr] 241 |     use std::collections::VecDeque;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: the item `VecDeque` is imported redundantly
[INFO] [stderr]    --> src/main.rs:417:9
[INFO] [stderr]     |
[INFO] [stderr] 13  | use std::collections::VecDeque;
[INFO] [stderr]     |     -------------------------- the item `VecDeque` is already imported here
[INFO] [stderr] ...
[INFO] [stderr] 417 |     use std::collections::VecDeque;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/main.rs:565:38
[INFO] [stderr]     |
[INFO] [stderr] 565 | fn get_output(path: &PathBuf) -> Box<Write + Send> {
[INFO] [stderr]     |                                      ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `photon_correlation`.
[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] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `photon_correlation`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "46c823e1a902a7d1d9b9ef9b7ea827c5047cd900f8f52d9875faa64713c8df63"`
[INFO] running `"docker" "rm" "-f" "46c823e1a902a7d1d9b9ef9b7ea827c5047cd900f8f52d9875faa64713c8df63"`
[INFO] [stdout] 46c823e1a902a7d1d9b9ef9b7ea827c5047cd900f8f52d9875faa64713c8df63
