[INFO] updating cached repository gcrubikloud/calculator-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/gcrubikloud/calculator-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/gcrubikloud/calculator-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/gcrubikloud/calculator-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/gcrubikloud/calculator-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/gcrubikloud/calculator-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gcrubikloud/calculator-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gcrubikloud/calculator-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 202aa6943f24f099656635a1641dabfd2271a5a3 [INFO] sha for GitHub repo gcrubikloud/calculator-rs: 202aa6943f24f099656635a1641dabfd2271a5a3 [INFO] validating manifest of gcrubikloud/calculator-rs 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 gcrubikloud/calculator-rs 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 gcrubikloud/calculator-rs [INFO] finished frobbing gcrubikloud/calculator-rs [INFO] frobbed toml for gcrubikloud/calculator-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/gcrubikloud/calculator-rs/Cargo.toml [INFO] started frobbing gcrubikloud/calculator-rs [INFO] finished frobbing gcrubikloud/calculator-rs [INFO] frobbed toml for gcrubikloud/calculator-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gcrubikloud/calculator-rs/Cargo.toml [INFO] crate gcrubikloud/calculator-rs 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 gcrubikloud/calculator-rs 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-2/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/gcrubikloud/calculator-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 267dd467dbf3ef4bf140a25f58227e0e721c7f07bc7e379049084234335fca96 [INFO] running `"docker" "start" "-a" "267dd467dbf3ef4bf140a25f58227e0e721c7f07bc7e379049084234335fca96"` [INFO] [stderr] Compiling libc v0.2.47 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling indextree v3.0.0 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling calc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `get_mock_expr` [INFO] [stderr] --> src/main.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | fn get_mock_expr() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_expr` [INFO] [stderr] --> src/main.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | fn get_expr() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `is_bracket` [INFO] [stderr] --> src/main.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | fn is_bracket(token: &String) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.48s [INFO] running `"docker" "inspect" "267dd467dbf3ef4bf140a25f58227e0e721c7f07bc7e379049084234335fca96"` [INFO] running `"docker" "rm" "-f" "267dd467dbf3ef4bf140a25f58227e0e721c7f07bc7e379049084234335fca96"` [INFO] [stdout] 267dd467dbf3ef4bf140a25f58227e0e721c7f07bc7e379049084234335fca96 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/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/gcrubikloud/calculator-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] e5e12c2ecf627d46576f6c26051a18eff2950b071a79c15e1ec0d140984b72b4 [INFO] running `"docker" "start" "-a" "e5e12c2ecf627d46576f6c26051a18eff2950b071a79c15e1ec0d140984b72b4"` [INFO] [stderr] Compiling calc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `get_mock_expr` [INFO] [stderr] --> src/main.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | fn get_mock_expr() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_expr` [INFO] [stderr] --> src/main.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | fn get_expr() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `is_bracket` [INFO] [stderr] --> src/main.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | fn is_bracket(token: &String) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `"docker" "inspect" "e5e12c2ecf627d46576f6c26051a18eff2950b071a79c15e1ec0d140984b72b4"` [INFO] running `"docker" "rm" "-f" "e5e12c2ecf627d46576f6c26051a18eff2950b071a79c15e1ec0d140984b72b4"` [INFO] [stdout] e5e12c2ecf627d46576f6c26051a18eff2950b071a79c15e1ec0d140984b72b4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/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/gcrubikloud/calculator-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 3ba743bc3ace207fd3dd767930f74361c31670a2f747967e1fff402cb0d7c153 [INFO] running `"docker" "start" "-a" "3ba743bc3ace207fd3dd767930f74361c31670a2f747967e1fff402cb0d7c153"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/calc-6065f16c5127edfc [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" "3ba743bc3ace207fd3dd767930f74361c31670a2f747967e1fff402cb0d7c153"` [INFO] running `"docker" "rm" "-f" "3ba743bc3ace207fd3dd767930f74361c31670a2f747967e1fff402cb0d7c153"` [INFO] [stdout] 3ba743bc3ace207fd3dd767930f74361c31670a2f747967e1fff402cb0d7c153