[INFO] cloning repository https://github.com/Saecki/music_organizer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Saecki/music_organizer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaecki%2Fmusic_organizer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaecki%2Fmusic_organizer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2b9dc5865ff6eeda249a885ba9fd538b720edfd6 [INFO] checking Saecki/music_organizer against try#e622d8d7bed4f2668d446e06c6c1436ecae15796 for pr-156776 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaecki%2Fmusic_organizer" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Saecki/music_organizer [INFO] finished tweaking git repo https://github.com/Saecki/music_organizer [INFO] tweaked toml for git repo https://github.com/Saecki/music_organizer written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Saecki/music_organizer on toolchain e622d8d7bed4f2668d446e06c6c1436ecae15796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Saecki/music_organizer 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" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7efec84a0a031d08b1c70132707477f75e024ea57c06906bfb6aadcb600b7bc7 [INFO] running `Command { std: "docker" "start" "-a" "7efec84a0a031d08b1c70132707477f75e024ea57c06906bfb6aadcb600b7bc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7efec84a0a031d08b1c70132707477f75e024ea57c06906bfb6aadcb600b7bc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7efec84a0a031d08b1c70132707477f75e024ea57c06906bfb6aadcb600b7bc7", kill_on_drop: false }` [INFO] [stdout] 7efec84a0a031d08b1c70132707477f75e024ea57c06906bfb6aadcb600b7bc7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e34cc94823cb78cefd09dfebbf8c0e81f241e426aacd6dd92304ce6d2541c2b6 [INFO] running `Command { std: "docker" "start" "-a" "e34cc94823cb78cefd09dfebbf8c0e81f241e426aacd6dd92304ce6d2541c2b6", kill_on_drop: false }` [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling prettyplease v0.2.34 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling bindgen v0.72.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Checking symphonia-core v0.5.5 [INFO] [stderr] Checking audio-core v0.2.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Checking strength_reduce v0.2.4 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking primal-check v0.3.4 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking dirs v6.0.0 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Checking audioadapter-sample v3.0.0 [INFO] [stderr] Checking transpose v0.2.3 [INFO] [stderr] Checking audioadapter v3.0.0 [INFO] [stderr] Checking ogg v0.9.2 [INFO] [stderr] Checking windowfunctions v0.1.1 [INFO] [stderr] Checking cstr8 v0.1.4 [INFO] [stderr] Checking audioadapter-buffers v3.0.0 [INFO] [stderr] Checking infer v0.19.0 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking metaflac v0.2.8 [INFO] [stderr] Checking rustfft v6.4.1 [INFO] [stderr] Checking shellexpand v3.1.1 [INFO] [stderr] Checking id3 v1.16.3 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking mp4ameta v0.13.0 (https://github.com/Saecki/rust-mp4ameta?rev=a1087f5#a1087f59) [INFO] [stderr] Checking opusmeta v3.0.0 [INFO] [stderr] Checking terminal_size v0.4.2 [INFO] [stderr] Checking symphonia-metadata v0.5.5 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Checking clap_builder v4.5.39 [INFO] [stderr] Checking symphonia-utils-xiph v0.5.5 [INFO] [stderr] Checking symphonia-bundle-flac v0.5.5 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Checking symphonia v0.5.5 [INFO] [stdout] error[E0521]: borrowed data escapes outside of associated function [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/id3-1.16.3/src/tcon.rs:13:34 [INFO] [stdout] | [INFO] [stdout] 10 | impl<'a> Parser<'a> { [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] 11 | pub fn parse_tcon(s: &'a str) -> Cow<'a, str> { [INFO] [stdout] | - `s` is a reference that is only valid in the associated function body [INFO] [stdout] 12 | let mut parser = Parser(s); [INFO] [stdout] 13 | let v1_genre_ids = match parser.one_or_more(&Self::content_type) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `s` escapes the associated function body here [INFO] [stdout] | argument requires that `'a` must outlive `'static` [INFO] [stdout] | [INFO] [stdout] = note: requirement occurs because of a mutable reference to `tcon::Parser<'_>` [INFO] [stdout] = note: mutable references are invariant over their type parameter [INFO] [stdout] = help: see for more information about variance [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0521]: borrowed data escapes outside of method [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/id3-1.16.3/src/tcon.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 10 | impl<'a> Parser<'a> { [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 23 | fn content_type(&mut self) -> Result { [INFO] [stdout] | --------- `self` is a reference that is only valid in the method body [INFO] [stdout] 24 | self.first_of([&Self::escaped_content_type, &Self::v1_content_type]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `self` escapes the method body here [INFO] [stdout] | argument requires that `'a` must outlive `'static` [INFO] [stdout] | [INFO] [stdout] = note: requirement occurs because of a mutable reference to `tcon::Parser<'_>` [INFO] [stdout] = note: mutable references are invariant over their type parameter [INFO] [stdout] = help: see for more information about variance [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0521`. [INFO] [stdout] [INFO] [stderr] error: could not compile `id3` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "e34cc94823cb78cefd09dfebbf8c0e81f241e426aacd6dd92304ce6d2541c2b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e34cc94823cb78cefd09dfebbf8c0e81f241e426aacd6dd92304ce6d2541c2b6", kill_on_drop: false }` [INFO] [stdout] e34cc94823cb78cefd09dfebbf8c0e81f241e426aacd6dd92304ce6d2541c2b6