Oct 16 05:59:01.371 INFO testing i2cdev-lsm303d-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 05:59:01.371 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 05:59:01.788 INFO blam! 57baefb62b39609770776fe005d21f2b1a9aca835e49dc54c5c6b2c03e97cfb2 Oct 16 05:59:01.788 INFO running `"docker" "start" "-a" "57baefb62b39609770776fe005d21f2b1a9aca835e49dc54c5c6b2c03e97cfb2"` Oct 16 05:59:03.004 INFO kablam! usermod: no changes Oct 16 05:59:03.102 INFO kablam! Compiling i2cdev-lsm303d v0.1.2 (/source) Oct 16 05:59:03.988 INFO kablam! warning: unused import: `std::thread` Oct 16 05:59:03.988 INFO kablam! --> src/lib.rs:20:5 Oct 16 05:59:03.988 INFO kablam! | Oct 16 05:59:03.988 INFO kablam! 20 | use std::thread; Oct 16 05:59:03.988 INFO kablam! | ^^^^^^^^^^^ Oct 16 05:59:03.988 INFO kablam! | Oct 16 05:59:03.988 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 05:59:03.988 INFO kablam! Oct 16 05:59:03.988 INFO kablam! warning: unused import: `std::time::Duration` Oct 16 05:59:03.988 INFO kablam! --> src/lib.rs:21:5 Oct 16 05:59:03.988 INFO kablam! | Oct 16 05:59:03.991 INFO kablam! 21 | use std::time::Duration; Oct 16 05:59:03.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 05:59:03.991 INFO kablam! Oct 16 05:59:03.991 INFO kablam! warning: unused import: `std::error::Error` Oct 16 05:59:03.991 INFO kablam! --> src/lib.rs:22:5 Oct 16 05:59:03.991 INFO kablam! | Oct 16 05:59:03.991 INFO kablam! 22 | use std::error::Error; Oct 16 05:59:03.991 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 05:59:03.991 INFO kablam! Oct 16 05:59:04.099 INFO kablam! warning: variable does not need to be mutable Oct 16 05:59:04.099 INFO kablam! --> src/lib.rs:152:34 Oct 16 05:59:04.099 INFO kablam! | Oct 16 05:59:04.099 INFO kablam! 152 | pub fn new(mut accel_mag: T, mut accel_mag_settings: LSM303DSettings) -> Result, T::Error> { Oct 16 05:59:04.099 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Oct 16 05:59:04.099 INFO kablam! | | Oct 16 05:59:04.099 INFO kablam! | help: remove this `mut` Oct 16 05:59:04.099 INFO kablam! | Oct 16 05:59:04.099 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 05:59:04.099 INFO kablam! Oct 16 05:59:04.099 INFO kablam! warning: variable does not need to be mutable Oct 16 05:59:04.099 INFO kablam! --> src/lib.rs:164:13 Oct 16 05:59:04.099 INFO kablam! | Oct 16 05:59:04.099 INFO kablam! 164 | let mut ctrl_reg2: u8 = 0_u8 | ((accel_mag_settings.accelerometer_sensitivity as u8) << 3) | ((accel_mag_settings.accelerometer_anti_alias_filter_bandwidth as u8) << 6); Oct 16 05:59:04.099 INFO kablam! | ----^^^^^^^^^ Oct 16 05:59:04.099 INFO kablam! | | Oct 16 05:59:04.099 INFO kablam! | help: remove this `mut` Oct 16 05:59:04.099 INFO kablam! Oct 16 05:59:04.099 INFO kablam! warning: variable does not need to be mutable Oct 16 05:59:04.099 INFO kablam! --> src/lib.rs:167:13 Oct 16 05:59:04.099 INFO kablam! | Oct 16 05:59:04.099 INFO kablam! 167 | let mut ctrl_reg5: u8 = 0_u8 | ((accel_mag_settings.magnetometer_resolution as u8) << 5) | ((accel_mag_settings.magnetometer_data_rate as u8) << 2); //24 Oct 16 05:59:04.099 INFO kablam! | ----^^^^^^^^^ Oct 16 05:59:04.099 INFO kablam! | | Oct 16 05:59:04.099 INFO kablam! | help: remove this `mut` Oct 16 05:59:04.099 INFO kablam! Oct 16 05:59:04.099 INFO kablam! warning: variable does not need to be mutable Oct 16 05:59:04.099 INFO kablam! --> src/lib.rs:170:13 Oct 16 05:59:04.099 INFO kablam! | Oct 16 05:59:04.099 INFO kablam! 170 | let mut ctrl_reg6: u8 = 0_u8 | ((accel_mag_settings.magnetometer_sensitivity as u8) << 5); Oct 16 05:59:04.099 INFO kablam! | ----^^^^^^^^^ Oct 16 05:59:04.099 INFO kablam! | | Oct 16 05:59:04.099 INFO kablam! | help: remove this `mut` Oct 16 05:59:04.099 INFO kablam! Oct 16 05:59:04.099 INFO kablam! warning: variable does not need to be mutable Oct 16 05:59:04.099 INFO kablam! --> src/lib.rs:179:13 Oct 16 05:59:04.099 INFO kablam! | Oct 16 05:59:04.099 INFO kablam! 179 | let mut a_gain: f32; Oct 16 05:59:04.099 INFO kablam! | ----^^^^^^ Oct 16 05:59:04.099 INFO kablam! | | Oct 16 05:59:04.099 INFO kablam! | help: remove this `mut` Oct 16 05:59:04.099 INFO kablam! Oct 16 05:59:04.099 INFO kablam! warning: variable does not need to be mutable Oct 16 05:59:04.099 INFO kablam! --> src/lib.rs:180:13 Oct 16 05:59:04.099 INFO kablam! | Oct 16 05:59:04.099 INFO kablam! 180 | let mut m_gain: f32; Oct 16 05:59:04.099 INFO kablam! | ----^^^^^^ Oct 16 05:59:04.100 INFO kablam! | | Oct 16 05:59:04.100 INFO kablam! | help: remove this `mut` Oct 16 05:59:04.100 INFO kablam! Oct 16 05:59:04.103 INFO kablam! warning: variant `g2` should have a camel case name such as `G2` Oct 16 05:59:04.103 INFO kablam! --> src/lib.rs:68:5 Oct 16 05:59:04.103 INFO kablam! | Oct 16 05:59:04.103 INFO kablam! 68 | g2 = 0b000, Oct 16 05:59:04.103 INFO kablam! | ^^^^^^^^^^ Oct 16 05:59:04.103 INFO kablam! | Oct 16 05:59:04.103 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 05:59:04.103 INFO kablam! Oct 16 05:59:04.103 INFO kablam! warning: variant `g4` should have a camel case name such as `G4` Oct 16 05:59:04.103 INFO kablam! --> src/lib.rs:69:5 Oct 16 05:59:04.103 INFO kablam! | Oct 16 05:59:04.103 INFO kablam! 69 | g4 = 0b001, Oct 16 05:59:04.103 INFO kablam! | ^^^^^^^^^^ Oct 16 05:59:04.103 INFO kablam! Oct 16 05:59:04.103 INFO kablam! warning: variant `g6` should have a camel case name such as `G6` Oct 16 05:59:04.103 INFO kablam! --> src/lib.rs:70:5 Oct 16 05:59:04.103 INFO kablam! | Oct 16 05:59:04.103 INFO kablam! 70 | g6 = 0b010, Oct 16 05:59:04.103 INFO kablam! | ^^^^^^^^^^ Oct 16 05:59:04.103 INFO kablam! Oct 16 05:59:04.103 INFO kablam! warning: variant `g8` should have a camel case name such as `G8` Oct 16 05:59:04.103 INFO kablam! --> src/lib.rs:71:5 Oct 16 05:59:04.103 INFO kablam! | Oct 16 05:59:04.103 INFO kablam! 71 | g8 = 0b011, Oct 16 05:59:04.103 INFO kablam! | ^^^^^^^^^^ Oct 16 05:59:04.103 INFO kablam! Oct 16 05:59:04.103 INFO kablam! warning: variant `g16` should have a camel case name such as `G16` Oct 16 05:59:04.103 INFO kablam! --> src/lib.rs:72:5 Oct 16 05:59:04.103 INFO kablam! | Oct 16 05:59:04.103 INFO kablam! 72 | g16 = 0b100 Oct 16 05:59:04.103 INFO kablam! | ^^^^^^^^^^^ Oct 16 05:59:04.103 INFO kablam! Oct 16 05:59:04.107 INFO kablam! warning: variant `gauss2` should have a camel case name such as `Gauss2` Oct 16 05:59:04.107 INFO kablam! --> src/lib.rs:102:5 Oct 16 05:59:04.107 INFO kablam! | Oct 16 05:59:04.107 INFO kablam! 102 | gauss2 = 0b00, Oct 16 05:59:04.107 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 05:59:04.107 INFO kablam! Oct 16 05:59:04.107 INFO kablam! warning: variant `gauss4` should have a camel case name such as `Gauss4` Oct 16 05:59:04.107 INFO kablam! --> src/lib.rs:103:5 Oct 16 05:59:04.107 INFO kablam! | Oct 16 05:59:04.107 INFO kablam! 103 | gauss4 = 0b01, Oct 16 05:59:04.107 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 05:59:04.107 INFO kablam! Oct 16 05:59:04.107 INFO kablam! warning: variant `gauss8` should have a camel case name such as `Gauss8` Oct 16 05:59:04.107 INFO kablam! --> src/lib.rs:104:5 Oct 16 05:59:04.107 INFO kablam! | Oct 16 05:59:04.107 INFO kablam! 104 | gauss8 = 0b10, Oct 16 05:59:04.107 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 05:59:04.107 INFO kablam! Oct 16 05:59:04.107 INFO kablam! warning: variant `gauss12` should have a camel case name such as `Gauss12` Oct 16 05:59:04.107 INFO kablam! --> src/lib.rs:105:5 Oct 16 05:59:04.107 INFO kablam! | Oct 16 05:59:04.107 INFO kablam! 105 | gauss12 = 0b11 Oct 16 05:59:04.107 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 05:59:04.107 INFO kablam! Oct 16 05:59:05.195 INFO kablam! warning: variable does not need to be mutable Oct 16 05:59:05.195 INFO kablam! --> src/main.rs:31:9 Oct 16 05:59:05.195 INFO kablam! | Oct 16 05:59:05.195 INFO kablam! 31 | let mut i2cdev = get_linux_lsm303d_i2c_device().unwrap(); Oct 16 05:59:05.195 INFO kablam! | ----^^^^^^ Oct 16 05:59:05.195 INFO kablam! | | Oct 16 05:59:05.195 INFO kablam! | help: remove this `mut` Oct 16 05:59:05.195 INFO kablam! | Oct 16 05:59:05.195 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 05:59:05.195 INFO kablam! Oct 16 05:59:05.689 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.66s Oct 16 05:59:05.695 INFO kablam! su: No module specific data is present Oct 16 05:59:06.017 INFO running `"docker" "rm" "-f" "57baefb62b39609770776fe005d21f2b1a9aca835e49dc54c5c6b2c03e97cfb2"` Oct 16 05:59:06.119 INFO blam! 57baefb62b39609770776fe005d21f2b1a9aca835e49dc54c5c6b2c03e97cfb2 Oct 16 05:59:06.123 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 05:59:06.335 INFO blam! 684e9ce940f3660f1bd7f60e1b59c04dfaebe86d889c8fe4da1c31c7b12de990 Oct 16 05:59:06.335 INFO running `"docker" "start" "-a" "684e9ce940f3660f1bd7f60e1b59c04dfaebe86d889c8fe4da1c31c7b12de990"` Oct 16 05:59:06.767 INFO kablam! usermod: no changes Oct 16 05:59:06.847 INFO kablam! Compiling i2cdev-lsm303d v0.1.2 (/source) Oct 16 05:59:08.151 INFO kablam! warning: unused import: `std::thread` Oct 16 05:59:08.151 INFO kablam! --> src/lib.rs:20:5 Oct 16 05:59:08.151 INFO kablam! | Oct 16 05:59:08.151 INFO kablam! 20 | use std::thread; Oct 16 05:59:08.151 INFO kablam! | ^^^^^^^^^^^ Oct 16 05:59:08.151 INFO kablam! | Oct 16 05:59:08.151 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 05:59:08.151 INFO kablam! Oct 16 05:59:08.151 INFO kablam! warning: unused import: `std::time::Duration` Oct 16 05:59:08.151 INFO kablam! --> src/lib.rs:21:5 Oct 16 05:59:08.151 INFO kablam! | Oct 16 05:59:08.151 INFO kablam! 21 | use std::time::Duration; Oct 16 05:59:08.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 05:59:08.151 INFO kablam! Oct 16 05:59:08.151 INFO kablam! warning: unused import: `std::error::Error` Oct 16 05:59:08.151 INFO kablam! --> src/lib.rs:22:5 Oct 16 05:59:08.151 INFO kablam! | Oct 16 05:59:08.151 INFO kablam! 22 | use std::error::Error; Oct 16 05:59:08.151 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 05:59:08.151 INFO kablam! Oct 16 05:59:08.219 INFO kablam! warning: variable does not need to be mutable Oct 16 05:59:08.219 INFO kablam! --> src/main.rs:31:9 Oct 16 05:59:08.219 INFO kablam! | Oct 16 05:59:08.219 INFO kablam! 31 | let mut i2cdev = get_linux_lsm303d_i2c_device().unwrap(); Oct 16 05:59:08.219 INFO kablam! | ----^^^^^^ Oct 16 05:59:08.219 INFO kablam! | | Oct 16 05:59:08.219 INFO kablam! | help: remove this `mut` Oct 16 05:59:08.219 INFO kablam! | Oct 16 05:59:08.219 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 05:59:08.219 INFO kablam! Oct 16 05:59:08.271 INFO kablam! warning: variable does not need to be mutable Oct 16 05:59:08.272 INFO kablam! --> src/lib.rs:152:34 Oct 16 05:59:08.272 INFO kablam! | Oct 16 05:59:08.272 INFO kablam! 152 | pub fn new(mut accel_mag: T, mut accel_mag_settings: LSM303DSettings) -> Result, T::Error> { Oct 16 05:59:08.272 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Oct 16 05:59:08.272 INFO kablam! | | Oct 16 05:59:08.272 INFO kablam! | help: remove this `mut` Oct 16 05:59:08.272 INFO kablam! | Oct 16 05:59:08.272 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 05:59:08.272 INFO kablam! Oct 16 05:59:08.272 INFO kablam! warning: variable does not need to be mutable Oct 16 05:59:08.272 INFO kablam! --> src/lib.rs:164:13 Oct 16 05:59:08.272 INFO kablam! | Oct 16 05:59:08.272 INFO kablam! 164 | let mut ctrl_reg2: u8 = 0_u8 | ((accel_mag_settings.accelerometer_sensitivity as u8) << 3) | ((accel_mag_settings.accelerometer_anti_alias_filter_bandwidth as u8) << 6); Oct 16 05:59:08.272 INFO kablam! | ----^^^^^^^^^ Oct 16 05:59:08.272 INFO kablam! | | Oct 16 05:59:08.272 INFO kablam! | help: remove this `mut` Oct 16 05:59:08.272 INFO kablam! Oct 16 05:59:08.272 INFO kablam! warning: variable does not need to be mutable Oct 16 05:59:08.273 INFO kablam! --> src/lib.rs:167:13 Oct 16 05:59:08.273 INFO kablam! | Oct 16 05:59:08.273 INFO kablam! 167 | let mut ctrl_reg5: u8 = 0_u8 | ((accel_mag_settings.magnetometer_resolution as u8) << 5) | ((accel_mag_settings.magnetometer_data_rate as u8) << 2); //24 Oct 16 05:59:08.273 INFO kablam! | ----^^^^^^^^^ Oct 16 05:59:08.273 INFO kablam! | | Oct 16 05:59:08.273 INFO kablam! | help: remove this `mut` Oct 16 05:59:08.273 INFO kablam! Oct 16 05:59:08.273 INFO kablam! warning: variable does not need to be mutable Oct 16 05:59:08.273 INFO kablam! --> src/lib.rs:170:13 Oct 16 05:59:08.273 INFO kablam! | Oct 16 05:59:08.273 INFO kablam! 170 | let mut ctrl_reg6: u8 = 0_u8 | ((accel_mag_settings.magnetometer_sensitivity as u8) << 5); Oct 16 05:59:08.273 INFO kablam! | ----^^^^^^^^^ Oct 16 05:59:08.273 INFO kablam! | | Oct 16 05:59:08.273 INFO kablam! | help: remove this `mut` Oct 16 05:59:08.273 INFO kablam! Oct 16 05:59:08.273 INFO kablam! warning: variable does not need to be mutable Oct 16 05:59:08.273 INFO kablam! --> src/lib.rs:179:13 Oct 16 05:59:08.273 INFO kablam! | Oct 16 05:59:08.273 INFO kablam! 179 | let mut a_gain: f32; Oct 16 05:59:08.273 INFO kablam! | ----^^^^^^ Oct 16 05:59:08.273 INFO kablam! | | Oct 16 05:59:08.273 INFO kablam! | help: remove this `mut` Oct 16 05:59:08.273 INFO kablam! Oct 16 05:59:08.273 INFO kablam! warning: variable does not need to be mutable Oct 16 05:59:08.273 INFO kablam! --> src/lib.rs:180:13 Oct 16 05:59:08.273 INFO kablam! | Oct 16 05:59:08.273 INFO kablam! 180 | let mut m_gain: f32; Oct 16 05:59:08.273 INFO kablam! | ----^^^^^^ Oct 16 05:59:08.273 INFO kablam! | | Oct 16 05:59:08.273 INFO kablam! | help: remove this `mut` Oct 16 05:59:08.273 INFO kablam! Oct 16 05:59:08.280 INFO kablam! warning: variant `g2` should have a camel case name such as `G2` Oct 16 05:59:08.280 INFO kablam! --> src/lib.rs:68:5 Oct 16 05:59:08.280 INFO kablam! | Oct 16 05:59:08.280 INFO kablam! 68 | g2 = 0b000, Oct 16 05:59:08.280 INFO kablam! | ^^^^^^^^^^ Oct 16 05:59:08.280 INFO kablam! | Oct 16 05:59:08.280 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 05:59:08.280 INFO kablam! Oct 16 05:59:08.280 INFO kablam! warning: variant `g4` should have a camel case name such as `G4` Oct 16 05:59:08.280 INFO kablam! --> src/lib.rs:69:5 Oct 16 05:59:08.280 INFO kablam! | Oct 16 05:59:08.280 INFO kablam! 69 | g4 = 0b001, Oct 16 05:59:08.280 INFO kablam! | ^^^^^^^^^^ Oct 16 05:59:08.280 INFO kablam! Oct 16 05:59:08.280 INFO kablam! warning: variant `g6` should have a camel case name such as `G6` Oct 16 05:59:08.280 INFO kablam! --> src/lib.rs:70:5 Oct 16 05:59:08.280 INFO kablam! | Oct 16 05:59:08.280 INFO kablam! 70 | g6 = 0b010, Oct 16 05:59:08.280 INFO kablam! | ^^^^^^^^^^ Oct 16 05:59:08.280 INFO kablam! Oct 16 05:59:08.280 INFO kablam! warning: variant `g8` should have a camel case name such as `G8` Oct 16 05:59:08.280 INFO kablam! --> src/lib.rs:71:5 Oct 16 05:59:08.280 INFO kablam! | Oct 16 05:59:08.280 INFO kablam! 71 | g8 = 0b011, Oct 16 05:59:08.280 INFO kablam! | ^^^^^^^^^^ Oct 16 05:59:08.280 INFO kablam! Oct 16 05:59:08.280 INFO kablam! warning: variant `g16` should have a camel case name such as `G16` Oct 16 05:59:08.280 INFO kablam! --> src/lib.rs:72:5 Oct 16 05:59:08.280 INFO kablam! | Oct 16 05:59:08.280 INFO kablam! 72 | g16 = 0b100 Oct 16 05:59:08.280 INFO kablam! | ^^^^^^^^^^^ Oct 16 05:59:08.280 INFO kablam! Oct 16 05:59:08.280 INFO kablam! warning: variant `gauss2` should have a camel case name such as `Gauss2` Oct 16 05:59:08.280 INFO kablam! --> src/lib.rs:102:5 Oct 16 05:59:08.280 INFO kablam! | Oct 16 05:59:08.281 INFO kablam! 102 | gauss2 = 0b00, Oct 16 05:59:08.281 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 05:59:08.283 INFO kablam! Oct 16 05:59:08.283 INFO kablam! warning: variant `gauss4` should have a camel case name such as `Gauss4` Oct 16 05:59:08.283 INFO kablam! --> src/lib.rs:103:5 Oct 16 05:59:08.283 INFO kablam! | Oct 16 05:59:08.283 INFO kablam! 103 | gauss4 = 0b01, Oct 16 05:59:08.283 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 05:59:08.283 INFO kablam! Oct 16 05:59:08.283 INFO kablam! warning: variant `gauss8` should have a camel case name such as `Gauss8` Oct 16 05:59:08.283 INFO kablam! --> src/lib.rs:104:5 Oct 16 05:59:08.283 INFO kablam! | Oct 16 05:59:08.283 INFO kablam! 104 | gauss8 = 0b10, Oct 16 05:59:08.283 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 05:59:08.283 INFO kablam! Oct 16 05:59:08.283 INFO kablam! warning: variant `gauss12` should have a camel case name such as `Gauss12` Oct 16 05:59:08.283 INFO kablam! --> src/lib.rs:105:5 Oct 16 05:59:08.283 INFO kablam! | Oct 16 05:59:08.283 INFO kablam! 105 | gauss12 = 0b11 Oct 16 05:59:08.283 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 05:59:08.283 INFO kablam! Oct 16 05:59:08.747 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.97s Oct 16 05:59:08.753 INFO kablam! su: No module specific data is present Oct 16 05:59:09.075 INFO running `"docker" "rm" "-f" "684e9ce940f3660f1bd7f60e1b59c04dfaebe86d889c8fe4da1c31c7b12de990"` Oct 16 05:59:09.147 INFO blam! 684e9ce940f3660f1bd7f60e1b59c04dfaebe86d889c8fe4da1c31c7b12de990 Oct 16 05:59:09.148 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 05:59:09.376 INFO blam! ce3c94b35b5859841e9d08cf753fa23ae64a540327efbdfc62102a223dc68e05 Oct 16 05:59:09.378 INFO running `"docker" "start" "-a" "ce3c94b35b5859841e9d08cf753fa23ae64a540327efbdfc62102a223dc68e05"` Oct 16 05:59:09.939 INFO kablam! usermod: no changes Oct 16 05:59:10.021 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 16 05:59:10.025 INFO kablam! Running /target/debug/deps/i2cdev_lsm303d-82b2abe56a954ea3 Oct 16 05:59:10.028 INFO blam! Oct 16 05:59:10.028 INFO blam! running 1 test Oct 16 05:59:10.029 INFO blam! test tests::it_works ... ok Oct 16 05:59:10.029 INFO kablam! Running /target/debug/deps/lsm303d_bin-45e8c430a31e45ee Oct 16 05:59:10.029 INFO blam! Oct 16 05:59:10.029 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:59:10.030 INFO blam! Oct 16 05:59:10.031 INFO blam! Oct 16 05:59:10.031 INFO blam! running 0 tests Oct 16 05:59:10.031 INFO blam! Oct 16 05:59:10.031 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:59:10.031 INFO blam! Oct 16 05:59:10.032 INFO kablam! Doc-tests i2cdev_lsm303d Oct 16 05:59:11.686 INFO blam! Oct 16 05:59:11.686 INFO blam! running 0 tests Oct 16 05:59:11.686 INFO blam! Oct 16 05:59:11.686 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:59:11.686 INFO blam! Oct 16 05:59:11.695 INFO kablam! su: No module specific data is present Oct 16 05:59:12.060 INFO running `"docker" "rm" "-f" "ce3c94b35b5859841e9d08cf753fa23ae64a540327efbdfc62102a223dc68e05"` Oct 16 05:59:12.145 INFO blam! ce3c94b35b5859841e9d08cf753fa23ae64a540327efbdfc62102a223dc68e05