[INFO] cloning repository https://github.com/YuniqueCore/mini-rust-examples
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/YuniqueCore/mini-rust-examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYuniqueCore%2Fmini-rust-examples", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYuniqueCore%2Fmini-rust-examples'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6e805194988048050053c254c893bab11bcccf95
[INFO] checking YuniqueCore/mini-rust-examples against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYuniqueCore%2Fmini-rust-examples" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/YuniqueCore/mini-rust-examples
[INFO] finished tweaking git repo https://github.com/YuniqueCore/mini-rust-examples
[INFO] tweaked toml for git repo https://github.com/YuniqueCore/mini-rust-examples written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/YuniqueCore/mini-rust-examples on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/YuniqueCore/mini-rust-examples 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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lexopt v0.3.1
[INFO] [stderr]   Downloaded anyerr v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6e842fa703c8e7df3b5e5a6de4c41b85ec9a5685dad0322d4b3bd444dd281ced
[INFO] running `Command { std: "docker" "start" "-a" "6e842fa703c8e7df3b5e5a6de4c41b85ec9a5685dad0322d4b3bd444dd281ced", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e842fa703c8e7df3b5e5a6de4c41b85ec9a5685dad0322d4b3bd444dd281ced", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e842fa703c8e7df3b5e5a6de4c41b85ec9a5685dad0322d4b3bd444dd281ced", kill_on_drop: false }`
[INFO] [stdout] 6e842fa703c8e7df3b5e5a6de4c41b85ec9a5685dad0322d4b3bd444dd281ced
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 16d7ebd1db592ecb63bc6f8bb4c311cbb1ceee8413d143d488be00b40860774f
[INFO] running `Command { std: "docker" "start" "-a" "16d7ebd1db592ecb63bc6f8bb4c311cbb1ceee8413d143d488be00b40860774f", kill_on_drop: false }`
[INFO] [stderr]     Checking anyerr v0.1.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking anyverr v0.1.0 (/opt/rustwide/workdir/crates/anyverr)
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]     Checking lexopt v0.3.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking en-de v0.1.0 (/opt/rustwide/workdir/crates/crypto-net/en-de)
[INFO] [stdout] warning: struct `CryptoSuite` is never constructed
[INFO] [stdout]    --> crates/crypto-net/en-de/src/lib.rs:209:8
[INFO] [stdout]     |
[INFO] [stdout] 209 | struct CryptoSuite {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `key_len`, and `nonce_len` are never used
[INFO] [stdout]    --> crates/crypto-net/en-de/src/lib.rs:215:12
[INFO] [stdout]     |
[INFO] [stdout] 214 | impl CryptoSuite {
[INFO] [stdout]     | ---------------- associated items in this implementation
[INFO] [stdout] 215 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     pub fn key_len(mut self, len: usize) -> Self {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 |     pub fn nonce_len(mut self, len: usize) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking deal-file v0.1.0 (/opt/rustwide/workdir/crates/crypto-net/deal-file)
[INFO] [stdout] warning: function `handle_full_block` is never used
[INFO] [stdout]    --> crates/crypto-net/deal-file/src/main.rs:140:4
[INFO] [stdout]     |
[INFO] [stdout] 140 | fn handle_full_block(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `encrypt` is never used
[INFO] [stdout]    --> crates/crypto-net/deal-file/src/main.rs:163:4
[INFO] [stdout]     |
[INFO] [stdout] 163 | fn encrypt(input: &[u8], cipher: &Cipher) -> AnyResult<Vec<u8>> {
[INFO] [stdout]     |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `decrypt` is never used
[INFO] [stdout]    --> crates/crypto-net/deal-file/src/main.rs:167:4
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn decrypt(input: &[u8], cipher: &Cipher) -> AnyResult<Vec<u8>> {
[INFO] [stdout]     |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_full_block` is never used
[INFO] [stdout]    --> crates/crypto-net/deal-file/src/main.rs:140:4
[INFO] [stdout]     |
[INFO] [stdout] 140 | fn handle_full_block(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `encrypt` is never used
[INFO] [stdout]    --> crates/crypto-net/deal-file/src/main.rs:163:4
[INFO] [stdout]     |
[INFO] [stdout] 163 | fn encrypt(input: &[u8], cipher: &Cipher) -> AnyResult<Vec<u8>> {
[INFO] [stdout]     |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `decrypt` is never used
[INFO] [stdout]    --> crates/crypto-net/deal-file/src/main.rs:167:4
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn decrypt(input: &[u8], cipher: &Cipher) -> AnyResult<Vec<u8>> {
[INFO] [stdout]     |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking chat-room v0.1.0 (/opt/rustwide/workdir/crates/async-net/chat-room)
[INFO] [stderr]     Checking ct-room v0.1.0 (/opt/rustwide/workdir/crates/async-net/ct-room)
[INFO] [stderr]     Checking udp-echo v0.1.0 (/opt/rustwide/workdir/crates/async-net/udp-echo)
[INFO] [stderr]     Checking tcp-echo v0.1.0 (/opt/rustwide/workdir/crates/async-net/tcp-echo)
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking hyper-util v0.1.17
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.23
[INFO] [stderr]     Checking req-urls v0.1.0 (/opt/rustwide/workdir/crates/async-net/req-urls)
[INFO] [stderr]     Checking mini-rust-examples v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.64s
[INFO] running `Command { std: "docker" "inspect" "16d7ebd1db592ecb63bc6f8bb4c311cbb1ceee8413d143d488be00b40860774f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16d7ebd1db592ecb63bc6f8bb4c311cbb1ceee8413d143d488be00b40860774f", kill_on_drop: false }`
[INFO] [stdout] 16d7ebd1db592ecb63bc6f8bb4c311cbb1ceee8413d143d488be00b40860774f
