Oct 11 03:47:10.722 INFO testing YoshikuniJujo/learn_rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:47:10.722 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:47:10.722 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 03:47:10.944 INFO blam! ba845fa8e153ef6e13303094cc724c6d0a7d0a6f35bc0499cd55991d6407b04b Oct 11 03:47:10.945 INFO running `"docker" "start" "-a" "ba845fa8e153ef6e13303094cc724c6d0a7d0a6f35bc0499cd55991d6407b04b"` Oct 11 03:47:11.484 INFO kablam! usermod: no changes Oct 11 03:47:11.515 INFO kablam! Compiling learn_rust v0.1.0 (/source) Oct 11 03:47:12.204 INFO kablam! warning: value assigned to `x` is never read Oct 11 03:47:12.204 INFO kablam! --> src/mutability.rs:9:10 Oct 11 03:47:12.204 INFO kablam! | Oct 11 03:47:12.204 INFO kablam! 9 | let mut x = 5; Oct 11 03:47:12.204 INFO kablam! | ^ Oct 11 03:47:12.204 INFO kablam! | Oct 11 03:47:12.204 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 03:47:12.204 INFO kablam! Oct 11 03:47:12.204 INFO kablam! warning: variable `y` is assigned to, but never used Oct 11 03:47:12.204 INFO kablam! --> src/mutability.rs:13:10 Oct 11 03:47:12.204 INFO kablam! | Oct 11 03:47:12.204 INFO kablam! 13 | let mut y = &mut x; Oct 11 03:47:12.204 INFO kablam! | ^ Oct 11 03:47:12.204 INFO kablam! | Oct 11 03:47:12.204 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:47:12.204 INFO kablam! = note: consider using `_y` instead Oct 11 03:47:12.204 INFO kablam! Oct 11 03:47:12.204 INFO kablam! warning: value assigned to `y` is never read Oct 11 03:47:12.204 INFO kablam! --> src/mutability.rs:14:2 Oct 11 03:47:12.204 INFO kablam! | Oct 11 03:47:12.204 INFO kablam! 14 | y = &mut z; Oct 11 03:47:12.204 INFO kablam! | ^ Oct 11 03:47:12.204 INFO kablam! Oct 11 03:47:12.204 INFO kablam! warning: field is never used: `x` Oct 11 03:47:12.204 INFO kablam! --> src/mutability.rs:4:2 Oct 11 03:47:12.204 INFO kablam! | Oct 11 03:47:12.204 INFO kablam! 4 | x: i32, Oct 11 03:47:12.204 INFO kablam! | ^^^^^^ Oct 11 03:47:12.204 INFO kablam! | Oct 11 03:47:12.204 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:47:12.204 INFO kablam! Oct 11 03:47:13.220 INFO kablam! warning: function is never used: `foo` Oct 11 03:47:13.220 INFO kablam! --> src/ownership.rs:26:1 Oct 11 03:47:13.220 INFO kablam! | Oct 11 03:47:13.220 INFO kablam! 26 | fn foo(v: Vec) -> Vec { Oct 11 03:47:13.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:47:13.220 INFO kablam! | Oct 11 03:47:13.220 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:47:13.220 INFO kablam! Oct 11 03:47:13.669 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.16s Oct 11 03:47:13.679 INFO kablam! su: No module specific data is present Oct 11 03:47:14.209 INFO running `"docker" "rm" "-f" "ba845fa8e153ef6e13303094cc724c6d0a7d0a6f35bc0499cd55991d6407b04b"` Oct 11 03:47:14.457 INFO blam! ba845fa8e153ef6e13303094cc724c6d0a7d0a6f35bc0499cd55991d6407b04b Oct 11 03:47:14.462 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:47:14.464 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 03:47:14.858 INFO blam! 2513972fd7e9c793c1002979049ce95182b0d15083b926ea09a39b349a738a20 Oct 11 03:47:14.860 INFO running `"docker" "start" "-a" "2513972fd7e9c793c1002979049ce95182b0d15083b926ea09a39b349a738a20"` Oct 11 03:47:16.140 INFO kablam! usermod: no changes Oct 11 03:47:16.175 INFO kablam! Compiling learn_rust v0.1.0 (/source) Oct 11 03:47:17.557 INFO kablam! warning: function is never used: `foo` Oct 11 03:47:17.557 INFO kablam! --> src/ownership.rs:26:1 Oct 11 03:47:17.557 INFO kablam! | Oct 11 03:47:17.558 INFO kablam! 26 | fn foo(v: Vec) -> Vec { Oct 11 03:47:17.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:47:17.558 INFO kablam! | Oct 11 03:47:17.558 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:47:17.559 INFO kablam! Oct 11 03:47:17.576 INFO kablam! warning: value assigned to `x` is never read Oct 11 03:47:17.577 INFO kablam! --> src/mutability.rs:9:10 Oct 11 03:47:17.577 INFO kablam! | Oct 11 03:47:17.577 INFO kablam! 9 | let mut x = 5; Oct 11 03:47:17.578 INFO kablam! | ^ Oct 11 03:47:17.578 INFO kablam! | Oct 11 03:47:17.578 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 03:47:17.578 INFO kablam! Oct 11 03:47:17.579 INFO kablam! warning: variable `y` is assigned to, but never used Oct 11 03:47:17.579 INFO kablam! --> src/mutability.rs:13:10 Oct 11 03:47:17.579 INFO kablam! | Oct 11 03:47:17.580 INFO kablam! 13 | let mut y = &mut x; Oct 11 03:47:17.580 INFO kablam! | ^ Oct 11 03:47:17.580 INFO kablam! | Oct 11 03:47:17.581 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:47:17.581 INFO kablam! = note: consider using `_y` instead Oct 11 03:47:17.581 INFO kablam! Oct 11 03:47:17.582 INFO kablam! warning: value assigned to `y` is never read Oct 11 03:47:17.582 INFO kablam! --> src/mutability.rs:14:2 Oct 11 03:47:17.582 INFO kablam! | Oct 11 03:47:17.583 INFO kablam! 14 | y = &mut z; Oct 11 03:47:17.583 INFO kablam! | ^ Oct 11 03:47:17.583 INFO kablam! Oct 11 03:47:17.584 INFO kablam! warning: field is never used: `x` Oct 11 03:47:17.584 INFO kablam! --> src/mutability.rs:4:2 Oct 11 03:47:17.584 INFO kablam! | Oct 11 03:47:17.585 INFO kablam! 4 | x: i32, Oct 11 03:47:17.585 INFO kablam! | ^^^^^^ Oct 11 03:47:17.585 INFO kablam! | Oct 11 03:47:17.586 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:47:17.586 INFO kablam! Oct 11 03:47:20.985 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.82s Oct 11 03:47:20.988 INFO kablam! su: No module specific data is present Oct 11 03:47:21.652 INFO running `"docker" "rm" "-f" "2513972fd7e9c793c1002979049ce95182b0d15083b926ea09a39b349a738a20"` Oct 11 03:47:21.917 INFO blam! 2513972fd7e9c793c1002979049ce95182b0d15083b926ea09a39b349a738a20 Oct 11 03:47:21.922 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:47:21.922 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 03:47:22.304 INFO blam! 592ace7a51b0981fcc5c059e039e998172c45b37438f866a9d25ff47d1f84800 Oct 11 03:47:22.309 INFO running `"docker" "start" "-a" "592ace7a51b0981fcc5c059e039e998172c45b37438f866a9d25ff47d1f84800"` Oct 11 03:47:23.752 INFO kablam! usermod: no changes Oct 11 03:47:23.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 03:47:23.816 INFO kablam! Running /target/debug/deps/borrowing-75c5ae499510dcfd Oct 11 03:47:23.816 INFO blam! Oct 11 03:47:23.816 INFO kablam! Running /target/debug/deps/fib0-aa922684c7d0fe2c Oct 11 03:47:23.816 INFO blam! running 0 tests Oct 11 03:47:23.816 INFO blam! Oct 11 03:47:23.816 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:47:23.816 INFO blam! Oct 11 03:47:23.821 INFO blam! Oct 11 03:47:23.821 INFO kablam! Running /target/debug/deps/hello-08809f20a267f23a Oct 11 03:47:23.821 INFO blam! running 0 tests Oct 11 03:47:23.821 INFO kablam! Running /target/debug/deps/if-dfa0bd88f62e9902 Oct 11 03:47:23.821 INFO blam! Oct 11 03:47:23.821 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:47:23.821 INFO blam! Oct 11 03:47:23.821 INFO blam! Oct 11 03:47:23.821 INFO blam! running 0 tests Oct 11 03:47:23.821 INFO blam! Oct 11 03:47:23.821 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:47:23.821 INFO blam! Oct 11 03:47:23.826 INFO blam! Oct 11 03:47:23.826 INFO blam! running 0 tests Oct 11 03:47:23.826 INFO blam! Oct 11 03:47:23.826 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:47:23.826 INFO blam! Oct 11 03:47:23.832 INFO kablam! Running /target/debug/deps/lifetime-139d27c112a1867f Oct 11 03:47:23.836 INFO kablam! Running /target/debug/deps/loops-849a584dde9c6a40 Oct 11 03:47:23.836 INFO blam! Oct 11 03:47:23.836 INFO blam! running 0 tests Oct 11 03:47:23.836 INFO blam! Oct 11 03:47:23.836 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:47:23.836 INFO blam! Oct 11 03:47:23.836 INFO blam! Oct 11 03:47:23.836 INFO blam! running 0 tests Oct 11 03:47:23.836 INFO blam! Oct 11 03:47:23.836 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:47:23.836 INFO blam! Oct 11 03:47:23.836 INFO kablam! Running /target/debug/deps/mutability-03703d7322e2ed62 Oct 11 03:47:23.844 INFO kablam! Running /target/debug/deps/ownership-915b3dbc27100c57 Oct 11 03:47:23.844 INFO blam! Oct 11 03:47:23.844 INFO blam! running 0 tests Oct 11 03:47:23.844 INFO blam! Oct 11 03:47:23.844 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:47:23.844 INFO blam! Oct 11 03:47:23.848 INFO blam! Oct 11 03:47:23.848 INFO kablam! Running /target/debug/deps/struct-0c06184fd3467e62 Oct 11 03:47:23.848 INFO blam! running 0 tests Oct 11 03:47:23.848 INFO kablam! Running /target/debug/deps/vectors-f9ab76f0f0f072ed Oct 11 03:47:23.848 INFO blam! Oct 11 03:47:23.848 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:47:23.848 INFO blam! Oct 11 03:47:23.848 INFO blam! Oct 11 03:47:23.848 INFO blam! running 0 tests Oct 11 03:47:23.848 INFO blam! Oct 11 03:47:23.848 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:47:23.848 INFO blam! Oct 11 03:47:23.852 INFO blam! Oct 11 03:47:23.852 INFO blam! running 0 tests Oct 11 03:47:23.852 INFO blam! Oct 11 03:47:23.852 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:47:23.852 INFO blam! Oct 11 03:47:23.857 INFO kablam! su: No module specific data is present Oct 11 03:47:24.614 INFO running `"docker" "rm" "-f" "592ace7a51b0981fcc5c059e039e998172c45b37438f866a9d25ff47d1f84800"` Oct 11 03:47:24.900 INFO blam! 592ace7a51b0981fcc5c059e039e998172c45b37438f866a9d25ff47d1f84800