Oct 15 03:42:57.814 INFO testing arthurmco/oxImage against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 03:42:57.816 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 03:42:58.423 INFO blam! 97419b6ca2bf9b8ccfa2c0d5025674e0446b1be4256c967923bdc3a9d11e9402 Oct 15 03:42:58.431 INFO running `"docker" "start" "-a" "97419b6ca2bf9b8ccfa2c0d5025674e0446b1be4256c967923bdc3a9d11e9402"` Oct 15 03:42:59.739 INFO kablam! usermod: no changes Oct 15 03:42:59.859 INFO kablam! Compiling image v0.15.0 Oct 15 03:43:12.351 INFO kablam! Compiling oximage v0.1.0 (/source) Oct 15 03:43:13.775 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 15 03:43:13.776 INFO kablam! --> src/picture/imagecollection.rs:1:5 Oct 15 03:43:13.776 INFO kablam! | Oct 15 03:43:13.776 INFO kablam! 1 | use std::cell::RefCell; Oct 15 03:43:13.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 03:43:13.777 INFO kablam! | Oct 15 03:43:13.777 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:43:13.777 INFO kablam! Oct 15 03:43:13.778 INFO kablam! warning: unused import: `Image` Oct 15 03:43:13.778 INFO kablam! --> src/picture/imagecollection.rs:4:58 Oct 15 03:43:13.778 INFO kablam! | Oct 15 03:43:13.779 INFO kablam! 4 | use super::{ImageCollectionElement, ImageCollectionItem, Image}; Oct 15 03:43:13.779 INFO kablam! | ^^^^^ Oct 15 03:43:13.779 INFO kablam! Oct 15 03:43:13.920 INFO kablam! warning: unused variable: `oldname` Oct 15 03:43:13.920 INFO kablam! --> src/picture/imagecollection.rs:62:35 Oct 15 03:43:13.921 INFO kablam! | Oct 15 03:43:13.921 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 15 03:43:13.921 INFO kablam! | ^^^^^^^ help: consider using `_oldname` instead Oct 15 03:43:13.922 INFO kablam! | Oct 15 03:43:13.922 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:43:13.922 INFO kablam! Oct 15 03:43:13.923 INFO kablam! warning: unused variable: `newname` Oct 15 03:43:13.923 INFO kablam! --> src/picture/imagecollection.rs:62:50 Oct 15 03:43:13.923 INFO kablam! | Oct 15 03:43:13.923 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 15 03:43:13.924 INFO kablam! | ^^^^^^^ help: consider using `_newname` instead Oct 15 03:43:13.924 INFO kablam! Oct 15 03:43:13.947 INFO kablam! warning: field is never used: `data` Oct 15 03:43:13.947 INFO kablam! --> src/picture/pimage.rs:12:2 Oct 15 03:43:13.947 INFO kablam! | Oct 15 03:43:13.947 INFO kablam! 12 | data: ImageData, Oct 15 03:43:13.947 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 03:43:13.947 INFO kablam! | Oct 15 03:43:13.947 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:43:13.947 INFO kablam! Oct 15 03:43:13.947 INFO kablam! warning: method is never used: `create_empty` Oct 15 03:43:13.947 INFO kablam! --> src/picture/pimage.rs:21:2 Oct 15 03:43:13.947 INFO kablam! | Oct 15 03:43:13.947 INFO kablam! 21 | pub fn create_empty(name: &str, width: u32, height: u32) -> Image { Oct 15 03:43:13.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:13.947 INFO kablam! Oct 15 03:43:13.947 INFO kablam! warning: method is never used: `get_pixel` Oct 15 03:43:13.947 INFO kablam! --> src/picture/pimage.rs:34:2 Oct 15 03:43:13.947 INFO kablam! | Oct 15 03:43:13.947 INFO kablam! 34 | pub fn get_pixel(&self, x: u32, y: u32) -> u32 { Oct 15 03:43:13.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:13.947 INFO kablam! Oct 15 03:43:13.947 INFO kablam! warning: method is never used: `resize_area` Oct 15 03:43:13.947 INFO kablam! --> src/picture/pimage.rs:38:2 Oct 15 03:43:13.947 INFO kablam! | Oct 15 03:43:13.947 INFO kablam! 38 | pub fn resize_area(&mut self, nwidth: u32, nheight: u32) { Oct 15 03:43:13.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:13.947 INFO kablam! Oct 15 03:43:13.947 INFO kablam! warning: field is never used: `d` Oct 15 03:43:13.947 INFO kablam! --> src/picture/imagecollection.rs:21:2 Oct 15 03:43:13.947 INFO kablam! | Oct 15 03:43:13.947 INFO kablam! 21 | d: &'a ImageCollectionList, Oct 15 03:43:13.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:13.947 INFO kablam! Oct 15 03:43:13.947 INFO kablam! warning: method is never used: `get_element` Oct 15 03:43:13.947 INFO kablam! --> src/picture/imagecollection.rs:58:2 Oct 15 03:43:13.947 INFO kablam! | Oct 15 03:43:13.947 INFO kablam! 58 | pub fn get_element(&self, filename: &str) -> Option<&ImageCollectionItem> { Oct 15 03:43:13.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:13.947 INFO kablam! Oct 15 03:43:13.947 INFO kablam! warning: method is never used: `rename_element` Oct 15 03:43:13.947 INFO kablam! --> src/picture/imagecollection.rs:62:2 Oct 15 03:43:13.947 INFO kablam! | Oct 15 03:43:13.947 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 15 03:43:13.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:13.947 INFO kablam! Oct 15 03:43:13.947 INFO kablam! warning: method is never used: `remove_element` Oct 15 03:43:13.947 INFO kablam! --> src/picture/imagecollection.rs:66:2 Oct 15 03:43:13.947 INFO kablam! | Oct 15 03:43:13.947 INFO kablam! 66 | pub fn remove_element(&mut self, filename: &str) { Oct 15 03:43:13.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:13.948 INFO kablam! Oct 15 03:43:13.948 INFO kablam! warning: variant is never constructed: `ImageList` Oct 15 03:43:13.948 INFO kablam! --> src/picture/collectionitem.rs:10:2 Oct 15 03:43:13.948 INFO kablam! | Oct 15 03:43:13.948 INFO kablam! 10 | ImageList(ImageCollectionList), Oct 15 03:43:13.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:13.948 INFO kablam! Oct 15 03:43:13.948 INFO kablam! warning: field is never used: `filename` Oct 15 03:43:13.948 INFO kablam! --> src/picture/imagefile.rs:12:2 Oct 15 03:43:13.948 INFO kablam! | Oct 15 03:43:13.948 INFO kablam! 12 | filename: String, Oct 15 03:43:13.948 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 03:43:13.948 INFO kablam! Oct 15 03:43:13.948 INFO kablam! warning: method is never used: `create_empty` Oct 15 03:43:13.948 INFO kablam! --> src/picture/imagedata.rs:17:2 Oct 15 03:43:13.948 INFO kablam! | Oct 15 03:43:13.948 INFO kablam! 17 | pub fn create_empty(size: usize) -> ImageData { Oct 15 03:43:13.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:13.948 INFO kablam! Oct 15 03:43:13.948 INFO kablam! warning: method is never used: `set_data` Oct 15 03:43:13.948 INFO kablam! --> src/picture/imagedata.rs:38:2 Oct 15 03:43:13.948 INFO kablam! | Oct 15 03:43:13.948 INFO kablam! 38 | pub fn set_data(&mut self, data: &[u32]) { Oct 15 03:43:13.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:13.948 INFO kablam! Oct 15 03:43:15.603 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.84s Oct 15 03:43:15.607 INFO kablam! su: No module specific data is present Oct 15 03:43:16.335 INFO running `"docker" "rm" "-f" "97419b6ca2bf9b8ccfa2c0d5025674e0446b1be4256c967923bdc3a9d11e9402"` Oct 15 03:43:16.627 INFO blam! 97419b6ca2bf9b8ccfa2c0d5025674e0446b1be4256c967923bdc3a9d11e9402 Oct 15 03:43:16.640 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 03:43:16.988 INFO blam! 277a1c3eb2581d8627ea652e47671d71f2986e7050c4aeeac2fd665a8a49b4f0 Oct 15 03:43:16.993 INFO running `"docker" "start" "-a" "277a1c3eb2581d8627ea652e47671d71f2986e7050c4aeeac2fd665a8a49b4f0"` Oct 15 03:43:18.439 INFO kablam! usermod: no changes Oct 15 03:43:18.563 INFO kablam! Compiling oximage v0.1.0 (/source) Oct 15 03:43:19.760 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 15 03:43:19.760 INFO kablam! --> src/picture/imagecollection.rs:1:5 Oct 15 03:43:19.761 INFO kablam! | Oct 15 03:43:19.761 INFO kablam! 1 | use std::cell::RefCell; Oct 15 03:43:19.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 03:43:19.761 INFO kablam! | Oct 15 03:43:19.762 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:43:19.762 INFO kablam! Oct 15 03:43:20.027 INFO kablam! warning: unused variable: `oldname` Oct 15 03:43:20.027 INFO kablam! --> src/picture/imagecollection.rs:62:35 Oct 15 03:43:20.027 INFO kablam! | Oct 15 03:43:20.027 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 15 03:43:20.027 INFO kablam! | ^^^^^^^ help: consider using `_oldname` instead Oct 15 03:43:20.027 INFO kablam! | Oct 15 03:43:20.027 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:43:20.027 INFO kablam! Oct 15 03:43:20.027 INFO kablam! warning: unused variable: `newname` Oct 15 03:43:20.027 INFO kablam! --> src/picture/imagecollection.rs:62:50 Oct 15 03:43:20.027 INFO kablam! | Oct 15 03:43:20.027 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 15 03:43:20.027 INFO kablam! | ^^^^^^^ help: consider using `_newname` instead Oct 15 03:43:20.027 INFO kablam! Oct 15 03:43:20.071 INFO kablam! warning: variable does not need to be mutable Oct 15 03:43:20.071 INFO kablam! --> src/picture/imagecollection.rs:154:7 Oct 15 03:43:20.071 INFO kablam! | Oct 15 03:43:20.071 INFO kablam! 154 | let mut it = ic.iterator(); Oct 15 03:43:20.071 INFO kablam! | ----^^ Oct 15 03:43:20.071 INFO kablam! | | Oct 15 03:43:20.071 INFO kablam! | help: remove this `mut` Oct 15 03:43:20.071 INFO kablam! | Oct 15 03:43:20.071 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:43:20.071 INFO kablam! Oct 15 03:43:20.103 INFO kablam! warning: field is never used: `d` Oct 15 03:43:20.103 INFO kablam! --> src/picture/imagecollection.rs:21:2 Oct 15 03:43:20.103 INFO kablam! | Oct 15 03:43:20.103 INFO kablam! 21 | d: &'a ImageCollectionList, Oct 15 03:43:20.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:20.103 INFO kablam! | Oct 15 03:43:20.103 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:43:20.103 INFO kablam! Oct 15 03:43:20.103 INFO kablam! warning: method is never used: `rename_element` Oct 15 03:43:20.103 INFO kablam! --> src/picture/imagecollection.rs:62:2 Oct 15 03:43:20.103 INFO kablam! | Oct 15 03:43:20.103 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 15 03:43:20.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:20.103 INFO kablam! Oct 15 03:43:20.103 INFO kablam! warning: variant is never constructed: `ImageList` Oct 15 03:43:20.103 INFO kablam! --> src/picture/collectionitem.rs:10:2 Oct 15 03:43:20.103 INFO kablam! | Oct 15 03:43:20.103 INFO kablam! 10 | ImageList(ImageCollectionList), Oct 15 03:43:20.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:20.103 INFO kablam! Oct 15 03:43:20.103 INFO kablam! warning: field is never used: `filename` Oct 15 03:43:20.103 INFO kablam! --> src/picture/imagefile.rs:12:2 Oct 15 03:43:20.103 INFO kablam! | Oct 15 03:43:20.103 INFO kablam! 12 | filename: String, Oct 15 03:43:20.103 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 03:43:20.103 INFO kablam! Oct 15 03:43:21.989 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.53s Oct 15 03:43:21.993 INFO kablam! su: No module specific data is present Oct 15 03:43:22.951 INFO running `"docker" "rm" "-f" "277a1c3eb2581d8627ea652e47671d71f2986e7050c4aeeac2fd665a8a49b4f0"` Oct 15 03:43:23.247 INFO blam! 277a1c3eb2581d8627ea652e47671d71f2986e7050c4aeeac2fd665a8a49b4f0 Oct 15 03:43:23.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 03:43:23.657 INFO blam! 65b05fd0feb859e8bb5bdecb5fb60b2bed9cbf907f52b87e7bb995cc5c392bfc Oct 15 03:43:23.657 INFO running `"docker" "start" "-a" "65b05fd0feb859e8bb5bdecb5fb60b2bed9cbf907f52b87e7bb995cc5c392bfc"` Oct 15 03:43:26.059 INFO kablam! usermod: no changes Oct 15 03:43:26.171 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 03:43:26.186 INFO kablam! Running /target/debug/deps/oximage-e061b82a601a5cde Oct 15 03:43:26.259 INFO blam! Oct 15 03:43:26.259 INFO blam! running 12 tests Oct 15 03:43:26.262 INFO blam! test picture::imagedata::tests::test_pack_pixel ... ok Oct 15 03:43:26.271 INFO blam! test picture::imagecollection::tests::test_image_collection_item_add ... ok Oct 15 03:43:26.271 INFO blam! test picture::imagedata::tests::test_imagedata_with_data ... ok Oct 15 03:43:26.271 INFO blam! test picture::imagecollection::tests::test_image_collection_remove ... ok Oct 15 03:43:26.271 INFO blam! test picture::imagedata::tests::test_imagedata_set ... ok Oct 15 03:43:26.271 INFO blam! test picture::imagecollection::tests::test_image_collection_item_get ... ok Oct 15 03:43:26.271 INFO blam! test picture::imagedata::tests::test_imagedata_with_default_data ... ok Oct 15 03:43:26.271 INFO blam! test picture::imagecollection::tests::test_image_collection_iterate ... ok Oct 15 03:43:26.286 INFO blam! test picture::pimage::tests::test_resize_area ... ok Oct 15 03:43:26.395 INFO blam! test picture::pimage::tests::test_parameters ... ok Oct 15 03:43:26.501 INFO blam! test picture::imagefile::tests::open_image_all_black ... ok Oct 15 03:43:27.019 INFO blam! test picture::imagefile::tests::open_image_all_red ... ok Oct 15 03:43:27.019 INFO blam! Oct 15 03:43:27.019 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:43:27.020 INFO blam! Oct 15 03:43:27.023 INFO kablam! su: No module specific data is present Oct 15 03:43:27.709 INFO running `"docker" "rm" "-f" "65b05fd0feb859e8bb5bdecb5fb60b2bed9cbf907f52b87e7bb995cc5c392bfc"` Oct 15 03:43:28.041 INFO blam! 65b05fd0feb859e8bb5bdecb5fb60b2bed9cbf907f52b87e7bb995cc5c392bfc