[INFO] fetching crate arrow-schema 49.0.0...
[INFO] checking arrow-schema-49.0.0 against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752
[INFO] extracting crate arrow-schema 49.0.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate arrow-schema 49.0.0 on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate arrow-schema 49.0.0
[INFO] finished tweaking crates.io crate arrow-schema 49.0.0
[INFO] tweaked toml for crates.io crate arrow-schema 49.0.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 12 packages
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ac20b13680b58a47db44562f7817a3e9b87ccd87a7f722e2ddbf893a8458a0e1
[INFO] running `Command { std: "docker" "start" "-a" "ac20b13680b58a47db44562f7817a3e9b87ccd87a7f722e2ddbf893a8458a0e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ac20b13680b58a47db44562f7817a3e9b87ccd87a7f722e2ddbf893a8458a0e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac20b13680b58a47db44562f7817a3e9b87ccd87a7f722e2ddbf893a8458a0e1", kill_on_drop: false }`
[INFO] [stdout] ac20b13680b58a47db44562f7817a3e9b87ccd87a7f722e2ddbf893a8458a0e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 951bc9cdf79f9932d2fbffbf36d338e7557ececcd75dd517f4ec6c0d9106a0d7
[INFO] running `Command { std: "docker" "start" "-a" "951bc9cdf79f9932d2fbffbf36d338e7557ececcd75dd517f4ec6c0d9106a0d7", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking arrow-schema v49.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serde_json v1.0.115
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stdout] warning: the item `Field` is imported redundantly
[INFO] [stdout]    --> src/datatype.rs:589:17
[INFO] [stdout]     |
[INFO] [stdout] 588 |     use super::*;
[INFO] [stdout]     |         -------- the item `Field` is already imported here
[INFO] [stdout] 589 |     use crate::{Field, UnionMode};
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `UnionMode` is imported redundantly
[INFO] [stdout]    --> src/datatype.rs:589:24
[INFO] [stdout]     |
[INFO] [stdout] 588 |     use super::*;
[INFO] [stdout]     |         -------- the item `UnionMode` is already imported here
[INFO] [stdout] 589 |     use crate::{Field, UnionMode};
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Fields` is imported redundantly
[INFO] [stdout]    --> src/field.rs:548:9
[INFO] [stdout]     |
[INFO] [stdout] 547 |     use super::*;
[INFO] [stdout]     |         -------- the item `Fields` is already imported here
[INFO] [stdout] 548 |     use crate::Fields;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Hash` is imported redundantly
[INFO] [stdout]    --> src/field.rs:550:21
[INFO] [stdout]     |
[INFO] [stdout] 547 |     use super::*;
[INFO] [stdout]     |         -------- the item `Hash` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 550 |     use std::hash::{Hash, Hasher};
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Hasher` is imported redundantly
[INFO] [stdout]    --> src/field.rs:550:27
[INFO] [stdout]     |
[INFO] [stdout] 547 |     use super::*;
[INFO] [stdout]     |         -------- the item `Hasher` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 550 |     use std::hash::{Hash, Hasher};
[INFO] [stdout]     |                           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Arc` is imported redundantly
[INFO] [stdout]    --> src/field.rs:551:9
[INFO] [stdout]     |
[INFO] [stdout] 547 |     use super::*;
[INFO] [stdout]     |         -------- the item `Arc` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 551 |     use std::sync::Arc;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
[INFO] running `Command { std: "docker" "inspect" "951bc9cdf79f9932d2fbffbf36d338e7557ececcd75dd517f4ec6c0d9106a0d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "951bc9cdf79f9932d2fbffbf36d338e7557ececcd75dd517f4ec6c0d9106a0d7", kill_on_drop: false }`
[INFO] [stdout] 951bc9cdf79f9932d2fbffbf36d338e7557ececcd75dd517f4ec6c0d9106a0d7
[INFO] checking arrow-schema-49.0.0 against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] extracting crate arrow-schema 49.0.0 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate arrow-schema 49.0.0 on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate arrow-schema 49.0.0
[INFO] finished tweaking crates.io crate arrow-schema 49.0.0
[INFO] tweaked toml for crates.io crate arrow-schema 49.0.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 12 packages
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2d6676b838de7c510e4fc25201dabcc391076ffb811d7504b98f10bd36e28408
[INFO] running `Command { std: "docker" "start" "-a" "2d6676b838de7c510e4fc25201dabcc391076ffb811d7504b98f10bd36e28408", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2d6676b838de7c510e4fc25201dabcc391076ffb811d7504b98f10bd36e28408", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d6676b838de7c510e4fc25201dabcc391076ffb811d7504b98f10bd36e28408", kill_on_drop: false }`
[INFO] [stdout] 2d6676b838de7c510e4fc25201dabcc391076ffb811d7504b98f10bd36e28408
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1702274a628c96122d830e13ad1dbcb48c831a325fd59db9d5b0d55691f24158
[INFO] running `Command { std: "docker" "start" "-a" "1702274a628c96122d830e13ad1dbcb48c831a325fd59db9d5b0d55691f24158", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking arrow-schema v49.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serde_json v1.0.115
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stdout] warning: the item `Field` is imported redundantly
[INFO] [stdout]    --> src/datatype.rs:589:17
[INFO] [stdout]     |
[INFO] [stdout] 588 |     use super::*;
[INFO] [stdout]     |         -------- the item `Field` is already imported here
[INFO] [stdout] 589 |     use crate::{Field, UnionMode};
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `UnionMode` is imported redundantly
[INFO] [stdout]    --> src/datatype.rs:589:24
[INFO] [stdout]     |
[INFO] [stdout] 588 |     use super::*;
[INFO] [stdout]     |         -------- the item `UnionMode` is already imported here
[INFO] [stdout] 589 |     use crate::{Field, UnionMode};
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Fields` is imported redundantly
[INFO] [stdout]    --> src/field.rs:548:9
[INFO] [stdout]     |
[INFO] [stdout] 547 |     use super::*;
[INFO] [stdout]     |         -------- the item `Fields` is already imported here
[INFO] [stdout] 548 |     use crate::Fields;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Hash` is imported redundantly
[INFO] [stdout]    --> src/field.rs:550:21
[INFO] [stdout]     |
[INFO] [stdout] 547 |     use super::*;
[INFO] [stdout]     |         -------- the item `Hash` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 550 |     use std::hash::{Hash, Hasher};
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Hasher` is imported redundantly
[INFO] [stdout]    --> src/field.rs:550:27
[INFO] [stdout]     |
[INFO] [stdout] 547 |     use super::*;
[INFO] [stdout]     |         -------- the item `Hasher` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 550 |     use std::hash::{Hash, Hasher};
[INFO] [stdout]     |                           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Arc` is imported redundantly
[INFO] [stdout]    --> src/field.rs:551:9
[INFO] [stdout]     |
[INFO] [stdout] 547 |     use super::*;
[INFO] [stdout]     |         -------- the item `Arc` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 551 |     use std::sync::Arc;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
[INFO] running `Command { std: "docker" "inspect" "1702274a628c96122d830e13ad1dbcb48c831a325fd59db9d5b0d55691f24158", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1702274a628c96122d830e13ad1dbcb48c831a325fd59db9d5b0d55691f24158", kill_on_drop: false }`
[INFO] [stdout] 1702274a628c96122d830e13ad1dbcb48c831a325fd59db9d5b0d55691f24158
