Oct 12 18:34:33.353 INFO checking lambdabear/increasing_speed_limits against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 18:34:33.354 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 12 18:34:33.664 INFO blam! be6186f350d1230b54fa0a4215a45618780fb64efb6cbcbbe27045c2cd1df118 Oct 12 18:34:33.667 INFO running `"docker" "start" "-a" "be6186f350d1230b54fa0a4215a45618780fb64efb6cbcbbe27045c2cd1df118"` Oct 12 18:34:34.128 INFO kablam! usermod: no changes Oct 12 18:34:34.172 INFO kablam! Checking increasing-speed-limits v0.1.0 (/source) Oct 12 18:34:34.540 INFO kablam! warning: unused variable: `j` Oct 12 18:34:34.540 INFO kablam! --> src/lib.rs:48:13 Oct 12 18:34:34.540 INFO kablam! | Oct 12 18:34:34.540 INFO kablam! 48 | for j in 0..m { Oct 12 18:34:34.540 INFO kablam! | ^ help: consider using `_j` instead Oct 12 18:34:34.540 INFO kablam! | Oct 12 18:34:34.540 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:34:34.540 INFO kablam! Oct 12 18:34:34.548 INFO kablam! warning: variable `MOD` should have a snake case name such as `mod` Oct 12 18:34:34.549 INFO kablam! --> src/compute.rs:34:9 Oct 12 18:34:34.549 INFO kablam! | Oct 12 18:34:34.549 INFO kablam! 34 | let MOD = 1_000_000_007; Oct 12 18:34:34.549 INFO kablam! | ^^^ Oct 12 18:34:34.549 INFO kablam! | Oct 12 18:34:34.556 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:34:34.556 INFO kablam! Oct 12 18:34:34.564 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 12 18:34:34.564 INFO kablam! --> src/lib.rs:36:9 Oct 12 18:34:34.564 INFO kablam! | Oct 12 18:34:34.564 INFO kablam! 36 | let N = v[0].parse::().expect("parse error"); Oct 12 18:34:34.564 INFO kablam! | ^ Oct 12 18:34:34.564 INFO kablam! Oct 12 18:34:34.688 INFO kablam! warning: unused variable: `j` Oct 12 18:34:34.688 INFO kablam! --> src/lib.rs:48:13 Oct 12 18:34:34.688 INFO kablam! | Oct 12 18:34:34.688 INFO kablam! 48 | for j in 0..m { Oct 12 18:34:34.688 INFO kablam! | ^ help: consider using `_j` instead Oct 12 18:34:34.688 INFO kablam! | Oct 12 18:34:34.688 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:34:34.688 INFO kablam! Oct 12 18:34:34.704 INFO kablam! warning: variable `MOD` should have a snake case name such as `mod` Oct 12 18:34:34.704 INFO kablam! --> src/compute.rs:34:9 Oct 12 18:34:34.704 INFO kablam! | Oct 12 18:34:34.704 INFO kablam! 34 | let MOD = 1_000_000_007; Oct 12 18:34:34.704 INFO kablam! | ^^^ Oct 12 18:34:34.704 INFO kablam! | Oct 12 18:34:34.704 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:34:34.704 INFO kablam! Oct 12 18:34:34.704 INFO kablam! warning: function `test_BIT` should have a snake case name such as `test_bit` Oct 12 18:34:34.704 INFO kablam! --> src/compute.rs:60:1 Oct 12 18:34:34.704 INFO kablam! | Oct 12 18:34:34.704 INFO kablam! 60 | / fn test_BIT() { Oct 12 18:34:34.704 INFO kablam! 61 | | let mut tree = BIT::new(5); Oct 12 18:34:34.704 INFO kablam! 62 | | assert_eq!(vec![0; 6], tree.tree); Oct 12 18:34:34.704 INFO kablam! 63 | | tree.add(1, 1); Oct 12 18:34:34.704 INFO kablam! ... | Oct 12 18:34:34.704 INFO kablam! 79 | | assert_eq!(13, count_inc_seq(s)); Oct 12 18:34:34.704 INFO kablam! 80 | | } Oct 12 18:34:34.704 INFO kablam! | |_^ Oct 12 18:34:34.704 INFO kablam! Oct 12 18:34:34.704 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 12 18:34:34.704 INFO kablam! --> src/lib.rs:36:9 Oct 12 18:34:34.704 INFO kablam! | Oct 12 18:34:34.704 INFO kablam! 36 | let N = v[0].parse::().expect("parse error"); Oct 12 18:34:34.704 INFO kablam! | ^ Oct 12 18:34:34.704 INFO kablam! Oct 12 18:34:35.186 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Oct 12 18:34:35.195 INFO kablam! su: No module specific data is present Oct 12 18:34:35.527 INFO running `"docker" "rm" "-f" "be6186f350d1230b54fa0a4215a45618780fb64efb6cbcbbe27045c2cd1df118"` Oct 12 18:34:35.658 INFO blam! be6186f350d1230b54fa0a4215a45618780fb64efb6cbcbbe27045c2cd1df118