[INFO] fetching crate ici-files 0.1.4...
[INFO] checking ici-files-0.1.4 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate ici-files 0.1.4 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate ici-files 0.1.4 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ici-files 0.1.4
[INFO] finished tweaking crates.io crate ici-files 0.1.4
[INFO] tweaked toml for crates.io crate ici-files 0.1.4 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a408fb6698e91ee8a4591ebb05db365ad5be7072bbdf5f6bcdacdfecdd4f0072
[INFO] running `Command { std: "docker" "start" "-a" "a408fb6698e91ee8a4591ebb05db365ad5be7072bbdf5f6bcdacdfecdd4f0072", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a408fb6698e91ee8a4591ebb05db365ad5be7072bbdf5f6bcdacdfecdd4f0072", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a408fb6698e91ee8a4591ebb05db365ad5be7072bbdf5f6bcdacdfecdd4f0072", kill_on_drop: false }`
[INFO] [stdout] a408fb6698e91ee8a4591ebb05db365ad5be7072bbdf5f6bcdacdfecdd4f0072
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c2cf6efa7170d01d2a09f3db09e62d73cac68153511862ee1bb6e458f65feff4
[INFO] running `Command { std: "docker" "start" "-a" "c2cf6efa7170d01d2a09f3db09e62d73cac68153511862ee1bb6e458f65feff4", kill_on_drop: false }`
[INFO] [stderr]     Checking ici-files v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no method named `animate` found for struct `animated::AnimatedIndexedImage` in the current scope
[INFO] [stdout]    --> src/animated.rs:980:24
[INFO] [stdout]     |
[INFO] [stdout] 57  | pub struct AnimatedIndexedImage {
[INFO] [stdout]     | ------------------------------- method `animate` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 980 |         assert!(!image.animate());
[INFO] [stdout]     |                        ^^^^^^^-- help: remove the arguments
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_animate` with a similar name, but with different arguments
[INFO] [stdout]    --> src/animated.rs:304:5
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn set_animate(&mut self, animate: bool) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `animate` found for struct `animated::AnimatedIndexedImage` in the current scope
[INFO] [stdout]    --> src/animated.rs:986:23
[INFO] [stdout]     |
[INFO] [stdout] 57  | pub struct AnimatedIndexedImage {
[INFO] [stdout]     | ------------------------------- method `animate` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 986 |         assert!(image.animate());
[INFO] [stdout]     |                       ^^^^^^^-- help: remove the arguments
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_animate` with a similar name, but with different arguments
[INFO] [stdout]    --> src/animated.rs:304:5
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn set_animate(&mut self, animate: bool) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `animate` found for struct `animated::AnimatedIndexedImage` in the current scope
[INFO] [stdout]    --> src/animated.rs:989:23
[INFO] [stdout]     |
[INFO] [stdout] 57  | pub struct AnimatedIndexedImage {
[INFO] [stdout]     | ------------------------------- method `animate` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 989 |         assert!(image.animate());
[INFO] [stdout]     |                       ^^^^^^^-- help: remove the arguments
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_animate` with a similar name, but with different arguments
[INFO] [stdout]    --> src/animated.rs:304:5
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn set_animate(&mut self, animate: bool) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `animate` found for struct `animated::AnimatedIndexedImage` in the current scope
[INFO] [stdout]    --> src/animated.rs:993:23
[INFO] [stdout]     |
[INFO] [stdout] 57  | pub struct AnimatedIndexedImage {
[INFO] [stdout]     | ------------------------------- method `animate` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 993 |         assert!(image.animate());
[INFO] [stdout]     |                       ^^^^^^^-- help: remove the arguments
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_animate` with a similar name, but with different arguments
[INFO] [stdout]    --> src/animated.rs:304:5
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn set_animate(&mut self, animate: bool) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `animate` found for struct `animated::AnimatedIndexedImage` in the current scope
[INFO] [stdout]    --> src/animated.rs:997:23
[INFO] [stdout]     |
[INFO] [stdout] 57  | pub struct AnimatedIndexedImage {
[INFO] [stdout]     | ------------------------------- method `animate` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 997 |         assert!(image.animate());
[INFO] [stdout]     |                       ^^^^^^^-- help: remove the arguments
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_animate` with a similar name, but with different arguments
[INFO] [stdout]    --> src/animated.rs:304:5
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn set_animate(&mut self, animate: bool) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `animate` found for struct `animated::AnimatedIndexedImage` in the current scope
[INFO] [stdout]     --> src/animated.rs:1001:24
[INFO] [stdout]      |
[INFO] [stdout] 57   | pub struct AnimatedIndexedImage {
[INFO] [stdout]      | ------------------------------- method `animate` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1001 |         assert!(!image.animate());
[INFO] [stdout]      |                        ^^^^^^^-- help: remove the arguments
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        field, not a method
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `set_animate` with a similar name, but with different arguments
[INFO] [stdout]     --> src/animated.rs:304:5
[INFO] [stdout]      |
[INFO] [stdout] 304  |     pub fn set_animate(&mut self, animate: bool) {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `animate` found for struct `animated::AnimatedIndexedImage` in the current scope
[INFO] [stdout]     --> src/animated.rs:1005:24
[INFO] [stdout]      |
[INFO] [stdout] 57   | pub struct AnimatedIndexedImage {
[INFO] [stdout]      | ------------------------------- method `animate` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1005 |         assert!(!image.animate());
[INFO] [stdout]      |                        ^^^^^^^-- help: remove the arguments
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        field, not a method
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `set_animate` with a similar name, but with different arguments
[INFO] [stdout]     --> src/animated.rs:304:5
[INFO] [stdout]      |
[INFO] [stdout] 304  |     pub fn set_animate(&mut self, animate: bool) {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ici-files` (lib test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "c2cf6efa7170d01d2a09f3db09e62d73cac68153511862ee1bb6e458f65feff4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2cf6efa7170d01d2a09f3db09e62d73cac68153511862ee1bb6e458f65feff4", kill_on_drop: false }`
[INFO] [stdout] c2cf6efa7170d01d2a09f3db09e62d73cac68153511862ee1bb6e458f65feff4
[INFO] checking ici-files-0.1.4 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate ici-files 0.1.4 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate ici-files 0.1.4 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ici-files 0.1.4
[INFO] finished tweaking crates.io crate ici-files 0.1.4
[INFO] tweaked toml for crates.io crate ici-files 0.1.4 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4693670551c6e7d09d90400e0f258f987ee9c6f2b40444d12ecece13c059bfc3
[INFO] running `Command { std: "docker" "start" "-a" "4693670551c6e7d09d90400e0f258f987ee9c6f2b40444d12ecece13c059bfc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4693670551c6e7d09d90400e0f258f987ee9c6f2b40444d12ecece13c059bfc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4693670551c6e7d09d90400e0f258f987ee9c6f2b40444d12ecece13c059bfc3", kill_on_drop: false }`
[INFO] [stdout] 4693670551c6e7d09d90400e0f258f987ee9c6f2b40444d12ecece13c059bfc3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 94f2b4dbd33cf2a16ec8baf178fd9558f82cc3a62d9947001aca7b269cb04eb9
[INFO] running `Command { std: "docker" "start" "-a" "94f2b4dbd33cf2a16ec8baf178fd9558f82cc3a62d9947001aca7b269cb04eb9", kill_on_drop: false }`
[INFO] [stderr]     Checking ici-files v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no method named `animate` found for struct `animated::AnimatedIndexedImage` in the current scope
[INFO] [stdout]    --> src/animated.rs:980:24
[INFO] [stdout]     |
[INFO] [stdout] 57  | pub struct AnimatedIndexedImage {
[INFO] [stdout]     | ------------------------------- method `animate` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 980 |         assert!(!image.animate());
[INFO] [stdout]     |                        ^^^^^^^-- help: remove the arguments
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_animate` with a similar name, but with different arguments
[INFO] [stdout]    --> src/animated.rs:304:5
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn set_animate(&mut self, animate: bool) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `animate` found for struct `animated::AnimatedIndexedImage` in the current scope
[INFO] [stdout]    --> src/animated.rs:986:23
[INFO] [stdout]     |
[INFO] [stdout] 57  | pub struct AnimatedIndexedImage {
[INFO] [stdout]     | ------------------------------- method `animate` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 986 |         assert!(image.animate());
[INFO] [stdout]     |                       ^^^^^^^-- help: remove the arguments
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_animate` with a similar name, but with different arguments
[INFO] [stdout]    --> src/animated.rs:304:5
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn set_animate(&mut self, animate: bool) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `animate` found for struct `animated::AnimatedIndexedImage` in the current scope
[INFO] [stdout]    --> src/animated.rs:989:23
[INFO] [stdout]     |
[INFO] [stdout] 57  | pub struct AnimatedIndexedImage {
[INFO] [stdout]     | ------------------------------- method `animate` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 989 |         assert!(image.animate());
[INFO] [stdout]     |                       ^^^^^^^-- help: remove the arguments
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_animate` with a similar name, but with different arguments
[INFO] [stdout]    --> src/animated.rs:304:5
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn set_animate(&mut self, animate: bool) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `animate` found for struct `animated::AnimatedIndexedImage` in the current scope
[INFO] [stdout]    --> src/animated.rs:993:23
[INFO] [stdout]     |
[INFO] [stdout] 57  | pub struct AnimatedIndexedImage {
[INFO] [stdout]     | ------------------------------- method `animate` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 993 |         assert!(image.animate());
[INFO] [stdout]     |                       ^^^^^^^-- help: remove the arguments
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_animate` with a similar name, but with different arguments
[INFO] [stdout]    --> src/animated.rs:304:5
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn set_animate(&mut self, animate: bool) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `animate` found for struct `animated::AnimatedIndexedImage` in the current scope
[INFO] [stdout]    --> src/animated.rs:997:23
[INFO] [stdout]     |
[INFO] [stdout] 57  | pub struct AnimatedIndexedImage {
[INFO] [stdout]     | ------------------------------- method `animate` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 997 |         assert!(image.animate());
[INFO] [stdout]     |                       ^^^^^^^-- help: remove the arguments
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_animate` with a similar name, but with different arguments
[INFO] [stdout]    --> src/animated.rs:304:5
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn set_animate(&mut self, animate: bool) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `animate` found for struct `animated::AnimatedIndexedImage` in the current scope
[INFO] [stdout]     --> src/animated.rs:1001:24
[INFO] [stdout]      |
[INFO] [stdout] 57   | pub struct AnimatedIndexedImage {
[INFO] [stdout]      | ------------------------------- method `animate` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1001 |         assert!(!image.animate());
[INFO] [stdout]      |                        ^^^^^^^-- help: remove the arguments
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        field, not a method
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `set_animate` with a similar name, but with different arguments
[INFO] [stdout]     --> src/animated.rs:304:5
[INFO] [stdout]      |
[INFO] [stdout] 304  |     pub fn set_animate(&mut self, animate: bool) {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `animate` found for struct `animated::AnimatedIndexedImage` in the current scope
[INFO] [stdout]     --> src/animated.rs:1005:24
[INFO] [stdout]      |
[INFO] [stdout] 57   | pub struct AnimatedIndexedImage {
[INFO] [stdout]      | ------------------------------- method `animate` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1005 |         assert!(!image.animate());
[INFO] [stdout]      |                        ^^^^^^^-- help: remove the arguments
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        field, not a method
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `set_animate` with a similar name, but with different arguments
[INFO] [stdout]     --> src/animated.rs:304:5
[INFO] [stdout]      |
[INFO] [stdout] 304  |     pub fn set_animate(&mut self, animate: bool) {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ici-files` (lib test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "94f2b4dbd33cf2a16ec8baf178fd9558f82cc3a62d9947001aca7b269cb04eb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94f2b4dbd33cf2a16ec8baf178fd9558f82cc3a62d9947001aca7b269cb04eb9", kill_on_drop: false }`
[INFO] [stdout] 94f2b4dbd33cf2a16ec8baf178fd9558f82cc3a62d9947001aca7b269cb04eb9
