Oct 14 22:09:41.654 INFO testing duncandean/rust-genetic-algorithm against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:09:41.655 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 22:09:42.087 INFO blam! d36ed29d1e398271eb2dfb01cebfc24e78eee7b26a417bcfb01e13a448145047 Oct 14 22:09:42.095 INFO running `"docker" "start" "-a" "d36ed29d1e398271eb2dfb01cebfc24e78eee7b26a417bcfb01e13a448145047"` Oct 14 22:09:43.673 INFO kablam! usermod: no changes Oct 14 22:09:43.779 INFO kablam! Compiling num-traits v0.2.6 Oct 14 22:09:43.779 INFO kablam! Compiling libc v0.2.2 Oct 14 22:09:45.159 INFO kablam! Compiling time v0.1.40 Oct 14 22:09:45.159 INFO kablam! Compiling rand v0.5.5 Oct 14 22:09:51.548 INFO kablam! Compiling num-integer v0.1.39 Oct 14 22:09:51.548 INFO kablam! Compiling num-complex v0.2.0 Oct 14 22:09:54.766 INFO kablam! Compiling num-bigint v0.2.0 Oct 14 22:09:54.766 INFO kablam! Compiling num-iter v0.1.37 Oct 14 22:09:58.415 INFO kablam! Compiling num-rational v0.2.1 Oct 14 22:10:00.675 INFO kablam! Compiling num v0.2.0 Oct 14 22:10:01.011 INFO kablam! Compiling evolution v0.1.0 (/source) Oct 14 22:10:01.139 INFO kablam! error: expected `,`, or `}`, found `[` Oct 14 22:10:01.139 INFO kablam! --> src/lib.rs:30:19 Oct 14 22:10:01.139 INFO kablam! | Oct 14 22:10:01.139 INFO kablam! 30 | permutables: T[], Oct 14 22:10:01.139 INFO kablam! | ^ Oct 14 22:10:01.139 INFO kablam! Oct 14 22:10:01.347 INFO kablam! error[E0428]: the name `Chromosome` is defined multiple times Oct 14 22:10:01.347 INFO kablam! --> src/lib.rs:98:1 Oct 14 22:10:01.347 INFO kablam! | Oct 14 22:10:01.349 INFO kablam! 29 | pub struct Chromosome { Oct 14 22:10:01.349 INFO kablam! | ------------------------ previous definition of the type `Chromosome` here Oct 14 22:10:01.349 INFO kablam! ... Oct 14 22:10:01.349 INFO kablam! 98 | struct Chromosome { Oct 14 22:10:01.349 INFO kablam! | ^^^^^^^^^^^^^^^^^ `Chromosome` redefined here Oct 14 22:10:01.349 INFO kablam! | Oct 14 22:10:01.349 INFO kablam! = note: `Chromosome` must be defined only once in the type namespace of this module Oct 14 22:10:01.349 INFO kablam! Oct 14 22:10:01.367 INFO kablam! error[E0412]: cannot find type `T` in this scope Oct 14 22:10:01.367 INFO kablam! --> src/lib.rs:36:17 Oct 14 22:10:01.367 INFO kablam! | Oct 14 22:10:01.367 INFO kablam! 36 | impl Chromosome { Oct 14 22:10:01.368 INFO kablam! | ^ not found in this scope Oct 14 22:10:01.368 INFO kablam! Oct 14 22:10:01.371 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Oct 14 22:10:01.372 INFO kablam! --> src/lib.rs:66:23 Oct 14 22:10:01.372 INFO kablam! | Oct 14 22:10:01.372 INFO kablam! 66 | fn crossover(chrome1: Chromosome, chrome2: Chromosome, cross_prob: f32, solution: &str) -> Chromosome { Oct 14 22:10:01.372 INFO kablam! | ^^^^^^^^^^ expected 1 type argument Oct 14 22:10:01.372 INFO kablam! Oct 14 22:10:01.373 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Oct 14 22:10:01.373 INFO kablam! --> src/lib.rs:66:44 Oct 14 22:10:01.373 INFO kablam! | Oct 14 22:10:01.373 INFO kablam! 66 | fn crossover(chrome1: Chromosome, chrome2: Chromosome, cross_prob: f32, solution: &str) -> Chromosome { Oct 14 22:10:01.373 INFO kablam! | ^^^^^^^^^^ expected 1 type argument Oct 14 22:10:01.373 INFO kablam! Oct 14 22:10:01.373 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Oct 14 22:10:01.373 INFO kablam! --> src/lib.rs:66:92 Oct 14 22:10:01.373 INFO kablam! | Oct 14 22:10:01.373 INFO kablam! 66 | fn crossover(chrome1: Chromosome, chrome2: Chromosome, cross_prob: f32, solution: &str) -> Chromosome { Oct 14 22:10:01.374 INFO kablam! | ^^^^^^^^^^ expected 1 type argument Oct 14 22:10:01.374 INFO kablam! Oct 14 22:10:01.374 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Oct 14 22:10:01.374 INFO kablam! --> src/lib.rs:104:6 Oct 14 22:10:01.374 INFO kablam! | Oct 14 22:10:01.375 INFO kablam! 104 | impl Chromosome { Oct 14 22:10:01.375 INFO kablam! | ^^^^^^^^^^ expected 1 type argument Oct 14 22:10:01.375 INFO kablam! Oct 14 22:10:01.375 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Oct 14 22:10:01.375 INFO kablam! --> src/lib.rs:97:10 Oct 14 22:10:01.375 INFO kablam! | Oct 14 22:10:01.375 INFO kablam! 97 | #[derive(Clone)] Oct 14 22:10:01.375 INFO kablam! | ^^^^^ expected 1 type argument Oct 14 22:10:01.375 INFO kablam! Oct 14 22:10:01.375 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Oct 14 22:10:01.375 INFO kablam! --> src/lib.rs:105:33 Oct 14 22:10:01.376 INFO kablam! | Oct 14 22:10:01.376 INFO kablam! 105 | fn new(solution: String) -> Chromosome { Oct 14 22:10:01.376 INFO kablam! | ^^^^^^^^^^ expected 1 type argument Oct 14 22:10:01.376 INFO kablam! Oct 14 22:10:01.376 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Oct 14 22:10:01.376 INFO kablam! --> src/lib.rs:114:43 Oct 14 22:10:01.376 INFO kablam! | Oct 14 22:10:01.376 INFO kablam! 114 | fn mutate(&mut self, mut_prob:f64) -> Chromosome { Oct 14 22:10:01.377 INFO kablam! | ^^^^^^^^^^ expected 1 type argument Oct 14 22:10:01.377 INFO kablam! Oct 14 22:10:01.377 INFO kablam! error: aborting due to 10 previous errors Oct 14 22:10:01.377 INFO kablam! Oct 14 22:10:01.377 INFO kablam! Some errors occurred: E0107, E0412, E0428. Oct 14 22:10:01.377 INFO kablam! For more information about an error, try `rustc --explain E0107`. Oct 14 22:10:01.388 INFO kablam! error: Could not compile `evolution`. Oct 14 22:10:01.388 INFO kablam! Oct 14 22:10:01.388 INFO kablam! To learn more, run the command again with --verbose. Oct 14 22:10:01.390 INFO kablam! su: No module specific data is present Oct 14 22:10:02.735 INFO running `"docker" "rm" "-f" "d36ed29d1e398271eb2dfb01cebfc24e78eee7b26a417bcfb01e13a448145047"` Oct 14 22:10:02.965 INFO blam! d36ed29d1e398271eb2dfb01cebfc24e78eee7b26a417bcfb01e13a448145047