[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-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/JRegimbal/luhn-algorithm"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/JRegimbal/luhn-algorithm'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/JRegimbal/luhn-algorithm" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/JRegimbal/luhn-algorithm"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of JRegimbal/luhn-algorithm on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-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-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/JRegimbal/luhn-algorithm/Cargo.toml [INFO] crate JRegimbal/luhn-algorithm already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing JRegimbal/luhn-algorithm against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 975bb69de52a0884cebdcbbc4d64a2f3a030ef687bf81e468458ea53e45cf64a [INFO] running `"docker" "start" "-a" "975bb69de52a0884cebdcbbc4d64a2f3a030ef687bf81e468458ea53e45cf64a"` [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] Compiling 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] Finished dev [unoptimized + debuginfo] target(s) in 1.70s [INFO] running `"docker" "inspect" "975bb69de52a0884cebdcbbc4d64a2f3a030ef687bf81e468458ea53e45cf64a"` [INFO] running `"docker" "rm" "-f" "975bb69de52a0884cebdcbbc4d64a2f3a030ef687bf81e468458ea53e45cf64a"` [INFO] [stdout] 975bb69de52a0884cebdcbbc4d64a2f3a030ef687bf81e468458ea53e45cf64a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] db9c3c757dbc3a2bc0ef268108affd428f96eda0dd0e4ff33ca55cfd46294ef6 [INFO] running `"docker" "start" "-a" "db9c3c757dbc3a2bc0ef268108affd428f96eda0dd0e4ff33ca55cfd46294ef6"` [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] Compiling 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] Finished dev [unoptimized + debuginfo] target(s) in 1.61s [INFO] running `"docker" "inspect" "db9c3c757dbc3a2bc0ef268108affd428f96eda0dd0e4ff33ca55cfd46294ef6"` [INFO] running `"docker" "rm" "-f" "db9c3c757dbc3a2bc0ef268108affd428f96eda0dd0e4ff33ca55cfd46294ef6"` [INFO] [stdout] db9c3c757dbc3a2bc0ef268108affd428f96eda0dd0e4ff33ca55cfd46294ef6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 7c24220eeabd2c477c7a0178b0040ed99929a0d000cffdcd01418fd8ab6a26d7 [INFO] running `"docker" "start" "-a" "7c24220eeabd2c477c7a0178b0040ed99929a0d000cffdcd01418fd8ab6a26d7"` [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] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/luhn-e1d993f5c62f8c55 [INFO] [stderr] Running /opt/crater/target/debug/deps/luhn_check-99bbe95b621cb380 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/luhn_test-2a1694b9716da729 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test checksum ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests luhn [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "7c24220eeabd2c477c7a0178b0040ed99929a0d000cffdcd01418fd8ab6a26d7"` [INFO] running `"docker" "rm" "-f" "7c24220eeabd2c477c7a0178b0040ed99929a0d000cffdcd01418fd8ab6a26d7"` [INFO] [stdout] 7c24220eeabd2c477c7a0178b0040ed99929a0d000cffdcd01418fd8ab6a26d7