[INFO] updating cached repository https://github.com/swarnimarun/ferr-bot [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] e73db16f5af3d84f447ce132cf1791742f8ba974 [INFO] testing swarnimarun/ferr-bot against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fswarnimarun%2Fferr-bot" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/swarnimarun/ferr-bot 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/swarnimarun/ferr-bot [INFO] finished tweaking git repo https://github.com/swarnimarun/ferr-bot [INFO] tweaked toml for git repo https://github.com/swarnimarun/ferr-bot written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/swarnimarun/ferr-bot 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] de3a931b7c155f80b76102332e1b38b3b311b211b7b19283d0fdcb71565c457f [INFO] running `"docker" "start" "-a" "de3a931b7c155f80b76102332e1b38b3b311b211b7b19283d0fdcb71565c457f"` [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling serde-value v0.5.3 [INFO] [stderr] Compiling telegram-bot-raw v0.6.3 [INFO] [stderr] Compiling telegram-bot v0.6.3 [INFO] [stderr] Compiling ferr-bot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `user` [INFO] [stderr] --> src/updates/messages/message_handler.rs:7:33 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn handle_text_messages<'a>(user : &User, message_data : &str) -> &'a str { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_user` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `handle_image_messages` [INFO] [stderr] --> src/updates/messages/message_handler.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn handle_image_messages<'a>() -> &'a str { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.05s [INFO] running `"docker" "inspect" "de3a931b7c155f80b76102332e1b38b3b311b211b7b19283d0fdcb71565c457f"` [INFO] running `"docker" "rm" "-f" "de3a931b7c155f80b76102332e1b38b3b311b211b7b19283d0fdcb71565c457f"` [INFO] [stdout] de3a931b7c155f80b76102332e1b38b3b311b211b7b19283d0fdcb71565c457f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 27ce287e661f70412b616954a58347456f5c7b8a2eccd02998fa1745d3d39daa [INFO] running `"docker" "start" "-a" "27ce287e661f70412b616954a58347456f5c7b8a2eccd02998fa1745d3d39daa"` [INFO] [stderr] Compiling ferr-bot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `user` [INFO] [stderr] --> src/updates/messages/message_handler.rs:7:33 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn handle_text_messages<'a>(user : &User, message_data : &str) -> &'a str { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_user` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `handle_image_messages` [INFO] [stderr] --> src/updates/messages/message_handler.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn handle_image_messages<'a>() -> &'a str { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.35s [INFO] running `"docker" "inspect" "27ce287e661f70412b616954a58347456f5c7b8a2eccd02998fa1745d3d39daa"` [INFO] running `"docker" "rm" "-f" "27ce287e661f70412b616954a58347456f5c7b8a2eccd02998fa1745d3d39daa"` [INFO] [stdout] 27ce287e661f70412b616954a58347456f5c7b8a2eccd02998fa1745d3d39daa [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 664382ae1a43bb729e101a0e1f5455439097b1f4aff2ed16f389e95cc7796e43 [INFO] running `"docker" "start" "-a" "664382ae1a43bb729e101a0e1f5455439097b1f4aff2ed16f389e95cc7796e43"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ferr_bot-8a6092aca68d9f8c [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" "664382ae1a43bb729e101a0e1f5455439097b1f4aff2ed16f389e95cc7796e43"` [INFO] running `"docker" "rm" "-f" "664382ae1a43bb729e101a0e1f5455439097b1f4aff2ed16f389e95cc7796e43"` [INFO] [stdout] 664382ae1a43bb729e101a0e1f5455439097b1f4aff2ed16f389e95cc7796e43