Sep 05 00:53:55.130 INFO checking aci_ppm-0.7.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 05 00:53:55.130 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 05 00:53:55.130 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:53:55.282 INFO blam! 8d94ae22f922ce5b47052a95b51a69ae33d0a6da61c79bf81a3cf020f8d6e92d Sep 05 00:53:55.284 INFO running `"docker" "start" "-a" "8d94ae22f922ce5b47052a95b51a69ae33d0a6da61c79bf81a3cf020f8d6e92d"` Sep 05 00:53:56.121 INFO kablam! Checking aci_ppm v0.7.0 (file:///source) Sep 05 00:53:58.192 INFO kablam! error[E0425]: cannot find function `encode_mmd` in module `aci_ppm` Sep 05 00:53:58.192 INFO kablam! --> examples/png2mmd.rs:29:26 Sep 05 00:53:58.192 INFO kablam! | Sep 05 00:53:58.192 INFO kablam! 29 | output.extend(aci_ppm::encode_mmd(graphic, false)); Sep 05 00:53:58.192 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 05 00:53:58.193 INFO kablam! Sep 05 00:53:58.282 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 05 00:53:58.282 INFO kablam! --> examples/png2mmd.rs:28:17 Sep 05 00:53:58.282 INFO kablam! | Sep 05 00:53:58.282 INFO kablam! 28 | let graphic = aci_png::decode(&input).unwrap(); Sep 05 00:53:58.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 05 00:53:58.282 INFO kablam! Sep 05 00:53:58.295 INFO kablam! error: aborting due to 2 previous errors Sep 05 00:53:58.295 INFO kablam! Sep 05 00:53:58.296 INFO kablam! Some errors occurred: E0061, E0425. Sep 05 00:53:58.296 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 05 00:53:58.302 INFO kablam! error[E0425]: cannot find function `encode` in module `aci_ppm` Sep 05 00:53:58.302 INFO kablam! --> examples/converter.rs:10:21 Sep 05 00:53:58.302 INFO kablam! | Sep 05 00:53:58.302 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 05 00:53:58.302 INFO kablam! | ^^^^^^ did you mean `decode`? Sep 05 00:53:58.302 INFO kablam! Sep 05 00:53:58.302 INFO kablam! error[E0425]: cannot find function `encode_mmd` in module `aci_ppm` Sep 05 00:53:58.302 INFO kablam! --> examples/converter.rs:11:21 Sep 05 00:53:58.302 INFO kablam! | Sep 05 00:53:58.302 INFO kablam! 11 | let mmd = aci_ppm::encode_mmd(graphic, false); Sep 05 00:53:58.302 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 05 00:53:58.302 INFO kablam! Sep 05 00:53:58.302 INFO kablam! error[E0425]: cannot find function `decode_mmd` in module `aci_ppm` Sep 05 00:53:58.302 INFO kablam! --> examples/converter.rs:21:24 Sep 05 00:53:58.302 INFO kablam! | Sep 05 00:53:58.302 INFO kablam! 21 | let verify = aci_ppm::decode_mmd(&mmd).unwrap(); Sep 05 00:53:58.302 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 05 00:53:58.302 INFO kablam! Sep 05 00:53:58.302 INFO kablam! error[E0425]: cannot find function `encode` in module `aci_png` Sep 05 00:53:58.302 INFO kablam! --> examples/converter.rs:22:24 Sep 05 00:53:58.302 INFO kablam! | Sep 05 00:53:58.302 INFO kablam! 22 | let verify = aci_png::encode(verify, false); Sep 05 00:53:58.302 INFO kablam! | ^^^^^^ did you mean `decode`? Sep 05 00:53:58.302 INFO kablam! Sep 05 00:53:58.304 INFO kablam! error: Could not compile `aci_ppm`. Sep 05 00:53:58.305 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:53:58.309 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 05 00:53:58.309 INFO kablam! --> examples/converter.rs:9:16 Sep 05 00:53:58.309 INFO kablam! | Sep 05 00:53:58.309 INFO kablam! 9 | let graphic = aci_png::decode(logo_bar).unwrap(); Sep 05 00:53:58.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 05 00:53:58.309 INFO kablam! Sep 05 00:53:58.393 INFO kablam! error[E0599]: no method named `clone` found for type `afi::video::Video` in the current scope Sep 05 00:53:58.393 INFO kablam! --> examples/converter.rs:10:36 Sep 05 00:53:58.393 INFO kablam! | Sep 05 00:53:58.393 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 05 00:53:58.393 INFO kablam! | ^^^^^ Sep 05 00:53:58.393 INFO kablam! Sep 05 00:53:58.413 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 05 00:53:58.414 INFO kablam! --> examples/converter.rs:10:6 Sep 05 00:53:58.414 INFO kablam! | Sep 05 00:53:58.414 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 05 00:53:58.414 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 05 00:53:58.414 INFO kablam! | Sep 05 00:53:58.414 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 05 00:53:58.414 INFO kablam! = note: to learn more, visit Sep 05 00:53:58.414 INFO kablam! = note: all local variables must have a statically known size Sep 05 00:53:58.414 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 05 00:53:58.414 INFO kablam! Sep 05 00:53:58.415 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 05 00:53:58.415 INFO kablam! --> examples/converter.rs:22:6 Sep 05 00:53:58.415 INFO kablam! | Sep 05 00:53:58.415 INFO kablam! 22 | let verify = aci_png::encode(verify, false); Sep 05 00:53:58.415 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 05 00:53:58.415 INFO kablam! | Sep 05 00:53:58.415 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 05 00:53:58.415 INFO kablam! = note: to learn more, visit Sep 05 00:53:58.415 INFO kablam! = note: all local variables must have a statically known size Sep 05 00:53:58.415 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 05 00:53:58.415 INFO kablam! Sep 05 00:53:58.419 INFO kablam! error: aborting due to 8 previous errors Sep 05 00:53:58.419 INFO kablam! Sep 05 00:53:58.419 INFO kablam! Some errors occurred: E0061, E0277, E0425, E0599. Sep 05 00:53:58.419 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 05 00:53:58.428 INFO kablam! error: Could not compile `aci_ppm`. Sep 05 00:53:58.428 INFO kablam! Sep 05 00:53:58.428 INFO kablam! To learn more, run the command again with --verbose. Sep 05 00:53:58.430 INFO kablam! su: No module specific data is present Sep 05 00:53:59.065 INFO running `"docker" "rm" "-f" "8d94ae22f922ce5b47052a95b51a69ae33d0a6da61c79bf81a3cf020f8d6e92d"` Sep 05 00:53:59.172 INFO blam! 8d94ae22f922ce5b47052a95b51a69ae33d0a6da61c79bf81a3cf020f8d6e92d