[INFO] updating cached repository nacika-ins/btcjpy-trend-to-mstdn-bot [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nacika-ins/btcjpy-trend-to-mstdn-bot [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nacika-ins/btcjpy-trend-to-mstdn-bot" "work/ex/beta-1.37-6/sources/1.36.0/gh/nacika-ins/btcjpy-trend-to-mstdn-bot"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/nacika-ins/btcjpy-trend-to-mstdn-bot'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nacika-ins/btcjpy-trend-to-mstdn-bot" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/nacika-ins/btcjpy-trend-to-mstdn-bot"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/nacika-ins/btcjpy-trend-to-mstdn-bot'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bf693785d03edb050245c5f48114e178e14fc703 [INFO] sha for GitHub repo nacika-ins/btcjpy-trend-to-mstdn-bot: bf693785d03edb050245c5f48114e178e14fc703 [INFO] validating manifest of nacika-ins/btcjpy-trend-to-mstdn-bot 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 nacika-ins/btcjpy-trend-to-mstdn-bot 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 nacika-ins/btcjpy-trend-to-mstdn-bot [INFO] finished frobbing nacika-ins/btcjpy-trend-to-mstdn-bot [INFO] frobbed toml for nacika-ins/btcjpy-trend-to-mstdn-bot written to work/ex/beta-1.37-6/sources/1.36.0/gh/nacika-ins/btcjpy-trend-to-mstdn-bot/Cargo.toml [INFO] started frobbing nacika-ins/btcjpy-trend-to-mstdn-bot [INFO] finished frobbing nacika-ins/btcjpy-trend-to-mstdn-bot [INFO] frobbed toml for nacika-ins/btcjpy-trend-to-mstdn-bot written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/nacika-ins/btcjpy-trend-to-mstdn-bot/Cargo.toml [INFO] crate nacika-ins/btcjpy-trend-to-mstdn-bot 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 nacika-ins/btcjpy-trend-to-mstdn-bot 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-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/nacika-ins/btcjpy-trend-to-mstdn-bot:/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] b73e24fbf1b9d7e70a36dac56cfac45068dd513e008fc7f84a11aa9ef84219fc [INFO] running `"docker" "start" "-a" "b73e24fbf1b9d7e70a36dac56cfac45068dd513e008fc7f84a11aa9ef84219fc"` [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling syn v0.15.13 [INFO] [stderr] Compiling serde_urlencoded v0.5.3 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling reqwest v0.9.3 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling hyper-tls v0.1.4 [INFO] [stderr] Compiling reqwest v0.8.8 [INFO] [stderr] Compiling mammut v0.11.0 [INFO] [stderr] Compiling price_increase v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Error` [INFO] [stderr] --> src/main.rs:5:25 [INFO] [stderr] | [INFO] [stderr] 5 | use serde_json::{Value, Error}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:42:8 [INFO] [stderr] | [INFO] [stderr] 42 | if (diff.abs() > 1000i64 ) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 12s [INFO] running `"docker" "inspect" "b73e24fbf1b9d7e70a36dac56cfac45068dd513e008fc7f84a11aa9ef84219fc"` [INFO] running `"docker" "rm" "-f" "b73e24fbf1b9d7e70a36dac56cfac45068dd513e008fc7f84a11aa9ef84219fc"` [INFO] [stdout] b73e24fbf1b9d7e70a36dac56cfac45068dd513e008fc7f84a11aa9ef84219fc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/nacika-ins/btcjpy-trend-to-mstdn-bot:/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] 9a49de8279095eb2655faa683b5d195aca800d65862164ff7722c8752de020ee [INFO] running `"docker" "start" "-a" "9a49de8279095eb2655faa683b5d195aca800d65862164ff7722c8752de020ee"` [INFO] [stderr] Compiling price_increase v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Error` [INFO] [stderr] --> src/main.rs:5:25 [INFO] [stderr] | [INFO] [stderr] 5 | use serde_json::{Value, Error}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:42:8 [INFO] [stderr] | [INFO] [stderr] 42 | if (diff.abs() > 1000i64 ) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.06s [INFO] running `"docker" "inspect" "9a49de8279095eb2655faa683b5d195aca800d65862164ff7722c8752de020ee"` [INFO] running `"docker" "rm" "-f" "9a49de8279095eb2655faa683b5d195aca800d65862164ff7722c8752de020ee"` [INFO] [stdout] 9a49de8279095eb2655faa683b5d195aca800d65862164ff7722c8752de020ee [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/nacika-ins/btcjpy-trend-to-mstdn-bot:/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] 6ed193f85c6c7c2aa96b8c7d500251eaa1d7e727e3d77842c711f25b73b22726 [INFO] running `"docker" "start" "-a" "6ed193f85c6c7c2aa96b8c7d500251eaa1d7e727e3d77842c711f25b73b22726"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/crater/target/debug/deps/price_increase-05800479c37ce9bd [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" "6ed193f85c6c7c2aa96b8c7d500251eaa1d7e727e3d77842c711f25b73b22726"` [INFO] running `"docker" "rm" "-f" "6ed193f85c6c7c2aa96b8c7d500251eaa1d7e727e3d77842c711f25b73b22726"` [INFO] [stdout] 6ed193f85c6c7c2aa96b8c7d500251eaa1d7e727e3d77842c711f25b73b22726