Oct 12 19:22:03.097 INFO testing walfie/rs-streams-test against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 19:22:03.099 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 19:22:03.583 INFO blam! 5e6f722dff087aaad3cc13ee95591881c82a4331dc4b6c48c6758460f395ec82 Oct 12 19:22:03.584 INFO running `"docker" "start" "-a" "5e6f722dff087aaad3cc13ee95591881c82a4331dc4b6c48c6758460f395ec82"` Oct 12 19:22:05.547 INFO kablam! usermod: no changes Oct 12 19:22:05.643 INFO kablam! Compiling libc v0.2.22 Oct 12 19:22:05.643 INFO kablam! Compiling futures v0.1.13 Oct 12 19:22:07.207 INFO kablam! Compiling iovec v0.1.0 Oct 12 19:22:07.207 INFO kablam! Compiling net2 v0.2.29 Oct 12 19:22:07.856 INFO kablam! Compiling bytes v0.4.3 Oct 12 19:22:09.641 INFO kablam! Compiling mio v0.6.7 Oct 12 19:22:14.075 INFO kablam! Compiling tokio-io v0.1.1 Oct 12 19:22:16.433 INFO kablam! Compiling tokio-core v0.1.7 Oct 12 19:22:19.779 INFO kablam! Compiling streams v0.1.0 (/source) Oct 12 19:22:20.231 INFO kablam! warning: function is never used: `new` Oct 12 19:22:20.231 INFO kablam! --> src/broadcast.rs:8:1 Oct 12 19:22:20.231 INFO kablam! | Oct 12 19:22:20.231 INFO kablam! 8 | / pub fn new(messages: MsgStream) Oct 12 19:22:20.231 INFO kablam! 9 | | -> (SubscriptionManager, Oct 12 19:22:20.231 INFO kablam! 10 | | Broadcast>) Oct 12 19:22:20.231 INFO kablam! 11 | | where Oct 12 19:22:20.231 INFO kablam! ... | Oct 12 19:22:20.231 INFO kablam! 29 | | (manager, broadcast) Oct 12 19:22:20.231 INFO kablam! 30 | | } Oct 12 19:22:20.231 INFO kablam! | |_^ Oct 12 19:22:20.231 INFO kablam! | Oct 12 19:22:20.231 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:22:20.231 INFO kablam! Oct 12 19:22:20.231 INFO kablam! warning: struct is never constructed: `EventStream` Oct 12 19:22:20.231 INFO kablam! --> src/broadcast.rs:33:1 Oct 12 19:22:20.231 INFO kablam! | Oct 12 19:22:20.231 INFO kablam! 33 | / pub struct EventStream( Oct 12 19:22:20.231 INFO kablam! 34 | | Select>, Oct 12 19:22:20.231 INFO kablam! 35 | | Map Event>> Oct 12 19:22:20.231 INFO kablam! 36 | | ); Oct 12 19:22:20.231 INFO kablam! | |__^ Oct 12 19:22:20.231 INFO kablam! Oct 12 19:22:20.231 INFO kablam! warning: method is never used: `subscribe` Oct 12 19:22:20.231 INFO kablam! --> src/broadcast.rs:56:5 Oct 12 19:22:20.231 INFO kablam! | Oct 12 19:22:20.231 INFO kablam! 56 | / fn subscribe Oct 12 19:22:20.231 INFO kablam! 57 | | ( Oct 12 19:22:20.231 INFO kablam! 58 | | &self, Oct 12 19:22:20.231 INFO kablam! 59 | | id: SubId, Oct 12 19:22:20.231 INFO kablam! ... | Oct 12 19:22:20.231 INFO kablam! 73 | | ) Oct 12 19:22:20.231 INFO kablam! 74 | | } Oct 12 19:22:20.231 INFO kablam! | |_____^ Oct 12 19:22:20.231 INFO kablam! Oct 12 19:22:20.231 INFO kablam! warning: variant is never constructed: `Subscribe` Oct 12 19:22:20.231 INFO kablam! --> src/broadcast.rs:110:5 Oct 12 19:22:20.231 INFO kablam! | Oct 12 19:22:20.231 INFO kablam! 110 | Subscribe { id: SubId, subscriber: Sub }, Oct 12 19:22:20.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:20.231 INFO kablam! Oct 12 19:22:20.231 INFO kablam! warning: variant is never constructed: `Message` Oct 12 19:22:20.231 INFO kablam! --> src/broadcast.rs:112:5 Oct 12 19:22:20.231 INFO kablam! | Oct 12 19:22:20.231 INFO kablam! 112 | Message(Msg), Oct 12 19:22:20.231 INFO kablam! | ^^^^^^^^^^^^ Oct 12 19:22:20.231 INFO kablam! Oct 12 19:22:20.231 INFO kablam! warning: struct is never constructed: `Broadcast` Oct 12 19:22:20.231 INFO kablam! --> src/broadcast.rs:115:1 Oct 12 19:22:20.231 INFO kablam! | Oct 12 19:22:20.231 INFO kablam! 115 | pub struct Broadcast { Oct 12 19:22:20.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:20.231 INFO kablam! Oct 12 19:22:20.231 INFO kablam! warning: struct is never constructed: `Backlog` Oct 12 19:22:20.231 INFO kablam! --> src/backlog.rs:4:1 Oct 12 19:22:20.231 INFO kablam! | Oct 12 19:22:20.231 INFO kablam! 4 | struct Backlog { Oct 12 19:22:20.231 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 19:22:20.231 INFO kablam! Oct 12 19:22:20.231 INFO kablam! warning: method is never used: `with_capacity` Oct 12 19:22:20.231 INFO kablam! --> src/backlog.rs:18:5 Oct 12 19:22:20.231 INFO kablam! | Oct 12 19:22:20.231 INFO kablam! 18 | fn with_capacity(capacity: usize) -> Self { Oct 12 19:22:20.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:20.232 INFO kablam! Oct 12 19:22:20.232 INFO kablam! warning: method is never used: `insert` Oct 12 19:22:20.232 INFO kablam! --> src/backlog.rs:32:5 Oct 12 19:22:20.232 INFO kablam! | Oct 12 19:22:20.232 INFO kablam! 32 | fn insert(&mut self, item: T) { Oct 12 19:22:20.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:20.232 INFO kablam! Oct 12 19:22:20.232 INFO kablam! warning: method is never used: `snapshot` Oct 12 19:22:20.232 INFO kablam! --> src/backlog.rs:42:5 Oct 12 19:22:20.232 INFO kablam! | Oct 12 19:22:20.232 INFO kablam! 42 | fn snapshot(&self) -> Arc> { Oct 12 19:22:20.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:20.232 INFO kablam! Oct 12 19:22:21.724 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.15s Oct 12 19:22:21.727 INFO kablam! su: No module specific data is present Oct 12 19:22:23.091 INFO running `"docker" "rm" "-f" "5e6f722dff087aaad3cc13ee95591881c82a4331dc4b6c48c6758460f395ec82"` Oct 12 19:22:23.387 INFO blam! 5e6f722dff087aaad3cc13ee95591881c82a4331dc4b6c48c6758460f395ec82 Oct 12 19:22:23.393 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 19:22:23.959 INFO blam! acb35bbf2953405c2a5cb84eaa0c7f00b3e99acc031b986cf1c531b9fe04aea8 Oct 12 19:22:23.961 INFO running `"docker" "start" "-a" "acb35bbf2953405c2a5cb84eaa0c7f00b3e99acc031b986cf1c531b9fe04aea8"` Oct 12 19:22:26.123 INFO kablam! usermod: no changes Oct 12 19:22:26.235 INFO kablam! Compiling streams v0.1.0 (/source) Oct 12 19:22:26.831 INFO kablam! warning: unused variable: `sub` Oct 12 19:22:26.831 INFO kablam! --> src/broadcast.rs:237:25 Oct 12 19:22:26.831 INFO kablam! | Oct 12 19:22:26.831 INFO kablam! 237 | let sub = manager.subscribe(1, tx); Oct 12 19:22:26.831 INFO kablam! | ^^^ help: consider using `_sub` instead Oct 12 19:22:26.831 INFO kablam! | Oct 12 19:22:26.831 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:22:26.831 INFO kablam! Oct 12 19:22:28.863 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.72s Oct 12 19:22:28.865 INFO kablam! su: No module specific data is present Oct 12 19:22:29.913 INFO running `"docker" "rm" "-f" "acb35bbf2953405c2a5cb84eaa0c7f00b3e99acc031b986cf1c531b9fe04aea8"` Oct 12 19:22:30.248 INFO blam! acb35bbf2953405c2a5cb84eaa0c7f00b3e99acc031b986cf1c531b9fe04aea8 Oct 12 19:22:30.260 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 19:22:30.715 INFO blam! 32f21a25029b010f7445de9284ebf74b856a33a7ca91b81b8a4482f70543246c Oct 12 19:22:30.717 INFO running `"docker" "start" "-a" "32f21a25029b010f7445de9284ebf74b856a33a7ca91b81b8a4482f70543246c"` Oct 12 19:22:32.275 INFO kablam! usermod: no changes Oct 12 19:22:32.420 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 12 19:22:32.426 INFO blam! Oct 12 19:22:32.426 INFO blam! running 4 tests Oct 12 19:22:32.426 INFO blam! test backlog::test::maintain_initial_capacity ... ok Oct 12 19:22:32.426 INFO blam! test backlog::test::multiple_overflows ... ok Oct 12 19:22:32.426 INFO blam! test broadcast::test::test_broadcast ... ok Oct 12 19:22:32.426 INFO blam! test broadcast::test::unsubscribe_when_out_of_scope ... ok Oct 12 19:22:32.426 INFO blam! Oct 12 19:22:32.426 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:22:32.426 INFO blam! Oct 12 19:22:32.426 INFO kablam! Running /target/debug/deps/streams-e4f0711b883f8e2b Oct 12 19:22:32.439 INFO kablam! su: No module specific data is present Oct 12 19:22:33.391 INFO running `"docker" "rm" "-f" "32f21a25029b010f7445de9284ebf74b856a33a7ca91b81b8a4482f70543246c"` Oct 12 19:22:33.719 INFO blam! 32f21a25029b010f7445de9284ebf74b856a33a7ca91b81b8a4482f70543246c