Aug 11 01:28:57.136 INFO checking sound_analyzation-0.1.0 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 01:28:57.136 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 01:28:57.136 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 01:28:57.136 INFO running `"docker" "create" "-v" "/tmp/crater.tJo80QbGBRY0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-7/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 01:28:57.392 INFO blam! 53d50c37b43381b25cd1757d0d3aad016383843444b9440769af78eb11642925 Aug 11 01:28:57.401 INFO running `"docker" "start" "-a" "53d50c37b43381b25cd1757d0d3aad016383843444b9440769af78eb11642925"` Aug 11 01:28:58.445 INFO kablam! Checking sound_analyzation v0.1.0 (file:///source) Aug 11 01:28:58.796 INFO kablam! error[E0432]: unresolved import `analyze` Aug 11 01:28:58.797 INFO kablam! --> src/lib.rs:150:9 Aug 11 01:28:58.797 INFO kablam! | Aug 11 01:28:58.797 INFO kablam! 150 | use analyze::*; Aug 11 01:28:58.797 INFO kablam! | ^^^^^^^ Maybe a missing `extern crate analyze;`? Aug 11 01:28:58.797 INFO kablam! Aug 11 01:28:58.797 INFO kablam! warning: unused import: `analyze::*` Aug 11 01:28:58.797 INFO kablam! --> src/lib.rs:150:9 Aug 11 01:28:58.797 INFO kablam! | Aug 11 01:28:58.797 INFO kablam! 150 | use analyze::*; Aug 11 01:28:58.797 INFO kablam! | ^^^^^^^^^^ Aug 11 01:28:58.797 INFO kablam! | Aug 11 01:28:58.797 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 11 01:28:58.797 INFO kablam! Aug 11 01:28:59.117 INFO kablam! error[E0599]: no method named `gain` found for type `std::vec::Vec<{float}>` in the current scope Aug 11 01:28:59.117 INFO kablam! --> src/lib.rs:157:27 Aug 11 01:28:59.117 INFO kablam! | Aug 11 01:28:59.117 INFO kablam! 157 | let gain = buffer.gain(); Aug 11 01:28:59.117 INFO kablam! | ^^^^ Aug 11 01:28:59.118 INFO kablam! | Aug 11 01:28:59.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 01:28:59.118 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 01:28:59.118 INFO kablam! `use Analyze;` Aug 11 01:28:59.118 INFO kablam! Aug 11 01:28:59.185 INFO kablam! error[E0599]: no method named `yin_difference` found for type `std::vec::Vec<{float}>` in the current scope Aug 11 01:28:59.185 INFO kablam! --> src/lib.rs:172:16 Aug 11 01:28:59.185 INFO kablam! | Aug 11 01:28:59.185 INFO kablam! 172 | buffer.yin_difference(); Aug 11 01:28:59.185 INFO kablam! | ^^^^^^^^^^^^^^ Aug 11 01:28:59.185 INFO kablam! | Aug 11 01:28:59.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 01:28:59.185 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 01:28:59.185 INFO kablam! `use Analyze;` Aug 11 01:28:59.185 INFO kablam! Aug 11 01:28:59.271 INFO kablam! error[E0599]: no method named `yin_cumulative_mean_normalized_difference` found for type `std::vec::Vec<{float}>` in the current scope Aug 11 01:28:59.271 INFO kablam! --> src/lib.rs:186:16 Aug 11 01:28:59.271 INFO kablam! | Aug 11 01:28:59.271 INFO kablam! 186 | buffer.yin_cumulative_mean_normalized_difference(); Aug 11 01:28:59.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 01:28:59.272 INFO kablam! | Aug 11 01:28:59.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 01:28:59.272 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 01:28:59.272 INFO kablam! `use Analyze;` Aug 11 01:28:59.272 INFO kablam! Aug 11 01:28:59.277 INFO kablam! error[E0599]: no method named `yin_absolute_threshold` found for type `std::vec::Vec<{float}>` in the current scope Aug 11 01:28:59.277 INFO kablam! --> src/lib.rs:198:27 Aug 11 01:28:59.277 INFO kablam! | Aug 11 01:28:59.277 INFO kablam! 198 | assert_eq!(buffer.yin_absolute_threshold(threshold), expected); Aug 11 01:28:59.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 11 01:28:59.277 INFO kablam! | Aug 11 01:28:59.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 01:28:59.277 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 01:28:59.277 INFO kablam! `use Analyze;` Aug 11 01:28:59.277 INFO kablam! Aug 11 01:28:59.281 INFO kablam! error[E0599]: no method named `yin_parabolic_interpolation` found for type `std::vec::Vec<{float}>` in the current scope Aug 11 01:28:59.281 INFO kablam! --> src/lib.rs:210:27 Aug 11 01:28:59.282 INFO kablam! | Aug 11 01:28:59.282 INFO kablam! 210 | assert_eq!(buffer.yin_parabolic_interpolation(tau_estimate), expected); Aug 11 01:28:59.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 01:28:59.282 INFO kablam! | Aug 11 01:28:59.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 01:28:59.282 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 01:28:59.282 INFO kablam! `use Analyze;` Aug 11 01:28:59.282 INFO kablam! Aug 11 01:28:59.287 INFO kablam! error[E0599]: no method named `yin_pitch_detection` found for type `std::vec::Vec<{float}>` in the current scope Aug 11 01:28:59.287 INFO kablam! --> src/lib.rs:224:27 Aug 11 01:28:59.287 INFO kablam! | Aug 11 01:28:59.287 INFO kablam! 224 | assert_eq!(buffer.yin_pitch_detection(sample_rate, threshold), expected); Aug 11 01:28:59.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 11 01:28:59.287 INFO kablam! | Aug 11 01:28:59.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 01:28:59.287 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 01:28:59.287 INFO kablam! `use Analyze;` Aug 11 01:28:59.287 INFO kablam! Aug 11 01:28:59.295 INFO kablam! error: aborting due to 7 previous errors Aug 11 01:28:59.295 INFO kablam! Aug 11 01:28:59.296 INFO kablam! Some errors occurred: E0432, E0599. Aug 11 01:28:59.296 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 11 01:28:59.305 INFO kablam! error: Could not compile `sound_analyzation`. Aug 11 01:28:59.305 INFO kablam! Aug 11 01:28:59.305 INFO kablam! To learn more, run the command again with --verbose. Aug 11 01:28:59.307 INFO kablam! su: No module specific data is present Aug 11 01:28:59.913 INFO running `"docker" "rm" "-f" "53d50c37b43381b25cd1757d0d3aad016383843444b9440769af78eb11642925"` Aug 11 01:29:00.097 INFO blam! 53d50c37b43381b25cd1757d0d3aad016383843444b9440769af78eb11642925