[INFO] fetching crate oxc_schemars_derive 0.8.23...
[INFO] building oxc_schemars_derive-0.8.23 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate oxc_schemars_derive 0.8.23 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate oxc_schemars_derive 0.8.23
[INFO] finished tweaking crates.io crate oxc_schemars_derive 0.8.23
[INFO] tweaked toml for crates.io crate oxc_schemars_derive 0.8.23 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate oxc_schemars_derive 0.8.23 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate oxc_schemars_derive 0.8.23 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 83a537e93a75b5d757563800449873786516185275dce3f9b7ee9623afd7915a
[INFO] running `Command { std: "docker" "start" "-a" "83a537e93a75b5d757563800449873786516185275dce3f9b7ee9623afd7915a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "83a537e93a75b5d757563800449873786516185275dce3f9b7ee9623afd7915a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83a537e93a75b5d757563800449873786516185275dce3f9b7ee9623afd7915a", kill_on_drop: false }`
[INFO] [stdout] 83a537e93a75b5d757563800449873786516185275dce3f9b7ee9623afd7915a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cec6259968ba2be08f51c4865c3f95aba10cb60ef4452b63219fb51d3744d84f
[INFO] running `Command { std: "docker" "start" "-a" "cec6259968ba2be08f51c4865c3f95aba10cb60ef4452b63219fb51d3744d84f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling serde_derive_internals v0.29.0
[INFO] [stderr]    Compiling oxc_schemars_derive v0.8.23 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `original` is never read
[INFO] [stdout]   --> src/ast/mod.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Container<'a> {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub original: &'a syn::DeriveInput,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/ast/mod.rs:55:54
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn transparent_field(&'a self) -> Option<&'a Field> {
[INFO] [stdout]    |                               --                  -- ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                   |
[INFO] [stdout]    |                               |                   the same lifetime is named here
[INFO] [stdout]    |                               the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn transparent_field(&'a self) -> Option<&'a Field<'a>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s
[INFO] running `Command { std: "docker" "inspect" "cec6259968ba2be08f51c4865c3f95aba10cb60ef4452b63219fb51d3744d84f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cec6259968ba2be08f51c4865c3f95aba10cb60ef4452b63219fb51d3744d84f", kill_on_drop: false }`
[INFO] [stdout] cec6259968ba2be08f51c4865c3f95aba10cb60ef4452b63219fb51d3744d84f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5162921b14a4561aa6d875ce27703c3cfc849be42c07e22cde03885b4c77d575
[INFO] running `Command { std: "docker" "start" "-a" "5162921b14a4561aa6d875ce27703c3cfc849be42c07e22cde03885b4c77d575", kill_on_drop: false }`
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling oxc_schemars_derive v0.8.23 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling pretty_assertions v1.4.0
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/ast/mod.rs:55:54
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn transparent_field(&'a self) -> Option<&'a Field> {
[INFO] [stdout]    |                               --                  -- ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                   |
[INFO] [stdout]    |                               |                   the same lifetime is named here
[INFO] [stdout]    |                               the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn transparent_field(&'a self) -> Option<&'a Field<'a>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `original` is never read
[INFO] [stdout]   --> src/ast/mod.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Container<'a> {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub original: &'a syn::DeriveInput,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/ast/mod.rs:55:54
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn transparent_field(&'a self) -> Option<&'a Field> {
[INFO] [stdout]    |                               --                  -- ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                   |
[INFO] [stdout]    |                               |                   the same lifetime is named here
[INFO] [stdout]    |                               the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn transparent_field(&'a self) -> Option<&'a Field<'a>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `original` is never read
[INFO] [stdout]   --> src/ast/mod.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Container<'a> {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub original: &'a syn::DeriveInput,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.90s
[INFO] running `Command { std: "docker" "inspect" "5162921b14a4561aa6d875ce27703c3cfc849be42c07e22cde03885b4c77d575", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5162921b14a4561aa6d875ce27703c3cfc849be42c07e22cde03885b4c77d575", kill_on_drop: false }`
[INFO] [stdout] 5162921b14a4561aa6d875ce27703c3cfc849be42c07e22cde03885b4c77d575
