[INFO] crate sound_analyzation 0.1.0 is already in cache [INFO] testing sound_analyzation-0.1.0 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate sound_analyzation 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate sound_analyzation 0.1.0 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sound_analyzation 0.1.0 [INFO] finished tweaking crates.io crate sound_analyzation 0.1.0 [INFO] tweaked toml for crates.io crate sound_analyzation 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0d7d7cf830ff19edbf818fbf0ca00b3326ca999d4415dfe39cce6cf12cc3852b [INFO] running `"docker" "start" "-a" "0d7d7cf830ff19edbf818fbf0ca00b3326ca999d4415dfe39cce6cf12cc3852b"` [INFO] [stderr] Compiling sound_analyzation v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.63s [INFO] running `"docker" "inspect" "0d7d7cf830ff19edbf818fbf0ca00b3326ca999d4415dfe39cce6cf12cc3852b"` [INFO] running `"docker" "rm" "-f" "0d7d7cf830ff19edbf818fbf0ca00b3326ca999d4415dfe39cce6cf12cc3852b"` [INFO] [stdout] 0d7d7cf830ff19edbf818fbf0ca00b3326ca999d4415dfe39cce6cf12cc3852b [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f35518d9f34b6c0eb442ae510c7afed8b09db00d5ff96a6af48f061d923838a3 [INFO] running `"docker" "start" "-a" "f35518d9f34b6c0eb442ae510c7afed8b09db00d5ff96a6af48f061d923838a3"` [INFO] [stderr] Compiling sound_analyzation v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `analyze` [INFO] [stderr] --> src/lib.rs:150:9 [INFO] [stderr] | [INFO] [stderr] 150 | use analyze::*; [INFO] [stderr] | ^^^^^^^ maybe a missing crate `analyze`? [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `gain` found for struct `std::vec::Vec<{float}>` in the current scope [INFO] [stderr] --> src/lib.rs:157:27 [INFO] [stderr] | [INFO] [stderr] 8 | fn gain(&mut self) -> f32; [INFO] [stderr] | ---- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box>` here [INFO] [stderr] | the method is available for `std::sync::Arc>` here [INFO] [stderr] | the method is available for `std::rc::Rc>` here [INFO] [stderr] ... [INFO] [stderr] 157 | let gain = buffer.gain(); [INFO] [stderr] | ^^^^ method not found in `std::vec::Vec<{float}>` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use Analyze;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `yin_difference` found for struct `std::vec::Vec<{float}>` in the current scope [INFO] [stderr] --> src/lib.rs:172:16 [INFO] [stderr] | [INFO] [stderr] 4 | fn yin_difference(&mut self); [INFO] [stderr] | -------------- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box>` here [INFO] [stderr] | the method is available for `std::sync::Arc>` here [INFO] [stderr] | the method is available for `std::rc::Rc>` here [INFO] [stderr] ... [INFO] [stderr] 172 | buffer.yin_difference(); [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `std::vec::Vec<{float}>` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use Analyze;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `yin_cumulative_mean_normalized_difference` found for struct `std::vec::Vec<{float}>` in the current scope [INFO] [stderr] --> src/lib.rs:186:16 [INFO] [stderr] | [INFO] [stderr] 7 | fn yin_cumulative_mean_normalized_difference(&mut self); [INFO] [stderr] | ----------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box>` here [INFO] [stderr] | the method is available for `std::sync::Arc>` here [INFO] [stderr] | the method is available for `std::rc::Rc>` here [INFO] [stderr] ... [INFO] [stderr] 186 | buffer.yin_cumulative_mean_normalized_difference(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::vec::Vec<{float}>` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use Analyze;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `yin_absolute_threshold` found for struct `std::vec::Vec<{float}>` in the current scope [INFO] [stderr] --> src/lib.rs:198:27 [INFO] [stderr] | [INFO] [stderr] 5 | fn yin_absolute_threshold(&mut self, threshold: f32) -> Option; [INFO] [stderr] | ---------------------- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box>` here [INFO] [stderr] | the method is available for `std::sync::Arc>` here [INFO] [stderr] | the method is available for `std::rc::Rc>` here [INFO] [stderr] ... [INFO] [stderr] 198 | assert_eq!(buffer.yin_absolute_threshold(threshold), expected); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::vec::Vec<{float}>` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use Analyze;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `yin_parabolic_interpolation` found for struct `std::vec::Vec<{float}>` in the current scope [INFO] [stderr] --> src/lib.rs:210:27 [INFO] [stderr] | [INFO] [stderr] 6 | fn yin_parabolic_interpolation(&mut self, tau_estimate: usize) -> f32; [INFO] [stderr] | --------------------------- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box>` here [INFO] [stderr] | the method is available for `std::sync::Arc>` here [INFO] [stderr] | the method is available for `std::rc::Rc>` here [INFO] [stderr] ... [INFO] [stderr] 210 | assert_eq!(buffer.yin_parabolic_interpolation(tau_estimate), expected); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::vec::Vec<{float}>` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use Analyze;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `yin_pitch_detection` found for struct `std::vec::Vec<{float}>` in the current scope [INFO] [stderr] --> src/lib.rs:224:27 [INFO] [stderr] | [INFO] [stderr] 2 | fn yin_pitch_detection(&mut self, sample_rate: f32, threshold: f32) -> (f32, f32); [INFO] [stderr] | ------------------- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box>` here [INFO] [stderr] | the method is available for `std::sync::Arc>` here [INFO] [stderr] | the method is available for `std::rc::Rc>` here [INFO] [stderr] ... [INFO] [stderr] 224 | assert_eq!(buffer.yin_pitch_detection(sample_rate, threshold), expected); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ method not found in `std::vec::Vec<{float}>` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use Analyze;` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `sound_analyzation`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f35518d9f34b6c0eb442ae510c7afed8b09db00d5ff96a6af48f061d923838a3"` [INFO] running `"docker" "rm" "-f" "f35518d9f34b6c0eb442ae510c7afed8b09db00d5ff96a6af48f061d923838a3"` [INFO] [stdout] f35518d9f34b6c0eb442ae510c7afed8b09db00d5ff96a6af48f061d923838a3