Sep 17 17:02:33.197 INFO checking sound_analyzation-0.1.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 17:02:33.197 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 17:02:33.197 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 17:02:33.356 INFO blam! 5808393e4200e33d64590603d12e8139a35c2b86bcf9316fc3c0a95cfa2732a0 Sep 17 17:02:33.358 INFO running `"docker" "start" "-a" "5808393e4200e33d64590603d12e8139a35c2b86bcf9316fc3c0a95cfa2732a0"` Sep 17 17:02:33.921 INFO kablam! usermod: no changes Sep 17 17:02:33.948 INFO kablam! Checking sound_analyzation v0.1.0 (/source) Sep 17 17:02:34.155 INFO kablam! error[E0432]: unresolved import `analyze` Sep 17 17:02:34.155 INFO kablam! --> src/lib.rs:150:9 Sep 17 17:02:34.155 INFO kablam! | Sep 17 17:02:34.155 INFO kablam! 150 | use analyze::*; Sep 17 17:02:34.155 INFO kablam! | ^^^^^^^ Maybe a missing `extern crate analyze;`? Sep 17 17:02:34.155 INFO kablam! Sep 17 17:02:34.155 INFO kablam! warning: unused import: `analyze::*` Sep 17 17:02:34.155 INFO kablam! --> src/lib.rs:150:9 Sep 17 17:02:34.155 INFO kablam! | Sep 17 17:02:34.155 INFO kablam! 150 | use analyze::*; Sep 17 17:02:34.155 INFO kablam! | ^^^^^^^^^^ Sep 17 17:02:34.155 INFO kablam! | Sep 17 17:02:34.155 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 17:02:34.155 INFO kablam! Sep 17 17:02:34.222 INFO kablam! error[E0599]: no method named `gain` found for type `std::vec::Vec<{float}>` in the current scope Sep 17 17:02:34.222 INFO kablam! --> src/lib.rs:157:27 Sep 17 17:02:34.222 INFO kablam! | Sep 17 17:02:34.222 INFO kablam! 157 | let gain = buffer.gain(); Sep 17 17:02:34.222 INFO kablam! | ^^^^ Sep 17 17:02:34.222 INFO kablam! | Sep 17 17:02:34.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 17:02:34.222 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 17:02:34.222 INFO kablam! `use Analyze;` Sep 17 17:02:34.222 INFO kablam! Sep 17 17:02:34.233 INFO kablam! error[E0599]: no method named `yin_difference` found for type `std::vec::Vec<{float}>` in the current scope Sep 17 17:02:34.233 INFO kablam! --> src/lib.rs:172:16 Sep 17 17:02:34.233 INFO kablam! | Sep 17 17:02:34.233 INFO kablam! 172 | buffer.yin_difference(); Sep 17 17:02:34.233 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 17:02:34.233 INFO kablam! | Sep 17 17:02:34.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 17:02:34.233 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 17:02:34.233 INFO kablam! `use Analyze;` Sep 17 17:02:34.233 INFO kablam! Sep 17 17:02:34.250 INFO kablam! error[E0599]: no method named `yin_cumulative_mean_normalized_difference` found for type `std::vec::Vec<{float}>` in the current scope Sep 17 17:02:34.250 INFO kablam! --> src/lib.rs:186:16 Sep 17 17:02:34.250 INFO kablam! | Sep 17 17:02:34.250 INFO kablam! 186 | buffer.yin_cumulative_mean_normalized_difference(); Sep 17 17:02:34.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:02:34.250 INFO kablam! | Sep 17 17:02:34.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 17:02:34.250 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 17:02:34.250 INFO kablam! `use Analyze;` Sep 17 17:02:34.250 INFO kablam! Sep 17 17:02:34.252 INFO kablam! error[E0599]: no method named `yin_absolute_threshold` found for type `std::vec::Vec<{float}>` in the current scope Sep 17 17:02:34.252 INFO kablam! --> src/lib.rs:198:27 Sep 17 17:02:34.252 INFO kablam! | Sep 17 17:02:34.252 INFO kablam! 198 | assert_eq!(buffer.yin_absolute_threshold(threshold), expected); Sep 17 17:02:34.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:02:34.252 INFO kablam! | Sep 17 17:02:34.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 17:02:34.252 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 17:02:34.252 INFO kablam! `use Analyze;` Sep 17 17:02:34.252 INFO kablam! Sep 17 17:02:34.253 INFO kablam! error[E0599]: no method named `yin_parabolic_interpolation` found for type `std::vec::Vec<{float}>` in the current scope Sep 17 17:02:34.253 INFO kablam! --> src/lib.rs:210:27 Sep 17 17:02:34.253 INFO kablam! | Sep 17 17:02:34.253 INFO kablam! 210 | assert_eq!(buffer.yin_parabolic_interpolation(tau_estimate), expected); Sep 17 17:02:34.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:02:34.253 INFO kablam! | Sep 17 17:02:34.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 17:02:34.253 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 17:02:34.253 INFO kablam! `use Analyze;` Sep 17 17:02:34.253 INFO kablam! Sep 17 17:02:34.255 INFO kablam! error[E0599]: no method named `yin_pitch_detection` found for type `std::vec::Vec<{float}>` in the current scope Sep 17 17:02:34.255 INFO kablam! --> src/lib.rs:224:27 Sep 17 17:02:34.255 INFO kablam! | Sep 17 17:02:34.255 INFO kablam! 224 | assert_eq!(buffer.yin_pitch_detection(sample_rate, threshold), expected); Sep 17 17:02:34.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 17:02:34.255 INFO kablam! | Sep 17 17:02:34.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 17:02:34.255 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 17:02:34.255 INFO kablam! `use Analyze;` Sep 17 17:02:34.255 INFO kablam! Sep 17 17:02:34.259 INFO kablam! error: aborting due to 7 previous errors Sep 17 17:02:34.259 INFO kablam! Sep 17 17:02:34.259 INFO kablam! Some errors occurred: E0432, E0599. Sep 17 17:02:34.260 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 17:02:34.266 INFO kablam! error: Could not compile `sound_analyzation`. Sep 17 17:02:34.266 INFO kablam! Sep 17 17:02:34.266 INFO kablam! To learn more, run the command again with --verbose. Sep 17 17:02:34.267 INFO kablam! su: No module specific data is present Sep 17 17:02:34.782 INFO running `"docker" "rm" "-f" "5808393e4200e33d64590603d12e8139a35c2b86bcf9316fc3c0a95cfa2732a0"` Sep 17 17:02:34.877 INFO blam! 5808393e4200e33d64590603d12e8139a35c2b86bcf9316fc3c0a95cfa2732a0