Sep 19 18:17:06.370 INFO checking vapoursynth-0.2.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 18:17:06.370 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 18:17:06.370 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:17:06.582 INFO blam! f9ff1cf014ae31d60c87d8d0ecc5644ebde460e566f18a4bd7a6f5ec3dc1a4ec Sep 19 18:17:06.584 INFO running `"docker" "start" "-a" "f9ff1cf014ae31d60c87d8d0ecc5644ebde460e566f18a4bd7a6f5ec3dc1a4ec"` Sep 19 18:17:07.628 INFO kablam! usermod: no changes Sep 19 18:17:07.778 INFO kablam! Compiling vapoursynth-sys v0.2.2 Sep 19 18:17:07.778 INFO kablam! Checking num-integer v0.1.39 Sep 19 18:17:08.500 INFO kablam! Checking num-rational v0.1.42 Sep 19 18:17:08.763 INFO kablam! Checking vapoursynth v0.2.0 (/source) Sep 19 18:17:09.617 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 19 18:17:09.617 INFO kablam! --> src/plugins/ffi.rs:27:22 Sep 19 18:17:09.617 INFO kablam! | Sep 19 18:17:09.617 INFO kablam! 27 | for cause in err.causes().skip(1) { Sep 19 18:17:09.617 INFO kablam! | ^^^^^^ Sep 19 18:17:09.617 INFO kablam! | Sep 19 18:17:09.618 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:17:09.618 INFO kablam! Sep 19 18:17:09.628 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 18:17:09.628 INFO kablam! --> src/plugins/ffi.rs:128:89 Sep 19 18:17:09.628 INFO kablam! | Sep 19 18:17:09.628 INFO kablam! 128 | buf += &format!("Error in Filter::get_frame_initial(): {}", err.cause()); Sep 19 18:17:09.628 INFO kablam! | ^^^^^ Sep 19 18:17:09.628 INFO kablam! Sep 19 18:17:09.631 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 18:17:09.631 INFO kablam! --> src/plugins/ffi.rs:150:51 Sep 19 18:17:09.631 INFO kablam! | Sep 19 18:17:09.631 INFO kablam! 150 | buf += &format!("{}", err.cause()); Sep 19 18:17:09.631 INFO kablam! | ^^^^^ Sep 19 18:17:09.631 INFO kablam! Sep 19 18:17:09.638 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 18:17:09.638 INFO kablam! --> src/plugins/ffi.rs:200:25 Sep 19 18:17:09.638 INFO kablam! | Sep 19 18:17:09.638 INFO kablam! 200 | err.cause() Sep 19 18:17:09.638 INFO kablam! | ^^^^^ Sep 19 18:17:09.639 INFO kablam! Sep 19 18:17:09.771 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 19 18:17:09.771 INFO kablam! --> src/plugins/ffi.rs:27:22 Sep 19 18:17:09.771 INFO kablam! | Sep 19 18:17:09.771 INFO kablam! 27 | for cause in err.causes().skip(1) { Sep 19 18:17:09.771 INFO kablam! | ^^^^^^ Sep 19 18:17:09.771 INFO kablam! | Sep 19 18:17:09.771 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:17:09.771 INFO kablam! Sep 19 18:17:09.780 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 18:17:09.780 INFO kablam! --> src/plugins/ffi.rs:128:89 Sep 19 18:17:09.780 INFO kablam! | Sep 19 18:17:09.780 INFO kablam! 128 | buf += &format!("Error in Filter::get_frame_initial(): {}", err.cause()); Sep 19 18:17:09.780 INFO kablam! | ^^^^^ Sep 19 18:17:09.780 INFO kablam! Sep 19 18:17:09.781 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 18:17:09.781 INFO kablam! --> src/plugins/ffi.rs:150:51 Sep 19 18:17:09.781 INFO kablam! | Sep 19 18:17:09.781 INFO kablam! 150 | buf += &format!("{}", err.cause()); Sep 19 18:17:09.781 INFO kablam! | ^^^^^ Sep 19 18:17:09.781 INFO kablam! Sep 19 18:17:09.786 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 18:17:09.786 INFO kablam! --> src/plugins/ffi.rs:200:25 Sep 19 18:17:09.786 INFO kablam! | Sep 19 18:17:09.786 INFO kablam! 200 | err.cause() Sep 19 18:17:09.786 INFO kablam! | ^^^^^ Sep 19 18:17:09.786 INFO kablam! Sep 19 18:17:10.312 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 18:17:10.312 INFO kablam! --> examples/vspipe.rs:898:36 Sep 19 18:17:10.312 INFO kablam! | Sep 19 18:17:10.312 INFO kablam! 898 | eprintln!("Error: {}", err.cause()); Sep 19 18:17:10.312 INFO kablam! | ^^^^^ Sep 19 18:17:10.312 INFO kablam! | Sep 19 18:17:10.312 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:17:10.313 INFO kablam! Sep 19 18:17:10.314 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 19 18:17:10.314 INFO kablam! --> examples/vspipe.rs:900:26 Sep 19 18:17:10.314 INFO kablam! | Sep 19 18:17:10.314 INFO kablam! 900 | for cause in err.causes().skip(1) { Sep 19 18:17:10.314 INFO kablam! | ^^^^^^ Sep 19 18:17:10.314 INFO kablam! Sep 19 18:17:10.358 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 18:17:10.358 INFO kablam! --> examples/vpy-info.rs:190:36 Sep 19 18:17:10.358 INFO kablam! | Sep 19 18:17:10.358 INFO kablam! 190 | eprintln!("Error: {}", err.cause()); Sep 19 18:17:10.358 INFO kablam! | ^^^^^ Sep 19 18:17:10.358 INFO kablam! | Sep 19 18:17:10.358 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:17:10.358 INFO kablam! Sep 19 18:17:10.358 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 19 18:17:10.358 INFO kablam! --> examples/vpy-info.rs:192:26 Sep 19 18:17:10.358 INFO kablam! | Sep 19 18:17:10.358 INFO kablam! 192 | for cause in err.causes().skip(1) { Sep 19 18:17:10.358 INFO kablam! | ^^^^^^ Sep 19 18:17:10.358 INFO kablam! Sep 19 18:17:10.393 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.73s Sep 19 18:17:10.404 INFO kablam! su: No module specific data is present Sep 19 18:17:11.054 INFO running `"docker" "rm" "-f" "f9ff1cf014ae31d60c87d8d0ecc5644ebde460e566f18a4bd7a6f5ec3dc1a4ec"` Sep 19 18:17:11.181 INFO blam! f9ff1cf014ae31d60c87d8d0ecc5644ebde460e566f18a4bd7a6f5ec3dc1a4ec