[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 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] e885ff9d8f1ca1915e730c1e6e088a4161d818f4444625525ae349f26386b43b [INFO] running `"docker" "start" "-a" "e885ff9d8f1ca1915e730c1e6e088a4161d818f4444625525ae349f26386b43b"` [INFO] [stderr] Compiling rustc-serialize v0.3.23 [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" "e885ff9d8f1ca1915e730c1e6e088a4161d818f4444625525ae349f26386b43b"` [INFO] running `"docker" "rm" "-f" "e885ff9d8f1ca1915e730c1e6e088a4161d818f4444625525ae349f26386b43b"` [INFO] [stdout] e885ff9d8f1ca1915e730c1e6e088a4161d818f4444625525ae349f26386b43b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a337eadfae8c03964d9644f5a7fa96ba15f954db5720dc69fd52530d64fb2110 [INFO] running `"docker" "start" "-a" "a337eadfae8c03964d9644f5a7fa96ba15f954db5720dc69fd52530d64fb2110"` [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.89s [INFO] running `"docker" "inspect" "a337eadfae8c03964d9644f5a7fa96ba15f954db5720dc69fd52530d64fb2110"` [INFO] running `"docker" "rm" "-f" "a337eadfae8c03964d9644f5a7fa96ba15f954db5720dc69fd52530d64fb2110"` [INFO] [stdout] a337eadfae8c03964d9644f5a7fa96ba15f954db5720dc69fd52530d64fb2110 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 7f1fd8c6d53202326dc78153c1fb3b85e1a5fa3afd11e27f82d144e573c3396b [INFO] running `"docker" "start" "-a" "7f1fd8c6d53202326dc78153c1fb3b85e1a5fa3afd11e27f82d144e573c3396b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/lex-205ce0945ee9ee57 [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" "7f1fd8c6d53202326dc78153c1fb3b85e1a5fa3afd11e27f82d144e573c3396b"` [INFO] running `"docker" "rm" "-f" "7f1fd8c6d53202326dc78153c1fb3b85e1a5fa3afd11e27f82d144e573c3396b"` [INFO] [stdout] 7f1fd8c6d53202326dc78153c1fb3b85e1a5fa3afd11e27f82d144e573c3396b