Sep 02 16:45:24.534 INFO checking ddc-i2c-0.2.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 16:45:24.534 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 16:45:24.534 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 16:45:24.790 INFO blam! c42231b8d740528cfb8ae29bba7126c6214008b05485753e9074d3a139656fe1 Sep 02 16:45:24.792 INFO running `"docker" "start" "-a" "c42231b8d740528cfb8ae29bba7126c6214008b05485753e9074d3a139656fe1"` Sep 02 16:45:25.715 INFO kablam! Checking i2c v0.1.0 Sep 02 16:45:25.726 INFO kablam! Checking resize-slice v0.1.3 Sep 02 16:45:27.381 INFO kablam! Checking ddc-i2c v0.2.1 (file:///source) Sep 02 16:45:30.793 INFO kablam! warning: unused import: `std::env::args` Sep 02 16:45:30.793 INFO kablam! --> examples/vcp.rs:4:5 Sep 02 16:45:30.793 INFO kablam! | Sep 02 16:45:30.793 INFO kablam! 4 | use std::env::args; Sep 02 16:45:30.793 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 16:45:30.793 INFO kablam! | Sep 02 16:45:30.793 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 16:45:30.793 INFO kablam! Sep 02 16:45:30.887 INFO kablam! warning: function is never used: `ddc` Sep 02 16:45:30.887 INFO kablam! --> examples/vcp.rs:7:1 Sep 02 16:45:30.887 INFO kablam! | Sep 02 16:45:30.887 INFO kablam! 7 | / fn ddc(mut ddc: D) where Sep 02 16:45:30.887 INFO kablam! 8 | | D::Error: ::std::fmt::Debug, Sep 02 16:45:30.887 INFO kablam! 9 | | { Sep 02 16:45:30.887 INFO kablam! 10 | | let mccs_ver = ddc.get_vcp_feature(0xdf).expect("failed to read VCP value"); Sep 02 16:45:30.887 INFO kablam! ... | Sep 02 16:45:30.887 INFO kablam! 14 | | println!("input is {:?}", input); Sep 02 16:45:30.887 INFO kablam! 15 | | } Sep 02 16:45:30.887 INFO kablam! | |_^ Sep 02 16:45:30.888 INFO kablam! | Sep 02 16:45:30.888 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 16:45:30.888 INFO kablam! Sep 02 16:45:30.906 INFO kablam! warning: function is never used: `ddc` Sep 02 16:45:30.906 INFO kablam! --> examples/caps.rs:23:1 Sep 02 16:45:30.906 INFO kablam! | Sep 02 16:45:30.906 INFO kablam! 23 | / fn ddc(mut ddc: D) where Sep 02 16:45:30.906 INFO kablam! 24 | | D::Error: ::std::fmt::Debug, Sep 02 16:45:30.906 INFO kablam! 25 | | { Sep 02 16:45:30.906 INFO kablam! 26 | | let caps = ddc.capabilities_string().expect("failed to read ddc capabilities"); Sep 02 16:45:30.906 INFO kablam! 27 | | let caps = str::from_utf8(&caps).expect("caps was not a valid string"); Sep 02 16:45:30.906 INFO kablam! 28 | | println!("got CAPS: {}", caps); Sep 02 16:45:30.906 INFO kablam! 29 | | } Sep 02 16:45:30.906 INFO kablam! | |_^ Sep 02 16:45:30.906 INFO kablam! | Sep 02 16:45:30.906 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 16:45:30.906 INFO kablam! Sep 02 16:45:31.280 INFO kablam! warning: function is never used: `ddc` Sep 02 16:45:31.280 INFO kablam! --> examples/edid.rs:24:1 Sep 02 16:45:31.280 INFO kablam! | Sep 02 16:45:31.280 INFO kablam! 24 | / fn ddc(mut ddc: D) -> Result<(), D::EdidError> where Sep 02 16:45:31.280 INFO kablam! 25 | | D::EdidError: ::std::fmt::Debug, Sep 02 16:45:31.280 INFO kablam! 26 | | D::EdidError: From, Sep 02 16:45:31.280 INFO kablam! 27 | | { Sep 02 16:45:31.281 INFO kablam! ... | Sep 02 16:45:31.281 INFO kablam! 35 | | Ok(()) Sep 02 16:45:31.281 INFO kablam! 36 | | } Sep 02 16:45:31.281 INFO kablam! | |_^ Sep 02 16:45:31.281 INFO kablam! | Sep 02 16:45:31.281 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 16:45:31.281 INFO kablam! Sep 02 16:45:31.313 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.69s Sep 02 16:45:31.319 INFO kablam! su: No module specific data is present Sep 02 16:45:31.891 INFO running `"docker" "rm" "-f" "c42231b8d740528cfb8ae29bba7126c6214008b05485753e9074d3a139656fe1"` Sep 02 16:45:32.050 INFO blam! c42231b8d740528cfb8ae29bba7126c6214008b05485753e9074d3a139656fe1