[INFO] fetching crate id3 1.14.0...
[INFO] checking id3-1.14.0 against master#fd2c811d25ad5773fbd2463e058bf4edf4d44eb2 for pr-130443
[INFO] extracting crate id3 1.14.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate id3 1.14.0 on toolchain fd2c811d25ad5773fbd2463e058bf4edf4d44eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "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-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "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" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 142eb06ad0839698baac4596c977cbe940a45e5dbef2375c062a0a118559e85a
[INFO] running `Command { std: "docker" "start" "-a" "142eb06ad0839698baac4596c977cbe940a45e5dbef2375c062a0a118559e85a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "142eb06ad0839698baac4596c977cbe940a45e5dbef2375c062a0a118559e85a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "142eb06ad0839698baac4596c977cbe940a45e5dbef2375c062a0a118559e85a", kill_on_drop: false }`
[INFO] [stdout] 142eb06ad0839698baac4596c977cbe940a45e5dbef2375c062a0a118559e85a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2037e7f5f4cd282941c90f30f44953be8df31df16d29d364cbf1fe67665a7748
[INFO] running `Command { std: "docker" "start" "-a" "2037e7f5f4cd282941c90f30f44953be8df31df16d29d364cbf1fe67665a7748", kill_on_drop: false }`
[INFO] [stderr]     Checking id3 v1.14.0 (/opt/rustwide/workdir)
[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: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] 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" "2037e7f5f4cd282941c90f30f44953be8df31df16d29d364cbf1fe67665a7748", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2037e7f5f4cd282941c90f30f44953be8df31df16d29d364cbf1fe67665a7748", kill_on_drop: false }`
[INFO] [stdout] 2037e7f5f4cd282941c90f30f44953be8df31df16d29d364cbf1fe67665a7748
