Oct 11 02:48:31.862 INFO testing arthurmco/oxImage against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:48:31.862 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:48:31.862 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:48:32.278 INFO blam! 512da8220060db793c60e3995056b91d94e77d7014fa58e41c78255d1928de1f Oct 11 02:48:32.278 INFO running `"docker" "start" "-a" "512da8220060db793c60e3995056b91d94e77d7014fa58e41c78255d1928de1f"` Oct 11 02:48:33.644 INFO kablam! usermod: no changes Oct 11 02:48:33.796 INFO kablam! Compiling image v0.15.0 Oct 11 02:48:48.800 INFO kablam! Compiling oximage v0.1.0 (/source) Oct 11 02:48:51.340 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 11 02:48:51.340 INFO kablam! --> src/picture/imagecollection.rs:1:5 Oct 11 02:48:51.340 INFO kablam! | Oct 11 02:48:51.340 INFO kablam! 1 | use std::cell::RefCell; Oct 11 02:48:51.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 02:48:51.340 INFO kablam! | Oct 11 02:48:51.340 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:48:51.341 INFO kablam! Oct 11 02:48:51.341 INFO kablam! warning: unused import: `Image` Oct 11 02:48:51.341 INFO kablam! --> src/picture/imagecollection.rs:4:58 Oct 11 02:48:51.341 INFO kablam! | Oct 11 02:48:51.341 INFO kablam! 4 | use super::{ImageCollectionElement, ImageCollectionItem, Image}; Oct 11 02:48:51.341 INFO kablam! | ^^^^^ Oct 11 02:48:51.341 INFO kablam! Oct 11 02:48:51.476 INFO kablam! warning: unused variable: `oldname` Oct 11 02:48:51.477 INFO kablam! --> src/picture/imagecollection.rs:62:35 Oct 11 02:48:51.477 INFO kablam! | Oct 11 02:48:51.477 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 11 02:48:51.477 INFO kablam! | ^^^^^^^ help: consider using `_oldname` instead Oct 11 02:48:51.477 INFO kablam! | Oct 11 02:48:51.477 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:48:51.477 INFO kablam! Oct 11 02:48:51.477 INFO kablam! warning: unused variable: `newname` Oct 11 02:48:51.477 INFO kablam! --> src/picture/imagecollection.rs:62:50 Oct 11 02:48:51.477 INFO kablam! | Oct 11 02:48:51.477 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 11 02:48:51.477 INFO kablam! | ^^^^^^^ help: consider using `_newname` instead Oct 11 02:48:51.477 INFO kablam! Oct 11 02:48:51.513 INFO kablam! warning: field is never used: `data` Oct 11 02:48:51.513 INFO kablam! --> src/picture/pimage.rs:12:2 Oct 11 02:48:51.513 INFO kablam! | Oct 11 02:48:51.513 INFO kablam! 12 | data: ImageData, Oct 11 02:48:51.513 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 02:48:51.513 INFO kablam! | Oct 11 02:48:51.513 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:48:51.513 INFO kablam! Oct 11 02:48:51.513 INFO kablam! warning: method is never used: `create_empty` Oct 11 02:48:51.513 INFO kablam! --> src/picture/pimage.rs:21:2 Oct 11 02:48:51.513 INFO kablam! | Oct 11 02:48:51.513 INFO kablam! 21 | pub fn create_empty(name: &str, width: u32, height: u32) -> Image { Oct 11 02:48:51.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:51.513 INFO kablam! Oct 11 02:48:51.513 INFO kablam! warning: method is never used: `get_pixel` Oct 11 02:48:51.513 INFO kablam! --> src/picture/pimage.rs:34:2 Oct 11 02:48:51.513 INFO kablam! | Oct 11 02:48:51.513 INFO kablam! 34 | pub fn get_pixel(&self, x: u32, y: u32) -> u32 { Oct 11 02:48:51.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:51.514 INFO kablam! Oct 11 02:48:51.514 INFO kablam! warning: method is never used: `resize_area` Oct 11 02:48:51.514 INFO kablam! --> src/picture/pimage.rs:38:2 Oct 11 02:48:51.514 INFO kablam! | Oct 11 02:48:51.514 INFO kablam! 38 | pub fn resize_area(&mut self, nwidth: u32, nheight: u32) { Oct 11 02:48:51.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:51.514 INFO kablam! Oct 11 02:48:51.514 INFO kablam! warning: field is never used: `d` Oct 11 02:48:51.514 INFO kablam! --> src/picture/imagecollection.rs:21:2 Oct 11 02:48:51.514 INFO kablam! | Oct 11 02:48:51.514 INFO kablam! 21 | d: &'a ImageCollectionList, Oct 11 02:48:51.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:51.514 INFO kablam! Oct 11 02:48:51.514 INFO kablam! warning: method is never used: `get_element` Oct 11 02:48:51.514 INFO kablam! --> src/picture/imagecollection.rs:58:2 Oct 11 02:48:51.514 INFO kablam! | Oct 11 02:48:51.514 INFO kablam! 58 | pub fn get_element(&self, filename: &str) -> Option<&ImageCollectionItem> { Oct 11 02:48:51.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:51.514 INFO kablam! Oct 11 02:48:51.514 INFO kablam! warning: method is never used: `rename_element` Oct 11 02:48:51.515 INFO kablam! --> src/picture/imagecollection.rs:62:2 Oct 11 02:48:51.515 INFO kablam! | Oct 11 02:48:51.515 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 11 02:48:51.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:51.515 INFO kablam! Oct 11 02:48:51.515 INFO kablam! warning: method is never used: `remove_element` Oct 11 02:48:51.515 INFO kablam! --> src/picture/imagecollection.rs:66:2 Oct 11 02:48:51.515 INFO kablam! | Oct 11 02:48:51.515 INFO kablam! 66 | pub fn remove_element(&mut self, filename: &str) { Oct 11 02:48:51.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:51.515 INFO kablam! Oct 11 02:48:51.515 INFO kablam! warning: variant is never constructed: `ImageList` Oct 11 02:48:51.515 INFO kablam! --> src/picture/collectionitem.rs:10:2 Oct 11 02:48:51.515 INFO kablam! | Oct 11 02:48:51.515 INFO kablam! 10 | ImageList(ImageCollectionList), Oct 11 02:48:51.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:51.515 INFO kablam! Oct 11 02:48:51.515 INFO kablam! warning: field is never used: `filename` Oct 11 02:48:51.515 INFO kablam! --> src/picture/imagefile.rs:12:2 Oct 11 02:48:51.515 INFO kablam! | Oct 11 02:48:51.516 INFO kablam! 12 | filename: String, Oct 11 02:48:51.516 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 02:48:51.516 INFO kablam! Oct 11 02:48:51.516 INFO kablam! warning: method is never used: `create_empty` Oct 11 02:48:51.516 INFO kablam! --> src/picture/imagedata.rs:17:2 Oct 11 02:48:51.516 INFO kablam! | Oct 11 02:48:51.516 INFO kablam! 17 | pub fn create_empty(size: usize) -> ImageData { Oct 11 02:48:51.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:51.516 INFO kablam! Oct 11 02:48:51.516 INFO kablam! warning: method is never used: `set_data` Oct 11 02:48:51.516 INFO kablam! --> src/picture/imagedata.rs:38:2 Oct 11 02:48:51.516 INFO kablam! | Oct 11 02:48:51.516 INFO kablam! 38 | pub fn set_data(&mut self, data: &[u32]) { Oct 11 02:48:51.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:51.516 INFO kablam! Oct 11 02:48:53.211 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.53s Oct 11 02:48:53.214 INFO kablam! su: No module specific data is present Oct 11 02:48:53.602 INFO running `"docker" "rm" "-f" "512da8220060db793c60e3995056b91d94e77d7014fa58e41c78255d1928de1f"` Oct 11 02:48:53.797 INFO blam! 512da8220060db793c60e3995056b91d94e77d7014fa58e41c78255d1928de1f Oct 11 02:48:53.799 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:48:53.799 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:48:54.096 INFO blam! 9e3271b9c1af7896190bfebf7402dd8b592ddb9b64a100a04e3196e6974b6810 Oct 11 02:48:54.096 INFO running `"docker" "start" "-a" "9e3271b9c1af7896190bfebf7402dd8b592ddb9b64a100a04e3196e6974b6810"` Oct 11 02:48:54.863 INFO kablam! usermod: no changes Oct 11 02:48:54.919 INFO kablam! Compiling oximage v0.1.0 (/source) Oct 11 02:48:57.048 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 11 02:48:57.048 INFO kablam! --> src/picture/imagecollection.rs:1:5 Oct 11 02:48:57.048 INFO kablam! | Oct 11 02:48:57.048 INFO kablam! 1 | use std::cell::RefCell; Oct 11 02:48:57.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 02:48:57.048 INFO kablam! | Oct 11 02:48:57.048 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:48:57.048 INFO kablam! Oct 11 02:48:57.281 INFO kablam! warning: unused variable: `oldname` Oct 11 02:48:57.281 INFO kablam! --> src/picture/imagecollection.rs:62:35 Oct 11 02:48:57.281 INFO kablam! | Oct 11 02:48:57.281 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 11 02:48:57.281 INFO kablam! | ^^^^^^^ help: consider using `_oldname` instead Oct 11 02:48:57.281 INFO kablam! | Oct 11 02:48:57.281 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:48:57.281 INFO kablam! Oct 11 02:48:57.281 INFO kablam! warning: unused variable: `newname` Oct 11 02:48:57.281 INFO kablam! --> src/picture/imagecollection.rs:62:50 Oct 11 02:48:57.281 INFO kablam! | Oct 11 02:48:57.281 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 11 02:48:57.281 INFO kablam! | ^^^^^^^ help: consider using `_newname` instead Oct 11 02:48:57.281 INFO kablam! Oct 11 02:48:57.325 INFO kablam! warning: variable does not need to be mutable Oct 11 02:48:57.325 INFO kablam! --> src/picture/imagecollection.rs:154:7 Oct 11 02:48:57.325 INFO kablam! | Oct 11 02:48:57.325 INFO kablam! 154 | let mut it = ic.iterator(); Oct 11 02:48:57.325 INFO kablam! | ----^^ Oct 11 02:48:57.325 INFO kablam! | | Oct 11 02:48:57.325 INFO kablam! | help: remove this `mut` Oct 11 02:48:57.325 INFO kablam! | Oct 11 02:48:57.325 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:48:57.325 INFO kablam! Oct 11 02:48:57.360 INFO kablam! warning: field is never used: `d` Oct 11 02:48:57.360 INFO kablam! --> src/picture/imagecollection.rs:21:2 Oct 11 02:48:57.360 INFO kablam! | Oct 11 02:48:57.360 INFO kablam! 21 | d: &'a ImageCollectionList, Oct 11 02:48:57.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:57.360 INFO kablam! | Oct 11 02:48:57.360 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:48:57.360 INFO kablam! Oct 11 02:48:57.360 INFO kablam! warning: method is never used: `rename_element` Oct 11 02:48:57.360 INFO kablam! --> src/picture/imagecollection.rs:62:2 Oct 11 02:48:57.360 INFO kablam! | Oct 11 02:48:57.360 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 11 02:48:57.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:57.360 INFO kablam! Oct 11 02:48:57.360 INFO kablam! warning: variant is never constructed: `ImageList` Oct 11 02:48:57.360 INFO kablam! --> src/picture/collectionitem.rs:10:2 Oct 11 02:48:57.360 INFO kablam! | Oct 11 02:48:57.360 INFO kablam! 10 | ImageList(ImageCollectionList), Oct 11 02:48:57.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:57.360 INFO kablam! Oct 11 02:48:57.360 INFO kablam! warning: field is never used: `filename` Oct 11 02:48:57.360 INFO kablam! --> src/picture/imagefile.rs:12:2 Oct 11 02:48:57.360 INFO kablam! | Oct 11 02:48:57.360 INFO kablam! 12 | filename: String, Oct 11 02:48:57.360 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 02:48:57.361 INFO kablam! Oct 11 02:48:58.772 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.89s Oct 11 02:48:58.776 INFO kablam! su: No module specific data is present Oct 11 02:48:59.089 INFO running `"docker" "rm" "-f" "9e3271b9c1af7896190bfebf7402dd8b592ddb9b64a100a04e3196e6974b6810"` Oct 11 02:48:59.216 INFO blam! 9e3271b9c1af7896190bfebf7402dd8b592ddb9b64a100a04e3196e6974b6810 Oct 11 02:48:59.228 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:48:59.228 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:48:59.528 INFO blam! 4542b89fb8483f95ec3aad6accd94c9b5f1adbbe3d2e5afaddd047451f04c4fe Oct 11 02:48:59.536 INFO running `"docker" "start" "-a" "4542b89fb8483f95ec3aad6accd94c9b5f1adbbe3d2e5afaddd047451f04c4fe"` Oct 11 02:49:00.004 INFO kablam! usermod: no changes Oct 11 02:49:00.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 02:49:00.056 INFO kablam! Running /target/debug/deps/oximage-e061b82a601a5cde Oct 11 02:49:00.060 INFO blam! Oct 11 02:49:00.060 INFO blam! running 12 tests Oct 11 02:49:00.061 INFO blam! test picture::imagecollection::tests::test_image_collection_item_add ... ok Oct 11 02:49:00.061 INFO blam! test picture::imagecollection::tests::test_image_collection_item_get ... ok Oct 11 02:49:00.061 INFO blam! test picture::imagecollection::tests::test_image_collection_remove ... ok Oct 11 02:49:00.061 INFO blam! test picture::imagedata::tests::test_imagedata_with_default_data ... ok Oct 11 02:49:00.061 INFO blam! test picture::imagedata::tests::test_imagedata_with_data ... ok Oct 11 02:49:00.061 INFO blam! test picture::imagedata::tests::test_imagedata_set ... ok Oct 11 02:49:00.062 INFO blam! test picture::imagecollection::tests::test_image_collection_iterate ... ok Oct 11 02:49:00.062 INFO blam! test picture::imagedata::tests::test_pack_pixel ... ok Oct 11 02:49:00.072 INFO blam! test picture::pimage::tests::test_resize_area ... ok Oct 11 02:49:00.100 INFO blam! test picture::pimage::tests::test_parameters ... ok Oct 11 02:49:00.151 INFO blam! test picture::imagefile::tests::open_image_all_black ... ok Oct 11 02:49:00.652 INFO blam! test picture::imagefile::tests::open_image_all_red ... ok Oct 11 02:49:00.652 INFO blam! Oct 11 02:49:00.652 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:49:00.652 INFO blam! Oct 11 02:49:00.653 INFO kablam! su: No module specific data is present Oct 11 02:49:00.940 INFO running `"docker" "rm" "-f" "4542b89fb8483f95ec3aad6accd94c9b5f1adbbe3d2e5afaddd047451f04c4fe"` Oct 11 02:49:01.077 INFO blam! 4542b89fb8483f95ec3aad6accd94c9b5f1adbbe3d2e5afaddd047451f04c4fe