Oct 15 05:09:21.893 INFO testing acsearle/barc against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:09:21.893 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 15 05:09:22.359 INFO blam! 173916411d958d2f2b183d52a5dda737fe86fbbb7613e2f46e0ee22e22efd1b1 Oct 15 05:09:22.365 INFO running `"docker" "start" "-a" "173916411d958d2f2b183d52a5dda737fe86fbbb7613e2f46e0ee22e22efd1b1"` Oct 15 05:09:22.898 INFO kablam! usermod: no changes Oct 15 05:09:22.937 INFO kablam! Compiling barc v0.1.0 (/source) Oct 15 05:09:23.497 INFO kablam! warning: method is never used: `set` Oct 15 05:09:23.497 INFO kablam! --> src/lib.rs:167:5 Oct 15 05:09:23.497 INFO kablam! | Oct 15 05:09:23.497 INFO kablam! 167 | fn set(&mut self, count: usize, pointer: *mut T) { Oct 15 05:09:23.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:23.497 INFO kablam! | Oct 15 05:09:23.497 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:09:23.497 INFO kablam! Oct 15 05:09:23.497 INFO kablam! warning: method is never used: `set_ptr` Oct 15 05:09:23.497 INFO kablam! --> src/lib.rs:176:5 Oct 15 05:09:23.497 INFO kablam! | Oct 15 05:09:23.497 INFO kablam! 176 | fn set_ptr(&mut self, pointer: *mut T) { Oct 15 05:09:23.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:23.497 INFO kablam! Oct 15 05:09:23.497 INFO kablam! warning: method is never used: `as_ref` Oct 15 05:09:23.497 INFO kablam! --> src/lib.rs:191:5 Oct 15 05:09:23.497 INFO kablam! | Oct 15 05:09:23.497 INFO kablam! 191 | unsafe fn as_ref(&self) -> &T { Oct 15 05:09:23.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:23.497 INFO kablam! Oct 15 05:09:23.497 INFO kablam! warning: method is never used: `as_mut` Oct 15 05:09:23.497 INFO kablam! --> src/lib.rs:195:5 Oct 15 05:09:23.497 INFO kablam! | Oct 15 05:09:23.497 INFO kablam! 195 | unsafe fn as_mut(&mut self) -> &mut T { Oct 15 05:09:23.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:23.497 INFO kablam! Oct 15 05:09:23.497 INFO kablam! warning: method is never used: `get_ptr` Oct 15 05:09:23.497 INFO kablam! --> src/lib.rs:282:5 Oct 15 05:09:23.497 INFO kablam! | Oct 15 05:09:23.497 INFO kablam! 282 | fn get_ptr(&self) -> *mut T { Oct 15 05:09:23.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:23.497 INFO kablam! Oct 15 05:09:23.503 INFO kablam! warning: method is never used: `set_ptr` Oct 15 05:09:23.503 INFO kablam! --> src/lib.rs:287:5 Oct 15 05:09:23.503 INFO kablam! | Oct 15 05:09:23.503 INFO kablam! 287 | fn set_ptr(&mut self, pointer: NonNull) { Oct 15 05:09:23.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:23.503 INFO kablam! Oct 15 05:09:23.503 INFO kablam! warning: method is never used: `into_inner` Oct 15 05:09:23.503 INFO kablam! --> src/lib.rs:349:5 Oct 15 05:09:23.503 INFO kablam! | Oct 15 05:09:23.503 INFO kablam! 349 | fn into_inner(self) -> CountedPtr { Oct 15 05:09:23.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:23.503 INFO kablam! Oct 15 05:09:23.503 INFO kablam! warning: method is never used: `store` Oct 15 05:09:23.503 INFO kablam! --> src/lib.rs:362:5 Oct 15 05:09:23.503 INFO kablam! | Oct 15 05:09:23.503 INFO kablam! 362 | fn store(&self, p: CountedPtr, order: Ordering) { Oct 15 05:09:23.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:23.503 INFO kablam! Oct 15 05:09:23.503 INFO kablam! warning: method is never used: `compare_and_swap` Oct 15 05:09:23.503 INFO kablam! --> src/lib.rs:370:5 Oct 15 05:09:23.503 INFO kablam! | Oct 15 05:09:23.503 INFO kablam! 370 | / fn compare_and_swap( Oct 15 05:09:23.503 INFO kablam! 371 | | &self, Oct 15 05:09:23.503 INFO kablam! 372 | | current: CountedPtr, Oct 15 05:09:23.503 INFO kablam! 373 | | new: CountedPtr, Oct 15 05:09:23.503 INFO kablam! ... | Oct 15 05:09:23.503 INFO kablam! 382 | | ) Oct 15 05:09:23.503 INFO kablam! 383 | | } Oct 15 05:09:23.503 INFO kablam! | |_____^ Oct 15 05:09:23.503 INFO kablam! Oct 15 05:09:23.503 INFO kablam! warning: method is never used: `compare_exchange` Oct 15 05:09:23.503 INFO kablam! --> src/lib.rs:385:5 Oct 15 05:09:23.503 INFO kablam! | Oct 15 05:09:23.503 INFO kablam! 385 | / fn compare_exchange( Oct 15 05:09:23.503 INFO kablam! 386 | | &self, Oct 15 05:09:23.503 INFO kablam! 387 | | current: CountedPtr, Oct 15 05:09:23.503 INFO kablam! 388 | | new: CountedPtr, Oct 15 05:09:23.503 INFO kablam! ... | Oct 15 05:09:23.503 INFO kablam! 400 | | } Oct 15 05:09:23.503 INFO kablam! 401 | | } Oct 15 05:09:23.503 INFO kablam! | |_____^ Oct 15 05:09:23.503 INFO kablam! Oct 15 05:09:23.503 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 15 05:09:23.503 INFO kablam! --> src/lib.rs:83:12 Oct 15 05:09:23.504 INFO kablam! | Oct 15 05:09:23.504 INFO kablam! 83 | #![feature(extern_prelude)] Oct 15 05:09:23.504 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:09:23.504 INFO kablam! | Oct 15 05:09:23.504 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 05:09:23.504 INFO kablam! Oct 15 05:09:23.795 INFO kablam! warning: unreachable statement Oct 15 05:09:23.795 INFO kablam! --> src/main.rs:203:5 Oct 15 05:09:23.795 INFO kablam! | Oct 15 05:09:23.795 INFO kablam! 203 | / { Oct 15 05:09:23.795 INFO kablam! 204 | | // Stress-test swaps Oct 15 05:09:23.795 INFO kablam! 205 | | Oct 15 05:09:23.795 INFO kablam! 206 | | let a = 100; Oct 15 05:09:23.795 INFO kablam! ... | Oct 15 05:09:23.795 INFO kablam! 243 | | Oct 15 05:09:23.795 INFO kablam! 244 | | } Oct 15 05:09:23.795 INFO kablam! | |_____^ Oct 15 05:09:23.795 INFO kablam! | Oct 15 05:09:23.795 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 05:09:23.795 INFO kablam! Oct 15 05:09:23.847 INFO kablam! warning: method is never used: `into_inner` Oct 15 05:09:23.847 INFO kablam! --> src/main.rs:35:5 Oct 15 05:09:23.847 INFO kablam! | Oct 15 05:09:23.847 INFO kablam! 35 | fn into_inner(self) -> T { Oct 15 05:09:23.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:23.848 INFO kablam! | Oct 15 05:09:23.848 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:09:23.848 INFO kablam! Oct 15 05:09:24.337 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 15 05:09:24.339 INFO kablam! su: No module specific data is present Oct 15 05:09:24.734 INFO running `"docker" "rm" "-f" "173916411d958d2f2b183d52a5dda737fe86fbbb7613e2f46e0ee22e22efd1b1"` Oct 15 05:09:24.862 INFO blam! 173916411d958d2f2b183d52a5dda737fe86fbbb7613e2f46e0ee22e22efd1b1 Oct 15 05:09:24.871 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 15 05:09:25.187 INFO blam! 51979620ed0c3eb82bd18b4a72e0e60a781db60b1f1ade980cd55fa9c115b447 Oct 15 05:09:25.195 INFO running `"docker" "start" "-a" "51979620ed0c3eb82bd18b4a72e0e60a781db60b1f1ade980cd55fa9c115b447"` Oct 15 05:09:26.271 INFO kablam! usermod: no changes Oct 15 05:09:26.349 INFO kablam! Compiling barc v0.1.0 (/source) Oct 15 05:09:27.128 INFO kablam! warning: unreachable statement Oct 15 05:09:27.128 INFO kablam! --> src/main.rs:203:5 Oct 15 05:09:27.128 INFO kablam! | Oct 15 05:09:27.128 INFO kablam! 203 | / { Oct 15 05:09:27.128 INFO kablam! 204 | | // Stress-test swaps Oct 15 05:09:27.128 INFO kablam! 205 | | Oct 15 05:09:27.128 INFO kablam! 206 | | let a = 100; Oct 15 05:09:27.128 INFO kablam! ... | Oct 15 05:09:27.128 INFO kablam! 243 | | Oct 15 05:09:27.128 INFO kablam! 244 | | } Oct 15 05:09:27.128 INFO kablam! | |_____^ Oct 15 05:09:27.128 INFO kablam! | Oct 15 05:09:27.128 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 05:09:27.128 INFO kablam! Oct 15 05:09:27.239 INFO kablam! warning: method is never used: `into_inner` Oct 15 05:09:27.239 INFO kablam! --> src/main.rs:35:5 Oct 15 05:09:27.239 INFO kablam! | Oct 15 05:09:27.239 INFO kablam! 35 | fn into_inner(self) -> T { Oct 15 05:09:27.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:27.239 INFO kablam! | Oct 15 05:09:27.239 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:09:27.239 INFO kablam! Oct 15 05:09:27.747 INFO kablam! warning: unused variable: `nest` Oct 15 05:09:27.747 INFO kablam! --> src/lib.rs:2223:17 Oct 15 05:09:27.747 INFO kablam! | Oct 15 05:09:27.747 INFO kablam! 2223 | let nest = Nest::new(); Oct 15 05:09:27.747 INFO kablam! | ^^^^ help: consider using `_nest` instead Oct 15 05:09:27.747 INFO kablam! | Oct 15 05:09:27.747 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:09:27.747 INFO kablam! Oct 15 05:09:27.747 INFO kablam! warning: unused variable: `b` Oct 15 05:09:27.747 INFO kablam! --> src/lib.rs:2281:17 Oct 15 05:09:27.747 INFO kablam! | Oct 15 05:09:27.747 INFO kablam! 2281 | let b = a.clone(); Oct 15 05:09:27.747 INFO kablam! | ^ help: consider using `_b` instead Oct 15 05:09:27.747 INFO kablam! Oct 15 05:09:27.747 INFO kablam! warning: unused variable: `c` Oct 15 05:09:27.747 INFO kablam! --> src/lib.rs:2283:17 Oct 15 05:09:27.747 INFO kablam! | Oct 15 05:09:27.747 INFO kablam! 2283 | let c = WeightedArc::downgrade(&a); Oct 15 05:09:27.747 INFO kablam! | ^ help: consider using `_c` instead Oct 15 05:09:27.747 INFO kablam! Oct 15 05:09:27.747 INFO kablam! warning: unused variable: `b` Oct 15 05:09:27.747 INFO kablam! --> src/lib.rs:2303:21 Oct 15 05:09:27.747 INFO kablam! | Oct 15 05:09:27.747 INFO kablam! 2303 | let mut b = a.clone(); Oct 15 05:09:27.747 INFO kablam! | ^ help: consider using `_b` instead Oct 15 05:09:27.747 INFO kablam! Oct 15 05:09:27.747 INFO kablam! warning: unused variable: `a` Oct 15 05:09:27.747 INFO kablam! --> src/lib.rs:2319:17 Oct 15 05:09:27.747 INFO kablam! | Oct 15 05:09:27.747 INFO kablam! 2319 | let a = AtomicOptionWeightedArc::new(Some(WeightedArc::new(nest.hatch(99)))); Oct 15 05:09:27.747 INFO kablam! | ^ help: consider using `_a` instead Oct 15 05:09:27.747 INFO kablam! Oct 15 05:09:27.850 INFO kablam! warning: variable does not need to be mutable Oct 15 05:09:27.850 INFO kablam! --> src/lib.rs:2303:17 Oct 15 05:09:27.850 INFO kablam! | Oct 15 05:09:27.850 INFO kablam! 2303 | let mut b = a.clone(); Oct 15 05:09:27.850 INFO kablam! | ----^ Oct 15 05:09:27.850 INFO kablam! | | Oct 15 05:09:27.850 INFO kablam! | help: remove this `mut` Oct 15 05:09:27.850 INFO kablam! | Oct 15 05:09:27.850 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:09:27.850 INFO kablam! Oct 15 05:09:27.876 INFO kablam! warning: method is never used: `set` Oct 15 05:09:27.876 INFO kablam! --> src/lib.rs:167:5 Oct 15 05:09:27.876 INFO kablam! | Oct 15 05:09:27.876 INFO kablam! 167 | fn set(&mut self, count: usize, pointer: *mut T) { Oct 15 05:09:27.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:27.876 INFO kablam! | Oct 15 05:09:27.876 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:09:27.876 INFO kablam! Oct 15 05:09:27.876 INFO kablam! warning: method is never used: `set_ptr` Oct 15 05:09:27.876 INFO kablam! --> src/lib.rs:176:5 Oct 15 05:09:27.877 INFO kablam! | Oct 15 05:09:27.877 INFO kablam! 176 | fn set_ptr(&mut self, pointer: *mut T) { Oct 15 05:09:27.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:27.877 INFO kablam! Oct 15 05:09:27.877 INFO kablam! warning: method is never used: `as_ref` Oct 15 05:09:27.877 INFO kablam! --> src/lib.rs:191:5 Oct 15 05:09:27.877 INFO kablam! | Oct 15 05:09:27.877 INFO kablam! 191 | unsafe fn as_ref(&self) -> &T { Oct 15 05:09:27.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:27.877 INFO kablam! Oct 15 05:09:27.877 INFO kablam! warning: method is never used: `as_mut` Oct 15 05:09:27.877 INFO kablam! --> src/lib.rs:195:5 Oct 15 05:09:27.877 INFO kablam! | Oct 15 05:09:27.877 INFO kablam! 195 | unsafe fn as_mut(&mut self) -> &mut T { Oct 15 05:09:27.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:27.877 INFO kablam! Oct 15 05:09:27.877 INFO kablam! warning: method is never used: `get_ptr` Oct 15 05:09:27.877 INFO kablam! --> src/lib.rs:282:5 Oct 15 05:09:27.877 INFO kablam! | Oct 15 05:09:27.877 INFO kablam! 282 | fn get_ptr(&self) -> *mut T { Oct 15 05:09:27.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:27.877 INFO kablam! Oct 15 05:09:27.877 INFO kablam! warning: method is never used: `set_ptr` Oct 15 05:09:27.877 INFO kablam! --> src/lib.rs:287:5 Oct 15 05:09:27.877 INFO kablam! | Oct 15 05:09:27.878 INFO kablam! 287 | fn set_ptr(&mut self, pointer: NonNull) { Oct 15 05:09:27.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:27.878 INFO kablam! Oct 15 05:09:27.878 INFO kablam! warning: method is never used: `into_inner` Oct 15 05:09:27.878 INFO kablam! --> src/lib.rs:349:5 Oct 15 05:09:27.878 INFO kablam! | Oct 15 05:09:27.878 INFO kablam! 349 | fn into_inner(self) -> CountedPtr { Oct 15 05:09:27.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:27.878 INFO kablam! Oct 15 05:09:27.878 INFO kablam! warning: method is never used: `store` Oct 15 05:09:27.878 INFO kablam! --> src/lib.rs:362:5 Oct 15 05:09:27.878 INFO kablam! | Oct 15 05:09:27.878 INFO kablam! 362 | fn store(&self, p: CountedPtr, order: Ordering) { Oct 15 05:09:27.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:09:27.878 INFO kablam! Oct 15 05:09:27.878 INFO kablam! warning: method is never used: `compare_and_swap` Oct 15 05:09:27.878 INFO kablam! --> src/lib.rs:370:5 Oct 15 05:09:27.878 INFO kablam! | Oct 15 05:09:27.878 INFO kablam! 370 | / fn compare_and_swap( Oct 15 05:09:27.878 INFO kablam! 371 | | &self, Oct 15 05:09:27.878 INFO kablam! 372 | | current: CountedPtr, Oct 15 05:09:27.878 INFO kablam! 373 | | new: CountedPtr, Oct 15 05:09:27.878 INFO kablam! ... | Oct 15 05:09:27.878 INFO kablam! 382 | | ) Oct 15 05:09:27.878 INFO kablam! 383 | | } Oct 15 05:09:27.879 INFO kablam! | |_____^ Oct 15 05:09:27.879 INFO kablam! Oct 15 05:09:27.879 INFO kablam! warning: method is never used: `compare_exchange` Oct 15 05:09:27.879 INFO kablam! --> src/lib.rs:385:5 Oct 15 05:09:27.879 INFO kablam! | Oct 15 05:09:27.879 INFO kablam! 385 | / fn compare_exchange( Oct 15 05:09:27.879 INFO kablam! 386 | | &self, Oct 15 05:09:27.879 INFO kablam! 387 | | current: CountedPtr, Oct 15 05:09:27.879 INFO kablam! 388 | | new: CountedPtr, Oct 15 05:09:27.879 INFO kablam! ... | Oct 15 05:09:27.879 INFO kablam! 400 | | } Oct 15 05:09:27.879 INFO kablam! 401 | | } Oct 15 05:09:27.879 INFO kablam! | |_____^ Oct 15 05:09:27.879 INFO kablam! Oct 15 05:09:27.880 INFO kablam! warning: method is never used: `check` Oct 15 05:09:27.880 INFO kablam! --> src/lib.rs:2175:9 Oct 15 05:09:27.880 INFO kablam! | Oct 15 05:09:27.880 INFO kablam! 2175 | fn check(&self) { Oct 15 05:09:27.880 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:09:27.880 INFO kablam! Oct 15 05:09:27.881 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 15 05:09:27.881 INFO kablam! --> src/lib.rs:83:12 Oct 15 05:09:27.881 INFO kablam! | Oct 15 05:09:27.881 INFO kablam! 83 | #![feature(extern_prelude)] Oct 15 05:09:27.881 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:09:27.881 INFO kablam! | Oct 15 05:09:27.881 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 05:09:27.881 INFO kablam! Oct 15 05:09:28.949 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.64s Oct 15 05:09:28.952 INFO kablam! su: No module specific data is present Oct 15 05:09:30.105 INFO running `"docker" "rm" "-f" "51979620ed0c3eb82bd18b4a72e0e60a781db60b1f1ade980cd55fa9c115b447"` Oct 15 05:09:30.421 INFO blam! 51979620ed0c3eb82bd18b4a72e0e60a781db60b1f1ade980cd55fa9c115b447 Oct 15 05:09:30.427 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 15 05:09:30.867 INFO blam! 8a929abdcb63bf58c310879d3db592c1c2282e05f41bd3ed16849c33b5214893 Oct 15 05:09:30.869 INFO running `"docker" "start" "-a" "8a929abdcb63bf58c310879d3db592c1c2282e05f41bd3ed16849c33b5214893"` Oct 15 05:09:32.061 INFO kablam! usermod: no changes Oct 15 05:09:32.103 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 05:09:32.103 INFO kablam! Running /target/debug/deps/barc-dc8f05212027730e Oct 15 05:09:32.116 INFO kablam! Running /target/debug/deps/barc-96a1cf03f3a1d050 Oct 15 05:09:32.116 INFO blam! Oct 15 05:09:32.116 INFO blam! running 2 tests Oct 15 05:09:32.116 INFO blam! test tests::test_atomic ... ok Oct 15 05:09:32.116 INFO blam! test tests::test_new ... ok Oct 15 05:09:32.116 INFO blam! Oct 15 05:09:32.116 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:09:32.116 INFO blam! Oct 15 05:09:32.118 INFO blam! Oct 15 05:09:32.118 INFO blam! running 0 tests Oct 15 05:09:32.118 INFO blam! Oct 15 05:09:32.118 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:09:32.118 INFO blam! Oct 15 05:09:32.119 INFO kablam! Doc-tests barc Oct 15 05:09:32.676 INFO blam! Oct 15 05:09:32.676 INFO blam! running 36 tests Oct 15 05:09:35.751 INFO blam! test src/lib.rs - (line 17) ... ok Oct 15 05:09:36.071 INFO blam! test src/lib.rs - AtomicOptionWeightedArc::compare_exchange (line 1535) ... ok Oct 15 05:09:36.882 INFO blam! test src/lib.rs - AtomicOptionWeightedArc::get_mut (line 1318) ... ok Oct 15 05:09:37.571 INFO blam! test src/lib.rs - AtomicOptionWeightedArc::new (line 1300) ... ok Oct 15 05:09:37.807 INFO blam! test src/lib.rs - AtomicOptionWeightedArc::load (line 1363) ... ok Oct 15 05:09:37.927 INFO blam! test src/lib.rs - AtomicOptionWeightedArc::into_inner (line 1339) ... ok Oct 15 05:09:38.031 INFO blam! test src/lib.rs - AtomicOptionWeightedArc::swap (line 1500) ... ok Oct 15 05:09:38.735 INFO blam! test src/lib.rs - AtomicOptionWeightedArc::store (line 1471) ... ok Oct 15 05:09:40.631 INFO blam! test src/lib.rs - AtomicWeightedArc::compare_exchange (line 1801) ... ok Oct 15 05:09:40.841 INFO blam! test src/lib.rs - AtomicWeightedArc::compare_and_swap (line 1777) ... ok Oct 15 05:09:41.315 INFO blam! test src/lib.rs - AtomicWeightedArc::compare_exchange_weak (line 1828) ... ok Oct 15 05:09:41.491 INFO blam! test src/lib.rs - AtomicWeightedArc::into_inner (line 1694) ... ok Oct 15 05:09:41.867 INFO blam! test src/lib.rs - AtomicWeightedArc::get_mut (line 1709) ... ok Oct 15 05:09:41.911 INFO blam! test src/lib.rs - AtomicWeightedArc::new (line 1681) ... ok Oct 15 05:09:42.447 INFO blam! test src/lib.rs - AtomicWeightedArc::load (line 1727) ... ok Oct 15 05:09:42.923 INFO blam! test src/lib.rs - AtomicWeightedArc::store (line 1742) ... ok Oct 15 05:09:43.659 INFO blam! test src/lib.rs - WeightedArc::default (line 1031) ... ok Oct 15 05:09:44.279 INFO blam! test src/lib.rs - WeightedArc::clone (line 1006) ... ok Oct 15 05:09:44.335 INFO blam! test src/lib.rs - WeightedArc::into_raw (line 534) ... ok Oct 15 05:09:44.401 INFO blam! test src/lib.rs - AtomicWeightedArc::swap (line 1759) ... ok Oct 15 05:09:44.611 INFO blam! test src/lib.rs - WeightedArc::clone_mut (line 819) ... ok Oct 15 05:09:45.183 INFO blam! test src/lib.rs - WeightedArc::downgrade (line 584) ... ok Oct 15 05:09:45.195 INFO blam! test src/lib.rs - WeightedArc::get_mut_unchecked (line 797) ... ok Oct 15 05:09:46.168 INFO blam! test src/lib.rs - WeightedArc::merge (line 894) ... ok Oct 15 05:09:46.620 INFO blam! test src/lib.rs - WeightedArc::strong_bound (line 723) ... ok Oct 15 05:09:47.058 INFO blam! test src/lib.rs - WeightedArc::strong_count (line 631) ... ok Oct 15 05:09:47.197 INFO blam! test src/lib.rs - WeightedArc::make_mut (line 936) ... ok Oct 15 05:09:47.864 INFO blam! test src/lib.rs - WeightedArc::new (line 463) ... ok Oct 15 05:09:48.258 INFO blam! test src/lib.rs - WeightedArc::split (line 860) ... ok Oct 15 05:09:48.575 INFO blam! test src/lib.rs - WeightedArc::weak_bound (line 689) ... ok Oct 15 05:09:48.790 INFO blam! test src/lib.rs - WeightedArc::try_unwrap (line 492) ... ok Oct 15 05:09:49.225 INFO blam! test src/lib.rs - WeightedArc::weak_count (line 660) ... ok Oct 15 05:09:49.235 INFO blam! test src/lib.rs - WeightedWeak::clone (line 1211) ... ok Oct 15 05:09:49.631 INFO blam! test src/lib.rs - WeightedWeak::new (line 1095) ... ok Oct 15 05:09:49.787 INFO blam! test src/lib.rs - WeightedWeak::upgrade (line 1128) ... ok Oct 15 05:09:49.792 INFO blam! test src/lib.rs - WeightedWeak::clone_mut (line 1162) ... ok Oct 15 05:09:49.792 INFO blam! Oct 15 05:09:49.793 INFO blam! test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:09:49.793 INFO blam! Oct 15 05:09:49.811 INFO kablam! su: No module specific data is present Oct 15 05:09:50.199 INFO running `"docker" "rm" "-f" "8a929abdcb63bf58c310879d3db592c1c2282e05f41bd3ed16849c33b5214893"` Oct 15 05:09:50.449 INFO blam! 8a929abdcb63bf58c310879d3db592c1c2282e05f41bd3ed16849c33b5214893