Oct 12 18:34:33.382 INFO checking lambdabear/increasing_speed_limits against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 18:34:33.382 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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.695 INFO blam! def7c05fea4bd30847e3ef6f088050cc6a678632cdf3fe8ec382e4282945b763 Oct 12 18:34:33.702 INFO running `"docker" "start" "-a" "def7c05fea4bd30847e3ef6f088050cc6a678632cdf3fe8ec382e4282945b763"` Oct 12 18:34:34.208 INFO kablam! usermod: no changes Oct 12 18:34:34.296 INFO kablam! Checking increasing-speed-limits v0.1.0 (/source) Oct 12 18:34:34.821 INFO kablam! warning: unused variable: `j` Oct 12 18:34:34.822 INFO kablam! --> src/lib.rs:48:13 Oct 12 18:34:34.822 INFO kablam! | Oct 12 18:34:34.822 INFO kablam! 48 | for j in 0..m { Oct 12 18:34:34.822 INFO kablam! | ^ help: consider using `_j` instead Oct 12 18:34:34.822 INFO kablam! | Oct 12 18:34:34.822 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:34:34.822 INFO kablam! Oct 12 18:34:34.852 INFO kablam! warning: variable `MOD` should have a snake case name such as `mod` Oct 12 18:34:34.852 INFO kablam! --> src/compute.rs:34:9 Oct 12 18:34:34.852 INFO kablam! | Oct 12 18:34:34.852 INFO kablam! 34 | let MOD = 1_000_000_007; Oct 12 18:34:34.852 INFO kablam! | ^^^ Oct 12 18:34:34.852 INFO kablam! | Oct 12 18:34:34.852 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:34:34.852 INFO kablam! Oct 12 18:34:34.852 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 12 18:34:34.852 INFO kablam! --> src/lib.rs:36:9 Oct 12 18:34:34.852 INFO kablam! | Oct 12 18:34:34.852 INFO kablam! 36 | let N = v[0].parse::().expect("parse error"); Oct 12 18:34:34.852 INFO kablam! | ^ Oct 12 18:34:34.852 INFO kablam! Oct 12 18:34:34.905 INFO kablam! warning: unused variable: `j` Oct 12 18:34:34.906 INFO kablam! --> src/lib.rs:48:13 Oct 12 18:34:34.908 INFO kablam! | Oct 12 18:34:34.909 INFO kablam! 48 | for j in 0..m { Oct 12 18:34:34.909 INFO kablam! | ^ help: consider using `_j` instead Oct 12 18:34:34.909 INFO kablam! | Oct 12 18:34:34.910 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:34:34.910 INFO kablam! Oct 12 18:34:34.961 INFO kablam! warning: variable `MOD` should have a snake case name such as `mod` Oct 12 18:34:34.962 INFO kablam! --> src/compute.rs:34:9 Oct 12 18:34:34.962 INFO kablam! | Oct 12 18:34:34.962 INFO kablam! 34 | let MOD = 1_000_000_007; Oct 12 18:34:34.963 INFO kablam! | ^^^ Oct 12 18:34:34.963 INFO kablam! | Oct 12 18:34:34.963 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:34:34.965 INFO kablam! Oct 12 18:34:34.965 INFO kablam! warning: function `test_BIT` should have a snake case name such as `test_bit` Oct 12 18:34:34.968 INFO kablam! --> src/compute.rs:60:1 Oct 12 18:34:34.968 INFO kablam! | Oct 12 18:34:34.968 INFO kablam! 60 | / fn test_BIT() { Oct 12 18:34:34.968 INFO kablam! 61 | | let mut tree = BIT::new(5); Oct 12 18:34:34.968 INFO kablam! 62 | | assert_eq!(vec![0; 6], tree.tree); Oct 12 18:34:34.968 INFO kablam! 63 | | tree.add(1, 1); Oct 12 18:34:34.968 INFO kablam! ... | Oct 12 18:34:34.968 INFO kablam! 79 | | assert_eq!(13, count_inc_seq(s)); Oct 12 18:34:34.968 INFO kablam! 80 | | } Oct 12 18:34:34.968 INFO kablam! | |_^ Oct 12 18:34:34.968 INFO kablam! Oct 12 18:34:34.968 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 12 18:34:34.968 INFO kablam! --> src/lib.rs:36:9 Oct 12 18:34:34.968 INFO kablam! | Oct 12 18:34:34.968 INFO kablam! 36 | let N = v[0].parse::().expect("parse error"); Oct 12 18:34:34.968 INFO kablam! | ^ Oct 12 18:34:34.968 INFO kablam! Oct 12 18:34:35.405 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 12 18:34:35.409 INFO kablam! su: No module specific data is present Oct 12 18:34:35.840 INFO running `"docker" "rm" "-f" "def7c05fea4bd30847e3ef6f088050cc6a678632cdf3fe8ec382e4282945b763"` Oct 12 18:34:36.177 INFO blam! def7c05fea4bd30847e3ef6f088050cc6a678632cdf3fe8ec382e4282945b763