[INFO] updating cached repository ForsakenHarmony/parser [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ForsakenHarmony/parser [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ForsakenHarmony/parser" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ForsakenHarmony/parser"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ForsakenHarmony/parser'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ForsakenHarmony/parser" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ForsakenHarmony/parser"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ForsakenHarmony/parser'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ed524c87ae3d72f80d5bbc46f00430a495977a57 [INFO] sha for GitHub repo ForsakenHarmony/parser: ed524c87ae3d72f80d5bbc46f00430a495977a57 [INFO] validating manifest of ForsakenHarmony/parser on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ForsakenHarmony/parser on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ForsakenHarmony/parser [INFO] finished frobbing ForsakenHarmony/parser [INFO] frobbed toml for ForsakenHarmony/parser written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ForsakenHarmony/parser/Cargo.toml [INFO] started frobbing ForsakenHarmony/parser [INFO] finished frobbing ForsakenHarmony/parser [INFO] frobbed toml for ForsakenHarmony/parser written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ForsakenHarmony/parser/Cargo.toml [INFO] crate ForsakenHarmony/parser has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ForsakenHarmony/parser against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ForsakenHarmony/parser:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] 391df8bdc684df41e28c34b3e1059bb7944b5cf924cef6e10a369f27e5d39f07 [INFO] running `"docker" "start" "-a" "391df8bdc684df41e28c34b3e1059bb7944b5cf924cef6e10a369f27e5d39f07"` [INFO] [stderr] Compiling parser v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: enum is never used: `ParseState` [INFO] [stderr] --> src/main.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | enum ParseState { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: constant `input` should have an upper case name [INFO] [stderr] --> src/main.rs:1:7 [INFO] [stderr] | [INFO] [stderr] 1 | const input: &'static str = include_str!("../test.js"); [INFO] [stderr] | ^^^^^ help: convert the identifier to upper case: `INPUT` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.69s [INFO] running `"docker" "inspect" "391df8bdc684df41e28c34b3e1059bb7944b5cf924cef6e10a369f27e5d39f07"` [INFO] running `"docker" "rm" "-f" "391df8bdc684df41e28c34b3e1059bb7944b5cf924cef6e10a369f27e5d39f07"` [INFO] [stdout] 391df8bdc684df41e28c34b3e1059bb7944b5cf924cef6e10a369f27e5d39f07 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ForsakenHarmony/parser:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 02172020daae39fbb447eff3fb72a999d8cdf08bd5a28929e97203fb9a65f263 [INFO] running `"docker" "start" "-a" "02172020daae39fbb447eff3fb72a999d8cdf08bd5a28929e97203fb9a65f263"` [INFO] [stderr] Compiling parser v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: enum is never used: `ParseState` [INFO] [stderr] --> src/main.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | enum ParseState { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: constant `input` should have an upper case name [INFO] [stderr] --> src/main.rs:1:7 [INFO] [stderr] | [INFO] [stderr] 1 | const input: &'static str = include_str!("../test.js"); [INFO] [stderr] | ^^^^^ help: convert the identifier to upper case: `INPUT` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `"docker" "inspect" "02172020daae39fbb447eff3fb72a999d8cdf08bd5a28929e97203fb9a65f263"` [INFO] running `"docker" "rm" "-f" "02172020daae39fbb447eff3fb72a999d8cdf08bd5a28929e97203fb9a65f263"` [INFO] [stdout] 02172020daae39fbb447eff3fb72a999d8cdf08bd5a28929e97203fb9a65f263 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ForsakenHarmony/parser:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] 9f9124a541296e24e4e5a5654890b248a0d019fb09059dd56a6d7d9b5c416772 [INFO] running `"docker" "start" "-a" "9f9124a541296e24e4e5a5654890b248a0d019fb09059dd56a6d7d9b5c416772"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/parser-e1f92983440bd59c [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" "9f9124a541296e24e4e5a5654890b248a0d019fb09059dd56a6d7d9b5c416772"` [INFO] running `"docker" "rm" "-f" "9f9124a541296e24e4e5a5654890b248a0d019fb09059dd56a6d7d9b5c416772"` [INFO] [stdout] 9f9124a541296e24e4e5a5654890b248a0d019fb09059dd56a6d7d9b5c416772