Sep 21 02:47:29.026 INFO checking sound_analyzation-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 02:47:29.026 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 02:47:29.026 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:47:29.312 INFO blam! ea429b95a5bae024aeee8fe7bb16068cb3d9295a4620eea71d707b05fa20717f Sep 21 02:47:29.316 INFO running `"docker" "start" "-a" "ea429b95a5bae024aeee8fe7bb16068cb3d9295a4620eea71d707b05fa20717f"` Sep 21 02:47:30.245 INFO kablam! usermod: no changes Sep 21 02:47:30.288 INFO kablam! Checking sound_analyzation v0.1.0 (/source) Sep 21 02:47:30.502 INFO kablam! error[E0432]: unresolved import `analyze` Sep 21 02:47:30.502 INFO kablam! --> src/lib.rs:150:9 Sep 21 02:47:30.502 INFO kablam! | Sep 21 02:47:30.502 INFO kablam! 150 | use analyze::*; Sep 21 02:47:30.502 INFO kablam! | ^^^^^^^ Maybe a missing `extern crate analyze;`? Sep 21 02:47:30.502 INFO kablam! Sep 21 02:47:30.503 INFO kablam! warning: unused import: `analyze::*` Sep 21 02:47:30.503 INFO kablam! --> src/lib.rs:150:9 Sep 21 02:47:30.503 INFO kablam! | Sep 21 02:47:30.503 INFO kablam! 150 | use analyze::*; Sep 21 02:47:30.503 INFO kablam! | ^^^^^^^^^^ Sep 21 02:47:30.503 INFO kablam! | Sep 21 02:47:30.503 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 02:47:30.503 INFO kablam! Sep 21 02:47:30.590 INFO kablam! error[E0599]: no method named `gain` found for type `std::vec::Vec<{float}>` in the current scope Sep 21 02:47:30.590 INFO kablam! --> src/lib.rs:157:27 Sep 21 02:47:30.590 INFO kablam! | Sep 21 02:47:30.590 INFO kablam! 157 | let gain = buffer.gain(); Sep 21 02:47:30.590 INFO kablam! | ^^^^ Sep 21 02:47:30.590 INFO kablam! | Sep 21 02:47:30.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 02:47:30.590 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 02:47:30.590 INFO kablam! `use Analyze;` Sep 21 02:47:30.590 INFO kablam! Sep 21 02:47:30.606 INFO kablam! error[E0599]: no method named `yin_difference` found for type `std::vec::Vec<{float}>` in the current scope Sep 21 02:47:30.606 INFO kablam! --> src/lib.rs:172:16 Sep 21 02:47:30.606 INFO kablam! | Sep 21 02:47:30.606 INFO kablam! 172 | buffer.yin_difference(); Sep 21 02:47:30.606 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:47:30.606 INFO kablam! | Sep 21 02:47:30.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 02:47:30.606 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 02:47:30.606 INFO kablam! `use Analyze;` Sep 21 02:47:30.606 INFO kablam! Sep 21 02:47:30.629 INFO kablam! error[E0599]: no method named `yin_cumulative_mean_normalized_difference` found for type `std::vec::Vec<{float}>` in the current scope Sep 21 02:47:30.629 INFO kablam! --> src/lib.rs:186:16 Sep 21 02:47:30.629 INFO kablam! | Sep 21 02:47:30.629 INFO kablam! 186 | buffer.yin_cumulative_mean_normalized_difference(); Sep 21 02:47:30.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:47:30.629 INFO kablam! | Sep 21 02:47:30.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 02:47:30.629 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 02:47:30.629 INFO kablam! `use Analyze;` Sep 21 02:47:30.629 INFO kablam! Sep 21 02:47:30.631 INFO kablam! error[E0599]: no method named `yin_absolute_threshold` found for type `std::vec::Vec<{float}>` in the current scope Sep 21 02:47:30.631 INFO kablam! --> src/lib.rs:198:27 Sep 21 02:47:30.631 INFO kablam! | Sep 21 02:47:30.631 INFO kablam! 198 | assert_eq!(buffer.yin_absolute_threshold(threshold), expected); Sep 21 02:47:30.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:47:30.631 INFO kablam! | Sep 21 02:47:30.631 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 02:47:30.631 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 02:47:30.631 INFO kablam! `use Analyze;` Sep 21 02:47:30.631 INFO kablam! Sep 21 02:47:30.633 INFO kablam! error[E0599]: no method named `yin_parabolic_interpolation` found for type `std::vec::Vec<{float}>` in the current scope Sep 21 02:47:30.633 INFO kablam! --> src/lib.rs:210:27 Sep 21 02:47:30.633 INFO kablam! | Sep 21 02:47:30.633 INFO kablam! 210 | assert_eq!(buffer.yin_parabolic_interpolation(tau_estimate), expected); Sep 21 02:47:30.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:47:30.633 INFO kablam! | Sep 21 02:47:30.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 02:47:30.633 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 02:47:30.633 INFO kablam! `use Analyze;` Sep 21 02:47:30.633 INFO kablam! Sep 21 02:47:30.635 INFO kablam! error[E0599]: no method named `yin_pitch_detection` found for type `std::vec::Vec<{float}>` in the current scope Sep 21 02:47:30.635 INFO kablam! --> src/lib.rs:224:27 Sep 21 02:47:30.635 INFO kablam! | Sep 21 02:47:30.635 INFO kablam! 224 | assert_eq!(buffer.yin_pitch_detection(sample_rate, threshold), expected); Sep 21 02:47:30.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 02:47:30.635 INFO kablam! | Sep 21 02:47:30.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 02:47:30.635 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 02:47:30.635 INFO kablam! `use Analyze;` Sep 21 02:47:30.635 INFO kablam! Sep 21 02:47:30.639 INFO kablam! error: aborting due to 7 previous errors Sep 21 02:47:30.639 INFO kablam! Sep 21 02:47:30.639 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 02:47:30.640 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 02:47:30.646 INFO kablam! error: Could not compile `sound_analyzation`. Sep 21 02:47:30.646 INFO kablam! Sep 21 02:47:30.646 INFO kablam! To learn more, run the command again with --verbose. Sep 21 02:47:30.647 INFO kablam! su: No module specific data is present Sep 21 02:47:31.305 INFO running `"docker" "rm" "-f" "ea429b95a5bae024aeee8fe7bb16068cb3d9295a4620eea71d707b05fa20717f"` Sep 21 02:47:31.387 INFO blam! ea429b95a5bae024aeee8fe7bb16068cb3d9295a4620eea71d707b05fa20717f