Sep 14 06:58:45.430 INFO checking vapoursynth-0.2.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 06:58:45.430 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 06:58:45.430 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/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 06:58:45.580 INFO blam! 2aa4758b3d0708ada8fc77d6c00baefa2d225682fa97e8510778f7777026f710 Sep 14 06:58:45.581 INFO running `"docker" "start" "-a" "2aa4758b3d0708ada8fc77d6c00baefa2d225682fa97e8510778f7777026f710"` Sep 14 06:58:46.701 INFO kablam! usermod: no changes Sep 14 06:58:46.763 INFO kablam! Compiling num-traits v0.2.6 Sep 14 06:58:46.763 INFO kablam! Compiling vapoursynth-sys v0.2.2 Sep 14 06:58:47.762 INFO kablam! Checking vapoursynth v0.2.0 (file:///source) Sep 14 06:58:48.767 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 14 06:58:48.767 INFO kablam! --> src/plugins/ffi.rs:27:22 Sep 14 06:58:48.767 INFO kablam! | Sep 14 06:58:48.767 INFO kablam! 27 | for cause in err.causes().skip(1) { Sep 14 06:58:48.767 INFO kablam! | ^^^^^^ Sep 14 06:58:48.767 INFO kablam! | Sep 14 06:58:48.767 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 06:58:48.768 INFO kablam! Sep 14 06:58:48.777 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 14 06:58:48.777 INFO kablam! --> src/plugins/ffi.rs:128:89 Sep 14 06:58:48.777 INFO kablam! | Sep 14 06:58:48.777 INFO kablam! 128 | buf += &format!("Error in Filter::get_frame_initial(): {}", err.cause()); Sep 14 06:58:48.777 INFO kablam! | ^^^^^ Sep 14 06:58:48.777 INFO kablam! Sep 14 06:58:48.783 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 14 06:58:48.783 INFO kablam! --> src/plugins/ffi.rs:150:51 Sep 14 06:58:48.783 INFO kablam! | Sep 14 06:58:48.783 INFO kablam! 150 | buf += &format!("{}", err.cause()); Sep 14 06:58:48.783 INFO kablam! | ^^^^^ Sep 14 06:58:48.783 INFO kablam! Sep 14 06:58:48.790 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 14 06:58:48.790 INFO kablam! --> src/plugins/ffi.rs:200:25 Sep 14 06:58:48.790 INFO kablam! | Sep 14 06:58:48.790 INFO kablam! 200 | err.cause() Sep 14 06:58:48.790 INFO kablam! | ^^^^^ Sep 14 06:58:48.790 INFO kablam! Sep 14 06:58:49.321 INFO kablam! Checking num-integer v0.1.39 Sep 14 06:58:49.752 INFO kablam! Checking num-rational v0.1.42 Sep 14 06:58:50.475 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 14 06:58:50.475 INFO kablam! --> examples/vpy-info.rs:190:36 Sep 14 06:58:50.475 INFO kablam! | Sep 14 06:58:50.475 INFO kablam! 190 | eprintln!("Error: {}", err.cause()); Sep 14 06:58:50.475 INFO kablam! | ^^^^^ Sep 14 06:58:50.475 INFO kablam! | Sep 14 06:58:50.475 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 06:58:50.475 INFO kablam! Sep 14 06:58:50.481 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 14 06:58:50.481 INFO kablam! --> examples/vpy-info.rs:192:26 Sep 14 06:58:50.481 INFO kablam! | Sep 14 06:58:50.481 INFO kablam! 192 | for cause in err.causes().skip(1) { Sep 14 06:58:50.481 INFO kablam! | ^^^^^^ Sep 14 06:58:50.481 INFO kablam! Sep 14 06:58:50.481 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 14 06:58:50.481 INFO kablam! --> examples/vspipe.rs:898:36 Sep 14 06:58:50.481 INFO kablam! | Sep 14 06:58:50.481 INFO kablam! 898 | eprintln!("Error: {}", err.cause()); Sep 14 06:58:50.481 INFO kablam! | ^^^^^ Sep 14 06:58:50.481 INFO kablam! | Sep 14 06:58:50.481 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 06:58:50.481 INFO kablam! Sep 14 06:58:50.482 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 14 06:58:50.482 INFO kablam! --> examples/vspipe.rs:900:26 Sep 14 06:58:50.482 INFO kablam! | Sep 14 06:58:50.482 INFO kablam! 900 | for cause in err.causes().skip(1) { Sep 14 06:58:50.482 INFO kablam! | ^^^^^^ Sep 14 06:58:50.482 INFO kablam! Sep 14 06:58:51.007 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 14 06:58:51.007 INFO kablam! --> src/plugins/ffi.rs:27:22 Sep 14 06:58:51.007 INFO kablam! | Sep 14 06:58:51.007 INFO kablam! 27 | for cause in err.causes().skip(1) { Sep 14 06:58:51.007 INFO kablam! | ^^^^^^ Sep 14 06:58:51.007 INFO kablam! | Sep 14 06:58:51.007 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 06:58:51.007 INFO kablam! Sep 14 06:58:51.023 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 14 06:58:51.023 INFO kablam! --> src/plugins/ffi.rs:128:89 Sep 14 06:58:51.023 INFO kablam! | Sep 14 06:58:51.023 INFO kablam! 128 | buf += &format!("Error in Filter::get_frame_initial(): {}", err.cause()); Sep 14 06:58:51.023 INFO kablam! | ^^^^^ Sep 14 06:58:51.023 INFO kablam! Sep 14 06:58:51.023 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 14 06:58:51.023 INFO kablam! --> src/plugins/ffi.rs:150:51 Sep 14 06:58:51.023 INFO kablam! | Sep 14 06:58:51.023 INFO kablam! 150 | buf += &format!("{}", err.cause()); Sep 14 06:58:51.023 INFO kablam! | ^^^^^ Sep 14 06:58:51.023 INFO kablam! Sep 14 06:58:51.027 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Sep 14 06:58:51.027 INFO kablam! --> src/plugins/ffi.rs:200:25 Sep 14 06:58:51.027 INFO kablam! | Sep 14 06:58:51.027 INFO kablam! 200 | err.cause() Sep 14 06:58:51.027 INFO kablam! | ^^^^^ Sep 14 06:58:51.027 INFO kablam! Sep 14 06:58:51.515 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.79s Sep 14 06:58:51.519 INFO kablam! su: No module specific data is present Sep 14 06:58:52.404 INFO running `"docker" "rm" "-f" "2aa4758b3d0708ada8fc77d6c00baefa2d225682fa97e8510778f7777026f710"` Sep 14 06:58:52.487 INFO blam! 2aa4758b3d0708ada8fc77d6c00baefa2d225682fa97e8510778f7777026f710