[INFO] updating cached repository suhanyujie/my-parser-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/suhanyujie/my-parser-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/suhanyujie/my-parser-rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/suhanyujie/my-parser-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/suhanyujie/my-parser-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/suhanyujie/my-parser-rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/suhanyujie/my-parser-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/suhanyujie/my-parser-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 593d3deaae4ef19776fdda122411b4073e6647cf [INFO] sha for GitHub repo suhanyujie/my-parser-rs: 593d3deaae4ef19776fdda122411b4073e6647cf [INFO] validating manifest of suhanyujie/my-parser-rs 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 suhanyujie/my-parser-rs 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 suhanyujie/my-parser-rs [INFO] finished frobbing suhanyujie/my-parser-rs [INFO] frobbed toml for suhanyujie/my-parser-rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/suhanyujie/my-parser-rs/Cargo.toml [INFO] started frobbing suhanyujie/my-parser-rs [INFO] finished frobbing suhanyujie/my-parser-rs [INFO] frobbed toml for suhanyujie/my-parser-rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/suhanyujie/my-parser-rs/Cargo.toml [INFO] crate suhanyujie/my-parser-rs 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 suhanyujie/my-parser-rs 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-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/suhanyujie/my-parser-rs:/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] 5ea0170f827621531fbc69380b5ee1d60356d1c18b9084b7094bc106f91799b4 [INFO] running `"docker" "start" "-a" "5ea0170f827621531fbc69380b5ee1d60356d1c18b9084b7094bc106f91799b4"` [INFO] [stderr] Compiling my-parser v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `the_letter_a` [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | fn the_letter_a(input: &str) -> Result<(&str, ()), &str> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `match_literal` [INFO] [stderr] --> src/lib.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / fn match_literal(expected: &'static str) [INFO] [stderr] 17 | | -> impl Fn(&str) -> Result<(&str, ()), &str> [INFO] [stderr] 18 | | { [INFO] [stderr] 19 | | move |input| match input.get(0..expected.len()) { [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `"docker" "inspect" "5ea0170f827621531fbc69380b5ee1d60356d1c18b9084b7094bc106f91799b4"` [INFO] running `"docker" "rm" "-f" "5ea0170f827621531fbc69380b5ee1d60356d1c18b9084b7094bc106f91799b4"` [INFO] [stdout] 5ea0170f827621531fbc69380b5ee1d60356d1c18b9084b7094bc106f91799b4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/suhanyujie/my-parser-rs:/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] 152b420117c8d151d1b9894c6152ef5ac1b267a36d5e3e3278f941dff06a4415 [INFO] running `"docker" "start" "-a" "152b420117c8d151d1b9894c6152ef5ac1b267a36d5e3e3278f941dff06a4415"` [INFO] [stderr] Compiling my-parser v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `the_letter_a` [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | fn the_letter_a(input: &str) -> Result<(&str, ()), &str> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `match_literal` [INFO] [stderr] --> src/lib.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / fn match_literal(expected: &'static str) [INFO] [stderr] 17 | | -> impl Fn(&str) -> Result<(&str, ()), &str> [INFO] [stderr] 18 | | { [INFO] [stderr] 19 | | move |input| match input.get(0..expected.len()) { [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.15s [INFO] running `"docker" "inspect" "152b420117c8d151d1b9894c6152ef5ac1b267a36d5e3e3278f941dff06a4415"` [INFO] running `"docker" "rm" "-f" "152b420117c8d151d1b9894c6152ef5ac1b267a36d5e3e3278f941dff06a4415"` [INFO] [stdout] 152b420117c8d151d1b9894c6152ef5ac1b267a36d5e3e3278f941dff06a4415 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/suhanyujie/my-parser-rs:/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] 3f0376c70578bcaf90b4086950c0b4b0f9cc6ea23409010941565c0e93ad00d6 [INFO] running `"docker" "start" "-a" "3f0376c70578bcaf90b4086950c0b4b0f9cc6ea23409010941565c0e93ad00d6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/my_parser-6952328efe9f44fa [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/my_parser-8d7c09d0294cc8fc [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] Doc-tests my-parser [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" "3f0376c70578bcaf90b4086950c0b4b0f9cc6ea23409010941565c0e93ad00d6"` [INFO] running `"docker" "rm" "-f" "3f0376c70578bcaf90b4086950c0b4b0f9cc6ea23409010941565c0e93ad00d6"` [INFO] [stdout] 3f0376c70578bcaf90b4086950c0b4b0f9cc6ea23409010941565c0e93ad00d6