[INFO] cloning repository https://github.com/vnetserg/lovebot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vnetserg/lovebot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvnetserg%2Flovebot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvnetserg%2Flovebot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ba3a9bb82c39d67bfda9c22acd135fc9a8d85326
[INFO] checking vnetserg/lovebot against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvnetserg%2Flovebot" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vnetserg/lovebot
[INFO] finished tweaking git repo https://github.com/vnetserg/lovebot
[INFO] tweaked toml for git repo https://github.com/vnetserg/lovebot written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vnetserg/lovebot on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vnetserg/lovebot already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1a9507009ad564c302c17b425d65055c01af5d865d534fd0391432d1a8278a54
[INFO] running `Command { std: "docker" "start" "-a" "1a9507009ad564c302c17b425d65055c01af5d865d534fd0391432d1a8278a54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1a9507009ad564c302c17b425d65055c01af5d865d534fd0391432d1a8278a54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a9507009ad564c302c17b425d65055c01af5d865d534fd0391432d1a8278a54", kill_on_drop: false }`
[INFO] [stdout] 1a9507009ad564c302c17b425d65055c01af5d865d534fd0391432d1a8278a54
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 64db2f92d08264695690682047deced630fee8a0a7fbf68cf2978f37d0c0ffda
[INFO] running `Command { std: "docker" "start" "-a" "64db2f92d08264695690682047deced630fee8a0a7fbf68cf2978f37d0c0ffda", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.84
[INFO] [stderr]    Compiling futures-channel v0.3.19
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]    Compiling quote v1.0.14
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking tracing v0.1.29
[INFO] [stderr]     Checking native-tls v0.2.8
[INFO] [stderr]     Checking http-body v0.4.4
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling serde_json v1.0.78
[INFO] [stderr]     Checking parking_lot_core v0.7.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking never v0.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.15
[INFO] [stderr]     Checking parking_lot v0.10.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling anyhow v1.0.52
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking crossbeam-epoch v0.8.2
[INFO] [stderr]     Checking flurry v0.3.1
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling darling_core v0.13.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.19
[INFO] [stderr]    Compiling pin-project-internal v1.0.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling teloxide-macros v0.4.1
[INFO] [stderr]    Compiling clap_derive v3.0.14
[INFO] [stderr]     Checking tokio v1.15.0
[INFO] [stderr]     Checking pin-project v1.0.9
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]    Compiling darling_macro v0.13.1
[INFO] [stderr]     Checking clap v3.0.14
[INFO] [stderr]    Compiling darling v0.13.1
[INFO] [stderr]    Compiling serde_with_macros v1.5.1
[INFO] [stderr]     Checking futures-executor v0.3.19
[INFO] [stderr]     Checking futures v0.3.19
[INFO] [stderr]     Checking tokio-util v0.6.9
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking tokio-stream v0.1.8
[INFO] [stderr]     Checking h2 v0.3.9
[INFO] [stderr]     Checking serde_urlencoded v0.7.0
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking hyper v0.14.16
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.8
[INFO] [stderr]     Checking teloxide-core v0.3.4
[INFO] [stderr]     Checking teloxide v0.5.3
[INFO] [stderr]     Checking lovebot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: value assigned to `inner` is never read
[INFO] [stdout]    --> src/event_log.rs:160:5
[INFO] [stdout]     |
[INFO] [stdout] 160 |     inner: Arc<anyhow::Error>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `inner` is never read
[INFO] [stdout]    --> src/event_log.rs:160:5
[INFO] [stdout]     |
[INFO] [stdout] 160 |     inner: Arc<anyhow::Error>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.67s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: teloxide-macros v0.4.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 8`
[INFO] running `Command { std: "docker" "inspect" "64db2f92d08264695690682047deced630fee8a0a7fbf68cf2978f37d0c0ffda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64db2f92d08264695690682047deced630fee8a0a7fbf68cf2978f37d0c0ffda", kill_on_drop: false }`
[INFO] [stdout] 64db2f92d08264695690682047deced630fee8a0a7fbf68cf2978f37d0c0ffda
