Oct 15 18:14:20.818 INFO testing soundio-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 18:14:20.818 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:21.039 INFO blam! 062516f4f806974e6ee020a11a3976878ee1a7b068ff1841905eb9f9af9d86cb Oct 15 18:14:21.042 INFO running `"docker" "start" "-a" "062516f4f806974e6ee020a11a3976878ee1a7b068ff1841905eb9f9af9d86cb"` Oct 15 18:14:21.487 INFO kablam! usermod: no changes Oct 15 18:14:21.527 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 15 18:14:21.528 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 15 18:14:21.528 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 18:14:21.528 INFO kablam! files will be included as a example target: Oct 15 18:14:21.529 INFO kablam! Oct 15 18:14:21.529 INFO kablam! * /source/examples/sine/main.rs Oct 15 18:14:21.529 INFO kablam! Oct 15 18:14:21.530 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 18:14:21.530 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 15 18:14:21.530 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 15 18:14:21.531 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 18:14:21.531 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 18:14:21.531 INFO kablam! Oct 15 18:14:21.532 INFO kablam! For more information on this warning you can consult Oct 15 18:14:21.532 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 18:14:21.546 INFO kablam! Compiling libsoundio-sys v0.2.0 Oct 15 18:14:27.768 INFO kablam! Compiling soundio v0.2.0 (/source) Oct 15 18:14:28.862 INFO kablam! warning: variable does not need to be mutable Oct 15 18:14:28.862 INFO kablam! --> src/device.rs:335:7 Oct 15 18:14:28.862 INFO kablam! | Oct 15 18:14:28.862 INFO kablam! 335 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; Oct 15 18:14:28.862 INFO kablam! | ----^^^^^^^^^ Oct 15 18:14:28.862 INFO kablam! | | Oct 15 18:14:28.862 INFO kablam! | help: remove this `mut` Oct 15 18:14:28.862 INFO kablam! | Oct 15 18:14:28.862 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 18:14:28.864 INFO kablam! Oct 15 18:14:28.866 INFO kablam! warning: variable does not need to be mutable Oct 15 18:14:28.866 INFO kablam! --> src/device.rs:439:7 Oct 15 18:14:28.866 INFO kablam! | Oct 15 18:14:28.866 INFO kablam! 439 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; Oct 15 18:14:28.866 INFO kablam! | ----^^^^^^^^ Oct 15 18:14:28.866 INFO kablam! | | Oct 15 18:14:28.866 INFO kablam! | help: remove this `mut` Oct 15 18:14:28.866 INFO kablam! Oct 15 18:14:30.643 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.12s Oct 15 18:14:30.649 INFO kablam! su: No module specific data is present Oct 15 18:14:32.101 INFO running `"docker" "rm" "-f" "062516f4f806974e6ee020a11a3976878ee1a7b068ff1841905eb9f9af9d86cb"` Oct 15 18:14:32.475 INFO blam! 062516f4f806974e6ee020a11a3976878ee1a7b068ff1841905eb9f9af9d86cb Oct 15 18:14:32.480 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:33.107 INFO blam! 82d2521a071f551f79e64052c1db9a731b1b039664620f727725d92ac808eae6 Oct 15 18:14:33.110 INFO running `"docker" "start" "-a" "82d2521a071f551f79e64052c1db9a731b1b039664620f727725d92ac808eae6"` Oct 15 18:14:34.608 INFO kablam! usermod: no changes Oct 15 18:14:34.683 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 15 18:14:34.683 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 15 18:14:34.684 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 18:14:34.684 INFO kablam! files will be included as a example target: Oct 15 18:14:34.684 INFO kablam! Oct 15 18:14:34.685 INFO kablam! * /source/examples/sine/main.rs Oct 15 18:14:34.685 INFO kablam! Oct 15 18:14:34.685 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 18:14:34.686 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 15 18:14:34.686 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 15 18:14:34.686 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 18:14:34.686 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 18:14:34.687 INFO kablam! Oct 15 18:14:34.687 INFO kablam! For more information on this warning you can consult Oct 15 18:14:34.687 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 18:14:34.695 INFO kablam! Compiling soundio v0.2.0 (/source) Oct 15 18:14:35.731 INFO kablam! warning: unused variable: `watch` Oct 15 18:14:35.731 INFO kablam! --> examples/list_devices/main.rs:4:17 Oct 15 18:14:35.731 INFO kablam! | Oct 15 18:14:35.731 INFO kablam! 4 | fn list_devices(watch: bool, short_output: bool, backend: soundio::Backend) -> Result<(), String> { Oct 15 18:14:35.731 INFO kablam! | ^^^^^ help: consider using `_watch` instead Oct 15 18:14:35.747 INFO kablam! | Oct 15 18:14:35.747 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 18:14:35.747 INFO kablam! Oct 15 18:14:36.631 INFO kablam! warning: unused import: `super::super::backend::*` Oct 15 18:14:36.631 INFO kablam! --> src/context.rs:686:6 Oct 15 18:14:36.631 INFO kablam! | Oct 15 18:14:36.631 INFO kablam! 686 | use super::super::backend::*; Oct 15 18:14:36.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:14:36.631 INFO kablam! | Oct 15 18:14:36.631 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 18:14:36.631 INFO kablam! Oct 15 18:14:36.979 INFO kablam! warning: method is never used: `finished` Oct 15 18:14:36.979 INFO kablam! --> examples/player/main.rs:50:2 Oct 15 18:14:36.980 INFO kablam! | Oct 15 18:14:36.980 INFO kablam! 50 | fn finished(&self) -> bool { Oct 15 18:14:36.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:14:36.980 INFO kablam! | Oct 15 18:14:36.980 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 18:14:36.980 INFO kablam! Oct 15 18:14:38.827 INFO kablam! warning: variable does not need to be mutable Oct 15 18:14:38.827 INFO kablam! --> src/device.rs:335:7 Oct 15 18:14:38.828 INFO kablam! | Oct 15 18:14:38.828 INFO kablam! 335 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; Oct 15 18:14:38.828 INFO kablam! | ----^^^^^^^^^ Oct 15 18:14:38.828 INFO kablam! | | Oct 15 18:14:38.828 INFO kablam! | help: remove this `mut` Oct 15 18:14:38.828 INFO kablam! | Oct 15 18:14:38.828 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 18:14:38.828 INFO kablam! Oct 15 18:14:38.839 INFO kablam! warning: variable does not need to be mutable Oct 15 18:14:38.840 INFO kablam! --> src/device.rs:439:7 Oct 15 18:14:38.840 INFO kablam! | Oct 15 18:14:38.840 INFO kablam! 439 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; Oct 15 18:14:38.840 INFO kablam! | ----^^^^^^^^ Oct 15 18:14:38.840 INFO kablam! | | Oct 15 18:14:38.840 INFO kablam! | help: remove this `mut` Oct 15 18:14:38.840 INFO kablam! Oct 15 18:14:40.406 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.78s Oct 15 18:14:40.410 INFO kablam! su: No module specific data is present Oct 15 18:14:41.211 INFO running `"docker" "rm" "-f" "82d2521a071f551f79e64052c1db9a731b1b039664620f727725d92ac808eae6"` Oct 15 18:14:41.766 INFO blam! 82d2521a071f551f79e64052c1db9a731b1b039664620f727725d92ac808eae6 Oct 15 18:14:41.770 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:42.333 INFO blam! 6a19b705ad93903ac5af012409c3623fdfba53aa85d29568033046a86093a8c9 Oct 15 18:14:42.335 INFO running `"docker" "start" "-a" "6a19b705ad93903ac5af012409c3623fdfba53aa85d29568033046a86093a8c9"` Oct 15 18:14:43.390 INFO kablam! usermod: no changes Oct 15 18:14:43.463 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 15 18:14:43.463 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 15 18:14:43.463 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 18:14:43.464 INFO kablam! files will be included as a example target: Oct 15 18:14:43.464 INFO kablam! Oct 15 18:14:43.464 INFO kablam! * /source/examples/sine/main.rs Oct 15 18:14:43.464 INFO kablam! Oct 15 18:14:43.465 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 18:14:43.465 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 15 18:14:43.465 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 15 18:14:43.466 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 18:14:43.466 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 18:14:43.466 INFO kablam! Oct 15 18:14:43.466 INFO kablam! For more information on this warning you can consult Oct 15 18:14:43.467 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 18:14:43.491 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 18:14:43.519 INFO kablam! Running /target/debug/deps/soundio-b92acdb838f90b10 Oct 15 18:14:43.519 INFO blam! Oct 15 18:14:43.519 INFO blam! running 9 tests Oct 15 18:14:43.523 INFO blam! test sample::tests::out_of_range_float ... ok Oct 15 18:14:43.523 INFO blam! test sample::tests::float_int_conversions ... ok Oct 15 18:14:43.524 INFO blam! test sample::tests::float_lossless ... ok Oct 15 18:14:43.531 INFO blam! test context::tests::connect_default_backend ... ok Oct 15 18:14:43.531 INFO blam! test context::tests::available_backends ... ok Oct 15 18:14:43.541 INFO blam! test sample::tests::int_through_float_lossless ... ok Oct 15 18:14:45.595 INFO blam! test sample::tests::sign_conversion_lossless ... ok Oct 15 18:14:46.634 INFO blam! test sample::tests::increased_precision_lossless ... ok Oct 15 18:14:47.095 INFO blam! test sample::tests::raw_lossless ... ok Oct 15 18:14:47.095 INFO kablam! Doc-tests soundio Oct 15 18:14:47.095 INFO blam! Oct 15 18:14:47.095 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:14:47.095 INFO blam! Oct 15 18:14:48.179 INFO blam! Oct 15 18:14:48.180 INFO blam! running 56 tests Oct 15 18:14:54.179 INFO blam! test src/channels.rs - channels::ChannelId (line 13) ... ok Oct 15 18:14:54.203 INFO blam! test src/channels.rs - channels::ChannelId::parse (line 273) ... ok Oct 15 18:14:55.132 INFO blam! test src/context.rs - context::Context<'a>::available_backends (line 343) ... ok Oct 15 18:14:55.594 INFO blam! test src/context.rs - context::Context (line 22) ... ok Oct 15 18:14:55.623 INFO blam! test src/backend.rs - backend::Backend (line 21) ... ok Oct 15 18:14:55.743 INFO blam! test src/context.rs - context::Context<'a>::connect_backend (line 285) ... ok Oct 15 18:14:56.255 INFO blam! test src/context.rs - context::Context<'a>::app_name (line 233) ... ok Oct 15 18:14:56.259 INFO blam! test src/context.rs - context::Context<'a>::connect (line 255) ... ok Oct 15 18:14:59.590 INFO blam! test src/context.rs - context::Context<'a>::disconnect (line 306) ... ok Oct 15 18:15:00.091 INFO blam! test src/context.rs - context::Context<'a>::default_output_device (line 653) ... ok Oct 15 18:15:00.678 INFO blam! test src/context.rs - context::Context<'a>::default_output_device_index (line 551) ... ok Oct 15 18:15:00.688 INFO blam! test src/context.rs - context::Context<'a>::current_backend (line 326) ... ok Oct 15 18:15:00.690 INFO blam! test src/context.rs - context::Context<'a>::default_input_device (line 630) ... ok Oct 15 18:15:01.341 INFO blam! test src/context.rs - context::Context<'a>::default_input_device_index (line 523) ... ok Oct 15 18:15:01.763 INFO blam! test src/context.rs - context::Context<'a>::input_devices (line 579) ... ok Oct 15 18:15:02.625 INFO blam! test src/context.rs - context::Context<'a>::input_device (line 433) ... ok Oct 15 18:15:02.631 INFO blam! test src/context.rs - context::Context<'a>::new (line 107) ... ok Oct 15 18:15:04.672 INFO blam! test src/device.rs - device::Device<'a>::nearest_sample_rate (line 261) ... ok Oct 15 18:15:05.395 INFO blam! test src/context.rs - context::Context<'a>::output_devices (line 604) ... ok Oct 15 18:15:05.499 INFO blam! test src/context.rs - context::Context<'a>::set_app_name (line 221) ... ok Oct 15 18:15:05.633 INFO blam! test src/context.rs - context::Context<'a>::new_with_callbacks (line 182) ... ok Oct 15 18:15:06.157 INFO blam! test src/context.rs - context::Context<'a>::output_device (line 471) ... ok Oct 15 18:15:06.647 INFO blam! test src/device.rs - device::Device<'a>::aim (line 60) ... ok Oct 15 18:15:07.777 INFO blam! test src/device.rs - device::Device<'a>::supports_format (line 212) ... ok Oct 15 18:15:08.231 INFO blam! test src/device.rs - device::Device<'a>::sample_rates (line 141) ... ok Oct 15 18:15:08.541 INFO blam! test src/error.rs - error::Error (line 16) ... ok Oct 15 18:15:09.947 INFO blam! test src/device.rs - device::Device<'a>::supports_layout (line 228) ... ok Oct 15 18:15:10.231 INFO blam! test src/device.rs - device::Device<'a>::supports_sample_rate (line 244) ... ok Oct 15 18:15:10.231 INFO blam! test src/layout.rs - layout::ChannelLayout::best_matching_channel_layout (line 114) ... ignored Oct 15 18:15:11.710 INFO blam! test src/format.rs - format::Format::bytes_per_sample (line 235) ... ok Oct 15 18:15:12.343 INFO blam! test src/format.rs - format::Format::bytes_per_frame (line 251) ... ok Oct 15 18:15:13.087 INFO blam! test src/format.rs - format::endianness (line 61) ... ok Oct 15 18:15:13.203 INFO blam! test src/format.rs - format::Format::bytes_per_second (line 266) ... ok Oct 15 18:15:14.708 INFO blam! test src/instream.rs - instream::InStreamReader<'a>::sample (line 325) ... ok Oct 15 18:15:15.138 INFO blam! test src/layout.rs - layout::ChannelLayout (line 16) ... ok Oct 15 18:15:18.223 INFO blam! test src/layout.rs - layout::ChannelLayout::detect_builtin (line 159) ... ok Oct 15 18:15:18.267 INFO blam! test src/layout.rs - layout::ChannelLayout (line 203) ... ok Oct 15 18:15:18.268 INFO blam! test src/lib.rs - (line 130) ... ignored Oct 15 18:15:18.923 INFO blam! test src/layout.rs - layout::ChannelLayout::get_all_builtin (line 64) ... ok Oct 15 18:15:18.923 INFO blam! test src/lib.rs - (line 25) ... ignored Oct 15 18:15:19.115 INFO blam! test src/layout.rs - layout::ChannelLayout::get_builtin (line 82) ... ok Oct 15 18:15:19.287 INFO blam! test src/layout.rs - layout::ChannelLayout::find_channel (line 141) ... ok Oct 15 18:15:20.213 INFO blam! test src/layout.rs - layout::ChannelLayout::get_default (line 98) ... ok Oct 15 18:15:22.111 INFO blam! test src/layout.rs - layout::ChannelLayout::sort (line 183) ... ok Oct 15 18:15:22.731 INFO blam! test src/layout.rs - layout::ChannelLayoutId (line 231) ... ok Oct 15 18:15:24.399 INFO blam! test src/lib.rs - (line 107) ... ok Oct 15 18:15:25.299 INFO blam! test src/lib.rs - (line 55) ... ok Oct 15 18:15:25.803 INFO blam! test src/lib.rs - (line 33) ... ok Oct 15 18:15:26.151 INFO blam! test src/lib.rs - (line 41) ... ok Oct 15 18:15:26.219 INFO blam! test src/lib.rs - (line 14) ... ok Oct 15 18:15:26.592 INFO blam! test src/lib.rs - (line 83) ... ok Oct 15 18:15:27.071 INFO blam! test src/lib.rs - have_backend (line 239) ... ok Oct 15 18:15:27.123 INFO blam! test src/lib.rs - version (line 212) ... ok Oct 15 18:15:27.739 INFO blam! test src/lib.rs - version_string (line 201) ... ok Oct 15 18:15:27.828 INFO blam! test src/outstream.rs - outstream::OutStreamWriter<'a>::set_sample (line 375) ... ok Oct 15 18:15:28.231 INFO blam! test src/util.rs - util::latin1_to_string (line 23) ... ok Oct 15 18:15:28.231 INFO blam! Oct 15 18:15:28.231 INFO blam! test result: ok. 53 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out Oct 15 18:15:28.231 INFO blam! Oct 15 18:15:28.259 INFO kablam! su: No module specific data is present Oct 15 18:15:28.646 INFO running `"docker" "rm" "-f" "6a19b705ad93903ac5af012409c3623fdfba53aa85d29568033046a86093a8c9"` Oct 15 18:15:28.769 INFO blam! 6a19b705ad93903ac5af012409c3623fdfba53aa85d29568033046a86093a8c9