Sep 20 02:58:44.792 INFO checking ddc-i2c-0.2.1 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 02:58:44.792 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 02:58:44.792 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 02:58:45.194 INFO blam! fe3a9ed9118230711d3216492564915fd9c2185eecf13178aef3d7c04e3d5054 Sep 20 02:58:45.207 INFO running `"docker" "start" "-a" "fe3a9ed9118230711d3216492564915fd9c2185eecf13178aef3d7c04e3d5054"` Sep 20 02:58:47.012 INFO kablam! usermod: no changes Sep 20 02:58:47.133 INFO kablam! Compiling uninitialized v0.0.2 Sep 20 02:58:47.143 INFO kablam! Checking mccs v0.1.0 Sep 20 02:58:47.143 INFO kablam! Checking i2c v0.1.0 Sep 20 02:58:47.175 INFO kablam! Checking edid v0.2.0 Sep 20 02:58:49.289 INFO kablam! Checking ddc v0.2.1 Sep 20 02:58:49.767 INFO kablam! Checking resize-slice v0.1.3 Sep 20 02:58:50.319 INFO kablam! Checking ddc-i2c v0.2.1 (/source) Sep 20 02:58:52.284 INFO kablam! warning: unused import: `std::env::args` Sep 20 02:58:52.284 INFO kablam! --> examples/vcp.rs:4:5 Sep 20 02:58:52.284 INFO kablam! | Sep 20 02:58:52.284 INFO kablam! 4 | use std::env::args; Sep 20 02:58:52.284 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 02:58:52.284 INFO kablam! | Sep 20 02:58:52.284 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 02:58:52.284 INFO kablam! Sep 20 02:58:52.295 INFO kablam! warning: function is never used: `ddc` Sep 20 02:58:52.295 INFO kablam! --> examples/caps.rs:23:1 Sep 20 02:58:52.295 INFO kablam! | Sep 20 02:58:52.295 INFO kablam! 23 | / fn ddc(mut ddc: D) where Sep 20 02:58:52.295 INFO kablam! 24 | | D::Error: ::std::fmt::Debug, Sep 20 02:58:52.295 INFO kablam! 25 | | { Sep 20 02:58:52.295 INFO kablam! 26 | | let caps = ddc.capabilities_string().expect("failed to read ddc capabilities"); Sep 20 02:58:52.296 INFO kablam! 27 | | let caps = str::from_utf8(&caps).expect("caps was not a valid string"); Sep 20 02:58:52.296 INFO kablam! 28 | | println!("got CAPS: {}", caps); Sep 20 02:58:52.296 INFO kablam! 29 | | } Sep 20 02:58:52.296 INFO kablam! | |_^ Sep 20 02:58:52.296 INFO kablam! | Sep 20 02:58:52.296 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 02:58:52.296 INFO kablam! Sep 20 02:58:52.319 INFO kablam! warning: function is never used: `ddc` Sep 20 02:58:52.319 INFO kablam! --> examples/vcp.rs:7:1 Sep 20 02:58:52.319 INFO kablam! | Sep 20 02:58:52.319 INFO kablam! 7 | / fn ddc(mut ddc: D) where Sep 20 02:58:52.319 INFO kablam! 8 | | D::Error: ::std::fmt::Debug, Sep 20 02:58:52.319 INFO kablam! 9 | | { Sep 20 02:58:52.319 INFO kablam! 10 | | let mccs_ver = ddc.get_vcp_feature(0xdf).expect("failed to read VCP value"); Sep 20 02:58:52.319 INFO kablam! ... | Sep 20 02:58:52.319 INFO kablam! 14 | | println!("input is {:?}", input); Sep 20 02:58:52.319 INFO kablam! 15 | | } Sep 20 02:58:52.319 INFO kablam! | |_^ Sep 20 02:58:52.319 INFO kablam! | Sep 20 02:58:52.319 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 02:58:52.319 INFO kablam! Sep 20 02:58:52.469 INFO kablam! warning: function is never used: `ddc` Sep 20 02:58:52.469 INFO kablam! --> examples/edid.rs:24:1 Sep 20 02:58:52.469 INFO kablam! | Sep 20 02:58:52.469 INFO kablam! 24 | / fn ddc(mut ddc: D) -> Result<(), D::EdidError> where Sep 20 02:58:52.469 INFO kablam! 25 | | D::EdidError: ::std::fmt::Debug, Sep 20 02:58:52.469 INFO kablam! 26 | | D::EdidError: From, Sep 20 02:58:52.469 INFO kablam! 27 | | { Sep 20 02:58:52.469 INFO kablam! ... | Sep 20 02:58:52.469 INFO kablam! 35 | | Ok(()) Sep 20 02:58:52.470 INFO kablam! 36 | | } Sep 20 02:58:52.470 INFO kablam! | |_^ Sep 20 02:58:52.470 INFO kablam! | Sep 20 02:58:52.470 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 02:58:52.470 INFO kablam! Sep 20 02:58:52.507 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.47s Sep 20 02:58:52.516 INFO kablam! su: No module specific data is present Sep 20 02:58:53.523 INFO running `"docker" "rm" "-f" "fe3a9ed9118230711d3216492564915fd9c2185eecf13178aef3d7c04e3d5054"` Sep 20 02:58:53.880 INFO blam! fe3a9ed9118230711d3216492564915fd9c2185eecf13178aef3d7c04e3d5054