Sep 04 05:54:16.372 INFO checking sound_analyzation-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 05:54:16.372 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 05:54:16.372 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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" "-e" "USER_ID=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 05:54:16.514 INFO blam! 53e83b74a33063db100d1d662641518b35bef115f92a191426f28e3f24a02ec2 Sep 04 05:54:16.516 INFO running `"docker" "start" "-a" "53e83b74a33063db100d1d662641518b35bef115f92a191426f28e3f24a02ec2"` Sep 04 05:54:17.084 INFO kablam! Checking sound_analyzation v0.1.0 (file:///source) Sep 04 05:54:17.468 INFO kablam! error[E0432]: unresolved import `analyze` Sep 04 05:54:17.468 INFO kablam! --> src/lib.rs:150:9 Sep 04 05:54:17.469 INFO kablam! | Sep 04 05:54:17.469 INFO kablam! 150 | use analyze::*; Sep 04 05:54:17.469 INFO kablam! | ^^^^^^^ Maybe a missing `extern crate analyze;`? Sep 04 05:54:17.469 INFO kablam! Sep 04 05:54:17.471 INFO kablam! warning: unused import: `analyze::*` Sep 04 05:54:17.471 INFO kablam! --> src/lib.rs:150:9 Sep 04 05:54:17.471 INFO kablam! | Sep 04 05:54:17.471 INFO kablam! 150 | use analyze::*; Sep 04 05:54:17.472 INFO kablam! | ^^^^^^^^^^ Sep 04 05:54:17.472 INFO kablam! | Sep 04 05:54:17.472 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 05:54:17.472 INFO kablam! Sep 04 05:54:17.614 INFO kablam! error[E0599]: no method named `gain` found for type `std::vec::Vec<{float}>` in the current scope Sep 04 05:54:17.615 INFO kablam! --> src/lib.rs:157:27 Sep 04 05:54:17.615 INFO kablam! | Sep 04 05:54:17.615 INFO kablam! 157 | let gain = buffer.gain(); Sep 04 05:54:17.615 INFO kablam! | ^^^^ Sep 04 05:54:17.615 INFO kablam! | Sep 04 05:54:17.615 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 05:54:17.615 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 05:54:17.615 INFO kablam! `use Analyze;` Sep 04 05:54:17.615 INFO kablam! Sep 04 05:54:17.637 INFO kablam! error[E0599]: no method named `yin_difference` found for type `std::vec::Vec<{float}>` in the current scope Sep 04 05:54:17.637 INFO kablam! --> src/lib.rs:172:16 Sep 04 05:54:17.637 INFO kablam! | Sep 04 05:54:17.637 INFO kablam! 172 | buffer.yin_difference(); Sep 04 05:54:17.637 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 05:54:17.637 INFO kablam! | Sep 04 05:54:17.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 05:54:17.637 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 05:54:17.637 INFO kablam! `use Analyze;` Sep 04 05:54:17.637 INFO kablam! Sep 04 05:54:17.697 INFO kablam! error[E0599]: no method named `yin_cumulative_mean_normalized_difference` found for type `std::vec::Vec<{float}>` in the current scope Sep 04 05:54:17.697 INFO kablam! --> src/lib.rs:186:16 Sep 04 05:54:17.697 INFO kablam! | Sep 04 05:54:17.697 INFO kablam! 186 | buffer.yin_cumulative_mean_normalized_difference(); Sep 04 05:54:17.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:54:17.697 INFO kablam! | Sep 04 05:54:17.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 05:54:17.697 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 05:54:17.698 INFO kablam! `use Analyze;` Sep 04 05:54:17.698 INFO kablam! Sep 04 05:54:17.703 INFO kablam! error[E0599]: no method named `yin_absolute_threshold` found for type `std::vec::Vec<{float}>` in the current scope Sep 04 05:54:17.703 INFO kablam! --> src/lib.rs:198:27 Sep 04 05:54:17.703 INFO kablam! | Sep 04 05:54:17.703 INFO kablam! 198 | assert_eq!(buffer.yin_absolute_threshold(threshold), expected); Sep 04 05:54:17.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:54:17.703 INFO kablam! | Sep 04 05:54:17.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 05:54:17.703 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 05:54:17.703 INFO kablam! `use Analyze;` Sep 04 05:54:17.704 INFO kablam! Sep 04 05:54:17.708 INFO kablam! error[E0599]: no method named `yin_parabolic_interpolation` found for type `std::vec::Vec<{float}>` in the current scope Sep 04 05:54:17.708 INFO kablam! --> src/lib.rs:210:27 Sep 04 05:54:17.708 INFO kablam! | Sep 04 05:54:17.708 INFO kablam! 210 | assert_eq!(buffer.yin_parabolic_interpolation(tau_estimate), expected); Sep 04 05:54:17.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:54:17.708 INFO kablam! | Sep 04 05:54:17.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 05:54:17.708 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 05:54:17.708 INFO kablam! `use Analyze;` Sep 04 05:54:17.708 INFO kablam! Sep 04 05:54:17.713 INFO kablam! error[E0599]: no method named `yin_pitch_detection` found for type `std::vec::Vec<{float}>` in the current scope Sep 04 05:54:17.713 INFO kablam! --> src/lib.rs:224:27 Sep 04 05:54:17.713 INFO kablam! | Sep 04 05:54:17.713 INFO kablam! 224 | assert_eq!(buffer.yin_pitch_detection(sample_rate, threshold), expected); Sep 04 05:54:17.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 05:54:17.713 INFO kablam! | Sep 04 05:54:17.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 05:54:17.713 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 05:54:17.713 INFO kablam! `use Analyze;` Sep 04 05:54:17.713 INFO kablam! Sep 04 05:54:17.721 INFO kablam! error: aborting due to 7 previous errors Sep 04 05:54:17.721 INFO kablam! Sep 04 05:54:17.721 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 05:54:17.721 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 05:54:17.730 INFO kablam! error: Could not compile `sound_analyzation`. Sep 04 05:54:17.730 INFO kablam! Sep 04 05:54:17.730 INFO kablam! To learn more, run the command again with --verbose. Sep 04 05:54:17.731 INFO kablam! su: No module specific data is present Sep 04 05:54:18.117 INFO running `"docker" "rm" "-f" "53e83b74a33063db100d1d662641518b35bef115f92a191426f28e3f24a02ec2"` Sep 04 05:54:18.201 INFO blam! 53e83b74a33063db100d1d662641518b35bef115f92a191426f28e3f24a02ec2