Oct 15 03:42:51.368 INFO testing arthurmco/oxImage against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 03:42:51.368 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 03:42:51.723 INFO blam! 7dde292cb23ed8d8df4f8a317b905f5e1c204d2608fd842c8958b8b51279cfc4 Oct 15 03:42:51.727 INFO running `"docker" "start" "-a" "7dde292cb23ed8d8df4f8a317b905f5e1c204d2608fd842c8958b8b51279cfc4"` Oct 15 03:42:53.291 INFO kablam! usermod: no changes Oct 15 03:42:53.459 INFO kablam! Compiling deflate v0.7.16 Oct 15 03:42:53.459 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 03:42:56.659 INFO kablam! Compiling png v0.9.0 Oct 15 03:42:57.196 INFO kablam! Compiling rayon v0.8.2 Oct 15 03:43:01.175 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 03:43:04.707 INFO kablam! Compiling image v0.15.0 Oct 15 03:43:16.119 INFO kablam! Compiling oximage v0.1.0 (/source) Oct 15 03:43:17.138 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 15 03:43:17.139 INFO kablam! --> src/picture/imagecollection.rs:1:5 Oct 15 03:43:17.139 INFO kablam! | Oct 15 03:43:17.139 INFO kablam! 1 | use std::cell::RefCell; Oct 15 03:43:17.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 03:43:17.139 INFO kablam! | Oct 15 03:43:17.139 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:43:17.139 INFO kablam! Oct 15 03:43:17.139 INFO kablam! warning: unused import: `Image` Oct 15 03:43:17.139 INFO kablam! --> src/picture/imagecollection.rs:4:58 Oct 15 03:43:17.139 INFO kablam! | Oct 15 03:43:17.139 INFO kablam! 4 | use super::{ImageCollectionElement, ImageCollectionItem, Image}; Oct 15 03:43:17.139 INFO kablam! | ^^^^^ Oct 15 03:43:17.139 INFO kablam! Oct 15 03:43:17.275 INFO kablam! warning: unused variable: `oldname` Oct 15 03:43:17.275 INFO kablam! --> src/picture/imagecollection.rs:62:35 Oct 15 03:43:17.275 INFO kablam! | Oct 15 03:43:17.275 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 15 03:43:17.275 INFO kablam! | ^^^^^^^ help: consider using `_oldname` instead Oct 15 03:43:17.275 INFO kablam! | Oct 15 03:43:17.275 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:43:17.275 INFO kablam! Oct 15 03:43:17.275 INFO kablam! warning: unused variable: `newname` Oct 15 03:43:17.275 INFO kablam! --> src/picture/imagecollection.rs:62:50 Oct 15 03:43:17.275 INFO kablam! | Oct 15 03:43:17.275 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 15 03:43:17.275 INFO kablam! | ^^^^^^^ help: consider using `_newname` instead Oct 15 03:43:17.275 INFO kablam! Oct 15 03:43:17.307 INFO kablam! warning: field is never used: `data` Oct 15 03:43:17.307 INFO kablam! --> src/picture/pimage.rs:12:2 Oct 15 03:43:17.307 INFO kablam! | Oct 15 03:43:17.307 INFO kablam! 12 | data: ImageData, Oct 15 03:43:17.307 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 03:43:17.307 INFO kablam! | Oct 15 03:43:17.307 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:43:17.307 INFO kablam! Oct 15 03:43:17.307 INFO kablam! warning: method is never used: `create_empty` Oct 15 03:43:17.307 INFO kablam! --> src/picture/pimage.rs:21:2 Oct 15 03:43:17.307 INFO kablam! | Oct 15 03:43:17.307 INFO kablam! 21 | pub fn create_empty(name: &str, width: u32, height: u32) -> Image { Oct 15 03:43:17.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:17.307 INFO kablam! Oct 15 03:43:17.307 INFO kablam! warning: method is never used: `get_pixel` Oct 15 03:43:17.307 INFO kablam! --> src/picture/pimage.rs:34:2 Oct 15 03:43:17.307 INFO kablam! | Oct 15 03:43:17.307 INFO kablam! 34 | pub fn get_pixel(&self, x: u32, y: u32) -> u32 { Oct 15 03:43:17.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:17.307 INFO kablam! Oct 15 03:43:17.307 INFO kablam! warning: method is never used: `resize_area` Oct 15 03:43:17.307 INFO kablam! --> src/picture/pimage.rs:38:2 Oct 15 03:43:17.307 INFO kablam! | Oct 15 03:43:17.307 INFO kablam! 38 | pub fn resize_area(&mut self, nwidth: u32, nheight: u32) { Oct 15 03:43:17.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:17.307 INFO kablam! Oct 15 03:43:17.307 INFO kablam! warning: field is never used: `d` Oct 15 03:43:17.307 INFO kablam! --> src/picture/imagecollection.rs:21:2 Oct 15 03:43:17.307 INFO kablam! | Oct 15 03:43:17.307 INFO kablam! 21 | d: &'a ImageCollectionList, Oct 15 03:43:17.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:17.307 INFO kablam! Oct 15 03:43:17.307 INFO kablam! warning: method is never used: `get_element` Oct 15 03:43:17.307 INFO kablam! --> src/picture/imagecollection.rs:58:2 Oct 15 03:43:17.307 INFO kablam! | Oct 15 03:43:17.307 INFO kablam! 58 | pub fn get_element(&self, filename: &str) -> Option<&ImageCollectionItem> { Oct 15 03:43:17.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:17.307 INFO kablam! Oct 15 03:43:17.307 INFO kablam! warning: method is never used: `rename_element` Oct 15 03:43:17.307 INFO kablam! --> src/picture/imagecollection.rs:62:2 Oct 15 03:43:17.307 INFO kablam! | Oct 15 03:43:17.307 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 15 03:43:17.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:17.307 INFO kablam! Oct 15 03:43:17.307 INFO kablam! warning: method is never used: `remove_element` Oct 15 03:43:17.307 INFO kablam! --> src/picture/imagecollection.rs:66:2 Oct 15 03:43:17.307 INFO kablam! | Oct 15 03:43:17.307 INFO kablam! 66 | pub fn remove_element(&mut self, filename: &str) { Oct 15 03:43:17.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:17.307 INFO kablam! Oct 15 03:43:17.307 INFO kablam! warning: variant is never constructed: `ImageList` Oct 15 03:43:17.307 INFO kablam! --> src/picture/collectionitem.rs:10:2 Oct 15 03:43:17.308 INFO kablam! | Oct 15 03:43:17.308 INFO kablam! 10 | ImageList(ImageCollectionList), Oct 15 03:43:17.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:17.308 INFO kablam! Oct 15 03:43:17.308 INFO kablam! warning: field is never used: `filename` Oct 15 03:43:17.308 INFO kablam! --> src/picture/imagefile.rs:12:2 Oct 15 03:43:17.308 INFO kablam! | Oct 15 03:43:17.308 INFO kablam! 12 | filename: String, Oct 15 03:43:17.308 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 03:43:17.308 INFO kablam! Oct 15 03:43:17.308 INFO kablam! warning: method is never used: `create_empty` Oct 15 03:43:17.308 INFO kablam! --> src/picture/imagedata.rs:17:2 Oct 15 03:43:17.308 INFO kablam! | Oct 15 03:43:17.308 INFO kablam! 17 | pub fn create_empty(size: usize) -> ImageData { Oct 15 03:43:17.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:17.308 INFO kablam! Oct 15 03:43:17.308 INFO kablam! warning: method is never used: `set_data` Oct 15 03:43:17.308 INFO kablam! --> src/picture/imagedata.rs:38:2 Oct 15 03:43:17.308 INFO kablam! | Oct 15 03:43:17.308 INFO kablam! 38 | pub fn set_data(&mut self, data: &[u32]) { Oct 15 03:43:17.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:17.308 INFO kablam! Oct 15 03:43:19.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.97s Oct 15 03:43:19.291 INFO kablam! su: No module specific data is present Oct 15 03:43:20.195 INFO running `"docker" "rm" "-f" "7dde292cb23ed8d8df4f8a317b905f5e1c204d2608fd842c8958b8b51279cfc4"` Oct 15 03:43:20.499 INFO blam! 7dde292cb23ed8d8df4f8a317b905f5e1c204d2608fd842c8958b8b51279cfc4 Oct 15 03:43:20.503 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 03:43:20.887 INFO blam! c998997066751f848cda1f769efdfc036f376e02cba50cc5e10a0416639b71e3 Oct 15 03:43:20.889 INFO running `"docker" "start" "-a" "c998997066751f848cda1f769efdfc036f376e02cba50cc5e10a0416639b71e3"` Oct 15 03:43:22.477 INFO kablam! usermod: no changes Oct 15 03:43:22.608 INFO kablam! Compiling oximage v0.1.0 (/source) Oct 15 03:43:23.787 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 15 03:43:23.787 INFO kablam! --> src/picture/imagecollection.rs:1:5 Oct 15 03:43:23.788 INFO kablam! | Oct 15 03:43:23.788 INFO kablam! 1 | use std::cell::RefCell; Oct 15 03:43:23.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 03:43:23.788 INFO kablam! | Oct 15 03:43:23.789 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:43:23.789 INFO kablam! Oct 15 03:43:24.059 INFO kablam! warning: unused variable: `oldname` Oct 15 03:43:24.059 INFO kablam! --> src/picture/imagecollection.rs:62:35 Oct 15 03:43:24.060 INFO kablam! | Oct 15 03:43:24.060 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 15 03:43:24.060 INFO kablam! | ^^^^^^^ help: consider using `_oldname` instead Oct 15 03:43:24.060 INFO kablam! | Oct 15 03:43:24.061 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:43:24.061 INFO kablam! Oct 15 03:43:24.061 INFO kablam! warning: unused variable: `newname` Oct 15 03:43:24.061 INFO kablam! --> src/picture/imagecollection.rs:62:50 Oct 15 03:43:24.062 INFO kablam! | Oct 15 03:43:24.062 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 15 03:43:24.062 INFO kablam! | ^^^^^^^ help: consider using `_newname` instead Oct 15 03:43:24.063 INFO kablam! Oct 15 03:43:24.103 INFO kablam! warning: variable does not need to be mutable Oct 15 03:43:24.103 INFO kablam! --> src/picture/imagecollection.rs:154:7 Oct 15 03:43:24.104 INFO kablam! | Oct 15 03:43:24.104 INFO kablam! 154 | let mut it = ic.iterator(); Oct 15 03:43:24.104 INFO kablam! | ----^^ Oct 15 03:43:24.105 INFO kablam! | | Oct 15 03:43:24.105 INFO kablam! | help: remove this `mut` Oct 15 03:43:24.105 INFO kablam! | Oct 15 03:43:24.106 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:43:24.106 INFO kablam! Oct 15 03:43:24.143 INFO kablam! warning: field is never used: `d` Oct 15 03:43:24.143 INFO kablam! --> src/picture/imagecollection.rs:21:2 Oct 15 03:43:24.144 INFO kablam! | Oct 15 03:43:24.144 INFO kablam! 21 | d: &'a ImageCollectionList, Oct 15 03:43:24.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:24.145 INFO kablam! | Oct 15 03:43:24.145 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:43:24.145 INFO kablam! Oct 15 03:43:24.146 INFO kablam! warning: method is never used: `rename_element` Oct 15 03:43:24.146 INFO kablam! --> src/picture/imagecollection.rs:62:2 Oct 15 03:43:24.146 INFO kablam! | Oct 15 03:43:24.146 INFO kablam! 62 | pub fn rename_element(&mut self, oldname: &str, newname: &str) { Oct 15 03:43:24.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:24.147 INFO kablam! Oct 15 03:43:24.147 INFO kablam! warning: variant is never constructed: `ImageList` Oct 15 03:43:24.148 INFO kablam! --> src/picture/collectionitem.rs:10:2 Oct 15 03:43:24.148 INFO kablam! | Oct 15 03:43:24.148 INFO kablam! 10 | ImageList(ImageCollectionList), Oct 15 03:43:24.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:43:24.149 INFO kablam! Oct 15 03:43:24.149 INFO kablam! warning: field is never used: `filename` Oct 15 03:43:24.150 INFO kablam! --> src/picture/imagefile.rs:12:2 Oct 15 03:43:24.150 INFO kablam! | Oct 15 03:43:24.150 INFO kablam! 12 | filename: String, Oct 15 03:43:24.150 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 03:43:24.151 INFO kablam! Oct 15 03:43:26.751 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.23s Oct 15 03:43:26.751 INFO kablam! su: No module specific data is present Oct 15 03:43:27.480 INFO running `"docker" "rm" "-f" "c998997066751f848cda1f769efdfc036f376e02cba50cc5e10a0416639b71e3"` Oct 15 03:43:27.847 INFO blam! c998997066751f848cda1f769efdfc036f376e02cba50cc5e10a0416639b71e3 Oct 15 03:43:27.851 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 03:43:28.271 INFO blam! f83d66af0bfd637ad834531ec4b33d3a6f4ea3b3f3de2bcc0711f720c650e1e6 Oct 15 03:43:28.279 INFO running `"docker" "start" "-a" "f83d66af0bfd637ad834531ec4b33d3a6f4ea3b3f3de2bcc0711f720c650e1e6"` Oct 15 03:43:29.244 INFO kablam! usermod: no changes Oct 15 03:43:29.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 03:43:29.346 INFO kablam! Running /target/debug/deps/oximage-e1ab55b6c05f7071 Oct 15 03:43:29.346 INFO blam! Oct 15 03:43:29.346 INFO blam! running 12 tests Oct 15 03:43:29.347 INFO blam! test picture::imagecollection::tests::test_image_collection_item_add ... ok Oct 15 03:43:29.347 INFO blam! test picture::imagecollection::tests::test_image_collection_item_get ... ok Oct 15 03:43:29.348 INFO blam! test picture::imagedata::tests::test_imagedata_with_default_data ... ok Oct 15 03:43:29.365 INFO blam! test picture::imagedata::tests::test_imagedata_with_data ... ok Oct 15 03:43:29.365 INFO blam! test picture::imagecollection::tests::test_image_collection_remove ... ok Oct 15 03:43:29.365 INFO blam! test picture::imagedata::tests::test_imagedata_set ... ok Oct 15 03:43:29.365 INFO blam! test picture::imagecollection::tests::test_image_collection_iterate ... ok Oct 15 03:43:29.387 INFO blam! test picture::imagedata::tests::test_pack_pixel ... ok Oct 15 03:43:29.391 INFO blam! test picture::pimage::tests::test_resize_area ... ok Oct 15 03:43:29.511 INFO blam! test picture::pimage::tests::test_parameters ... ok Oct 15 03:43:29.551 INFO blam! test picture::imagefile::tests::open_image_all_black ... ok Oct 15 03:43:30.087 INFO blam! test picture::imagefile::tests::open_image_all_red ... ok Oct 15 03:43:30.087 INFO kablam! su: No module specific data is present Oct 15 03:43:30.087 INFO blam! Oct 15 03:43:30.087 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:43:30.087 INFO blam! Oct 15 03:43:30.707 INFO running `"docker" "rm" "-f" "f83d66af0bfd637ad834531ec4b33d3a6f4ea3b3f3de2bcc0711f720c650e1e6"` Oct 15 03:43:30.951 INFO blam! f83d66af0bfd637ad834531ec4b33d3a6f4ea3b3f3de2bcc0711f720c650e1e6