Oct 11 15:40:02.920 INFO testing orset-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 15:40:02.920 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 15:40:02.922 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:40:03.284 INFO blam! c3d225bde5899201774534244a9fcfc92cec02db750f346ae585588ccee773d2 Oct 11 15:40:03.304 INFO running `"docker" "start" "-a" "c3d225bde5899201774534244a9fcfc92cec02db750f346ae585588ccee773d2"` Oct 11 15:40:04.379 INFO kablam! usermod: no changes Oct 11 15:40:04.507 INFO kablam! Compiling orset v0.2.0 (/source) Oct 11 15:40:05.380 INFO kablam! warning: variable does not need to be mutable Oct 11 15:40:05.380 INFO kablam! --> src/lib.rs:77:13 Oct 11 15:40:05.380 INFO kablam! | Oct 11 15:40:05.380 INFO kablam! 77 | let mut adds = self.adds.entry(element).or_insert(Vec::new()); Oct 11 15:40:05.380 INFO kablam! | ----^^^^ Oct 11 15:40:05.380 INFO kablam! | | Oct 11 15:40:05.380 INFO kablam! | help: remove this `mut` Oct 11 15:40:05.380 INFO kablam! | Oct 11 15:40:05.380 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 15:40:05.380 INFO kablam! Oct 11 15:40:05.384 INFO kablam! warning: variable does not need to be mutable Oct 11 15:40:05.384 INFO kablam! --> src/lib.rs:89:13 Oct 11 15:40:05.384 INFO kablam! | Oct 11 15:40:05.384 INFO kablam! 89 | let mut removes = self.removes.entry(element.clone()).or_insert(Vec::new()); Oct 11 15:40:05.384 INFO kablam! | ----^^^^^^^ Oct 11 15:40:05.384 INFO kablam! | | Oct 11 15:40:05.384 INFO kablam! | help: remove this `mut` Oct 11 15:40:05.384 INFO kablam! Oct 11 15:40:05.384 INFO kablam! warning: variable does not need to be mutable Oct 11 15:40:05.384 INFO kablam! --> src/lib.rs:90:13 Oct 11 15:40:05.384 INFO kablam! | Oct 11 15:40:05.384 INFO kablam! 90 | let mut adds = self.adds.get_mut(&element).unwrap(); Oct 11 15:40:05.384 INFO kablam! | ----^^^^ Oct 11 15:40:05.384 INFO kablam! | | Oct 11 15:40:05.384 INFO kablam! | help: remove this `mut` Oct 11 15:40:05.384 INFO kablam! Oct 11 15:40:05.485 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 11 15:40:05.487 INFO kablam! su: No module specific data is present Oct 11 15:40:06.094 INFO running `"docker" "rm" "-f" "c3d225bde5899201774534244a9fcfc92cec02db750f346ae585588ccee773d2"` Oct 11 15:40:06.436 INFO blam! c3d225bde5899201774534244a9fcfc92cec02db750f346ae585588ccee773d2 Oct 11 15:40:06.444 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 15:40:06.444 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:40:06.821 INFO blam! 3e179beec88f79a1eb56307ea30acd4a69e1d2e8025c5950f3cefed5ebfa3a46 Oct 11 15:40:06.824 INFO running `"docker" "start" "-a" "3e179beec88f79a1eb56307ea30acd4a69e1d2e8025c5950f3cefed5ebfa3a46"` Oct 11 15:40:08.388 INFO kablam! usermod: no changes Oct 11 15:40:08.498 INFO kablam! Compiling orset v0.2.0 (/source) Oct 11 15:40:10.220 INFO kablam! warning: variable does not need to be mutable Oct 11 15:40:10.221 INFO kablam! --> src/lib.rs:77:13 Oct 11 15:40:10.221 INFO kablam! | Oct 11 15:40:10.221 INFO kablam! 77 | let mut adds = self.adds.entry(element).or_insert(Vec::new()); Oct 11 15:40:10.221 INFO kablam! | ----^^^^ Oct 11 15:40:10.221 INFO kablam! | | Oct 11 15:40:10.221 INFO kablam! | help: remove this `mut` Oct 11 15:40:10.221 INFO kablam! | Oct 11 15:40:10.221 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 15:40:10.221 INFO kablam! Oct 11 15:40:10.221 INFO kablam! warning: variable does not need to be mutable Oct 11 15:40:10.221 INFO kablam! --> src/lib.rs:89:13 Oct 11 15:40:10.221 INFO kablam! | Oct 11 15:40:10.221 INFO kablam! 89 | let mut removes = self.removes.entry(element.clone()).or_insert(Vec::new()); Oct 11 15:40:10.221 INFO kablam! | ----^^^^^^^ Oct 11 15:40:10.221 INFO kablam! | | Oct 11 15:40:10.221 INFO kablam! | help: remove this `mut` Oct 11 15:40:10.221 INFO kablam! Oct 11 15:40:10.221 INFO kablam! warning: variable does not need to be mutable Oct 11 15:40:10.221 INFO kablam! --> src/lib.rs:90:13 Oct 11 15:40:10.221 INFO kablam! | Oct 11 15:40:10.221 INFO kablam! 90 | let mut adds = self.adds.get_mut(&element).unwrap(); Oct 11 15:40:10.221 INFO kablam! | ----^^^^ Oct 11 15:40:10.221 INFO kablam! | | Oct 11 15:40:10.221 INFO kablam! | help: remove this `mut` Oct 11 15:40:10.221 INFO kablam! Oct 11 15:40:10.280 INFO kablam! warning: variable does not need to be mutable Oct 11 15:40:10.280 INFO kablam! --> src/lib.rs:517:13 Oct 11 15:40:10.280 INFO kablam! | Oct 11 15:40:10.280 INFO kablam! 517 | let mut orset = Oct 11 15:40:10.280 INFO kablam! | ----^^^^^ Oct 11 15:40:10.280 INFO kablam! | | Oct 11 15:40:10.280 INFO kablam! | help: remove this `mut` Oct 11 15:40:10.280 INFO kablam! Oct 11 15:40:10.280 INFO kablam! warning: variable does not need to be mutable Oct 11 15:40:10.280 INFO kablam! --> src/lib.rs:520:13 Oct 11 15:40:10.280 INFO kablam! | Oct 11 15:40:10.280 INFO kablam! 520 | let mut mutator = mutators.entry(node).or_insert(Vec::new()); Oct 11 15:40:10.280 INFO kablam! | ----^^^^^^^ Oct 11 15:40:10.280 INFO kablam! | | Oct 11 15:40:10.280 INFO kablam! | help: remove this `mut` Oct 11 15:40:10.280 INFO kablam! Oct 11 15:40:12.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.41s Oct 11 15:40:12.854 INFO kablam! su: No module specific data is present Oct 11 15:40:13.328 INFO running `"docker" "rm" "-f" "3e179beec88f79a1eb56307ea30acd4a69e1d2e8025c5950f3cefed5ebfa3a46"` Oct 11 15:40:13.560 INFO blam! 3e179beec88f79a1eb56307ea30acd4a69e1d2e8025c5950f3cefed5ebfa3a46 Oct 11 15:40:13.576 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 15:40:13.576 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:40:13.916 INFO blam! b300cc30e081f81166d94236acf49f14a14f5f85bb8a5dec84ef156bed9b9661 Oct 11 15:40:13.918 INFO running `"docker" "start" "-a" "b300cc30e081f81166d94236acf49f14a14f5f85bb8a5dec84ef156bed9b9661"` Oct 11 15:40:15.563 INFO kablam! usermod: no changes Oct 11 15:40:15.680 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 15:40:15.696 INFO kablam! Running /target/debug/deps/orset-c2e19342325191d6 Oct 11 15:40:15.696 INFO blam! Oct 11 15:40:15.696 INFO blam! running 4 tests Oct 11 15:40:15.711 INFO blam! test tests::basic ... ok Oct 11 15:40:15.711 INFO blam! test tests::concurrent_add_wins ... ok Oct 11 15:40:17.116 INFO blam! test tests::prop_joins_equivalent ... ok Oct 11 15:40:19.209 INFO blam! test tests::prop_concurrent ... ok Oct 11 15:40:19.209 INFO blam! Oct 11 15:40:19.209 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:40:19.209 INFO blam! Oct 11 15:40:19.210 INFO kablam! Doc-tests orset Oct 11 15:40:20.184 INFO blam! Oct 11 15:40:20.184 INFO blam! running 0 tests Oct 11 15:40:20.184 INFO blam! Oct 11 15:40:20.184 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:40:20.184 INFO blam! Oct 11 15:40:20.185 INFO kablam! su: No module specific data is present Oct 11 15:40:21.037 INFO running `"docker" "rm" "-f" "b300cc30e081f81166d94236acf49f14a14f5f85bb8a5dec84ef156bed9b9661"` Oct 11 15:40:21.343 INFO blam! b300cc30e081f81166d94236acf49f14a14f5f85bb8a5dec84ef156bed9b9661