[INFO] updating cached repository 0ncorhynchus/cafemake [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/0ncorhynchus/cafemake [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/0ncorhynchus/cafemake" "work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/0ncorhynchus/cafemake"` [INFO] [stderr] Cloning into 'work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/0ncorhynchus/cafemake'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/0ncorhynchus/cafemake" "work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/0ncorhynchus/cafemake"` [INFO] [stderr] Cloning into 'work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/0ncorhynchus/cafemake'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b5173d199c7d65e37cf4e89d6debe801bdf8db09 [INFO] sha for GitHub repo 0ncorhynchus/cafemake: b5173d199c7d65e37cf4e89d6debe801bdf8db09 [INFO] validating manifest of 0ncorhynchus/cafemake 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 0ncorhynchus/cafemake 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 0ncorhynchus/cafemake [INFO] finished frobbing 0ncorhynchus/cafemake [INFO] frobbed toml for 0ncorhynchus/cafemake written to work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/0ncorhynchus/cafemake/Cargo.toml [INFO] started frobbing 0ncorhynchus/cafemake [INFO] finished frobbing 0ncorhynchus/cafemake [INFO] frobbed toml for 0ncorhynchus/cafemake written to work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/0ncorhynchus/cafemake/Cargo.toml [INFO] crate 0ncorhynchus/cafemake 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 0ncorhynchus/cafemake against try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b for pr-58948 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58948/worker-5/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/0ncorhynchus/cafemake:/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" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a0735c6932987ff3641dd588c6d7fd23adc5d128a2c6cc319f23c331a5a2bb7f [INFO] running `"docker" "start" "-a" "a0735c6932987ff3641dd588c6d7fd23adc5d128a2c6cc319f23c331a5a2bb7f"` [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Checking cafemake v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: static variable `mod_proc_re` should have an upper case name [INFO] [stderr] --> src/core.rs:196:20 [INFO] [stderr] | [INFO] [stderr] 196 | static ref mod_proc_re: Regex = [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper case: `MOD_PROC_RE` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `mod_re` should have an upper case name [INFO] [stderr] --> src/core.rs:199:20 [INFO] [stderr] | [INFO] [stderr] 199 | static ref mod_re: Regex = Regex::new(r"^\s*module\s+([[:alpha:]][[:word:]]*)") [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `MOD_RE` [INFO] [stderr] [INFO] [stderr] warning: static variable `use_re` should have an upper case name [INFO] [stderr] --> src/core.rs:215:20 [INFO] [stderr] | [INFO] [stderr] 215 | static ref use_re: Regex = Regex::new(r"^\s*use\s+([[:alpha:]][[:word:]]*)") [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `USE_RE` [INFO] [stderr] [INFO] [stderr] warning: static variable `mod_proc_re` should have an upper case name [INFO] [stderr] --> src/core.rs:196:20 [INFO] [stderr] | [INFO] [stderr] 196 | static ref mod_proc_re: Regex = [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper case: `MOD_PROC_RE` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `mod_re` should have an upper case name [INFO] [stderr] --> src/core.rs:199:20 [INFO] [stderr] | [INFO] [stderr] 199 | static ref mod_re: Regex = Regex::new(r"^\s*module\s+([[:alpha:]][[:word:]]*)") [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `MOD_RE` [INFO] [stderr] [INFO] [stderr] warning: static variable `use_re` should have an upper case name [INFO] [stderr] --> src/core.rs:215:20 [INFO] [stderr] | [INFO] [stderr] 215 | static ref use_re: Regex = Regex::new(r"^\s*use\s+([[:alpha:]][[:word:]]*)") [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `USE_RE` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.48s [INFO] running `"docker" "inspect" "a0735c6932987ff3641dd588c6d7fd23adc5d128a2c6cc319f23c331a5a2bb7f"` [INFO] running `"docker" "rm" "-f" "a0735c6932987ff3641dd588c6d7fd23adc5d128a2c6cc319f23c331a5a2bb7f"` [INFO] [stdout] a0735c6932987ff3641dd588c6d7fd23adc5d128a2c6cc319f23c331a5a2bb7f