[INFO] fetching crate kamadak-exif 0.5.3... [INFO] checking kamadak-exif-0.5.3 against try#b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b for pr-82781 [INFO] extracting crate kamadak-exif 0.5.3 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate kamadak-exif 0.5.3 on toolchain b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate kamadak-exif 0.5.3 [INFO] finished tweaking crates.io crate kamadak-exif 0.5.3 [INFO] tweaked toml for crates.io crate kamadak-exif 0.5.3 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate kamadak-exif 0.5.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mutate_once v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f60b47c819da802cec9438a70e4c85170b07c5b0aba9924f2e520e8e1ca5f81c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f60b47c819da802cec9438a70e4c85170b07c5b0aba9924f2e520e8e1ca5f81c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f60b47c819da802cec9438a70e4c85170b07c5b0aba9924f2e520e8e1ca5f81c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f60b47c819da802cec9438a70e4c85170b07c5b0aba9924f2e520e8e1ca5f81c", kill_on_drop: false }` [INFO] [stdout] f60b47c819da802cec9438a70e4c85170b07c5b0aba9924f2e520e8e1ca5f81c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6fa7ea4e3fc0d6925615c850dfa471a0f917c8af36030f80d41c78ecf7f764dc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6fa7ea4e3fc0d6925615c850dfa471a0f917c8af36030f80d41c78ecf7f764dc", kill_on_drop: false }` [INFO] [stderr] Checking mutate_once v0.1.1 [INFO] [stderr] Checking kamadak-exif v0.5.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/isobmff.rs:170:22 [INFO] [stdout] | [INFO] [stdout] 170 | size.try_into().or(Err("Large seek not supported"))?))?, [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `AnnotatableTryInto` for the type `T` [INFO] [stdout] --> src/isobmff.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / fn try_into(self) -> Result [INFO] [stdout] 51 | | where Self: std::convert::TryInto { [INFO] [stdout] | |________________________________________^ [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `TryInto` for the type `T` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 170 | AnnotatableTryInto::try_into(size).or(Err("Large seek not supported"))?))?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 170 | TryInto::try_into(size).or(Err("Large seek not supported"))?))?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/isobmff.rs:170:22 [INFO] [stdout] | [INFO] [stdout] 170 | size.try_into().or(Err("Large seek not supported"))?))?, [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `AnnotatableTryInto` for the type `T` [INFO] [stdout] --> src/isobmff.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / fn try_into(self) -> Result [INFO] [stdout] 51 | | where Self: std::convert::TryInto { [INFO] [stdout] | |________________________________________^ [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `TryInto` for the type `T` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 170 | AnnotatableTryInto::try_into(size).or(Err("Large seek not supported"))?))?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 170 | TryInto::try_into(size).or(Err("Large seek not supported"))?))?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/isobmff.rs:238:35 [INFO] [stdout] | [INFO] [stdout] 238 | let off = off.try_into().or(Err("Offset too large"))?; [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `AnnotatableTryInto` for the type `T` [INFO] [stdout] --> src/isobmff.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / fn try_into(self) -> Result [INFO] [stdout] 51 | | where Self: std::convert::TryInto { [INFO] [stdout] | |________________________________________^ [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `TryInto` for the type `T` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 238 | let off = AnnotatableTryInto::try_into(off).or(Err("Offset too large"))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 238 | let off = TryInto::try_into(off).or(Err("Offset too large"))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/isobmff.rs:238:35 [INFO] [stdout] | [INFO] [stdout] 238 | let off = off.try_into().or(Err("Offset too large"))?; [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `AnnotatableTryInto` for the type `T` [INFO] [stdout] --> src/isobmff.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / fn try_into(self) -> Result [INFO] [stdout] 51 | | where Self: std::convert::TryInto { [INFO] [stdout] | |________________________________________^ [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `TryInto` for the type `T` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 238 | let off = AnnotatableTryInto::try_into(off).or(Err("Offset too large"))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 238 | let off = TryInto::try_into(off).or(Err("Offset too large"))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/isobmff.rs:239:35 [INFO] [stdout] | [INFO] [stdout] 239 | let end = end.try_into().or(Err("Length too large"))?; [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `AnnotatableTryInto` for the type `T` [INFO] [stdout] --> src/isobmff.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / fn try_into(self) -> Result [INFO] [stdout] 51 | | where Self: std::convert::TryInto { [INFO] [stdout] | |________________________________________^ [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `TryInto` for the type `T` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 239 | let end = AnnotatableTryInto::try_into(end).or(Err("Length too large"))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 239 | let end = TryInto::try_into(end).or(Err("Length too large"))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/isobmff.rs:381:33 [INFO] [stdout] | [INFO] [stdout] 381 | 1 => self.uint64()?.try_into::() [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `AnnotatableTryInto` for the type `T` [INFO] [stdout] --> src/isobmff.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / fn try_into(self) -> Result [INFO] [stdout] 51 | | where Self: std::convert::TryInto { [INFO] [stdout] | |________________________________________^ [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `TryInto` for the type `T` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 381 | 1 => AnnotatableTryInto::try_into(self.uint64()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 381 | 1 => TryInto::try_into(self.uint64()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/isobmff.rs:239:35 [INFO] [stdout] | [INFO] [stdout] 239 | let end = end.try_into().or(Err("Length too large"))?; [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `AnnotatableTryInto` for the type `T` [INFO] [stdout] --> src/isobmff.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / fn try_into(self) -> Result [INFO] [stdout] 51 | | where Self: std::convert::TryInto { [INFO] [stdout] | |________________________________________^ [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `TryInto` for the type `T` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 239 | let end = AnnotatableTryInto::try_into(end).or(Err("Length too large"))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 239 | let end = TryInto::try_into(end).or(Err("Length too large"))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/isobmff.rs:381:33 [INFO] [stdout] | [INFO] [stdout] 381 | 1 => self.uint64()?.try_into::() [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `AnnotatableTryInto` for the type `T` [INFO] [stdout] --> src/isobmff.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / fn try_into(self) -> Result [INFO] [stdout] 51 | | where Self: std::convert::TryInto { [INFO] [stdout] | |________________________________________^ [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `TryInto` for the type `T` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 381 | 1 => AnnotatableTryInto::try_into(self.uint64()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 381 | 1 => TryInto::try_into(self.uint64()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stderr] error: could not compile `kamadak-exif` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6fa7ea4e3fc0d6925615c850dfa471a0f917c8af36030f80d41c78ecf7f764dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fa7ea4e3fc0d6925615c850dfa471a0f917c8af36030f80d41c78ecf7f764dc", kill_on_drop: false }` [INFO] [stdout] 6fa7ea4e3fc0d6925615c850dfa471a0f917c8af36030f80d41c78ecf7f764dc