Oct 14 13:53:16.280 INFO testing lesguillemets/rgae against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 13:53:16.282 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 14 13:53:16.800 INFO blam! dbfdce3bb42c68414fe2a3a4b9e2f32a095d61bfaa36980675f1ad6214ac5ae0 Oct 14 13:53:16.802 INFO running `"docker" "start" "-a" "dbfdce3bb42c68414fe2a3a4b9e2f32a095d61bfaa36980675f1ad6214ac5ae0"` Oct 14 13:53:18.451 INFO kablam! usermod: no changes Oct 14 13:53:18.691 INFO kablam! Compiling num-integer v0.1.39 Oct 14 13:53:18.691 INFO kablam! Compiling custom_derive v0.1.7 Oct 14 13:53:18.691 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 14 13:53:18.695 INFO kablam! Compiling deflate v0.7.18 Oct 14 13:53:18.695 INFO kablam! Compiling gif v0.10.0 Oct 14 13:53:18.695 INFO kablam! Compiling num-traits v0.2.5 Oct 14 13:53:18.695 INFO kablam! Compiling syn v0.14.4 Oct 14 13:53:18.695 INFO kablam! Compiling regex v1.0.1 Oct 14 13:53:19.407 INFO kablam! Compiling conv v0.3.3 Oct 14 13:53:21.511 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 14 13:53:27.303 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 13:53:28.601 INFO kablam! Compiling num-traits v0.1.43 Oct 14 13:53:28.602 INFO kablam! Compiling num-complex v0.1.43 Oct 14 13:53:28.942 INFO kablam! Compiling rayon-core v1.4.0 Oct 14 13:53:29.601 INFO kablam! Compiling ordered-float v0.5.0 Oct 14 13:53:31.764 INFO kablam! Compiling rusttype v0.5.2 Oct 14 13:53:33.231 INFO kablam! Compiling num-iter v0.1.37 Oct 14 13:53:44.300 INFO kablam! Compiling num-bigint v0.1.44 Oct 14 13:53:44.424 INFO kablam! Compiling png v0.12.0 Oct 14 13:53:46.555 INFO kablam! Compiling alga v0.5.4 Oct 14 13:53:46.755 INFO kablam! Compiling rayon v1.0.1 Oct 14 13:53:51.464 INFO kablam! Compiling env_logger v0.5.10 Oct 14 13:53:52.783 INFO kablam! Compiling num-derive v0.2.2 Oct 14 13:53:57.251 INFO kablam! Compiling quickcheck v0.6.2 Oct 14 13:54:00.457 INFO kablam! Compiling num-rational v0.1.42 Oct 14 13:54:04.680 INFO kablam! Compiling num v0.1.42 Oct 14 13:54:06.431 INFO kablam! Compiling nalgebra v0.13.1 Oct 14 13:54:06.673 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 14 13:54:11.711 INFO kablam! Compiling image v0.19.0 Oct 14 13:54:44.799 INFO kablam! Compiling imageproc v0.15.0 Oct 14 13:54:50.563 INFO kablam! Compiling generative v0.1.0 (/source) Oct 14 13:54:51.706 INFO kablam! warning: unused import: `rand::random` Oct 14 13:54:51.707 INFO kablam! --> src/bin/nebulabrot.rs:8:5 Oct 14 13:54:51.707 INFO kablam! | Oct 14 13:54:51.707 INFO kablam! 8 | use rand::random; Oct 14 13:54:51.708 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:54:51.708 INFO kablam! | Oct 14 13:54:51.708 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:54:51.709 INFO kablam! Oct 14 13:54:51.709 INFO kablam! warning: doc comment not used by rustdoc Oct 14 13:54:51.709 INFO kablam! --> src/bin/nebulabrot.rs:113:5 Oct 14 13:54:51.710 INFO kablam! | Oct 14 13:54:51.710 INFO kablam! 113 | /// takes a random point from (r,θ) where 0 <= r <= OUTSIDE and 0 <= θ <= pi. Oct 14 13:54:51.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:51.711 INFO kablam! | Oct 14 13:54:51.711 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 13:54:51.711 INFO kablam! Oct 14 13:54:52.216 INFO kablam! warning: function is never used: `draw_picture_sqrt` Oct 14 13:54:52.216 INFO kablam! --> src/bin/nebulabrot.rs:76:1 Oct 14 13:54:52.216 INFO kablam! | Oct 14 13:54:52.216 INFO kablam! 76 | fn draw_picture_sqrt(dat: &Vec) -> image::ImageBuffer, Vec> { Oct 14 13:54:52.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:52.216 INFO kablam! | Oct 14 13:54:52.216 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:54:52.216 INFO kablam! Oct 14 13:54:52.407 INFO kablam! warning: unused import: `std::fs::File` Oct 14 13:54:52.407 INFO kablam! --> src/main.rs:3:5 Oct 14 13:54:52.407 INFO kablam! | Oct 14 13:54:52.407 INFO kablam! 3 | use std::fs::File; Oct 14 13:54:52.407 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 13:54:52.407 INFO kablam! | Oct 14 13:54:52.407 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:54:52.407 INFO kablam! Oct 14 13:54:52.407 INFO kablam! warning: unused import: `std::path::Path` Oct 14 13:54:52.407 INFO kablam! --> src/main.rs:4:5 Oct 14 13:54:52.407 INFO kablam! | Oct 14 13:54:52.407 INFO kablam! 4 | use std::path::Path; Oct 14 13:54:52.407 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:54:52.407 INFO kablam! Oct 14 13:54:52.407 INFO kablam! warning: unused import: `image::GenericImage` Oct 14 13:54:52.407 INFO kablam! --> src/main.rs:6:5 Oct 14 13:54:52.407 INFO kablam! | Oct 14 13:54:52.407 INFO kablam! 6 | use image::GenericImage; Oct 14 13:54:52.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:52.407 INFO kablam! Oct 14 13:54:52.487 INFO kablam! warning: function is never used: `to_colour` Oct 14 13:54:52.487 INFO kablam! --> src/bin/mandelbrot.rs:69:1 Oct 14 13:54:52.487 INFO kablam! | Oct 14 13:54:52.487 INFO kablam! 69 | fn to_colour(n: u32, m: u32) -> image::Rgba { Oct 14 13:54:52.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:52.487 INFO kablam! | Oct 14 13:54:52.487 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:54:52.487 INFO kablam! Oct 14 13:54:58.874 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 40s Oct 14 13:54:58.883 INFO kablam! su: No module specific data is present Oct 14 13:54:59.912 INFO running `"docker" "rm" "-f" "dbfdce3bb42c68414fe2a3a4b9e2f32a095d61bfaa36980675f1ad6214ac5ae0"` Oct 14 13:55:00.220 INFO blam! dbfdce3bb42c68414fe2a3a4b9e2f32a095d61bfaa36980675f1ad6214ac5ae0 Oct 14 13:55:00.223 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 14 13:55:00.663 INFO blam! 55a2447a58e0536fdc531ac14cc1d467f0473d4689d9bf3ed3dc9df1899b931d Oct 14 13:55:00.666 INFO running `"docker" "start" "-a" "55a2447a58e0536fdc531ac14cc1d467f0473d4689d9bf3ed3dc9df1899b931d"` Oct 14 13:55:01.767 INFO kablam! usermod: no changes Oct 14 13:55:02.005 INFO kablam! Compiling generative v0.1.0 (/source) Oct 14 13:55:03.539 INFO kablam! warning: function is never used: `to_colour` Oct 14 13:55:03.539 INFO kablam! --> src/bin/mandelbrot.rs:69:1 Oct 14 13:55:03.539 INFO kablam! | Oct 14 13:55:03.540 INFO kablam! 69 | fn to_colour(n: u32, m: u32) -> image::Rgba { Oct 14 13:55:03.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:55:03.540 INFO kablam! | Oct 14 13:55:03.541 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:55:03.541 INFO kablam! Oct 14 13:55:03.733 INFO kablam! warning: unused import: `std::fs::File` Oct 14 13:55:03.733 INFO kablam! --> src/main.rs:3:5 Oct 14 13:55:03.733 INFO kablam! | Oct 14 13:55:03.734 INFO kablam! 3 | use std::fs::File; Oct 14 13:55:03.734 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 13:55:03.734 INFO kablam! | Oct 14 13:55:03.735 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:55:03.736 INFO kablam! Oct 14 13:55:03.736 INFO kablam! warning: unused import: `std::path::Path` Oct 14 13:55:03.736 INFO kablam! --> src/main.rs:4:5 Oct 14 13:55:03.737 INFO kablam! | Oct 14 13:55:03.737 INFO kablam! 4 | use std::path::Path; Oct 14 13:55:03.737 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:55:03.738 INFO kablam! Oct 14 13:55:03.738 INFO kablam! warning: unused import: `image::GenericImage` Oct 14 13:55:03.738 INFO kablam! --> src/main.rs:6:5 Oct 14 13:55:03.740 INFO kablam! | Oct 14 13:55:03.740 INFO kablam! 6 | use image::GenericImage; Oct 14 13:55:03.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 13:55:03.741 INFO kablam! Oct 14 13:55:03.959 INFO kablam! warning: unused import: `rand::random` Oct 14 13:55:03.959 INFO kablam! --> src/bin/nebulabrot.rs:8:5 Oct 14 13:55:03.959 INFO kablam! | Oct 14 13:55:03.959 INFO kablam! 8 | use rand::random; Oct 14 13:55:03.959 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:55:03.959 INFO kablam! | Oct 14 13:55:03.959 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:55:03.959 INFO kablam! Oct 14 13:55:03.959 INFO kablam! warning: doc comment not used by rustdoc Oct 14 13:55:03.959 INFO kablam! --> src/bin/nebulabrot.rs:113:5 Oct 14 13:55:03.959 INFO kablam! | Oct 14 13:55:03.959 INFO kablam! 113 | /// takes a random point from (r,θ) where 0 <= r <= OUTSIDE and 0 <= θ <= pi. Oct 14 13:55:03.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:55:03.959 INFO kablam! | Oct 14 13:55:03.959 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 13:55:03.959 INFO kablam! Oct 14 13:55:04.159 INFO kablam! warning: function is never used: `draw_picture_sqrt` Oct 14 13:55:04.159 INFO kablam! --> src/bin/nebulabrot.rs:76:1 Oct 14 13:55:04.160 INFO kablam! | Oct 14 13:55:04.160 INFO kablam! 76 | fn draw_picture_sqrt(dat: &Vec) -> image::ImageBuffer, Vec> { Oct 14 13:55:04.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:55:04.163 INFO kablam! | Oct 14 13:55:04.163 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:55:04.164 INFO kablam! Oct 14 13:55:05.015 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.22s Oct 14 13:55:05.015 INFO kablam! su: No module specific data is present Oct 14 13:55:05.761 INFO running `"docker" "rm" "-f" "55a2447a58e0536fdc531ac14cc1d467f0473d4689d9bf3ed3dc9df1899b931d"` Oct 14 13:55:06.023 INFO blam! 55a2447a58e0536fdc531ac14cc1d467f0473d4689d9bf3ed3dc9df1899b931d Oct 14 13:55:06.024 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 14 13:55:06.529 INFO blam! c091230fff49c40cae18b8b03eb1ceb37134368a2c38112679bed219b5a96a43 Oct 14 13:55:06.531 INFO running `"docker" "start" "-a" "c091230fff49c40cae18b8b03eb1ceb37134368a2c38112679bed219b5a96a43"` Oct 14 13:55:07.759 INFO kablam! usermod: no changes Oct 14 13:55:07.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 14 13:55:07.977 INFO kablam! Running /target/debug/deps/generative-b84f3b5e2ad265f6 Oct 14 13:55:07.977 INFO blam! Oct 14 13:55:07.977 INFO blam! running 0 tests Oct 14 13:55:07.977 INFO blam! Oct 14 13:55:07.977 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:55:07.977 INFO blam! Oct 14 13:55:07.987 INFO kablam! Running /target/debug/deps/generative-ee7e14e9e3f8d4c3 Oct 14 13:55:07.991 INFO blam! Oct 14 13:55:07.991 INFO blam! running 0 tests Oct 14 13:55:07.991 INFO blam! Oct 14 13:55:07.991 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:55:07.991 INFO blam! Oct 14 13:55:07.993 INFO kablam! Running /target/debug/deps/mandelbrot-304b86cf582e1edd Oct 14 13:55:08.007 INFO kablam! Running /target/debug/deps/nebulabrot-6d88f839998df44f Oct 14 13:55:08.007 INFO blam! Oct 14 13:55:08.007 INFO kablam! Doc-tests generative Oct 14 13:55:08.007 INFO blam! running 0 tests Oct 14 13:55:08.007 INFO blam! Oct 14 13:55:08.007 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:55:08.007 INFO blam! Oct 14 13:55:08.007 INFO blam! Oct 14 13:55:08.007 INFO blam! running 0 tests Oct 14 13:55:08.007 INFO blam! Oct 14 13:55:08.007 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:55:08.007 INFO blam! Oct 14 13:55:08.275 INFO blam! Oct 14 13:55:08.275 INFO blam! running 0 tests Oct 14 13:55:08.275 INFO blam! Oct 14 13:55:08.275 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:55:08.275 INFO blam! Oct 14 13:55:08.283 INFO kablam! su: No module specific data is present Oct 14 13:55:08.783 INFO running `"docker" "rm" "-f" "c091230fff49c40cae18b8b03eb1ceb37134368a2c38112679bed219b5a96a43"` Oct 14 13:55:09.071 INFO blam! c091230fff49c40cae18b8b03eb1ceb37134368a2c38112679bed219b5a96a43