[INFO] crate csound 0.1.6 is already in cache [INFO] extracting crate csound 0.1.6 into work/ex/beta-1.38-1/sources/1.37.0/reg/csound/0.1.6 [INFO] extracting crate csound 0.1.6 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/csound/0.1.6 [INFO] validating manifest of csound-0.1.6 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of csound-0.1.6 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing csound-0.1.6 [INFO] removed 10 missing examples [INFO] finished frobbing csound-0.1.6 [INFO] frobbed toml for csound-0.1.6 written to work/ex/beta-1.38-1/sources/1.37.0/reg/csound/0.1.6/Cargo.toml [INFO] started frobbing csound-0.1.6 [INFO] removed 10 missing examples [INFO] finished frobbing csound-0.1.6 [INFO] frobbed toml for csound-0.1.6 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/csound/0.1.6/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing csound-0.1.6 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/csound/0.1.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] cb63a3abcdc68807ff22e00d80fb85a6834f0b2f1f314f6a8e6c41a6c528c0e1 [INFO] running `"docker" "start" "-a" "cb63a3abcdc68807ff22e00d80fb85a6834f0b2f1f314f6a8e6c41a6c528c0e1"` [INFO] [stderr] Compiling csound-sys v0.1.1 [INFO] [stderr] Compiling csound v0.1.6 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:20:32 [INFO] [stderr] | [INFO] [stderr] 20 | pub message_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(MessageType, &str) + 'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:21:39 [INFO] [stderr] | [INFO] [stderr] 21 | pub audio_dev_list_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(CsAudioDevice) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:22:34 [INFO] [stderr] | [INFO] [stderr] 22 | pub play_open_cb: Option Status + 'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&RtAudioParams) -> Status + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:23:33 [INFO] [stderr] | [INFO] [stderr] 23 | pub rec_open_cb: Option Status + 'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&RtAudioParams) -> Status + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | pub rt_play_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[f64]) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:25:31 [INFO] [stderr] | [INFO] [stderr] 25 | pub rt_rec_cb: Option usize + 'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut [f64]) -> usize + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:26:36 [INFO] [stderr] | [INFO] [stderr] 26 | pub sense_event_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:27:33 [INFO] [stderr] | [INFO] [stderr] 27 | pub keyboard_cb: Option char + 'a>>, // TODO this callback doesn't work at the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() -> char + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:29:33 [INFO] [stderr] | [INFO] [stderr] 29 | pub rt_close_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:30:31 [INFO] [stderr] | [INFO] [stderr] 30 | pub cscore_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:31:38 [INFO] [stderr] | [INFO] [stderr] 31 | pub input_channel_cb: Option ChannelData + 'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&str) -> ChannelData + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:32:39 [INFO] [stderr] | [INFO] [stderr] 32 | pub output_channel_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&str, ChannelData) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:33:34 [INFO] [stderr] | [INFO] [stderr] 33 | pub file_open_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&FileInfo) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:34:37 [INFO] [stderr] | [INFO] [stderr] 34 | pub midi_in_open_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&str) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:35:38 [INFO] [stderr] | [INFO] [stderr] 35 | pub midi_out_open_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&str) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:36:34 [INFO] [stderr] | [INFO] [stderr] 36 | pub midi_read_cb: Option usize + 'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut [u8]) -> usize + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:37:35 [INFO] [stderr] | [INFO] [stderr] 37 | pub midi_write_cb: Option usize + 'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[u8]) -> usize + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:38:38 [INFO] [stderr] | [INFO] [stderr] 38 | pub midi_in_close_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:39:39 [INFO] [stderr] | [INFO] [stderr] 39 | pub midi_out_close_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:40:30 [INFO] [stderr] | [INFO] [stderr] 40 | pub yield_cb: Option bool + 'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() -> bool + 'a` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/csound.rs:2189:18 [INFO] [stderr] | [INFO] [stderr] 2189 | 1...2_147_483_646 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.63s [INFO] running `"docker" "inspect" "cb63a3abcdc68807ff22e00d80fb85a6834f0b2f1f314f6a8e6c41a6c528c0e1"` [INFO] running `"docker" "rm" "-f" "cb63a3abcdc68807ff22e00d80fb85a6834f0b2f1f314f6a8e6c41a6c528c0e1"` [INFO] [stdout] cb63a3abcdc68807ff22e00d80fb85a6834f0b2f1f314f6a8e6c41a6c528c0e1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/csound/0.1.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 79c75a84e4d613792d9ad85dea6414c767cde9ca23d6f509ea38f2aae3803bbc [INFO] running `"docker" "start" "-a" "79c75a84e4d613792d9ad85dea6414c767cde9ca23d6f509ea38f2aae3803bbc"` [INFO] [stderr] Compiling csound v0.1.6 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:20:32 [INFO] [stderr] | [INFO] [stderr] 20 | pub message_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(MessageType, &str) + 'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:21:39 [INFO] [stderr] | [INFO] [stderr] 21 | pub audio_dev_list_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(CsAudioDevice) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:22:34 [INFO] [stderr] | [INFO] [stderr] 22 | pub play_open_cb: Option Status + 'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&RtAudioParams) -> Status + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:23:33 [INFO] [stderr] | [INFO] [stderr] 23 | pub rec_open_cb: Option Status + 'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&RtAudioParams) -> Status + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | pub rt_play_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[f64]) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:25:31 [INFO] [stderr] | [INFO] [stderr] 25 | pub rt_rec_cb: Option usize + 'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut [f64]) -> usize + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:26:36 [INFO] [stderr] | [INFO] [stderr] 26 | pub sense_event_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:27:33 [INFO] [stderr] | [INFO] [stderr] 27 | pub keyboard_cb: Option char + 'a>>, // TODO this callback doesn't work at the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() -> char + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:29:33 [INFO] [stderr] | [INFO] [stderr] 29 | pub rt_close_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:30:31 [INFO] [stderr] | [INFO] [stderr] 30 | pub cscore_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:31:38 [INFO] [stderr] | [INFO] [stderr] 31 | pub input_channel_cb: Option ChannelData + 'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&str) -> ChannelData + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:32:39 [INFO] [stderr] | [INFO] [stderr] 32 | pub output_channel_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&str, ChannelData) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:33:34 [INFO] [stderr] | [INFO] [stderr] 33 | pub file_open_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&FileInfo) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:34:37 [INFO] [stderr] | [INFO] [stderr] 34 | pub midi_in_open_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&str) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:35:38 [INFO] [stderr] | [INFO] [stderr] 35 | pub midi_out_open_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&str) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:36:34 [INFO] [stderr] | [INFO] [stderr] 36 | pub midi_read_cb: Option usize + 'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut [u8]) -> usize + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:37:35 [INFO] [stderr] | [INFO] [stderr] 37 | pub midi_write_cb: Option usize + 'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[u8]) -> usize + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:38:38 [INFO] [stderr] | [INFO] [stderr] 38 | pub midi_in_close_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:39:39 [INFO] [stderr] | [INFO] [stderr] 39 | pub midi_out_close_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/callbacks.rs:40:30 [INFO] [stderr] | [INFO] [stderr] 40 | pub yield_cb: Option bool + 'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() -> bool + 'a` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/csound.rs:2189:18 [INFO] [stderr] | [INFO] [stderr] 2189 | 1...2_147_483_646 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.95s [INFO] running `"docker" "inspect" "79c75a84e4d613792d9ad85dea6414c767cde9ca23d6f509ea38f2aae3803bbc"` [INFO] running `"docker" "rm" "-f" "79c75a84e4d613792d9ad85dea6414c767cde9ca23d6f509ea38f2aae3803bbc"` [INFO] [stdout] 79c75a84e4d613792d9ad85dea6414c767cde9ca23d6f509ea38f2aae3803bbc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/csound/0.1.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 96b1f91f142ec66813d1c61e1d1577b1a767e2d1f8e7a10b127c4c87810842e3 [INFO] running `"docker" "start" "-a" "96b1f91f142ec66813d1c61e1d1577b1a767e2d1f8e7a10b127c4c87810842e3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/csound-234e0698b302800b [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests csound [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test src/csound.rs - csound::Csound::compile_orc (line 316) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::get_output_format (line 608) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::create_circular_buffer (line 2237) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::compile_csd (line 267) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::compile_csd (line 249) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::get_pvs_channel (line 1639) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::get_input_buffer (line 706) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::get_spout (line 799) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::get_output_buffer (line 737) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::get_spin (line 768) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::get_table (line 1995) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::input_channel_callback (line 2419) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::read_output_buffer (line 834) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::send_score_event (line 1714) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::message_string_callback (line 2388) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::send_input_message (line 1785) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::output_channel_callback (line 2448) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::new (line 110) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::read_spout_buffer (line 910) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Table::copy_from_slice (line 2923) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Table::copy_to_slice (line 2892) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::start (line 168) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::write_input_buffer (line 873) ... FAILED [INFO] [stdout] test src/csound.rs - csound::Csound::write_spin_buffer (line 948) ... FAILED [INFO] [stdout] test src/lib.rs - (line 17) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/csound.rs - csound::Csound::compile_orc (line 316) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:317:15 [INFO] [stdout] | [INFO] [stdout] 4 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::get_output_format (line 608) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:609:14 [INFO] [stdout] | [INFO] [stdout] 4 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::create_circular_buffer (line 2237) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:2238:14 [INFO] [stdout] | [INFO] [stdout] 4 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::compile_csd (line 267) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:268:15 [INFO] [stdout] | [INFO] [stdout] 4 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `csd_filename` in this scope [INFO] [stdout] --> src/csound.rs:269:20 [INFO] [stdout] | [INFO] [stdout] 5 | csound.compile_csd(csd_filename); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::compile_csd (line 249) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:250:15 [INFO] [stdout] | [INFO] [stdout] 4 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `csd_filename` in this scope [INFO] [stdout] --> src/csound.rs:254:20 [INFO] [stdout] | [INFO] [stdout] 8 | csound.compile_csd(csd_filename); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] warning: denote infinite loops with `loop { ... }` [INFO] [stdout] --> src/csound.rs:255:1 [INFO] [stdout] | [INFO] [stdout] 9 | while true{ [INFO] [stdout] | ^^^^^^^^^^ help: use `loop` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(while_true)]` on by default [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::get_pvs_channel (line 1639) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `PvsDataExt` [INFO] [stdout] --> src/csound.rs:1640:15 [INFO] [stdout] | [INFO] [stdout] 3 | let mut pvs = PvsDataExt::new(512); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `PvsDataExt` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs` in this scope [INFO] [stdout] --> src/csound.rs:1641:1 [INFO] [stdout] | [INFO] [stdout] 4 | cs.get_pvs_channel("1", &mut pvs); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::get_input_buffer (line 706) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:707:14 [INFO] [stdout] | [INFO] [stdout] 4 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `foo_fill_buffer` in this scope [INFO] [stdout] --> src/csound.rs:713:5 [INFO] [stdout] | [INFO] [stdout] 10 | foo_fill_buffer(input_buffer_ptr.as_mut_slice()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::get_spout (line 799) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:800:14 [INFO] [stdout] | [INFO] [stdout] 4 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `foo_read_buffer` in this scope [INFO] [stdout] --> src/csound.rs:806:5 [INFO] [stdout] | [INFO] [stdout] 10 | foo_read_buffer(&*spout); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::get_output_buffer (line 737) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:738:14 [INFO] [stdout] | [INFO] [stdout] 4 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `input_buffer_ptr` in this scope [INFO] [stdout] --> src/csound.rs:742:27 [INFO] [stdout] | [INFO] [stdout] 8 | let mut data = vec![0f64; input_buffer_ptr.get_size()]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `output_buffer_ptr` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `foo_process_buffer` in this scope [INFO] [stdout] --> src/csound.rs:745:5 [INFO] [stdout] | [INFO] [stdout] 11 | foo_process_buffer(output_buffer_ptr.as_slice()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::get_spin (line 768) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:769:14 [INFO] [stdout] | [INFO] [stdout] 4 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `foo_fill_buffer` in this scope [INFO] [stdout] --> src/csound.rs:775:5 [INFO] [stdout] | [INFO] [stdout] 10 | foo_fill_buffer(spin.as_mut_slice()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::get_table (line 1995) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:1996:10 [INFO] [stdout] | [INFO] [stdout] 3 | let cs = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::input_channel_callback (line 2419) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ChannelData` [INFO] [stdout] --> src/csound.rs:2423:10 [INFO] [stdout] | [INFO] [stdout] 6 | ChannelData::CS_STRING_CHANNEL(myString) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `ChannelData` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ChannelData` [INFO] [stdout] --> src/csound.rs:2425:6 [INFO] [stdout] | [INFO] [stdout] 8 | ChannelData::CS_UNKNOWN_CHANNEL [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `ChannelData` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:2427:14 [INFO] [stdout] | [INFO] [stdout] 10 | let mut cs = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ChannelData` in this scope [INFO] [stdout] --> src/csound.rs:2420:35 [INFO] [stdout] | [INFO] [stdout] 3 | let input_channel = |name: &str|->ChannelData { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::read_output_buffer (line 834) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:835:14 [INFO] [stdout] | [INFO] [stdout] 4 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::send_score_event (line 1714) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:1715:10 [INFO] [stdout] | [INFO] [stdout] 3 | let cs = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::message_string_callback (line 2388) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:2389:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut cs = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MessageType` in this scope [INFO] [stdout] --> src/csound.rs:2390:34 [INFO] [stdout] | [INFO] [stdout] 4 | cs.message_string_callback(|att: MessageType, message: &str| print!("{}", message)); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::send_input_message (line 1785) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:1786:10 [INFO] [stdout] | [INFO] [stdout] 3 | let cs = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::output_channel_callback (line 2448) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:2452:14 [INFO] [stdout] | [INFO] [stdout] 6 | let mut cs = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ChannelData` in this scope [INFO] [stdout] --> src/csound.rs:2449:40 [INFO] [stdout] | [INFO] [stdout] 3 | let output_channel = |name: &str, data:ChannelData|{ [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::new (line 110) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:112:14 [INFO] [stdout] | [INFO] [stdout] 5 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `csd_filename` in this scope [INFO] [stdout] --> src/csound.rs:117:20 [INFO] [stdout] | [INFO] [stdout] 10 | csound.compile_csd(csd_filename).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::read_spout_buffer (line 910) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:911:14 [INFO] [stdout] | [INFO] [stdout] 4 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `foo_fill_buffer` in this scope [INFO] [stdout] --> src/csound.rs:918:5 [INFO] [stdout] | [INFO] [stdout] 11 | foo_fill_buffer(&mut spout_buffer); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Table::copy_from_slice (line 2923) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:2924:10 [INFO] [stdout] | [INFO] [stdout] 3 | let cs = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Table::copy_to_slice (line 2892) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:2893:10 [INFO] [stdout] | [INFO] [stdout] 3 | let cs = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::start (line 168) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/csound.rs:172:1 [INFO] [stdout] | [INFO] [stdout] 7 | ... [INFO] [stdout] | ^^^ [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 7 | .. [INFO] [stdout] | [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 7 | ..= [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/csound.rs:173:1 [INFO] [stdout] | [INFO] [stdout] 8 | } [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:169:14 [INFO] [stdout] | [INFO] [stdout] 4 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `csd_filename` in this scope [INFO] [stdout] --> src/csound.rs:170:20 [INFO] [stdout] | [INFO] [stdout] 5 | csound.compile_csd(csd_filename).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::write_input_buffer (line 873) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:874:14 [INFO] [stdout] | [INFO] [stdout] 4 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `output_buffer_length` in this scope [INFO] [stdout] --> src/csound.rs:878:35 [INFO] [stdout] | [INFO] [stdout] 8 | let mut input_buffer = vec![0f64; output_buffer_length]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `input_buffer_length` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `foo_fill_buffer` in this scope [INFO] [stdout] --> src/csound.rs:881:5 [INFO] [stdout] | [INFO] [stdout] 11 | foo_fill_buffer(&mut input_buffer); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/csound.rs - csound::Csound::write_spin_buffer (line 948) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Csound` [INFO] [stdout] --> src/csound.rs:949:14 [INFO] [stdout] | [INFO] [stdout] 4 | let csound = Csound::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Csound` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `foo_fill_buffer` in this scope [INFO] [stdout] --> src/csound.rs:956:5 [INFO] [stdout] | [INFO] [stdout] 11 | foo_fill_buffer(&mut spin_buffer); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 17) stdout ---- [INFO] [stdout] error: incorrect close delimiter: `)` [INFO] [stdout] --> src/lib.rs:58:27 [INFO] [stdout] | [INFO] [stdout] 41 | cs.message_string_callback(|_, msg: &str| { [INFO] [stdout] | - un-closed delimiter [INFO] [stdout] 42 | print!("{}", msg) ); [INFO] [stdout] | ^ incorrect close delimiter [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `csd` in this scope [INFO] [stdout] --> src/lib.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 43 | cs.compile_csd_text(csd).unwrap(); [INFO] [stdout] | ^^^ help: a local variable with a similar name exists: `cs` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/csound.rs - csound::Csound::compile_csd (line 249) [INFO] [stdout] src/csound.rs - csound::Csound::compile_csd (line 267) [INFO] [stdout] src/csound.rs - csound::Csound::compile_orc (line 316) [INFO] [stdout] src/csound.rs - csound::Csound::create_circular_buffer (line 2237) [INFO] [stdout] src/csound.rs - csound::Csound::get_input_buffer (line 706) [INFO] [stdout] src/csound.rs - csound::Csound::get_output_buffer (line 737) [INFO] [stdout] src/csound.rs - csound::Csound::get_output_format (line 608) [INFO] [stdout] src/csound.rs - csound::Csound::get_pvs_channel (line 1639) [INFO] [stdout] src/csound.rs - csound::Csound::get_spin (line 768) [INFO] [stdout] src/csound.rs - csound::Csound::get_spout (line 799) [INFO] [stdout] src/csound.rs - csound::Csound::get_table (line 1995) [INFO] [stdout] src/csound.rs - csound::Csound::input_channel_callback (line 2419) [INFO] [stdout] src/csound.rs - csound::Csound::message_string_callback (line 2388) [INFO] [stdout] src/csound.rs - csound::Csound::new (line 110) [INFO] [stdout] src/csound.rs - csound::Csound::output_channel_callback (line 2448) [INFO] [stdout] src/csound.rs - csound::Csound::read_output_buffer (line 834) [INFO] [stdout] src/csound.rs - csound::Csound::read_spout_buffer (line 910) [INFO] [stdout] src/csound.rs - csound::Csound::send_input_message (line 1785) [INFO] [stdout] src/csound.rs - csound::Csound::send_score_event (line 1714) [INFO] [stdout] src/csound.rs - csound::Csound::start (line 168) [INFO] [stdout] src/csound.rs - csound::Csound::write_input_buffer (line 873) [INFO] [stdout] src/csound.rs - csound::Csound::write_spin_buffer (line 948) [INFO] [stdout] src/csound.rs - csound::Table::copy_from_slice (line 2923) [INFO] [stdout] src/csound.rs - csound::Table::copy_to_slice (line 2892) [INFO] [stdout] src/lib.rs - (line 17) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 25 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "96b1f91f142ec66813d1c61e1d1577b1a767e2d1f8e7a10b127c4c87810842e3"` [INFO] running `"docker" "rm" "-f" "96b1f91f142ec66813d1c61e1d1577b1a767e2d1f8e7a10b127c4c87810842e3"` [INFO] [stdout] 96b1f91f142ec66813d1c61e1d1577b1a767e2d1f8e7a10b127c4c87810842e3