[INFO] updating cached repository https://github.com/alamminsalo/fft [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] b368044f0643f7b733f93e7f795f1be786b48b8f [INFO] testing alamminsalo/fft against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falamminsalo%2Ffft" "/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/alamminsalo/fft 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/alamminsalo/fft [INFO] finished tweaking git repo https://github.com/alamminsalo/fft [INFO] tweaked toml for git repo https://github.com/alamminsalo/fft written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/alamminsalo/fft 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-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=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] bbaba6ec327b19e169c662b835c640cccf7ee2ddd2fe619404a686a529f661cc [INFO] running `"docker" "start" "-a" "bbaba6ec327b19e169c662b835c640cccf7ee2ddd2fe619404a686a529f661cc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling svg v0.5.11 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling log v0.4.5 [INFO] [stderr] Compiling tui v0.2.3 [INFO] [stderr] Compiling plotlib v0.3.0 [INFO] [stderr] Compiling fft v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `analysis` [INFO] [stderr] --> src/main.rs:121:17 [INFO] [stderr] | [INFO] [stderr] 121 | let analysis = fft::analyze(&sample, ft_min, ft_max, ft_ss); [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_analysis` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.95s [INFO] running `"docker" "inspect" "bbaba6ec327b19e169c662b835c640cccf7ee2ddd2fe619404a686a529f661cc"` [INFO] running `"docker" "rm" "-f" "bbaba6ec327b19e169c662b835c640cccf7ee2ddd2fe619404a686a529f661cc"` [INFO] [stdout] bbaba6ec327b19e169c662b835c640cccf7ee2ddd2fe619404a686a529f661cc [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=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" "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] 9287739fcee483b2d3bcb64d18b92c82798d1387606a76dcd30748510042a326 [INFO] running `"docker" "start" "-a" "9287739fcee483b2d3bcb64d18b92c82798d1387606a76dcd30748510042a326"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling fft v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:158:35 [INFO] [stderr] | [INFO] [stderr] 158 | let circle = graph_circle(&sine, 5.0); [INFO] [stderr] | ^^^^^ expected slice, found struct `Sample` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&[(f32, f32)]` [INFO] [stderr] found reference `&Sample` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `analysis` [INFO] [stderr] --> src/main.rs:121:17 [INFO] [stderr] | [INFO] [stderr] 121 | let analysis = fft::analyze(&sample, ft_min, ft_max, ft_ss); [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_analysis` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:167:35 [INFO] [stderr] | [INFO] [stderr] 167 | let circle = graph_circle(&sine, 5.0); [INFO] [stderr] | ^^^^^ expected slice, found struct `Sample` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&[(f32, f32)]` [INFO] [stderr] found reference `&Sample` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:171:35 [INFO] [stderr] | [INFO] [stderr] 171 | let circle = graph_circle(&sine, 10.0); [INFO] [stderr] | ^^^^^ expected slice, found struct `Sample` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&[(f32, f32)]` [INFO] [stderr] found reference `&Sample` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:180:35 [INFO] [stderr] | [INFO] [stderr] 180 | let circle = graph_circle(&sine, 5.0); [INFO] [stderr] | ^^^^^ expected slice, found struct `Sample` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&[(f32, f32)]` [INFO] [stderr] found reference `&Sample` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:191:35 [INFO] [stderr] | [INFO] [stderr] 191 | let circle = graph_circle(&sine, 5.0); [INFO] [stderr] | ^^^^^ expected slice, found struct `Sample` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&[(f32, f32)]` [INFO] [stderr] found reference `&Sample` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:197:35 [INFO] [stderr] | [INFO] [stderr] 197 | let circle = graph_circle(&sine, 60.0); [INFO] [stderr] | ^^^^^ expected slice, found struct `Sample` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&[(f32, f32)]` [INFO] [stderr] found reference `&Sample` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:205:35 [INFO] [stderr] | [INFO] [stderr] 205 | let circle = graph_circle(&sine, 5.0); [INFO] [stderr] | ^^^^^ expected slice, found struct `Sample` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&[(f32, f32)]` [INFO] [stderr] found reference `&Sample` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:212:35 [INFO] [stderr] | [INFO] [stderr] 212 | let circle = graph_circle(&sine, 60.0); [INFO] [stderr] | ^^^^^ expected slice, found struct `Sample` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&[(f32, f32)]` [INFO] [stderr] found reference `&Sample` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `fft`. [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" "9287739fcee483b2d3bcb64d18b92c82798d1387606a76dcd30748510042a326"` [INFO] running `"docker" "rm" "-f" "9287739fcee483b2d3bcb64d18b92c82798d1387606a76dcd30748510042a326"` [INFO] [stdout] 9287739fcee483b2d3bcb64d18b92c82798d1387606a76dcd30748510042a326