Aug 01 21:46:16.359 INFO checking sound_analyzation-0.1.0 against 1.27.2+tmplazy for lazy_static-1 Aug 01 21:46:16.359 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 01 21:46:16.359 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 01 21:46:16.359 INFO running `"docker" "create" "-v" "/tmp/crater.teUfIMbpAaVQ:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-1/1.27.2+tmplazy:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1.27.2 check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Aug 01 21:46:16.583 INFO blam! 2526bf968548b21d1ab73ed4cb428317eebc35b055c98433a131852dc7a5921b Aug 01 21:46:16.585 INFO running `"docker" "start" "-a" "2526bf968548b21d1ab73ed4cb428317eebc35b055c98433a131852dc7a5921b"` Aug 01 21:46:17.687 INFO kablam! Checking sound_analyzation v0.1.0 (file:///source) Aug 01 21:46:18.148 INFO kablam! error[E0432]: unresolved import `analyze` Aug 01 21:46:18.148 INFO kablam! --> src/lib.rs:150:9 Aug 01 21:46:18.148 INFO kablam! | Aug 01 21:46:18.148 INFO kablam! 150 | use analyze::*; Aug 01 21:46:18.148 INFO kablam! | ^^^^^^^ Maybe a missing `extern crate analyze;`? Aug 01 21:46:18.149 INFO kablam! Aug 01 21:46:18.155 INFO kablam! warning: unused import: `analyze::*` Aug 01 21:46:18.155 INFO kablam! --> src/lib.rs:150:9 Aug 01 21:46:18.155 INFO kablam! | Aug 01 21:46:18.155 INFO kablam! 150 | use analyze::*; Aug 01 21:46:18.155 INFO kablam! | ^^^^^^^^^^ Aug 01 21:46:18.155 INFO kablam! | Aug 01 21:46:18.155 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 01 21:46:18.155 INFO kablam! Aug 01 21:46:18.372 INFO kablam! error[E0599]: no method named `gain` found for type `std::vec::Vec<{float}>` in the current scope Aug 01 21:46:18.372 INFO kablam! --> src/lib.rs:157:27 Aug 01 21:46:18.372 INFO kablam! | Aug 01 21:46:18.372 INFO kablam! 157 | let gain = buffer.gain(); Aug 01 21:46:18.372 INFO kablam! | ^^^^ Aug 01 21:46:18.372 INFO kablam! | Aug 01 21:46:18.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 21:46:18.373 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 21:46:18.373 INFO kablam! candidate #1: `use Analyze;` Aug 01 21:46:18.373 INFO kablam! Aug 01 21:46:18.396 INFO kablam! error[E0599]: no method named `yin_difference` found for type `std::vec::Vec<{float}>` in the current scope Aug 01 21:46:18.396 INFO kablam! --> src/lib.rs:172:16 Aug 01 21:46:18.396 INFO kablam! | Aug 01 21:46:18.396 INFO kablam! 172 | buffer.yin_difference(); Aug 01 21:46:18.396 INFO kablam! | ^^^^^^^^^^^^^^ Aug 01 21:46:18.396 INFO kablam! | Aug 01 21:46:18.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 21:46:18.396 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 21:46:18.396 INFO kablam! candidate #1: `use Analyze;` Aug 01 21:46:18.396 INFO kablam! Aug 01 21:46:18.459 INFO kablam! error[E0599]: no method named `yin_cumulative_mean_normalized_difference` found for type `std::vec::Vec<{float}>` in the current scope Aug 01 21:46:18.459 INFO kablam! --> src/lib.rs:186:16 Aug 01 21:46:18.459 INFO kablam! | Aug 01 21:46:18.459 INFO kablam! 186 | buffer.yin_cumulative_mean_normalized_difference(); Aug 01 21:46:18.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 21:46:18.460 INFO kablam! | Aug 01 21:46:18.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 21:46:18.460 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 21:46:18.460 INFO kablam! candidate #1: `use Analyze;` Aug 01 21:46:18.460 INFO kablam! Aug 01 21:46:18.463 INFO kablam! error[E0599]: no method named `yin_absolute_threshold` found for type `std::vec::Vec<{float}>` in the current scope Aug 01 21:46:18.463 INFO kablam! --> src/lib.rs:198:27 Aug 01 21:46:18.463 INFO kablam! | Aug 01 21:46:18.463 INFO kablam! 198 | assert_eq!(buffer.yin_absolute_threshold(threshold), expected); Aug 01 21:46:18.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 01 21:46:18.463 INFO kablam! | Aug 01 21:46:18.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 21:46:18.463 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 21:46:18.463 INFO kablam! candidate #1: `use Analyze;` Aug 01 21:46:18.463 INFO kablam! Aug 01 21:46:18.475 INFO kablam! error[E0599]: no method named `yin_parabolic_interpolation` found for type `std::vec::Vec<{float}>` in the current scope Aug 01 21:46:18.475 INFO kablam! --> src/lib.rs:210:27 Aug 01 21:46:18.475 INFO kablam! | Aug 01 21:46:18.475 INFO kablam! 210 | assert_eq!(buffer.yin_parabolic_interpolation(tau_estimate), expected); Aug 01 21:46:18.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 21:46:18.475 INFO kablam! | Aug 01 21:46:18.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 21:46:18.475 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 21:46:18.475 INFO kablam! candidate #1: `use Analyze;` Aug 01 21:46:18.475 INFO kablam! Aug 01 21:46:18.476 INFO kablam! error[E0599]: no method named `yin_pitch_detection` found for type `std::vec::Vec<{float}>` in the current scope Aug 01 21:46:18.476 INFO kablam! --> src/lib.rs:224:27 Aug 01 21:46:18.476 INFO kablam! | Aug 01 21:46:18.476 INFO kablam! 224 | assert_eq!(buffer.yin_pitch_detection(sample_rate, threshold), expected); Aug 01 21:46:18.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 01 21:46:18.476 INFO kablam! | Aug 01 21:46:18.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 21:46:18.476 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 21:46:18.476 INFO kablam! candidate #1: `use Analyze;` Aug 01 21:46:18.476 INFO kablam! Aug 01 21:46:18.480 INFO kablam! error: aborting due to 7 previous errors Aug 01 21:46:18.480 INFO kablam! Aug 01 21:46:18.480 INFO kablam! Some errors occurred: E0432, E0599. Aug 01 21:46:18.480 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 01 21:46:18.494 INFO kablam! error: Could not compile `sound_analyzation`. Aug 01 21:46:18.494 INFO kablam! Aug 01 21:46:18.494 INFO kablam! To learn more, run the command again with --verbose. Aug 01 21:46:18.495 INFO kablam! su: No module specific data is present Aug 01 21:46:19.197 INFO running `"docker" "rm" "-f" "2526bf968548b21d1ab73ed4cb428317eebc35b055c98433a131852dc7a5921b"` Aug 01 21:46:19.341 INFO blam! 2526bf968548b21d1ab73ed4cb428317eebc35b055c98433a131852dc7a5921b