[INFO] fetching crate ici-files 0.1.4...
[INFO] checking ici-files-0.1.4 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate ici-files 0.1.4 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate ici-files 0.1.4 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "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-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5cef260366a2cdb1930419945cc34ff6c6fdc1f6586162e1911047af8d4efb4f
[INFO] running `Command { std: "docker" "start" "-a" "5cef260366a2cdb1930419945cc34ff6c6fdc1f6586162e1911047af8d4efb4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5cef260366a2cdb1930419945cc34ff6c6fdc1f6586162e1911047af8d4efb4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5cef260366a2cdb1930419945cc34ff6c6fdc1f6586162e1911047af8d4efb4f", kill_on_drop: false }`
[INFO] [stdout] 5cef260366a2cdb1930419945cc34ff6c6fdc1f6586162e1911047af8d4efb4f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e18beacc794448cb5a3fde2cf5d6c9a99e0f19462718664bd20a1f94f4f95ec4
[INFO] running `Command { std: "docker" "start" "-a" "e18beacc794448cb5a3fde2cf5d6c9a99e0f19462718664bd20a1f94f4f95ec4", 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]     |                        ^^^^^^^ field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: remove the arguments
[INFO] [stdout]     |
[INFO] [stdout] 980 -         assert!(!image.animate());
[INFO] [stdout] 980 +         assert!(!image.animate);
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 980 |         assert!(!image.set_animate());
[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]     |                       ^^^^^^^ field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: remove the arguments
[INFO] [stdout]     |
[INFO] [stdout] 986 -         assert!(image.animate());
[INFO] [stdout] 986 +         assert!(image.animate);
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 986 |         assert!(image.set_animate());
[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]     |                       ^^^^^^^ field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: remove the arguments
[INFO] [stdout]     |
[INFO] [stdout] 989 -         assert!(image.animate());
[INFO] [stdout] 989 +         assert!(image.animate);
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 989 |         assert!(image.set_animate());
[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]     |                       ^^^^^^^ field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: remove the arguments
[INFO] [stdout]     |
[INFO] [stdout] 993 -         assert!(image.animate());
[INFO] [stdout] 993 +         assert!(image.animate);
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 993 |         assert!(image.set_animate());
[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]     |                       ^^^^^^^ field, not a method
[INFO] [stdout]     |
[INFO] [stdout] help: remove the arguments
[INFO] [stdout]     |
[INFO] [stdout] 997 -         assert!(image.animate());
[INFO] [stdout] 997 +         assert!(image.animate);
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 997 |         assert!(image.set_animate());
[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]      |                        ^^^^^^^ field, not a method
[INFO] [stdout]      |
[INFO] [stdout] help: remove the arguments
[INFO] [stdout]      |
[INFO] [stdout] 1001 -         assert!(!image.animate());
[INFO] [stdout] 1001 +         assert!(!image.animate);
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1001 |         assert!(!image.set_animate());
[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]      |                        ^^^^^^^ field, not a method
[INFO] [stdout]      |
[INFO] [stdout] help: remove the arguments
[INFO] [stdout]      |
[INFO] [stdout] 1005 -         assert!(!image.animate());
[INFO] [stdout] 1005 +         assert!(!image.animate);
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1005 |         assert!(!image.set_animate());
[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" "e18beacc794448cb5a3fde2cf5d6c9a99e0f19462718664bd20a1f94f4f95ec4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e18beacc794448cb5a3fde2cf5d6c9a99e0f19462718664bd20a1f94f4f95ec4", kill_on_drop: false }`
[INFO] [stdout] e18beacc794448cb5a3fde2cf5d6c9a99e0f19462718664bd20a1f94f4f95ec4
