Sep 19 19:55:55.183 INFO checking sound_analyzation-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 19:55:55.183 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 19:55:55.183 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:55:55.382 INFO blam! 4a6d4a9253757b0bfad633a31330c9c87e3b898cbcedc78062f0c828cebb5070 Sep 19 19:55:55.385 INFO running `"docker" "start" "-a" "4a6d4a9253757b0bfad633a31330c9c87e3b898cbcedc78062f0c828cebb5070"` Sep 19 19:55:56.261 INFO kablam! usermod: no changes Sep 19 19:55:56.290 INFO kablam! Checking sound_analyzation v0.1.0 (/source) Sep 19 19:55:56.496 INFO kablam! error[E0432]: unresolved import `analyze` Sep 19 19:55:56.496 INFO kablam! --> src/lib.rs:150:9 Sep 19 19:55:56.496 INFO kablam! | Sep 19 19:55:56.496 INFO kablam! 150 | use analyze::*; Sep 19 19:55:56.496 INFO kablam! | ^^^^^^^ Maybe a missing `extern crate analyze;`? Sep 19 19:55:56.496 INFO kablam! Sep 19 19:55:56.498 INFO kablam! warning: unused import: `analyze::*` Sep 19 19:55:56.498 INFO kablam! --> src/lib.rs:150:9 Sep 19 19:55:56.498 INFO kablam! | Sep 19 19:55:56.498 INFO kablam! 150 | use analyze::*; Sep 19 19:55:56.498 INFO kablam! | ^^^^^^^^^^ Sep 19 19:55:56.498 INFO kablam! | Sep 19 19:55:56.498 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:55:56.498 INFO kablam! Sep 19 19:55:56.571 INFO kablam! error[E0599]: no method named `gain` found for type `std::vec::Vec<{float}>` in the current scope Sep 19 19:55:56.571 INFO kablam! --> src/lib.rs:157:27 Sep 19 19:55:56.572 INFO kablam! | Sep 19 19:55:56.572 INFO kablam! 157 | let gain = buffer.gain(); Sep 19 19:55:56.572 INFO kablam! | ^^^^ Sep 19 19:55:56.573 INFO kablam! | Sep 19 19:55:56.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 19:55:56.573 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 19:55:56.574 INFO kablam! `use Analyze;` Sep 19 19:55:56.574 INFO kablam! Sep 19 19:55:56.585 INFO kablam! error[E0599]: no method named `yin_difference` found for type `std::vec::Vec<{float}>` in the current scope Sep 19 19:55:56.585 INFO kablam! --> src/lib.rs:172:16 Sep 19 19:55:56.585 INFO kablam! | Sep 19 19:55:56.585 INFO kablam! 172 | buffer.yin_difference(); Sep 19 19:55:56.585 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 19:55:56.585 INFO kablam! | Sep 19 19:55:56.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 19:55:56.585 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 19:55:56.585 INFO kablam! `use Analyze;` Sep 19 19:55:56.585 INFO kablam! Sep 19 19:55:56.610 INFO kablam! error[E0599]: no method named `yin_cumulative_mean_normalized_difference` found for type `std::vec::Vec<{float}>` in the current scope Sep 19 19:55:56.610 INFO kablam! --> src/lib.rs:186:16 Sep 19 19:55:56.610 INFO kablam! | Sep 19 19:55:56.610 INFO kablam! 186 | buffer.yin_cumulative_mean_normalized_difference(); Sep 19 19:55:56.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:55:56.610 INFO kablam! | Sep 19 19:55:56.610 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 19:55:56.610 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 19:55:56.610 INFO kablam! `use Analyze;` Sep 19 19:55:56.610 INFO kablam! Sep 19 19:55:56.610 INFO kablam! error[E0599]: no method named `yin_absolute_threshold` found for type `std::vec::Vec<{float}>` in the current scope Sep 19 19:55:56.610 INFO kablam! --> src/lib.rs:198:27 Sep 19 19:55:56.610 INFO kablam! | Sep 19 19:55:56.610 INFO kablam! 198 | assert_eq!(buffer.yin_absolute_threshold(threshold), expected); Sep 19 19:55:56.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:55:56.610 INFO kablam! | Sep 19 19:55:56.610 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 19:55:56.610 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 19:55:56.610 INFO kablam! `use Analyze;` Sep 19 19:55:56.610 INFO kablam! Sep 19 19:55:56.612 INFO kablam! error[E0599]: no method named `yin_parabolic_interpolation` found for type `std::vec::Vec<{float}>` in the current scope Sep 19 19:55:56.612 INFO kablam! --> src/lib.rs:210:27 Sep 19 19:55:56.612 INFO kablam! | Sep 19 19:55:56.612 INFO kablam! 210 | assert_eq!(buffer.yin_parabolic_interpolation(tau_estimate), expected); Sep 19 19:55:56.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:55:56.612 INFO kablam! | Sep 19 19:55:56.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 19:55:56.614 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 19:55:56.614 INFO kablam! `use Analyze;` Sep 19 19:55:56.614 INFO kablam! Sep 19 19:55:56.618 INFO kablam! error[E0599]: no method named `yin_pitch_detection` found for type `std::vec::Vec<{float}>` in the current scope Sep 19 19:55:56.618 INFO kablam! --> src/lib.rs:224:27 Sep 19 19:55:56.618 INFO kablam! | Sep 19 19:55:56.618 INFO kablam! 224 | assert_eq!(buffer.yin_pitch_detection(sample_rate, threshold), expected); Sep 19 19:55:56.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 19:55:56.618 INFO kablam! | Sep 19 19:55:56.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 19:55:56.618 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 19:55:56.618 INFO kablam! `use Analyze;` Sep 19 19:55:56.618 INFO kablam! Sep 19 19:55:56.619 INFO kablam! error: aborting due to 7 previous errors Sep 19 19:55:56.619 INFO kablam! Sep 19 19:55:56.619 INFO kablam! Some errors occurred: E0432, E0599. Sep 19 19:55:56.619 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 19:55:56.625 INFO kablam! error: Could not compile `sound_analyzation`. Sep 19 19:55:56.625 INFO kablam! Sep 19 19:55:56.625 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:55:56.626 INFO kablam! su: No module specific data is present Sep 19 19:55:57.114 INFO running `"docker" "rm" "-f" "4a6d4a9253757b0bfad633a31330c9c87e3b898cbcedc78062f0c828cebb5070"` Sep 19 19:55:57.211 INFO blam! 4a6d4a9253757b0bfad633a31330c9c87e3b898cbcedc78062f0c828cebb5070