Oct 13 05:45:23.088 INFO testing neerajbisht1987/minigrep against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:45:23.089 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 05:45:23.592 INFO blam! cff1fdd760cf4fe1aa0513b35df37f5e3c78addd82cc15504eb3028adce9ee47 Oct 13 05:45:23.594 INFO running `"docker" "start" "-a" "cff1fdd760cf4fe1aa0513b35df37f5e3c78addd82cc15504eb3028adce9ee47"` Oct 13 05:45:25.286 INFO kablam! usermod: no changes Oct 13 05:45:25.347 INFO kablam! Compiling minigrep v0.1.0 (/source) Oct 13 05:45:25.699 INFO kablam! warning: variable `V` should have a snake case name such as `v` Oct 13 05:45:25.699 INFO kablam! --> src/lib.rs:29:14 Oct 13 05:45:25.699 INFO kablam! | Oct 13 05:45:25.699 INFO kablam! 29 | Some(V)=>V, Oct 13 05:45:25.699 INFO kablam! | ^ Oct 13 05:45:25.699 INFO kablam! | Oct 13 05:45:25.699 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:45:25.699 INFO kablam! Oct 13 05:45:25.699 INFO kablam! warning: variable `V` should have a snake case name such as `v` Oct 13 05:45:25.699 INFO kablam! --> src/lib.rs:34:14 Oct 13 05:45:25.699 INFO kablam! | Oct 13 05:45:25.699 INFO kablam! 34 | Some(V)=>V, Oct 13 05:45:25.699 INFO kablam! | ^ Oct 13 05:45:25.699 INFO kablam! Oct 13 05:45:25.699 INFO kablam! warning: variable `caseSensitivity` should have a snake case name such as `case_sensitivity` Oct 13 05:45:25.699 INFO kablam! --> src/lib.rs:41:50 Oct 13 05:45:25.699 INFO kablam! | Oct 13 05:45:25.699 INFO kablam! 41 | pub fn search<'a>(query: &str, contents: &'a str,caseSensitivity:bool) -> Vec<&'a str> { Oct 13 05:45:25.699 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:45:25.699 INFO kablam! Oct 13 05:45:27.039 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.73s Oct 13 05:45:27.042 INFO kablam! su: No module specific data is present Oct 13 05:45:27.704 INFO running `"docker" "rm" "-f" "cff1fdd760cf4fe1aa0513b35df37f5e3c78addd82cc15504eb3028adce9ee47"` Oct 13 05:45:27.948 INFO blam! cff1fdd760cf4fe1aa0513b35df37f5e3c78addd82cc15504eb3028adce9ee47 Oct 13 05:45:27.955 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 05:45:28.330 INFO blam! 0c6a9dc5af6ba7cb229d0baf5adc47a2723fed0326fa1687942853c881f76f98 Oct 13 05:45:28.339 INFO running `"docker" "start" "-a" "0c6a9dc5af6ba7cb229d0baf5adc47a2723fed0326fa1687942853c881f76f98"` Oct 13 05:45:29.640 INFO kablam! usermod: no changes Oct 13 05:45:29.699 INFO kablam! Compiling minigrep v0.1.0 (/source) Oct 13 05:45:30.479 INFO kablam! warning: variable `V` should have a snake case name such as `v` Oct 13 05:45:30.479 INFO kablam! --> src/lib.rs:29:14 Oct 13 05:45:30.479 INFO kablam! | Oct 13 05:45:30.479 INFO kablam! 29 | Some(V)=>V, Oct 13 05:45:30.479 INFO kablam! | ^ Oct 13 05:45:30.479 INFO kablam! | Oct 13 05:45:30.479 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:45:30.479 INFO kablam! Oct 13 05:45:30.479 INFO kablam! warning: variable `V` should have a snake case name such as `v` Oct 13 05:45:30.479 INFO kablam! --> src/lib.rs:34:14 Oct 13 05:45:30.479 INFO kablam! | Oct 13 05:45:30.479 INFO kablam! 34 | Some(V)=>V, Oct 13 05:45:30.479 INFO kablam! | ^ Oct 13 05:45:30.479 INFO kablam! Oct 13 05:45:30.479 INFO kablam! warning: variable `caseSensitivity` should have a snake case name such as `case_sensitivity` Oct 13 05:45:30.479 INFO kablam! --> src/lib.rs:41:50 Oct 13 05:45:30.479 INFO kablam! | Oct 13 05:45:30.479 INFO kablam! 41 | pub fn search<'a>(query: &str, contents: &'a str,caseSensitivity:bool) -> Vec<&'a str> { Oct 13 05:45:30.479 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:45:30.479 INFO kablam! Oct 13 05:45:31.431 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 13 05:45:31.431 INFO kablam! su: No module specific data is present Oct 13 05:45:32.199 INFO running `"docker" "rm" "-f" "0c6a9dc5af6ba7cb229d0baf5adc47a2723fed0326fa1687942853c881f76f98"` Oct 13 05:45:32.419 INFO blam! 0c6a9dc5af6ba7cb229d0baf5adc47a2723fed0326fa1687942853c881f76f98 Oct 13 05:45:32.435 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 05:45:32.779 INFO blam! d4a24dcc3332a114f47824eb3a27c5d17f9a1d6283110511c370c94be36ee036 Oct 13 05:45:32.779 INFO running `"docker" "start" "-a" "d4a24dcc3332a114f47824eb3a27c5d17f9a1d6283110511c370c94be36ee036"` Oct 13 05:45:33.334 INFO kablam! usermod: no changes Oct 13 05:45:33.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 05:45:33.394 INFO kablam! Running /target/debug/deps/minigrep-927aa0b428fc5082 Oct 13 05:45:33.399 INFO blam! Oct 13 05:45:33.399 INFO blam! running 1 test Oct 13 05:45:33.399 INFO blam! test test::one_result ... ok Oct 13 05:45:33.399 INFO blam! Oct 13 05:45:33.399 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:45:33.399 INFO blam! Oct 13 05:45:33.410 INFO blam! Oct 13 05:45:33.410 INFO kablam! Running /target/debug/deps/minigrep-e1a860247bf24511 Oct 13 05:45:33.410 INFO blam! running 0 tests Oct 13 05:45:33.410 INFO kablam! Doc-tests minigrep Oct 13 05:45:33.410 INFO blam! Oct 13 05:45:33.410 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:45:33.410 INFO blam! Oct 13 05:45:33.772 INFO blam! Oct 13 05:45:33.773 INFO blam! running 0 tests Oct 13 05:45:33.773 INFO blam! Oct 13 05:45:33.773 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:45:33.773 INFO blam! Oct 13 05:45:33.778 INFO kablam! su: No module specific data is present Oct 13 05:45:34.275 INFO running `"docker" "rm" "-f" "d4a24dcc3332a114f47824eb3a27c5d17f9a1d6283110511c370c94be36ee036"` Oct 13 05:45:34.495 INFO blam! d4a24dcc3332a114f47824eb3a27c5d17f9a1d6283110511c370c94be36ee036