[INFO] updating cached repository peterjoel/pest_calc [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/peterjoel/pest_calc [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/peterjoel/pest_calc" "work/ex/beta-1.38-1/sources/1.37.0/gh/peterjoel/pest_calc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/peterjoel/pest_calc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/peterjoel/pest_calc" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/peterjoel/pest_calc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/peterjoel/pest_calc'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6325c8e184b0219910ed667fbcf7082dfd9173c4 [INFO] sha for GitHub repo peterjoel/pest_calc: 6325c8e184b0219910ed667fbcf7082dfd9173c4 [INFO] validating manifest of peterjoel/pest_calc on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of peterjoel/pest_calc on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing peterjoel/pest_calc [INFO] finished frobbing peterjoel/pest_calc [INFO] frobbed toml for peterjoel/pest_calc written to work/ex/beta-1.38-1/sources/1.37.0/gh/peterjoel/pest_calc/Cargo.toml [INFO] started frobbing peterjoel/pest_calc [INFO] finished frobbing peterjoel/pest_calc [INFO] frobbed toml for peterjoel/pest_calc written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/peterjoel/pest_calc/Cargo.toml [INFO] crate peterjoel/pest_calc already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing peterjoel/pest_calc against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/peterjoel/pest_calc:/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-08-13" "build" "--frozen"` [INFO] [stdout] 1c12bb4df53cb270c68a95ee2a1b58c4516b1117169af81d7692044b17f68057 [INFO] running `"docker" "start" "-a" "1c12bb4df53cb270c68a95ee2a1b58c4516b1117169af81d7692044b17f68057"` [INFO] [stderr] Compiling pest v2.0.1 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stderr] Compiling pest_meta v2.0.3 [INFO] [stderr] Compiling pest_generator v2.0.0 [INFO] [stderr] Compiling pest_derive v2.0.1 [INFO] [stderr] Compiling pestest v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `eval` [INFO] [stderr] --> src/calc.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn eval(&self) -> f64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.32s [INFO] running `"docker" "inspect" "1c12bb4df53cb270c68a95ee2a1b58c4516b1117169af81d7692044b17f68057"` [INFO] running `"docker" "rm" "-f" "1c12bb4df53cb270c68a95ee2a1b58c4516b1117169af81d7692044b17f68057"` [INFO] [stdout] 1c12bb4df53cb270c68a95ee2a1b58c4516b1117169af81d7692044b17f68057 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/peterjoel/pest_calc:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] f0c7199f8d4b8f59a9fdf9fe8a8ef1ef1c672218dcaed56427552ee262e91052 [INFO] running `"docker" "start" "-a" "f0c7199f8d4b8f59a9fdf9fe8a8ef1ef1c672218dcaed56427552ee262e91052"` [INFO] [stderr] Compiling pestest v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.46s [INFO] running `"docker" "inspect" "f0c7199f8d4b8f59a9fdf9fe8a8ef1ef1c672218dcaed56427552ee262e91052"` [INFO] running `"docker" "rm" "-f" "f0c7199f8d4b8f59a9fdf9fe8a8ef1ef1c672218dcaed56427552ee262e91052"` [INFO] [stdout] f0c7199f8d4b8f59a9fdf9fe8a8ef1ef1c672218dcaed56427552ee262e91052 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/peterjoel/pest_calc:/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-08-13" "test" "--frozen"` [INFO] [stdout] ea857e8b48180002c2d28739ea53a026a62ba68272362fd19b5b287181025010 [INFO] running `"docker" "start" "-a" "ea857e8b48180002c2d28739ea53a026a62ba68272362fd19b5b287181025010"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/pestest-69a3d755e3d5e800 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test calc::test::dividing ... ok [INFO] [stdout] test calc::test::multiplying ... ok [INFO] [stdout] test calc::test::subtracting ... ok [INFO] [stdout] test calc::test::adding ... ok [INFO] [stdout] test calc::test::precedence ... ok [INFO] [stdout] test calc::test::parentheses ... ok [INFO] [stdout] test calc::test::variables ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "ea857e8b48180002c2d28739ea53a026a62ba68272362fd19b5b287181025010"` [INFO] running `"docker" "rm" "-f" "ea857e8b48180002c2d28739ea53a026a62ba68272362fd19b5b287181025010"` [INFO] [stdout] ea857e8b48180002c2d28739ea53a026a62ba68272362fd19b5b287181025010