Oct 16 02:27:45.029 INFO testing mote-0.1.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 02:27:45.030 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 02:27:45.225 INFO blam! aa17bef15fa09621bffe41c1846d959eb9f662291f8eae46514ef72e1e3d3d38 Oct 16 02:27:45.229 INFO running `"docker" "start" "-a" "aa17bef15fa09621bffe41c1846d959eb9f662291f8eae46514ef72e1e3d3d38"` Oct 16 02:27:45.764 INFO kablam! usermod: no changes Oct 16 02:27:45.822 INFO kablam! Compiling mote v0.1.2 (/source) Oct 16 02:27:46.596 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 16 02:27:46.598 INFO kablam! su: No module specific data is present Oct 16 02:27:46.908 INFO running `"docker" "rm" "-f" "aa17bef15fa09621bffe41c1846d959eb9f662291f8eae46514ef72e1e3d3d38"` Oct 16 02:27:47.031 INFO blam! aa17bef15fa09621bffe41c1846d959eb9f662291f8eae46514ef72e1e3d3d38 Oct 16 02:27:47.037 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 02:27:47.190 INFO blam! f77705799b4ffc40c7ac0eb6410bdda656ca5f1492567dd24867cc31a702bb72 Oct 16 02:27:47.192 INFO running `"docker" "start" "-a" "f77705799b4ffc40c7ac0eb6410bdda656ca5f1492567dd24867cc31a702bb72"` Oct 16 02:27:47.886 INFO kablam! usermod: no changes Oct 16 02:27:47.948 INFO kablam! Compiling mote v0.1.2 (/source) Oct 16 02:27:49.191 INFO kablam! warning: constant item is never used: `GREEN` Oct 16 02:27:49.191 INFO kablam! --> examples/solid.rs:9:1 Oct 16 02:27:49.191 INFO kablam! | Oct 16 02:27:49.191 INFO kablam! 9 | const GREEN: rgb::RGB8 = rgb::RGB8 { r: 0, g: 255, b: 0 }; Oct 16 02:27:49.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:49.191 INFO kablam! | Oct 16 02:27:49.191 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 02:27:49.191 INFO kablam! Oct 16 02:27:49.191 INFO kablam! warning: constant item is never used: `BLUE` Oct 16 02:27:49.191 INFO kablam! --> examples/solid.rs:11:1 Oct 16 02:27:49.191 INFO kablam! | Oct 16 02:27:49.191 INFO kablam! 11 | const BLUE: rgb::RGB8 = rgb::RGB8 { r: 0, g: 0, b: 255 }; Oct 16 02:27:49.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:49.191 INFO kablam! Oct 16 02:27:49.279 INFO kablam! warning: unused import: `rand::distributions::IndependentSample` Oct 16 02:27:49.279 INFO kablam! --> examples/wave.rs:5:5 Oct 16 02:27:49.279 INFO kablam! | Oct 16 02:27:49.279 INFO kablam! 5 | use rand::distributions::IndependentSample; Oct 16 02:27:49.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:49.279 INFO kablam! | Oct 16 02:27:49.279 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:27:49.279 INFO kablam! Oct 16 02:27:49.363 INFO kablam! warning: unused variable: `between` Oct 16 02:27:49.363 INFO kablam! --> examples/wave.rs:24:9 Oct 16 02:27:49.363 INFO kablam! | Oct 16 02:27:49.363 INFO kablam! 24 | let between = rand::distributions::Range::new(0, mote::TOTAL_PIXELS); Oct 16 02:27:49.363 INFO kablam! | ^^^^^^^ help: consider using `_between` instead Oct 16 02:27:49.363 INFO kablam! | Oct 16 02:27:49.363 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 02:27:49.363 INFO kablam! Oct 16 02:27:49.363 INFO kablam! warning: unused variable: `rng` Oct 16 02:27:49.363 INFO kablam! --> examples/wave.rs:25:13 Oct 16 02:27:49.363 INFO kablam! | Oct 16 02:27:49.363 INFO kablam! 25 | let mut rng = rand::thread_rng(); Oct 16 02:27:49.363 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 16 02:27:49.363 INFO kablam! Oct 16 02:27:49.367 INFO kablam! warning: variable does not need to be mutable Oct 16 02:27:49.367 INFO kablam! --> examples/wave.rs:25:9 Oct 16 02:27:49.367 INFO kablam! | Oct 16 02:27:49.367 INFO kablam! 25 | let mut rng = rand::thread_rng(); Oct 16 02:27:49.367 INFO kablam! | ----^^^ Oct 16 02:27:49.367 INFO kablam! | | Oct 16 02:27:49.367 INFO kablam! | help: remove this `mut` Oct 16 02:27:49.367 INFO kablam! | Oct 16 02:27:49.367 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 02:27:49.367 INFO kablam! Oct 16 02:27:49.367 INFO kablam! warning: constant item is never used: `GREEN` Oct 16 02:27:49.367 INFO kablam! --> examples/wave.rs:9:1 Oct 16 02:27:49.367 INFO kablam! | Oct 16 02:27:49.367 INFO kablam! 9 | const GREEN: rgb::RGB8 = rgb::RGB8 { r: 0, g: 255, b: 0 }; Oct 16 02:27:49.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:49.367 INFO kablam! | Oct 16 02:27:49.367 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 02:27:49.367 INFO kablam! Oct 16 02:27:49.367 INFO kablam! warning: constant item is never used: `BLUE` Oct 16 02:27:49.367 INFO kablam! --> examples/wave.rs:11:1 Oct 16 02:27:49.367 INFO kablam! | Oct 16 02:27:49.367 INFO kablam! 11 | const BLUE: rgb::RGB8 = rgb::RGB8 { r: 0, g: 0, b: 255 }; Oct 16 02:27:49.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:49.367 INFO kablam! Oct 16 02:27:49.905 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.99s Oct 16 02:27:49.909 INFO kablam! su: No module specific data is present Oct 16 02:27:50.401 INFO running `"docker" "rm" "-f" "f77705799b4ffc40c7ac0eb6410bdda656ca5f1492567dd24867cc31a702bb72"` Oct 16 02:27:50.503 INFO blam! f77705799b4ffc40c7ac0eb6410bdda656ca5f1492567dd24867cc31a702bb72 Oct 16 02:27:50.506 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 02:27:50.700 INFO blam! 034a6d197090042ddf4330fe9282cf74be5af5cc0f6a40623893f45c1c98a039 Oct 16 02:27:50.701 INFO running `"docker" "start" "-a" "034a6d197090042ddf4330fe9282cf74be5af5cc0f6a40623893f45c1c98a039"` Oct 16 02:27:51.238 INFO kablam! usermod: no changes Oct 16 02:27:51.279 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 02:27:51.289 INFO kablam! Running /target/debug/deps/mote-87597b77a92dd40b Oct 16 02:27:51.292 INFO blam! Oct 16 02:27:51.292 INFO blam! running 0 tests Oct 16 02:27:51.292 INFO kablam! Doc-tests mote Oct 16 02:27:51.292 INFO blam! Oct 16 02:27:51.292 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:27:51.292 INFO blam! Oct 16 02:27:52.575 INFO blam! Oct 16 02:27:52.575 INFO blam! running 0 tests Oct 16 02:27:52.575 INFO blam! Oct 16 02:27:52.575 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:27:52.575 INFO blam! Oct 16 02:27:52.580 INFO kablam! su: No module specific data is present Oct 16 02:27:53.575 INFO running `"docker" "rm" "-f" "034a6d197090042ddf4330fe9282cf74be5af5cc0f6a40623893f45c1c98a039"` Oct 16 02:27:53.843 INFO blam! 034a6d197090042ddf4330fe9282cf74be5af5cc0f6a40623893f45c1c98a039