Sep 19 16:13:57.116 INFO checking vapoursynth-0.2.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 16:13:57.116 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 16:13:57.116 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/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 19 16:13:57.266 INFO blam! 333cb264d90f23d56d6f7452d1f78545423d386a28d763df0a8a64b4a99330be Sep 19 16:13:57.268 INFO running `"docker" "start" "-a" "333cb264d90f23d56d6f7452d1f78545423d386a28d763df0a8a64b4a99330be"` Sep 19 16:13:58.086 INFO kablam! usermod: no changes Sep 19 16:13:58.175 INFO kablam! Compiling num-traits v0.2.6 Sep 19 16:13:58.175 INFO kablam! Compiling vapoursynth-sys v0.2.2 Sep 19 16:13:59.262 INFO kablam! Checking vapoursynth v0.2.0 (/source) Sep 19 16:14:00.043 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 19 16:14:00.043 INFO kablam! --> src/plugins/ffi.rs:27:22 Sep 19 16:14:00.043 INFO kablam! | Sep 19 16:14:00.043 INFO kablam! 27 | for cause in err.causes().skip(1) { Sep 19 16:14:00.043 INFO kablam! | ^^^^^^ Sep 19 16:14:00.043 INFO kablam! | Sep 19 16:14:00.043 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 16:14:00.043 INFO kablam! Sep 19 16:14:00.048 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 16:14:00.049 INFO kablam! --> src/plugins/ffi.rs:128:89 Sep 19 16:14:00.049 INFO kablam! | Sep 19 16:14:00.049 INFO kablam! 128 | buf += &format!("Error in Filter::get_frame_initial(): {}", err.cause()); Sep 19 16:14:00.049 INFO kablam! | ^^^^^ Sep 19 16:14:00.049 INFO kablam! Sep 19 16:14:00.049 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 16:14:00.050 INFO kablam! --> src/plugins/ffi.rs:150:51 Sep 19 16:14:00.050 INFO kablam! | Sep 19 16:14:00.050 INFO kablam! 150 | buf += &format!("{}", err.cause()); Sep 19 16:14:00.050 INFO kablam! | ^^^^^ Sep 19 16:14:00.050 INFO kablam! Sep 19 16:14:00.062 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 16:14:00.062 INFO kablam! --> src/plugins/ffi.rs:200:25 Sep 19 16:14:00.062 INFO kablam! | Sep 19 16:14:00.062 INFO kablam! 200 | err.cause() Sep 19 16:14:00.062 INFO kablam! | ^^^^^ Sep 19 16:14:00.062 INFO kablam! Sep 19 16:14:00.966 INFO kablam! Checking num-integer v0.1.39 Sep 19 16:14:01.523 INFO kablam! Checking num-rational v0.1.42 Sep 19 16:14:02.206 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 16:14:02.206 INFO kablam! --> examples/vspipe.rs:898:36 Sep 19 16:14:02.207 INFO kablam! | Sep 19 16:14:02.207 INFO kablam! 898 | eprintln!("Error: {}", err.cause()); Sep 19 16:14:02.207 INFO kablam! | ^^^^^ Sep 19 16:14:02.207 INFO kablam! | Sep 19 16:14:02.207 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 16:14:02.207 INFO kablam! Sep 19 16:14:02.208 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 19 16:14:02.208 INFO kablam! --> examples/vspipe.rs:900:26 Sep 19 16:14:02.208 INFO kablam! | Sep 19 16:14:02.208 INFO kablam! 900 | for cause in err.causes().skip(1) { Sep 19 16:14:02.208 INFO kablam! | ^^^^^^ Sep 19 16:14:02.208 INFO kablam! Sep 19 16:14:02.227 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 16:14:02.227 INFO kablam! --> examples/vpy-info.rs:190:36 Sep 19 16:14:02.227 INFO kablam! | Sep 19 16:14:02.227 INFO kablam! 190 | eprintln!("Error: {}", err.cause()); Sep 19 16:14:02.227 INFO kablam! | ^^^^^ Sep 19 16:14:02.227 INFO kablam! | Sep 19 16:14:02.227 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 16:14:02.227 INFO kablam! Sep 19 16:14:02.227 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 19 16:14:02.227 INFO kablam! --> examples/vpy-info.rs:192:26 Sep 19 16:14:02.227 INFO kablam! | Sep 19 16:14:02.227 INFO kablam! 192 | for cause in err.causes().skip(1) { Sep 19 16:14:02.227 INFO kablam! | ^^^^^^ Sep 19 16:14:02.227 INFO kablam! Sep 19 16:14:02.730 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 19 16:14:02.731 INFO kablam! --> src/plugins/ffi.rs:27:22 Sep 19 16:14:02.731 INFO kablam! | Sep 19 16:14:02.731 INFO kablam! 27 | for cause in err.causes().skip(1) { Sep 19 16:14:02.731 INFO kablam! | ^^^^^^ Sep 19 16:14:02.731 INFO kablam! | Sep 19 16:14:02.731 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 16:14:02.731 INFO kablam! Sep 19 16:14:02.735 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 16:14:02.735 INFO kablam! --> src/plugins/ffi.rs:128:89 Sep 19 16:14:02.735 INFO kablam! | Sep 19 16:14:02.735 INFO kablam! 128 | buf += &format!("Error in Filter::get_frame_initial(): {}", err.cause()); Sep 19 16:14:02.735 INFO kablam! | ^^^^^ Sep 19 16:14:02.735 INFO kablam! Sep 19 16:14:02.737 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 16:14:02.737 INFO kablam! --> src/plugins/ffi.rs:150:51 Sep 19 16:14:02.737 INFO kablam! | Sep 19 16:14:02.737 INFO kablam! 150 | buf += &format!("{}", err.cause()); Sep 19 16:14:02.737 INFO kablam! | ^^^^^ Sep 19 16:14:02.737 INFO kablam! Sep 19 16:14:02.744 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 19 16:14:02.744 INFO kablam! --> src/plugins/ffi.rs:200:25 Sep 19 16:14:02.744 INFO kablam! | Sep 19 16:14:02.744 INFO kablam! 200 | err.cause() Sep 19 16:14:02.744 INFO kablam! | ^^^^^ Sep 19 16:14:02.744 INFO kablam! Sep 19 16:14:03.115 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.01s Sep 19 16:14:03.121 INFO kablam! su: No module specific data is present Sep 19 16:14:03.785 INFO running `"docker" "rm" "-f" "333cb264d90f23d56d6f7452d1f78545423d386a28d763df0a8a64b4a99330be"` Sep 19 16:14:03.890 INFO blam! 333cb264d90f23d56d6f7452d1f78545423d386a28d763df0a8a64b4a99330be