Oct 16 01:00:33.008 INFO testing orset-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 01:00:33.009 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 01:00:33.301 INFO blam! 23e9dca98d905e875f56de2af2635b3efffb8abf014625590c30b9ca3b07adc2 Oct 16 01:00:33.307 INFO running `"docker" "start" "-a" "23e9dca98d905e875f56de2af2635b3efffb8abf014625590c30b9ca3b07adc2"` Oct 16 01:00:34.451 INFO kablam! usermod: no changes Oct 16 01:00:34.527 INFO kablam! Compiling orset v0.2.0 (/source) Oct 16 01:00:35.499 INFO kablam! warning: variable does not need to be mutable Oct 16 01:00:35.499 INFO kablam! --> src/lib.rs:77:13 Oct 16 01:00:35.499 INFO kablam! | Oct 16 01:00:35.499 INFO kablam! 77 | let mut adds = self.adds.entry(element).or_insert(Vec::new()); Oct 16 01:00:35.499 INFO kablam! | ----^^^^ Oct 16 01:00:35.499 INFO kablam! | | Oct 16 01:00:35.499 INFO kablam! | help: remove this `mut` Oct 16 01:00:35.499 INFO kablam! | Oct 16 01:00:35.499 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 01:00:35.499 INFO kablam! Oct 16 01:00:35.499 INFO kablam! warning: variable does not need to be mutable Oct 16 01:00:35.499 INFO kablam! --> src/lib.rs:89:13 Oct 16 01:00:35.499 INFO kablam! | Oct 16 01:00:35.499 INFO kablam! 89 | let mut removes = self.removes.entry(element.clone()).or_insert(Vec::new()); Oct 16 01:00:35.499 INFO kablam! | ----^^^^^^^ Oct 16 01:00:35.499 INFO kablam! | | Oct 16 01:00:35.499 INFO kablam! | help: remove this `mut` Oct 16 01:00:35.499 INFO kablam! Oct 16 01:00:35.499 INFO kablam! warning: variable does not need to be mutable Oct 16 01:00:35.499 INFO kablam! --> src/lib.rs:90:13 Oct 16 01:00:35.499 INFO kablam! | Oct 16 01:00:35.499 INFO kablam! 90 | let mut adds = self.adds.get_mut(&element).unwrap(); Oct 16 01:00:35.499 INFO kablam! | ----^^^^ Oct 16 01:00:35.499 INFO kablam! | | Oct 16 01:00:35.499 INFO kablam! | help: remove this `mut` Oct 16 01:00:35.499 INFO kablam! Oct 16 01:00:35.603 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 16 01:00:35.603 INFO kablam! su: No module specific data is present Oct 16 01:00:36.286 INFO running `"docker" "rm" "-f" "23e9dca98d905e875f56de2af2635b3efffb8abf014625590c30b9ca3b07adc2"` Oct 16 01:00:36.663 INFO blam! 23e9dca98d905e875f56de2af2635b3efffb8abf014625590c30b9ca3b07adc2 Oct 16 01:00:36.676 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 01:00:37.069 INFO blam! cdfa7e73b2b8add5fa86e25c2ebfd7e5d07738ea790ba8cdbdb5193776d6b329 Oct 16 01:00:37.069 INFO running `"docker" "start" "-a" "cdfa7e73b2b8add5fa86e25c2ebfd7e5d07738ea790ba8cdbdb5193776d6b329"` Oct 16 01:00:37.815 INFO kablam! usermod: no changes Oct 16 01:00:37.899 INFO kablam! Compiling quickcheck v0.2.27 Oct 16 01:00:40.891 INFO kablam! Compiling orset v0.2.0 (/source) Oct 16 01:00:42.532 INFO kablam! warning: variable does not need to be mutable Oct 16 01:00:42.532 INFO kablam! --> src/lib.rs:77:13 Oct 16 01:00:42.532 INFO kablam! | Oct 16 01:00:42.532 INFO kablam! 77 | let mut adds = self.adds.entry(element).or_insert(Vec::new()); Oct 16 01:00:42.532 INFO kablam! | ----^^^^ Oct 16 01:00:42.532 INFO kablam! | | Oct 16 01:00:42.532 INFO kablam! | help: remove this `mut` Oct 16 01:00:42.532 INFO kablam! | Oct 16 01:00:42.532 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 01:00:42.532 INFO kablam! Oct 16 01:00:42.532 INFO kablam! warning: variable does not need to be mutable Oct 16 01:00:42.532 INFO kablam! --> src/lib.rs:89:13 Oct 16 01:00:42.532 INFO kablam! | Oct 16 01:00:42.532 INFO kablam! 89 | let mut removes = self.removes.entry(element.clone()).or_insert(Vec::new()); Oct 16 01:00:42.533 INFO kablam! | ----^^^^^^^ Oct 16 01:00:42.533 INFO kablam! | | Oct 16 01:00:42.533 INFO kablam! | help: remove this `mut` Oct 16 01:00:42.533 INFO kablam! Oct 16 01:00:42.533 INFO kablam! warning: variable does not need to be mutable Oct 16 01:00:42.533 INFO kablam! --> src/lib.rs:90:13 Oct 16 01:00:42.533 INFO kablam! | Oct 16 01:00:42.533 INFO kablam! 90 | let mut adds = self.adds.get_mut(&element).unwrap(); Oct 16 01:00:42.533 INFO kablam! | ----^^^^ Oct 16 01:00:42.533 INFO kablam! | | Oct 16 01:00:42.533 INFO kablam! | help: remove this `mut` Oct 16 01:00:42.533 INFO kablam! Oct 16 01:00:42.578 INFO kablam! warning: variable does not need to be mutable Oct 16 01:00:42.578 INFO kablam! --> src/lib.rs:517:13 Oct 16 01:00:42.578 INFO kablam! | Oct 16 01:00:42.578 INFO kablam! 517 | let mut orset = Oct 16 01:00:42.578 INFO kablam! | ----^^^^^ Oct 16 01:00:42.578 INFO kablam! | | Oct 16 01:00:42.578 INFO kablam! | help: remove this `mut` Oct 16 01:00:42.578 INFO kablam! Oct 16 01:00:42.578 INFO kablam! warning: variable does not need to be mutable Oct 16 01:00:42.578 INFO kablam! --> src/lib.rs:520:13 Oct 16 01:00:42.578 INFO kablam! | Oct 16 01:00:42.578 INFO kablam! 520 | let mut mutator = mutators.entry(node).or_insert(Vec::new()); Oct 16 01:00:42.578 INFO kablam! | ----^^^^^^^ Oct 16 01:00:42.578 INFO kablam! | | Oct 16 01:00:42.578 INFO kablam! | help: remove this `mut` Oct 16 01:00:42.578 INFO kablam! Oct 16 01:00:44.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.87s Oct 16 01:00:44.715 INFO kablam! su: No module specific data is present Oct 16 01:00:45.113 INFO running `"docker" "rm" "-f" "cdfa7e73b2b8add5fa86e25c2ebfd7e5d07738ea790ba8cdbdb5193776d6b329"` Oct 16 01:00:45.217 INFO blam! cdfa7e73b2b8add5fa86e25c2ebfd7e5d07738ea790ba8cdbdb5193776d6b329 Oct 16 01:00:45.219 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 01:00:45.406 INFO blam! bd10f5cc444276d37efd1391e1d4075b6a7fdd165effab93c94ea4d16d7757f2 Oct 16 01:00:45.418 INFO running `"docker" "start" "-a" "bd10f5cc444276d37efd1391e1d4075b6a7fdd165effab93c94ea4d16d7757f2"` Oct 16 01:00:45.869 INFO kablam! usermod: no changes Oct 16 01:00:45.921 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 16 01:00:45.922 INFO kablam! Running /target/debug/deps/orset-c4410a8817cc106f Oct 16 01:00:45.928 INFO blam! Oct 16 01:00:45.928 INFO blam! running 4 tests Oct 16 01:00:45.929 INFO blam! test tests::basic ... ok Oct 16 01:00:45.935 INFO blam! test tests::concurrent_add_wins ... ok Oct 16 01:00:46.305 INFO blam! test tests::prop_joins_equivalent ... ok Oct 16 01:00:48.249 INFO blam! test tests::prop_concurrent ... ok Oct 16 01:00:48.249 INFO blam! Oct 16 01:00:48.249 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:00:48.249 INFO blam! Oct 16 01:00:48.250 INFO kablam! Doc-tests orset Oct 16 01:00:49.192 INFO blam! Oct 16 01:00:49.192 INFO blam! running 0 tests Oct 16 01:00:49.192 INFO blam! Oct 16 01:00:49.192 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:00:49.192 INFO blam! Oct 16 01:00:49.206 INFO kablam! su: No module specific data is present Oct 16 01:00:49.507 INFO running `"docker" "rm" "-f" "bd10f5cc444276d37efd1391e1d4075b6a7fdd165effab93c94ea4d16d7757f2"` Oct 16 01:00:49.738 INFO blam! bd10f5cc444276d37efd1391e1d4075b6a7fdd165effab93c94ea4d16d7757f2