Oct 12 06:30:24.563 INFO testing acto-rs-0.5.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 06:30:24.564 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 06:30:25.074 INFO blam! 0b897839c9b685d377f2d2b05765d296e06d7bcf5c104c3db04171128d3e1af8 Oct 12 06:30:25.076 INFO running `"docker" "start" "-a" "0b897839c9b685d377f2d2b05765d296e06d7bcf5c104c3db04171128d3e1af8"` Oct 12 06:30:26.176 INFO kablam! usermod: no changes Oct 12 06:30:26.252 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 06:30:26.252 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 06:30:26.252 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 06:30:26.252 INFO kablam! files will be included as a binary target: Oct 12 06:30:26.252 INFO kablam! Oct 12 06:30:26.252 INFO kablam! * /source/src/main.rs Oct 12 06:30:26.252 INFO kablam! Oct 12 06:30:26.252 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 06:30:26.252 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 06:30:26.252 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 06:30:26.252 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 06:30:26.252 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 06:30:26.252 INFO kablam! Oct 12 06:30:26.252 INFO kablam! For more information on this warning you can consult Oct 12 06:30:26.252 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 06:30:26.252 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bench`, Oct 12 06:30:26.252 INFO kablam! please set bin.path in Cargo.toml Oct 12 06:30:26.272 INFO kablam! Compiling lossyq v0.1.19 Oct 12 06:30:27.025 INFO kablam! Compiling acto-rs v0.5.2 (/source) Oct 12 06:30:28.030 INFO kablam! warning: variable does not need to be mutable Oct 12 06:30:28.030 INFO kablam! --> src/scheduler/wrap.rs:19:11 Oct 12 06:30:28.030 INFO kablam! | Oct 12 06:30:28.030 INFO kablam! 19 | let mut slice = self.output_positions.as_mut_slice(); Oct 12 06:30:28.030 INFO kablam! | ----^^^^^ Oct 12 06:30:28.030 INFO kablam! | | Oct 12 06:30:28.030 INFO kablam! | help: remove this `mut` Oct 12 06:30:28.030 INFO kablam! | Oct 12 06:30:28.030 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 06:30:28.030 INFO kablam! Oct 12 06:30:28.030 INFO kablam! warning: variable does not need to be mutable Oct 12 06:30:28.030 INFO kablam! --> src/scheduler/wrap.rs:35:9 Oct 12 06:30:28.030 INFO kablam! | Oct 12 06:30:28.030 INFO kablam! 35 | let mut slice = self.output_positions.as_mut_slice(); Oct 12 06:30:28.030 INFO kablam! | ----^^^^^ Oct 12 06:30:28.030 INFO kablam! | | Oct 12 06:30:28.030 INFO kablam! | help: remove this `mut` Oct 12 06:30:28.030 INFO kablam! Oct 12 06:30:28.048 INFO kablam! warning: variable does not need to be mutable Oct 12 06:30:28.048 INFO kablam! --> src/scheduler/page.rs:51:9 Oct 12 06:30:28.048 INFO kablam! | Oct 12 06:30:28.048 INFO kablam! 51 | let mut data_ref = &mut slice[idx]; Oct 12 06:30:28.048 INFO kablam! | ----^^^^^^^^ Oct 12 06:30:28.048 INFO kablam! | | Oct 12 06:30:28.048 INFO kablam! | help: remove this `mut` Oct 12 06:30:28.048 INFO kablam! Oct 12 06:30:30.896 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.66s Oct 12 06:30:30.904 INFO kablam! su: No module specific data is present Oct 12 06:30:31.673 INFO running `"docker" "rm" "-f" "0b897839c9b685d377f2d2b05765d296e06d7bcf5c104c3db04171128d3e1af8"` Oct 12 06:30:31.936 INFO blam! 0b897839c9b685d377f2d2b05765d296e06d7bcf5c104c3db04171128d3e1af8 Oct 12 06:30:31.958 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 06:30:32.374 INFO blam! 13dc625c7b0a97de1e91143aaa2da42bd781325b0bbecd792670305ca49a8de3 Oct 12 06:30:32.376 INFO running `"docker" "start" "-a" "13dc625c7b0a97de1e91143aaa2da42bd781325b0bbecd792670305ca49a8de3"` Oct 12 06:30:33.776 INFO kablam! usermod: no changes Oct 12 06:30:33.812 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 06:30:33.812 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 06:30:33.812 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 06:30:33.812 INFO kablam! files will be included as a binary target: Oct 12 06:30:33.812 INFO kablam! Oct 12 06:30:33.812 INFO kablam! * /source/src/main.rs Oct 12 06:30:33.812 INFO kablam! Oct 12 06:30:33.812 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 06:30:33.812 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 06:30:33.812 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 06:30:33.812 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 06:30:33.812 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 06:30:33.812 INFO kablam! Oct 12 06:30:33.812 INFO kablam! For more information on this warning you can consult Oct 12 06:30:33.812 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 06:30:33.812 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bench`, Oct 12 06:30:33.812 INFO kablam! please set bin.path in Cargo.toml Oct 12 06:30:33.814 INFO kablam! Compiling acto-rs v0.5.2 (/source) Oct 12 06:30:35.065 INFO kablam! warning: variable does not need to be mutable Oct 12 06:30:35.065 INFO kablam! --> src/scheduler/wrap.rs:19:11 Oct 12 06:30:35.065 INFO kablam! | Oct 12 06:30:35.066 INFO kablam! 19 | let mut slice = self.output_positions.as_mut_slice(); Oct 12 06:30:35.066 INFO kablam! | ----^^^^^ Oct 12 06:30:35.066 INFO kablam! | | Oct 12 06:30:35.067 INFO kablam! | help: remove this `mut` Oct 12 06:30:35.067 INFO kablam! | Oct 12 06:30:35.067 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 06:30:35.068 INFO kablam! Oct 12 06:30:35.068 INFO kablam! warning: variable does not need to be mutable Oct 12 06:30:35.068 INFO kablam! --> src/scheduler/wrap.rs:35:9 Oct 12 06:30:35.069 INFO kablam! | Oct 12 06:30:35.069 INFO kablam! 35 | let mut slice = self.output_positions.as_mut_slice(); Oct 12 06:30:35.069 INFO kablam! | ----^^^^^ Oct 12 06:30:35.069 INFO kablam! | | Oct 12 06:30:35.070 INFO kablam! | help: remove this `mut` Oct 12 06:30:35.070 INFO kablam! Oct 12 06:30:35.070 INFO kablam! warning: variable does not need to be mutable Oct 12 06:30:35.071 INFO kablam! --> src/scheduler/page.rs:51:9 Oct 12 06:30:35.071 INFO kablam! | Oct 12 06:30:35.071 INFO kablam! 51 | let mut data_ref = &mut slice[idx]; Oct 12 06:30:35.071 INFO kablam! | ----^^^^^^^^ Oct 12 06:30:35.072 INFO kablam! | | Oct 12 06:30:35.076 INFO kablam! | help: remove this `mut` Oct 12 06:30:35.076 INFO kablam! Oct 12 06:30:35.200 INFO kablam! warning: variable does not need to be mutable Oct 12 06:30:35.201 INFO kablam! --> src/bench/bitset.rs:19:9 Oct 12 06:30:35.201 INFO kablam! | Oct 12 06:30:35.201 INFO kablam! 19 | let mut slice = self.bits.as_mut_slice(); Oct 12 06:30:35.202 INFO kablam! | ----^^^^^ Oct 12 06:30:35.202 INFO kablam! | | Oct 12 06:30:35.202 INFO kablam! | help: remove this `mut` Oct 12 06:30:35.203 INFO kablam! Oct 12 06:30:36.317 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.51s Oct 12 06:30:36.318 INFO kablam! su: No module specific data is present Oct 12 06:30:37.298 INFO running `"docker" "rm" "-f" "13dc625c7b0a97de1e91143aaa2da42bd781325b0bbecd792670305ca49a8de3"` Oct 12 06:30:37.600 INFO blam! 13dc625c7b0a97de1e91143aaa2da42bd781325b0bbecd792670305ca49a8de3 Oct 12 06:30:37.618 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 06:30:38.041 INFO blam! 10eb09ed8df1e16a45aa769e0b9a998142e6f64304d278cc8d19669cdea851fa Oct 12 06:30:38.042 INFO running `"docker" "start" "-a" "10eb09ed8df1e16a45aa769e0b9a998142e6f64304d278cc8d19669cdea851fa"` Oct 12 06:30:40.156 INFO kablam! usermod: no changes Oct 12 06:30:40.216 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 06:30:40.216 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 06:30:40.216 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 06:30:40.216 INFO kablam! files will be included as a binary target: Oct 12 06:30:40.216 INFO kablam! Oct 12 06:30:40.216 INFO kablam! * /source/src/main.rs Oct 12 06:30:40.216 INFO kablam! Oct 12 06:30:40.216 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 06:30:40.216 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 06:30:40.216 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 06:30:40.216 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 06:30:40.216 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 06:30:40.216 INFO kablam! Oct 12 06:30:40.216 INFO kablam! For more information on this warning you can consult Oct 12 06:30:40.216 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 06:30:40.216 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bench`, Oct 12 06:30:40.217 INFO kablam! please set bin.path in Cargo.toml Oct 12 06:30:40.240 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 12 06:30:40.248 INFO kablam! Running /target/debug/deps/acto_rs-3efdb10596afb92b Oct 12 06:30:40.268 INFO kablam! Doc-tests acto-rs Oct 12 06:30:40.269 INFO blam! Oct 12 06:30:40.269 INFO blam! running 1 test Oct 12 06:30:40.269 INFO blam! test elem::tests::connect_disconnect ... ok Oct 12 06:30:40.269 INFO blam! Oct 12 06:30:40.269 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:30:40.269 INFO blam! Oct 12 06:30:41.311 INFO blam! Oct 12 06:30:41.311 INFO blam! running 0 tests Oct 12 06:30:41.311 INFO blam! Oct 12 06:30:41.311 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:30:41.311 INFO blam! Oct 12 06:30:41.319 INFO kablam! su: No module specific data is present Oct 12 06:30:41.954 INFO running `"docker" "rm" "-f" "10eb09ed8df1e16a45aa769e0b9a998142e6f64304d278cc8d19669cdea851fa"` Oct 12 06:30:42.244 INFO blam! 10eb09ed8df1e16a45aa769e0b9a998142e6f64304d278cc8d19669cdea851fa