Oct 15 07:01:51.902 INFO testing SSStormy/stdf-spectrogram against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:01:51.903 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 07:01:52.267 INFO blam! b989889be115274f6385229e4a75748d04f4e127b6c96e626bdb659c7fa271da Oct 15 07:01:52.271 INFO running `"docker" "start" "-a" "b989889be115274f6385229e4a75748d04f4e127b6c96e626bdb659c7fa271da"` Oct 15 07:01:53.590 INFO kablam! usermod: no changes Oct 15 07:01:53.702 INFO kablam! Compiling spmc v0.2.2 Oct 15 07:01:53.702 INFO kablam! Compiling hound v3.4.0 Oct 15 07:01:53.702 INFO kablam! Compiling bmp v0.4.0 Oct 15 07:01:53.702 INFO kablam! Compiling rustfft v2.0.0 Oct 15 07:01:57.791 INFO kablam! Compiling fft v0.1.0 (/source) Oct 15 07:01:58.551 INFO kablam! warning: unused variable: `freq` Oct 15 07:01:58.551 INFO kablam! --> src/main.rs:68:29 Oct 15 07:01:58.551 INFO kablam! | Oct 15 07:01:58.551 INFO kablam! 68 | let freq = i as f32 * sampleRate as f32 / FFT_SIZE as f32; Oct 15 07:01:58.551 INFO kablam! | ^^^^ help: consider using `_freq` instead Oct 15 07:01:58.551 INFO kablam! | Oct 15 07:01:58.551 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:01:58.551 INFO kablam! Oct 15 07:01:58.551 INFO kablam! warning: unused variable: `sampleSize` Oct 15 07:01:58.551 INFO kablam! --> src/main.rs:40:9 Oct 15 07:01:58.551 INFO kablam! | Oct 15 07:01:58.551 INFO kablam! 40 | let sampleSize = reader.spec().sample_rate; Oct 15 07:01:58.551 INFO kablam! | ^^^^^^^^^^ help: consider using `_sampleSize` instead Oct 15 07:01:58.551 INFO kablam! Oct 15 07:01:58.551 INFO kablam! warning: unused variable: `i` Oct 15 07:01:58.551 INFO kablam! --> src/main.rs:95:9 Oct 15 07:01:58.551 INFO kablam! | Oct 15 07:01:58.551 INFO kablam! 95 | for i in 0..NUM_WORKERS { Oct 15 07:01:58.551 INFO kablam! | ^ help: consider using `_i` instead Oct 15 07:01:58.551 INFO kablam! Oct 15 07:01:58.564 INFO kablam! warning: variable `sampleRate` should have a snake case name such as `sample_rate` Oct 15 07:01:58.564 INFO kablam! --> src/main.rs:28:27 Oct 15 07:01:58.564 INFO kablam! | Oct 15 07:01:58.564 INFO kablam! 28 | fn freq_to_bin(freq: u32, sampleRate: u32) -> usize { Oct 15 07:01:58.564 INFO kablam! | ^^^^^^^^^^ Oct 15 07:01:58.564 INFO kablam! | Oct 15 07:01:58.564 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 07:01:58.564 INFO kablam! Oct 15 07:01:58.564 INFO kablam! warning: variable `sampleSize` should have a snake case name such as `sample_size` Oct 15 07:01:58.564 INFO kablam! --> src/main.rs:40:9 Oct 15 07:01:58.564 INFO kablam! | Oct 15 07:01:58.564 INFO kablam! 40 | let sampleSize = reader.spec().sample_rate; Oct 15 07:01:58.564 INFO kablam! | ^^^^^^^^^^ Oct 15 07:01:58.564 INFO kablam! Oct 15 07:01:58.571 INFO kablam! warning: variable `jobProd` should have a snake case name such as `job_prod` Oct 15 07:01:58.571 INFO kablam! --> src/main.rs:50:10 Oct 15 07:01:58.571 INFO kablam! | Oct 15 07:01:58.571 INFO kablam! 50 | let (jobProd, jobRecv) = spmc::channel(); Oct 15 07:01:58.571 INFO kablam! | ^^^^^^^ Oct 15 07:01:58.571 INFO kablam! Oct 15 07:01:58.571 INFO kablam! warning: variable `jobRecv` should have a snake case name such as `job_recv` Oct 15 07:01:58.571 INFO kablam! --> src/main.rs:50:19 Oct 15 07:01:58.571 INFO kablam! | Oct 15 07:01:58.571 INFO kablam! 50 | let (jobProd, jobRecv) = spmc::channel(); Oct 15 07:01:58.571 INFO kablam! | ^^^^^^^ Oct 15 07:01:58.571 INFO kablam! Oct 15 07:01:58.571 INFO kablam! warning: variable `printProd` should have a snake case name such as `print_prod` Oct 15 07:01:58.571 INFO kablam! --> src/main.rs:51:10 Oct 15 07:01:58.571 INFO kablam! | Oct 15 07:01:58.571 INFO kablam! 51 | let (printProd, printRecv) = mpsc::channel(); Oct 15 07:01:58.571 INFO kablam! | ^^^^^^^^^ Oct 15 07:01:58.571 INFO kablam! Oct 15 07:01:58.571 INFO kablam! warning: variable `printRecv` should have a snake case name such as `print_recv` Oct 15 07:01:58.571 INFO kablam! --> src/main.rs:51:21 Oct 15 07:01:58.571 INFO kablam! | Oct 15 07:01:58.571 INFO kablam! 51 | let (printProd, printRecv) = mpsc::channel(); Oct 15 07:01:58.571 INFO kablam! | ^^^^^^^^^ Oct 15 07:01:58.571 INFO kablam! Oct 15 07:01:58.571 INFO kablam! warning: variable `widthPerIter` should have a snake case name such as `width_per_iter` Oct 15 07:01:58.571 INFO kablam! --> src/main.rs:55:13 Oct 15 07:01:58.571 INFO kablam! | Oct 15 07:01:58.571 INFO kablam! 55 | let widthPerIter = (1_f32 + (FFT_SIZE as f32/ 1024_f32).round()) as u32; Oct 15 07:01:58.571 INFO kablam! | ^^^^^^^^^^^^ Oct 15 07:01:58.571 INFO kablam! Oct 15 07:01:58.571 INFO kablam! warning: variable `sampleRate` should have a snake case name such as `sample_rate` Oct 15 07:01:58.571 INFO kablam! --> src/main.rs:61:50 Oct 15 07:01:58.571 INFO kablam! | Oct 15 07:01:58.571 INFO kablam! 61 | PrintJob::Print(iteration, data, sampleRate) => { Oct 15 07:01:58.571 INFO kablam! | ^^^^^^^^^^ Oct 15 07:01:58.571 INFO kablam! Oct 15 07:01:58.571 INFO kablam! warning: variable `minFreq` should have a snake case name such as `min_freq` Oct 15 07:01:58.571 INFO kablam! --> src/main.rs:62:25 Oct 15 07:01:58.571 INFO kablam! | Oct 15 07:01:58.571 INFO kablam! 62 | let minFreq = 20; Oct 15 07:01:58.571 INFO kablam! | ^^^^^^^ Oct 15 07:01:58.571 INFO kablam! Oct 15 07:01:58.571 INFO kablam! warning: variable `maxFreq` should have a snake case name such as `max_freq` Oct 15 07:01:58.571 INFO kablam! --> src/main.rs:63:25 Oct 15 07:01:58.571 INFO kablam! | Oct 15 07:01:58.571 INFO kablam! 63 | let maxFreq = 8000; Oct 15 07:01:58.571 INFO kablam! | ^^^^^^^ Oct 15 07:01:58.572 INFO kablam! Oct 15 07:01:58.572 INFO kablam! warning: variable `printThread` should have a snake case name such as `print_thread` Oct 15 07:01:58.572 INFO kablam! --> src/main.rs:53:9 Oct 15 07:01:58.572 INFO kablam! | Oct 15 07:01:58.572 INFO kablam! 53 | let printThread = thread::spawn(move || { Oct 15 07:01:58.572 INFO kablam! | ^^^^^^^^^^^ Oct 15 07:01:58.572 INFO kablam! Oct 15 07:01:58.572 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:01:58.572 INFO kablam! --> src/main.rs:88:9 Oct 15 07:01:58.572 INFO kablam! | Oct 15 07:01:58.572 INFO kablam! 88 | jobProd.send(iteration); Oct 15 07:01:58.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:01:58.572 INFO kablam! | Oct 15 07:01:58.572 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 07:01:58.572 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:01:58.572 INFO kablam! Oct 15 07:01:58.572 INFO kablam! warning: variable `jobRecv` should have a snake case name such as `job_recv` Oct 15 07:01:58.572 INFO kablam! --> src/main.rs:96:13 Oct 15 07:01:58.572 INFO kablam! | Oct 15 07:01:58.572 INFO kablam! 96 | let jobRecv = jobRecv.clone(); Oct 15 07:01:58.572 INFO kablam! | ^^^^^^^ Oct 15 07:01:58.572 INFO kablam! Oct 15 07:01:58.572 INFO kablam! warning: variable `printProd` should have a snake case name such as `print_prod` Oct 15 07:01:58.572 INFO kablam! --> src/main.rs:97:13 Oct 15 07:01:58.572 INFO kablam! | Oct 15 07:01:58.572 INFO kablam! 97 | let printProd = printProd.clone(); Oct 15 07:01:58.572 INFO kablam! | ^^^^^^^^^ Oct 15 07:01:58.572 INFO kablam! Oct 15 07:01:58.572 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:01:58.572 INFO kablam! --> src/main.rs:113:25 Oct 15 07:01:58.572 INFO kablam! | Oct 15 07:01:58.572 INFO kablam! 113 | reader.seek(iteration * spec.channels as u32 * FFT_SIZE as u32); Oct 15 07:01:58.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:01:58.572 INFO kablam! | Oct 15 07:01:58.572 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:01:58.572 INFO kablam! Oct 15 07:01:58.572 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:01:58.572 INFO kablam! --> src/main.rs:144:25 Oct 15 07:01:58.572 INFO kablam! | Oct 15 07:01:58.572 INFO kablam! 144 | printProd.send(PrintJob::Print(iteration, output, spec.sample_rate)); Oct 15 07:01:58.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:01:58.572 INFO kablam! | Oct 15 07:01:58.572 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:01:58.572 INFO kablam! Oct 15 07:02:02.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.07s Oct 15 07:02:02.715 INFO kablam! su: No module specific data is present Oct 15 07:02:03.674 INFO running `"docker" "rm" "-f" "b989889be115274f6385229e4a75748d04f4e127b6c96e626bdb659c7fa271da"` Oct 15 07:02:03.934 INFO blam! b989889be115274f6385229e4a75748d04f4e127b6c96e626bdb659c7fa271da Oct 15 07:02:03.943 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 07:02:04.505 INFO blam! b10ed8fbdfccb03734200469806b8ad3e9d7d54c19bc098838d509dc36e4b038 Oct 15 07:02:04.507 INFO running `"docker" "start" "-a" "b10ed8fbdfccb03734200469806b8ad3e9d7d54c19bc098838d509dc36e4b038"` Oct 15 07:02:06.245 INFO kablam! usermod: no changes Oct 15 07:02:06.332 INFO kablam! Compiling fft v0.1.0 (/source) Oct 15 07:02:07.047 INFO kablam! warning: unused variable: `freq` Oct 15 07:02:07.047 INFO kablam! --> src/main.rs:68:29 Oct 15 07:02:07.047 INFO kablam! | Oct 15 07:02:07.047 INFO kablam! 68 | let freq = i as f32 * sampleRate as f32 / FFT_SIZE as f32; Oct 15 07:02:07.047 INFO kablam! | ^^^^ help: consider using `_freq` instead Oct 15 07:02:07.047 INFO kablam! | Oct 15 07:02:07.047 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:02:07.047 INFO kablam! Oct 15 07:02:07.047 INFO kablam! warning: unused variable: `sampleSize` Oct 15 07:02:07.047 INFO kablam! --> src/main.rs:40:9 Oct 15 07:02:07.047 INFO kablam! | Oct 15 07:02:07.047 INFO kablam! 40 | let sampleSize = reader.spec().sample_rate; Oct 15 07:02:07.048 INFO kablam! | ^^^^^^^^^^ help: consider using `_sampleSize` instead Oct 15 07:02:07.048 INFO kablam! Oct 15 07:02:07.048 INFO kablam! warning: unused variable: `i` Oct 15 07:02:07.048 INFO kablam! --> src/main.rs:95:9 Oct 15 07:02:07.048 INFO kablam! | Oct 15 07:02:07.048 INFO kablam! 95 | for i in 0..NUM_WORKERS { Oct 15 07:02:07.048 INFO kablam! | ^ help: consider using `_i` instead Oct 15 07:02:07.048 INFO kablam! Oct 15 07:02:07.071 INFO kablam! warning: variable `sampleRate` should have a snake case name such as `sample_rate` Oct 15 07:02:07.071 INFO kablam! --> src/main.rs:28:27 Oct 15 07:02:07.071 INFO kablam! | Oct 15 07:02:07.071 INFO kablam! 28 | fn freq_to_bin(freq: u32, sampleRate: u32) -> usize { Oct 15 07:02:07.072 INFO kablam! | ^^^^^^^^^^ Oct 15 07:02:07.072 INFO kablam! | Oct 15 07:02:07.072 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 07:02:07.072 INFO kablam! Oct 15 07:02:07.072 INFO kablam! warning: variable `sampleSize` should have a snake case name such as `sample_size` Oct 15 07:02:07.072 INFO kablam! --> src/main.rs:40:9 Oct 15 07:02:07.072 INFO kablam! | Oct 15 07:02:07.072 INFO kablam! 40 | let sampleSize = reader.spec().sample_rate; Oct 15 07:02:07.072 INFO kablam! | ^^^^^^^^^^ Oct 15 07:02:07.072 INFO kablam! Oct 15 07:02:07.072 INFO kablam! warning: variable `jobProd` should have a snake case name such as `job_prod` Oct 15 07:02:07.072 INFO kablam! --> src/main.rs:50:10 Oct 15 07:02:07.072 INFO kablam! | Oct 15 07:02:07.072 INFO kablam! 50 | let (jobProd, jobRecv) = spmc::channel(); Oct 15 07:02:07.072 INFO kablam! | ^^^^^^^ Oct 15 07:02:07.072 INFO kablam! Oct 15 07:02:07.072 INFO kablam! warning: variable `jobRecv` should have a snake case name such as `job_recv` Oct 15 07:02:07.072 INFO kablam! --> src/main.rs:50:19 Oct 15 07:02:07.072 INFO kablam! | Oct 15 07:02:07.072 INFO kablam! 50 | let (jobProd, jobRecv) = spmc::channel(); Oct 15 07:02:07.072 INFO kablam! | ^^^^^^^ Oct 15 07:02:07.072 INFO kablam! Oct 15 07:02:07.073 INFO kablam! warning: variable `printProd` should have a snake case name such as `print_prod` Oct 15 07:02:07.073 INFO kablam! --> src/main.rs:51:10 Oct 15 07:02:07.073 INFO kablam! | Oct 15 07:02:07.073 INFO kablam! 51 | let (printProd, printRecv) = mpsc::channel(); Oct 15 07:02:07.073 INFO kablam! | ^^^^^^^^^ Oct 15 07:02:07.073 INFO kablam! Oct 15 07:02:07.073 INFO kablam! warning: variable `printRecv` should have a snake case name such as `print_recv` Oct 15 07:02:07.073 INFO kablam! --> src/main.rs:51:21 Oct 15 07:02:07.073 INFO kablam! | Oct 15 07:02:07.073 INFO kablam! 51 | let (printProd, printRecv) = mpsc::channel(); Oct 15 07:02:07.073 INFO kablam! | ^^^^^^^^^ Oct 15 07:02:07.073 INFO kablam! Oct 15 07:02:07.073 INFO kablam! warning: variable `widthPerIter` should have a snake case name such as `width_per_iter` Oct 15 07:02:07.073 INFO kablam! --> src/main.rs:55:13 Oct 15 07:02:07.073 INFO kablam! | Oct 15 07:02:07.073 INFO kablam! 55 | let widthPerIter = (1_f32 + (FFT_SIZE as f32/ 1024_f32).round()) as u32; Oct 15 07:02:07.073 INFO kablam! | ^^^^^^^^^^^^ Oct 15 07:02:07.073 INFO kablam! Oct 15 07:02:07.073 INFO kablam! warning: variable `sampleRate` should have a snake case name such as `sample_rate` Oct 15 07:02:07.073 INFO kablam! --> src/main.rs:61:50 Oct 15 07:02:07.073 INFO kablam! | Oct 15 07:02:07.073 INFO kablam! 61 | PrintJob::Print(iteration, data, sampleRate) => { Oct 15 07:02:07.074 INFO kablam! | ^^^^^^^^^^ Oct 15 07:02:07.074 INFO kablam! Oct 15 07:02:07.074 INFO kablam! warning: variable `minFreq` should have a snake case name such as `min_freq` Oct 15 07:02:07.074 INFO kablam! --> src/main.rs:62:25 Oct 15 07:02:07.074 INFO kablam! | Oct 15 07:02:07.074 INFO kablam! 62 | let minFreq = 20; Oct 15 07:02:07.074 INFO kablam! | ^^^^^^^ Oct 15 07:02:07.074 INFO kablam! Oct 15 07:02:07.074 INFO kablam! warning: variable `maxFreq` should have a snake case name such as `max_freq` Oct 15 07:02:07.074 INFO kablam! --> src/main.rs:63:25 Oct 15 07:02:07.074 INFO kablam! | Oct 15 07:02:07.074 INFO kablam! 63 | let maxFreq = 8000; Oct 15 07:02:07.074 INFO kablam! | ^^^^^^^ Oct 15 07:02:07.074 INFO kablam! Oct 15 07:02:07.074 INFO kablam! warning: variable `printThread` should have a snake case name such as `print_thread` Oct 15 07:02:07.074 INFO kablam! --> src/main.rs:53:9 Oct 15 07:02:07.074 INFO kablam! | Oct 15 07:02:07.074 INFO kablam! 53 | let printThread = thread::spawn(move || { Oct 15 07:02:07.074 INFO kablam! | ^^^^^^^^^^^ Oct 15 07:02:07.074 INFO kablam! Oct 15 07:02:07.074 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:02:07.075 INFO kablam! --> src/main.rs:88:9 Oct 15 07:02:07.075 INFO kablam! | Oct 15 07:02:07.075 INFO kablam! 88 | jobProd.send(iteration); Oct 15 07:02:07.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:02:07.075 INFO kablam! | Oct 15 07:02:07.075 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 07:02:07.075 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:02:07.075 INFO kablam! Oct 15 07:02:07.075 INFO kablam! warning: variable `jobRecv` should have a snake case name such as `job_recv` Oct 15 07:02:07.075 INFO kablam! --> src/main.rs:96:13 Oct 15 07:02:07.075 INFO kablam! | Oct 15 07:02:07.075 INFO kablam! 96 | let jobRecv = jobRecv.clone(); Oct 15 07:02:07.075 INFO kablam! | ^^^^^^^ Oct 15 07:02:07.075 INFO kablam! Oct 15 07:02:07.075 INFO kablam! warning: variable `printProd` should have a snake case name such as `print_prod` Oct 15 07:02:07.075 INFO kablam! --> src/main.rs:97:13 Oct 15 07:02:07.075 INFO kablam! | Oct 15 07:02:07.075 INFO kablam! 97 | let printProd = printProd.clone(); Oct 15 07:02:07.075 INFO kablam! | ^^^^^^^^^ Oct 15 07:02:07.075 INFO kablam! Oct 15 07:02:07.075 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:02:07.075 INFO kablam! --> src/main.rs:113:25 Oct 15 07:02:07.075 INFO kablam! | Oct 15 07:02:07.076 INFO kablam! 113 | reader.seek(iteration * spec.channels as u32 * FFT_SIZE as u32); Oct 15 07:02:07.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:02:07.076 INFO kablam! | Oct 15 07:02:07.076 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:02:07.076 INFO kablam! Oct 15 07:02:07.076 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:02:07.076 INFO kablam! --> src/main.rs:144:25 Oct 15 07:02:07.076 INFO kablam! | Oct 15 07:02:07.076 INFO kablam! 144 | printProd.send(PrintJob::Print(iteration, output, spec.sample_rate)); Oct 15 07:02:07.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:02:07.076 INFO kablam! | Oct 15 07:02:07.076 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:02:07.076 INFO kablam! Oct 15 07:02:07.623 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 15 07:02:07.632 INFO kablam! su: No module specific data is present Oct 15 07:02:08.453 INFO running `"docker" "rm" "-f" "b10ed8fbdfccb03734200469806b8ad3e9d7d54c19bc098838d509dc36e4b038"` Oct 15 07:02:08.735 INFO blam! b10ed8fbdfccb03734200469806b8ad3e9d7d54c19bc098838d509dc36e4b038 Oct 15 07:02:08.741 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 07:02:09.131 INFO blam! 9b03167280bffcd633ec7358c85c335dbb8fb09cf92a2d907b98a1066742ce23 Oct 15 07:02:09.135 INFO running `"docker" "start" "-a" "9b03167280bffcd633ec7358c85c335dbb8fb09cf92a2d907b98a1066742ce23"` Oct 15 07:02:10.938 INFO kablam! usermod: no changes Oct 15 07:02:10.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 07:02:11.015 INFO kablam! Running /target/debug/deps/fft-3583e16808a585ca Oct 15 07:02:11.039 INFO blam! Oct 15 07:02:11.039 INFO blam! running 0 tests Oct 15 07:02:11.039 INFO blam! Oct 15 07:02:11.039 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:02:11.039 INFO blam! Oct 15 07:02:11.039 INFO kablam! su: No module specific data is present Oct 15 07:02:12.250 INFO running `"docker" "rm" "-f" "9b03167280bffcd633ec7358c85c335dbb8fb09cf92a2d907b98a1066742ce23"` Oct 15 07:02:12.571 INFO blam! 9b03167280bffcd633ec7358c85c335dbb8fb09cf92a2d907b98a1066742ce23