[INFO] cloning repository https://github.com/krmit/helloRust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/krmit/helloRust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrmit%2FhelloRust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrmit%2FhelloRust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cc9effbb74835a866e6dfd2614956a893dc6e083
[INFO] testing krmit/helloRust against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrmit%2FhelloRust" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/krmit/helloRust
[INFO] finished tweaking git repo https://github.com/krmit/helloRust
[INFO] tweaked toml for git repo https://github.com/krmit/helloRust written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/krmit/helloRust on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/krmit/helloRust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 51731502c08d6f7be61f735a8d6745f884ac79cc93d3deadb118b221fd224cea
[INFO] running `Command { std: "docker" "start" "-a" "51731502c08d6f7be61f735a8d6745f884ac79cc93d3deadb118b221fd224cea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51731502c08d6f7be61f735a8d6745f884ac79cc93d3deadb118b221fd224cea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51731502c08d6f7be61f735a8d6745f884ac79cc93d3deadb118b221fd224cea", kill_on_drop: false }`
[INFO] [stdout] 51731502c08d6f7be61f735a8d6745f884ac79cc93d3deadb118b221fd224cea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c7320d22a4e3cec8c8a8859804e492cf00ac6df66931904d123b60f3ed536ac2
[INFO] running `Command { std: "docker" "start" "-a" "c7320d22a4e3cec8c8a8859804e492cf00ac6df66931904d123b60f3ed536ac2", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling dsfmt-rs v0.1.0
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(simd)]
[INFO] [stdout]   |            ^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.0.0
[INFO] [stdout]   = note: removed in favor of `#[repr(simd)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;` or `]`, found `,`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 |     status: [u64x2, ..DSFMT_N + 1],
[INFO] [stdout]    |                   ^ expected `;` or `]`
[INFO] [stdout]    |
[INFO] [stdout]    = note: you might have meant to write a slice or array type
[INFO] [stdout] help: you might have meant to use `;` as the separator
[INFO] [stdout]    |
[INFO] [stdout] 31 -     status: [u64x2, ..DSFMT_N + 1],
[INFO] [stdout] 31 +     status: [u64x2; ..DSFMT_N + 1],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;` or `]`, found `,`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:156:22
[INFO] [stdout]     |
[INFO] [stdout] 156 |         let pcv: [u64, ..2] = [DSFMT_PCV1, DSFMT_PCV2];
[INFO] [stdout]     |                      ^ expected `;` or `]`
[INFO] [stdout]     |
[INFO] [stdout]     = note: you might have meant to write a slice or array type
[INFO] [stdout] help: you might have meant to use `;` as the separator
[INFO] [stdout]     |
[INFO] [stdout] 156 -         let pcv: [u64, ..2] = [DSFMT_PCV1, DSFMT_PCV2];
[INFO] [stdout] 156 +         let pcv: [u64; ..2] = [DSFMT_PCV1, DSFMT_PCV2];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;` or `]`, found `,`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |         let psfmt: &mut [u32x4, ..DSFMT_N + 1] = unsafe{mem::transmute(&mut self.status)};
[INFO] [stdout]     |                               ^ expected `;` or `]`
[INFO] [stdout]     |
[INFO] [stdout]     = note: you might have meant to write a slice or array type
[INFO] [stdout] help: you might have meant to use `;` as the separator
[INFO] [stdout]     |
[INFO] [stdout] 193 -         let psfmt: &mut [u32x4, ..DSFMT_N + 1] = unsafe{mem::transmute(&mut self.status)};
[INFO] [stdout] 193 +         let psfmt: &mut [u32x4; ..DSFMT_N + 1] = unsafe{mem::transmute(&mut self.status)};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::iter::range_inclusive`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::iter::range_inclusive;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `range_inclusive` in `iter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::rand`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::rand::{Rng, SeedableRng, Rand};
[INFO] [stdout]   |          ^^^^ could not find `rand` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `simd` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:46:3
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[simd]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:47:3
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[deriving(Show, Copy)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `simd` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:36:3
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[simd]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:37:3
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[deriving(Show, Copy)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:12:18
[INFO] [stdout]    |
[INFO] [stdout] 12 | const DSFMT_MEXP:uint = 19937;
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 | const DSFMT_N:   uint = ((DSFMT_MEXP - 128) / 104 + 1);
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 | const DSFMT_N64: uint = (DSFMT_N * 2);
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 15 | const DSFMT_SR:  uint = 12;
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 | const DSFMT_POS1: uint = 117;
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | const DSFMT_SL1:  uint = 19;
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:32:10
[INFO] [stdout]    |
[INFO] [stdout] 32 |     idx: uint,
[INFO] [stdout]    |          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Index` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:53:6
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl Index<uint, u64> for u64x2{
[INFO] [stdout]    |      ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::ops::Index;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl Index<uint, u64> for u64x2{
[INFO] [stdout]    |            ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl<uint> Index<uint, u64> for u64x2{
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:55:28
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn index(&self, _rhs: &uint) -> &u64{
[INFO] [stdout]    |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `IndexMut` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:63:6
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl IndexMut<uint, u64> for u64x2{
[INFO] [stdout]    |      ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::ops::IndexMut;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:63:15
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl IndexMut<uint, u64> for u64x2{
[INFO] [stdout]    |               ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl<uint> IndexMut<uint, u64> for u64x2{
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:65:36
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn index_mut(&mut self, _rhs: &uint) -> &mut u64{
[INFO] [stdout]    |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Index` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:73:6
[INFO] [stdout]    |
[INFO] [stdout] 73 | impl Index<uint, u32> for u32x4{
[INFO] [stdout]    |      ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::ops::Index;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:73:12
[INFO] [stdout]    |
[INFO] [stdout] 73 | impl Index<uint, u32> for u32x4{
[INFO] [stdout]    |            ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 73 | impl<uint> Index<uint, u32> for u32x4{
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:75:28
[INFO] [stdout]    |
[INFO] [stdout] 75 |     fn index(&self, _rhs: &uint) -> &u32{
[INFO] [stdout]    |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `IndexMut` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:85:6
[INFO] [stdout]    |
[INFO] [stdout] 85 | impl IndexMut<uint, u32> for u32x4{
[INFO] [stdout]    |      ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::ops::IndexMut;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:85:15
[INFO] [stdout]    |
[INFO] [stdout] 85 | impl IndexMut<uint, u32> for u32x4{
[INFO] [stdout]    |               ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 85 | impl<uint> IndexMut<uint, u32> for u32x4{
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:87:36
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn index_mut(&mut self, _rhs: &uint) -> &mut u32{
[INFO] [stdout]    |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 | fn idxof(i: uint) -> uint {
[INFO] [stdout]     |             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:103:22
[INFO] [stdout]     |
[INFO] [stdout] 103 | fn idxof(i: uint) -> uint {
[INFO] [stdout]     |                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `range` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:148:18
[INFO] [stdout]     |
[INFO] [stdout] 148 |         for i in range(0, DSFMT_N * 2){
[INFO] [stdout]     |                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `range` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:181:26
[INFO] [stdout]     |
[INFO] [stdout] 181 |                 for _ in range(0i, 64){
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `range` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:197:18
[INFO] [stdout]     |
[INFO] [stdout] 197 |         for i in range(1u, 4 * (DSFMT_N + 1)){
[INFO] [stdout]     |                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `u` for number literal
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |             let mut i = 32u;
[INFO] [stdout]     |                         ^^^ invalid suffix `u`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:181:32
[INFO] [stdout]     |
[INFO] [stdout] 181 |                 for _ in range(0i, 64){
[INFO] [stdout]     |                                ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `u` for number literal
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:197:24
[INFO] [stdout]     |
[INFO] [stdout] 197 |         for i in range(1u, 4 * (DSFMT_N + 1)){
[INFO] [stdout]     |                        ^^ invalid suffix `u`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `u` for number literal
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsfmt-rs-0.1.0/src/mt19937.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |         let mut i = 1u;
[INFO] [stdout]     |                     ^^ invalid suffix `u`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0557.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dsfmt-rs` (lib) due to 38 previous errors
[INFO] running `Command { std: "docker" "inspect" "c7320d22a4e3cec8c8a8859804e492cf00ac6df66931904d123b60f3ed536ac2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7320d22a4e3cec8c8a8859804e492cf00ac6df66931904d123b60f3ed536ac2", kill_on_drop: false }`
[INFO] [stdout] c7320d22a4e3cec8c8a8859804e492cf00ac6df66931904d123b60f3ed536ac2
