Aug 30 02:16:03.361 INFO checking sound_analyzation-0.1.0 against master#545f22340f72ee0efaf6463efb43a2840e3d35db for pr-53699 Aug 30 02:16:03.361 INFO running: cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets Aug 30 02:16:03.361 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53699/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-3/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/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 +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 02:16:03.570 INFO blam! 577c1cec0d8421e8a924e47d9a804339409812b3d18fb56f6cfaa873eccc6b12 Aug 30 02:16:03.573 INFO running `"docker" "start" "-a" "577c1cec0d8421e8a924e47d9a804339409812b3d18fb56f6cfaa873eccc6b12"` Aug 30 02:16:04.205 INFO kablam! Checking sound_analyzation v0.1.0 (file:///source) Aug 30 02:16:04.638 INFO kablam! error[E0432]: unresolved import `analyze` Aug 30 02:16:04.638 INFO kablam! --> src/lib.rs:150:9 Aug 30 02:16:04.639 INFO kablam! | Aug 30 02:16:04.639 INFO kablam! 150 | use analyze::*; Aug 30 02:16:04.639 INFO kablam! | ^^^^^^^ Maybe a missing `extern crate analyze;`? Aug 30 02:16:04.639 INFO kablam! Aug 30 02:16:04.643 INFO kablam! warning: unused import: `analyze::*` Aug 30 02:16:04.643 INFO kablam! --> src/lib.rs:150:9 Aug 30 02:16:04.643 INFO kablam! | Aug 30 02:16:04.643 INFO kablam! 150 | use analyze::*; Aug 30 02:16:04.643 INFO kablam! | ^^^^^^^^^^ Aug 30 02:16:04.643 INFO kablam! | Aug 30 02:16:04.643 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 30 02:16:04.643 INFO kablam! Aug 30 02:16:04.794 INFO kablam! error[E0599]: no method named `gain` found for type `std::vec::Vec<{float}>` in the current scope Aug 30 02:16:04.794 INFO kablam! --> src/lib.rs:157:27 Aug 30 02:16:04.794 INFO kablam! | Aug 30 02:16:04.794 INFO kablam! 157 | let gain = buffer.gain(); Aug 30 02:16:04.794 INFO kablam! | ^^^^ Aug 30 02:16:04.794 INFO kablam! | Aug 30 02:16:04.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 02:16:04.794 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 02:16:04.794 INFO kablam! `use Analyze;` Aug 30 02:16:04.795 INFO kablam! Aug 30 02:16:04.823 INFO kablam! error[E0599]: no method named `yin_difference` found for type `std::vec::Vec<{float}>` in the current scope Aug 30 02:16:04.823 INFO kablam! --> src/lib.rs:172:16 Aug 30 02:16:04.823 INFO kablam! | Aug 30 02:16:04.824 INFO kablam! 172 | buffer.yin_difference(); Aug 30 02:16:04.824 INFO kablam! | ^^^^^^^^^^^^^^ Aug 30 02:16:04.824 INFO kablam! | Aug 30 02:16:04.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 02:16:04.824 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 02:16:04.824 INFO kablam! `use Analyze;` Aug 30 02:16:04.824 INFO kablam! Aug 30 02:16:04.882 INFO kablam! error[E0599]: no method named `yin_cumulative_mean_normalized_difference` found for type `std::vec::Vec<{float}>` in the current scope Aug 30 02:16:04.882 INFO kablam! --> src/lib.rs:186:16 Aug 30 02:16:04.882 INFO kablam! | Aug 30 02:16:04.882 INFO kablam! 186 | buffer.yin_cumulative_mean_normalized_difference(); Aug 30 02:16:04.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 02:16:04.882 INFO kablam! | Aug 30 02:16:04.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 02:16:04.882 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 02:16:04.882 INFO kablam! `use Analyze;` Aug 30 02:16:04.882 INFO kablam! Aug 30 02:16:04.885 INFO kablam! error[E0599]: no method named `yin_absolute_threshold` found for type `std::vec::Vec<{float}>` in the current scope Aug 30 02:16:04.885 INFO kablam! --> src/lib.rs:198:27 Aug 30 02:16:04.886 INFO kablam! | Aug 30 02:16:04.886 INFO kablam! 198 | assert_eq!(buffer.yin_absolute_threshold(threshold), expected); Aug 30 02:16:04.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 30 02:16:04.886 INFO kablam! | Aug 30 02:16:04.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 02:16:04.886 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 02:16:04.886 INFO kablam! `use Analyze;` Aug 30 02:16:04.886 INFO kablam! Aug 30 02:16:04.889 INFO kablam! error[E0599]: no method named `yin_parabolic_interpolation` found for type `std::vec::Vec<{float}>` in the current scope Aug 30 02:16:04.889 INFO kablam! --> src/lib.rs:210:27 Aug 30 02:16:04.889 INFO kablam! | Aug 30 02:16:04.889 INFO kablam! 210 | assert_eq!(buffer.yin_parabolic_interpolation(tau_estimate), expected); Aug 30 02:16:04.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 02:16:04.890 INFO kablam! | Aug 30 02:16:04.890 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 02:16:04.890 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 02:16:04.890 INFO kablam! `use Analyze;` Aug 30 02:16:04.890 INFO kablam! Aug 30 02:16:04.893 INFO kablam! error[E0599]: no method named `yin_pitch_detection` found for type `std::vec::Vec<{float}>` in the current scope Aug 30 02:16:04.893 INFO kablam! --> src/lib.rs:224:27 Aug 30 02:16:04.893 INFO kablam! | Aug 30 02:16:04.893 INFO kablam! 224 | assert_eq!(buffer.yin_pitch_detection(sample_rate, threshold), expected); Aug 30 02:16:04.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 30 02:16:04.893 INFO kablam! | Aug 30 02:16:04.894 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 02:16:04.894 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 02:16:04.894 INFO kablam! `use Analyze;` Aug 30 02:16:04.894 INFO kablam! Aug 30 02:16:04.900 INFO kablam! error: aborting due to 7 previous errors Aug 30 02:16:04.900 INFO kablam! Aug 30 02:16:04.900 INFO kablam! Some errors occurred: E0432, E0599. Aug 30 02:16:04.900 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 30 02:16:04.909 INFO kablam! error: Could not compile `sound_analyzation`. Aug 30 02:16:04.909 INFO kablam! Aug 30 02:16:04.909 INFO kablam! To learn more, run the command again with --verbose. Aug 30 02:16:04.909 INFO kablam! su: No module specific data is present Aug 30 02:16:05.219 INFO running `"docker" "rm" "-f" "577c1cec0d8421e8a924e47d9a804339409812b3d18fb56f6cfaa873eccc6b12"` Aug 30 02:16:05.324 INFO blam! 577c1cec0d8421e8a924e47d9a804339409812b3d18fb56f6cfaa873eccc6b12