Oct 14 13:53:23.160 INFO testing lesguillemets/rgae against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:53:23.160 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 13:53:23.687 INFO blam! 1e7471af82661a51a82ec048a75d4b674b80683f994b887a539a2ee5059fc5e0 Oct 14 13:53:23.699 INFO running `"docker" "start" "-a" "1e7471af82661a51a82ec048a75d4b674b80683f994b887a539a2ee5059fc5e0"` Oct 14 13:53:25.079 INFO kablam! usermod: no changes Oct 14 13:53:25.379 INFO kablam! Compiling num-integer v0.1.39 Oct 14 13:53:25.380 INFO kablam! Compiling regex v1.0.1 Oct 14 13:53:25.399 INFO kablam! Compiling matrixmultiply v0.1.14 Oct 14 13:53:25.399 INFO kablam! Compiling rawpointer v0.1.0 Oct 14 13:53:25.399 INFO kablam! Compiling custom_derive v0.1.7 Oct 14 13:53:25.400 INFO kablam! Compiling rand v0.4.2 Oct 14 13:53:25.400 INFO kablam! Compiling num_cpus v1.8.0 Oct 14 13:53:25.400 INFO kablam! Compiling regex-syntax v0.6.1 Oct 14 13:53:26.071 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 14 13:53:26.256 INFO kablam! Compiling aho-corasick v0.6.6 Oct 14 13:53:30.767 INFO kablam! Compiling conv v0.3.3 Oct 14 13:53:30.775 INFO kablam! Compiling num-traits v0.1.43 Oct 14 13:53:30.823 INFO kablam! Compiling num-complex v0.1.43 Oct 14 13:53:31.040 INFO kablam! Compiling syn v0.14.4 Oct 14 13:53:31.695 INFO kablam! Compiling generic-array v0.8.3 Oct 14 13:53:31.988 INFO kablam! Compiling ordered-float v0.5.0 Oct 14 13:53:36.095 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 13:53:36.259 INFO kablam! Compiling rusttype v0.5.2 Oct 14 13:53:36.507 INFO kablam! Compiling rand v0.3.22 Oct 14 13:53:37.463 INFO kablam! Compiling alga v0.5.4 Oct 14 13:53:38.871 INFO kablam! Compiling rayon-core v1.4.0 Oct 14 13:53:41.463 INFO kablam! Compiling num-iter v0.1.37 Oct 14 13:53:41.463 INFO kablam! Compiling num-bigint v0.1.44 Oct 14 13:53:44.500 INFO kablam! Compiling png v0.12.0 Oct 14 13:53:47.623 INFO kablam! Compiling rayon v1.0.1 Oct 14 13:54:02.167 INFO kablam! Compiling nalgebra v0.13.1 Oct 14 13:54:02.842 INFO kablam! Compiling num-rational v0.1.42 Oct 14 13:54:08.579 INFO kablam! Compiling num-derive v0.2.2 Oct 14 13:54:09.351 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 14 13:54:09.775 INFO kablam! Compiling num v0.1.42 Oct 14 13:54:16.447 INFO kablam! Compiling image v0.19.0 Oct 14 13:54:23.992 INFO kablam! Compiling env_logger v0.5.10 Oct 14 13:54:26.522 INFO kablam! Compiling quickcheck v0.6.2 Oct 14 13:54:50.366 INFO kablam! Compiling imageproc v0.15.0 Oct 14 13:54:56.131 INFO kablam! Compiling generative v0.1.0 (/source) Oct 14 13:54:57.499 INFO kablam! warning: function is never used: `to_colour` Oct 14 13:54:57.499 INFO kablam! --> src/bin/mandelbrot.rs:69:1 Oct 14 13:54:57.499 INFO kablam! | Oct 14 13:54:57.499 INFO kablam! 69 | fn to_colour(n: u32, m: u32) -> image::Rgba { Oct 14 13:54:57.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:57.499 INFO kablam! | Oct 14 13:54:57.499 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:54:57.499 INFO kablam! Oct 14 13:54:57.635 INFO kablam! warning: unused import: `rand::random` Oct 14 13:54:57.635 INFO kablam! --> src/bin/nebulabrot.rs:8:5 Oct 14 13:54:57.635 INFO kablam! | Oct 14 13:54:57.635 INFO kablam! 8 | use rand::random; Oct 14 13:54:57.635 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:54:57.635 INFO kablam! | Oct 14 13:54:57.635 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:54:57.635 INFO kablam! Oct 14 13:54:57.635 INFO kablam! warning: doc comment not used by rustdoc Oct 14 13:54:57.635 INFO kablam! --> src/bin/nebulabrot.rs:113:5 Oct 14 13:54:57.635 INFO kablam! | Oct 14 13:54:57.635 INFO kablam! 113 | /// takes a random point from (r,θ) where 0 <= r <= OUTSIDE and 0 <= θ <= pi. Oct 14 13:54:57.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:57.635 INFO kablam! | Oct 14 13:54:57.635 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 13:54:57.635 INFO kablam! Oct 14 13:54:58.191 INFO kablam! warning: unused import: `std::fs::File` Oct 14 13:54:58.191 INFO kablam! --> src/main.rs:3:5 Oct 14 13:54:58.191 INFO kablam! | Oct 14 13:54:58.191 INFO kablam! 3 | use std::fs::File; Oct 14 13:54:58.191 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 13:54:58.191 INFO kablam! | Oct 14 13:54:58.191 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:54:58.191 INFO kablam! Oct 14 13:54:58.191 INFO kablam! warning: unused import: `std::path::Path` Oct 14 13:54:58.191 INFO kablam! --> src/main.rs:4:5 Oct 14 13:54:58.191 INFO kablam! | Oct 14 13:54:58.191 INFO kablam! 4 | use std::path::Path; Oct 14 13:54:58.191 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:54:58.191 INFO kablam! Oct 14 13:54:58.191 INFO kablam! warning: unused import: `image::GenericImage` Oct 14 13:54:58.191 INFO kablam! --> src/main.rs:6:5 Oct 14 13:54:58.191 INFO kablam! | Oct 14 13:54:58.191 INFO kablam! 6 | use image::GenericImage; Oct 14 13:54:58.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:58.191 INFO kablam! Oct 14 13:54:58.259 INFO kablam! warning: function is never used: `draw_picture_sqrt` Oct 14 13:54:58.259 INFO kablam! --> src/bin/nebulabrot.rs:76:1 Oct 14 13:54:58.260 INFO kablam! | Oct 14 13:54:58.260 INFO kablam! 76 | fn draw_picture_sqrt(dat: &Vec) -> image::ImageBuffer, Vec> { Oct 14 13:54:58.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:58.260 INFO kablam! | Oct 14 13:54:58.260 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:54:58.260 INFO kablam! Oct 14 13:55:02.426 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 37s Oct 14 13:55:02.434 INFO kablam! su: No module specific data is present Oct 14 13:55:03.127 INFO running `"docker" "rm" "-f" "1e7471af82661a51a82ec048a75d4b674b80683f994b887a539a2ee5059fc5e0"` Oct 14 13:55:03.523 INFO blam! 1e7471af82661a51a82ec048a75d4b674b80683f994b887a539a2ee5059fc5e0 Oct 14 13:55:03.529 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 13:55:03.959 INFO blam! a9a5bc65ae3cbc09ff0c66c065132dccc9d15b9b863f0cb8daca21a9c0ed70ca Oct 14 13:55:03.962 INFO running `"docker" "start" "-a" "a9a5bc65ae3cbc09ff0c66c065132dccc9d15b9b863f0cb8daca21a9c0ed70ca"` Oct 14 13:55:05.575 INFO kablam! usermod: no changes Oct 14 13:55:05.761 INFO kablam! Compiling generative v0.1.0 (/source) Oct 14 13:55:07.063 INFO kablam! warning: unused import: `rand::random` Oct 14 13:55:07.063 INFO kablam! --> src/bin/nebulabrot.rs:8:5 Oct 14 13:55:07.063 INFO kablam! | Oct 14 13:55:07.063 INFO kablam! 8 | use rand::random; Oct 14 13:55:07.063 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:55:07.063 INFO kablam! | Oct 14 13:55:07.063 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:55:07.063 INFO kablam! Oct 14 13:55:07.063 INFO kablam! warning: doc comment not used by rustdoc Oct 14 13:55:07.063 INFO kablam! --> src/bin/nebulabrot.rs:113:5 Oct 14 13:55:07.063 INFO kablam! | Oct 14 13:55:07.063 INFO kablam! 113 | /// takes a random point from (r,θ) where 0 <= r <= OUTSIDE and 0 <= θ <= pi. Oct 14 13:55:07.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:55:07.063 INFO kablam! | Oct 14 13:55:07.063 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 13:55:07.063 INFO kablam! Oct 14 13:55:07.355 INFO kablam! warning: function is never used: `to_colour` Oct 14 13:55:07.355 INFO kablam! --> src/bin/mandelbrot.rs:69:1 Oct 14 13:55:07.355 INFO kablam! | Oct 14 13:55:07.355 INFO kablam! 69 | fn to_colour(n: u32, m: u32) -> image::Rgba { Oct 14 13:55:07.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:55:07.355 INFO kablam! | Oct 14 13:55:07.355 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:55:07.355 INFO kablam! Oct 14 13:55:07.427 INFO kablam! warning: function is never used: `draw_picture_sqrt` Oct 14 13:55:07.427 INFO kablam! --> src/bin/nebulabrot.rs:76:1 Oct 14 13:55:07.427 INFO kablam! | Oct 14 13:55:07.427 INFO kablam! 76 | fn draw_picture_sqrt(dat: &Vec) -> image::ImageBuffer, Vec> { Oct 14 13:55:07.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:55:07.427 INFO kablam! | Oct 14 13:55:07.427 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:55:07.427 INFO kablam! Oct 14 13:55:07.443 INFO kablam! warning: unused import: `std::fs::File` Oct 14 13:55:07.443 INFO kablam! --> src/main.rs:3:5 Oct 14 13:55:07.443 INFO kablam! | Oct 14 13:55:07.443 INFO kablam! 3 | use std::fs::File; Oct 14 13:55:07.443 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 13:55:07.447 INFO kablam! | Oct 14 13:55:07.447 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:55:07.447 INFO kablam! Oct 14 13:55:07.447 INFO kablam! warning: unused import: `std::path::Path` Oct 14 13:55:07.447 INFO kablam! --> src/main.rs:4:5 Oct 14 13:55:07.447 INFO kablam! | Oct 14 13:55:07.447 INFO kablam! 4 | use std::path::Path; Oct 14 13:55:07.447 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:55:07.447 INFO kablam! Oct 14 13:55:07.447 INFO kablam! warning: unused import: `image::GenericImage` Oct 14 13:55:07.447 INFO kablam! --> src/main.rs:6:5 Oct 14 13:55:07.447 INFO kablam! | Oct 14 13:55:07.447 INFO kablam! 6 | use image::GenericImage; Oct 14 13:55:07.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 13:55:07.447 INFO kablam! Oct 14 13:55:08.219 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.63s Oct 14 13:55:08.229 INFO kablam! su: No module specific data is present Oct 14 13:55:08.760 INFO running `"docker" "rm" "-f" "a9a5bc65ae3cbc09ff0c66c065132dccc9d15b9b863f0cb8daca21a9c0ed70ca"` Oct 14 13:55:09.031 INFO blam! a9a5bc65ae3cbc09ff0c66c065132dccc9d15b9b863f0cb8daca21a9c0ed70ca Oct 14 13:55:09.038 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 13:55:09.455 INFO blam! 9571205172ca79531ac358407a33ae1053da38268b0200ef260957b198ff1af2 Oct 14 13:55:09.463 INFO running `"docker" "start" "-a" "9571205172ca79531ac358407a33ae1053da38268b0200ef260957b198ff1af2"` Oct 14 13:55:10.627 INFO kablam! usermod: no changes Oct 14 13:55:10.802 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 14 13:55:10.815 INFO kablam! Running /target/debug/deps/generative-f8cc3d27bf6d13c4 Oct 14 13:55:10.819 INFO blam! Oct 14 13:55:10.819 INFO blam! running 0 tests Oct 14 13:55:10.820 INFO blam! Oct 14 13:55:10.820 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:55:10.820 INFO blam! Oct 14 13:55:10.823 INFO kablam! Running /target/debug/deps/generative-5f033ee5c127aa8c Oct 14 13:55:10.828 INFO blam! Oct 14 13:55:10.828 INFO blam! running 0 tests Oct 14 13:55:10.828 INFO blam! Oct 14 13:55:10.828 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:55:10.828 INFO blam! Oct 14 13:55:10.832 INFO kablam! Running /target/debug/deps/mandelbrot-6f18deb8bd9b66e4 Oct 14 13:55:10.847 INFO kablam! Running /target/debug/deps/nebulabrot-5e5672640bc243ba Oct 14 13:55:10.847 INFO blam! Oct 14 13:55:10.847 INFO blam! running 0 tests Oct 14 13:55:10.847 INFO blam! Oct 14 13:55:10.847 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:55:10.847 INFO blam! Oct 14 13:55:10.859 INFO blam! Oct 14 13:55:10.859 INFO kablam! Doc-tests generative Oct 14 13:55:10.859 INFO blam! running 0 tests Oct 14 13:55:10.859 INFO blam! Oct 14 13:55:10.859 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:55:10.859 INFO blam! Oct 14 13:55:11.027 INFO blam! Oct 14 13:55:11.027 INFO blam! running 0 tests Oct 14 13:55:11.027 INFO blam! Oct 14 13:55:11.027 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:55:11.027 INFO blam! Oct 14 13:55:11.039 INFO kablam! su: No module specific data is present Oct 14 13:55:11.523 INFO running `"docker" "rm" "-f" "9571205172ca79531ac358407a33ae1053da38268b0200ef260957b198ff1af2"` Oct 14 13:55:11.750 INFO blam! 9571205172ca79531ac358407a33ae1053da38268b0200ef260957b198ff1af2