[INFO] cloning repository AndyGauge/rust-prayer-lexer [INFO] running `"git" "clone" "--bare" "git://github.com/AndyGauge/rust-prayer-lexer.git" "work/cache/sources/gh/AndyGauge/rust-prayer-lexer"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/AndyGauge/rust-prayer-lexer'... [INFO] running `"git" "clone" "work/cache/sources/gh/AndyGauge/rust-prayer-lexer" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/AndyGauge/rust-prayer-lexer"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/AndyGauge/rust-prayer-lexer'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AndyGauge/rust-prayer-lexer" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AndyGauge/rust-prayer-lexer"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AndyGauge/rust-prayer-lexer'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d1c2b9e9eaef9b8706bd65e1f0524c979410a4eb [INFO] sha for GitHub repo AndyGauge/rust-prayer-lexer: d1c2b9e9eaef9b8706bd65e1f0524c979410a4eb [INFO] validating manifest of AndyGauge/rust-prayer-lexer 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 AndyGauge/rust-prayer-lexer 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 AndyGauge/rust-prayer-lexer [INFO] finished frobbing AndyGauge/rust-prayer-lexer [INFO] frobbed toml for AndyGauge/rust-prayer-lexer written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/AndyGauge/rust-prayer-lexer/Cargo.toml [INFO] started frobbing AndyGauge/rust-prayer-lexer [INFO] finished frobbing AndyGauge/rust-prayer-lexer [INFO] frobbed toml for AndyGauge/rust-prayer-lexer written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AndyGauge/rust-prayer-lexer/Cargo.toml [INFO] crate AndyGauge/rust-prayer-lexer 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 AndyGauge/rust-prayer-lexer against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AndyGauge/rust-prayer-lexer:/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] 4359f6c5e8c1715081952badd0e85669ddcee2431e27dcfaa40c64c70b155a59 [INFO] running `"docker" "start" "-a" "4359f6c5e8c1715081952badd0e85669ddcee2431e27dcfaa40c64c70b155a59"` [INFO] [stderr] Compiling openssl-probe v0.1.1 [INFO] [stderr] Compiling openssl-sys v0.9.11 [INFO] [stderr] Compiling libz-sys v1.0.13 [INFO] [stderr] Compiling curl-sys v0.3.10 [INFO] [stderr] Compiling classifier v0.0.3 [INFO] [stderr] Compiling curl v0.4.6 [INFO] [stderr] Compiling lex v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:63:39 [INFO] [stderr] | [INFO] [stderr] 63 | format!("{} {}:{}", book, chapter.trim_left_matches("0"), verse.trim_left_matches("0")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:63:69 [INFO] [stderr] | [INFO] [stderr] 63 | format!("{} {}:{}", book, chapter.trim_left_matches("0"), verse.trim_left_matches("0")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 22s [INFO] running `"docker" "inspect" "4359f6c5e8c1715081952badd0e85669ddcee2431e27dcfaa40c64c70b155a59"` [INFO] running `"docker" "rm" "-f" "4359f6c5e8c1715081952badd0e85669ddcee2431e27dcfaa40c64c70b155a59"` [INFO] [stdout] 4359f6c5e8c1715081952badd0e85669ddcee2431e27dcfaa40c64c70b155a59 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AndyGauge/rust-prayer-lexer:/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] cb9266e95041559a2d026f675caf97c94736ddddce62e54e662c87e028278b17 [INFO] running `"docker" "start" "-a" "cb9266e95041559a2d026f675caf97c94736ddddce62e54e662c87e028278b17"` [INFO] [stderr] Compiling lex v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:63:39 [INFO] [stderr] | [INFO] [stderr] 63 | format!("{} {}:{}", book, chapter.trim_left_matches("0"), verse.trim_left_matches("0")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:63:69 [INFO] [stderr] | [INFO] [stderr] 63 | format!("{} {}:{}", book, chapter.trim_left_matches("0"), verse.trim_left_matches("0")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `"docker" "inspect" "cb9266e95041559a2d026f675caf97c94736ddddce62e54e662c87e028278b17"` [INFO] running `"docker" "rm" "-f" "cb9266e95041559a2d026f675caf97c94736ddddce62e54e662c87e028278b17"` [INFO] [stdout] cb9266e95041559a2d026f675caf97c94736ddddce62e54e662c87e028278b17 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AndyGauge/rust-prayer-lexer:/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] eb5ad4d0033d621c74ccc298c1d21c72b2bf117c8109f58771e45a1349342079 [INFO] running `"docker" "start" "-a" "eb5ad4d0033d621c74ccc298c1d21c72b2bf117c8109f58771e45a1349342079"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/lex-7a98ae7f4a2ddc25 [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" "eb5ad4d0033d621c74ccc298c1d21c72b2bf117c8109f58771e45a1349342079"` [INFO] running `"docker" "rm" "-f" "eb5ad4d0033d621c74ccc298c1d21c72b2bf117c8109f58771e45a1349342079"` [INFO] [stdout] eb5ad4d0033d621c74ccc298c1d21c72b2bf117c8109f58771e45a1349342079