[INFO] cloning repository https://github.com/thiagopnts/percolation [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thiagopnts/percolation" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthiagopnts%2Fpercolation", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthiagopnts%2Fpercolation'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bbb8735266a903fdc974b83f10479ab79c3334bd [INFO] documenting thiagopnts/percolation against 1.46.0 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthiagopnts%2Fpercolation" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thiagopnts/percolation on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/thiagopnts/percolation [INFO] finished tweaking git repo https://github.com/thiagopnts/percolation [INFO] tweaked toml for git repo https://github.com/thiagopnts/percolation written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/thiagopnts/percolation already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a5db65dd303b8229407ca4ffe907c8186777bf80b6f2e0a4f07bca6507d85ca [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3a5db65dd303b8229407ca4ffe907c8186777bf80b6f2e0a4f07bca6507d85ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a5db65dd303b8229407ca4ffe907c8186777bf80b6f2e0a4f07bca6507d85ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a5db65dd303b8229407ca4ffe907c8186777bf80b6f2e0a4f07bca6507d85ca", kill_on_drop: false }` [INFO] [stdout] 3a5db65dd303b8229407ca4ffe907c8186777bf80b6f2e0a4f07bca6507d85ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae399cd19abbf8d85a3b751815eac937cb8a8db33091130c88d167ae80f31c26 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ae399cd19abbf8d85a3b751815eac937cb8a8db33091130c88d167ae80f31c26", kill_on_drop: false }` [INFO] [stderr] Documenting percolation v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `std::rand` [INFO] [stdout] --> src/main.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | use std::rand::random; [INFO] [stdout] | ^^^^ could not find `rand` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::rand` [INFO] [stdout] --> src/percolation_stats.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | use std::rand::random; [INFO] [stdout] | ^^^^ could not find `rand` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Float` [INFO] [stdout] --> src/percolation_stats.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::num::Float; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `Float` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/./percolation.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use std::fmt::{Show, Formatter, Result}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/./percolation.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/dynamic_connectivity/quick_find.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct QuickFind { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 5 | id: Vec [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/dynamic_connectivity/quick_find.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(n: uint) -> QuickFind { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/dynamic_connectivity/quick_find.rs:13:32 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn connected(&self, p: uint, q: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/dynamic_connectivity/quick_find.rs:13:41 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn connected(&self, p: uint, q: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/dynamic_connectivity/quick_find.rs:17:32 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn union(&mut self, p: uint, q: 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] --> src/dynamic_connectivity/quick_find.rs:17:41 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn union(&mut self, p: uint, q: 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] --> src/dynamic_connectivity/quick_union.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct QuickUnion { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 4 | id: Vec [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/dynamic_connectivity/quick_union.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn new(n: uint) -> QuickUnion { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/dynamic_connectivity/quick_union.rs:12:23 [INFO] [stdout] | [INFO] [stdout] 12 | fn root(&self, 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] --> src/dynamic_connectivity/quick_union.rs:12:32 [INFO] [stdout] | [INFO] [stdout] 12 | fn root(&self, 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] --> src/dynamic_connectivity/quick_union.rs:19:32 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn connected(&self, p: uint, q: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/dynamic_connectivity/quick_union.rs:19:41 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn connected(&self, p: uint, q: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/dynamic_connectivity/quick_union.rs:23:32 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn union(&mut self, p: uint, q: 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] --> src/dynamic_connectivity/quick_union.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn union(&mut self, p: uint, q: 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] --> src/dynamic_connectivity/weighted_quick_union.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct WeightedQuickUnion { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 7 | id: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/dynamic_connectivity/weighted_quick_union.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct WeightedQuickUnion { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 7 | id: Vec, [INFO] [stdout] 8 | size: Vec [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/dynamic_connectivity/weighted_quick_union.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(n: uint) -> WeightedQuickUnion { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/dynamic_connectivity/weighted_quick_union.rs:16:23 [INFO] [stdout] | [INFO] [stdout] 16 | fn root(&self, 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] --> src/dynamic_connectivity/weighted_quick_union.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | fn root(&self, 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] --> src/dynamic_connectivity/weighted_quick_union.rs:23:32 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn connected(&self, p: uint, q: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/dynamic_connectivity/weighted_quick_union.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn connected(&self, p: uint, q: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/dynamic_connectivity/weighted_quick_union.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn union(&mut self, p: uint, q: 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] --> src/dynamic_connectivity/weighted_quick_union.rs:27:41 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn union(&mut self, p: uint, q: 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] --> src/./percolation.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 35 | n: 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] --> src/./percolation.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn new(n: uint) -> Percolation { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | fn to_index(&self, i: uint, j: 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] --> src/./percolation.rs:54:36 [INFO] [stdout] | [INFO] [stdout] 54 | fn to_index(&self, i: uint, j: 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] --> src/./percolation.rs:54:45 [INFO] [stdout] | [INFO] [stdout] 54 | fn to_index(&self, i: uint, j: 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] --> src/./percolation.rs:58:29 [INFO] [stdout] | [INFO] [stdout] 58 | fn index(&self, point: (uint, 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] --> src/./percolation.rs:58:35 [INFO] [stdout] | [INFO] [stdout] 58 | fn index(&self, point: (uint, 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] --> src/./percolation.rs:58:45 [INFO] [stdout] | [INFO] [stdout] 58 | fn index(&self, point: (uint, 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] --> src/./percolation.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | fn up(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | fn up(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:62:40 [INFO] [stdout] | [INFO] [stdout] 62 | fn up(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:62:46 [INFO] [stdout] | [INFO] [stdout] 62 | fn up(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:66:25 [INFO] [stdout] | [INFO] [stdout] 66 | fn bottom(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:66:34 [INFO] [stdout] | [INFO] [stdout] 66 | fn bottom(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:66:44 [INFO] [stdout] | [INFO] [stdout] 66 | fn bottom(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:66:50 [INFO] [stdout] | [INFO] [stdout] 66 | fn bottom(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | fn left(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:70:32 [INFO] [stdout] | [INFO] [stdout] 70 | fn left(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:70:42 [INFO] [stdout] | [INFO] [stdout] 70 | fn left(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:70:48 [INFO] [stdout] | [INFO] [stdout] 70 | fn left(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:74:24 [INFO] [stdout] | [INFO] [stdout] 74 | fn right(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:74:33 [INFO] [stdout] | [INFO] [stdout] 74 | fn right(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:74:43 [INFO] [stdout] | [INFO] [stdout] 74 | fn right(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:74:49 [INFO] [stdout] | [INFO] [stdout] 74 | fn right(&self, i: uint, j: uint) -> (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] --> src/./percolation.rs:78:27 [INFO] [stdout] | [INFO] [stdout] 78 | fn has_left(&self, i: uint, j: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:78:36 [INFO] [stdout] | [INFO] [stdout] 78 | fn has_left(&self, i: uint, j: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:82:28 [INFO] [stdout] | [INFO] [stdout] 82 | fn has_right(&self, i: uint, j: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:82:37 [INFO] [stdout] | [INFO] [stdout] 82 | fn has_right(&self, i: uint, j: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:86:25 [INFO] [stdout] | [INFO] [stdout] 86 | fn has_up(&self, i: uint, j: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:86:34 [INFO] [stdout] | [INFO] [stdout] 86 | fn has_up(&self, i: uint, j: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:90:29 [INFO] [stdout] | [INFO] [stdout] 90 | fn has_bottom(&self, i: uint, j: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:90:38 [INFO] [stdout] | [INFO] [stdout] 90 | fn has_bottom(&self, i: uint, j: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:94:30 [INFO] [stdout] | [INFO] [stdout] 94 | fn right_state(&self, i: uint, j: uint) -> State { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:94:39 [INFO] [stdout] | [INFO] [stdout] 94 | fn right_state(&self, i: uint, j: uint) -> State { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:98:29 [INFO] [stdout] | [INFO] [stdout] 98 | fn left_state(&self, i: uint, j: uint) -> State { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:98:38 [INFO] [stdout] | [INFO] [stdout] 98 | fn left_state(&self, i: uint, j: uint) -> State { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | fn bottom_state(&self, i: uint, j: uint) -> State { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:102:40 [INFO] [stdout] | [INFO] [stdout] 102 | fn bottom_state(&self, i: uint, j: uint) -> State { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:106:27 [INFO] [stdout] | [INFO] [stdout] 106 | fn up_state(&self, i: uint, j: uint) -> State { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:106:36 [INFO] [stdout] | [INFO] [stdout] 106 | fn up_state(&self, i: uint, j: uint) -> State { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:110:32 [INFO] [stdout] | [INFO] [stdout] 110 | fn fill(&mut self, point: (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] --> src/./percolation.rs:110:38 [INFO] [stdout] | [INFO] [stdout] 110 | fn fill(&mut self, point: (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] --> src/./percolation.rs:159:31 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn open(&mut self, i: uint, j: 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] --> src/./percolation.rs:159:40 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn open(&mut self, i: uint, j: uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: Could not document `percolation`. [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:166:30 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn is_open(&self, i: uint, j: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:166:39 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn is_open(&self, i: uint, j: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Caused by: [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:170:39 [INFO] [stdout] | [INFO] [stdout] 170 | fn is_open_in_direction(&self, i: uint, j: uint, direction: Direction) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type bin --crate-name percolation src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn` (exit code: 1) [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:170:48 [INFO] [stdout] | [INFO] [stdout] 170 | fn is_open_in_direction(&self, i: uint, j: uint, direction: Direction) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:180:30 [INFO] [stdout] | [INFO] [stdout] 180 | pub fn is_full(&self, i: uint, j: uint, direction: Direction) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/./percolation.rs:180:39 [INFO] [stdout] | [INFO] [stdout] 180 | pub fn is_full(&self, i: uint, j: uint, direction: Direction) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/percolation_stats.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | n: 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] --> src/percolation_stats.rs:10:8 [INFO] [stdout] | [INFO] [stdout] 10 | t: 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] --> src/percolation_stats.rs:19:19 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(n: uint, t: uint) -> PercolationStats { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/percolation_stats.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(n: uint, t: uint) -> PercolationStats { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/percolation_stats.rs:77:48 [INFO] [stdout] | [INFO] [stdout] 18 | impl PercolationStats { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 77 | fn generate_possible_points(&self) -> Vec<(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] --> src/percolation_stats.rs:77:54 [INFO] [stdout] | [INFO] [stdout] 18 | impl PercolationStats { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 77 | fn generate_possible_points(&self) -> Vec<(uint, uint)> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 85 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ae399cd19abbf8d85a3b751815eac937cb8a8db33091130c88d167ae80f31c26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae399cd19abbf8d85a3b751815eac937cb8a8db33091130c88d167ae80f31c26", kill_on_drop: false }` [INFO] [stdout] ae399cd19abbf8d85a3b751815eac937cb8a8db33091130c88d167ae80f31c26