[INFO] updating cached repository focusaurus/tealeaves [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/focusaurus/tealeaves [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/focusaurus/tealeaves" "work/ex/pr-60174/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/focusaurus/tealeaves"` [INFO] [stderr] Cloning into 'work/ex/pr-60174/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/focusaurus/tealeaves'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/focusaurus/tealeaves" "work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/gh/focusaurus/tealeaves"` [INFO] [stderr] Cloning into 'work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/gh/focusaurus/tealeaves'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 78d7642f9ea2eb0f75de17ebdfecf646cf853dfe [INFO] sha for GitHub repo focusaurus/tealeaves: 78d7642f9ea2eb0f75de17ebdfecf646cf853dfe [INFO] validating manifest of focusaurus/tealeaves on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of focusaurus/tealeaves on toolchain try#74092351c05ae61047b2be02024415546595e974 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+74092351c05ae61047b2be02024415546595e974-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing focusaurus/tealeaves [INFO] finished frobbing focusaurus/tealeaves [INFO] frobbed toml for focusaurus/tealeaves written to work/ex/pr-60174/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/focusaurus/tealeaves/Cargo.toml [INFO] started frobbing focusaurus/tealeaves [INFO] finished frobbing focusaurus/tealeaves [INFO] frobbed toml for focusaurus/tealeaves written to work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/gh/focusaurus/tealeaves/Cargo.toml [INFO] crate focusaurus/tealeaves already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+74092351c05ae61047b2be02024415546595e974-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking focusaurus/tealeaves against try#74092351c05ae61047b2be02024415546595e974 for pr-60174 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60174/worker-6/try#74092351c05ae61047b2be02024415546595e974:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/gh/focusaurus/tealeaves:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+74092351c05ae61047b2be02024415546595e974-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e2ee3a393900ca23b94e9f0c8085c011c7f865e91d076d6e57ee5bd502bae3d3 [INFO] running `"docker" "start" "-a" "e2ee3a393900ca23b94e9f0c8085c011c7f865e91d076d6e57ee5bd502bae3d3"` [INFO] [stderr] Checking memchr v2.0.2 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking parking_lot v0.4.8 [INFO] [stderr] Checking structopt v0.1.7 [INFO] [stderr] Checking nom v4.0.0 [INFO] [stderr] Checking rsfs v0.4.1 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking rusticata-macros v1.0.0 [INFO] [stderr] Checking nom_pem v4.0.0 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking der-parser v1.0.0 [INFO] [stderr] Checking x509-parser v0.3.0 [INFO] [stderr] Checking tealeaves v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: unknown lint: `decimal_literal_representation` [INFO] [stderr] --> tests/private_keys.rs:139:9 [INFO] [stderr] | [INFO] [stderr] 139 | #[allow(decimal_literal_representation)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unknown_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:35:15 [INFO] [stderr] | [INFO] [stderr] 35 | match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:35:15 [INFO] [stderr] | [INFO] [stderr] 35 | match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.06s [INFO] running `"docker" "inspect" "e2ee3a393900ca23b94e9f0c8085c011c7f865e91d076d6e57ee5bd502bae3d3"` [INFO] running `"docker" "rm" "-f" "e2ee3a393900ca23b94e9f0c8085c011c7f865e91d076d6e57ee5bd502bae3d3"` [INFO] [stdout] e2ee3a393900ca23b94e9f0c8085c011c7f865e91d076d6e57ee5bd502bae3d3