[INFO] updating cached repository AndyGauge/rust-prayer-lexer [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/AndyGauge/rust-prayer-lexer [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/AndyGauge/rust-prayer-lexer" "work/ex/beta-1.37-6/sources/1.36.0/gh/AndyGauge/rust-prayer-lexer"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/AndyGauge/rust-prayer-lexer'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AndyGauge/rust-prayer-lexer" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AndyGauge/rust-prayer-lexer"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of AndyGauge/rust-prayer-lexer on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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/beta-1.37-6/sources/1.36.0/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/beta-1.37-6/sources/beta-2019-07-23/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" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing AndyGauge/rust-prayer-lexer against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 4d9f9b293a0c5d91dbfbc1779c324688eb43592b1b96dc0b01127bf6dc7671bb [INFO] running `"docker" "start" "-a" "4d9f9b293a0c5d91dbfbc1779c324688eb43592b1b96dc0b01127bf6dc7671bb"` [INFO] [stderr] Compiling openssl-probe v0.1.1 [INFO] [stderr] Compiling libz-sys v1.0.13 [INFO] [stderr] Compiling openssl-sys v0.9.11 [INFO] [stderr] Compiling curl-sys v0.3.10 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [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 3m 06s [INFO] running `"docker" "inspect" "4d9f9b293a0c5d91dbfbc1779c324688eb43592b1b96dc0b01127bf6dc7671bb"` [INFO] running `"docker" "rm" "-f" "4d9f9b293a0c5d91dbfbc1779c324688eb43592b1b96dc0b01127bf6dc7671bb"` [INFO] [stdout] 4d9f9b293a0c5d91dbfbc1779c324688eb43592b1b96dc0b01127bf6dc7671bb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] c2d59904d8ef997efdabee1bc8df53c6288c8d8db1016cf8cd0b3cd39516866e [INFO] running `"docker" "start" "-a" "c2d59904d8ef997efdabee1bc8df53c6288c8d8db1016cf8cd0b3cd39516866e"` [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.99s [INFO] running `"docker" "inspect" "c2d59904d8ef997efdabee1bc8df53c6288c8d8db1016cf8cd0b3cd39516866e"` [INFO] running `"docker" "rm" "-f" "c2d59904d8ef997efdabee1bc8df53c6288c8d8db1016cf8cd0b3cd39516866e"` [INFO] [stdout] c2d59904d8ef997efdabee1bc8df53c6288c8d8db1016cf8cd0b3cd39516866e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] e8e410b48b2f9d0ef79d03d9407d4609ac1bb0cef6f58b9c22db474a8336e831 [INFO] running `"docker" "start" "-a" "e8e410b48b2f9d0ef79d03d9407d4609ac1bb0cef6f58b9c22db474a8336e831"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/lex-f0d7dec071cf7159 [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" "e8e410b48b2f9d0ef79d03d9407d4609ac1bb0cef6f58b9c22db474a8336e831"` [INFO] running `"docker" "rm" "-f" "e8e410b48b2f9d0ef79d03d9407d4609ac1bb0cef6f58b9c22db474a8336e831"` [INFO] [stdout] e8e410b48b2f9d0ef79d03d9407d4609ac1bb0cef6f58b9c22db474a8336e831