Sep 20 05:18:35.548 INFO checking aci_ppm-0.7.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 05:18:35.548 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 05:18:35.548 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:18:35.720 INFO blam! 98df95a3997fc70eb3428ab11c32139cb383d38e8139b0d77e5e4b579649619f Sep 20 05:18:35.722 INFO running `"docker" "start" "-a" "98df95a3997fc70eb3428ab11c32139cb383d38e8139b0d77e5e4b579649619f"` Sep 20 05:18:36.923 INFO kablam! usermod: no changes Sep 20 05:18:36.971 INFO kablam! Checking aci_ppm v0.7.0 (/source) Sep 20 05:18:36.971 INFO kablam! Checking aci_png v0.7.0 Sep 20 05:18:38.232 INFO kablam! error[E0425]: cannot find function `encode_mmd` in module `aci_ppm` Sep 20 05:18:38.232 INFO kablam! --> examples/png2mmd.rs:29:26 Sep 20 05:18:38.232 INFO kablam! | Sep 20 05:18:38.232 INFO kablam! 29 | output.extend(aci_ppm::encode_mmd(graphic, false)); Sep 20 05:18:38.232 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 20 05:18:38.232 INFO kablam! Sep 20 05:18:38.239 INFO kablam! error[E0425]: cannot find function `encode` in module `aci_ppm` Sep 20 05:18:38.239 INFO kablam! --> examples/converter.rs:10:21 Sep 20 05:18:38.239 INFO kablam! | Sep 20 05:18:38.239 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 20 05:18:38.239 INFO kablam! | ^^^^^^ did you mean `decode`? Sep 20 05:18:38.239 INFO kablam! Sep 20 05:18:38.239 INFO kablam! error[E0425]: cannot find function `encode_mmd` in module `aci_ppm` Sep 20 05:18:38.239 INFO kablam! --> examples/converter.rs:11:21 Sep 20 05:18:38.239 INFO kablam! | Sep 20 05:18:38.239 INFO kablam! 11 | let mmd = aci_ppm::encode_mmd(graphic, false); Sep 20 05:18:38.239 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 20 05:18:38.239 INFO kablam! Sep 20 05:18:38.239 INFO kablam! error[E0425]: cannot find function `decode_mmd` in module `aci_ppm` Sep 20 05:18:38.239 INFO kablam! --> examples/converter.rs:21:24 Sep 20 05:18:38.239 INFO kablam! | Sep 20 05:18:38.239 INFO kablam! 21 | let verify = aci_ppm::decode_mmd(&mmd).unwrap(); Sep 20 05:18:38.240 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 20 05:18:38.240 INFO kablam! Sep 20 05:18:38.240 INFO kablam! error[E0425]: cannot find function `encode` in module `aci_png` Sep 20 05:18:38.240 INFO kablam! --> examples/converter.rs:22:24 Sep 20 05:18:38.240 INFO kablam! | Sep 20 05:18:38.240 INFO kablam! 22 | let verify = aci_png::encode(verify, false); Sep 20 05:18:38.240 INFO kablam! | ^^^^^^ did you mean `decode`? Sep 20 05:18:38.240 INFO kablam! Sep 20 05:18:38.242 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 20 05:18:38.242 INFO kablam! --> examples/converter.rs:9:16 Sep 20 05:18:38.242 INFO kablam! | Sep 20 05:18:38.242 INFO kablam! 9 | let graphic = aci_png::decode(logo_bar).unwrap(); Sep 20 05:18:38.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 05:18:38.242 INFO kablam! Sep 20 05:18:38.276 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 20 05:18:38.276 INFO kablam! --> examples/png2mmd.rs:28:17 Sep 20 05:18:38.276 INFO kablam! | Sep 20 05:18:38.276 INFO kablam! 28 | let graphic = aci_png::decode(&input).unwrap(); Sep 20 05:18:38.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 05:18:38.277 INFO kablam! Sep 20 05:18:38.281 INFO kablam! error[E0599]: no method named `clone` found for type `afi::video::Video` in the current scope Sep 20 05:18:38.281 INFO kablam! --> examples/converter.rs:10:36 Sep 20 05:18:38.281 INFO kablam! | Sep 20 05:18:38.281 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 20 05:18:38.281 INFO kablam! | ^^^^^ Sep 20 05:18:38.281 INFO kablam! Sep 20 05:18:38.284 INFO kablam! error: aborting due to 2 previous errors Sep 20 05:18:38.284 INFO kablam! Sep 20 05:18:38.284 INFO kablam! Some errors occurred: E0061, E0425. Sep 20 05:18:38.284 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 05:18:38.288 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 20 05:18:38.288 INFO kablam! --> examples/converter.rs:10:6 Sep 20 05:18:38.288 INFO kablam! | Sep 20 05:18:38.288 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 20 05:18:38.288 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 20 05:18:38.288 INFO kablam! | Sep 20 05:18:38.288 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 20 05:18:38.288 INFO kablam! = note: to learn more, visit Sep 20 05:18:38.288 INFO kablam! = note: all local variables must have a statically known size Sep 20 05:18:38.288 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 05:18:38.288 INFO kablam! Sep 20 05:18:38.288 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 20 05:18:38.288 INFO kablam! --> examples/converter.rs:22:6 Sep 20 05:18:38.288 INFO kablam! | Sep 20 05:18:38.288 INFO kablam! 22 | let verify = aci_png::encode(verify, false); Sep 20 05:18:38.288 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 20 05:18:38.288 INFO kablam! | Sep 20 05:18:38.288 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 20 05:18:38.288 INFO kablam! = note: to learn more, visit Sep 20 05:18:38.288 INFO kablam! = note: all local variables must have a statically known size Sep 20 05:18:38.288 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 05:18:38.288 INFO kablam! Sep 20 05:18:38.291 INFO kablam! error: aborting due to 8 previous errors Sep 20 05:18:38.291 INFO kablam! Sep 20 05:18:38.291 INFO kablam! Some errors occurred: E0061, E0277, E0425, E0599. Sep 20 05:18:38.291 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 05:18:38.292 INFO kablam! error: Could not compile `aci_ppm`. Sep 20 05:18:38.292 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:18:38.296 INFO kablam! error: Could not compile `aci_ppm`. Sep 20 05:18:38.296 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:18:38.310 INFO kablam! error: build failed Sep 20 05:18:38.312 INFO kablam! su: No module specific data is present Sep 20 05:18:39.006 INFO running `"docker" "rm" "-f" "98df95a3997fc70eb3428ab11c32139cb383d38e8139b0d77e5e4b579649619f"` Sep 20 05:18:39.075 INFO blam! 98df95a3997fc70eb3428ab11c32139cb383d38e8139b0d77e5e4b579649619f