[INFO] updating cached repository simulacrumparty/casaubon [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/simulacrumparty/casaubon [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/simulacrumparty/casaubon" "work/ex/pr-60261/sources/master#1891bfa80364eead426517c68de6947b7692e2de/gh/simulacrumparty/casaubon"` [INFO] [stderr] Cloning into 'work/ex/pr-60261/sources/master#1891bfa80364eead426517c68de6947b7692e2de/gh/simulacrumparty/casaubon'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/simulacrumparty/casaubon" "work/ex/pr-60261/sources/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/gh/simulacrumparty/casaubon"` [INFO] [stderr] Cloning into 'work/ex/pr-60261/sources/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/gh/simulacrumparty/casaubon'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] aade0d66a35bcf36dfb9387d324c356d6a856347 [INFO] sha for GitHub repo simulacrumparty/casaubon: aade0d66a35bcf36dfb9387d324c356d6a856347 [INFO] validating manifest of simulacrumparty/casaubon on toolchain master#1891bfa80364eead426517c68de6947b7692e2de [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1891bfa80364eead426517c68de6947b7692e2de-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of simulacrumparty/casaubon on toolchain try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bfdcf6db3afcce5fe4013023cfa8ba359c5d527a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing simulacrumparty/casaubon [INFO] finished frobbing simulacrumparty/casaubon [INFO] frobbed toml for simulacrumparty/casaubon written to work/ex/pr-60261/sources/master#1891bfa80364eead426517c68de6947b7692e2de/gh/simulacrumparty/casaubon/Cargo.toml [INFO] started frobbing simulacrumparty/casaubon [INFO] finished frobbing simulacrumparty/casaubon [INFO] frobbed toml for simulacrumparty/casaubon written to work/ex/pr-60261/sources/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/gh/simulacrumparty/casaubon/Cargo.toml [INFO] crate simulacrumparty/casaubon already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1891bfa80364eead426517c68de6947b7692e2de-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bfdcf6db3afcce5fe4013023cfa8ba359c5d527a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking simulacrumparty/casaubon against try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a for pr-60261 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60261/worker-5/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60261/sources/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/gh/simulacrumparty/casaubon:/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" "+bfdcf6db3afcce5fe4013023cfa8ba359c5d527a-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b8d467754d4295337dc3d79c33fb0b6ef9f3d0e212b451d4cfbc73c1e87e28e2 [INFO] running `"docker" "start" "-a" "b8d467754d4295337dc3d79c33fb0b6ef9f3d0e212b451d4cfbc73c1e87e28e2"` [INFO] [stderr] Compiling pulldown-cmark v0.0.11 [INFO] [stderr] Checking rand_os v0.1.1 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking tokio-reactor v0.1.7 [INFO] [stderr] Checking rand v0.6.4 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking inotify v0.6.1 [INFO] [stderr] Checking notify v4.0.6 [INFO] [stderr] Checking tempfile v3.0.5 [INFO] [stderr] Checking casaubon v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: static variable `re_with_date` should have an upper case name [INFO] [stderr] --> src/entry.rs:55:20 [INFO] [stderr] | [INFO] [stderr] 55 | static ref re_with_date: Regex = [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `RE_WITH_DATE` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `re_without_date` should have an upper case name [INFO] [stderr] --> src/entry.rs:58:20 [INFO] [stderr] | [INFO] [stderr] 58 | static ref re_without_date: Regex = [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RE_WITHOUT_DATE` [INFO] [stderr] [INFO] [stderr] warning: static variable `slug_re` should have an upper case name [INFO] [stderr] --> src/entry.rs:60:20 [INFO] [stderr] | [INFO] [stderr] 60 | static ref slug_re: Regex = Regex::new(r"(?P\S+).md").unwrap(); [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `SLUG_RE` [INFO] [stderr] [INFO] [stderr] warning: static variable `re_with_date` should have an upper case name [INFO] [stderr] --> src/entry.rs:55:20 [INFO] [stderr] | [INFO] [stderr] 55 | static ref re_with_date: Regex = [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `RE_WITH_DATE` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `re_without_date` should have an upper case name [INFO] [stderr] --> src/entry.rs:58:20 [INFO] [stderr] | [INFO] [stderr] 58 | static ref re_without_date: Regex = [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RE_WITHOUT_DATE` [INFO] [stderr] [INFO] [stderr] warning: static variable `slug_re` should have an upper case name [INFO] [stderr] --> src/entry.rs:60:20 [INFO] [stderr] | [INFO] [stderr] 60 | static ref slug_re: Regex = Regex::new(r"(?P\S+).md").unwrap(); [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `SLUG_RE` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.74s [INFO] running `"docker" "inspect" "b8d467754d4295337dc3d79c33fb0b6ef9f3d0e212b451d4cfbc73c1e87e28e2"` [INFO] running `"docker" "rm" "-f" "b8d467754d4295337dc3d79c33fb0b6ef9f3d0e212b451d4cfbc73c1e87e28e2"` [INFO] [stdout] b8d467754d4295337dc3d79c33fb0b6ef9f3d0e212b451d4cfbc73c1e87e28e2