Sep 20 22:17:39.701 INFO checking klingtnet/ytterbium against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 22:17:39.701 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 22:17:39.701 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/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 20 22:17:39.960 INFO blam! 9ce9306c8814af5f88251c77c09ed18854dc675029c4f286e0f4a15d5b514a74 Sep 20 22:17:39.962 INFO running `"docker" "start" "-a" "9ce9306c8814af5f88251c77c09ed18854dc675029c4f286e0f4a15d5b514a74"` Sep 20 22:17:41.151 INFO kablam! usermod: no changes Sep 20 22:17:41.414 INFO kablam! Compiling num-traits v0.2.6 Sep 20 22:17:41.418 INFO kablam! Checking serde v0.7.15 Sep 20 22:17:41.418 INFO kablam! Checking byteorder v0.5.3 Sep 20 22:17:41.418 INFO kablam! Checking hound v2.0.0 Sep 20 22:17:41.418 INFO kablam! Checking itertools v0.4.19 Sep 20 22:17:41.464 INFO kablam! Checking rb v0.2.0 Sep 20 22:17:41.464 INFO kablam! Checking portmidi v0.2.4 Sep 20 22:17:41.480 INFO kablam! Compiling rsoundio v0.1.6 Sep 20 22:17:43.467 INFO kablam! Checking rand v0.3.22 Sep 20 22:17:43.469 INFO kablam! Checking rosc v0.1.5 Sep 20 22:17:52.138 INFO kablam! Checking num-integer v0.1.39 Sep 20 22:17:52.138 INFO kablam! Checking num-complex v0.1.43 Sep 20 22:17:52.138 INFO kablam! Checking num-traits v0.1.43 Sep 20 22:17:53.386 INFO kablam! Checking num-bigint v0.1.44 Sep 20 22:17:53.386 INFO kablam! Checking num-iter v0.1.37 Sep 20 22:17:54.623 INFO kablam! Checking rustfft v2.1.0 Sep 20 22:17:55.077 INFO kablam! Checking bincode v0.5.9 Sep 20 22:17:57.378 INFO kablam! Checking num-rational v0.1.42 Sep 20 22:17:58.152 INFO kablam! Checking num v0.1.42 Sep 20 22:17:58.395 INFO kablam! Checking ytterbium v0.1.0 (/source) Sep 20 22:17:58.771 INFO kablam! error[E0463]: can't find crate for `ytterbium` Sep 20 22:17:58.771 INFO kablam! --> benches/osc.rs:5:1 Sep 20 22:17:58.772 INFO kablam! | Sep 20 22:17:58.772 INFO kablam! 5 | extern crate ytterbium; Sep 20 22:17:58.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 20 22:17:58.772 INFO kablam! Sep 20 22:17:58.772 INFO kablam! error: aborting due to previous error Sep 20 22:17:58.772 INFO kablam! Sep 20 22:17:58.772 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 20 22:17:58.772 INFO kablam! error: Could not compile `ytterbium`. Sep 20 22:17:58.772 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 22:17:59.059 INFO kablam! warning: unused `#[macro_use]` import Sep 20 22:17:59.059 INFO kablam! --> src/main.rs:1:1 Sep 20 22:17:59.059 INFO kablam! | Sep 20 22:17:59.059 INFO kablam! 1 | #[macro_use] Sep 20 22:17:59.059 INFO kablam! | ^^^^^^^^^^^^ Sep 20 22:17:59.059 INFO kablam! | Sep 20 22:17:59.059 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 22:17:59.068 INFO kablam! Sep 20 22:17:59.918 INFO kablam! warning: unused variable: `idx` Sep 20 22:17:59.918 INFO kablam! --> src/dsp/filter.rs:182:17 Sep 20 22:17:59.918 INFO kablam! | Sep 20 22:17:59.918 INFO kablam! 182 | for idx in 0..num_samples { Sep 20 22:17:59.918 INFO kablam! | ^^^ help: consider using `_idx` instead Sep 20 22:17:59.918 INFO kablam! | Sep 20 22:17:59.918 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 22:17:59.918 INFO kablam! Sep 20 22:17:59.918 INFO kablam! warning: unused variable: `idx` Sep 20 22:17:59.918 INFO kablam! --> src/dsp/wavetable.rs:526:9 Sep 20 22:17:59.918 INFO kablam! | Sep 20 22:17:59.918 INFO kablam! 526 | for idx in 0..num_samples { Sep 20 22:17:59.918 INFO kablam! | ^^^ help: consider using `_idx` instead Sep 20 22:17:59.918 INFO kablam! Sep 20 22:18:00.150 INFO kablam! warning: struct is never constructed: `HardLimiter` Sep 20 22:18:00.150 INFO kablam! --> src/dsp/dynamics.rs:5:1 Sep 20 22:18:00.150 INFO kablam! | Sep 20 22:18:00.150 INFO kablam! 5 | pub struct HardLimiter {} Sep 20 22:18:00.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 22:18:00.150 INFO kablam! | Sep 20 22:18:00.150 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 22:18:00.150 INFO kablam! Sep 20 22:18:00.150 INFO kablam! warning: field is never used: `fc` Sep 20 22:18:00.150 INFO kablam! --> src/dsp/filter.rs:16:5 Sep 20 22:18:00.150 INFO kablam! | Sep 20 22:18:00.150 INFO kablam! 16 | fc: Float, Sep 20 22:18:00.150 INFO kablam! | ^^^^^^^^^ Sep 20 22:18:00.150 INFO kablam! Sep 20 22:18:00.150 INFO kablam! warning: field is never used: `a` Sep 20 22:18:00.150 INFO kablam! --> src/dsp/filter.rs:19:5 Sep 20 22:18:00.150 INFO kablam! | Sep 20 22:18:00.150 INFO kablam! 19 | a: Float, Sep 20 22:18:00.150 INFO kablam! | ^^^^^^^^ Sep 20 22:18:00.150 INFO kablam! Sep 20 22:18:00.150 INFO kablam! warning: struct is never constructed: `IdentityLink` Sep 20 22:18:00.150 INFO kablam! --> src/dsp/flow.rs:49:1 Sep 20 22:18:00.150 INFO kablam! | Sep 20 22:18:00.150 INFO kablam! 49 | pub struct IdentityLink {} Sep 20 22:18:00.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 22:18:00.150 INFO kablam! Sep 20 22:18:00.381 INFO kablam! warning: struct is never constructed: `HardLimiter` Sep 20 22:18:00.381 INFO kablam! --> src/dsp/dynamics.rs:5:1 Sep 20 22:18:00.381 INFO kablam! | Sep 20 22:18:00.381 INFO kablam! 5 | pub struct HardLimiter {} Sep 20 22:18:00.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 22:18:00.381 INFO kablam! | Sep 20 22:18:00.381 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 22:18:00.381 INFO kablam! Sep 20 22:18:00.381 INFO kablam! warning: constant item is never used: `TEST_EPSILON` Sep 20 22:18:00.381 INFO kablam! --> src/dsp/env_gen.rs:153:1 Sep 20 22:18:00.381 INFO kablam! | Sep 20 22:18:00.381 INFO kablam! 153 | const TEST_EPSILON: Float = 0.02; // -34dB Sep 20 22:18:00.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 22:18:00.382 INFO kablam! Sep 20 22:18:00.382 INFO kablam! warning: field is never used: `fc` Sep 20 22:18:00.382 INFO kablam! --> src/dsp/filter.rs:16:5 Sep 20 22:18:00.382 INFO kablam! | Sep 20 22:18:00.382 INFO kablam! 16 | fc: Float, Sep 20 22:18:00.382 INFO kablam! | ^^^^^^^^^ Sep 20 22:18:00.382 INFO kablam! Sep 20 22:18:00.382 INFO kablam! warning: field is never used: `a` Sep 20 22:18:00.382 INFO kablam! --> src/dsp/filter.rs:19:5 Sep 20 22:18:00.382 INFO kablam! | Sep 20 22:18:00.382 INFO kablam! 19 | a: Float, Sep 20 22:18:00.382 INFO kablam! | ^^^^^^^^ Sep 20 22:18:00.382 INFO kablam! Sep 20 22:18:00.382 INFO kablam! warning: struct is never constructed: `IdentityLink` Sep 20 22:18:00.382 INFO kablam! --> src/dsp/flow.rs:49:1 Sep 20 22:18:00.382 INFO kablam! | Sep 20 22:18:00.382 INFO kablam! 49 | pub struct IdentityLink {} Sep 20 22:18:00.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 22:18:00.382 INFO kablam! Sep 20 22:18:00.382 INFO kablam! warning: method is never used: `reset` Sep 20 22:18:00.382 INFO kablam! --> src/dsp/wavetable.rs:328:5 Sep 20 22:18:00.382 INFO kablam! | Sep 20 22:18:00.382 INFO kablam! 328 | fn reset(&mut self) { Sep 20 22:18:00.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 22:18:00.382 INFO kablam! Sep 20 22:18:00.449 INFO kablam! error: build failed Sep 20 22:18:00.455 INFO kablam! su: No module specific data is present Sep 20 22:18:01.441 INFO running `"docker" "rm" "-f" "9ce9306c8814af5f88251c77c09ed18854dc675029c4f286e0f4a15d5b514a74"` Sep 20 22:18:01.554 INFO blam! 9ce9306c8814af5f88251c77c09ed18854dc675029c4f286e0f4a15d5b514a74