Sep 17 08:50:10.721 INFO checking aci_ppm-0.7.0 against try#e3ede4ae5297558caacf160ecf523f3a5759f682 for pr-53426-3 Sep 17 08:50:10.721 INFO running: cargo +e3ede4ae5297558caacf160ecf523f3a5759f682-alt check --frozen --all --all-targets Sep 17 08:50:10.721 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53426-3/try#e3ede4ae5297558caacf160ecf523f3a5759f682:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426-3/worker-3/try#e3ede4ae5297558caacf160ecf523f3a5759f682:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +e3ede4ae5297558caacf160ecf523f3a5759f682-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 17 08:50:10.865 INFO blam! 54b225fbf690269516d1f1772b110baf87803ad7033b0c3e7e028445624a2bd4 Sep 17 08:50:10.866 INFO running `"docker" "start" "-a" "54b225fbf690269516d1f1772b110baf87803ad7033b0c3e7e028445624a2bd4"` Sep 17 08:50:11.767 INFO kablam! usermod: no changes Sep 17 08:50:11.795 INFO kablam! Checking afi v0.7.0 Sep 17 08:50:12.045 INFO kablam! Checking aci_ppm v0.7.0 (/source) Sep 17 08:50:12.045 INFO kablam! Checking aci_png v0.7.0 Sep 17 08:50:13.103 INFO kablam! error[E0425]: cannot find function `encode_mmd` in module `aci_ppm` Sep 17 08:50:13.103 INFO kablam! --> examples/png2mmd.rs:29:26 Sep 17 08:50:13.103 INFO kablam! | Sep 17 08:50:13.103 INFO kablam! 29 | output.extend(aci_ppm::encode_mmd(graphic, false)); Sep 17 08:50:13.103 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 17 08:50:13.103 INFO kablam! Sep 17 08:50:13.146 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 08:50:13.146 INFO kablam! --> examples/png2mmd.rs:28:17 Sep 17 08:50:13.146 INFO kablam! | Sep 17 08:50:13.146 INFO kablam! 28 | let graphic = aci_png::decode(&input).unwrap(); Sep 17 08:50:13.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 08:50:13.146 INFO kablam! Sep 17 08:50:13.152 INFO kablam! error[E0425]: cannot find function `encode` in module `aci_ppm` Sep 17 08:50:13.152 INFO kablam! --> examples/converter.rs:10:21 Sep 17 08:50:13.152 INFO kablam! | Sep 17 08:50:13.153 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 17 08:50:13.153 INFO kablam! | ^^^^^^ did you mean `decode`? Sep 17 08:50:13.153 INFO kablam! Sep 17 08:50:13.153 INFO kablam! error[E0425]: cannot find function `encode_mmd` in module `aci_ppm` Sep 17 08:50:13.153 INFO kablam! --> examples/converter.rs:11:21 Sep 17 08:50:13.153 INFO kablam! | Sep 17 08:50:13.153 INFO kablam! 11 | let mmd = aci_ppm::encode_mmd(graphic, false); Sep 17 08:50:13.153 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 17 08:50:13.153 INFO kablam! Sep 17 08:50:13.153 INFO kablam! error[E0425]: cannot find function `decode_mmd` in module `aci_ppm` Sep 17 08:50:13.153 INFO kablam! --> examples/converter.rs:21:24 Sep 17 08:50:13.153 INFO kablam! | Sep 17 08:50:13.153 INFO kablam! 21 | let verify = aci_ppm::decode_mmd(&mmd).unwrap(); Sep 17 08:50:13.153 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 17 08:50:13.153 INFO kablam! Sep 17 08:50:13.153 INFO kablam! error[E0425]: cannot find function `encode` in module `aci_png` Sep 17 08:50:13.153 INFO kablam! --> examples/converter.rs:22:24 Sep 17 08:50:13.153 INFO kablam! | Sep 17 08:50:13.153 INFO kablam! 22 | let verify = aci_png::encode(verify, false); Sep 17 08:50:13.153 INFO kablam! | ^^^^^^ did you mean `decode`? Sep 17 08:50:13.153 INFO kablam! Sep 17 08:50:13.154 INFO kablam! error: aborting due to 2 previous errors Sep 17 08:50:13.154 INFO kablam! Sep 17 08:50:13.154 INFO kablam! Some errors occurred: E0061, E0425. Sep 17 08:50:13.154 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 17 08:50:13.156 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 08:50:13.156 INFO kablam! --> examples/converter.rs:9:16 Sep 17 08:50:13.156 INFO kablam! | Sep 17 08:50:13.156 INFO kablam! 9 | let graphic = aci_png::decode(logo_bar).unwrap(); Sep 17 08:50:13.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 08:50:13.156 INFO kablam! Sep 17 08:50:13.161 INFO kablam! error: Could not compile `aci_ppm`. Sep 17 08:50:13.162 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 08:50:13.201 INFO kablam! error[E0599]: no method named `clone` found for type `afi::video::Video` in the current scope Sep 17 08:50:13.201 INFO kablam! --> examples/converter.rs:10:36 Sep 17 08:50:13.201 INFO kablam! | Sep 17 08:50:13.201 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 17 08:50:13.201 INFO kablam! | ^^^^^ Sep 17 08:50:13.201 INFO kablam! Sep 17 08:50:13.207 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 17 08:50:13.207 INFO kablam! --> examples/converter.rs:10:6 Sep 17 08:50:13.207 INFO kablam! | Sep 17 08:50:13.207 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 17 08:50:13.207 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 17 08:50:13.207 INFO kablam! | Sep 17 08:50:13.207 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 17 08:50:13.207 INFO kablam! = note: to learn more, visit Sep 17 08:50:13.208 INFO kablam! = note: all local variables must have a statically known size Sep 17 08:50:13.208 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 17 08:50:13.208 INFO kablam! Sep 17 08:50:13.208 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 17 08:50:13.208 INFO kablam! --> examples/converter.rs:22:6 Sep 17 08:50:13.208 INFO kablam! | Sep 17 08:50:13.208 INFO kablam! 22 | let verify = aci_png::encode(verify, false); Sep 17 08:50:13.208 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 17 08:50:13.208 INFO kablam! | Sep 17 08:50:13.208 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 17 08:50:13.208 INFO kablam! = note: to learn more, visit Sep 17 08:50:13.208 INFO kablam! = note: all local variables must have a statically known size Sep 17 08:50:13.208 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 17 08:50:13.208 INFO kablam! Sep 17 08:50:13.211 INFO kablam! error: aborting due to 8 previous errors Sep 17 08:50:13.211 INFO kablam! Sep 17 08:50:13.211 INFO kablam! Some errors occurred: E0061, E0277, E0425, E0599. Sep 17 08:50:13.211 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 17 08:50:13.217 INFO kablam! error: Could not compile `aci_ppm`. Sep 17 08:50:13.217 INFO kablam! Sep 17 08:50:13.217 INFO kablam! To learn more, run the command again with --verbose. Sep 17 08:50:13.218 INFO kablam! su: No module specific data is present Sep 17 08:50:13.805 INFO running `"docker" "rm" "-f" "54b225fbf690269516d1f1772b110baf87803ad7033b0c3e7e028445624a2bd4"` Sep 17 08:50:13.923 INFO blam! 54b225fbf690269516d1f1772b110baf87803ad7033b0c3e7e028445624a2bd4