Aug 31 13:12:05.908 INFO checking sound_analyzation-0.1.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Aug 31 13:12:05.908 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Aug 31 13:12:05.908 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 13:12:06.089 INFO blam! 1cf08a070a9ff1343c553ccdcfcf0a67158aab3c78a098e596fa685a974a510c Aug 31 13:12:06.091 INFO running `"docker" "start" "-a" "1cf08a070a9ff1343c553ccdcfcf0a67158aab3c78a098e596fa685a974a510c"` Aug 31 13:12:06.649 INFO kablam! Checking sound_analyzation v0.1.0 (file:///source) Aug 31 13:12:06.926 INFO kablam! error[E0432]: unresolved import `analyze` Aug 31 13:12:06.926 INFO kablam! --> src/lib.rs:150:9 Aug 31 13:12:06.926 INFO kablam! | Aug 31 13:12:06.926 INFO kablam! 150 | use analyze::*; Aug 31 13:12:06.926 INFO kablam! | ^^^^^^^ Maybe a missing `extern crate analyze;`? Aug 31 13:12:06.926 INFO kablam! Aug 31 13:12:06.929 INFO kablam! warning: unused import: `analyze::*` Aug 31 13:12:06.929 INFO kablam! --> src/lib.rs:150:9 Aug 31 13:12:06.929 INFO kablam! | Aug 31 13:12:06.929 INFO kablam! 150 | use analyze::*; Aug 31 13:12:06.929 INFO kablam! | ^^^^^^^^^^ Aug 31 13:12:06.929 INFO kablam! | Aug 31 13:12:06.929 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 31 13:12:06.929 INFO kablam! Aug 31 13:12:07.048 INFO kablam! error[E0599]: no method named `gain` found for type `std::vec::Vec<{float}>` in the current scope Aug 31 13:12:07.048 INFO kablam! --> src/lib.rs:157:27 Aug 31 13:12:07.048 INFO kablam! | Aug 31 13:12:07.048 INFO kablam! 157 | let gain = buffer.gain(); Aug 31 13:12:07.048 INFO kablam! | ^^^^ Aug 31 13:12:07.048 INFO kablam! | Aug 31 13:12:07.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 13:12:07.048 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 13:12:07.048 INFO kablam! `use Analyze;` Aug 31 13:12:07.048 INFO kablam! Aug 31 13:12:07.078 INFO kablam! error[E0599]: no method named `yin_difference` found for type `std::vec::Vec<{float}>` in the current scope Aug 31 13:12:07.078 INFO kablam! --> src/lib.rs:172:16 Aug 31 13:12:07.079 INFO kablam! | Aug 31 13:12:07.079 INFO kablam! 172 | buffer.yin_difference(); Aug 31 13:12:07.079 INFO kablam! | ^^^^^^^^^^^^^^ Aug 31 13:12:07.079 INFO kablam! | Aug 31 13:12:07.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 13:12:07.079 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 13:12:07.079 INFO kablam! `use Analyze;` Aug 31 13:12:07.079 INFO kablam! Aug 31 13:12:07.139 INFO kablam! error[E0599]: no method named `yin_cumulative_mean_normalized_difference` found for type `std::vec::Vec<{float}>` in the current scope Aug 31 13:12:07.139 INFO kablam! --> src/lib.rs:186:16 Aug 31 13:12:07.139 INFO kablam! | Aug 31 13:12:07.139 INFO kablam! 186 | buffer.yin_cumulative_mean_normalized_difference(); Aug 31 13:12:07.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 13:12:07.140 INFO kablam! | Aug 31 13:12:07.140 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 13:12:07.140 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 13:12:07.140 INFO kablam! `use Analyze;` Aug 31 13:12:07.140 INFO kablam! Aug 31 13:12:07.146 INFO kablam! error[E0599]: no method named `yin_absolute_threshold` found for type `std::vec::Vec<{float}>` in the current scope Aug 31 13:12:07.146 INFO kablam! --> src/lib.rs:198:27 Aug 31 13:12:07.146 INFO kablam! | Aug 31 13:12:07.146 INFO kablam! 198 | assert_eq!(buffer.yin_absolute_threshold(threshold), expected); Aug 31 13:12:07.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 31 13:12:07.146 INFO kablam! | Aug 31 13:12:07.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 13:12:07.146 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 13:12:07.146 INFO kablam! `use Analyze;` Aug 31 13:12:07.146 INFO kablam! Aug 31 13:12:07.150 INFO kablam! error[E0599]: no method named `yin_parabolic_interpolation` found for type `std::vec::Vec<{float}>` in the current scope Aug 31 13:12:07.150 INFO kablam! --> src/lib.rs:210:27 Aug 31 13:12:07.150 INFO kablam! | Aug 31 13:12:07.150 INFO kablam! 210 | assert_eq!(buffer.yin_parabolic_interpolation(tau_estimate), expected); Aug 31 13:12:07.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 13:12:07.150 INFO kablam! | Aug 31 13:12:07.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 13:12:07.150 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 13:12:07.150 INFO kablam! `use Analyze;` Aug 31 13:12:07.150 INFO kablam! Aug 31 13:12:07.155 INFO kablam! error[E0599]: no method named `yin_pitch_detection` found for type `std::vec::Vec<{float}>` in the current scope Aug 31 13:12:07.155 INFO kablam! --> src/lib.rs:224:27 Aug 31 13:12:07.155 INFO kablam! | Aug 31 13:12:07.155 INFO kablam! 224 | assert_eq!(buffer.yin_pitch_detection(sample_rate, threshold), expected); Aug 31 13:12:07.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 31 13:12:07.156 INFO kablam! | Aug 31 13:12:07.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 13:12:07.156 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 13:12:07.156 INFO kablam! `use Analyze;` Aug 31 13:12:07.156 INFO kablam! Aug 31 13:12:07.164 INFO kablam! error: aborting due to 7 previous errors Aug 31 13:12:07.164 INFO kablam! Aug 31 13:12:07.164 INFO kablam! Some errors occurred: E0432, E0599. Aug 31 13:12:07.164 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 31 13:12:07.173 INFO kablam! error: Could not compile `sound_analyzation`. Aug 31 13:12:07.173 INFO kablam! Aug 31 13:12:07.173 INFO kablam! To learn more, run the command again with --verbose. Aug 31 13:12:07.175 INFO kablam! su: No module specific data is present Aug 31 13:12:07.594 INFO running `"docker" "rm" "-f" "1cf08a070a9ff1343c553ccdcfcf0a67158aab3c78a098e596fa685a974a510c"` Aug 31 13:12:07.702 INFO blam! 1cf08a070a9ff1343c553ccdcfcf0a67158aab3c78a098e596fa685a974a510c