Oct 10 19:42:07.324 INFO testing lambdabear/increasing_speed_limits against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:42:07.324 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:42:07.324 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 19:42:07.521 INFO blam! ff27c83a20fbfa69effbebb403ccf83790669cb7e5b43622bbffb35b46e5508c Oct 10 19:42:07.525 INFO running `"docker" "start" "-a" "ff27c83a20fbfa69effbebb403ccf83790669cb7e5b43622bbffb35b46e5508c"` Oct 10 19:42:08.464 INFO kablam! usermod: no changes Oct 10 19:42:08.545 INFO kablam! Compiling increasing-speed-limits v0.1.0 (/source) Oct 10 19:42:09.228 INFO kablam! warning: unused variable: `j` Oct 10 19:42:09.228 INFO kablam! --> src/lib.rs:48:13 Oct 10 19:42:09.228 INFO kablam! | Oct 10 19:42:09.228 INFO kablam! 48 | for j in 0..m { Oct 10 19:42:09.228 INFO kablam! | ^ help: consider using `_j` instead Oct 10 19:42:09.228 INFO kablam! | Oct 10 19:42:09.228 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:42:09.228 INFO kablam! Oct 10 19:42:09.231 INFO kablam! warning: variable `MOD` should have a snake case name such as `mod` Oct 10 19:42:09.231 INFO kablam! --> src/compute.rs:34:9 Oct 10 19:42:09.231 INFO kablam! | Oct 10 19:42:09.232 INFO kablam! 34 | let MOD = 1_000_000_007; Oct 10 19:42:09.232 INFO kablam! | ^^^ Oct 10 19:42:09.232 INFO kablam! | Oct 10 19:42:09.232 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 19:42:09.232 INFO kablam! Oct 10 19:42:09.242 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 10 19:42:09.243 INFO kablam! --> src/lib.rs:36:9 Oct 10 19:42:09.243 INFO kablam! | Oct 10 19:42:09.243 INFO kablam! 36 | let N = v[0].parse::().expect("parse error"); Oct 10 19:42:09.244 INFO kablam! | ^ Oct 10 19:42:09.248 INFO kablam! Oct 10 19:42:10.898 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.40s Oct 10 19:42:10.902 INFO kablam! su: No module specific data is present Oct 10 19:42:11.321 INFO running `"docker" "rm" "-f" "ff27c83a20fbfa69effbebb403ccf83790669cb7e5b43622bbffb35b46e5508c"` Oct 10 19:42:11.434 INFO blam! ff27c83a20fbfa69effbebb403ccf83790669cb7e5b43622bbffb35b46e5508c Oct 10 19:42:11.434 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:42:11.436 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 19:42:11.640 INFO blam! aafc0bcdafaf76afeafeb1969868df735f279a8e3d654b74672dd8b6e981d8da Oct 10 19:42:11.648 INFO running `"docker" "start" "-a" "aafc0bcdafaf76afeafeb1969868df735f279a8e3d654b74672dd8b6e981d8da"` Oct 10 19:42:12.283 INFO kablam! usermod: no changes Oct 10 19:42:12.336 INFO kablam! Compiling increasing-speed-limits v0.1.0 (/source) Oct 10 19:42:13.232 INFO kablam! warning: unused variable: `j` Oct 10 19:42:13.233 INFO kablam! --> src/lib.rs:48:13 Oct 10 19:42:13.233 INFO kablam! | Oct 10 19:42:13.233 INFO kablam! 48 | for j in 0..m { Oct 10 19:42:13.233 INFO kablam! | ^ help: consider using `_j` instead Oct 10 19:42:13.234 INFO kablam! | Oct 10 19:42:13.234 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:42:13.234 INFO kablam! Oct 10 19:42:13.260 INFO kablam! warning: variable `MOD` should have a snake case name such as `mod` Oct 10 19:42:13.261 INFO kablam! --> src/compute.rs:34:9 Oct 10 19:42:13.261 INFO kablam! | Oct 10 19:42:13.261 INFO kablam! 34 | let MOD = 1_000_000_007; Oct 10 19:42:13.261 INFO kablam! | ^^^ Oct 10 19:42:13.262 INFO kablam! | Oct 10 19:42:13.262 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 19:42:13.262 INFO kablam! Oct 10 19:42:13.262 INFO kablam! warning: function `test_BIT` should have a snake case name such as `test_bit` Oct 10 19:42:13.263 INFO kablam! --> src/compute.rs:60:1 Oct 10 19:42:13.263 INFO kablam! | Oct 10 19:42:13.263 INFO kablam! 60 | / fn test_BIT() { Oct 10 19:42:13.263 INFO kablam! 61 | | let mut tree = BIT::new(5); Oct 10 19:42:13.264 INFO kablam! 62 | | assert_eq!(vec![0; 6], tree.tree); Oct 10 19:42:13.264 INFO kablam! 63 | | tree.add(1, 1); Oct 10 19:42:13.264 INFO kablam! ... | Oct 10 19:42:13.264 INFO kablam! 79 | | assert_eq!(13, count_inc_seq(s)); Oct 10 19:42:13.265 INFO kablam! 80 | | } Oct 10 19:42:13.265 INFO kablam! | |_^ Oct 10 19:42:13.265 INFO kablam! Oct 10 19:42:13.265 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 10 19:42:13.266 INFO kablam! --> src/lib.rs:36:9 Oct 10 19:42:13.266 INFO kablam! | Oct 10 19:42:13.266 INFO kablam! 36 | let N = v[0].parse::().expect("parse error"); Oct 10 19:42:13.266 INFO kablam! | ^ Oct 10 19:42:13.267 INFO kablam! Oct 10 19:42:14.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Oct 10 19:42:14.008 INFO kablam! su: No module specific data is present Oct 10 19:42:14.455 INFO running `"docker" "rm" "-f" "aafc0bcdafaf76afeafeb1969868df735f279a8e3d654b74672dd8b6e981d8da"` Oct 10 19:42:14.672 INFO blam! aafc0bcdafaf76afeafeb1969868df735f279a8e3d654b74672dd8b6e981d8da Oct 10 19:42:14.677 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:42:14.678 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 19:42:15.029 INFO blam! a1121f73b358866ad3abd7784fe158eb067eee7b1830d0a5860df35b55bb4b6a Oct 10 19:42:15.041 INFO running `"docker" "start" "-a" "a1121f73b358866ad3abd7784fe158eb067eee7b1830d0a5860df35b55bb4b6a"` Oct 10 19:42:15.849 INFO kablam! usermod: no changes Oct 10 19:42:15.921 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 19:42:15.925 INFO kablam! Running /target/debug/deps/increasing_speed_limits-fe696b0da77b3e5b Oct 10 19:42:15.932 INFO kablam! Running /target/debug/deps/increasing_speed_limits-50b745f1f820f694 Oct 10 19:42:15.932 INFO blam! Oct 10 19:42:15.932 INFO kablam! Doc-tests increasing-speed-limits Oct 10 19:42:15.932 INFO blam! running 1 test Oct 10 19:42:15.932 INFO blam! test compute::test_BIT ... ok Oct 10 19:42:15.932 INFO blam! Oct 10 19:42:15.932 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:42:15.932 INFO blam! Oct 10 19:42:15.932 INFO blam! Oct 10 19:42:15.932 INFO blam! running 0 tests Oct 10 19:42:15.932 INFO blam! Oct 10 19:42:15.932 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:42:15.932 INFO blam! Oct 10 19:42:17.021 INFO blam! Oct 10 19:42:17.021 INFO blam! running 0 tests Oct 10 19:42:17.021 INFO blam! Oct 10 19:42:17.022 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:42:17.022 INFO blam! Oct 10 19:42:17.024 INFO kablam! su: No module specific data is present Oct 10 19:42:17.554 INFO running `"docker" "rm" "-f" "a1121f73b358866ad3abd7784fe158eb067eee7b1830d0a5860df35b55bb4b6a"` Oct 10 19:42:17.756 INFO blam! a1121f73b358866ad3abd7784fe158eb067eee7b1830d0a5860df35b55bb4b6a