Sep 04 22:56:45.090 INFO checking ddc-i2c-0.2.1 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 22:56:45.090 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 22:56:45.090 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 22:56:45.337 INFO blam! f8cd984203af9629ca1cfd877426aa624be20116dd2e6a01d0968d87ecd77fc6 Sep 04 22:56:45.337 INFO running `"docker" "start" "-a" "f8cd984203af9629ca1cfd877426aa624be20116dd2e6a01d0968d87ecd77fc6"` Sep 04 22:56:46.283 INFO kablam! Checking i2c v0.1.0 Sep 04 22:56:47.694 INFO kablam! Checking ddc-i2c v0.2.1 (file:///source) Sep 04 22:56:50.996 INFO kablam! warning: unused import: `std::env::args` Sep 04 22:56:50.996 INFO kablam! --> examples/vcp.rs:4:5 Sep 04 22:56:50.996 INFO kablam! | Sep 04 22:56:50.996 INFO kablam! 4 | use std::env::args; Sep 04 22:56:50.996 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 22:56:50.996 INFO kablam! | Sep 04 22:56:50.997 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 22:56:50.997 INFO kablam! Sep 04 22:56:51.076 INFO kablam! warning: function is never used: `ddc` Sep 04 22:56:51.076 INFO kablam! --> examples/vcp.rs:7:1 Sep 04 22:56:51.076 INFO kablam! | Sep 04 22:56:51.076 INFO kablam! 7 | / fn ddc(mut ddc: D) where Sep 04 22:56:51.076 INFO kablam! 8 | | D::Error: ::std::fmt::Debug, Sep 04 22:56:51.076 INFO kablam! 9 | | { Sep 04 22:56:51.076 INFO kablam! 10 | | let mccs_ver = ddc.get_vcp_feature(0xdf).expect("failed to read VCP value"); Sep 04 22:56:51.076 INFO kablam! ... | Sep 04 22:56:51.076 INFO kablam! 14 | | println!("input is {:?}", input); Sep 04 22:56:51.076 INFO kablam! 15 | | } Sep 04 22:56:51.076 INFO kablam! | |_^ Sep 04 22:56:51.077 INFO kablam! | Sep 04 22:56:51.077 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 22:56:51.078 INFO kablam! Sep 04 22:56:51.187 INFO kablam! warning: function is never used: `ddc` Sep 04 22:56:51.187 INFO kablam! --> examples/caps.rs:23:1 Sep 04 22:56:51.187 INFO kablam! | Sep 04 22:56:51.187 INFO kablam! 23 | / fn ddc(mut ddc: D) where Sep 04 22:56:51.187 INFO kablam! 24 | | D::Error: ::std::fmt::Debug, Sep 04 22:56:51.187 INFO kablam! 25 | | { Sep 04 22:56:51.187 INFO kablam! 26 | | let caps = ddc.capabilities_string().expect("failed to read ddc capabilities"); Sep 04 22:56:51.187 INFO kablam! 27 | | let caps = str::from_utf8(&caps).expect("caps was not a valid string"); Sep 04 22:56:51.187 INFO kablam! 28 | | println!("got CAPS: {}", caps); Sep 04 22:56:51.187 INFO kablam! 29 | | } Sep 04 22:56:51.187 INFO kablam! | |_^ Sep 04 22:56:51.188 INFO kablam! | Sep 04 22:56:51.188 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 22:56:51.188 INFO kablam! Sep 04 22:56:51.642 INFO kablam! warning: function is never used: `ddc` Sep 04 22:56:51.642 INFO kablam! --> examples/edid.rs:24:1 Sep 04 22:56:51.642 INFO kablam! | Sep 04 22:56:51.642 INFO kablam! 24 | / fn ddc(mut ddc: D) -> Result<(), D::EdidError> where Sep 04 22:56:51.642 INFO kablam! 25 | | D::EdidError: ::std::fmt::Debug, Sep 04 22:56:51.642 INFO kablam! 26 | | D::EdidError: From, Sep 04 22:56:51.642 INFO kablam! 27 | | { Sep 04 22:56:51.643 INFO kablam! ... | Sep 04 22:56:51.643 INFO kablam! 35 | | Ok(()) Sep 04 22:56:51.643 INFO kablam! 36 | | } Sep 04 22:56:51.643 INFO kablam! | |_^ Sep 04 22:56:51.643 INFO kablam! | Sep 04 22:56:51.643 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 22:56:51.643 INFO kablam! Sep 04 22:56:51.685 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.50s Sep 04 22:56:51.690 INFO kablam! su: No module specific data is present Sep 04 22:56:52.318 INFO running `"docker" "rm" "-f" "f8cd984203af9629ca1cfd877426aa624be20116dd2e6a01d0968d87ecd77fc6"` Sep 04 22:56:52.468 INFO blam! f8cd984203af9629ca1cfd877426aa624be20116dd2e6a01d0968d87ecd77fc6