Oct 11 11:11:20.762 INFO testing soundio-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 11:11:20.762 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 11:11:20.762 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 11:11:21.260 INFO blam! dd544cc32a980f1923b04baf1472df9b0578660e5df41bdf7b82f9f609865473 Oct 11 11:11:21.261 INFO running `"docker" "start" "-a" "dd544cc32a980f1923b04baf1472df9b0578660e5df41bdf7b82f9f609865473"` Oct 11 11:11:21.912 INFO kablam! usermod: no changes Oct 11 11:11:21.940 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 11 11:11:21.940 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 11 11:11:21.940 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 11:11:21.940 INFO kablam! files will be included as a example target: Oct 11 11:11:21.940 INFO kablam! Oct 11 11:11:21.940 INFO kablam! * /source/examples/sine/main.rs Oct 11 11:11:21.940 INFO kablam! Oct 11 11:11:21.940 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 11:11:21.940 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 11 11:11:21.940 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 11 11:11:21.940 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 11:11:21.940 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 11:11:21.940 INFO kablam! Oct 11 11:11:21.940 INFO kablam! For more information on this warning you can consult Oct 11 11:11:21.940 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 11:11:21.956 INFO kablam! Compiling libsoundio-sys v0.2.0 Oct 11 11:11:26.541 INFO kablam! Compiling soundio v0.2.0 (/source) Oct 11 11:11:27.541 INFO kablam! warning: variable does not need to be mutable Oct 11 11:11:27.541 INFO kablam! --> src/device.rs:335:7 Oct 11 11:11:27.541 INFO kablam! | Oct 11 11:11:27.542 INFO kablam! 335 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; Oct 11 11:11:27.542 INFO kablam! | ----^^^^^^^^^ Oct 11 11:11:27.542 INFO kablam! | | Oct 11 11:11:27.543 INFO kablam! | help: remove this `mut` Oct 11 11:11:27.543 INFO kablam! | Oct 11 11:11:27.543 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 11:11:27.543 INFO kablam! Oct 11 11:11:27.544 INFO kablam! warning: variable does not need to be mutable Oct 11 11:11:27.544 INFO kablam! --> src/device.rs:439:7 Oct 11 11:11:27.545 INFO kablam! | Oct 11 11:11:27.545 INFO kablam! 439 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; Oct 11 11:11:27.545 INFO kablam! | ----^^^^^^^^ Oct 11 11:11:27.546 INFO kablam! | | Oct 11 11:11:27.546 INFO kablam! | help: remove this `mut` Oct 11 11:11:27.546 INFO kablam! Oct 11 11:11:28.465 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.53s Oct 11 11:11:28.465 INFO kablam! su: No module specific data is present Oct 11 11:11:29.090 INFO running `"docker" "rm" "-f" "dd544cc32a980f1923b04baf1472df9b0578660e5df41bdf7b82f9f609865473"` Oct 11 11:11:29.304 INFO blam! dd544cc32a980f1923b04baf1472df9b0578660e5df41bdf7b82f9f609865473 Oct 11 11:11:29.308 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 11:11:29.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 11:11:29.664 INFO blam! 682fccb6ac02f286ac4b1997a1be79e862180a6125805fd343a56eedc9eb37f4 Oct 11 11:11:29.668 INFO running `"docker" "start" "-a" "682fccb6ac02f286ac4b1997a1be79e862180a6125805fd343a56eedc9eb37f4"` Oct 11 11:11:30.456 INFO kablam! usermod: no changes Oct 11 11:11:30.516 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 11 11:11:30.516 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 11 11:11:30.516 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 11:11:30.516 INFO kablam! files will be included as a example target: Oct 11 11:11:30.516 INFO kablam! Oct 11 11:11:30.516 INFO kablam! * /source/examples/sine/main.rs Oct 11 11:11:30.516 INFO kablam! Oct 11 11:11:30.516 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 11:11:30.516 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 11 11:11:30.516 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 11 11:11:30.516 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 11:11:30.516 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 11:11:30.516 INFO kablam! Oct 11 11:11:30.516 INFO kablam! For more information on this warning you can consult Oct 11 11:11:30.516 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 11:11:30.538 INFO kablam! Compiling soundio v0.2.0 (/source) Oct 11 11:11:31.972 INFO kablam! warning: unused variable: `watch` Oct 11 11:11:31.972 INFO kablam! --> examples/list_devices/main.rs:4:17 Oct 11 11:11:31.972 INFO kablam! | Oct 11 11:11:31.972 INFO kablam! 4 | fn list_devices(watch: bool, short_output: bool, backend: soundio::Backend) -> Result<(), String> { Oct 11 11:11:31.972 INFO kablam! | ^^^^^ help: consider using `_watch` instead Oct 11 11:11:31.972 INFO kablam! | Oct 11 11:11:31.972 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 11:11:31.972 INFO kablam! Oct 11 11:11:32.572 INFO kablam! warning: unused import: `super::super::backend::*` Oct 11 11:11:32.572 INFO kablam! --> src/context.rs:686:6 Oct 11 11:11:32.572 INFO kablam! | Oct 11 11:11:32.572 INFO kablam! 686 | use super::super::backend::*; Oct 11 11:11:32.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:11:32.572 INFO kablam! | Oct 11 11:11:32.572 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 11:11:32.572 INFO kablam! Oct 11 11:11:32.957 INFO kablam! warning: method is never used: `finished` Oct 11 11:11:32.957 INFO kablam! --> examples/player/main.rs:50:2 Oct 11 11:11:32.957 INFO kablam! | Oct 11 11:11:32.957 INFO kablam! 50 | fn finished(&self) -> bool { Oct 11 11:11:32.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:11:32.957 INFO kablam! | Oct 11 11:11:32.957 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 11:11:32.957 INFO kablam! Oct 11 11:11:33.508 INFO kablam! warning: variable does not need to be mutable Oct 11 11:11:33.508 INFO kablam! --> src/device.rs:335:7 Oct 11 11:11:33.508 INFO kablam! | Oct 11 11:11:33.508 INFO kablam! 335 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; Oct 11 11:11:33.508 INFO kablam! | ----^^^^^^^^^ Oct 11 11:11:33.508 INFO kablam! | | Oct 11 11:11:33.508 INFO kablam! | help: remove this `mut` Oct 11 11:11:33.508 INFO kablam! | Oct 11 11:11:33.508 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 11:11:33.508 INFO kablam! Oct 11 11:11:33.520 INFO kablam! warning: variable does not need to be mutable Oct 11 11:11:33.520 INFO kablam! --> src/device.rs:439:7 Oct 11 11:11:33.520 INFO kablam! | Oct 11 11:11:33.520 INFO kablam! 439 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; Oct 11 11:11:33.520 INFO kablam! | ----^^^^^^^^ Oct 11 11:11:33.520 INFO kablam! | | Oct 11 11:11:33.520 INFO kablam! | help: remove this `mut` Oct 11 11:11:33.520 INFO kablam! Oct 11 11:11:35.664 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.15s Oct 11 11:11:35.664 INFO kablam! su: No module specific data is present Oct 11 11:11:36.324 INFO running `"docker" "rm" "-f" "682fccb6ac02f286ac4b1997a1be79e862180a6125805fd343a56eedc9eb37f4"` Oct 11 11:11:36.603 INFO blam! 682fccb6ac02f286ac4b1997a1be79e862180a6125805fd343a56eedc9eb37f4 Oct 11 11:11:36.613 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 11:11:36.614 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 11:11:37.083 INFO blam! 2a125f38d420cf48a34359f0a7551f7d27560644b18f8a4078222a98a8837123 Oct 11 11:11:37.088 INFO running `"docker" "start" "-a" "2a125f38d420cf48a34359f0a7551f7d27560644b18f8a4078222a98a8837123"` Oct 11 11:11:37.932 INFO kablam! usermod: no changes Oct 11 11:11:37.968 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 11 11:11:37.968 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 11 11:11:37.968 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 11:11:37.968 INFO kablam! files will be included as a example target: Oct 11 11:11:37.968 INFO kablam! Oct 11 11:11:37.968 INFO kablam! * /source/examples/sine/main.rs Oct 11 11:11:37.968 INFO kablam! Oct 11 11:11:37.968 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 11:11:37.968 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 11 11:11:37.968 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 11 11:11:37.968 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 11:11:37.968 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 11:11:37.968 INFO kablam! Oct 11 11:11:37.968 INFO kablam! For more information on this warning you can consult Oct 11 11:11:37.968 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 11:11:37.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 11:11:37.992 INFO kablam! Running /target/debug/deps/soundio-1c18858b38fe544d Oct 11 11:11:37.996 INFO blam! Oct 11 11:11:37.996 INFO blam! running 9 tests Oct 11 11:11:37.997 INFO blam! test sample::tests::float_int_conversions ... ok Oct 11 11:11:37.997 INFO blam! test context::tests::available_backends ... ok Oct 11 11:11:37.997 INFO blam! test sample::tests::float_lossless ... ok Oct 11 11:11:37.997 INFO blam! test context::tests::connect_default_backend ... ok Oct 11 11:11:38.000 INFO blam! test sample::tests::out_of_range_float ... ok Oct 11 11:11:38.015 INFO blam! test sample::tests::int_through_float_lossless ... ok Oct 11 11:11:39.593 INFO blam! test sample::tests::sign_conversion_lossless ... ok Oct 11 11:11:39.604 INFO blam! test sample::tests::increased_precision_lossless ... ok Oct 11 11:11:40.024 INFO blam! test sample::tests::raw_lossless ... ok Oct 11 11:11:40.024 INFO kablam! Doc-tests soundio Oct 11 11:11:40.024 INFO blam! Oct 11 11:11:40.024 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:11:40.024 INFO blam! Oct 11 11:11:41.549 INFO blam! Oct 11 11:11:41.549 INFO blam! running 56 tests Oct 11 11:11:47.311 INFO blam! test src/context.rs - context::Context<'a>::connect (line 255) ... ok Oct 11 11:11:48.568 INFO blam! test src/context.rs - context::Context<'a>::available_backends (line 343) ... ok Oct 11 11:11:49.320 INFO blam! test src/channels.rs - channels::ChannelId (line 13) ... ok Oct 11 11:11:49.621 INFO blam! test src/backend.rs - backend::Backend (line 21) ... ok Oct 11 11:11:50.076 INFO blam! test src/context.rs - context::Context (line 22) ... ok Oct 11 11:11:50.732 INFO blam! test src/context.rs - context::Context<'a>::connect_backend (line 285) ... ok Oct 11 11:11:51.608 INFO blam! test src/channels.rs - channels::ChannelId::parse (line 273) ... ok Oct 11 11:11:51.893 INFO blam! test src/context.rs - context::Context<'a>::app_name (line 233) ... ok Oct 11 11:11:57.036 INFO blam! test src/context.rs - context::Context<'a>::current_backend (line 326) ... ok Oct 11 11:11:58.213 INFO blam! test src/context.rs - context::Context<'a>::default_output_device_index (line 551) ... ok Oct 11 11:11:58.440 INFO blam! test src/context.rs - context::Context<'a>::default_output_device (line 653) ... ok Oct 11 11:11:58.840 INFO blam! test src/context.rs - context::Context<'a>::default_input_device_index (line 523) ... ok Oct 11 11:11:59.028 INFO blam! test src/context.rs - context::Context<'a>::disconnect (line 306) ... ok Oct 11 11:11:59.214 INFO blam! test src/context.rs - context::Context<'a>::default_input_device (line 630) ... ok Oct 11 11:12:00.236 INFO blam! test src/context.rs - context::Context<'a>::input_device (line 433) ... ok Oct 11 11:12:00.833 INFO blam! test src/context.rs - context::Context<'a>::input_devices (line 579) ... ok Oct 11 11:12:02.579 INFO blam! test src/context.rs - context::Context<'a>::new (line 107) ... ok Oct 11 11:12:03.260 INFO blam! test src/context.rs - context::Context<'a>::set_app_name (line 221) ... ok Oct 11 11:12:03.544 INFO blam! test src/context.rs - context::Context<'a>::new_with_callbacks (line 182) ... ok Oct 11 11:12:04.074 INFO blam! test src/context.rs - context::Context<'a>::output_devices (line 604) ... ok Oct 11 11:12:04.168 INFO blam! test src/context.rs - context::Context<'a>::output_device (line 471) ... ok Oct 11 11:12:04.226 INFO blam! test src/device.rs - device::Device<'a>::aim (line 60) ... ok Oct 11 11:12:04.680 INFO blam! test src/device.rs - device::Device<'a>::sample_rates (line 141) ... ok Oct 11 11:12:04.796 INFO blam! test src/device.rs - device::Device<'a>::nearest_sample_rate (line 261) ... ok Oct 11 11:12:06.446 INFO blam! test src/device.rs - device::Device<'a>::supports_format (line 212) ... ok Oct 11 11:12:06.623 INFO blam! test src/device.rs - device::Device<'a>::supports_layout (line 228) ... ok Oct 11 11:12:06.665 INFO blam! test src/device.rs - device::Device<'a>::supports_sample_rate (line 244) ... ok Oct 11 11:12:07.531 INFO blam! test src/format.rs - format::Format::bytes_per_frame (line 251) ... ok Oct 11 11:12:07.531 INFO blam! test src/layout.rs - layout::ChannelLayout::best_matching_channel_layout (line 114) ... ignored Oct 11 11:12:07.572 INFO blam! test src/format.rs - format::Format::bytes_per_sample (line 235) ... ok Oct 11 11:12:07.582 INFO blam! test src/format.rs - format::Format::bytes_per_second (line 266) ... ok Oct 11 11:12:07.776 INFO blam! test src/format.rs - format::endianness (line 61) ... ok Oct 11 11:12:08.281 INFO blam! test src/error.rs - error::Error (line 16) ... ok Oct 11 11:12:09.740 INFO blam! test src/instream.rs - instream::InStreamReader<'a>::sample (line 325) ... ok Oct 11 11:12:10.241 INFO blam! test src/layout.rs - layout::ChannelLayout (line 16) ... ok Oct 11 11:12:10.646 INFO blam! test src/layout.rs - layout::ChannelLayout (line 203) ... ok Oct 11 11:12:11.041 INFO blam! test src/layout.rs - layout::ChannelLayout::get_builtin (line 82) ... ok Oct 11 11:12:11.041 INFO blam! test src/lib.rs - (line 130) ... ignored Oct 11 11:12:11.053 INFO blam! test src/layout.rs - layout::ChannelLayout::find_channel (line 141) ... ok Oct 11 11:12:11.053 INFO blam! test src/lib.rs - (line 25) ... ignored Oct 11 11:12:11.139 INFO blam! test src/layout.rs - layout::ChannelLayout::detect_builtin (line 159) ... ok Oct 11 11:12:11.398 INFO blam! test src/layout.rs - layout::ChannelLayout::get_all_builtin (line 64) ... ok Oct 11 11:12:11.518 INFO blam! test src/layout.rs - layout::ChannelLayout::get_default (line 98) ... ok Oct 11 11:12:12.936 INFO blam! test src/layout.rs - layout::ChannelLayout::sort (line 183) ... ok Oct 11 11:12:13.058 INFO blam! test src/layout.rs - layout::ChannelLayoutId (line 231) ... ok Oct 11 11:12:13.671 INFO blam! test src/lib.rs - (line 107) ... ok Oct 11 11:12:13.946 INFO blam! test src/lib.rs - (line 33) ... ok Oct 11 11:12:14.196 INFO blam! test src/lib.rs - (line 41) ... ok Oct 11 11:12:14.592 INFO blam! test src/lib.rs - (line 14) ... ok Oct 11 11:12:14.620 INFO blam! test src/lib.rs - (line 55) ... ok Oct 11 11:12:14.702 INFO blam! test src/lib.rs - (line 83) ... ok Oct 11 11:12:16.008 INFO blam! test src/lib.rs - have_backend (line 239) ... ok Oct 11 11:12:16.146 INFO blam! test src/lib.rs - version (line 212) ... ok Oct 11 11:12:16.420 INFO blam! test src/outstream.rs - outstream::OutStreamWriter<'a>::set_sample (line 375) ... ok Oct 11 11:12:16.596 INFO blam! test src/lib.rs - version_string (line 201) ... ok Oct 11 11:12:16.728 INFO blam! test src/util.rs - util::latin1_to_string (line 23) ... ok Oct 11 11:12:16.728 INFO blam! Oct 11 11:12:16.728 INFO blam! test result: ok. 53 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out Oct 11 11:12:16.728 INFO blam! Oct 11 11:12:16.742 INFO kablam! su: No module specific data is present Oct 11 11:12:17.180 INFO running `"docker" "rm" "-f" "2a125f38d420cf48a34359f0a7551f7d27560644b18f8a4078222a98a8837123"` Oct 11 11:12:17.422 INFO blam! 2a125f38d420cf48a34359f0a7551f7d27560644b18f8a4078222a98a8837123