Aug 01 21:46:17.542 INFO checking sound_analyzation-0.1.0 against 1.27.2 for lazy_static-1 Aug 01 21:46:17.542 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 01 21:46:17.542 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 01 21:46:17.542 INFO running `"docker" "create" "-v" "/tmp/crater.pwdwck6DJwhq:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-3/1.27.2:/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:17.814 INFO blam! 732248262b8903f4736e15b5a2eb770052ff0984263c9f70ebe9e2a4d9805291 Aug 01 21:46:17.815 INFO running `"docker" "start" "-a" "732248262b8903f4736e15b5a2eb770052ff0984263c9f70ebe9e2a4d9805291"` Aug 01 21:46:18.615 INFO kablam! Checking sound_analyzation v0.1.0 (file:///source) Aug 01 21:46:18.967 INFO kablam! error[E0432]: unresolved import `analyze` Aug 01 21:46:18.967 INFO kablam! --> src/lib.rs:150:9 Aug 01 21:46:18.968 INFO kablam! | Aug 01 21:46:18.968 INFO kablam! 150 | use analyze::*; Aug 01 21:46:18.968 INFO kablam! | ^^^^^^^ Maybe a missing `extern crate analyze;`? Aug 01 21:46:18.968 INFO kablam! Aug 01 21:46:18.974 INFO kablam! warning: unused import: `analyze::*` Aug 01 21:46:18.974 INFO kablam! --> src/lib.rs:150:9 Aug 01 21:46:18.974 INFO kablam! | Aug 01 21:46:18.974 INFO kablam! 150 | use analyze::*; Aug 01 21:46:18.974 INFO kablam! | ^^^^^^^^^^ Aug 01 21:46:18.974 INFO kablam! | Aug 01 21:46:18.974 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 01 21:46:18.974 INFO kablam! Aug 01 21:46:19.133 INFO kablam! error[E0599]: no method named `gain` found for type `std::vec::Vec<{float}>` in the current scope Aug 01 21:46:19.135 INFO kablam! --> src/lib.rs:157:27 Aug 01 21:46:19.136 INFO kablam! | Aug 01 21:46:19.136 INFO kablam! 157 | let gain = buffer.gain(); Aug 01 21:46:19.136 INFO kablam! | ^^^^ Aug 01 21:46:19.136 INFO kablam! | Aug 01 21:46:19.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 21:46:19.136 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 21:46:19.136 INFO kablam! candidate #1: `use Analyze;` Aug 01 21:46:19.136 INFO kablam! Aug 01 21:46:19.165 INFO kablam! error[E0599]: no method named `yin_difference` found for type `std::vec::Vec<{float}>` in the current scope Aug 01 21:46:19.165 INFO kablam! --> src/lib.rs:172:16 Aug 01 21:46:19.165 INFO kablam! | Aug 01 21:46:19.165 INFO kablam! 172 | buffer.yin_difference(); Aug 01 21:46:19.166 INFO kablam! | ^^^^^^^^^^^^^^ Aug 01 21:46:19.166 INFO kablam! | Aug 01 21:46:19.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 21:46:19.166 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 21:46:19.166 INFO kablam! candidate #1: `use Analyze;` Aug 01 21:46:19.166 INFO kablam! Aug 01 21:46:19.215 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:19.215 INFO kablam! --> src/lib.rs:186:16 Aug 01 21:46:19.215 INFO kablam! | Aug 01 21:46:19.215 INFO kablam! 186 | buffer.yin_cumulative_mean_normalized_difference(); Aug 01 21:46:19.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 21:46:19.215 INFO kablam! | Aug 01 21:46:19.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 21:46:19.215 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 21:46:19.215 INFO kablam! candidate #1: `use Analyze;` Aug 01 21:46:19.215 INFO kablam! Aug 01 21:46:19.219 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:19.219 INFO kablam! --> src/lib.rs:198:27 Aug 01 21:46:19.219 INFO kablam! | Aug 01 21:46:19.219 INFO kablam! 198 | assert_eq!(buffer.yin_absolute_threshold(threshold), expected); Aug 01 21:46:19.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 01 21:46:19.219 INFO kablam! | Aug 01 21:46:19.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 21:46:19.219 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 21:46:19.219 INFO kablam! candidate #1: `use Analyze;` Aug 01 21:46:19.219 INFO kablam! Aug 01 21:46:19.223 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:19.223 INFO kablam! --> src/lib.rs:210:27 Aug 01 21:46:19.223 INFO kablam! | Aug 01 21:46:19.223 INFO kablam! 210 | assert_eq!(buffer.yin_parabolic_interpolation(tau_estimate), expected); Aug 01 21:46:19.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 21:46:19.223 INFO kablam! | Aug 01 21:46:19.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 21:46:19.223 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 21:46:19.223 INFO kablam! candidate #1: `use Analyze;` Aug 01 21:46:19.223 INFO kablam! Aug 01 21:46:19.226 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:19.227 INFO kablam! --> src/lib.rs:224:27 Aug 01 21:46:19.227 INFO kablam! | Aug 01 21:46:19.227 INFO kablam! 224 | assert_eq!(buffer.yin_pitch_detection(sample_rate, threshold), expected); Aug 01 21:46:19.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 01 21:46:19.227 INFO kablam! | Aug 01 21:46:19.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 21:46:19.227 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 21:46:19.227 INFO kablam! candidate #1: `use Analyze;` Aug 01 21:46:19.227 INFO kablam! Aug 01 21:46:19.231 INFO kablam! error: aborting due to 7 previous errors Aug 01 21:46:19.231 INFO kablam! Aug 01 21:46:19.231 INFO kablam! Some errors occurred: E0432, E0599. Aug 01 21:46:19.231 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 01 21:46:19.240 INFO kablam! error: Could not compile `sound_analyzation`. Aug 01 21:46:19.240 INFO kablam! Aug 01 21:46:19.240 INFO kablam! To learn more, run the command again with --verbose. Aug 01 21:46:19.241 INFO kablam! su: No module specific data is present Aug 01 21:46:19.674 INFO running `"docker" "rm" "-f" "732248262b8903f4736e15b5a2eb770052ff0984263c9f70ebe9e2a4d9805291"` Aug 01 21:46:19.864 INFO blam! 732248262b8903f4736e15b5a2eb770052ff0984263c9f70ebe9e2a4d9805291