[INFO] cloning repository https://github.com/osiris-game/universe [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/osiris-game/universe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fosiris-game%2Funiverse", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fosiris-game%2Funiverse'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 48436b25d23056325d55c7b7579efa171145dca3 [INFO] testing osiris-game/universe against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fosiris-game%2Funiverse" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/osiris-game/universe on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/osiris-game/universe [INFO] finished tweaking git repo https://github.com/osiris-game/universe [INFO] tweaked toml for git repo https://github.com/osiris-game/universe written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/osiris-game/universe already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `http://github.com/osiris-game/net` [INFO] [stderr] Updating git repository `https://github.com/dwrensha/capnproto-rust.git` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d2103faf25b54f605a324b252d8fe5b3c31fad5945ee012e95303e4655db17eb [INFO] running `Command { std: "docker" "start" "-a" "d2103faf25b54f605a324b252d8fe5b3c31fad5945ee012e95303e4655db17eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d2103faf25b54f605a324b252d8fe5b3c31fad5945ee012e95303e4655db17eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2103faf25b54f605a324b252d8fe5b3c31fad5945ee012e95303e4655db17eb", kill_on_drop: false }` [INFO] [stdout] d2103faf25b54f605a324b252d8fe5b3c31fad5945ee012e95303e4655db17eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 241f1f67418afcdd2b4b8c8b20d4867294c5abfb03e09344534e022d728b91fb [INFO] running `Command { std: "docker" "start" "-a" "241f1f67418afcdd2b4b8c8b20d4867294c5abfb03e09344534e022d728b91fb", kill_on_drop: false }` [INFO] [stderr] Compiling capnp v0.1.0 (https://github.com/dwrensha/capnproto-rust.git#eff80436) [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:283:53 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn get_segments_for_output(&self, cont : |&[&[Word]]| -> T) -> T { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:29:25 [INFO] [stdout] | [INFO] [stdout] 29 | macro_rules! endian_impl( [INFO] [stdout] | _________________________^ [INFO] [stdout] 30 | | ($typ:ty) => ( [INFO] [stdout] 31 | | impl Endian for $typ { [INFO] [stdout] 32 | | #[inline] [INFO] [stdout] ... | [INFO] [stdout] 47 | | ); [INFO] [stdout] 48 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 29 ~ macro_rules! endian_impl{ [INFO] [stdout] 30 | ($typ:ty) => ( [INFO] [stdout] 31 | impl Endian for $typ { [INFO] [stdout] 32 | #[inline] [INFO] [stdout] 33 | fn get(&self) -> $typ { *self } [INFO] [stdout] 34 | #[inline] [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 48 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | endian_impl!(()) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 50 | endian_impl!{()} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 50 | endian_impl!(()); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | endian_impl!(bool) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 51 | endian_impl!{bool} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 51 | endian_impl!(bool); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:52:13 [INFO] [stdout] | [INFO] [stdout] 52 | endian_impl!(u8) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 52 | endian_impl!{u8} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 52 | endian_impl!(u8); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:53:13 [INFO] [stdout] | [INFO] [stdout] 53 | endian_impl!(i8) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 53 | endian_impl!{i8} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 53 | endian_impl!(i8); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:56:13 [INFO] [stdout] | [INFO] [stdout] 56 | endian_impl!(u16) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 56 | endian_impl!{u16} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 56 | endian_impl!(u16); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | endian_impl!(i16) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 58 | endian_impl!{i16} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 58 | endian_impl!(i16); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | endian_impl!(u32) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 61 | endian_impl!{u32} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 61 | endian_impl!(u32); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:63:13 [INFO] [stdout] | [INFO] [stdout] 63 | endian_impl!(i32) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 63 | endian_impl!{i32} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 63 | endian_impl!(i32); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | endian_impl!(u64) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 66 | endian_impl!{u64} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 66 | endian_impl!(u64); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | endian_impl!(i64) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 68 | endian_impl!{i64} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 68 | endian_impl!(i64); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:70:13 [INFO] [stdout] | [INFO] [stdout] 70 | endian_impl!(f32) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 70 | endian_impl!{f32} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 70 | endian_impl!(f32); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | endian_impl!(f64) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 72 | endian_impl!{f64} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 72 | endian_impl!(f64); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:75:13 [INFO] [stdout] | [INFO] [stdout] 75 | endian_impl!(u16, i16, bswap16) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 75 | endian_impl!{u16, i16, bswap16} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 75 | endian_impl!(u16, i16, bswap16); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | endian_impl!(i16, i16, bswap16) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 77 | endian_impl!{i16, i16, bswap16} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 77 | endian_impl!(i16, i16, bswap16); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | endian_impl!(u32, i32, bswap32) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 80 | endian_impl!{u32, i32, bswap32} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 80 | endian_impl!(u32, i32, bswap32); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:82:13 [INFO] [stdout] | [INFO] [stdout] 82 | endian_impl!(i32, i32, bswap32) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 82 | endian_impl!{i32, i32, bswap32} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 82 | endian_impl!(i32, i32, bswap32); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | endian_impl!(u64, i64, bswap64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 85 | endian_impl!{u64, i64, bswap64} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 85 | endian_impl!(u64, i64, bswap64); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | endian_impl!(i64, i64, bswap64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 87 | endian_impl!{i64, i64, bswap64} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 87 | endian_impl!(i64, i64, bswap64); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | endian_impl!(f32, i32, bswap32) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 89 | endian_impl!{f32, i32, bswap32} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 89 | endian_impl!(f32, i32, bswap32); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/endian.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | endian_impl!(f64, i64, bswap64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 91 | endian_impl!{f64, i64, bswap64} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 91 | endian_impl!(f64, i64, bswap64); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `<` is interpreted as a start of generic arguments for `u32`, not a shift [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:253:50 [INFO] [stdout] | [INFO] [stdout] 253 | (( pos << 3) | (is_double_far as u32 << 2) | wire_pointer_kind::Far as u32); [INFO] [stdout] | ^^ - interpreted as generic arguments [INFO] [stdout] | | [INFO] [stdout] | not interpreted as shift [INFO] [stdout] | [INFO] [stdout] help: try shifting the cast value [INFO] [stdout] | [INFO] [stdout] 253 | (( pos << 3) | ((is_double_far as u32) << 2) | wire_pointer_kind::Far as u32); [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:315:21 [INFO] [stdout] | [INFO] [stdout] 315 | macro_rules! require( [INFO] [stdout] | _____________________^ [INFO] [stdout] 316 | | ($condition:expr, $segment:expr, $message:expr, $fail:stmt) => ( [INFO] [stdout] 317 | | if !($condition) { [INFO] [stdout] 318 | | error!($message); [INFO] [stdout] ... | [INFO] [stdout] 324 | | ); [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 315 ~ macro_rules! require{ [INFO] [stdout] 316 | ($condition:expr, $segment:expr, $message:expr, $fail:stmt) => ( [INFO] [stdout] 317 | if !($condition) { [INFO] [stdout] 318 | error!($message); [INFO] [stdout] 319 | if ($segment).arena.fail_fast() { [INFO] [stdout] 320 | panic!(); [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 325 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:327:27 [INFO] [stdout] | [INFO] [stdout] 327 | macro_rules! require_panic( [INFO] [stdout] | ___________________________^ [INFO] [stdout] 328 | | ($segment:expr, $message:expr, $fail:stmt) => ( [INFO] [stdout] 329 | | { [INFO] [stdout] 330 | | error!($message); [INFO] [stdout] ... | [INFO] [stdout] 336 | | ); [INFO] [stdout] 337 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 327 ~ macro_rules! require_panic{ [INFO] [stdout] 328 | ($segment:expr, $message:expr, $fail:stmt) => ( [INFO] [stdout] 329 | { [INFO] [stdout] 330 | error!($message); [INFO] [stdout] 331 | if ($segment).arena.fail_fast() { [INFO] [stdout] 332 | panic!(); [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 337 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `<` is interpreted as a start of generic arguments for `u8`, not a shift [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2225:65 [INFO] [stdout] | [INFO] [stdout] 2225 | unsafe { (*b) = ( (*b) & !(1 << bitnum)) | (value as u8 << bitnum) } [INFO] [stdout] | ^^ ------- interpreted as generic arguments [INFO] [stdout] | | [INFO] [stdout] | not interpreted as shift [INFO] [stdout] | [INFO] [stdout] help: try shifting the cast value [INFO] [stdout] | [INFO] [stdout] 2225 | unsafe { (*b) = ( (*b) & !(1 << bitnum)) | ((value as u8) << bitnum) } [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `<` is interpreted as a start of generic arguments for `u8`, not a shift [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2452:64 [INFO] [stdout] | [INFO] [stdout] 2452 | unsafe { (*b) = ((*b) & !(1 << bitnum)) | (value as u8 << bitnum) } [INFO] [stdout] | ^^ ------- interpreted as generic arguments [INFO] [stdout] | | [INFO] [stdout] | not interpreted as shift [INFO] [stdout] | [INFO] [stdout] help: try shifting the cast value [INFO] [stdout] | [INFO] [stdout] 2452 | unsafe { (*b) = ((*b) & !(1 << bitnum)) | ((value as u8) << bitnum) } [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/mask.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | macro_rules! int_mask( [INFO] [stdout] | ______________________^ [INFO] [stdout] 15 | | ($t:ident) => ( [INFO] [stdout] 16 | | impl Mask for $t { [INFO] [stdout] 17 | | #[inline] [INFO] [stdout] ... | [INFO] [stdout] 22 | | ) [INFO] [stdout] 23 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 14 ~ macro_rules! int_mask{ [INFO] [stdout] 15 | ($t:ident) => ( [INFO] [stdout] 16 | impl Mask for $t { [INFO] [stdout] 17 | #[inline] [INFO] [stdout] 18 | fn mask(value : $t, mask : $t) -> $t { [INFO] [stdout] 19 | value ^ mask [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 23 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/mask.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | int_mask!(i8) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 25 | int_mask!{i8} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 25 | int_mask!(i8); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/mask.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | int_mask!(i16) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 26 | int_mask!{i16} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 26 | int_mask!(i16); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/mask.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | int_mask!(i32) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 27 | int_mask!{i32} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 27 | int_mask!(i32); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/mask.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | int_mask!(i64) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 28 | int_mask!{i64} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 28 | int_mask!(i64); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/mask.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | int_mask!(u8) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 29 | int_mask!{u8} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 29 | int_mask!(u8); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/mask.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | int_mask!(u16) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 30 | int_mask!{u16} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 30 | int_mask!(u16); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/mask.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | int_mask!(u32) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 31 | int_mask!{u32} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 31 | int_mask!(u32); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/mask.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | int_mask!(u64) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 32 | int_mask!{u64} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 32 | int_mask!(u64); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/message.rs:190:49 [INFO] [stdout] | [INFO] [stdout] 190 | fn get_segments_for_output(&self, cont : |&[&[Word]]| -> T) -> T { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 18 | macro_rules! refresh_buffer( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 19 | | ($inner:expr, $size:ident, $in_ptr:ident, $in_end:ident, $out:ident, [INFO] [stdout] 20 | | $outBuf:ident, $buffer_begin:ident) => ( [INFO] [stdout] 21 | | { [INFO] [stdout] ... | [INFO] [stdout] 30 | | ); [INFO] [stdout] 31 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 18 ~ macro_rules! refresh_buffer{ [INFO] [stdout] 19 | ($inner:expr, $size:ident, $in_ptr:ident, $in_end:ident, $out:ident, [INFO] [stdout] 20 | $outBuf:ident, $buffer_begin:ident) => ( [INFO] [stdout] 21 | { [INFO] [stdout] 22 | try!($inner.skip($size)); [INFO] [stdout] 23 | let (b, e) = try!($inner.get_read_buffer()); [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 31 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:76:36 [INFO] [stdout] | [INFO] [stdout] 76 | for i in range(0u, 8) { [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:99:36 [INFO] [stdout] | [INFO] [stdout] 99 | for n in range(0u, 8) { [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: `<` is interpreted as a start of generic arguments for `u8`, not a shift [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:100:58 [INFO] [stdout] | [INFO] [stdout] 100 | let is_nonzero = (tag & (1 as u8 << n)) != 0; [INFO] [stdout] | ^^ -- interpreted as generic arguments [INFO] [stdout] | | [INFO] [stdout] | not interpreted as shift [INFO] [stdout] | [INFO] [stdout] help: try shifting the cast value [INFO] [stdout] | [INFO] [stdout] 100 | let is_nonzero = (tag & ((1 as u8) << n)) != 0; [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:201:38 [INFO] [stdout] | [INFO] [stdout] 201 | let mut slow_buffer : [u8,..20] = [0, ..20]; [INFO] [stdout] | --------------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut slow_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:304:40 [INFO] [stdout] | [INFO] [stdout] 304 | for _ in range(0u, 8) { [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:145:34 [INFO] [stdout] | [INFO] [stdout] 145 | table.as_mut_slice()[0u].set((segments.len() - 1) as u32); [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[E0463]: can't find crate for `log` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/lib.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | #[phase(plugin, link)] extern crate log; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::io::Reader`, `std::io::Writer`, `std::io::IoResult` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | use std::io::{Reader, Writer, IoResult}; [INFO] [stdout] | ^^^^^^ ^^^^^^ ^^^^^^^^ no `IoResult` in `io` [INFO] [stdout] | | | [INFO] [stdout] | | no `Writer` in `io` [INFO] [stdout] | no `Reader` in `io` [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 9 | use std::io::{Read, Writer, IoResult}; [INFO] [stdout] | ~~~~ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 9 | use std::io::{Reader, Write, IoResult}; [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 9 | use std::io::{Reader, Writer, Result}; [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `arena::NumWords`, `arena::ZeroedWords` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/message.rs:12:71 [INFO] [stdout] | [INFO] [stdout] 12 | use arena::{BuilderArena, ReaderArena, SegmentBuilder, SegmentReader, NumWords, ZeroedWords}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^ no `ZeroedWords` in `arena` [INFO] [stdout] | | [INFO] [stdout] | no `NumWords` in `arena` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `layout::TwoBytes` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:125:18 [INFO] [stdout] | [INFO] [stdout] 125 | TwoBytes, PrimitiveElement}; [INFO] [stdout] | ^^^^^^^^ no `TwoBytes` in `layout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `layout::InlineComposite` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:195:18 [INFO] [stdout] | [INFO] [stdout] 195 | InlineComposite, FromStructBuilder, FromStructReader, [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `InlineComposite` in `layout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `layout::Pointer` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:289:74 [INFO] [stdout] | [INFO] [stdout] 289 | use layout::{ListReader, ListBuilder, PointerReader, PointerBuilder, Pointer}; [INFO] [stdout] | ^^^^^^^ no `Pointer` in `layout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `phase` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/lib.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | #[phase(plugin, link)] extern crate log; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/capability.rs:136:7 [INFO] [stdout] | [INFO] [stdout] 136 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:82:7 [INFO] [stdout] | [INFO] [stdout] 82 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 473 | / require!(bounds_check(*segment, ptr, ptr.offset(pad_words)), [INFO] [stdout] 474 | | **segment, [INFO] [stdout] 475 | | "Message contains out-of-bounds far pointer.", [INFO] [stdout] 476 | | return ::std::ptr::null()); [INFO] [stdout] | |_______________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 617 | require!(nesting_limit > 0, *segment, "Message is too deeply nested.", return result); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 625 | / require!(bounds_check(segment, ptr, ptr.offset((*reff).struct_ref().word_size() as int)), [INFO] [stdout] 626 | | *segment, [INFO] [stdout] 627 | | "Message contains out-of-bounds struct pointer.", [INFO] [stdout] 628 | | return result); [INFO] [stdout] | |_______________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 645 | / require!(bounds_check(segment, ptr, ptr.offset(total_words as int)), [INFO] [stdout] 646 | | *segment, [INFO] [stdout] 647 | | "Message contains out-of-bounds list pointer.", [INFO] [stdout] 648 | | return result); [INFO] [stdout] | |_______________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 653 | / require!(bounds_check(segment, ptr, ptr.offset((count * WORDS_PER_POINTER as u32) as int)), [INFO] [stdout] 654 | | *segment, [INFO] [stdout] 655 | | "Message contains out-of-bounds list pointer.", [INFO] [stdout] 656 | | return result); [INFO] [stdout] | |_______________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 669 | / require!(bounds_check(segment, ptr, [INFO] [stdout] 670 | | ptr.offset(word_count as int + POINTER_SIZE_IN_WORDS as int)), [INFO] [stdout] 671 | | *segment, [INFO] [stdout] 672 | | "Message contains out-of-bounds list pointer.", [INFO] [stdout] 673 | | return result); [INFO] [stdout] | |_______________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 680 | / require!((*element_tag).kind() == wire_pointer_kind::Struct, [INFO] [stdout] 681 | | *segment, [INFO] [stdout] 682 | | "Don't know how to handle non-STRUCT inline composite.", [INFO] [stdout] 683 | | return result); [INFO] [stdout] | |_______________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 685 | / require!((*element_tag).struct_ref().word_size() * count <= word_count, [INFO] [stdout] 686 | | *segment, [INFO] [stdout] 687 | | "InlineComposite list's elements overrun its word count", [INFO] [stdout] 688 | | return result); [INFO] [stdout] | |_______________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:330:13 [INFO] [stdout] | [INFO] [stdout] 330 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 714 | require_panic!(*segment, "Unknown pointer type.", return result); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require_panic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 825 | / require!((*old_ref).kind() == wire_pointer_kind::Struct, [INFO] [stdout] 826 | | (*segment).reader, [INFO] [stdout] 827 | | "Message contains non-struct pointer where struct pointer was expected.", [INFO] [stdout] 828 | | continue 'use_default); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 979 | / require!((*reff).kind() == wire_pointer_kind::List, (*segment).reader, [INFO] [stdout] 980 | | "Called get_list_{{field,element}}() but existing pointer is not a list", [INFO] [stdout] 981 | | continue 'use_default); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 999 | / require!((*tag).kind() == wire_pointer_kind::Struct, (*segment).reader, [INFO] [stdout] 1000 | | "InlineComposite list with non-STRUCT elements not supported.", [INFO] [stdout] 1001 | | continue 'use_default); [INFO] [stdout] | |_______________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1011 | / require!(data_size >= 1, (*segment).reader, [INFO] [stdout] 1012 | | "Existing list value is incompatible with expected type.", [INFO] [stdout] 1013 | | continue 'use_default); [INFO] [stdout] | |_______________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1016 | / require!(pointer_count >= 1, (*segment).reader, [INFO] [stdout] 1017 | | "Existing list value is incompatible with expected type.", [INFO] [stdout] 1018 | | continue 'use_default); [INFO] [stdout] | |_______________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1041 | / require!(data_size >= data_bits_per_element(element_size), [INFO] [stdout] 1042 | | (*segment).reader, [INFO] [stdout] 1043 | | "Existing list value is incompatible with expected type.", [INFO] [stdout] 1044 | | continue 'use_default); [INFO] [stdout] | |_______________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1045 | / require!(pointer_count >= pointers_per_element(element_size), [INFO] [stdout] 1046 | | (*segment).reader, [INFO] [stdout] 1047 | | "Existing list value is incompatible with expected type.", [INFO] [stdout] 1048 | | continue 'use_default); [INFO] [stdout] | |_______________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1091 | / require!((*old_ref).kind() == wire_pointer_kind::List, (*old_segment).reader, [INFO] [stdout] 1092 | | "Called getList{{Field,Element}} but existing pointer is not a list.", [INFO] [stdout] 1093 | | continue 'use_default); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1102 | / require!((*old_tag).kind() == wire_pointer_kind::Struct, (*old_segment).reader, [INFO] [stdout] 1103 | | "InlineComposite list with non-STRUCT elements not supported.", [INFO] [stdout] 1104 | | continue 'use_default); [INFO] [stdout] | |_______________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1190 | / require!((*reff).kind() == wire_pointer_kind::List, (*segment).reader, [INFO] [stdout] 1191 | | "Called getText{{Field,Element}}() but existing pointer is not a list.", [INFO] [stdout] 1192 | | return use_default(reff, segment, default_value, default_size)); [INFO] [stdout] | |________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1193 | / require!((*reff).list_ref().element_size() == Byte, (*segment).reader, [INFO] [stdout] 1194 | | "Called getText{{Field,Element}}() but existing list pointer is not byte-sized.", [INFO] [stdout] 1195 | | return use_default(reff, segment, default_value, default_size)); [INFO] [stdout] | |________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1252 | / require!((*reff).kind() == wire_pointer_kind::List, (*segment).reader, [INFO] [stdout] 1253 | | "Called getData{{Field,Element}}() but existing pointer is not a list.", [INFO] [stdout] 1254 | | return use_default(reff, segment, default_value, default_size)); [INFO] [stdout] | |________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1255 | / require!((*reff).list_ref().element_size() == Byte, (*segment).reader, [INFO] [stdout] 1256 | | "Called getData{{Field,Element}}() but existing list pointer is not byte-sized.", [INFO] [stdout] 1257 | | return use_default(reff, segment, default_value, default_size)); [INFO] [stdout] | |________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1382 | / require!(nesting_limit > 0, *src_segment, [INFO] [stdout] 1383 | | "Message is too deeply-nested or contains cycles. See ReaderOptions.", [INFO] [stdout] 1384 | | return use_default(dst_segment, dst)); [INFO] [stdout] | |______________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1386 | / require!(bounds_check(src_segment, ptr, ptr.offset((*src).struct_ref().word_size() as int)), [INFO] [stdout] 1387 | | *src_segment, [INFO] [stdout] 1388 | | "Message contains out-of-bounds struct pointer.", [INFO] [stdout] 1389 | | return use_default(dst_segment, dst)); [INFO] [stdout] | |______________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1405 | / require!(nesting_limit > 0, *src_segment, [INFO] [stdout] 1406 | | "Message is too deeply-nested or contains cycles. See ReaderOptions.", [INFO] [stdout] 1407 | | return use_default(dst_segment, dst)); [INFO] [stdout] | |______________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1414 | / require!(bounds_check(src_segment, ptr.offset(-1), ptr.offset(word_count as int)), [INFO] [stdout] 1415 | | *src_segment, [INFO] [stdout] 1416 | | "Message contains out-of-bounds list pointer.", [INFO] [stdout] 1417 | | return use_default(dst_segment, dst)); [INFO] [stdout] | |__________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1419 | / require!((*tag).kind() == wire_pointer_kind::Struct, [INFO] [stdout] 1420 | | *src_segment, [INFO] [stdout] 1421 | | "InlineComposite lists of non-STRUCT type are not supported.", [INFO] [stdout] 1422 | | return use_default(dst_segment, dst)); [INFO] [stdout] | |__________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1427 | / require!(words_per_element * element_count <= word_count, [INFO] [stdout] 1428 | | *src_segment, [INFO] [stdout] 1429 | | "InlineComposite list's elements overrun its word count.", [INFO] [stdout] 1430 | | return use_default(dst_segment, dst)); [INFO] [stdout] | |__________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1450 | / require!(bounds_check(src_segment, ptr, ptr.offset(word_count as int)), [INFO] [stdout] 1451 | | *src_segment, [INFO] [stdout] 1452 | | "Message contains out-of-bounds list pointer.", [INFO] [stdout] 1453 | | return use_default(dst_segment, dst)); [INFO] [stdout] | |__________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1473 | / require!((*src).is_capability(), *src_segment, "Unknown pointer type.", [INFO] [stdout] 1474 | | return use_default(dst_segment, dst)); [INFO] [stdout] | |______________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:330:13 [INFO] [stdout] | [INFO] [stdout] 330 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1481 | / require_panic!(*src_segment, [INFO] [stdout] 1482 | | "Message contained invalid capability pointer.", [INFO] [stdout] 1483 | | return use_default(dst_segment, dst)); [INFO] [stdout] | |___________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require_panic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1510 | / require!(nesting_limit > 0, *segment, "Message is too deeply-nested or contains cycles.", [INFO] [stdout] 1511 | | continue 'use_default); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1517 | / require!((*reff).kind() == wire_pointer_kind::Struct, *segment, [INFO] [stdout] 1518 | | "Message contains non-struct pointer where struct pointer was expected.", [INFO] [stdout] 1519 | | continue 'use_default); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1521 | / require!(bounds_check(segment, ptr, [INFO] [stdout] 1522 | | ptr.offset((*reff).struct_ref().word_size() as int)), [INFO] [stdout] 1523 | | *segment, [INFO] [stdout] 1524 | | "Message contains out-of-bounds struct pointer.", [INFO] [stdout] 1525 | | continue 'use_default); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1576 | require!(nesting_limit > 0, *segment, "nesting limit exceeded", continue 'use_default); [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1580 | / require!((*reff).kind() == wire_pointer_kind::List, *segment, [INFO] [stdout] 1581 | | "Message contains non-list pointer where list pointer was expected", [INFO] [stdout] 1582 | | continue 'use_default); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1594 | / require!(bounds_check(segment, ptr.offset(-1), [INFO] [stdout] 1595 | | ptr.offset(word_count as int)), [INFO] [stdout] 1596 | | *segment, [INFO] [stdout] 1597 | | "Message contains out-of-bounds list pointer", [INFO] [stdout] 1598 | | continue 'use_default); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1600 | / require!((*tag).kind() == wire_pointer_kind::Struct, [INFO] [stdout] 1601 | | *segment, [INFO] [stdout] 1602 | | "InlineComposite lists of non-STRUCT type are not supported", [INFO] [stdout] 1603 | | continue 'use_default); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1609 | / require!(size * words_per_element <= word_count, [INFO] [stdout] 1610 | | *segment, [INFO] [stdout] 1611 | | "InlineComposite list's elements overrun its word count", [INFO] [stdout] 1612 | | continue 'use_default); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1627 | / require!(struct_ref.data_size.get() > 0, [INFO] [stdout] 1628 | | *segment, [INFO] [stdout] 1629 | | "Expected a primitive list, but got a list of pointer-only structs", [INFO] [stdout] 1630 | | continue 'use_default); [INFO] [stdout] | |___________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1634 | / require!(struct_ref.ptr_count.get() > 0, [INFO] [stdout] 1635 | | *segment, [INFO] [stdout] 1636 | | "Expected a pointer list, but got a list of data-only structs", [INFO] [stdout] 1637 | | continue 'use_default); [INFO] [stdout] | |___________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1663 | / require!( [INFO] [stdout] 1664 | | bounds_check( [INFO] [stdout] 1665 | | segment, ptr, [INFO] [stdout] 1666 | | ptr.offset( [INFO] [stdout] ... | [INFO] [stdout] 1670 | | "Message contains out-of-bounds list pointer.", [INFO] [stdout] 1671 | | continue 'use_default); [INFO] [stdout] | |______________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1686 | / require!(expected_data_bits_per_element <= data_size, *segment, [INFO] [stdout] 1687 | | "Message contains list with incompatible element type.", [INFO] [stdout] 1688 | | continue 'use_default); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1689 | / require!(expected_pointers_per_element <= pointer_count, *segment, [INFO] [stdout] 1690 | | "Message contains list with incompatible element type", [INFO] [stdout] 1691 | | continue 'use_default); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1733 | / require!((*reff).kind() == wire_pointer_kind::List, *segment, [INFO] [stdout] 1734 | | "Message contains non-list pointer where text was expected", [INFO] [stdout] 1735 | | return use_default(default_value, default_size)); [INFO] [stdout] | |_________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1737 | / require!(list_ref.element_size() == Byte, *segment, [INFO] [stdout] 1738 | | "Message contains list pointer of non-bytes where text was expected.", [INFO] [stdout] 1739 | | return use_default(default_value, default_size)); [INFO] [stdout] | |_________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1741 | / require!(bounds_check(segment, ptr, [INFO] [stdout] 1742 | | ptr.offset(round_bytes_up_to_words(size) as int)), [INFO] [stdout] 1743 | | *segment, [INFO] [stdout] 1744 | | "Message contains out-of-bounds text pointer.", [INFO] [stdout] 1745 | | return use_default(default_value, default_size)); [INFO] [stdout] | |_________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1747 | / require!(size > 0, *segment, "Message contains text that is not NUL-terminated", [INFO] [stdout] 1748 | | return use_default(default_value, default_size)); [INFO] [stdout] | |_________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1752 | / require!((*str_ptr.offset((size - 1) as int)) == 0u8, *segment, [INFO] [stdout] 1753 | | "Message contains text that is not NUL-terminated", [INFO] [stdout] 1754 | | return use_default(default_value, default_size)); [INFO] [stdout] | |_________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:330:13 [INFO] [stdout] | [INFO] [stdout] 330 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1758 | None => require_panic!(*segment, [INFO] [stdout] | _____________________- [INFO] [stdout] 1759 | | "Text contains non-utf8 data.", [INFO] [stdout] 1760 | | return use_default(default_value, default_size)), [INFO] [stdout] | |__________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require_panic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1786 | / require!((*reff).kind() == wire_pointer_kind::List, *segment, [INFO] [stdout] 1787 | | "Message contains non-list pointer where data was expected", [INFO] [stdout] 1788 | | return use_default(default_value, default_size)); [INFO] [stdout] | |_________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1790 | / require!(list_ref.element_size() == Byte, *segment, [INFO] [stdout] 1791 | | "Message contains list pointer of non-bytes where data was expected", [INFO] [stdout] 1792 | | return use_default(default_value, default_size)); [INFO] [stdout] | |_________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1794 | / require!(bounds_check(segment, ptr, [INFO] [stdout] 1795 | | ptr.offset(round_bytes_up_to_words(size) as int)), [INFO] [stdout] 1796 | | *segment, [INFO] [stdout] 1797 | | "Message contains out-of-bounds data pointer.", [INFO] [stdout] 1798 | | return use_default(default_value, default_size)); [INFO] [stdout] | |_________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1826 | / require!(wire_helpers::bounds_check(segment, location, [INFO] [stdout] 1827 | | location.offset(POINTER_SIZE_IN_WORDS as int)), [INFO] [stdout] 1828 | | *segment, [INFO] [stdout] 1829 | | "Root location out of bounds.", [INFO] [stdout] 1830 | | location = ::std::ptr::null()); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | error!($message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2287 | / require!(self.nesting_limit > 0, unsafe {*self.segment}, [INFO] [stdout] 2288 | | "Message is too deeply-nested or contains cycles", [INFO] [stdout] 2289 | | return StructReader::new_default()); [INFO] [stdout] | |____________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `require` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/message.rs:240:3 [INFO] [stdout] | [INFO] [stdout] 240 | #[unsafe_destructor] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:286:31 [INFO] [stdout] | [INFO] [stdout] 286 | ::std::slice::raw::buf_as_slice::( [INFO] [stdout] | ^^^ could not find `raw` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:293:28 [INFO] [stdout] | [INFO] [stdout] 293 | ::std::raw::Slice { data : self.segment0.reader.ptr, [INFO] [stdout] | ^^^ could not find `raw` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:298:32 [INFO] [stdout] | [INFO] [stdout] 298 | ::std::raw::Slice { data : seg.reader.ptr, [INFO] [stdout] | ^^^ could not find `raw` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/blob.rs:19:47 [INFO] [stdout] | [INFO] [stdout] 19 | unsafe { std::mem::transmute(std::raw::Slice { data: p, len: len as uint}) }; [INFO] [stdout] | ^^^ could not find `raw` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/blob.rs:35:48 [INFO] [stdout] | [INFO] [stdout] 35 | unsafe { std::mem::transmute(std::raw::Slice { data:self.ptr as *const u8, len: self.len }) } [INFO] [stdout] | ^^^ could not find `raw` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/blob.rs:52:26 [INFO] [stdout] | [INFO] [stdout] 52 | let v = std::raw::Slice { data: p, len: len as uint}; [INFO] [stdout] | ^^^ could not find `raw` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/blob.rs:61:26 [INFO] [stdout] | [INFO] [stdout] 61 | let v = std::raw::Slice { data: p as *const u8, len: len as uint}; [INFO] [stdout] | ^^^ could not find `raw` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `comm` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/capability.rs:15:28 [INFO] [stdout] | [INFO] [stdout] 15 | pub answer_port : std::comm::Receiver>, [INFO] [stdout] | ^^^^ could not find `comm` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | std::slice::bytes::copy_memory(dst, [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:95:25 [INFO] [stdout] | [INFO] [stdout] 95 | std::slice::bytes::copy_memory(dst, [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:104:29 [INFO] [stdout] | [INFO] [stdout] 104 | std::slice::bytes::copy_memory(dst1, [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:192:25 [INFO] [stdout] | [INFO] [stdout] 192 | std::slice::raw::mut_buf_as_slice::>(ptr, size, |buf| { [INFO] [stdout] | ^^^ could not find `raw` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:207:25 [INFO] [stdout] | [INFO] [stdout] 207 | std::slice::bytes::copy_memory(dst, buf); [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:214:29 [INFO] [stdout] | [INFO] [stdout] 214 | std::slice::bytes::copy_memory(dst, buf.slice(0, available)); [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:221:25 [INFO] [stdout] | [INFO] [stdout] 221 | std::slice::bytes::copy_memory(dst, src); [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:279:25 [INFO] [stdout] | [INFO] [stdout] 279 | std::slice::raw::mut_buf_as_slice::>(ptr, size, |buf| { [INFO] [stdout] | ^^^ could not find `raw` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Bit` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:551:27 [INFO] [stdout] | [INFO] [stdout] 551 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | --- ^^^^ ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ pattern doesn't bind `Bit` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | pattern doesn't bind `Bit` [INFO] [stdout] | | | pattern doesn't bind `Bit` [INFO] [stdout] | | pattern doesn't bind `Bit` [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Bit` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:551:21 [INFO] [stdout] | [INFO] [stdout] 551 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Byte` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:551:21 [INFO] [stdout] | [INFO] [stdout] 551 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ ---- ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ pattern doesn't bind `Byte` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | pattern doesn't bind `Byte` [INFO] [stdout] | | | pattern doesn't bind `Byte` [INFO] [stdout] | | variable not in all patterns [INFO] [stdout] | pattern doesn't bind `Byte` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Byte` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:551:27 [INFO] [stdout] | [INFO] [stdout] 551 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `EightBytes` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:551:21 [INFO] [stdout] | [INFO] [stdout] 551 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ ^^^^ ^^^^^^^^ ^^^^^^^^^ ---------- variable not in all patterns [INFO] [stdout] | | | | | [INFO] [stdout] | | | | pattern doesn't bind `EightBytes` [INFO] [stdout] | | | pattern doesn't bind `EightBytes` [INFO] [stdout] | | pattern doesn't bind `EightBytes` [INFO] [stdout] | pattern doesn't bind `EightBytes` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::EightBytes` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:551:57 [INFO] [stdout] | [INFO] [stdout] 551 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `FourBytes` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:551:21 [INFO] [stdout] | [INFO] [stdout] 551 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ ^^^^ ^^^^^^^^ --------- ^^^^^^^^^^ pattern doesn't bind `FourBytes` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | variable not in all patterns [INFO] [stdout] | | | pattern doesn't bind `FourBytes` [INFO] [stdout] | | pattern doesn't bind `FourBytes` [INFO] [stdout] | pattern doesn't bind `FourBytes` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::FourBytes` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:551:45 [INFO] [stdout] | [INFO] [stdout] 551 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `TwoBytes` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:551:21 [INFO] [stdout] | [INFO] [stdout] 551 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ ^^^^ -------- ^^^^^^^^^ ^^^^^^^^^^ pattern doesn't bind `TwoBytes` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | pattern doesn't bind `TwoBytes` [INFO] [stdout] | | | variable not in all patterns [INFO] [stdout] | | pattern doesn't bind `TwoBytes` [INFO] [stdout] | pattern doesn't bind `TwoBytes` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::TwoBytes` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:551:34 [INFO] [stdout] | [INFO] [stdout] 551 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Bit` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:641:27 [INFO] [stdout] | [INFO] [stdout] 641 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | --- ^^^^ ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ pattern doesn't bind `Bit` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | pattern doesn't bind `Bit` [INFO] [stdout] | | | pattern doesn't bind `Bit` [INFO] [stdout] | | pattern doesn't bind `Bit` [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Bit` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:641:21 [INFO] [stdout] | [INFO] [stdout] 641 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Byte` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:641:21 [INFO] [stdout] | [INFO] [stdout] 641 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ ---- ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ pattern doesn't bind `Byte` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | pattern doesn't bind `Byte` [INFO] [stdout] | | | pattern doesn't bind `Byte` [INFO] [stdout] | | variable not in all patterns [INFO] [stdout] | pattern doesn't bind `Byte` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Byte` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:641:27 [INFO] [stdout] | [INFO] [stdout] 641 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `EightBytes` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:641:21 [INFO] [stdout] | [INFO] [stdout] 641 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ ^^^^ ^^^^^^^^ ^^^^^^^^^ ---------- variable not in all patterns [INFO] [stdout] | | | | | [INFO] [stdout] | | | | pattern doesn't bind `EightBytes` [INFO] [stdout] | | | pattern doesn't bind `EightBytes` [INFO] [stdout] | | pattern doesn't bind `EightBytes` [INFO] [stdout] | pattern doesn't bind `EightBytes` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::EightBytes` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:641:57 [INFO] [stdout] | [INFO] [stdout] 641 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `FourBytes` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:641:21 [INFO] [stdout] | [INFO] [stdout] 641 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ ^^^^ ^^^^^^^^ --------- ^^^^^^^^^^ pattern doesn't bind `FourBytes` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | variable not in all patterns [INFO] [stdout] | | | pattern doesn't bind `FourBytes` [INFO] [stdout] | | pattern doesn't bind `FourBytes` [INFO] [stdout] | pattern doesn't bind `FourBytes` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::FourBytes` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:641:45 [INFO] [stdout] | [INFO] [stdout] 641 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `TwoBytes` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:641:21 [INFO] [stdout] | [INFO] [stdout] 641 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ ^^^^ -------- ^^^^^^^^^ ^^^^^^^^^^ pattern doesn't bind `TwoBytes` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | pattern doesn't bind `TwoBytes` [INFO] [stdout] | | | variable not in all patterns [INFO] [stdout] | | pattern doesn't bind `TwoBytes` [INFO] [stdout] | pattern doesn't bind `TwoBytes` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::TwoBytes` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:641:34 [INFO] [stdout] | [INFO] [stdout] 641 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:794:29 [INFO] [stdout] | [INFO] [stdout] 794 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:868:37 [INFO] [stdout] | [INFO] [stdout] 868 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:877:37 [INFO] [stdout] | [INFO] [stdout] 877 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:905:29 [INFO] [stdout] | [INFO] [stdout] 905 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:936:29 [INFO] [stdout] | [INFO] [stdout] 936 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Bit` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1010:27 [INFO] [stdout] | [INFO] [stdout] 1010 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | --- ^^^^ ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ pattern doesn't bind `Bit` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | pattern doesn't bind `Bit` [INFO] [stdout] | | | pattern doesn't bind `Bit` [INFO] [stdout] | | pattern doesn't bind `Bit` [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Bit` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1010:21 [INFO] [stdout] | [INFO] [stdout] 1010 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Byte` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1010:21 [INFO] [stdout] | [INFO] [stdout] 1010 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ ---- ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ pattern doesn't bind `Byte` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | pattern doesn't bind `Byte` [INFO] [stdout] | | | pattern doesn't bind `Byte` [INFO] [stdout] | | variable not in all patterns [INFO] [stdout] | pattern doesn't bind `Byte` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Byte` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1010:27 [INFO] [stdout] | [INFO] [stdout] 1010 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `EightBytes` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1010:21 [INFO] [stdout] | [INFO] [stdout] 1010 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ ^^^^ ^^^^^^^^ ^^^^^^^^^ ---------- variable not in all patterns [INFO] [stdout] | | | | | [INFO] [stdout] | | | | pattern doesn't bind `EightBytes` [INFO] [stdout] | | | pattern doesn't bind `EightBytes` [INFO] [stdout] | | pattern doesn't bind `EightBytes` [INFO] [stdout] | pattern doesn't bind `EightBytes` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::EightBytes` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1010:57 [INFO] [stdout] | [INFO] [stdout] 1010 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `FourBytes` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1010:21 [INFO] [stdout] | [INFO] [stdout] 1010 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ ^^^^ ^^^^^^^^ --------- ^^^^^^^^^^ pattern doesn't bind `FourBytes` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | variable not in all patterns [INFO] [stdout] | | | pattern doesn't bind `FourBytes` [INFO] [stdout] | | pattern doesn't bind `FourBytes` [INFO] [stdout] | pattern doesn't bind `FourBytes` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::FourBytes` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1010:45 [INFO] [stdout] | [INFO] [stdout] 1010 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `TwoBytes` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1010:21 [INFO] [stdout] | [INFO] [stdout] 1010 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^ ^^^^ -------- ^^^^^^^^^ ^^^^^^^^^^ pattern doesn't bind `TwoBytes` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | pattern doesn't bind `TwoBytes` [INFO] [stdout] | | | variable not in all patterns [INFO] [stdout] | | pattern doesn't bind `TwoBytes` [INFO] [stdout] | pattern doesn't bind `TwoBytes` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::TwoBytes` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1010:34 [INFO] [stdout] | [INFO] [stdout] 1010 | Bit | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1029:37 [INFO] [stdout] | [INFO] [stdout] 1029 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1053:37 [INFO] [stdout] | [INFO] [stdout] 1053 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1114:41 [INFO] [stdout] | [INFO] [stdout] 1114 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1394:41 [INFO] [stdout] | [INFO] [stdout] 1394 | marker : ::std::kinds::marker::ContravariantLifetime, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1434:45 [INFO] [stdout] | [INFO] [stdout] 1434 | ... marker : ::std::kinds::marker::ContravariantLifetime, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1458:45 [INFO] [stdout] | [INFO] [stdout] 1458 | ... marker : ::std::kinds::marker::ContravariantLifetime, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1528:33 [INFO] [stdout] | [INFO] [stdout] 1528 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Bit` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1626:25 [INFO] [stdout] | [INFO] [stdout] 1625 | Bit | [INFO] [stdout] | --- variable not in all patterns [INFO] [stdout] 1626 | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ pattern doesn't bind `Bit` [INFO] [stdout] | | | | [INFO] [stdout] | | | pattern doesn't bind `Bit` [INFO] [stdout] | | pattern doesn't bind `Bit` [INFO] [stdout] | pattern doesn't bind `Bit` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Bit` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1625:25 [INFO] [stdout] | [INFO] [stdout] 1625 | Bit | [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Byte` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1625:25 [INFO] [stdout] | [INFO] [stdout] 1625 | Bit | [INFO] [stdout] | ^^^ pattern doesn't bind `Byte` [INFO] [stdout] 1626 | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ---- ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ pattern doesn't bind `Byte` [INFO] [stdout] | | | | [INFO] [stdout] | | | pattern doesn't bind `Byte` [INFO] [stdout] | | pattern doesn't bind `Byte` [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Byte` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1626:25 [INFO] [stdout] | [INFO] [stdout] 1626 | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `EightBytes` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1625:25 [INFO] [stdout] | [INFO] [stdout] 1625 | Bit | [INFO] [stdout] | ^^^ pattern doesn't bind `EightBytes` [INFO] [stdout] 1626 | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^^^^^^ ---------- variable not in all patterns [INFO] [stdout] | | | | [INFO] [stdout] | | | pattern doesn't bind `EightBytes` [INFO] [stdout] | | pattern doesn't bind `EightBytes` [INFO] [stdout] | pattern doesn't bind `EightBytes` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::EightBytes` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1626:55 [INFO] [stdout] | [INFO] [stdout] 1626 | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `FourBytes` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1625:25 [INFO] [stdout] | [INFO] [stdout] 1625 | Bit | [INFO] [stdout] | ^^^ pattern doesn't bind `FourBytes` [INFO] [stdout] 1626 | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^ ^^^^^^^^ --------- ^^^^^^^^^^ pattern doesn't bind `FourBytes` [INFO] [stdout] | | | | [INFO] [stdout] | | | variable not in all patterns [INFO] [stdout] | | pattern doesn't bind `FourBytes` [INFO] [stdout] | pattern doesn't bind `FourBytes` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::FourBytes` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1626:43 [INFO] [stdout] | [INFO] [stdout] 1626 | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `TwoBytes` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1625:25 [INFO] [stdout] | [INFO] [stdout] 1625 | Bit | [INFO] [stdout] | ^^^ pattern doesn't bind `TwoBytes` [INFO] [stdout] 1626 | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^ -------- ^^^^^^^^^ ^^^^^^^^^^ pattern doesn't bind `TwoBytes` [INFO] [stdout] | | | | [INFO] [stdout] | | | pattern doesn't bind `TwoBytes` [INFO] [stdout] | | variable not in all patterns [INFO] [stdout] | pattern doesn't bind `TwoBytes` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::TwoBytes` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1626:32 [INFO] [stdout] | [INFO] [stdout] 1626 | Byte | TwoBytes | FourBytes | EightBytes => { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1643:41 [INFO] [stdout] | [INFO] [stdout] 1643 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1694:41 [INFO] [stdout] | [INFO] [stdout] 1694 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1808:21 [INFO] [stdout] | [INFO] [stdout] 1808 | marker : ::std::kinds::marker::ContravariantLifetime<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1817:29 [INFO] [stdout] | [INFO] [stdout] 1817 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1833:33 [INFO] [stdout] | [INFO] [stdout] 1833 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1842:29 [INFO] [stdout] | [INFO] [stdout] 1842 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1897:21 [INFO] [stdout] | [INFO] [stdout] 1897 | marker : ::std::kinds::marker::ContravariantLifetime<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1907:29 [INFO] [stdout] | [INFO] [stdout] 1907 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2034:33 [INFO] [stdout] | [INFO] [stdout] 2034 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2051:21 [INFO] [stdout] | [INFO] [stdout] 2051 | marker : ::std::kinds::marker::ContravariantLifetime<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2064:29 [INFO] [stdout] | [INFO] [stdout] 2064 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Zero` in `num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2088:32 [INFO] [stdout] | [INFO] [stdout] 2088 | return ::std::num::Zero::zero() [INFO] [stdout] | ^^^^ could not find `Zero` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2124:33 [INFO] [stdout] | [INFO] [stdout] 2124 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2162:21 [INFO] [stdout] | [INFO] [stdout] 2162 | marker : ::std::kinds::marker::ContravariantLifetime<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2175:33 [INFO] [stdout] | [INFO] [stdout] 2175 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2254:29 [INFO] [stdout] | [INFO] [stdout] 2254 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2263:21 [INFO] [stdout] | [INFO] [stdout] 2263 | marker : ::std::kinds::marker::ContravariantLifetime<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2277:29 [INFO] [stdout] | [INFO] [stdout] 2277 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2308:29 [INFO] [stdout] | [INFO] [stdout] 2308 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2321:29 [INFO] [stdout] | [INFO] [stdout] 2321 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2333:21 [INFO] [stdout] | [INFO] [stdout] 2333 | marker : ::std::kinds::marker::ContravariantLifetime<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2347:29 [INFO] [stdout] | [INFO] [stdout] 2347 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2364:29 [INFO] [stdout] | [INFO] [stdout] 2364 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2376:29 [INFO] [stdout] | [INFO] [stdout] 2376 | marker : ::std::kinds::marker::ContravariantLifetime::<'a>, [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | FromPrimitive::from_u16(result) [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FromPrimitive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | FromPrimitive::from_u16(result) [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FromPrimitive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:97:26 [INFO] [stdout] | [INFO] [stdout] 97 | try!(std::slice::raw::mut_buf_as_slice::>(ptr, buf_len, |buf| { [INFO] [stdout] | ^^^ could not find `raw` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:157:34 [INFO] [stdout] | [INFO] [stdout] 157 | try!(std::slice::raw::buf_as_slice::>(ptr, table.len() * 4, |buf| { [INFO] [stdout] | ^^^ could not find `raw` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:165:38 [INFO] [stdout] | [INFO] [stdout] 165 | try!(std::slice::raw::buf_as_slice::>( [INFO] [stdout] | ^^^ could not find `raw` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:142:42 [INFO] [stdout] | [INFO] [stdout] 142 | try!(std::slice::raw::mut_buf_as_slice::>(out, run_length, |buf| { [INFO] [stdout] | ^^^ could not find `raw` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:333:42 [INFO] [stdout] | [INFO] [stdout] 333 | try!(std::slice::raw::buf_as_slice::>(run_start, count, |buf| { [INFO] [stdout] | ^^^ could not find `raw` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `Noop` in module `pipeline_op` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/any_pointer.rs:54:31 [INFO] [stdout] | [INFO] [stdout] 54 | &pipeline_op::Noop => { } [INFO] [stdout] | ^^^^ not found in `pipeline_op` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 8 | use capability::pipeline_op::Type::Noop; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `GetPointerField` in module `pipeline_op` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/any_pointer.rs:55:31 [INFO] [stdout] | [INFO] [stdout] 55 | &pipeline_op::GetPointerField(idx) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `pipeline_op` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 8 | use capability::pipeline_op::Type::GetPointerField; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/any_pointer.rs:56:95 [INFO] [stdout] | [INFO] [stdout] 56 | pointer = pointer.get_struct(::std::ptr::null()).get_pointer_field(idx as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetPointerField` in module `pipeline_op` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/any_pointer.rs:133:35 [INFO] [stdout] | [INFO] [stdout] 133 | new_ops.push(pipeline_op::GetPointerField(pointer_index)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `pipeline_op` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 8 | use capability::pipeline_op::Type::GetPointerField; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | let this_begin : uint = self.ptr.to_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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:31:24 [INFO] [stdout] | [INFO] [stdout] 31 | let this_end : uint = unsafe { self.ptr.offset(self.size as int).to_uint() }; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:31:69 [INFO] [stdout] | [INFO] [stdout] 31 | let this_end : uint = unsafe { self.ptr.offset(self.size as int).to_uint() }; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `BuilderArenaPtr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | arena : BuilderArenaPtr(arena), [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: tuple variant `layout::wire_helpers::ArenaPtr::BuilderArenaPtr` exists but is inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:318:5 [INFO] [stdout] | [INFO] [stdout] 318 | BuilderArenaPtr(*mut BuilderArena), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:61:25 [INFO] [stdout] | [INFO] [stdout] 61 | let this_addr : uint = self.reader.ptr.to_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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:62:24 [INFO] [stdout] | [INFO] [stdout] 62 | let ptr_addr : uint = ptr.to_uint(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:79:59 [INFO] [stdout] | [INFO] [stdout] 79 | self.pos = unsafe { self.pos.offset(amount as int) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:87:68 [INFO] [stdout] | [INFO] [stdout] 87 | ::std::mem::transmute(self.reader.ptr.offset(offset as int)) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `BuilderArenaPtr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | BuilderArenaPtr(b) => b, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: tuple variant `layout::wire_helpers::ArenaPtr::BuilderArenaPtr` exists but is inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:318:5 [INFO] [stdout] | [INFO] [stdout] 318 | BuilderArenaPtr(*mut BuilderArena), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Null` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:120:25 [INFO] [stdout] | [INFO] [stdout] 120 | arena : Null, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: unit variant `layout::wire_helpers::ArenaPtr::Null` exists but is inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:319:5 [INFO] [stdout] | [INFO] [stdout] 319 | Null [INFO] [stdout] | ^^^^ not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ReaderArenaPtr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:130:25 [INFO] [stdout] | [INFO] [stdout] 130 | let arena_ptr = ReaderArenaPtr (&*arena); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: tuple variant `layout::wire_helpers::ArenaPtr::ReaderArenaPtr` exists but is inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:317:5 [INFO] [stdout] | [INFO] [stdout] 317 | ReaderArenaPtr(*const ReaderArena), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:154:69 [INFO] [stdout] | [INFO] [stdout] 154 | unsafe { self.more_segments.as_slice().unsafe_get(id as uint - 1) as *const SegmentReader } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `NumWords` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:196:17 [INFO] [stdout] | [INFO] [stdout] 196 | NumWords(n) => { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: tuple variant `layout::wire_helpers::FirstSegment::NumWords` exists but is inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 184 | NumWords(u32), [INFO] [stdout] | ^^^^^^^^^^^^^ not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ZeroedWords` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:202:17 [INFO] [stdout] | [INFO] [stdout] 202 | ZeroedWords(w) => (w.as_mut_ptr(), w.len() as u32, Vec::new()) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: tuple variant `layout::wire_helpers::FirstSegment::ZeroedWords` exists but is inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | ZeroedWords(&'a mut [Word]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Null` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:210:29 [INFO] [stdout] | [INFO] [stdout] 210 | arena : Null }, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: unit variant `layout::wire_helpers::ArenaPtr::Null` exists but is inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:319:5 [INFO] [stdout] | [INFO] [stdout] 319 | Null [INFO] [stdout] | ^^^^ not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `BuilderArenaPtr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:223:40 [INFO] [stdout] | [INFO] [stdout] 223 | result.segment0.reader.arena = BuilderArenaPtr(arena_ptr); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: tuple variant `layout::wire_helpers::ArenaPtr::BuilderArenaPtr` exists but is inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:318:5 [INFO] [stdout] | [INFO] [stdout] 318 | BuilderArenaPtr(*mut BuilderArena), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `GrowHeuristically` in module `message` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:237:22 [INFO] [stdout] | [INFO] [stdout] 237 | message::GrowHeuristically => { self.next_size += size; } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `message` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 7 | use message::AllocationStrategy::GrowHeuristically; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:279:65 [INFO] [stdout] | [INFO] [stdout] 279 | &mut *self.more_segments.as_mut_slice()[(id - 1) as uint] as *mut SegmentBuilder [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:288:53 [INFO] [stdout] | [INFO] [stdout] 288 | self.segment0.current_size() as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cont` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:289:25 [INFO] [stdout] | [INFO] [stdout] 289 | |v| cont([v]) ) [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:294:77 [INFO] [stdout] | [INFO] [stdout] 294 | ... len : self.segment0.current_size() as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:299:73 [INFO] [stdout] | [INFO] [stdout] 299 | ... len : seg.current_size() as uint})); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cont` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:301:17 [INFO] [stdout] | [INFO] [stdout] 301 | cont(result.as_slice()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ReaderArenaPtr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:326:18 [INFO] [stdout] | [INFO] [stdout] 326 | &ReaderArenaPtr(reader) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: tuple variant `layout::wire_helpers::ArenaPtr::ReaderArenaPtr` exists but is inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:317:5 [INFO] [stdout] | [INFO] [stdout] 317 | ReaderArenaPtr(*const ReaderArena), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `BuilderArenaPtr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:329:18 [INFO] [stdout] | [INFO] [stdout] 329 | &BuilderArenaPtr(builder) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: tuple variant `layout::wire_helpers::ArenaPtr::BuilderArenaPtr` exists but is inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:318:5 [INFO] [stdout] | [INFO] [stdout] 318 | BuilderArenaPtr(*mut BuilderArena), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:333:68 [INFO] [stdout] | [INFO] [stdout] 333 | &(*builder).more_segments.as_slice()[id as uint - 1].reader as *const SegmentReader [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:343:39 [INFO] [stdout] | [INFO] [stdout] 343 | pub fn extract_cap(&self, index : uint) -> Option> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ReaderArenaPtr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:346:18 [INFO] [stdout] | [INFO] [stdout] 346 | &ReaderArenaPtr(reader) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: tuple variant `layout::wire_helpers::ArenaPtr::ReaderArenaPtr` exists but is inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:317:5 [INFO] [stdout] | [INFO] [stdout] 317 | ReaderArenaPtr(*const ReaderArena), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `BuilderArenaPtr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:358:18 [INFO] [stdout] | [INFO] [stdout] 358 | &BuilderArenaPtr(builder) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: tuple variant `layout::wire_helpers::ArenaPtr::BuilderArenaPtr` exists but is inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:318:5 [INFO] [stdout] | [INFO] [stdout] 318 | BuilderArenaPtr(*mut BuilderArena), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ReaderArenaPtr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:380:18 [INFO] [stdout] | [INFO] [stdout] 380 | &ReaderArenaPtr(reader) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: tuple variant `layout::wire_helpers::ArenaPtr::ReaderArenaPtr` exists but is inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:317:5 [INFO] [stdout] | [INFO] [stdout] 317 | ReaderArenaPtr(*const ReaderArena), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `BuilderArenaPtr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:383:18 [INFO] [stdout] | [INFO] [stdout] 383 | &BuilderArenaPtr(builder) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: tuple variant `layout::wire_helpers::ArenaPtr::BuilderArenaPtr` exists but is inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:318:5 [INFO] [stdout] | [INFO] [stdout] 318 | BuilderArenaPtr(*mut BuilderArena), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/blob.rs:19:81 [INFO] [stdout] | [INFO] [stdout] 19 | unsafe { std::mem::transmute(std::raw::Slice { data: p, len: len as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/blob.rs:25:15 [INFO] [stdout] | [INFO] [stdout] 25 | len : 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/blob.rs:31:45 [INFO] [stdout] | [INFO] [stdout] 31 | Builder { ptr : p, len : len as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/blob.rs:52:60 [INFO] [stdout] | [INFO] [stdout] 52 | let v = std::raw::Slice { data: p, len: len as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/blob.rs:61:73 [INFO] [stdout] | [INFO] [stdout] 61 | let v = std::raw::Slice { data: p as *const u8, len: len as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/common.rs:7:22 [INFO] [stdout] | [INFO] [stdout] 7 | pub type BitCount0 = uint; // `BitCount` clashes with a standard trait [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/common.rs:13:22 [INFO] [stdout] | [INFO] [stdout] 13 | pub type ByteCount = 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/common.rs:19:22 [INFO] [stdout] | [INFO] [stdout] 19 | pub type WordCount = 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/common.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | pub type ElementCount = 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/common.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | pub type WirePointerCount = uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `set_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/common.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | ::std::ptr::set_memory(p, 0, size * BYTES_PER_WORD); [INFO] [stdout] | ^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `RawPtr` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/common.rs:86:34 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn ptr_sub, V: ::std::ptr::RawPtr>(p1 : U, p2 : V) -> uint { [INFO] [stdout] | ^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `RawPtr` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/common.rs:86:60 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn ptr_sub, V: ::std::ptr::RawPtr>(p1 : U, p2 : V) -> uint { [INFO] [stdout] | ^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/common.rs:86:90 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn ptr_sub, V: ::std::ptr::RawPtr>(p1 : U, p2 : V) -> 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:13:46 [INFO] [stdout] | [INFO] [stdout] 13 | ... min_bytes : uint) -> IoResult { [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:13:64 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn read_at_least(reader : &mut R, [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] 12 | buf: &mut [u8], [INFO] [stdout] 13 | min_bytes : uint) -> IoResult { [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | fn skip(&mut self, bytes : uint) -> IoResult<()>; [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pos : 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | cap : 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:53:35 [INFO] [stdout] | [INFO] [stdout] 53 | fn skip(&mut self, mut bytes : uint) -> IoResult<()> { [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:84:52 [INFO] [stdout] | [INFO] [stdout] 83 | impl<'a, R: Reader> Reader for BufferedInputStreamWrapper<'a, R> { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] 84 | fn read(&mut self, dst: &mut [u8]) -> IoResult { [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:130:50 [INFO] [stdout] | [INFO] [stdout] 129 | impl <'a> Reader for ArrayInputStream<'a> { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] 130 | fn read(&mut self, dst: &mut [u8]) -> Result { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoError` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:130:65 [INFO] [stdout] | [INFO] [stdout] 130 | fn read(&mut self, dst: &mut [u8]) -> Result { [INFO] [stdout] | ^^^^^^^ help: a struct with a similar name exists: `Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:132:30 [INFO] [stdout] | [INFO] [stdout] 132 | unsafe { ::std::ptr::copy_nonoverlapping_memory(dst.as_mut_ptr(), self.array.as_ptr(), n) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:139:32 [INFO] [stdout] | [INFO] [stdout] 139 | fn skip(&mut self, bytes : uint) -> IoResult<()> { [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:154:56 [INFO] [stdout] | [INFO] [stdout] 154 | unsafe fn write_ptr(&mut self, ptr: *mut u8, size: uint) -> IoResult<()>; [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | pos: 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:186:56 [INFO] [stdout] | [INFO] [stdout] 186 | unsafe fn write_ptr(&mut self, ptr: *mut u8, size: uint) -> IoResult<()> { [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:244:16 [INFO] [stdout] | [INFO] [stdout] 244 | fill_pos : uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:260:30 [INFO] [stdout] | [INFO] [stdout] 260 | unsafe { ::std::ptr::copy_nonoverlapping_memory(self.array.unsafe_mut(self.fill_pos), buf.as_ptr(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/io.rs:273:56 [INFO] [stdout] | [INFO] [stdout] 273 | unsafe fn write_ptr(&mut self, ptr: *mut u8, size: uint) -> IoResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:52:14 [INFO] [stdout] | [INFO] [stdout] 52 | 0 => Void, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 7 | use layout::ElementSize::Void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Bit` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:53:14 [INFO] [stdout] | [INFO] [stdout] 53 | 1 => Bit, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 7 | use layout::ElementSize::Bit; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Byte` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:54:14 [INFO] [stdout] | [INFO] [stdout] 54 | 8 => Byte, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 7 | use layout::ElementSize::Byte; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TwoBytes` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:55:15 [INFO] [stdout] | [INFO] [stdout] 55 | 16 => TwoBytes, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 7 | use layout::ElementSize::TwoBytes; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FourBytes` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | 32 => FourBytes, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 7 | use layout::ElementSize::FourBytes; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EightBytes` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | 64 => EightBytes, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 7 | use layout::ElementSize::EightBytes; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `InlineComposite` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:159:63 [INFO] [stdout] | [INFO] [stdout] 159 | self.element_size_and_count.set(((wc as u32) << 3) | (InlineComposite as u32)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 7 | use layout::ElementSize::InlineComposite; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Other` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:184:58 [INFO] [stdout] | [INFO] [stdout] 184 | self.offset_and_kind.get() == wire_pointer_kind::Other as u32 [INFO] [stdout] | ^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use layout::wire_pointer_kind::Type::Other; [INFO] [stdout] | [INFO] [stdout] 7 | use std::io::ErrorKind::Other; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:190:87 [INFO] [stdout] | [INFO] [stdout] 190 | unsafe { this_addr.offset((1 + ((self.offset_and_kind.get() as i32) >> 2)) as int) } [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:196:87 [INFO] [stdout] | [INFO] [stdout] 196 | unsafe { this_addr.offset((1 + ((self.offset_and_kind.get() as i32) >> 2)) as int) } [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:203:25 [INFO] [stdout] | [INFO] [stdout] 203 | let this_addr : int = unsafe {::std::mem::transmute(&*self)}; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:204:27 [INFO] [stdout] | [INFO] [stdout] 204 | let target_addr : int = unsafe {::std::mem::transmute(target)}; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:206:60 [INFO] [stdout] | [INFO] [stdout] 206 | ((((target_addr - this_addr)/BYTES_PER_WORD as int) as i32 - 1) << 2) as u32 [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Far` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:253:77 [INFO] [stdout] | [INFO] [stdout] 253 | (( pos << 3) | (is_double_far as u32 << 2) | wire_pointer_kind::Far as u32); [INFO] [stdout] | ^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 7 | use layout::wire_pointer_kind::Type::Far; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Other` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:258:53 [INFO] [stdout] | [INFO] [stdout] 258 | self.offset_and_kind.set(wire_pointer_kind::Other as u32); [INFO] [stdout] | ^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use layout::wire_pointer_kind::Type::Other; [INFO] [stdout] | [INFO] [stdout] 7 | use std::io::ErrorKind::Other; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:385:54 [INFO] [stdout] | [INFO] [stdout] 385 | if amount == 0 && kind == wire_pointer_kind::Struct { [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:411:64 [INFO] [stdout] | [INFO] [stdout] 411 | let ptr1 = ptr.offset(POINTER_SIZE_IN_WORDS as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Far` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:439:50 [INFO] [stdout] | [INFO] [stdout] 439 | if (**reff).kind() == wire_pointer_kind::Far { [INFO] [stdout] | ^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Far; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Far` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:465:75 [INFO] [stdout] | [INFO] [stdout] 465 | if !(*segment).is_null() && (**reff).kind() == wire_pointer_kind::Far { [INFO] [stdout] | ^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Far; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:470:55 [INFO] [stdout] | [INFO] [stdout] 470 | (**reff).far_position_in_segment() as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:472:29 [INFO] [stdout] | [INFO] [stdout] 472 | let pad_words : int = if (**reff).is_double_far() { 2 } else { 1 }; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:493:95 [INFO] [stdout] | [INFO] [stdout] 493 | return (**segment).get_start_ptr().offset((*pad).far_position_in_segment() as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:506:32 [INFO] [stdout] | [INFO] [stdout] 506 | wire_pointer_kind::Struct | wire_pointer_kind::List | wire_pointer_kind::Other => { [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:506:60 [INFO] [stdout] | [INFO] [stdout] 506 | wire_pointer_kind::Struct | wire_pointer_kind::List | wire_pointer_kind::Other => { [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `Other` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:506:86 [INFO] [stdout] | [INFO] [stdout] 506 | wire_pointer_kind::Struct | wire_pointer_kind::List | wire_pointer_kind::Other => { [INFO] [stdout] | ^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Other; [INFO] [stdout] | [INFO] [stdout] 341 | use std::io::ErrorKind::Other; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `Far` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:510:32 [INFO] [stdout] | [INFO] [stdout] 510 | wire_pointer_kind::Far => { [INFO] [stdout] | ^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Far; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `set_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:522:33 [INFO] [stdout] | [INFO] [stdout] 522 | ::std::ptr::set_memory(pad, 0u8, 2); [INFO] [stdout] | ^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `set_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:526:33 [INFO] [stdout] | [INFO] [stdout] 526 | ::std::ptr::set_memory(pad, 0u8, 1); [INFO] [stdout] | ^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `Other` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:536:32 [INFO] [stdout] | [INFO] [stdout] 536 | wire_pointer_kind::Other => { panic!("Don't know how to handle OTHER") } [INFO] [stdout] | ^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Other; [INFO] [stdout] | [INFO] [stdout] 341 | use std::io::ErrorKind::Other; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:537:32 [INFO] [stdout] | [INFO] [stdout] 537 | wire_pointer_kind::Struct => { [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:540:71 [INFO] [stdout] | [INFO] [stdout] 540 | ptr.offset((*tag).struct_ref().data_size.get() as int)); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:542:68 [INFO] [stdout] | [INFO] [stdout] 542 | let count = (*tag).struct_ref().ptr_count.get() as int; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:543:26 [INFO] [stdout] | [INFO] [stdout] 543 | for i in range::(0, count) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 341 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:543:34 [INFO] [stdout] | [INFO] [stdout] 543 | for i in range::(0, count) { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 543 | for i in range::(0, count) { [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 532 | pub unsafe fn zero_object_helper(segment : *mut SegmentBuilder, [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `set_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:546:29 [INFO] [stdout] | [INFO] [stdout] 546 | ::std::ptr::set_memory(ptr, 0u8, (*tag).struct_ref().word_size() as uint); [INFO] [stdout] | ^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:546:85 [INFO] [stdout] | [INFO] [stdout] 546 | ::std::ptr::set_memory(ptr, 0u8, (*tag).struct_ref().word_size() as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:548:32 [INFO] [stdout] | [INFO] [stdout] 548 | wire_pointer_kind::List => { [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `set_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:552:37 [INFO] [stdout] | [INFO] [stdout] 552 | ::std::ptr::set_memory( [INFO] [stdout] | ^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:557:87 [INFO] [stdout] | [INFO] [stdout] 557 | ... (*tag).list_ref().element_size())) as u64) as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:560:74 [INFO] [stdout] | [INFO] [stdout] 560 | let count = (*tag).list_ref().element_count() as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:561:34 [INFO] [stdout] | [INFO] [stdout] 561 | for i in range::(0, count as int) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 341 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:561:42 [INFO] [stdout] | [INFO] [stdout] 561 | for i in range::(0, count as int) { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 561 | for i in range::(0, count as int) { [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 532 | pub unsafe fn zero_object_helper(segment : *mut SegmentBuilder, [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:561:59 [INFO] [stdout] | [INFO] [stdout] 561 | for i in range::(0, count as int) { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `set_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:565:37 [INFO] [stdout] | [INFO] [stdout] 565 | ::std::ptr::set_memory(ptr, 0u8, count); [INFO] [stdout] | ^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | assert!((*element_tag).kind() == wire_pointer_kind::Struct, [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:577:34 [INFO] [stdout] | [INFO] [stdout] 577 | for _ in range(0, count) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 341 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:578:59 [INFO] [stdout] | [INFO] [stdout] 578 | ... pos = pos.offset(data_size as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:579:38 [INFO] [stdout] | [INFO] [stdout] 579 | ... for _ in range(0, pointer_count as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 341 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:579:64 [INFO] [stdout] | [INFO] [stdout] 579 | ... for _ in range(0, pointer_count as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `set_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:586:37 [INFO] [stdout] | [INFO] [stdout] 586 | ::std::ptr::set_memory(ptr, 0u8, [INFO] [stdout] | ^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:587:105 [INFO] [stdout] | [INFO] [stdout] 587 | ... ((*element_tag).struct_ref().word_size() * count + 1) as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `Far` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:591:32 [INFO] [stdout] | [INFO] [stdout] 591 | wire_pointer_kind::Far => { panic!("Unexpected FAR pointer") } [INFO] [stdout] | ^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Far; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Far` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:601:49 [INFO] [stdout] | [INFO] [stdout] 601 | if (*reff).kind() == wire_pointer_kind::Far { [INFO] [stdout] | ^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Far; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:605:25 [INFO] [stdout] | [INFO] [stdout] 605 | ::std::ptr::zero_memory(pad, num_elements); [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:607:21 [INFO] [stdout] | [INFO] [stdout] 607 | ::std::ptr::zero_memory(reff, 1); [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:624:32 [INFO] [stdout] | [INFO] [stdout] 624 | wire_pointer_kind::Struct => { [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:625:100 [INFO] [stdout] | [INFO] [stdout] 625 | require!(bounds_check(segment, ptr, ptr.offset((*reff).struct_ref().word_size() as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:632:94 [INFO] [stdout] | [INFO] [stdout] 632 | ::std::mem::transmute(ptr.offset((*reff).struct_ref().data_size.get() as int)); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:633:29 [INFO] [stdout] | [INFO] [stdout] 633 | let count : int = (*reff).struct_ref().ptr_count.get() as int; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:633:75 [INFO] [stdout] | [INFO] [stdout] 633 | let count : int = (*reff).struct_ref().ptr_count.get() as int; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:634:26 [INFO] [stdout] | [INFO] [stdout] 634 | for i in range(0, count) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 341 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:638:32 [INFO] [stdout] | [INFO] [stdout] 638 | wire_pointer_kind::List => { [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:645:87 [INFO] [stdout] | [INFO] [stdout] 645 | require!(bounds_check(segment, ptr, ptr.offset(total_words as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:653:110 [INFO] [stdout] | [INFO] [stdout] 653 | require!(bounds_check(segment, ptr, ptr.offset((count * WORDS_PER_POINTER as u32) as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:660:34 [INFO] [stdout] | [INFO] [stdout] 660 | for i in range(0, count as int) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 341 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:660:52 [INFO] [stdout] | [INFO] [stdout] 660 | for i in range(0, count as int) { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:670:72 [INFO] [stdout] | [INFO] [stdout] 670 | ... ptr.offset(word_count as int + POINTER_SIZE_IN_WORDS as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:670:103 [INFO] [stdout] | [INFO] [stdout] 670 | ... ptr.offset(word_count as int + POINTER_SIZE_IN_WORDS as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:680:78 [INFO] [stdout] | [INFO] [stdout] 680 | require!((*element_tag).kind() == wire_pointer_kind::Struct, [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:693:89 [INFO] [stdout] | [INFO] [stdout] 693 | let mut pos : *const Word = ptr.offset(POINTER_SIZE_IN_WORDS as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:694:34 [INFO] [stdout] | [INFO] [stdout] 694 | for _ in range(0, count) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 341 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:695:59 [INFO] [stdout] | [INFO] [stdout] 695 | ... pos = pos.offset(data_size as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:697:38 [INFO] [stdout] | [INFO] [stdout] 697 | ... for _ in range(0, pointer_count) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 341 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:701:75 [INFO] [stdout] | [INFO] [stdout] 701 | ... pos = pos.offset(POINTER_SIZE_IN_WORDS as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `Far` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:707:32 [INFO] [stdout] | [INFO] [stdout] 707 | wire_pointer_kind::Far => { [INFO] [stdout] | ^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Far; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `Other` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:710:32 [INFO] [stdout] | [INFO] [stdout] 710 | wire_pointer_kind::Other => { [INFO] [stdout] | ^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Other; [INFO] [stdout] | [INFO] [stdout] 341 | use std::io::ErrorKind::Other; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:738:25 [INFO] [stdout] | [INFO] [stdout] 738 | ::std::ptr::zero_memory(dst, 1); [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Far` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:739:55 [INFO] [stdout] | [INFO] [stdout] 739 | } else if (*src).kind() == wire_pointer_kind::Far { [INFO] [stdout] | ^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Far; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:740:25 [INFO] [stdout] | [INFO] [stdout] 740 | ::std::ptr::copy_nonoverlapping_memory(dst, src as *const WirePointer, 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:758:25 [INFO] [stdout] | [INFO] [stdout] 758 | ::std::ptr::copy_nonoverlapping_memory(&mut (*dst).upper32bits, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:775:33 [INFO] [stdout] | [INFO] [stdout] 775 | ::std::ptr::copy_nonoverlapping_memory( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:790:106 [INFO] [stdout] | [INFO] [stdout] 790 | let ptr : *mut Word = allocate(&mut reff, &mut segment_builder, size.total(), wire_pointer_kind::Struct); [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:798:46 [INFO] [stdout] | [INFO] [stdout] 798 | ptr.offset((size.data as uint) as int)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:798:55 [INFO] [stdout] | [INFO] [stdout] 798 | ptr.offset((size.data as uint) as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:825:62 [INFO] [stdout] | [INFO] [stdout] 825 | require!((*old_ref).kind() == wire_pointer_kind::Struct, [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:832:112 [INFO] [stdout] | [INFO] [stdout] 832 | let old_pointer_section : *mut WirePointer = ::std::mem::transmute(old_ptr.offset(old_data_size as int)); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:848:92 [INFO] [stdout] | [INFO] [stdout] 848 | let ptr = allocate(&mut reff, &mut segment, total_size, wire_pointer_kind::Struct); [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:853:29 [INFO] [stdout] | [INFO] [stdout] 853 | ::std::ptr::copy_nonoverlapping_memory(ptr, old_ptr as *const Word, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:854:71 [INFO] [stdout] | [INFO] [stdout] 854 | ... old_data_size as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:859:71 [INFO] [stdout] | [INFO] [stdout] 859 | ::std::mem::transmute(ptr.offset(new_data_size as int)); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:860:26 [INFO] [stdout] | [INFO] [stdout] 860 | for i in range::(0, old_pointer_count as int) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 341 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:860:34 [INFO] [stdout] | [INFO] [stdout] 860 | for i in range::(0, old_pointer_count as int) { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 860 | for i in range::(0, old_pointer_count as int) { [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 805 | pub unsafe fn get_writable_struct_pointer<'a, int>(mut reff : *mut WirePointer, [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:860:63 [INFO] [stdout] | [INFO] [stdout] 860 | for i in range::(0, old_pointer_count as int) { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:865:29 [INFO] [stdout] | [INFO] [stdout] 865 | ::std::ptr::zero_memory(old_ptr, old_data_size as uint + old_pointer_count as uint); [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:865:67 [INFO] [stdout] | [INFO] [stdout] 865 | ::std::ptr::zero_memory(old_ptr, old_data_size as uint + old_pointer_count as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:865:95 [INFO] [stdout] | [INFO] [stdout] 865 | ::std::ptr::zero_memory(old_ptr, old_data_size as uint + old_pointer_count as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `InlineComposite` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:893:33 [INFO] [stdout] | [INFO] [stdout] 893 | assert!(element_size != InlineComposite, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::InlineComposite; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:900:92 [INFO] [stdout] | [INFO] [stdout] 900 | let ptr = allocate(&mut reff, &mut segment_builder, word_count, wire_pointer_kind::List); [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:926:105 [INFO] [stdout] | [INFO] [stdout] 926 | ... POINTER_SIZE_IN_WORDS as u32 + word_count, wire_pointer_kind::List)); [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:930:84 [INFO] [stdout] | [INFO] [stdout] 930 | (*ptr).set_kind_and_inline_composite_list_element_count(wire_pointer_kind::Struct, element_count); [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:933:56 [INFO] [stdout] | [INFO] [stdout] 933 | let ptr1 = ptr.offset(POINTER_SIZE_IN_WORDS as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `InlineComposite` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:951:33 [INFO] [stdout] | [INFO] [stdout] 951 | assert!(element_size != InlineComposite, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::InlineComposite; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:979:59 [INFO] [stdout] | [INFO] [stdout] 979 | require!((*reff).kind() == wire_pointer_kind::List, (*segment).reader, [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `InlineComposite` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:985:28 [INFO] [stdout] | [INFO] [stdout] 985 | if old_size == InlineComposite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::InlineComposite; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:999:62 [INFO] [stdout] | [INFO] [stdout] 999 | require!((*tag).kind() == wire_pointer_kind::Struct, (*segment).reader, [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1003:59 [INFO] [stdout] | [INFO] [stdout] 1003 | ptr = ptr.offset(POINTER_SIZE_IN_WORDS as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1020:55 [INFO] [stdout] | [INFO] [stdout] 1020 | ptr = ptr.offset(data_size as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1091:62 [INFO] [stdout] | [INFO] [stdout] 1091 | require!((*old_ref).kind() == wire_pointer_kind::List, (*old_segment).reader, [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `InlineComposite` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1097:28 [INFO] [stdout] | [INFO] [stdout] 1097 | if old_size == InlineComposite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::InlineComposite; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1101:67 [INFO] [stdout] | [INFO] [stdout] 1101 | old_ptr = old_ptr.offset(POINTER_SIZE_IN_WORDS as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1102:66 [INFO] [stdout] | [INFO] [stdout] 1102 | require!((*old_tag).kind() == wire_pointer_kind::Struct, (*old_segment).reader, [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1144:102 [INFO] [stdout] | [INFO] [stdout] 1144 | allocate(&mut reff, &mut segment, round_bytes_up_to_words(byte_size), wire_pointer_kind::List); [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Byte` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1147:36 [INFO] [stdout] | [INFO] [stdout] 1147 | (*reff).mut_list_ref().set(Byte, byte_size); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::Byte; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1161:21 [INFO] [stdout] | [INFO] [stdout] 1161 | ::std::ptr::copy_nonoverlapping_memory(slice.as_mut_ptr(), value_bytes.as_ptr(), value_bytes.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1177:29 [INFO] [stdout] | [INFO] [stdout] 1177 | ::std::ptr::copy_nonoverlapping_memory::(builder.as_ptr(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1179:76 [INFO] [stdout] | [INFO] [stdout] 1179 | ... default_size as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1190:55 [INFO] [stdout] | [INFO] [stdout] 1190 | require!((*reff).kind() == wire_pointer_kind::List, (*segment).reader, [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Byte` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1193:55 [INFO] [stdout] | [INFO] [stdout] 1193 | require!((*reff).list_ref().element_size() == Byte, (*segment).reader, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::Byte; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1207:97 [INFO] [stdout] | [INFO] [stdout] 1207 | allocate(&mut reff, &mut segment, round_bytes_up_to_words(size), wire_pointer_kind::List); [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Byte` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1210:36 [INFO] [stdout] | [INFO] [stdout] 1210 | (*reff).mut_list_ref().set(Byte, size); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::Byte; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1221:21 [INFO] [stdout] | [INFO] [stdout] 1221 | ::std::ptr::copy_nonoverlapping_memory(allocation.value.as_mut_ptr(), value.as_ptr(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1239:29 [INFO] [stdout] | [INFO] [stdout] 1239 | ::std::ptr::copy_nonoverlapping_memory::(builder.as_mut_ptr(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1241:76 [INFO] [stdout] | [INFO] [stdout] 1241 | ... default_size as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1252:55 [INFO] [stdout] | [INFO] [stdout] 1252 | require!((*reff).kind() == wire_pointer_kind::List, (*segment).reader, [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Byte` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1255:55 [INFO] [stdout] | [INFO] [stdout] 1255 | require!((*reff).list_ref().element_size() == Byte, (*segment).reader, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::Byte; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1268:84 [INFO] [stdout] | [INFO] [stdout] 1268 | let ptr = allocate(&mut reff, &mut segment, total_size, wire_pointer_kind::Struct); [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1274:25 [INFO] [stdout] | [INFO] [stdout] 1274 | ::std::ptr::copy_nonoverlapping_memory::(ptr, ::std::mem::transmute(value.data), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1275:77 [INFO] [stdout] | [INFO] [stdout] 1275 | ... value.data_size as uint / BITS_PER_WORD); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1278:96 [INFO] [stdout] | [INFO] [stdout] 1278 | let pointer_section : *mut WirePointer = ::std::mem::transmute(ptr.offset(data_size as int)); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1279:18 [INFO] [stdout] | [INFO] [stdout] 1279 | for i in range(0, value.pointer_count as int) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 341 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1279:50 [INFO] [stdout] | [INFO] [stdout] 1279 | for i in range(0, value.pointer_count as int) { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1300:88 [INFO] [stdout] | [INFO] [stdout] 1300 | let ptr = allocate(&mut reff, &mut segment, total_size, wire_pointer_kind::List); [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Pointer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1304:44 [INFO] [stdout] | [INFO] [stdout] 1304 | (*reff).mut_list_ref().set(Pointer, value.element_count); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1305:26 [INFO] [stdout] | [INFO] [stdout] 1305 | for i in range(0, value.element_count as int) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 341 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1305:58 [INFO] [stdout] | [INFO] [stdout] 1305 | for i in range(0, value.element_count as int) { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1314:26 [INFO] [stdout] | [INFO] [stdout] 1314 | 0 => Void, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::Void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Bit` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1315:26 [INFO] [stdout] | [INFO] [stdout] 1315 | 1 => Bit, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::Bit; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Byte` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1316:26 [INFO] [stdout] | [INFO] [stdout] 1316 | 8 => Byte, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::Byte; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TwoBytes` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1317:27 [INFO] [stdout] | [INFO] [stdout] 1317 | 16 => TwoBytes, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::TwoBytes; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FourBytes` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1318:27 [INFO] [stdout] | [INFO] [stdout] 1318 | 32 => FourBytes, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::FourBytes; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EightBytes` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1319:27 [INFO] [stdout] | [INFO] [stdout] 1319 | 64 => EightBytes, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::EightBytes; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1324:29 [INFO] [stdout] | [INFO] [stdout] 1324 | ::std::ptr::copy_memory(ptr, ::std::mem::transmute::<*const u8,*const Word>(value.ptr), total_size as uint); [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1324:119 [INFO] [stdout] | [INFO] [stdout] 1324 | ::std::ptr::copy_memory(ptr, ::std::mem::transmute::<*const u8,*const Word>(value.ptr), total_size as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1330:119 [INFO] [stdout] | [INFO] [stdout] 1330 | let ptr = allocate(&mut reff, &mut segment, total_size + POINTER_SIZE_IN_WORDS as u32, wire_pointer_kind::List); [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1337:88 [INFO] [stdout] | [INFO] [stdout] 1337 | (*tag).set_kind_and_inline_composite_list_element_count(wire_pointer_kind::Struct, value.element_count); [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1339:63 [INFO] [stdout] | [INFO] [stdout] 1339 | let mut dst = ptr.offset(POINTER_SIZE_IN_WORDS as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1342:22 [INFO] [stdout] | [INFO] [stdout] 1342 | for _ in range(0, value.element_count) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 341 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1343:29 [INFO] [stdout] | [INFO] [stdout] 1343 | ::std::ptr::copy_nonoverlapping_memory(dst, src, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1344:80 [INFO] [stdout] | [INFO] [stdout] 1344 | ... value.struct_data_size as uint / BITS_PER_WORD); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1345:47 [INFO] [stdout] | [INFO] [stdout] 1345 | dst = dst.offset(data_size as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1346:47 [INFO] [stdout] | [INFO] [stdout] 1346 | src = src.offset(data_size as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1348:26 [INFO] [stdout] | [INFO] [stdout] 1348 | for _ in range(0, pointer_count) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 341 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1351:63 [INFO] [stdout] | [INFO] [stdout] 1351 | dst = dst.offset(POINTER_SIZE_IN_WORDS as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1352:63 [INFO] [stdout] | [INFO] [stdout] 1352 | src = src.offset(POINTER_SIZE_IN_WORDS as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1365:29 [INFO] [stdout] | [INFO] [stdout] 1365 | ::std::ptr::zero_memory(dst, 1); [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1381:32 [INFO] [stdout] | [INFO] [stdout] 1381 | wire_pointer_kind::Struct => { [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1386:103 [INFO] [stdout] | [INFO] [stdout] 1386 | require!(bounds_check(src_segment, ptr, ptr.offset((*src).struct_ref().word_size() as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1397:108 [INFO] [stdout] | [INFO] [stdout] 1397 | pointers : ::std::mem::transmute(ptr.offset((*src).struct_ref().data_size.get() as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1403:32 [INFO] [stdout] | [INFO] [stdout] 1403 | wire_pointer_kind::List => { [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `InlineComposite` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1409:36 [INFO] [stdout] | [INFO] [stdout] 1409 | if element_size == InlineComposite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::InlineComposite; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1412:63 [INFO] [stdout] | [INFO] [stdout] 1412 | ptr = ptr.offset(POINTER_SIZE_IN_WORDS as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1414:97 [INFO] [stdout] | [INFO] [stdout] 1414 | require!(bounds_check(src_segment, ptr.offset(-1), ptr.offset(word_count as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1419:66 [INFO] [stdout] | [INFO] [stdout] 1419 | require!((*tag).kind() == wire_pointer_kind::Struct, [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1450:86 [INFO] [stdout] | [INFO] [stdout] 1450 | require!(bounds_check(src_segment, ptr, ptr.offset(word_count as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `Far` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1469:32 [INFO] [stdout] | [INFO] [stdout] 1469 | wire_pointer_kind::Far => { [INFO] [stdout] | ^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Far; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `Other` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1472:32 [INFO] [stdout] | [INFO] [stdout] 1472 | wire_pointer_kind::Other => { [INFO] [stdout] | ^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Other; [INFO] [stdout] | [INFO] [stdout] 341 | use std::io::ErrorKind::Other; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1475:88 [INFO] [stdout] | [INFO] [stdout] 1475 | match (*src_segment).arena.extract_cap((*src).cap_ref().index.get() as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1517:59 [INFO] [stdout] | [INFO] [stdout] 1517 | require!((*reff).kind() == wire_pointer_kind::Struct, *segment, [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1522:82 [INFO] [stdout] | [INFO] [stdout] 1522 | ... ptr.offset((*reff).struct_ref().word_size() as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1531:80 [INFO] [stdout] | [INFO] [stdout] 1531 | pointers : ::std::mem::transmute(ptr.offset(data_size_words as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1547:54 [INFO] [stdout] | [INFO] [stdout] 1547 | let n = (*reff).cap_ref().index.get() as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1580:59 [INFO] [stdout] | [INFO] [stdout] 1580 | require!((*reff).kind() == wire_pointer_kind::List, *segment, [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1595:68 [INFO] [stdout] | [INFO] [stdout] 1595 | ... ptr.offset(word_count as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Struct` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1600:66 [INFO] [stdout] | [INFO] [stdout] 1600 | require!((*tag).kind() == wire_pointer_kind::Struct, [INFO] [stdout] | ^^^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::Struct; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1633:76 [INFO] [stdout] | [INFO] [stdout] 1633 | ... ptr = ptr.offset(struct_ref.data_size.get() as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1668:82 [INFO] [stdout] | [INFO] [stdout] 1668 | ... (list_ref.element_count() * step) as u64) as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1733:55 [INFO] [stdout] | [INFO] [stdout] 1733 | require!((*reff).kind() == wire_pointer_kind::List, *segment, [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Byte` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1737:45 [INFO] [stdout] | [INFO] [stdout] 1737 | require!(list_ref.element_size() == Byte, *segment, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::Byte; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1742:75 [INFO] [stdout] | [INFO] [stdout] 1742 | ... ptr.offset(round_bytes_up_to_words(size) as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1752:49 [INFO] [stdout] | [INFO] [stdout] 1752 | require!((*str_ptr.offset((size - 1) as int)) == 0u8, *segment, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `List` in module `wire_pointer_kind` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1786:55 [INFO] [stdout] | [INFO] [stdout] 1786 | require!((*reff).kind() == wire_pointer_kind::List, *segment, [INFO] [stdout] | ^^^^ not found in `wire_pointer_kind` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::wire_pointer_kind::Type::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Byte` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1790:45 [INFO] [stdout] | [INFO] [stdout] 1790 | require!(list_ref.element_size() == Byte, *segment, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 341 | use layout::ElementSize::Byte; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1795:75 [INFO] [stdout] | [INFO] [stdout] 1795 | ... ptr.offset(round_bytes_up_to_words(size) as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:1827:89 [INFO] [stdout] | [INFO] [stdout] 1827 | ... location.offset(POINTER_SIZE_IN_WORDS as int)), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2026:25 [INFO] [stdout] | [INFO] [stdout] 2026 | ::std::ptr::zero_memory(self.pointer, 1); [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2075:47 [INFO] [stdout] | [INFO] [stdout] 2075 | pub fn get_data_section_as_blob(&self) -> uint { panic!("unimplemented") } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Zero` in module `std::num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2078:50 [INFO] [stdout] | [INFO] [stdout] 2078 | pub fn get_data_field(&self, offset : ElementCount) -> T { [INFO] [stdout] | ^^^^ not found in `std::num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2082:72 [INFO] [stdout] | [INFO] [stdout] 2082 | if (offset + 1) * bits_per_element::() <= self.data_size as uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2085:40 [INFO] [stdout] | [INFO] [stdout] 2085 | (*dwv.offset(offset as int)).get() [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2098:66 [INFO] [stdout] | [INFO] [stdout] 2098 | let b : *const u8 = self.data.offset((boffset as uint / BITS_PER_BYTE) as int); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2098:91 [INFO] [stdout] | [INFO] [stdout] 2098 | let b : *const u8 = self.data.offset((boffset as uint / BITS_PER_BYTE) as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2099:76 [INFO] [stdout] | [INFO] [stdout] 2099 | ((*b) & (1u8 << (boffset as u32 % BITS_PER_BYTE as u32) as uint)) != 0 [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Zero` in module `std::num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2107:55 [INFO] [stdout] | [INFO] [stdout] 2107 | pub fn get_data_field_mask(&self, [INFO] [stdout] | ^^^^ not found in `std::num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2126:70 [INFO] [stdout] | [INFO] [stdout] 2126 | pointer : unsafe { self.pointers.offset(ptr_index as int) }, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2140:18 [INFO] [stdout] | [INFO] [stdout] 2140 | for i in range(0, self.pointer_count as int) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 7 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2140:49 [INFO] [stdout] | [INFO] [stdout] 2140 | for i in range(0, self.pointer_count as int) { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2190:36 [INFO] [stdout] | [INFO] [stdout] 2190 | (*ptr.offset(offset as int)).set(value) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Zero` in module `std::num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2195:55 [INFO] [stdout] | [INFO] [stdout] 2195 | pub fn set_data_field_mask(&self, [INFO] [stdout] | ^^^^ not found in `std::num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2206:36 [INFO] [stdout] | [INFO] [stdout] 2206 | (*ptr.offset(offset as int)).get() [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Zero` in module `std::num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2211:55 [INFO] [stdout] | [INFO] [stdout] 2211 | pub fn get_data_field_mask(&self, [INFO] [stdout] | ^^^^ not found in `std::num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2223:72 [INFO] [stdout] | [INFO] [stdout] 2223 | let b = unsafe { self.data.offset((boffset / BITS_PER_BYTE) as int)}; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2239:72 [INFO] [stdout] | [INFO] [stdout] 2239 | let b = unsafe { self.data.offset((boffset / BITS_PER_BYTE) as int) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2256:66 [INFO] [stdout] | [INFO] [stdout] 2256 | pointer : unsafe { self.pointers.offset(ptr_index as int) } [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2294:43 [INFO] [stdout] | [INFO] [stdout] 2294 | self.ptr.offset((index_bit as uint / BITS_PER_BYTE) as int) }; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2294:68 [INFO] [stdout] | [INFO] [stdout] 2294 | self.ptr.offset((index_bit as uint / BITS_PER_BYTE) as int) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2298:66 [INFO] [stdout] | [INFO] [stdout] 2298 | struct_data.offset((self.struct_data_size as uint / BITS_PER_BYTE) as int)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2298:91 [INFO] [stdout] | [INFO] [stdout] 2298 | struct_data.offset((self.struct_data_size as uint / BITS_PER_BYTE) as int)) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2324:101 [INFO] [stdout] | [INFO] [stdout] 2324 | ::std::mem::transmute(self.ptr.offset((index * self.step / BITS_PER_BYTE as u32) as int)) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2358:89 [INFO] [stdout] | [INFO] [stdout] 2358 | let struct_data = unsafe{ self.ptr.offset((index_bit / BITS_PER_BYTE as u32) as int)}; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2361:63 [INFO] [stdout] | [INFO] [stdout] 2361 | struct_data.offset(((self.struct_data_size as uint) / BITS_PER_BYTE) as int)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2361:89 [INFO] [stdout] | [INFO] [stdout] 2361 | struct_data.offset(((self.struct_data_size as uint) / BITS_PER_BYTE) as int)) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2379:101 [INFO] [stdout] | [INFO] [stdout] 2379 | ::std::mem::transmute(self.ptr.offset((index * self.step / BITS_PER_BYTE as u32) as int)) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2392:66 [INFO] [stdout] | [INFO] [stdout] 2392 | (index as ElementCount * list_reader.step as uint / BITS_PER_BYTE) as int); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2392:91 [INFO] [stdout] | [INFO] [stdout] 2392 | (index as ElementCount * list_reader.step as uint / BITS_PER_BYTE) as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2403:67 [INFO] [stdout] | [INFO] [stdout] 2403 | (index as ElementCount * list_builder.step as uint / BITS_PER_BYTE) as int)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2403:92 [INFO] [stdout] | [INFO] [stdout] 2403 | (index as ElementCount * list_builder.step as uint / BITS_PER_BYTE) as int)); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2414:67 [INFO] [stdout] | [INFO] [stdout] 2414 | (index as ElementCount * list_builder.step as uint / BITS_PER_BYTE) as int)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2414:92 [INFO] [stdout] | [INFO] [stdout] 2414 | (index as ElementCount * list_builder.step as uint / BITS_PER_BYTE) as int)); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2434:71 [INFO] [stdout] | [INFO] [stdout] 2434 | let bindex : BitCount0 = index as ElementCount * list.step as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2436:77 [INFO] [stdout] | [INFO] [stdout] 2436 | let b : *const u8 = list.ptr.offset((bindex / BITS_PER_BYTE) as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2442:71 [INFO] [stdout] | [INFO] [stdout] 2442 | let bindex : BitCount0 = index as ElementCount * list.step as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2443:70 [INFO] [stdout] | [INFO] [stdout] 2443 | let b = unsafe { list.ptr.offset((bindex / BITS_PER_BYTE) as int) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2448:71 [INFO] [stdout] | [INFO] [stdout] 2448 | let bindex : BitCount0 = index as ElementCount * list.step as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/layout.rs:2449:70 [INFO] [stdout] | [INFO] [stdout] 2449 | let b = unsafe { list.ptr.offset((bindex / BITS_PER_BYTE) as int) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FromPrimitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:132:19 [INFO] [stdout] | [INFO] [stdout] 132 | impl <'a, T : FromPrimitive> Reader<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FromPrimitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:141:19 [INFO] [stdout] | [INFO] [stdout] 141 | impl <'a, T : FromPrimitive> FromPointerReader<'a> for Reader<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FromPrimitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:147:19 [INFO] [stdout] | [INFO] [stdout] 147 | impl <'a, T : FromPrimitive> Reader<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FromPrimitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:159:27 [INFO] [stdout] | [INFO] [stdout] 159 | impl <'a, T : ToU16 + FromPrimitive> Builder<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FromPrimitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:172:19 [INFO] [stdout] | [INFO] [stdout] 172 | impl <'a, T : FromPrimitive> FromPointerBuilder<'a> for Builder<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FromPrimitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:181:27 [INFO] [stdout] | [INFO] [stdout] 181 | impl <'a, T : ToU16 + FromPrimitive> Builder<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Pointer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:382:47 [INFO] [stdout] | [INFO] [stdout] 382 | Reader { reader : reader.get_list(Pointer, default_value) } [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 363 | use layout::ElementSize::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Pointer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:414:45 [INFO] [stdout] | [INFO] [stdout] 414 | builder : builder.init_list(Pointer, size) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 363 | use layout::ElementSize::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Pointer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:419:44 [INFO] [stdout] | [INFO] [stdout] 419 | builder : builder.get_list(Pointer, default_value) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 363 | use layout::ElementSize::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Pointer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:452:47 [INFO] [stdout] | [INFO] [stdout] 452 | Reader { reader : reader.get_list(Pointer, default_value) } [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 433 | use layout::ElementSize::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Pointer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:484:45 [INFO] [stdout] | [INFO] [stdout] 484 | builder : builder.init_list(Pointer, size) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 433 | use layout::ElementSize::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Pointer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/list.rs:489:44 [INFO] [stdout] | [INFO] [stdout] 489 | builder : builder.get_list(Pointer, default_value) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 433 | use layout::ElementSize::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/message.rs:52:32 [INFO] [stdout] | [INFO] [stdout] 52 | fn get_segment(&self, id : uint) -> &[Word]; [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/message.rs:85:39 [INFO] [stdout] | [INFO] [stdout] 85 | fn get_segment<'b>(&'b self, id : uint) -> &'b [Word] { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GrowHeuristically` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/message.rs:115:64 [INFO] [stdout] | [INFO] [stdout] 115 | pub const SUGGESTED_ALLOCATION_STRATEGY : AllocationStrategy = GrowHeuristically; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 7 | use message::AllocationStrategy::GrowHeuristically; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GrowHeuristically` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/message.rs:129:47 [INFO] [stdout] | [INFO] [stdout] 129 | allocation_strategy : GrowHeuristically, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 7 | use message::AllocationStrategy::GrowHeuristically; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cont` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/message.rs:191:46 [INFO] [stdout] | [INFO] [stdout] 191 | self.arena().get_segments_for_output(cont) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/message.rs:246:31 [INFO] [stdout] | [INFO] [stdout] 246 | std::ptr::zero_memory(ptr, segments[0].len()); [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:19:27 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct OwnedSpaceMessageReader { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 19 | segment_slices : 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] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:19:33 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct OwnedSpaceMessageReader { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 19 | segment_slices : 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] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:24:32 [INFO] [stdout] | [INFO] [stdout] 24 | fn get_segment(&self, id : uint) -> &[Word] { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:37:54 [INFO] [stdout] | [INFO] [stdout] 37 | fn invalid_input(desc : &'static str) -> std::io::IoResult { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IoError` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | return Err(std::io::IoError{ kind : std::io::InvalidInput, [INFO] [stdout] | ^^^^^^^ help: a struct with a similar name exists: `Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `InvalidInput` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:38:50 [INFO] [stdout] | [INFO] [stdout] 38 | return Err(std::io::IoError{ kind : std::io::InvalidInput, [INFO] [stdout] | ^^^^^^^^^^^^ not found in `std::io` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 7 | use std::io::ErrorKind::InvalidInput; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:43:32 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn new_reader(input_stream : &mut U, [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:45:52 [INFO] [stdout] | [INFO] [stdout] 45 | ... -> std::io::IoResult { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:67:80 [INFO] [stdout] | [INFO] [stdout] 67 | let mut more_sizes : Vec = Vec::with_capacity((segment_count & !1) as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:70:89 [INFO] [stdout] | [INFO] [stdout] 70 | let more_sizes_raw = try!(input_stream.read_exact((4 * (segment_count & !1)) as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:71:19 [INFO] [stdout] | [INFO] [stdout] 71 | for ii in range(0, segment_count as uint - 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 7 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:71:45 [INFO] [stdout] | [INFO] [stdout] 71 | for ii in range(0, segment_count as uint - 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:92:76 [INFO] [stdout] | [INFO] [stdout] 92 | let mut owned_space : Vec = allocate_zeroed_words(total_words as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:93:34 [INFO] [stdout] | [INFO] [stdout] 93 | let buf_len = total_words as uint * BYTES_PER_WORD; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:97:62 [INFO] [stdout] | [INFO] [stdout] 97 | try!(std::slice::raw::mut_buf_as_slice::>(ptr, buf_len, |buf| { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:97:71 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn new_reader(input_stream : &mut U, [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 97 | try!(std::slice::raw::mut_buf_as_slice::>(ptr, buf_len, |buf| { [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:104:35 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn new_reader(input_stream : &mut U, [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 104 | let mut segment_slices : Vec<(uint, uint)> = vec!((0, segment0_size as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:104:41 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn new_reader(input_stream : &mut U, [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 104 | let mut segment_slices : Vec<(uint, uint)> = vec!((0, segment0_size as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:104:76 [INFO] [stdout] | [INFO] [stdout] 104 | let mut segment_slices : Vec<(uint, uint)> = vec!((0, segment0_size as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:107:72 [INFO] [stdout] | [INFO] [stdout] 107 | let segment0 : &[Word] = owned_space.slice(0, segment0_size as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:113:23 [INFO] [stdout] | [INFO] [stdout] 113 | for ii in range(0, segment_count as uint - 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 7 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:113:49 [INFO] [stdout] | [INFO] [stdout] 113 | for ii in range(0, segment_count as uint - 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:114:59 [INFO] [stdout] | [INFO] [stdout] 114 | segments.push(owned_space.slice(offset as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:115:88 [INFO] [stdout] | [INFO] [stdout] 115 | ... (offset + more_sizes.as_slice()[ii]) as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:116:48 [INFO] [stdout] | [INFO] [stdout] 116 | segment_slices.push((offset as 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:117:78 [INFO] [stdout] | [INFO] [stdout] 117 | ... (offset + more_sizes.as_slice()[ii]) as uint)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:133:39 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn write_message<'a, T : std::io::Writer, U : MessageBuilder<'a>>( [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:135:31 [INFO] [stdout] | [INFO] [stdout] 135 | message : &U) -> std::io::IoResult<()> { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:140:30 [INFO] [stdout] | [INFO] [stdout] 140 | let table_size : uint = (segments.len() + 2) & (!1); [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:147:22 [INFO] [stdout] | [INFO] [stdout] 147 | for i in range(0, segments.len()) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 7 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:157:66 [INFO] [stdout] | [INFO] [stdout] 157 | try!(std::slice::raw::buf_as_slice::>(ptr, table.len() * 4, |buf| { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:162:22 [INFO] [stdout] | [INFO] [stdout] 162 | for i in range(0, segments.len()) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 7 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize.rs:165:70 [INFO] [stdout] | [INFO] [stdout] 165 | try!(std::slice::raw::buf_as_slice::>( [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:33:49 [INFO] [stdout] | [INFO] [stdout] 33 | impl <'a, R : io::BufferedInputStream> std::io::Reader for PackedInputStream<'a, R> { [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:34:56 [INFO] [stdout] | [INFO] [stdout] 34 | fn read(&mut self, out_buf: &mut [u8]) -> std::io::IoResult { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:34:65 [INFO] [stdout] | [INFO] [stdout] 33 | impl <'a, R : io::BufferedInputStream> std::io::Reader for PackedInputStream<'a, R> { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] 34 | fn read(&mut self, out_buf: &mut [u8]) -> std::io::IoResult { [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | for i in range(0u, 8) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 7 | 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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:99:30 [INFO] [stdout] | [INFO] [stdout] 99 | for n in range(0u, 8) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 7 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:103:62 [INFO] [stdout] | [INFO] [stdout] 103 | in_ptr = in_ptr.offset(is_nonzero as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:110:38 [INFO] [stdout] | [INFO] [stdout] 110 | let run_length : uint = (*in_ptr) as uint * 8; [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:110:58 [INFO] [stdout] | [INFO] [stdout] 110 | let run_length : uint = (*in_ptr) as uint * 8; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `set_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:116:31 [INFO] [stdout] | [INFO] [stdout] 116 | std::ptr::set_memory(out, 0, run_length); [INFO] [stdout] | ^^^^^^^^^^ not found in `std::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:117:52 [INFO] [stdout] | [INFO] [stdout] 117 | out = out.offset(run_length as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:123:42 [INFO] [stdout] | [INFO] [stdout] 123 | let mut run_length : uint = (*in_ptr) as uint * 8; [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/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:123:62 [INFO] [stdout] | [INFO] [stdout] 123 | let mut run_length : uint = (*in_ptr) as uint * 8; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:132:35 [INFO] [stdout] | [INFO] [stdout] 132 | std::ptr::copy_nonoverlapping_memory(out, in_ptr, run_length); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:133:56 [INFO] [stdout] | [INFO] [stdout] 133 | out = out.offset(run_length as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:134:62 [INFO] [stdout] | [INFO] [stdout] 134 | in_ptr = in_ptr.offset(run_length as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:137:35 [INFO] [stdout] | [INFO] [stdout] 137 | std::ptr::copy_nonoverlapping_memory(out, in_ptr, in_remaining); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:138:58 [INFO] [stdout] | [INFO] [stdout] 138 | out = out.offset(in_remaining as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:142:78 [INFO] [stdout] | [INFO] [stdout] 142 | try!(std::slice::raw::mut_buf_as_slice::>(out, run_length, |buf| { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:142:87 [INFO] [stdout] | [INFO] [stdout] 33 | impl <'a, R : io::BufferedInputStream> std::io::Reader for PackedInputStream<'a, R> { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 142 | try!(std::slice::raw::mut_buf_as_slice::>(out, run_length, |buf| { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:145:56 [INFO] [stdout] | [INFO] [stdout] 145 | out = out.offset(run_length as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:173:60 [INFO] [stdout] | [INFO] [stdout] 173 | ... -> std::io::IoResult { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:181:43 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn new_reader_unbuffered(input : &mut U, [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:183:63 [INFO] [stdout] | [INFO] [stdout] 183 | ... -> std::io::IoResult { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:196:50 [INFO] [stdout] | [INFO] [stdout] 196 | impl <'a, W : io::BufferedOutputStream> std::io::Writer for PackedOutputStream<'a, W> { [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:197:53 [INFO] [stdout] | [INFO] [stdout] 197 | fn write(&mut self, in_buf : &[u8]) -> std::io::IoResult<()> { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `u8` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:201:36 [INFO] [stdout] | [INFO] [stdout] 201 | let mut slow_buffer : [u8,..20] = [0, ..20]; [INFO] [stdout] | ^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:224:42 [INFO] [stdout] | [INFO] [stdout] 224 | out = out.offset(bit0 as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:229:42 [INFO] [stdout] | [INFO] [stdout] 229 | out = out.offset(bit1 as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:234:42 [INFO] [stdout] | [INFO] [stdout] 234 | out = out.offset(bit2 as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:239:42 [INFO] [stdout] | [INFO] [stdout] 239 | out = out.offset(bit3 as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:244:42 [INFO] [stdout] | [INFO] [stdout] 244 | out = out.offset(bit4 as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:249:42 [INFO] [stdout] | [INFO] [stdout] 249 | out = out.offset(bit5 as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:254:42 [INFO] [stdout] | [INFO] [stdout] 254 | out = out.offset(bit6 as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:259:42 [INFO] [stdout] | [INFO] [stdout] 259 | out = out.offset(bit7 as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:304:34 [INFO] [stdout] | [INFO] [stdout] 304 | for _ in range(0u, 8) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 7 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:316:33 [INFO] [stdout] | [INFO] [stdout] 316 | let count : uint = ptr_sub(in_ptr, run_start); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `std::ptr` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:324:35 [INFO] [stdout] | [INFO] [stdout] 324 | std::ptr::copy_nonoverlapping_memory(out, src, count); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:326:51 [INFO] [stdout] | [INFO] [stdout] 326 | out = out.offset(count as int); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:333:74 [INFO] [stdout] | [INFO] [stdout] 333 | try!(std::slice::raw::buf_as_slice::>(run_start, count, |buf| { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:349:36 [INFO] [stdout] | [INFO] [stdout] 349 | fn flush(&mut self) -> std::io::IoResult<()> { self.inner.flush() } [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:353:48 [INFO] [stdout] | [INFO] [stdout] 353 | output : &mut T, message : &U) -> std::io::IoResult<()> { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:359:56 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn write_packed_message_unbuffered<'a, T: std::io::Writer, U: MessageBuilder<'a>>( [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/serialize_packed.rs:360:48 [INFO] [stdout] | [INFO] [stdout] 360 | output : &mut T, message : &U) -> std::io::IoResult<()> { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(globs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `globs` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(macro_rules)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | #![feature(phase)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #![feature(unsafe_destructor)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:118:25 [INFO] [stdout] | [INFO] [stdout] 118 | let mut arena = box ReaderArena { [INFO] [stdout] | _________________________^ [INFO] [stdout] 119 | | segment0 : SegmentReader { [INFO] [stdout] 120 | | arena : Null, [INFO] [stdout] 121 | | ptr : unsafe { segments[0].unsafe_get(0) }, [INFO] [stdout] ... | [INFO] [stdout] 126 | | fail_fast : options.fail_fast, [INFO] [stdout] 127 | | }; [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:205:26 [INFO] [stdout] | [INFO] [stdout] 205 | let mut result = box BuilderArena { [INFO] [stdout] | __________________________^ [INFO] [stdout] 206 | | segment0 : SegmentBuilder { [INFO] [stdout] 207 | | reader : SegmentReader { [INFO] [stdout] 208 | | ptr : first_segment as *const Word, [INFO] [stdout] ... | [INFO] [stdout] 219 | | fail_fast : fail_fast, [INFO] [stdout] 220 | | }; [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:266:35 [INFO] [stdout] | [INFO] [stdout] 266 | let mut new_builder = box SegmentBuilder::new(self, id as u32, words, size); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use libc; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:178:22 [INFO] [stdout] | [INFO] [stdout] 178 | unsafe { libc::free(::std::mem::transmute(segment_ptr)); } [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:198:25 [INFO] [stdout] | [INFO] [stdout] 198 | libc::calloc(n as libc::size_t, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:198:43 [INFO] [stdout] | [INFO] [stdout] 198 | libc::calloc(n as libc::size_t, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:199:61 [INFO] [stdout] | [INFO] [stdout] 199 | ... BYTES_PER_WORD as libc::size_t)); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:231:35 [INFO] [stdout] | [INFO] [stdout] 231 | ::std::mem::transmute(libc::calloc(size as libc::size_t, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:231:56 [INFO] [stdout] | [INFO] [stdout] 231 | ::std::mem::transmute(libc::calloc(size as libc::size_t, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/capnproto-rust-053a4378fee67cd5/eff8043/src/capnp/arena.rs:232:70 [INFO] [stdout] | [INFO] [stdout] 232 | ... BYTES_PER_WORD as libc::size_t)) }; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 589 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0408, E0412, E0422, E0423, E0425, E0432, E0433, E0463... [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `capnp` due to 590 previous errors [INFO] running `Command { std: "docker" "inspect" "241f1f67418afcdd2b4b8c8b20d4867294c5abfb03e09344534e022d728b91fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "241f1f67418afcdd2b4b8c8b20d4867294c5abfb03e09344534e022d728b91fb", kill_on_drop: false }` [INFO] [stdout] 241f1f67418afcdd2b4b8c8b20d4867294c5abfb03e09344534e022d728b91fb