[INFO] fetching crate changelog-it 0.1.0...
[INFO] checking changelog-it-0.1.0 against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] extracting crate changelog-it 0.1.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate changelog-it 0.1.0
[INFO] finished tweaking crates.io crate changelog-it 0.1.0
[INFO] tweaked toml for crates.io crate changelog-it 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate changelog-it 0.1.0 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 crates.io crate changelog-it 0.1.0 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 graphql-parser v0.4.0
[INFO] [stderr]   Downloaded clap v4.3.19
[INFO] [stderr]   Downloaded graphql-introspection-query v0.2.0
[INFO] [stderr]   Downloaded graphql_query_derive v0.13.0
[INFO] [stderr]   Downloaded graphql_client v0.13.0
[INFO] [stderr]   Downloaded rustix v0.38.7
[INFO] [stderr]   Downloaded serde v1.0.182
[INFO] [stderr]   Downloaded graphql_client_codegen v0.13.0
[INFO] [stderr]   Downloaded clap_builder v4.3.19
[INFO] [stderr]   Downloaded serde_derive v1.0.182
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 25b7b0afc7524c38c6df8a16c3800dbf14e7db52999d22c6ca1a54a5134e6700
[INFO] running `Command { std: "docker" "start" "-a" "25b7b0afc7524c38c6df8a16c3800dbf14e7db52999d22c6ca1a54a5134e6700", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "25b7b0afc7524c38c6df8a16c3800dbf14e7db52999d22c6ca1a54a5134e6700", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25b7b0afc7524c38c6df8a16c3800dbf14e7db52999d22c6ca1a54a5134e6700", kill_on_drop: false }`
[INFO] [stdout] 25b7b0afc7524c38c6df8a16c3800dbf14e7db52999d22c6ca1a54a5134e6700
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 2db81647c3d612a58e4af8ddafab64c2b80bff878811e08bcc2d4d8f9f7f84e5
[INFO] running `Command { std: "docker" "start" "-a" "2db81647c3d612a58e4af8ddafab64c2b80bff878811e08bcc2d4d8f9f7f84e5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling serde v1.0.182
[INFO] [stderr]     Checking pin-project-lite v0.2.11
[INFO] [stderr]    Compiling serde_derive v1.0.182
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling tokio v1.29.1
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]     Checking futures-task v0.3.28
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking futures-channel v0.3.28
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling openssl v0.10.56
[INFO] [stderr]    Compiling serde_json v1.0.104
[INFO] [stderr]    Compiling rustix v0.38.7
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling thiserror v1.0.44
[INFO] [stderr]     Checking bitflags v2.3.3
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]     Checking linux-raw-sys v0.4.5
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling ascii v0.9.3
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling syn v2.0.28
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling libm v0.2.7
[INFO] [stderr]     Checking anstyle-parse v0.2.1
[INFO] [stderr]     Checking aho-corasick v1.0.2
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking anstyle v1.0.1
[INFO] [stderr]     Checking regex-syntax v0.7.4
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking url v2.4.0
[INFO] [stderr]     Checking encoding_rs v0.8.32
[INFO] [stderr]     Checking clap_lex v0.5.0
[INFO] [stderr]    Compiling cc v1.0.81
[INFO] [stderr]    Compiling combine v3.8.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking ipnet v2.8.0
[INFO] [stderr]     Checking base64 v0.21.2
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]    Compiling anyhow v1.0.72
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking anstream v0.3.2
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking askama_escape v0.10.3
[INFO] [stderr]     Checking clap_builder v4.3.19
[INFO] [stderr]     Checking chrono v0.4.26
[INFO] [stderr]     Checking regex-automata v0.3.6
[INFO] [stderr]    Compiling openssl-sys v0.9.91
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.44
[INFO] [stderr]    Compiling clap_derive v4.3.12
[INFO] [stderr]    Compiling graphql-introspection-query v0.2.0
[INFO] [stderr]    Compiling basic-toml v0.1.4
[INFO] [stderr]     Checking regex v1.9.3
[INFO] [stderr]     Checking futures-util v0.3.28
[INFO] [stderr]    Compiling askama_derive v0.12.1
[INFO] [stderr]     Checking env_logger v0.10.0
[INFO] [stderr]     Checking clap v4.3.19
[INFO] [stderr]    Compiling graphql-parser v0.4.0
[INFO] [stderr]     Checking tokio-util v0.7.8
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.20
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking askama v0.12.0
[INFO] [stderr]    Compiling graphql_client_codegen v0.13.0
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]    Compiling graphql_query_derive v0.13.0
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.18
[INFO] [stderr]     Checking graphql_client v0.13.0
[INFO] [stderr]     Checking changelog-it v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `id` and `number` are never read
[INFO] [stdout]   --> src/github_graphql/mod.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct PullRequest {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 35 |     pub id: String,
[INFO] [stdout]    |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub number: i64,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id` and `number` are never read
[INFO] [stdout]   --> src/github_graphql/mod.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct PullRequest {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 35 |     pub id: String,
[INFO] [stdout]    |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub number: i64,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.64s
[INFO] running `Command { std: "docker" "inspect" "2db81647c3d612a58e4af8ddafab64c2b80bff878811e08bcc2d4d8f9f7f84e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2db81647c3d612a58e4af8ddafab64c2b80bff878811e08bcc2d4d8f9f7f84e5", kill_on_drop: false }`
[INFO] [stdout] 2db81647c3d612a58e4af8ddafab64c2b80bff878811e08bcc2d4d8f9f7f84e5
