[INFO] updating cached repository JuanPotato/what-the-heck-is-going-on [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/JuanPotato/what-the-heck-is-going-on [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/JuanPotato/what-the-heck-is-going-on" "work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/JuanPotato/what-the-heck-is-going-on"` [INFO] [stderr] Cloning into 'work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/JuanPotato/what-the-heck-is-going-on'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/JuanPotato/what-the-heck-is-going-on" "work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/JuanPotato/what-the-heck-is-going-on"` [INFO] [stderr] Cloning into 'work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/JuanPotato/what-the-heck-is-going-on'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8b1b9d51c88f5a3eff6de7ea9303cd23c8bbbfac [INFO] sha for GitHub repo JuanPotato/what-the-heck-is-going-on: 8b1b9d51c88f5a3eff6de7ea9303cd23c8bbbfac [INFO] validating manifest of JuanPotato/what-the-heck-is-going-on on toolchain master#0f88167f89fffe321590c5148f21b7d51d44388d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of JuanPotato/what-the-heck-is-going-on on toolchain try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing JuanPotato/what-the-heck-is-going-on [INFO] finished frobbing JuanPotato/what-the-heck-is-going-on [INFO] frobbed toml for JuanPotato/what-the-heck-is-going-on written to work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/JuanPotato/what-the-heck-is-going-on/Cargo.toml [INFO] started frobbing JuanPotato/what-the-heck-is-going-on [INFO] finished frobbing JuanPotato/what-the-heck-is-going-on [INFO] frobbed toml for JuanPotato/what-the-heck-is-going-on written to work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/JuanPotato/what-the-heck-is-going-on/Cargo.toml [INFO] crate JuanPotato/what-the-heck-is-going-on already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking JuanPotato/what-the-heck-is-going-on against master#0f88167f89fffe321590c5148f21b7d51d44388d for pr-58948 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58948/worker-1/master#0f88167f89fffe321590c5148f21b7d51d44388d:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/JuanPotato/what-the-heck-is-going-on:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 53472713431dfdf5c234bf0127ff817187ee2b3d1e8b3968719955be1ada033c [INFO] running `"docker" "start" "-a" "53472713431dfdf5c234bf0127ff817187ee2b3d1e8b3968719955be1ada033c"` [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking regex v1.0.0 [INFO] [stderr] Checking testing v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/main.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn new(default: T) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `push` [INFO] [stderr] --> src/main.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn push(&mut self, item: T) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `len` [INFO] [stderr] --> src/main.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn len(&self) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_boundaries_psuedo` [INFO] [stderr] --> src/main.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | fn get_boundaries_psuedo(string: &str) -> PsuedoVec { // Better than regex [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `fsm_mode_psuedo` [INFO] [stderr] --> src/main.rs:102:1 [INFO] [stderr] | [INFO] [stderr] 102 | fn fsm_mode_psuedo(text: &str) -> Option<(&str, &str)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_boundaries` [INFO] [stderr] --> src/main.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | fn get_boundaries(string: &str) -> Vec { // Better than regex [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `fsm_mode` [INFO] [stderr] --> src/main.rs:151:1 [INFO] [stderr] | [INFO] [stderr] 151 | fn fsm_mode(text: &str) -> Option<(&str, &str)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_bounds_2` [INFO] [stderr] --> src/main.rs:166:1 [INFO] [stderr] | [INFO] [stderr] 166 | fn get_bounds_2(string: &str) -> Option<(&str, &str)> { // Better than regex [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `regex_mode` [INFO] [stderr] --> src/main.rs:252:1 [INFO] [stderr] | [INFO] [stderr] 252 | fn regex_mode(text: &str) -> Option<(&str, &str)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static variable `tests` should have an upper case name [INFO] [stderr] --> src/main.rs:10:8 [INFO] [stderr] | [INFO] [stderr] 10 | static tests: [&'static str; 8] = [ [INFO] [stderr] | ^^^^^ help: convert the identifier to upper case: `TESTS` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_bounds_2` [INFO] [stderr] --> src/main.rs:166:1 [INFO] [stderr] | [INFO] [stderr] 166 | fn get_bounds_2(string: &str) -> Option<(&str, &str)> { // Better than regex [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `tests` should have an upper case name [INFO] [stderr] --> src/main.rs:10:8 [INFO] [stderr] | [INFO] [stderr] 10 | static tests: [&'static str; 8] = [ [INFO] [stderr] | ^^^^^ help: convert the identifier to upper case: `TESTS` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.68s [INFO] running `"docker" "inspect" "53472713431dfdf5c234bf0127ff817187ee2b3d1e8b3968719955be1ada033c"` [INFO] running `"docker" "rm" "-f" "53472713431dfdf5c234bf0127ff817187ee2b3d1e8b3968719955be1ada033c"` [INFO] [stdout] 53472713431dfdf5c234bf0127ff817187ee2b3d1e8b3968719955be1ada033c