[INFO] fetching crate mp4ameta 0.11.0...
[INFO] checking mp4ameta-0.11.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate mp4ameta 0.11.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate mp4ameta 0.11.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mp4ameta 0.11.0
[INFO] finished tweaking crates.io crate mp4ameta 0.11.0
[INFO] tweaked toml for crates.io crate mp4ameta 0.11.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate mp4ameta 0.11.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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mp4ameta_proc v0.6.0
[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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 68ca8416ed73203235d1069177ee018542b75ead14c3c49292910c46b6883279
[INFO] running `Command { std: "docker" "start" "-a" "68ca8416ed73203235d1069177ee018542b75ead14c3c49292910c46b6883279", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "68ca8416ed73203235d1069177ee018542b75ead14c3c49292910c46b6883279", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68ca8416ed73203235d1069177ee018542b75ead14c3c49292910c46b6883279", kill_on_drop: false }`
[INFO] [stdout] 68ca8416ed73203235d1069177ee018542b75ead14c3c49292910c46b6883279
[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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e807589c3d2250d46f1563d3a97d434248573523c38668a56587f381a6c3861f
[INFO] running `Command { std: "docker" "start" "-a" "e807589c3d2250d46f1563d3a97d434248573523c38668a56587f381a6c3861f", kill_on_drop: false }`
[INFO] [stderr]    Compiling mp4ameta_proc v0.6.0
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking mp4ameta v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: the item `Read` is imported redundantly
[INFO] [stdout]   --> src/atom/content.rs:1:15
[INFO] [stdout]    |
[INFO] [stdout] 1  | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 2  |
[INFO] [stdout] 3  | use super::*;
[INFO] [stdout]    |     -------- the item `Read` is already imported here
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 42 | #![deny(missing_docs, warnings)]
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Seek` is imported redundantly
[INFO] [stdout]  --> src/atom/content.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout] 2 |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     -------- the item `Seek` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `SeekFrom` is imported redundantly
[INFO] [stdout]  --> src/atom/content.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] 2 |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     -------- the item `SeekFrom` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Write` is imported redundantly
[INFO] [stdout]  --> src/atom/content.rs:1:37
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]   |                                     ^^^^^
[INFO] [stdout] 2 |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     -------- the item `Write` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Read` is imported redundantly
[INFO] [stdout]  --> src/atom/info.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4 | use super::*;
[INFO] [stdout]   |     -------- the item `Read` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Seek` is imported redundantly
[INFO] [stdout]  --> src/atom/info.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom};
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4 | use super::*;
[INFO] [stdout]   |     -------- the item `Seek` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `SeekFrom` is imported redundantly
[INFO] [stdout]  --> src/atom/info.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4 | use super::*;
[INFO] [stdout]   |     -------- the item `SeekFrom` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `readonly::*`
[INFO] [stdout]   --> src/tag/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use readonly::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `tuple::*`
[INFO] [stdout]   --> src/tag/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use tuple::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Read` is imported redundantly
[INFO] [stdout]   --> src/atom/content.rs:1:15
[INFO] [stdout]    |
[INFO] [stdout] 1  | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 2  |
[INFO] [stdout] 3  | use super::*;
[INFO] [stdout]    |     -------- the item `Read` is already imported here
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 42 | #![deny(missing_docs, warnings)]
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Seek` is imported redundantly
[INFO] [stdout]  --> src/atom/content.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout] 2 |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     -------- the item `Seek` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `SeekFrom` is imported redundantly
[INFO] [stdout]  --> src/atom/content.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] 2 |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     -------- the item `SeekFrom` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Write` is imported redundantly
[INFO] [stdout]  --> src/atom/content.rs:1:37
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]   |                                     ^^^^^
[INFO] [stdout] 2 |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     -------- the item `Write` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Read` is imported redundantly
[INFO] [stdout]  --> src/atom/info.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4 | use super::*;
[INFO] [stdout]   |     -------- the item `Read` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Seek` is imported redundantly
[INFO] [stdout]  --> src/atom/info.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom};
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4 | use super::*;
[INFO] [stdout]   |     -------- the item `Seek` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `SeekFrom` is imported redundantly
[INFO] [stdout]  --> src/atom/info.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4 | use super::*;
[INFO] [stdout]   |     -------- the item `SeekFrom` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `readonly::*`
[INFO] [stdout]   --> src/tag/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use readonly::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `tuple::*`
[INFO] [stdout]   --> src/tag/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use tuple::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mp4ameta` (lib) due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mp4ameta` (lib test) due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "e807589c3d2250d46f1563d3a97d434248573523c38668a56587f381a6c3861f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e807589c3d2250d46f1563d3a97d434248573523c38668a56587f381a6c3861f", kill_on_drop: false }`
[INFO] [stdout] e807589c3d2250d46f1563d3a97d434248573523c38668a56587f381a6c3861f
[INFO] checking mp4ameta-0.11.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate mp4ameta 0.11.0 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate mp4ameta 0.11.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mp4ameta 0.11.0
[INFO] finished tweaking crates.io crate mp4ameta 0.11.0
[INFO] tweaked toml for crates.io crate mp4ameta 0.11.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate crates.io crate mp4ameta 0.11.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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 98958c94788ed2c5a416896ddcac92dc21333055280fe58aaa236a1c31ff82fa
[INFO] running `Command { std: "docker" "start" "-a" "98958c94788ed2c5a416896ddcac92dc21333055280fe58aaa236a1c31ff82fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "98958c94788ed2c5a416896ddcac92dc21333055280fe58aaa236a1c31ff82fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98958c94788ed2c5a416896ddcac92dc21333055280fe58aaa236a1c31ff82fa", kill_on_drop: false }`
[INFO] [stdout] 98958c94788ed2c5a416896ddcac92dc21333055280fe58aaa236a1c31ff82fa
[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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 08693513f9a81f946b76b62bb9113bb3545658a92f12cf438253fe48a0e8ed0a
[INFO] running `Command { std: "docker" "start" "-a" "08693513f9a81f946b76b62bb9113bb3545658a92f12cf438253fe48a0e8ed0a", kill_on_drop: false }`
[INFO] [stderr]    Compiling mp4ameta_proc v0.6.0
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking mp4ameta v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: the item `Read` is imported redundantly
[INFO] [stdout]   --> src/atom/content.rs:1:15
[INFO] [stdout]    |
[INFO] [stdout] 1  | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 2  |
[INFO] [stdout] 3  | use super::*;
[INFO] [stdout]    |     -------- the item `Read` is already imported here
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 42 | #![deny(missing_docs, warnings)]
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Seek` is imported redundantly
[INFO] [stdout]  --> src/atom/content.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout] 2 |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     -------- the item `Seek` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `SeekFrom` is imported redundantly
[INFO] [stdout]  --> src/atom/content.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] 2 |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     -------- the item `SeekFrom` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Write` is imported redundantly
[INFO] [stdout]  --> src/atom/content.rs:1:37
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]   |                                     ^^^^^
[INFO] [stdout] 2 |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     -------- the item `Write` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Read` is imported redundantly
[INFO] [stdout]  --> src/atom/info.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4 | use super::*;
[INFO] [stdout]   |     -------- the item `Read` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Seek` is imported redundantly
[INFO] [stdout]  --> src/atom/info.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom};
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4 | use super::*;
[INFO] [stdout]   |     -------- the item `Seek` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `SeekFrom` is imported redundantly
[INFO] [stdout]  --> src/atom/info.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4 | use super::*;
[INFO] [stdout]   |     -------- the item `SeekFrom` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `readonly::*`
[INFO] [stdout]   --> src/tag/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use readonly::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `tuple::*`
[INFO] [stdout]   --> src/tag/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use tuple::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Read` is imported redundantly
[INFO] [stdout]   --> src/atom/content.rs:1:15
[INFO] [stdout]    |
[INFO] [stdout] 1  | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 2  |
[INFO] [stdout] 3  | use super::*;
[INFO] [stdout]    |     -------- the item `Read` is already imported here
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 42 | #![deny(missing_docs, warnings)]
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Seek` is imported redundantly
[INFO] [stdout]  --> src/atom/content.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout] 2 |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     -------- the item `Seek` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `SeekFrom` is imported redundantly
[INFO] [stdout]  --> src/atom/content.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] 2 |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     -------- the item `SeekFrom` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Write` is imported redundantly
[INFO] [stdout]  --> src/atom/content.rs:1:37
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom, Write};
[INFO] [stdout]   |                                     ^^^^^
[INFO] [stdout] 2 |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     -------- the item `Write` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Read` is imported redundantly
[INFO] [stdout]  --> src/atom/info.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4 | use super::*;
[INFO] [stdout]   |     -------- the item `Read` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Seek` is imported redundantly
[INFO] [stdout]  --> src/atom/info.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom};
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4 | use super::*;
[INFO] [stdout]   |     -------- the item `Seek` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `SeekFrom` is imported redundantly
[INFO] [stdout]  --> src/atom/info.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Seek, SeekFrom};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4 | use super::*;
[INFO] [stdout]   |     -------- the item `SeekFrom` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `readonly::*`
[INFO] [stdout]   --> src/tag/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use readonly::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `tuple::*`
[INFO] [stdout]   --> src/tag/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use tuple::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mp4ameta` (lib test) due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mp4ameta` (lib) due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "08693513f9a81f946b76b62bb9113bb3545658a92f12cf438253fe48a0e8ed0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08693513f9a81f946b76b62bb9113bb3545658a92f12cf438253fe48a0e8ed0a", kill_on_drop: false }`
[INFO] [stdout] 08693513f9a81f946b76b62bb9113bb3545658a92f12cf438253fe48a0e8ed0a
