[INFO] fetching crate id3 1.14.0... [INFO] checking id3-1.14.0 against master#8549802939cd01111c46e34a7b67cb1933977af9 for pr-132712 [INFO] extracting crate id3 1.14.0 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate id3 1.14.0 on toolchain 8549802939cd01111c46e34a7b67cb1933977af9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8549802939cd01111c46e34a7b67cb1933977af9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate id3 1.14.0 [INFO] finished tweaking crates.io crate id3 1.14.0 [INFO] tweaked toml for crates.io crate id3 1.14.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" "+8549802939cd01111c46e34a7b67cb1933977af9" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 39 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8549802939cd01111c46e34a7b67cb1933977af9" "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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+8549802939cd01111c46e34a7b67cb1933977af9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9b3a65975184dc008fd2def5db253b7c89d1b74d8f2ad4b8de607f6eeb6e3039 [INFO] running `Command { std: "docker" "start" "-a" "9b3a65975184dc008fd2def5db253b7c89d1b74d8f2ad4b8de607f6eeb6e3039", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b3a65975184dc008fd2def5db253b7c89d1b74d8f2ad4b8de607f6eeb6e3039", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b3a65975184dc008fd2def5db253b7c89d1b74d8f2ad4b8de607f6eeb6e3039", kill_on_drop: false }` [INFO] [stdout] 9b3a65975184dc008fd2def5db253b7c89d1b74d8f2ad4b8de607f6eeb6e3039 [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+8549802939cd01111c46e34a7b67cb1933977af9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da6c008ddc49a6ab5ee78b91141fbf8a2ab7da7695668a516772e1cd14d13e2a [INFO] running `Command { std: "docker" "start" "-a" "da6c008ddc49a6ab5ee78b91141fbf8a2ab7da7695668a516772e1cd14d13e2a", kill_on_drop: false }` [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Compiling rustix v0.38.39 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking fastrand v2.2.0 [INFO] [stderr] Checking miniz_oxide v0.8.0 [INFO] [stderr] Checking flate2 v1.0.34 [INFO] [stderr] Checking id3 v1.14.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking tempfile v3.14.0 [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/stream/tag.rs:116:13 [INFO] [stdout] | [INFO] [stdout] 116 | use tokio::io::AsyncReadExt; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/stream/tag.rs:215:13 [INFO] [stdout] | [INFO] [stdout] 215 | use tokio::io::AsyncReadExt; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/stream/tag.rs:621:7 [INFO] [stdout] | [INFO] [stdout] 621 | #[tokio::test] [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/stream/tag.rs:656:7 [INFO] [stdout] | [INFO] [stdout] 656 | #[tokio::test] [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/stream/tag.rs:793:7 [INFO] [stdout] | [INFO] [stdout] 793 | #[tokio::test] [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/stream/tag.rs:114:26 [INFO] [stdout] | [INFO] [stdout] 114 | mut reader: impl tokio::io::AsyncRead + std::marker::Unpin, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/stream/tag.rs:210:22 [INFO] [stdout] | [INFO] [stdout] 210 | mut reader: impl tokio::io::AsyncRead + std::marker::Unpin, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/stream/tag.rs:623:24 [INFO] [stdout] | [INFO] [stdout] 623 | let mut file = tokio::fs::File::open("testdata/id3v22.id3").await.unwrap(); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 496 + use crate::stream::tag::fs::File; [INFO] [stdout] | [INFO] [stdout] 496 + use std::fs::File; [INFO] [stdout] | [INFO] [stdout] help: if you import `File`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 623 - let mut file = tokio::fs::File::open("testdata/id3v22.id3").await.unwrap(); [INFO] [stdout] 623 + let mut file = File::open("testdata/id3v22.id3").await.unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/stream/tag.rs:658:24 [INFO] [stdout] | [INFO] [stdout] 658 | let mut file = tokio::fs::File::open("testdata/id3v23.id3").await.unwrap(); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 496 + use crate::stream::tag::fs::File; [INFO] [stdout] | [INFO] [stdout] 496 + use std::fs::File; [INFO] [stdout] | [INFO] [stdout] help: if you import `File`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 658 - let mut file = tokio::fs::File::open("testdata/id3v23.id3").await.unwrap(); [INFO] [stdout] 658 + let mut file = File::open("testdata/id3v23.id3").await.unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/stream/tag.rs:795:24 [INFO] [stdout] | [INFO] [stdout] 795 | let mut file = tokio::fs::File::open("testdata/id3v24_ext.id3") [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 496 + use crate::stream::tag::fs::File; [INFO] [stdout] | [INFO] [stdout] 496 + use std::fs::File; [INFO] [stdout] | [INFO] [stdout] help: if you import `File`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 795 - let mut file = tokio::fs::File::open("testdata/id3v24_ext.id3") [INFO] [stdout] 795 + let mut file = File::open("testdata/id3v24_ext.id3") [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `id3` (lib test) due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "da6c008ddc49a6ab5ee78b91141fbf8a2ab7da7695668a516772e1cd14d13e2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da6c008ddc49a6ab5ee78b91141fbf8a2ab7da7695668a516772e1cd14d13e2a", kill_on_drop: false }` [INFO] [stdout] da6c008ddc49a6ab5ee78b91141fbf8a2ab7da7695668a516772e1cd14d13e2a