[INFO] updating cached repository https://github.com/HarmonEpsilon/Xbot [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] d82f0d670f47feeacc51cb3ffd4b7bbbafd2ccb8 [INFO] checking HarmonEpsilon/Xbot against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarmonEpsilon%2FXbot" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/HarmonEpsilon/Xbot on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/HarmonEpsilon/Xbot [INFO] finished tweaking git repo https://github.com/HarmonEpsilon/Xbot [INFO] tweaked toml for git repo https://github.com/HarmonEpsilon/Xbot written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/HarmonEpsilon/Xbot already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=forbid" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a216a015f37edea0bc02304886d42c464c881cf5e5c6fc75386f85694140b8d1 [INFO] running `"docker" "start" "-a" "a216a015f37edea0bc02304886d42c464c881cf5e5c6fc75386f85694140b8d1"` [INFO] [stderr] Checking rustc-demangle v0.1.10 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling backtrace-sys v0.1.26 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Checking base64 v0.8.0 [INFO] [stderr] Checking libflate v0.1.19 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking hyper v0.10.15 [INFO] [stderr] Checking serde_urlencoded v0.5.4 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking tokio-io v0.1.10 [INFO] [stderr] Checking uuid v0.5.1 [INFO] [stderr] Checking parking_lot v0.5.5 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking h2 v0.1.14 [INFO] [stderr] Checking tokio-threadpool v0.1.9 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio-reactor v0.1.7 [INFO] [stderr] Checking flate2 v1.0.6 [INFO] [stderr] Checking backtrace v0.3.13 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Checking failure v0.1.3 [INFO] [stderr] Checking tokio-fs v0.1.4 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.4 [INFO] [stderr] Checking tokio-tcp v0.1.2 [INFO] [stderr] Checking dotenv v0.13.0 [INFO] [stderr] Checking tokio v0.1.13 [INFO] [stderr] Checking hyper v0.12.19 [INFO] [stderr] Checking multipart v0.13.6 [INFO] [stderr] Checking native-tls v0.1.5 [INFO] [stderr] Checking hyper-native-tls v0.2.4 [INFO] [stderr] Checking evzht9h3nznqzwl v0.0.3 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Checking serenity v0.5.11 [INFO] [stderr] Checking reqwest v0.9.5 [INFO] [stderr] Checking xbot v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `reqwest::Client` [INFO] [stderr] --> src/commands/calc.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use reqwest::Client; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `reqwest::Client` [INFO] [stderr] --> src/commands/calc.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use reqwest::Client; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `"docker" "inspect" "a216a015f37edea0bc02304886d42c464c881cf5e5c6fc75386f85694140b8d1"` [INFO] running `"docker" "rm" "-f" "a216a015f37edea0bc02304886d42c464c881cf5e5c6fc75386f85694140b8d1"` [INFO] [stdout] a216a015f37edea0bc02304886d42c464c881cf5e5c6fc75386f85694140b8d1