Oct 12 19:22:03.977 INFO testing walfie/rs-streams-test against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 19:22:03.979 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 19:22:04.485 INFO blam! 3898889ed1c111bc9ee95445eeb73f23fc8c8812ca3849c0b852cde2e9f26c2c Oct 12 19:22:04.487 INFO running `"docker" "start" "-a" "3898889ed1c111bc9ee95445eeb73f23fc8c8812ca3849c0b852cde2e9f26c2c"` Oct 12 19:22:06.534 INFO kablam! usermod: no changes Oct 12 19:22:06.647 INFO kablam! Compiling net2 v0.2.29 Oct 12 19:22:07.779 INFO kablam! Compiling mio v0.6.7 Oct 12 19:22:10.685 INFO kablam! Compiling tokio-core v0.1.7 Oct 12 19:22:14.180 INFO kablam! Compiling streams v0.1.0 (/source) Oct 12 19:22:14.587 INFO kablam! warning: function is never used: `new` Oct 12 19:22:14.588 INFO kablam! --> src/broadcast.rs:8:1 Oct 12 19:22:14.589 INFO kablam! | Oct 12 19:22:14.589 INFO kablam! 8 | / pub fn new(messages: MsgStream) Oct 12 19:22:14.590 INFO kablam! 9 | | -> (SubscriptionManager, Oct 12 19:22:14.591 INFO kablam! 10 | | Broadcast>) Oct 12 19:22:14.591 INFO kablam! 11 | | where Oct 12 19:22:14.592 INFO kablam! ... | Oct 12 19:22:14.593 INFO kablam! 29 | | (manager, broadcast) Oct 12 19:22:14.593 INFO kablam! 30 | | } Oct 12 19:22:14.594 INFO kablam! | |_^ Oct 12 19:22:14.594 INFO kablam! | Oct 12 19:22:14.595 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:22:14.596 INFO kablam! Oct 12 19:22:14.596 INFO kablam! warning: struct is never constructed: `EventStream` Oct 12 19:22:14.597 INFO kablam! --> src/broadcast.rs:33:1 Oct 12 19:22:14.597 INFO kablam! | Oct 12 19:22:14.598 INFO kablam! 33 | / pub struct EventStream( Oct 12 19:22:14.599 INFO kablam! 34 | | Select>, Oct 12 19:22:14.599 INFO kablam! 35 | | Map Event>> Oct 12 19:22:14.600 INFO kablam! 36 | | ); Oct 12 19:22:14.600 INFO kablam! | |__^ Oct 12 19:22:14.601 INFO kablam! Oct 12 19:22:14.601 INFO kablam! warning: method is never used: `subscribe` Oct 12 19:22:14.602 INFO kablam! --> src/broadcast.rs:56:5 Oct 12 19:22:14.602 INFO kablam! | Oct 12 19:22:14.602 INFO kablam! 56 | / fn subscribe Oct 12 19:22:14.603 INFO kablam! 57 | | ( Oct 12 19:22:14.603 INFO kablam! 58 | | &self, Oct 12 19:22:14.603 INFO kablam! 59 | | id: SubId, Oct 12 19:22:14.603 INFO kablam! ... | Oct 12 19:22:14.603 INFO kablam! 73 | | ) Oct 12 19:22:14.603 INFO kablam! 74 | | } Oct 12 19:22:14.607 INFO kablam! | |_____^ Oct 12 19:22:14.607 INFO kablam! Oct 12 19:22:14.608 INFO kablam! warning: variant is never constructed: `Subscribe` Oct 12 19:22:14.608 INFO kablam! --> src/broadcast.rs:110:5 Oct 12 19:22:14.609 INFO kablam! | Oct 12 19:22:14.609 INFO kablam! 110 | Subscribe { id: SubId, subscriber: Sub }, Oct 12 19:22:14.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:14.610 INFO kablam! Oct 12 19:22:14.611 INFO kablam! warning: variant is never constructed: `Message` Oct 12 19:22:14.612 INFO kablam! --> src/broadcast.rs:112:5 Oct 12 19:22:14.612 INFO kablam! | Oct 12 19:22:14.613 INFO kablam! 112 | Message(Msg), Oct 12 19:22:14.613 INFO kablam! | ^^^^^^^^^^^^ Oct 12 19:22:14.614 INFO kablam! Oct 12 19:22:14.614 INFO kablam! warning: struct is never constructed: `Broadcast` Oct 12 19:22:14.615 INFO kablam! --> src/broadcast.rs:115:1 Oct 12 19:22:14.615 INFO kablam! | Oct 12 19:22:14.616 INFO kablam! 115 | pub struct Broadcast { Oct 12 19:22:14.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:14.617 INFO kablam! Oct 12 19:22:14.617 INFO kablam! warning: struct is never constructed: `Backlog` Oct 12 19:22:14.618 INFO kablam! --> src/backlog.rs:4:1 Oct 12 19:22:14.618 INFO kablam! | Oct 12 19:22:14.623 INFO kablam! 4 | struct Backlog { Oct 12 19:22:14.623 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 19:22:14.623 INFO kablam! Oct 12 19:22:14.623 INFO kablam! warning: method is never used: `with_capacity` Oct 12 19:22:14.623 INFO kablam! --> src/backlog.rs:18:5 Oct 12 19:22:14.623 INFO kablam! | Oct 12 19:22:14.623 INFO kablam! 18 | fn with_capacity(capacity: usize) -> Self { Oct 12 19:22:14.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:14.623 INFO kablam! Oct 12 19:22:14.623 INFO kablam! warning: method is never used: `insert` Oct 12 19:22:14.623 INFO kablam! --> src/backlog.rs:32:5 Oct 12 19:22:14.623 INFO kablam! | Oct 12 19:22:14.623 INFO kablam! 32 | fn insert(&mut self, item: T) { Oct 12 19:22:14.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:14.623 INFO kablam! Oct 12 19:22:14.623 INFO kablam! warning: method is never used: `snapshot` Oct 12 19:22:14.623 INFO kablam! --> src/backlog.rs:42:5 Oct 12 19:22:14.623 INFO kablam! | Oct 12 19:22:14.623 INFO kablam! 42 | fn snapshot(&self) -> Arc> { Oct 12 19:22:14.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:14.623 INFO kablam! Oct 12 19:22:16.010 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.45s Oct 12 19:22:16.013 INFO kablam! su: No module specific data is present Oct 12 19:22:18.159 INFO running `"docker" "rm" "-f" "3898889ed1c111bc9ee95445eeb73f23fc8c8812ca3849c0b852cde2e9f26c2c"` Oct 12 19:22:18.527 INFO blam! 3898889ed1c111bc9ee95445eeb73f23fc8c8812ca3849c0b852cde2e9f26c2c Oct 12 19:22:18.527 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 19:22:19.050 INFO blam! 31b978dc335b0cccbc382fe2f5240646bb4f8fe8244c38d0fdaaa197920ced6e Oct 12 19:22:19.051 INFO running `"docker" "start" "-a" "31b978dc335b0cccbc382fe2f5240646bb4f8fe8244c38d0fdaaa197920ced6e"` Oct 12 19:22:21.098 INFO kablam! usermod: no changes Oct 12 19:22:21.182 INFO kablam! Compiling streams v0.1.0 (/source) Oct 12 19:22:21.701 INFO kablam! warning: unused variable: `sub` Oct 12 19:22:21.702 INFO kablam! --> src/broadcast.rs:237:25 Oct 12 19:22:21.703 INFO kablam! | Oct 12 19:22:21.703 INFO kablam! 237 | let sub = manager.subscribe(1, tx); Oct 12 19:22:21.704 INFO kablam! | ^^^ help: consider using `_sub` instead Oct 12 19:22:21.704 INFO kablam! | Oct 12 19:22:21.704 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:22:21.705 INFO kablam! Oct 12 19:22:23.876 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.75s Oct 12 19:22:23.886 INFO kablam! su: No module specific data is present Oct 12 19:22:25.315 INFO running `"docker" "rm" "-f" "31b978dc335b0cccbc382fe2f5240646bb4f8fe8244c38d0fdaaa197920ced6e"` Oct 12 19:22:25.543 INFO blam! 31b978dc335b0cccbc382fe2f5240646bb4f8fe8244c38d0fdaaa197920ced6e Oct 12 19:22:25.551 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 19:22:26.029 INFO blam! 35e143f11e40cf6a916e2805b953ea713bf9e9b08aef7c713da8862a988f1ac0 Oct 12 19:22:26.030 INFO running `"docker" "start" "-a" "35e143f11e40cf6a916e2805b953ea713bf9e9b08aef7c713da8862a988f1ac0"` Oct 12 19:22:28.054 INFO kablam! usermod: no changes Oct 12 19:22:28.223 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 12 19:22:28.228 INFO blam! Oct 12 19:22:28.228 INFO blam! running 4 tests Oct 12 19:22:28.228 INFO kablam! Running /target/debug/deps/streams-e24fcab91fb7b915 Oct 12 19:22:28.229 INFO blam! test backlog::test::maintain_initial_capacity ... ok Oct 12 19:22:28.229 INFO blam! test backlog::test::multiple_overflows ... ok Oct 12 19:22:28.239 INFO blam! test broadcast::test::test_broadcast ... ok Oct 12 19:22:28.239 INFO blam! test broadcast::test::unsubscribe_when_out_of_scope ... ok Oct 12 19:22:28.239 INFO blam! Oct 12 19:22:28.239 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:22:28.239 INFO blam! Oct 12 19:22:28.243 INFO kablam! su: No module specific data is present Oct 12 19:22:29.657 INFO running `"docker" "rm" "-f" "35e143f11e40cf6a916e2805b953ea713bf9e9b08aef7c713da8862a988f1ac0"` Oct 12 19:22:29.946 INFO blam! 35e143f11e40cf6a916e2805b953ea713bf9e9b08aef7c713da8862a988f1ac0