[INFO] cloning repository https://github.com/ekuinox/tomoe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ekuinox/tomoe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekuinox%2Ftomoe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekuinox%2Ftomoe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7bb58d8c3d8430ff42290c518cc18bc8dbb408ea
[INFO] checking ekuinox/tomoe against master#bad50269f8eb0fda214f0478c3afb2c6fbb427fd for pr-149195-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekuinox%2Ftomoe" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ekuinox/tomoe
[INFO] finished tweaking git repo https://github.com/ekuinox/tomoe
[INFO] tweaked toml for git repo https://github.com/ekuinox/tomoe written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ekuinox/tomoe on toolchain bad50269f8eb0fda214f0478c3afb2c6fbb427fd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bad50269f8eb0fda214f0478c3afb2c6fbb427fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ekuinox/tomoe 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" "+bad50269f8eb0fda214f0478c3afb2c6fbb427fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rustls-pemfile v1.0.0
[INFO] [stderr]   Downloaded crypto-common v0.1.5
[INFO] [stderr]   Downloaded clap_derive v3.2.7
[INFO] [stderr]   Downloaded hyper-rustls v0.23.0
[INFO] [stderr]   Downloaded serde v1.0.139
[INFO] [stderr]   Downloaded envy v0.4.2
[INFO] [stderr]   Downloaded oauth2 v4.2.3
[INFO] [stderr]   Downloaded serde_derive v1.0.139
[INFO] [stderr]   Downloaded hashbrown v0.12.2
[INFO] [stderr]   Downloaded clap v3.2.12
[INFO] [stderr]   Downloaded webpki-roots v0.22.4
[INFO] [stderr]   Downloaded rustls v0.20.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+bad50269f8eb0fda214f0478c3afb2c6fbb427fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d0bc53dcd8d761494ddabcd1f5cb19965f8ad8120d45763f7fda4a721478bb29
[INFO] running `Command { std: "docker" "start" "-a" "d0bc53dcd8d761494ddabcd1f5cb19965f8ad8120d45763f7fda4a721478bb29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0bc53dcd8d761494ddabcd1f5cb19965f8ad8120d45763f7fda4a721478bb29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0bc53dcd8d761494ddabcd1f5cb19965f8ad8120d45763f7fda4a721478bb29", kill_on_drop: false }`
[INFO] [stdout] d0bc53dcd8d761494ddabcd1f5cb19965f8ad8120d45763f7fda4a721478bb29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+bad50269f8eb0fda214f0478c3afb2c6fbb427fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 550463e21beb9a2e765f819eacfa04b693ecf11a76d7341f2de563d44a64b044
[INFO] running `Command { std: "docker" "start" "-a" "550463e21beb9a2e765f819eacfa04b693ecf11a76d7341f2de563d44a64b044", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling serde_derive v1.0.139
[INFO] [stderr]    Compiling serde v1.0.139
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking hashbrown v0.12.2
[INFO] [stderr]     Checking tokio v1.20.0
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]     Checking getrandom v0.2.7
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking crypto-common v0.1.5
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking rustls-pemfile v1.0.0
[INFO] [stderr]     Checking os_str_bytes v6.1.0
[INFO] [stderr]    Compiling anyhow v1.0.58
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]     Checking textwrap v0.15.0
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking digest v0.10.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking sha2 v0.10.2
[INFO] [stderr]     Checking indexmap v1.9.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking tokio-util v0.7.3
[INFO] [stderr]     Checking h2 v0.3.13
[INFO] [stderr]     Checking webpki v0.22.0
[INFO] [stderr]     Checking sct v0.7.0
[INFO] [stderr]     Checking webpki-roots v0.22.4
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling clap_derive v3.2.7
[INFO] [stderr]     Checking openssl v0.10.41
[INFO] [stderr]     Checking thiserror v1.0.31
[INFO] [stderr]     Checking tokio-rustls v0.23.4
[INFO] [stderr]     Checking hyper v0.14.20
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]     Checking clap v3.2.12
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]     Checking native-tls v0.2.10
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking hyper-rustls v0.23.0
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_json v1.0.82
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking serde_path_to_error v0.1.7
[INFO] [stderr]     Checking envy v0.4.2
[INFO] [stderr]     Checking reqwest v0.11.11
[INFO] [stderr]     Checking serde_with v1.14.0
[INFO] [stderr]     Checking oauth2 v4.2.3
[INFO] [stderr]     Checking tomoe v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `TwitterOAuth2Authorizer`
[INFO] [stdout]  --> src/twitter/mod.rs:3:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use oauth2_client::{Scope, TwitterOAuth2Authorizer, TwitterOAuth2Client};
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TwitterOAuth2Authorizer`
[INFO] [stdout]  --> src/twitter/mod.rs:3:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use oauth2_client::{Scope, TwitterOAuth2Authorizer, TwitterOAuth2Client};
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.64s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.41
[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" "550463e21beb9a2e765f819eacfa04b693ecf11a76d7341f2de563d44a64b044", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "550463e21beb9a2e765f819eacfa04b693ecf11a76d7341f2de563d44a64b044", kill_on_drop: false }`
[INFO] [stdout] 550463e21beb9a2e765f819eacfa04b693ecf11a76d7341f2de563d44a64b044
