Oct 15 18:14:21.632 INFO testing soundio-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 18:14:21.632 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 18:14:22.029 INFO blam! 0250c2691906dde287fc1d600f5c1d9e765e724855898870c1b7dee93339fa51 Oct 15 18:14:22.031 INFO running `"docker" "start" "-a" "0250c2691906dde287fc1d600f5c1d9e765e724855898870c1b7dee93339fa51"` Oct 15 18:14:23.832 INFO kablam! usermod: no changes Oct 15 18:14:23.891 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 15 18:14:23.891 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 15 18:14:23.891 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 18:14:23.891 INFO kablam! files will be included as a example target: Oct 15 18:14:23.891 INFO kablam! Oct 15 18:14:23.891 INFO kablam! * /source/examples/sine/main.rs Oct 15 18:14:23.891 INFO kablam! Oct 15 18:14:23.891 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 18:14:23.891 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 15 18:14:23.891 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 15 18:14:23.891 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 18:14:23.891 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 18:14:23.891 INFO kablam! Oct 15 18:14:23.891 INFO kablam! For more information on this warning you can consult Oct 15 18:14:23.891 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 18:14:23.951 INFO kablam! Compiling libsoundio-sys v0.2.0 Oct 15 18:14:29.628 INFO kablam! Compiling soundio v0.2.0 (/source) Oct 15 18:14:30.707 INFO kablam! warning: variable does not need to be mutable Oct 15 18:14:30.708 INFO kablam! --> src/device.rs:335:7 Oct 15 18:14:30.708 INFO kablam! | Oct 15 18:14:30.708 INFO kablam! 335 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; Oct 15 18:14:30.708 INFO kablam! | ----^^^^^^^^^ Oct 15 18:14:30.708 INFO kablam! | | Oct 15 18:14:30.708 INFO kablam! | help: remove this `mut` Oct 15 18:14:30.708 INFO kablam! | Oct 15 18:14:30.708 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 18:14:30.708 INFO kablam! Oct 15 18:14:30.723 INFO kablam! warning: variable does not need to be mutable Oct 15 18:14:30.723 INFO kablam! --> src/device.rs:439:7 Oct 15 18:14:30.723 INFO kablam! | Oct 15 18:14:30.723 INFO kablam! 439 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; Oct 15 18:14:30.723 INFO kablam! | ----^^^^^^^^ Oct 15 18:14:30.723 INFO kablam! | | Oct 15 18:14:30.723 INFO kablam! | help: remove this `mut` Oct 15 18:14:30.723 INFO kablam! Oct 15 18:14:32.289 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.41s Oct 15 18:14:32.291 INFO kablam! su: No module specific data is present Oct 15 18:14:33.418 INFO running `"docker" "rm" "-f" "0250c2691906dde287fc1d600f5c1d9e765e724855898870c1b7dee93339fa51"` Oct 15 18:14:33.679 INFO blam! 0250c2691906dde287fc1d600f5c1d9e765e724855898870c1b7dee93339fa51 Oct 15 18:14:33.683 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 18:14:34.207 INFO blam! 8d0be24d83f71bc7ad0bf6059094b0c9ab84e742e3f0913e20d3df24e31d40fc Oct 15 18:14:34.223 INFO running `"docker" "start" "-a" "8d0be24d83f71bc7ad0bf6059094b0c9ab84e742e3f0913e20d3df24e31d40fc"` Oct 15 18:14:35.740 INFO kablam! usermod: no changes Oct 15 18:14:35.787 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 15 18:14:35.787 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 15 18:14:35.787 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 18:14:35.787 INFO kablam! files will be included as a example target: Oct 15 18:14:35.787 INFO kablam! Oct 15 18:14:35.787 INFO kablam! * /source/examples/sine/main.rs Oct 15 18:14:35.787 INFO kablam! Oct 15 18:14:35.787 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 18:14:35.787 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 15 18:14:35.787 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 15 18:14:35.787 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 18:14:35.787 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 18:14:35.787 INFO kablam! Oct 15 18:14:35.787 INFO kablam! For more information on this warning you can consult Oct 15 18:14:35.787 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 18:14:35.816 INFO kablam! Compiling soundio v0.2.0 (/source) Oct 15 18:14:37.635 INFO kablam! warning: unused variable: `watch` Oct 15 18:14:37.635 INFO kablam! --> examples/list_devices/main.rs:4:17 Oct 15 18:14:37.635 INFO kablam! | Oct 15 18:14:37.635 INFO kablam! 4 | fn list_devices(watch: bool, short_output: bool, backend: soundio::Backend) -> Result<(), String> { Oct 15 18:14:37.635 INFO kablam! | ^^^^^ help: consider using `_watch` instead Oct 15 18:14:37.636 INFO kablam! | Oct 15 18:14:37.636 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 18:14:37.636 INFO kablam! Oct 15 18:14:37.947 INFO kablam! warning: unused import: `super::super::backend::*` Oct 15 18:14:37.948 INFO kablam! --> src/context.rs:686:6 Oct 15 18:14:37.949 INFO kablam! | Oct 15 18:14:37.949 INFO kablam! 686 | use super::super::backend::*; Oct 15 18:14:37.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:14:37.951 INFO kablam! | Oct 15 18:14:37.951 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 18:14:37.952 INFO kablam! Oct 15 18:14:38.383 INFO kablam! warning: method is never used: `finished` Oct 15 18:14:38.383 INFO kablam! --> examples/player/main.rs:50:2 Oct 15 18:14:38.383 INFO kablam! | Oct 15 18:14:38.383 INFO kablam! 50 | fn finished(&self) -> bool { Oct 15 18:14:38.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:14:38.386 INFO kablam! | Oct 15 18:14:38.391 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 18:14:38.391 INFO kablam! Oct 15 18:14:40.459 INFO kablam! warning: variable does not need to be mutable Oct 15 18:14:40.459 INFO kablam! --> src/device.rs:335:7 Oct 15 18:14:40.459 INFO kablam! | Oct 15 18:14:40.459 INFO kablam! 335 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; Oct 15 18:14:40.459 INFO kablam! | ----^^^^^^^^^ Oct 15 18:14:40.459 INFO kablam! | | Oct 15 18:14:40.459 INFO kablam! | help: remove this `mut` Oct 15 18:14:40.461 INFO kablam! | Oct 15 18:14:40.461 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 18:14:40.461 INFO kablam! Oct 15 18:14:40.463 INFO kablam! warning: variable does not need to be mutable Oct 15 18:14:40.463 INFO kablam! --> src/device.rs:439:7 Oct 15 18:14:40.463 INFO kablam! | Oct 15 18:14:40.463 INFO kablam! 439 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; Oct 15 18:14:40.463 INFO kablam! | ----^^^^^^^^ Oct 15 18:14:40.463 INFO kablam! | | Oct 15 18:14:40.463 INFO kablam! | help: remove this `mut` Oct 15 18:14:40.479 INFO kablam! Oct 15 18:14:41.886 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.12s Oct 15 18:14:41.913 INFO kablam! su: No module specific data is present Oct 15 18:14:42.411 INFO running `"docker" "rm" "-f" "8d0be24d83f71bc7ad0bf6059094b0c9ab84e742e3f0913e20d3df24e31d40fc"` Oct 15 18:14:42.659 INFO blam! 8d0be24d83f71bc7ad0bf6059094b0c9ab84e742e3f0913e20d3df24e31d40fc Oct 15 18:14:42.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 18:14:43.054 INFO blam! 856a67de731e259895c2a24b91c5aab4be777f2e30800b62661ae9dc2aa9ca80 Oct 15 18:14:43.059 INFO running `"docker" "start" "-a" "856a67de731e259895c2a24b91c5aab4be777f2e30800b62661ae9dc2aa9ca80"` Oct 15 18:14:44.254 INFO kablam! usermod: no changes Oct 15 18:14:44.319 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 15 18:14:44.319 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 15 18:14:44.319 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 18:14:44.319 INFO kablam! files will be included as a example target: Oct 15 18:14:44.319 INFO kablam! Oct 15 18:14:44.319 INFO kablam! * /source/examples/sine/main.rs Oct 15 18:14:44.319 INFO kablam! Oct 15 18:14:44.319 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 18:14:44.319 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 15 18:14:44.319 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 15 18:14:44.319 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 18:14:44.319 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 18:14:44.319 INFO kablam! Oct 15 18:14:44.319 INFO kablam! For more information on this warning you can consult Oct 15 18:14:44.319 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 18:14:44.339 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 18:14:44.363 INFO kablam! Running /target/debug/deps/soundio-1c18858b38fe544d Oct 15 18:14:44.391 INFO blam! Oct 15 18:14:44.391 INFO blam! running 9 tests Oct 15 18:14:44.391 INFO blam! test context::tests::available_backends ... ok Oct 15 18:14:44.399 INFO blam! test context::tests::connect_default_backend ... ok Oct 15 18:14:44.399 INFO blam! test sample::tests::float_int_conversions ... ok Oct 15 18:14:44.399 INFO blam! test sample::tests::out_of_range_float ... ok Oct 15 18:14:44.407 INFO blam! test sample::tests::int_through_float_lossless ... ok Oct 15 18:14:44.435 INFO blam! test sample::tests::float_lossless ... ok Oct 15 18:14:47.235 INFO blam! test sample::tests::sign_conversion_lossless ... ok Oct 15 18:14:47.588 INFO blam! test sample::tests::increased_precision_lossless ... ok Oct 15 18:14:48.383 INFO blam! test sample::tests::raw_lossless ... ok Oct 15 18:14:48.384 INFO kablam! Doc-tests soundio Oct 15 18:14:48.384 INFO blam! Oct 15 18:14:48.384 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:14:48.385 INFO blam! Oct 15 18:14:49.442 INFO blam! Oct 15 18:14:49.442 INFO blam! running 56 tests Oct 15 18:14:54.535 INFO blam! test src/context.rs - context::Context (line 22) ... ok Oct 15 18:14:55.226 INFO blam! test src/channels.rs - channels::ChannelId (line 13) ... ok Oct 15 18:14:55.531 INFO blam! test src/context.rs - context::Context<'a>::connect (line 255) ... ok Oct 15 18:14:55.711 INFO blam! test src/context.rs - context::Context<'a>::app_name (line 233) ... ok Oct 15 18:14:56.575 INFO blam! test src/backend.rs - backend::Backend (line 21) ... ok Oct 15 18:14:56.702 INFO blam! test src/context.rs - context::Context<'a>::available_backends (line 343) ... ok Oct 15 18:14:56.903 INFO blam! test src/channels.rs - channels::ChannelId::parse (line 273) ... ok Oct 15 18:14:57.054 INFO blam! test src/context.rs - context::Context<'a>::connect_backend (line 285) ... ok Oct 15 18:14:59.711 INFO blam! test src/context.rs - context::Context<'a>::default_output_device (line 653) ... ok Oct 15 18:14:59.927 INFO blam! test src/context.rs - context::Context<'a>::current_backend (line 326) ... ok Oct 15 18:15:00.679 INFO blam! test src/context.rs - context::Context<'a>::default_input_device (line 630) ... ok Oct 15 18:15:00.851 INFO blam! test src/context.rs - context::Context<'a>::disconnect (line 306) ... ok Oct 15 18:15:01.511 INFO blam! test src/context.rs - context::Context<'a>::default_output_device_index (line 551) ... ok Oct 15 18:15:01.825 INFO blam! test src/context.rs - context::Context<'a>::default_input_device_index (line 523) ... ok Oct 15 18:15:02.658 INFO blam! test src/context.rs - context::Context<'a>::input_device (line 433) ... ok Oct 15 18:15:02.705 INFO blam! test src/context.rs - context::Context<'a>::input_devices (line 579) ... ok Oct 15 18:15:03.909 INFO blam! test src/context.rs - context::Context<'a>::new (line 107) ... ok Oct 15 18:15:04.623 INFO blam! test src/context.rs - context::Context<'a>::output_devices (line 604) ... ok Oct 15 18:15:04.787 INFO blam! test src/context.rs - context::Context<'a>::new_with_callbacks (line 182) ... ok Oct 15 18:15:05.735 INFO blam! test src/context.rs - context::Context<'a>::set_app_name (line 221) ... ok Oct 15 18:15:05.927 INFO blam! test src/device.rs - device::Device<'a>::aim (line 60) ... ok Oct 15 18:15:06.531 INFO blam! test src/context.rs - context::Context<'a>::output_device (line 471) ... ok Oct 15 18:15:07.843 INFO blam! test src/device.rs - device::Device<'a>::nearest_sample_rate (line 261) ... ok Oct 15 18:15:08.231 INFO blam! test src/device.rs - device::Device<'a>::supports_layout (line 228) ... ok Oct 15 18:15:08.283 INFO blam! test src/device.rs - device::Device<'a>::sample_rates (line 141) ... ok Oct 15 18:15:08.855 INFO blam! test src/device.rs - device::Device<'a>::supports_format (line 212) ... ok Oct 15 18:15:09.571 INFO blam! test src/device.rs - device::Device<'a>::supports_sample_rate (line 244) ... ok Oct 15 18:15:09.787 INFO blam! test src/error.rs - error::Error (line 16) ... ok Oct 15 18:15:09.787 INFO blam! test src/layout.rs - layout::ChannelLayout::best_matching_channel_layout (line 114) ... ignored Oct 15 18:15:10.468 INFO blam! test src/format.rs - format::Format::bytes_per_sample (line 235) ... ok Oct 15 18:15:11.031 INFO blam! test src/format.rs - format::Format::bytes_per_frame (line 251) ... ok Oct 15 18:15:12.939 INFO blam! test src/format.rs - format::Format::bytes_per_second (line 266) ... ok Oct 15 18:15:13.851 INFO blam! test src/format.rs - format::endianness (line 61) ... ok Oct 15 18:15:13.916 INFO blam! test src/instream.rs - instream::InStreamReader<'a>::sample (line 325) ... ok Oct 15 18:15:15.609 INFO blam! test src/layout.rs - layout::ChannelLayout (line 203) ... ok Oct 15 18:15:15.695 INFO blam! test src/layout.rs - layout::ChannelLayout (line 16) ... ok Oct 15 18:15:17.249 INFO blam! test src/layout.rs - layout::ChannelLayout::find_channel (line 141) ... ok Oct 15 18:15:17.250 INFO blam! test src/lib.rs - (line 130) ... ignored Oct 15 18:15:17.527 INFO blam! test src/layout.rs - layout::ChannelLayout::detect_builtin (line 159) ... ok Oct 15 18:15:17.528 INFO blam! test src/lib.rs - (line 25) ... ignored Oct 15 18:15:18.043 INFO blam! test src/layout.rs - layout::ChannelLayout::get_all_builtin (line 64) ... ok Oct 15 18:15:19.522 INFO blam! test src/layout.rs - layout::ChannelLayout::get_builtin (line 82) ... ok Oct 15 18:15:20.629 INFO blam! test src/layout.rs - layout::ChannelLayout::get_default (line 98) ... ok Oct 15 18:15:21.199 INFO blam! test src/layout.rs - layout::ChannelLayout::sort (line 183) ... ok Oct 15 18:15:22.271 INFO blam! test src/lib.rs - (line 107) ... ok Oct 15 18:15:23.019 INFO blam! test src/layout.rs - layout::ChannelLayoutId (line 231) ... ok Oct 15 18:15:23.087 INFO blam! test src/lib.rs - (line 33) ... ok Oct 15 18:15:24.391 INFO blam! test src/lib.rs - (line 41) ... ok Oct 15 18:15:24.595 INFO blam! test src/lib.rs - (line 14) ... ok Oct 15 18:15:25.322 INFO blam! test src/lib.rs - (line 55) ... ok Oct 15 18:15:26.043 INFO blam! test src/lib.rs - have_backend (line 239) ... ok Oct 15 18:15:26.152 INFO blam! test src/lib.rs - (line 83) ... ok Oct 15 18:15:26.363 INFO blam! test src/lib.rs - version (line 212) ... ok Oct 15 18:15:26.547 INFO blam! test src/outstream.rs - outstream::OutStreamWriter<'a>::set_sample (line 375) ... ok Oct 15 18:15:26.607 INFO blam! test src/lib.rs - version_string (line 201) ... ok Oct 15 18:15:27.103 INFO blam! test src/util.rs - util::latin1_to_string (line 23) ... ok Oct 15 18:15:27.103 INFO blam! Oct 15 18:15:27.103 INFO blam! test result: ok. 53 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out Oct 15 18:15:27.103 INFO blam! Oct 15 18:15:27.114 INFO kablam! su: No module specific data is present Oct 15 18:15:27.500 INFO running `"docker" "rm" "-f" "856a67de731e259895c2a24b91c5aab4be777f2e30800b62661ae9dc2aa9ca80"` Oct 15 18:15:27.758 INFO blam! 856a67de731e259895c2a24b91c5aab4be777f2e30800b62661ae9dc2aa9ca80