Sep 17 15:20:34.409 INFO checking vapoursynth-0.2.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 15:20:34.409 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 15:20:34.410 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 15:20:34.542 INFO blam! 225e69a5809d743c24aa4fd6076669aa8a015710ee57790a63477ec0363d48e7 Sep 17 15:20:34.544 INFO running `"docker" "start" "-a" "225e69a5809d743c24aa4fd6076669aa8a015710ee57790a63477ec0363d48e7"` Sep 17 15:20:35.531 INFO kablam! usermod: no changes Sep 17 15:20:35.623 INFO kablam! Compiling num-traits v0.2.6 Sep 17 15:20:35.623 INFO kablam! Compiling vapoursynth-sys v0.2.2 Sep 17 15:20:36.684 INFO kablam! Checking vapoursynth v0.2.0 (/source) Sep 17 15:20:37.412 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 17 15:20:37.412 INFO kablam! --> src/plugins/ffi.rs:27:22 Sep 17 15:20:37.412 INFO kablam! | Sep 17 15:20:37.412 INFO kablam! 27 | for cause in err.causes().skip(1) { Sep 17 15:20:37.412 INFO kablam! | ^^^^^^ Sep 17 15:20:37.412 INFO kablam! | Sep 17 15:20:37.412 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 15:20:37.412 INFO kablam! Sep 17 15:20:37.422 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 17 15:20:37.422 INFO kablam! --> src/plugins/ffi.rs:128:89 Sep 17 15:20:37.422 INFO kablam! | Sep 17 15:20:37.422 INFO kablam! 128 | buf += &format!("Error in Filter::get_frame_initial(): {}", err.cause()); Sep 17 15:20:37.422 INFO kablam! | ^^^^^ Sep 17 15:20:37.422 INFO kablam! Sep 17 15:20:37.425 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 17 15:20:37.425 INFO kablam! --> src/plugins/ffi.rs:150:51 Sep 17 15:20:37.425 INFO kablam! | Sep 17 15:20:37.425 INFO kablam! 150 | buf += &format!("{}", err.cause()); Sep 17 15:20:37.425 INFO kablam! | ^^^^^ Sep 17 15:20:37.425 INFO kablam! Sep 17 15:20:37.433 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 17 15:20:37.433 INFO kablam! --> src/plugins/ffi.rs:200:25 Sep 17 15:20:37.433 INFO kablam! | Sep 17 15:20:37.433 INFO kablam! 200 | err.cause() Sep 17 15:20:37.433 INFO kablam! | ^^^^^ Sep 17 15:20:37.433 INFO kablam! Sep 17 15:20:38.295 INFO kablam! Checking num-integer v0.1.39 Sep 17 15:20:38.750 INFO kablam! Checking num-rational v0.1.42 Sep 17 15:20:39.435 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 17 15:20:39.435 INFO kablam! --> examples/vspipe.rs:898:36 Sep 17 15:20:39.435 INFO kablam! | Sep 17 15:20:39.435 INFO kablam! 898 | eprintln!("Error: {}", err.cause()); Sep 17 15:20:39.435 INFO kablam! | ^^^^^ Sep 17 15:20:39.435 INFO kablam! | Sep 17 15:20:39.435 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 15:20:39.435 INFO kablam! Sep 17 15:20:39.435 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 17 15:20:39.435 INFO kablam! --> examples/vspipe.rs:900:26 Sep 17 15:20:39.435 INFO kablam! | Sep 17 15:20:39.435 INFO kablam! 900 | for cause in err.causes().skip(1) { Sep 17 15:20:39.435 INFO kablam! | ^^^^^^ Sep 17 15:20:39.435 INFO kablam! Sep 17 15:20:39.505 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 17 15:20:39.505 INFO kablam! --> examples/vpy-info.rs:190:36 Sep 17 15:20:39.505 INFO kablam! | Sep 17 15:20:39.506 INFO kablam! 190 | eprintln!("Error: {}", err.cause()); Sep 17 15:20:39.506 INFO kablam! | ^^^^^ Sep 17 15:20:39.506 INFO kablam! | Sep 17 15:20:39.506 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 15:20:39.506 INFO kablam! Sep 17 15:20:39.507 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 17 15:20:39.507 INFO kablam! --> examples/vpy-info.rs:192:26 Sep 17 15:20:39.507 INFO kablam! | Sep 17 15:20:39.507 INFO kablam! 192 | for cause in err.causes().skip(1) { Sep 17 15:20:39.507 INFO kablam! | ^^^^^^ Sep 17 15:20:39.507 INFO kablam! Sep 17 15:20:39.968 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 17 15:20:39.968 INFO kablam! --> src/plugins/ffi.rs:27:22 Sep 17 15:20:39.968 INFO kablam! | Sep 17 15:20:39.968 INFO kablam! 27 | for cause in err.causes().skip(1) { Sep 17 15:20:39.968 INFO kablam! | ^^^^^^ Sep 17 15:20:39.968 INFO kablam! | Sep 17 15:20:39.968 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 15:20:39.968 INFO kablam! Sep 17 15:20:39.977 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 17 15:20:39.977 INFO kablam! --> src/plugins/ffi.rs:128:89 Sep 17 15:20:39.977 INFO kablam! | Sep 17 15:20:39.977 INFO kablam! 128 | buf += &format!("Error in Filter::get_frame_initial(): {}", err.cause()); Sep 17 15:20:39.977 INFO kablam! | ^^^^^ Sep 17 15:20:39.977 INFO kablam! Sep 17 15:20:39.979 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 17 15:20:39.979 INFO kablam! --> src/plugins/ffi.rs:150:51 Sep 17 15:20:39.979 INFO kablam! | Sep 17 15:20:39.979 INFO kablam! 150 | buf += &format!("{}", err.cause()); Sep 17 15:20:39.979 INFO kablam! | ^^^^^ Sep 17 15:20:39.979 INFO kablam! Sep 17 15:20:39.986 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 17 15:20:39.986 INFO kablam! --> src/plugins/ffi.rs:200:25 Sep 17 15:20:39.986 INFO kablam! | Sep 17 15:20:39.986 INFO kablam! 200 | err.cause() Sep 17 15:20:39.986 INFO kablam! | ^^^^^ Sep 17 15:20:39.986 INFO kablam! Sep 17 15:20:40.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.73s Sep 17 15:20:40.285 INFO kablam! su: No module specific data is present Sep 17 15:20:40.997 INFO running `"docker" "rm" "-f" "225e69a5809d743c24aa4fd6076669aa8a015710ee57790a63477ec0363d48e7"` Sep 17 15:20:41.055 INFO blam! 225e69a5809d743c24aa4fd6076669aa8a015710ee57790a63477ec0363d48e7