[INFO] cloning repository keysh/birth-id-generator [INFO] running `"git" "clone" "--bare" "git://github.com/keysh/birth-id-generator.git" "work/cache/sources/gh/keysh/birth-id-generator"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/keysh/birth-id-generator'... [INFO] running `"git" "clone" "work/cache/sources/gh/keysh/birth-id-generator" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/keysh/birth-id-generator"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/keysh/birth-id-generator'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/keysh/birth-id-generator" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/keysh/birth-id-generator"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/keysh/birth-id-generator'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] daf9002867b07e55f0a9a36d99fb8d59b057dba2 [INFO] sha for GitHub repo keysh/birth-id-generator: daf9002867b07e55f0a9a36d99fb8d59b057dba2 [INFO] validating manifest of keysh/birth-id-generator 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 keysh/birth-id-generator 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 keysh/birth-id-generator [INFO] finished frobbing keysh/birth-id-generator [INFO] frobbed toml for keysh/birth-id-generator written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/keysh/birth-id-generator/Cargo.toml [INFO] started frobbing keysh/birth-id-generator [INFO] finished frobbing keysh/birth-id-generator [INFO] frobbed toml for keysh/birth-id-generator written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/keysh/birth-id-generator/Cargo.toml [INFO] crate keysh/birth-id-generator 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 keysh/birth-id-generator against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/keysh/birth-id-generator:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 250f53c3faefe2d3062b1a894606c8d916b22900f3c81683df7b640c648f8a29 [INFO] running `"docker" "start" "-a" "250f53c3faefe2d3062b1a894606c8d916b22900f3c81683df7b640c648f8a29"` [INFO] [stderr] Compiling birth-id-generator v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:74:10 [INFO] [stderr] | [INFO] [stderr] 74 | 0...9 => format!("00{}", seq_part), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:75:11 [INFO] [stderr] | [INFO] [stderr] 75 | 10...99 => format!("0{}", seq_part), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.41s [INFO] running `"docker" "inspect" "250f53c3faefe2d3062b1a894606c8d916b22900f3c81683df7b640c648f8a29"` [INFO] running `"docker" "rm" "-f" "250f53c3faefe2d3062b1a894606c8d916b22900f3c81683df7b640c648f8a29"` [INFO] [stdout] 250f53c3faefe2d3062b1a894606c8d916b22900f3c81683df7b640c648f8a29 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/keysh/birth-id-generator:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 71ca08cdf2a89c9ebba2831ef72416eb5dab6b4cddcc2f62c4dcde71bea64ee3 [INFO] running `"docker" "start" "-a" "71ca08cdf2a89c9ebba2831ef72416eb5dab6b4cddcc2f62c4dcde71bea64ee3"` [INFO] [stderr] Compiling birth-id-generator v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:74:10 [INFO] [stderr] | [INFO] [stderr] 74 | 0...9 => format!("00{}", seq_part), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:75:11 [INFO] [stderr] | [INFO] [stderr] 75 | 10...99 => format!("0{}", seq_part), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `"docker" "inspect" "71ca08cdf2a89c9ebba2831ef72416eb5dab6b4cddcc2f62c4dcde71bea64ee3"` [INFO] running `"docker" "rm" "-f" "71ca08cdf2a89c9ebba2831ef72416eb5dab6b4cddcc2f62c4dcde71bea64ee3"` [INFO] [stdout] 71ca08cdf2a89c9ebba2831ef72416eb5dab6b4cddcc2f62c4dcde71bea64ee3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/keysh/birth-id-generator:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] a19185c615ad7dd98beccc4aa7373f0d5009de1cd75141e1ed4b235e442ab4f1 [INFO] running `"docker" "start" "-a" "a19185c615ad7dd98beccc4aa7373f0d5009de1cd75141e1ed4b235e442ab4f1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/birth_id_generator-eabe80e1949b649a [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" "a19185c615ad7dd98beccc4aa7373f0d5009de1cd75141e1ed4b235e442ab4f1"` [INFO] running `"docker" "rm" "-f" "a19185c615ad7dd98beccc4aa7373f0d5009de1cd75141e1ed4b235e442ab4f1"` [INFO] [stdout] a19185c615ad7dd98beccc4aa7373f0d5009de1cd75141e1ed4b235e442ab4f1