Aug 17 09:54:29.986 INFO checking sound_analyzation-0.1.0 against try#a5d98b025f62ace80fe9d2a15781f900fc42515e for pr-53426 Aug 17 09:54:29.986 INFO running: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 09:54:29.986 INFO creating container for: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 09:54:29.986 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53426/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426/worker-7/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/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 +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 17 09:54:30.230 INFO blam! 013b5118306bc27e7f587da88da73eaa81858462f23c04cb05c012047cdac903 Aug 17 09:54:30.232 INFO running `"docker" "start" "-a" "013b5118306bc27e7f587da88da73eaa81858462f23c04cb05c012047cdac903"` Aug 17 09:54:31.549 INFO kablam! Checking sound_analyzation v0.1.0 (file:///source) Aug 17 09:54:31.930 INFO kablam! error[E0432]: unresolved import `analyze` Aug 17 09:54:31.930 INFO kablam! --> src/lib.rs:150:9 Aug 17 09:54:31.930 INFO kablam! | Aug 17 09:54:31.930 INFO kablam! 150 | use analyze::*; Aug 17 09:54:31.930 INFO kablam! | ^^^^^^^ Maybe a missing `extern crate analyze;`? Aug 17 09:54:31.930 INFO kablam! Aug 17 09:54:31.935 INFO kablam! warning: unused import: `analyze::*` Aug 17 09:54:31.935 INFO kablam! --> src/lib.rs:150:9 Aug 17 09:54:31.935 INFO kablam! | Aug 17 09:54:31.935 INFO kablam! 150 | use analyze::*; Aug 17 09:54:31.936 INFO kablam! | ^^^^^^^^^^ Aug 17 09:54:31.936 INFO kablam! | Aug 17 09:54:31.936 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 17 09:54:31.937 INFO kablam! Aug 17 09:54:32.302 INFO kablam! error[E0599]: no method named `gain` found for type `std::vec::Vec<{float}>` in the current scope Aug 17 09:54:32.302 INFO kablam! --> src/lib.rs:157:27 Aug 17 09:54:32.303 INFO kablam! | Aug 17 09:54:32.303 INFO kablam! 157 | let gain = buffer.gain(); Aug 17 09:54:32.303 INFO kablam! | ^^^^ Aug 17 09:54:32.303 INFO kablam! | Aug 17 09:54:32.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 17 09:54:32.303 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 17 09:54:32.303 INFO kablam! `use Analyze;` Aug 17 09:54:32.304 INFO kablam! Aug 17 09:54:32.373 INFO kablam! error[E0599]: no method named `yin_difference` found for type `std::vec::Vec<{float}>` in the current scope Aug 17 09:54:32.373 INFO kablam! --> src/lib.rs:172:16 Aug 17 09:54:32.373 INFO kablam! | Aug 17 09:54:32.373 INFO kablam! 172 | buffer.yin_difference(); Aug 17 09:54:32.373 INFO kablam! | ^^^^^^^^^^^^^^ Aug 17 09:54:32.373 INFO kablam! | Aug 17 09:54:32.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 17 09:54:32.374 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 17 09:54:32.374 INFO kablam! `use Analyze;` Aug 17 09:54:32.374 INFO kablam! Aug 17 09:54:32.487 INFO kablam! error[E0599]: no method named `yin_cumulative_mean_normalized_difference` found for type `std::vec::Vec<{float}>` in the current scope Aug 17 09:54:32.487 INFO kablam! --> src/lib.rs:186:16 Aug 17 09:54:32.487 INFO kablam! | Aug 17 09:54:32.487 INFO kablam! 186 | buffer.yin_cumulative_mean_normalized_difference(); Aug 17 09:54:32.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 17 09:54:32.487 INFO kablam! | Aug 17 09:54:32.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 17 09:54:32.487 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 17 09:54:32.487 INFO kablam! `use Analyze;` Aug 17 09:54:32.487 INFO kablam! Aug 17 09:54:32.494 INFO kablam! error[E0599]: no method named `yin_absolute_threshold` found for type `std::vec::Vec<{float}>` in the current scope Aug 17 09:54:32.494 INFO kablam! --> src/lib.rs:198:27 Aug 17 09:54:32.494 INFO kablam! | Aug 17 09:54:32.494 INFO kablam! 198 | assert_eq!(buffer.yin_absolute_threshold(threshold), expected); Aug 17 09:54:32.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 17 09:54:32.494 INFO kablam! | Aug 17 09:54:32.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 17 09:54:32.494 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 17 09:54:32.494 INFO kablam! `use Analyze;` Aug 17 09:54:32.494 INFO kablam! Aug 17 09:54:32.499 INFO kablam! error[E0599]: no method named `yin_parabolic_interpolation` found for type `std::vec::Vec<{float}>` in the current scope Aug 17 09:54:32.499 INFO kablam! --> src/lib.rs:210:27 Aug 17 09:54:32.499 INFO kablam! | Aug 17 09:54:32.499 INFO kablam! 210 | assert_eq!(buffer.yin_parabolic_interpolation(tau_estimate), expected); Aug 17 09:54:32.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 17 09:54:32.499 INFO kablam! | Aug 17 09:54:32.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 17 09:54:32.499 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 17 09:54:32.499 INFO kablam! `use Analyze;` Aug 17 09:54:32.499 INFO kablam! Aug 17 09:54:32.504 INFO kablam! error[E0599]: no method named `yin_pitch_detection` found for type `std::vec::Vec<{float}>` in the current scope Aug 17 09:54:32.504 INFO kablam! --> src/lib.rs:224:27 Aug 17 09:54:32.505 INFO kablam! | Aug 17 09:54:32.505 INFO kablam! 224 | assert_eq!(buffer.yin_pitch_detection(sample_rate, threshold), expected); Aug 17 09:54:32.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 17 09:54:32.505 INFO kablam! | Aug 17 09:54:32.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 17 09:54:32.505 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 17 09:54:32.505 INFO kablam! `use Analyze;` Aug 17 09:54:32.505 INFO kablam! Aug 17 09:54:32.514 INFO kablam! error: aborting due to 7 previous errors Aug 17 09:54:32.514 INFO kablam! Aug 17 09:54:32.514 INFO kablam! Some errors occurred: E0432, E0599. Aug 17 09:54:32.514 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 17 09:54:32.523 INFO kablam! error: Could not compile `sound_analyzation`. Aug 17 09:54:32.523 INFO kablam! Aug 17 09:54:32.523 INFO kablam! To learn more, run the command again with --verbose. Aug 17 09:54:32.524 INFO kablam! su: No module specific data is present Aug 17 09:54:33.022 INFO running `"docker" "rm" "-f" "013b5118306bc27e7f587da88da73eaa81858462f23c04cb05c012047cdac903"` Aug 17 09:54:33.170 INFO blam! 013b5118306bc27e7f587da88da73eaa81858462f23c04cb05c012047cdac903