[INFO] cloning repository JRegimbal/luhn-algorithm [INFO] running `"git" "clone" "--bare" "git://github.com/JRegimbal/luhn-algorithm.git" "work/cache/sources/gh/JRegimbal/luhn-algorithm"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/JRegimbal/luhn-algorithm'... [INFO] running `"git" "clone" "work/cache/sources/gh/JRegimbal/luhn-algorithm" "work/ex/pr-58899/sources/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6/gh/JRegimbal/luhn-algorithm"` [INFO] [stderr] Cloning into 'work/ex/pr-58899/sources/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6/gh/JRegimbal/luhn-algorithm'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/JRegimbal/luhn-algorithm" "work/ex/pr-58899/sources/try#290ac7b29f41ff9fa5232f9a1116ea71a3501063/gh/JRegimbal/luhn-algorithm"` [INFO] [stderr] Cloning into 'work/ex/pr-58899/sources/try#290ac7b29f41ff9fa5232f9a1116ea71a3501063/gh/JRegimbal/luhn-algorithm'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9ec7c175e18f72c9a8966794afdfe2d1792112d8 [INFO] sha for GitHub repo JRegimbal/luhn-algorithm: 9ec7c175e18f72c9a8966794afdfe2d1792112d8 [INFO] validating manifest of JRegimbal/luhn-algorithm on toolchain master#c0086b9e8972fef9fd4af24bae20d45021ed06c6 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0086b9e8972fef9fd4af24bae20d45021ed06c6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of JRegimbal/luhn-algorithm on toolchain try#290ac7b29f41ff9fa5232f9a1116ea71a3501063 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+290ac7b29f41ff9fa5232f9a1116ea71a3501063-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing JRegimbal/luhn-algorithm [INFO] finished frobbing JRegimbal/luhn-algorithm [INFO] frobbed toml for JRegimbal/luhn-algorithm written to work/ex/pr-58899/sources/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6/gh/JRegimbal/luhn-algorithm/Cargo.toml [INFO] started frobbing JRegimbal/luhn-algorithm [INFO] finished frobbing JRegimbal/luhn-algorithm [INFO] frobbed toml for JRegimbal/luhn-algorithm written to work/ex/pr-58899/sources/try#290ac7b29f41ff9fa5232f9a1116ea71a3501063/gh/JRegimbal/luhn-algorithm/Cargo.toml [INFO] crate JRegimbal/luhn-algorithm has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0086b9e8972fef9fd4af24bae20d45021ed06c6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+290ac7b29f41ff9fa5232f9a1116ea71a3501063-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking JRegimbal/luhn-algorithm against try#290ac7b29f41ff9fa5232f9a1116ea71a3501063 for pr-58899 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58899/worker-5/try#290ac7b29f41ff9fa5232f9a1116ea71a3501063:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58899/sources/try#290ac7b29f41ff9fa5232f9a1116ea71a3501063/gh/JRegimbal/luhn-algorithm:/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" "+290ac7b29f41ff9fa5232f9a1116ea71a3501063-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 62fa1ad49d7d5db8217bd459ba18e878e555269be500efa3a4cc653a807481a5 [INFO] running `"docker" "start" "-a" "62fa1ad49d7d5db8217bd459ba18e878e555269be500efa3a4cc653a807481a5"` [INFO] [stderr] warning: path `/opt/crater/workdir/src/luhn.rs` was erroneously implicitly accepted for library `luhn`, [INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml [INFO] [stderr] Checking luhn_check v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `luhn_valid` [INFO] [stderr] --> src/luhn.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn luhn_valid(raw_input: &String) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `luhn_valid` [INFO] [stderr] --> src/luhn.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn luhn_valid(raw_input: &String) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `"docker" "inspect" "62fa1ad49d7d5db8217bd459ba18e878e555269be500efa3a4cc653a807481a5"` [INFO] running `"docker" "rm" "-f" "62fa1ad49d7d5db8217bd459ba18e878e555269be500efa3a4cc653a807481a5"` [INFO] [stdout] 62fa1ad49d7d5db8217bd459ba18e878e555269be500efa3a4cc653a807481a5