Sep 14 20:03:00.010 INFO checking aci_ppm-0.7.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 20:03:00.010 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 20:03:00.010 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-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.170 INFO blam! e652917da5be7c5a26e1d13f8daab7c9575af7bb5140274be383ffa09a6fecce Sep 14 20:03:00.171 INFO running `"docker" "start" "-a" "e652917da5be7c5a26e1d13f8daab7c9575af7bb5140274be383ffa09a6fecce"` Sep 14 20:03:01.599 INFO kablam! usermod: no changes Sep 14 20:03:01.642 INFO kablam! Checking aci_ppm v0.7.0 (file:///source) Sep 14 20:03:01.643 INFO kablam! Checking aci_png v0.7.0 Sep 14 20:03:03.016 INFO kablam! error[E0425]: cannot find function `encode_mmd` in module `aci_ppm` Sep 14 20:03:03.016 INFO kablam! --> examples/png2mmd.rs:29:26 Sep 14 20:03:03.016 INFO kablam! | Sep 14 20:03:03.016 INFO kablam! 29 | output.extend(aci_ppm::encode_mmd(graphic, false)); Sep 14 20:03:03.016 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 14 20:03:03.023 INFO kablam! Sep 14 20:03:03.047 INFO kablam! error[E0425]: cannot find function `encode` in module `aci_ppm` Sep 14 20:03:03.047 INFO kablam! --> examples/converter.rs:10:21 Sep 14 20:03:03.047 INFO kablam! | Sep 14 20:03:03.047 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 14 20:03:03.047 INFO kablam! | ^^^^^^ did you mean `decode`? Sep 14 20:03:03.047 INFO kablam! Sep 14 20:03:03.047 INFO kablam! error[E0425]: cannot find function `encode_mmd` in module `aci_ppm` Sep 14 20:03:03.047 INFO kablam! --> examples/converter.rs:11:21 Sep 14 20:03:03.047 INFO kablam! | Sep 14 20:03:03.047 INFO kablam! 11 | let mmd = aci_ppm::encode_mmd(graphic, false); Sep 14 20:03:03.047 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 14 20:03:03.047 INFO kablam! Sep 14 20:03:03.047 INFO kablam! error[E0425]: cannot find function `decode_mmd` in module `aci_ppm` Sep 14 20:03:03.047 INFO kablam! --> examples/converter.rs:21:24 Sep 14 20:03:03.047 INFO kablam! | Sep 14 20:03:03.047 INFO kablam! 21 | let verify = aci_ppm::decode_mmd(&mmd).unwrap(); Sep 14 20:03:03.047 INFO kablam! | ^^^^^^^^^^ not found in `aci_ppm` Sep 14 20:03:03.047 INFO kablam! Sep 14 20:03:03.047 INFO kablam! error[E0425]: cannot find function `encode` in module `aci_png` Sep 14 20:03:03.047 INFO kablam! --> examples/converter.rs:22:24 Sep 14 20:03:03.047 INFO kablam! | Sep 14 20:03:03.047 INFO kablam! 22 | let verify = aci_png::encode(verify, false); Sep 14 20:03:03.047 INFO kablam! | ^^^^^^ did you mean `decode`? Sep 14 20:03:03.047 INFO kablam! Sep 14 20:03:03.048 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 14 20:03:03.048 INFO kablam! --> examples/converter.rs:9:16 Sep 14 20:03:03.048 INFO kablam! | Sep 14 20:03:03.048 INFO kablam! 9 | let graphic = aci_png::decode(logo_bar).unwrap(); Sep 14 20:03:03.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 14 20:03:03.048 INFO kablam! Sep 14 20:03:03.067 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 14 20:03:03.067 INFO kablam! --> examples/png2mmd.rs:28:17 Sep 14 20:03:03.067 INFO kablam! | Sep 14 20:03:03.067 INFO kablam! 28 | let graphic = aci_png::decode(&input).unwrap(); Sep 14 20:03:03.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 14 20:03:03.067 INFO kablam! Sep 14 20:03:03.074 INFO kablam! error: aborting due to 2 previous errors Sep 14 20:03:03.074 INFO kablam! Sep 14 20:03:03.074 INFO kablam! Some errors occurred: E0061, E0425. Sep 14 20:03:03.074 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 20:03:03.083 INFO kablam! error: Could not compile `aci_ppm`. Sep 14 20:03:03.083 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 20:03:03.103 INFO kablam! error[E0599]: no method named `clone` found for type `afi::video::Video` in the current scope Sep 14 20:03:03.103 INFO kablam! --> examples/converter.rs:10:36 Sep 14 20:03:03.103 INFO kablam! | Sep 14 20:03:03.103 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 14 20:03:03.103 INFO kablam! | ^^^^^ Sep 14 20:03:03.103 INFO kablam! Sep 14 20:03:03.109 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 14 20:03:03.109 INFO kablam! --> examples/converter.rs:10:6 Sep 14 20:03:03.109 INFO kablam! | Sep 14 20:03:03.109 INFO kablam! 10 | let ppm = aci_ppm::encode(graphic.clone()); Sep 14 20:03:03.109 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 14 20:03:03.109 INFO kablam! | Sep 14 20:03:03.109 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 14 20:03:03.109 INFO kablam! = note: to learn more, visit Sep 14 20:03:03.109 INFO kablam! = note: all local variables must have a statically known size Sep 14 20:03:03.109 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 14 20:03:03.109 INFO kablam! Sep 14 20:03:03.110 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 14 20:03:03.110 INFO kablam! --> examples/converter.rs:22:6 Sep 14 20:03:03.110 INFO kablam! | Sep 14 20:03:03.110 INFO kablam! 22 | let verify = aci_png::encode(verify, false); Sep 14 20:03:03.110 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 14 20:03:03.115 INFO kablam! | Sep 14 20:03:03.115 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 14 20:03:03.115 INFO kablam! = note: to learn more, visit Sep 14 20:03:03.115 INFO kablam! = note: all local variables must have a statically known size Sep 14 20:03:03.115 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 14 20:03:03.115 INFO kablam! Sep 14 20:03:03.115 INFO kablam! error: aborting due to 8 previous errors Sep 14 20:03:03.115 INFO kablam! Sep 14 20:03:03.115 INFO kablam! Some errors occurred: E0061, E0277, E0425, E0599. Sep 14 20:03:03.115 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 20:03:03.121 INFO kablam! error: Could not compile `aci_ppm`. Sep 14 20:03:03.121 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 20:03:03.140 INFO kablam! error: build failed Sep 14 20:03:03.142 INFO kablam! su: No module specific data is present Sep 14 20:03:04.246 INFO running `"docker" "rm" "-f" "e652917da5be7c5a26e1d13f8daab7c9575af7bb5140274be383ffa09a6fecce"` Sep 14 20:03:04.304 INFO blam! e652917da5be7c5a26e1d13f8daab7c9575af7bb5140274be383ffa09a6fecce