[INFO] updating cached repository https://github.com/ha-shine/infix-calculator [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b28b25391a63a20e48b2eedbadafb73055c04da8 [INFO] testing ha-shine/infix-calculator against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fha-shine%2Finfix-calculator" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ha-shine/infix-calculator on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ha-shine/infix-calculator [INFO] finished tweaking git repo https://github.com/ha-shine/infix-calculator [INFO] tweaked toml for git repo https://github.com/ha-shine/infix-calculator written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/ha-shine/infix-calculator already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 395cba2b6e5cc3d7b618306623ff9c376cf4c1f0a7e8ff5c9c5a424305f93a8f [INFO] running `"docker" "start" "-a" "395cba2b6e5cc3d7b618306623ff9c376cf4c1f0a7e8ff5c9c5a424305f93a8f"` [INFO] [stderr] Compiling infix-calculator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:67:26 [INFO] [stderr] | [INFO] [stderr] 67 | '.' | '0'...'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref PRECEDENCE: HashMap = { [INFO] [stderr] 11 | | let mut result = HashMap::new(); [INFO] [stderr] 12 | | result.insert("+".to_string(), 1); [INFO] [stderr] ... | [INFO] [stderr] 17 | | }; [INFO] [stderr] 18 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.19s [INFO] running `"docker" "inspect" "395cba2b6e5cc3d7b618306623ff9c376cf4c1f0a7e8ff5c9c5a424305f93a8f"` [INFO] running `"docker" "rm" "-f" "395cba2b6e5cc3d7b618306623ff9c376cf4c1f0a7e8ff5c9c5a424305f93a8f"` [INFO] [stdout] 395cba2b6e5cc3d7b618306623ff9c376cf4c1f0a7e8ff5c9c5a424305f93a8f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 34f02c431e81ae3aa0bc6932eee8f11fb88e5a9b9126f9705f85ef2e7996f3d2 [INFO] running `"docker" "start" "-a" "34f02c431e81ae3aa0bc6932eee8f11fb88e5a9b9126f9705f85ef2e7996f3d2"` [INFO] [stderr] Compiling infix-calculator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:67:26 [INFO] [stderr] | [INFO] [stderr] 67 | '.' | '0'...'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref PRECEDENCE: HashMap = { [INFO] [stderr] 11 | | let mut result = HashMap::new(); [INFO] [stderr] 12 | | result.insert("+".to_string(), 1); [INFO] [stderr] ... | [INFO] [stderr] 17 | | }; [INFO] [stderr] 18 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.76s [INFO] running `"docker" "inspect" "34f02c431e81ae3aa0bc6932eee8f11fb88e5a9b9126f9705f85ef2e7996f3d2"` [INFO] running `"docker" "rm" "-f" "34f02c431e81ae3aa0bc6932eee8f11fb88e5a9b9126f9705f85ef2e7996f3d2"` [INFO] [stdout] 34f02c431e81ae3aa0bc6932eee8f11fb88e5a9b9126f9705f85ef2e7996f3d2 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 8731c357ee8927833cd58855e8af8db16e3a6bdbbf076d83d56e4dafee3b5f29 [INFO] running `"docker" "start" "-a" "8731c357ee8927833cd58855e8af8db16e3a6bdbbf076d83d56e4dafee3b5f29"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/infix_calculator-60408f80efe051b3 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::compute_result_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/infix_calculator-f27d89b4418cf5e7 [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 infix-calculator [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - RPNQueue::from_infix_string (line 26) ... ok [INFO] [stdout] test src/lib.rs - RPNQueue::calculate (line 85) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "8731c357ee8927833cd58855e8af8db16e3a6bdbbf076d83d56e4dafee3b5f29"` [INFO] running `"docker" "rm" "-f" "8731c357ee8927833cd58855e8af8db16e3a6bdbbf076d83d56e4dafee3b5f29"` [INFO] [stdout] 8731c357ee8927833cd58855e8af8db16e3a6bdbbf076d83d56e4dafee3b5f29