[INFO] fetching crate id3 1.14.0...
[INFO] checking id3-1.14.0 against try#47af3d0de9d26c7deba4cfb203b710cc3f764e91 for pr-130443
[INFO] extracting crate id3 1.14.0 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate id3 1.14.0 on toolchain 47af3d0de9d26c7deba4cfb203b710cc3f764e91
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "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-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "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] [stderr]       Adding linux-raw-sys v0.4.14 (available: v0.6.5)
[INFO] [stderr]       Adding windows-sys v0.52.0 (available: v0.59.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bda1c3bd7e6dc99b72214cbe21daa19153705e92612cb44f4ce3805a80307176
[INFO] running `Command { std: "docker" "start" "-a" "bda1c3bd7e6dc99b72214cbe21daa19153705e92612cb44f4ce3805a80307176", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bda1c3bd7e6dc99b72214cbe21daa19153705e92612cb44f4ce3805a80307176", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bda1c3bd7e6dc99b72214cbe21daa19153705e92612cb44f4ce3805a80307176", kill_on_drop: false }`
[INFO] [stdout] bda1c3bd7e6dc99b72214cbe21daa19153705e92612cb44f4ce3805a80307176
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e35cdfd09a06aed8b579f7b971736c5ab61a124bd467b40b9749142a61f6536d
[INFO] running `Command { std: "docker" "start" "-a" "e35cdfd09a06aed8b579f7b971736c5ab61a124bd467b40b9749142a61f6536d", kill_on_drop: false }`
[INFO] [stderr]     Checking id3 v1.14.0 (/opt/rustwide/workdir)
[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] warning: elided lifetime has a name
[INFO] [stdout]   --> src/tcon.rs:11:41
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl<'a> Parser<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 11 |     pub fn parse_tcon(s: &'a str) -> Cow<str> {
[INFO] [stdout]    |                                         ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[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] warning: elided lifetime has a name
[INFO] [stdout]   --> src/tcon.rs:11:41
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl<'a> Parser<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 11 |     pub fn parse_tcon(s: &'a str) -> Cow<str> {
[INFO] [stdout]    |                                         ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors; 1 warning emitted
[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 11 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e35cdfd09a06aed8b579f7b971736c5ab61a124bd467b40b9749142a61f6536d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e35cdfd09a06aed8b579f7b971736c5ab61a124bd467b40b9749142a61f6536d", kill_on_drop: false }`
[INFO] [stdout] e35cdfd09a06aed8b579f7b971736c5ab61a124bd467b40b9749142a61f6536d
