[INFO] crate aci_ppm 0.7.0 is already in cache
[INFO] checking aci_ppm-0.7.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate aci_ppm 0.7.0 into /workspace/builds/worker-14/source
[INFO] validating manifest of crates.io crate aci_ppm 0.7.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate aci_ppm 0.7.0
[INFO] finished tweaking crates.io crate aci_ppm 0.7.0
[INFO] tweaked toml for crates.io crate aci_ppm 0.7.0 written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 456397ccfe34f0c91b5b030f8d863f712ea337e8e2304b8141da60d8b99bfc6a
[INFO] running `"docker" "start" "-a" "456397ccfe34f0c91b5b030f8d863f712ea337e8e2304b8141da60d8b99bfc6a"`
[INFO] [stderr]     Checking afi v0.7.0
[INFO] [stderr]     Checking aci_png v0.7.0
[INFO] [stderr]     Checking aci_ppm v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0425]: cannot find function `encode_mmd` in crate `aci_ppm`
[INFO] [stderr]   --> examples/png2mmd.rs:29:26
[INFO] [stderr]    |
[INFO] [stderr] 29 |         output.extend(aci_ppm::encode_mmd(graphic, false));
[INFO] [stderr]    |                                ^^^^^^^^^^ not found in `aci_ppm`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `encode` in crate `aci_ppm`
[INFO] [stderr]    --> examples/converter.rs:10:21
[INFO] [stderr]     |
[INFO] [stderr] 10  |     let ppm = aci_ppm::encode(graphic.clone());
[INFO] [stderr]     |                        ^^^^^^ help: a function with a similar name exists: `decode`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/workdir/src/lib.rs:206:1
[INFO] [stderr]     |
[INFO] [stderr] 206 | pub fn decode(file: &[u8], channels: ColorChannels) -> Option<Video> {
[INFO] [stderr]     | -------------------------------------------------------------------- similarly named function `decode` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `encode_mmd` in crate `aci_ppm`
[INFO] [stderr]   --> examples/converter.rs:11:21
[INFO] [stderr]    |
[INFO] [stderr] 11 |     let mmd = aci_ppm::encode_mmd(graphic, false);
[INFO] [stderr]    |                        ^^^^^^^^^^ not found in `aci_ppm`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `decode_mmd` in crate `aci_ppm`
[INFO] [stderr]   --> examples/converter.rs:21:24
[INFO] [stderr]    |
[INFO] [stderr] 21 |     let verify = aci_ppm::decode_mmd(&mmd).unwrap();
[INFO] [stderr]    |                           ^^^^^^^^^^ not found in `aci_ppm`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `encode` in crate `aci_png`
[INFO] [stderr]    --> examples/converter.rs:22:24
[INFO] [stderr]     |
[INFO] [stderr] 22  |     let verify = aci_png::encode(verify, false);
[INFO] [stderr]     |                           ^^^^^^ help: a function with a similar name exists: `decode`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/aci_png-0.7.0/src/lib.rs:129:1
[INFO] [stderr]     |
[INFO] [stderr] 129 | pub fn decode(file: &[u8], channels: ColorChannels) -> Option<Video> {
[INFO] [stderr]     | -------------------------------------------------------------------- similarly named function `decode` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]   --> examples/png2mmd.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |         let graphic = aci_png::decode(&input).unwrap();
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^ ------ supplied 1 argument
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]  --> examples/converter.rs:9:16
[INFO] [stderr]   |
[INFO] [stderr] 9 |     let graphic = aci_png::decode(logo_bar).unwrap();
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^ -------- supplied 1 argument
[INFO] [stderr]   |                   |
[INFO] [stderr]   |                   expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0425.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `aci_ppm`.
[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] [stderr] error[E0599]: no method named `clone` found for struct `afi::video::Video` in the current scope
[INFO] [stderr]    --> examples/converter.rs:10:36
[INFO] [stderr]     |
[INFO] [stderr] 10  |     let ppm = aci_ppm::encode(graphic.clone());
[INFO] [stderr]     |                                       ^^^^^ method not found in `afi::video::Video`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0425, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `aci_ppm`.
[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] [stderr] error: build failed
[INFO] running `"docker" "inspect" "456397ccfe34f0c91b5b030f8d863f712ea337e8e2304b8141da60d8b99bfc6a"`
[INFO] running `"docker" "rm" "-f" "456397ccfe34f0c91b5b030f8d863f712ea337e8e2304b8141da60d8b99bfc6a"`
[INFO] [stdout] 456397ccfe34f0c91b5b030f8d863f712ea337e8e2304b8141da60d8b99bfc6a
