Oct 10 23:50:58.138 INFO testing duncandean/rust-genetic-algorithm against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:50:58.138 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:50:58.138 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:50:58.622 INFO blam! 112f129275133e40f5f5439534b44a8c96076b5395283d1c27420a33b51a6bd3 Oct 10 23:50:58.624 INFO running `"docker" "start" "-a" "112f129275133e40f5f5439534b44a8c96076b5395283d1c27420a33b51a6bd3"` Oct 10 23:51:00.255 INFO kablam! usermod: no changes Oct 10 23:51:00.374 INFO kablam! Compiling libc v0.2.2 Oct 10 23:51:00.376 INFO kablam! Compiling num-complex v0.2.0 Oct 10 23:51:02.392 INFO kablam! Compiling time v0.1.40 Oct 10 23:51:02.392 INFO kablam! Compiling rand v0.5.5 Oct 10 23:51:03.283 INFO kablam! Compiling num v0.2.0 Oct 10 23:51:08.662 INFO kablam! Compiling evolution v0.1.0 (/source) Oct 10 23:51:08.777 INFO kablam! error: expected `,`, or `}`, found `[` Oct 10 23:51:08.777 INFO kablam! --> src/lib.rs:30:19 Oct 10 23:51:08.778 INFO kablam! | Oct 10 23:51:08.778 INFO kablam! 30 | permutables: T[], Oct 10 23:51:08.778 INFO kablam! | ^ Oct 10 23:51:08.779 INFO kablam! Oct 10 23:51:09.461 INFO kablam! error[E0428]: the name `Chromosome` is defined multiple times Oct 10 23:51:09.461 INFO kablam! --> src/lib.rs:98:1 Oct 10 23:51:09.461 INFO kablam! | Oct 10 23:51:09.462 INFO kablam! 29 | pub struct Chromosome { Oct 10 23:51:09.462 INFO kablam! | ------------------------ previous definition of the type `Chromosome` here Oct 10 23:51:09.462 INFO kablam! ... Oct 10 23:51:09.463 INFO kablam! 98 | struct Chromosome { Oct 10 23:51:09.463 INFO kablam! | ^^^^^^^^^^^^^^^^^ `Chromosome` redefined here Oct 10 23:51:09.463 INFO kablam! | Oct 10 23:51:09.464 INFO kablam! = note: `Chromosome` must be defined only once in the type namespace of this module Oct 10 23:51:09.464 INFO kablam! Oct 10 23:51:09.465 INFO kablam! error[E0412]: cannot find type `T` in this scope Oct 10 23:51:09.465 INFO kablam! --> src/lib.rs:36:17 Oct 10 23:51:09.465 INFO kablam! | Oct 10 23:51:09.466 INFO kablam! 36 | impl Chromosome { Oct 10 23:51:09.466 INFO kablam! | ^ not found in this scope Oct 10 23:51:09.466 INFO kablam! Oct 10 23:51:09.469 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Oct 10 23:51:09.469 INFO kablam! --> src/lib.rs:66:23 Oct 10 23:51:09.469 INFO kablam! | Oct 10 23:51:09.470 INFO kablam! 66 | fn crossover(chrome1: Chromosome, chrome2: Chromosome, cross_prob: f32, solution: &str) -> Chromosome { Oct 10 23:51:09.470 INFO kablam! | ^^^^^^^^^^ expected 1 type argument Oct 10 23:51:09.470 INFO kablam! Oct 10 23:51:09.471 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Oct 10 23:51:09.471 INFO kablam! --> src/lib.rs:66:44 Oct 10 23:51:09.471 INFO kablam! | Oct 10 23:51:09.472 INFO kablam! 66 | fn crossover(chrome1: Chromosome, chrome2: Chromosome, cross_prob: f32, solution: &str) -> Chromosome { Oct 10 23:51:09.472 INFO kablam! | ^^^^^^^^^^ expected 1 type argument Oct 10 23:51:09.472 INFO kablam! Oct 10 23:51:09.472 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Oct 10 23:51:09.473 INFO kablam! --> src/lib.rs:66:92 Oct 10 23:51:09.473 INFO kablam! | Oct 10 23:51:09.473 INFO kablam! 66 | fn crossover(chrome1: Chromosome, chrome2: Chromosome, cross_prob: f32, solution: &str) -> Chromosome { Oct 10 23:51:09.474 INFO kablam! | ^^^^^^^^^^ expected 1 type argument Oct 10 23:51:09.474 INFO kablam! Oct 10 23:51:09.474 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Oct 10 23:51:09.475 INFO kablam! --> src/lib.rs:104:6 Oct 10 23:51:09.475 INFO kablam! | Oct 10 23:51:09.475 INFO kablam! 104 | impl Chromosome { Oct 10 23:51:09.476 INFO kablam! | ^^^^^^^^^^ expected 1 type argument Oct 10 23:51:09.476 INFO kablam! Oct 10 23:51:09.476 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Oct 10 23:51:09.477 INFO kablam! --> src/lib.rs:97:10 Oct 10 23:51:09.477 INFO kablam! | Oct 10 23:51:09.477 INFO kablam! 97 | #[derive(Clone)] Oct 10 23:51:09.478 INFO kablam! | ^^^^^ expected 1 type argument Oct 10 23:51:09.478 INFO kablam! Oct 10 23:51:09.478 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Oct 10 23:51:09.478 INFO kablam! --> src/lib.rs:105:33 Oct 10 23:51:09.479 INFO kablam! | Oct 10 23:51:09.479 INFO kablam! 105 | fn new(solution: String) -> Chromosome { Oct 10 23:51:09.479 INFO kablam! | ^^^^^^^^^^ expected 1 type argument Oct 10 23:51:09.479 INFO kablam! Oct 10 23:51:09.480 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Oct 10 23:51:09.480 INFO kablam! --> src/lib.rs:114:43 Oct 10 23:51:09.480 INFO kablam! | Oct 10 23:51:09.481 INFO kablam! 114 | fn mutate(&mut self, mut_prob:f64) -> Chromosome { Oct 10 23:51:09.481 INFO kablam! | ^^^^^^^^^^ expected 1 type argument Oct 10 23:51:09.481 INFO kablam! Oct 10 23:51:09.481 INFO kablam! error: aborting due to 10 previous errors Oct 10 23:51:09.482 INFO kablam! Oct 10 23:51:09.482 INFO kablam! Some errors occurred: E0107, E0412, E0428. Oct 10 23:51:09.482 INFO kablam! For more information about an error, try `rustc --explain E0107`. Oct 10 23:51:09.483 INFO kablam! error: Could not compile `evolution`. Oct 10 23:51:09.483 INFO kablam! Oct 10 23:51:09.483 INFO kablam! To learn more, run the command again with --verbose. Oct 10 23:51:09.483 INFO kablam! su: No module specific data is present Oct 10 23:51:10.088 INFO running `"docker" "rm" "-f" "112f129275133e40f5f5439534b44a8c96076b5395283d1c27420a33b51a6bd3"` Oct 10 23:51:10.388 INFO blam! 112f129275133e40f5f5439534b44a8c96076b5395283d1c27420a33b51a6bd3