Sep 14 20:02:59.863 INFO checking aci_ppm-0.7.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 20:02:59.863 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 20:02:59.863 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 20:03:00.049 INFO blam! 5e934f730dd866811051b3d5550d2368dfc2f88aec48b2172104a2b48bb708e6 Sep 14 20:03:00.051 INFO running `"docker" "start" "-a" "5e934f730dd866811051b3d5550d2368dfc2f88aec48b2172104a2b48bb708e6"` Sep 14 20:03:01.152 INFO kablam! usermod: no changes Sep 14 20:03:01.181 INFO kablam! Checking aci_ppm v0.7.0 (file:///source) Sep 14 20:03:01.181 INFO kablam! Checking aci_png v0.7.0 Sep 14 20:03:02.380 INFO kablam! error[E0425]: cannot find function `encode_mmd` in module `aci_ppm` Sep 14 20:03:02.380 INFO kablam! --> examples/png2mmd.rs:29:26 Sep 14 20:03:02.380 INFO kablam! | Sep 14 20:03:02.380 INFO kablam! 29 | output.extend(aci_ppm::encode_mmd(graphic, false)); Sep 14 20:03:02.380 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 14 20:03:02.380 INFO kablam! Sep 14 20:03:02.386 INFO kablam! error[E0425]: cannot find function `encode` in module `aci_ppm` Sep 14 20:03:02.386 INFO kablam! --> examples/converter.rs:10:21 Sep 14 20:03:02.386 INFO kablam! | Sep 14 20:03:02.386 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 14 20:03:02.386 INFO kablam! | ^^^^^^ did you mean `decode`? Sep 14 20:03:02.387 INFO kablam! Sep 14 20:03:02.387 INFO kablam! error[E0425]: cannot find function `encode_mmd` in module `aci_ppm` Sep 14 20:03:02.387 INFO kablam! --> examples/converter.rs:11:21 Sep 14 20:03:02.387 INFO kablam! | Sep 14 20:03:02.387 INFO kablam! 11 | let mmd = aci_ppm::encode_mmd(graphic, false); Sep 14 20:03:02.387 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 14 20:03:02.387 INFO kablam! Sep 14 20:03:02.387 INFO kablam! error[E0425]: cannot find function `decode_mmd` in module `aci_ppm` Sep 14 20:03:02.387 INFO kablam! --> examples/converter.rs:21:24 Sep 14 20:03:02.387 INFO kablam! | Sep 14 20:03:02.387 INFO kablam! 21 | let verify = aci_ppm::decode_mmd(&mmd).unwrap(); Sep 14 20:03:02.387 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 14 20:03:02.387 INFO kablam! Sep 14 20:03:02.387 INFO kablam! error[E0425]: cannot find function `encode` in module `aci_png` Sep 14 20:03:02.387 INFO kablam! --> examples/converter.rs:22:24 Sep 14 20:03:02.387 INFO kablam! | Sep 14 20:03:02.387 INFO kablam! 22 | let verify = aci_png::encode(verify, false); Sep 14 20:03:02.387 INFO kablam! | ^^^^^^ did you mean `decode`? Sep 14 20:03:02.387 INFO kablam! Sep 14 20:03:02.391 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 14 20:03:02.391 INFO kablam! --> examples/converter.rs:9:16 Sep 14 20:03:02.391 INFO kablam! | Sep 14 20:03:02.391 INFO kablam! 9 | let graphic = aci_png::decode(logo_bar).unwrap(); Sep 14 20:03:02.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 14 20:03:02.391 INFO kablam! Sep 14 20:03:02.448 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 14 20:03:02.448 INFO kablam! --> examples/png2mmd.rs:28:17 Sep 14 20:03:02.448 INFO kablam! | Sep 14 20:03:02.448 INFO kablam! 28 | let graphic = aci_png::decode(&input).unwrap(); Sep 14 20:03:02.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 14 20:03:02.448 INFO kablam! Sep 14 20:03:02.456 INFO kablam! error: aborting due to 2 previous errors Sep 14 20:03:02.456 INFO kablam! Sep 14 20:03:02.456 INFO kablam! Some errors occurred: E0061, E0425. Sep 14 20:03:02.456 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 20:03:02.485 INFO kablam! error[E0599]: no method named `clone` found for type `afi::video::Video` in the current scope Sep 14 20:03:02.485 INFO kablam! --> examples/converter.rs:10:36 Sep 14 20:03:02.485 INFO kablam! | Sep 14 20:03:02.485 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 14 20:03:02.485 INFO kablam! | ^^^^^ Sep 14 20:03:02.495 INFO kablam! Sep 14 20:03:02.507 INFO kablam! error: Could not compile `aci_ppm`. Sep 14 20:03:02.507 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 20:03:02.531 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 14 20:03:02.531 INFO kablam! --> examples/converter.rs:10:6 Sep 14 20:03:02.531 INFO kablam! | Sep 14 20:03:02.531 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 14 20:03:02.531 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 14 20:03:02.531 INFO kablam! | Sep 14 20:03:02.531 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 14 20:03:02.531 INFO kablam! = note: to learn more, visit Sep 14 20:03:02.531 INFO kablam! = note: all local variables must have a statically known size Sep 14 20:03:02.531 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 14 20:03:02.531 INFO kablam! Sep 14 20:03:02.531 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 14 20:03:02.531 INFO kablam! --> examples/converter.rs:22:6 Sep 14 20:03:02.531 INFO kablam! | Sep 14 20:03:02.531 INFO kablam! 22 | let verify = aci_png::encode(verify, false); Sep 14 20:03:02.531 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 14 20:03:02.531 INFO kablam! | Sep 14 20:03:02.531 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 14 20:03:02.531 INFO kablam! = note: to learn more, visit Sep 14 20:03:02.531 INFO kablam! = note: all local variables must have a statically known size Sep 14 20:03:02.531 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 14 20:03:02.531 INFO kablam! Sep 14 20:03:02.539 INFO kablam! error: aborting due to 8 previous errors Sep 14 20:03:02.539 INFO kablam! Sep 14 20:03:02.539 INFO kablam! Some errors occurred: E0061, E0277, E0425, E0599. Sep 14 20:03:02.539 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 20:03:02.559 INFO kablam! error: Could not compile `aci_ppm`. Sep 14 20:03:02.559 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 20:03:02.675 INFO kablam! error: build failed Sep 14 20:03:02.676 INFO kablam! su: No module specific data is present Sep 14 20:03:03.863 INFO running `"docker" "rm" "-f" "5e934f730dd866811051b3d5550d2368dfc2f88aec48b2172104a2b48bb708e6"` Sep 14 20:03:03.922 INFO blam! 5e934f730dd866811051b3d5550d2368dfc2f88aec48b2172104a2b48bb708e6