[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] testing gmorenz/photon_correlation against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmorenz%2Fphoton_correlation" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gmorenz/photon_correlation on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-5/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f28efcb8d65c9716d2631cce5cb70746981fe65d2a7f0061ca78106bd8b5e845 [INFO] running `"docker" "start" "-a" "f28efcb8d65c9716d2631cce5cb70746981fe65d2a7f0061ca78106bd8b5e845"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling crossbeam-utils v0.6.3 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling 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, first_photon: u64) -> (Vec, Vec) { [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 { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 5 warnings emitted [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" "f28efcb8d65c9716d2631cce5cb70746981fe65d2a7f0061ca78106bd8b5e845"` [INFO] running `"docker" "rm" "-f" "f28efcb8d65c9716d2631cce5cb70746981fe65d2a7f0061ca78106bd8b5e845"` [INFO] [stdout] f28efcb8d65c9716d2631cce5cb70746981fe65d2a7f0061ca78106bd8b5e845