[INFO] crate xdr-codegen 0.1.0-alpha is already in cache [INFO] checking xdr-codegen-0.1.0-alpha against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate xdr-codegen 0.1.0-alpha into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate xdr-codegen 0.1.0-alpha on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate xdr-codegen 0.1.0-alpha [INFO] finished tweaking crates.io crate xdr-codegen 0.1.0-alpha [INFO] tweaked toml for crates.io crate xdr-codegen 0.1.0-alpha written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f4bf1c60e8ba6f8560d9b98f044df3388c9be9578ded32ffaa03dfe8185f09dd [INFO] running `"docker" "start" "-a" "f4bf1c60e8ba6f8560d9b98f044df3388c9be9578ded32ffaa03dfe8185f09dd"` [INFO] [stderr] Checking xdr-rs-serialize v0.1.0-alpha [INFO] [stderr] Checking serde_json v1.0.46 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling xdr-rs-serialize-derive v0.1.0-alpha [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking mazzaroth-xdr v0.1.0-alpha [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:24:44 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:24:44 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:24:44 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:24:52 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:24:52 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:49:44 [INFO] [stderr] | [INFO] [stderr] 49 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:49:44 [INFO] [stderr] | [INFO] [stderr] 49 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:49:44 [INFO] [stderr] | [INFO] [stderr] 49 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:49:52 [INFO] [stderr] | [INFO] [stderr] 49 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:49:52 [INFO] [stderr] | [INFO] [stderr] 49 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:57:44 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:57:44 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:57:44 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:57:52 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:57:52 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:90:44 [INFO] [stderr] | [INFO] [stderr] 90 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:90:44 [INFO] [stderr] | [INFO] [stderr] 90 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:90:44 [INFO] [stderr] | [INFO] [stderr] 90 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:90:52 [INFO] [stderr] | [INFO] [stderr] 90 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:90:52 [INFO] [stderr] | [INFO] [stderr] 90 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:100:44 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:100:44 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:100:44 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:100:52 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:100:52 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:107:35 [INFO] [stderr] | [INFO] [stderr] 107 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:120:35 [INFO] [stderr] | [INFO] [stderr] 120 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:120:43 [INFO] [stderr] | [INFO] [stderr] 120 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:139:44 [INFO] [stderr] | [INFO] [stderr] 139 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:139:44 [INFO] [stderr] | [INFO] [stderr] 139 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:139:44 [INFO] [stderr] | [INFO] [stderr] 139 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:139:52 [INFO] [stderr] | [INFO] [stderr] 139 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:139:52 [INFO] [stderr] | [INFO] [stderr] 139 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:144:44 [INFO] [stderr] | [INFO] [stderr] 144 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:144:44 [INFO] [stderr] | [INFO] [stderr] 144 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:144:44 [INFO] [stderr] | [INFO] [stderr] 144 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:144:52 [INFO] [stderr] | [INFO] [stderr] 144 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:144:52 [INFO] [stderr] | [INFO] [stderr] 144 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:149:44 [INFO] [stderr] | [INFO] [stderr] 149 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:149:44 [INFO] [stderr] | [INFO] [stderr] 149 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:149:44 [INFO] [stderr] | [INFO] [stderr] 149 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:149:52 [INFO] [stderr] | [INFO] [stderr] 149 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:149:52 [INFO] [stderr] | [INFO] [stderr] 149 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:154:44 [INFO] [stderr] | [INFO] [stderr] 154 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:154:44 [INFO] [stderr] | [INFO] [stderr] 154 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:154:44 [INFO] [stderr] | [INFO] [stderr] 154 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:154:52 [INFO] [stderr] | [INFO] [stderr] 154 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:154:52 [INFO] [stderr] | [INFO] [stderr] 154 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:179:44 [INFO] [stderr] | [INFO] [stderr] 179 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:179:44 [INFO] [stderr] | [INFO] [stderr] 179 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:179:44 [INFO] [stderr] | [INFO] [stderr] 179 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:179:52 [INFO] [stderr] | [INFO] [stderr] 179 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:179:52 [INFO] [stderr] | [INFO] [stderr] 179 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:201:44 [INFO] [stderr] | [INFO] [stderr] 201 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:201:44 [INFO] [stderr] | [INFO] [stderr] 201 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:201:44 [INFO] [stderr] | [INFO] [stderr] 201 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:201:52 [INFO] [stderr] | [INFO] [stderr] 201 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:201:52 [INFO] [stderr] | [INFO] [stderr] 201 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:225:44 [INFO] [stderr] | [INFO] [stderr] 225 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:225:44 [INFO] [stderr] | [INFO] [stderr] 225 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:225:44 [INFO] [stderr] | [INFO] [stderr] 225 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:225:52 [INFO] [stderr] | [INFO] [stderr] 225 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:225:52 [INFO] [stderr] | [INFO] [stderr] 225 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:251:44 [INFO] [stderr] | [INFO] [stderr] 251 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:251:44 [INFO] [stderr] | [INFO] [stderr] 251 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:251:44 [INFO] [stderr] | [INFO] [stderr] 251 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:251:52 [INFO] [stderr] | [INFO] [stderr] 251 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:251:52 [INFO] [stderr] | [INFO] [stderr] 251 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:266:35 [INFO] [stderr] | [INFO] [stderr] 266 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:286:44 [INFO] [stderr] | [INFO] [stderr] 286 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:286:44 [INFO] [stderr] | [INFO] [stderr] 286 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:286:44 [INFO] [stderr] | [INFO] [stderr] 286 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:286:52 [INFO] [stderr] | [INFO] [stderr] 286 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:286:52 [INFO] [stderr] | [INFO] [stderr] 286 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:296:44 [INFO] [stderr] | [INFO] [stderr] 296 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:296:44 [INFO] [stderr] | [INFO] [stderr] 296 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:296:44 [INFO] [stderr] | [INFO] [stderr] 296 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:296:52 [INFO] [stderr] | [INFO] [stderr] 296 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:296:52 [INFO] [stderr] | [INFO] [stderr] 296 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:303:44 [INFO] [stderr] | [INFO] [stderr] 303 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:303:44 [INFO] [stderr] | [INFO] [stderr] 303 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:303:44 [INFO] [stderr] | [INFO] [stderr] 303 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:303:52 [INFO] [stderr] | [INFO] [stderr] 303 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:303:52 [INFO] [stderr] | [INFO] [stderr] 303 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:308:44 [INFO] [stderr] | [INFO] [stderr] 308 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:308:44 [INFO] [stderr] | [INFO] [stderr] 308 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:308:44 [INFO] [stderr] | [INFO] [stderr] 308 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:308:52 [INFO] [stderr] | [INFO] [stderr] 308 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:308:52 [INFO] [stderr] | [INFO] [stderr] 308 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:313:44 [INFO] [stderr] | [INFO] [stderr] 313 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:313:44 [INFO] [stderr] | [INFO] [stderr] 313 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:313:44 [INFO] [stderr] | [INFO] [stderr] 313 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:313:52 [INFO] [stderr] | [INFO] [stderr] 313 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:313:52 [INFO] [stderr] | [INFO] [stderr] 313 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:324:44 [INFO] [stderr] | [INFO] [stderr] 324 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:324:44 [INFO] [stderr] | [INFO] [stderr] 324 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:324:44 [INFO] [stderr] | [INFO] [stderr] 324 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:324:52 [INFO] [stderr] | [INFO] [stderr] 324 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:324:52 [INFO] [stderr] | [INFO] [stderr] 324 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:335:44 [INFO] [stderr] | [INFO] [stderr] 335 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:335:44 [INFO] [stderr] | [INFO] [stderr] 335 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:335:44 [INFO] [stderr] | [INFO] [stderr] 335 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:335:52 [INFO] [stderr] | [INFO] [stderr] 335 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:335:52 [INFO] [stderr] | [INFO] [stderr] 335 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:340:44 [INFO] [stderr] | [INFO] [stderr] 340 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:340:44 [INFO] [stderr] | [INFO] [stderr] 340 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:340:44 [INFO] [stderr] | [INFO] [stderr] 340 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:340:52 [INFO] [stderr] | [INFO] [stderr] 340 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:340:52 [INFO] [stderr] | [INFO] [stderr] 340 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:351:44 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:351:44 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:351:44 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:351:52 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:351:52 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:356:44 [INFO] [stderr] | [INFO] [stderr] 356 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:356:44 [INFO] [stderr] | [INFO] [stderr] 356 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:356:44 [INFO] [stderr] | [INFO] [stderr] 356 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:356:52 [INFO] [stderr] | [INFO] [stderr] 356 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:356:52 [INFO] [stderr] | [INFO] [stderr] 356 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:365:44 [INFO] [stderr] | [INFO] [stderr] 365 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:365:44 [INFO] [stderr] | [INFO] [stderr] 365 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:365:44 [INFO] [stderr] | [INFO] [stderr] 365 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:365:52 [INFO] [stderr] | [INFO] [stderr] 365 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:365:52 [INFO] [stderr] | [INFO] [stderr] 365 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:370:44 [INFO] [stderr] | [INFO] [stderr] 370 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:370:44 [INFO] [stderr] | [INFO] [stderr] 370 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:370:44 [INFO] [stderr] | [INFO] [stderr] 370 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:370:52 [INFO] [stderr] | [INFO] [stderr] 370 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:370:52 [INFO] [stderr] | [INFO] [stderr] 370 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:382:44 [INFO] [stderr] | [INFO] [stderr] 382 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:382:44 [INFO] [stderr] | [INFO] [stderr] 382 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:382:44 [INFO] [stderr] | [INFO] [stderr] 382 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:382:52 [INFO] [stderr] | [INFO] [stderr] 382 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:382:52 [INFO] [stderr] | [INFO] [stderr] 382 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:387:44 [INFO] [stderr] | [INFO] [stderr] 387 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:387:44 [INFO] [stderr] | [INFO] [stderr] 387 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:387:44 [INFO] [stderr] | [INFO] [stderr] 387 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:387:52 [INFO] [stderr] | [INFO] [stderr] 387 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:387:52 [INFO] [stderr] | [INFO] [stderr] 387 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:398:44 [INFO] [stderr] | [INFO] [stderr] 398 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:398:44 [INFO] [stderr] | [INFO] [stderr] 398 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:398:44 [INFO] [stderr] | [INFO] [stderr] 398 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:398:52 [INFO] [stderr] | [INFO] [stderr] 398 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:398:52 [INFO] [stderr] | [INFO] [stderr] 398 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:403:44 [INFO] [stderr] | [INFO] [stderr] 403 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:403:44 [INFO] [stderr] | [INFO] [stderr] 403 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:403:44 [INFO] [stderr] | [INFO] [stderr] 403 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:403:52 [INFO] [stderr] | [INFO] [stderr] 403 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:403:52 [INFO] [stderr] | [INFO] [stderr] 403 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:414:44 [INFO] [stderr] | [INFO] [stderr] 414 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:414:44 [INFO] [stderr] | [INFO] [stderr] 414 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:414:44 [INFO] [stderr] | [INFO] [stderr] 414 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:414:52 [INFO] [stderr] | [INFO] [stderr] 414 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:414:52 [INFO] [stderr] | [INFO] [stderr] 414 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:419:44 [INFO] [stderr] | [INFO] [stderr] 419 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:419:44 [INFO] [stderr] | [INFO] [stderr] 419 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:419:44 [INFO] [stderr] | [INFO] [stderr] 419 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:419:52 [INFO] [stderr] | [INFO] [stderr] 419 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:419:52 [INFO] [stderr] | [INFO] [stderr] 419 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:432:35 [INFO] [stderr] | [INFO] [stderr] 432 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:445:35 [INFO] [stderr] | [INFO] [stderr] 445 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:459:35 [INFO] [stderr] | [INFO] [stderr] 459 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:474:35 [INFO] [stderr] | [INFO] [stderr] 474 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:487:35 [INFO] [stderr] | [INFO] [stderr] 487 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:500:35 [INFO] [stderr] | [INFO] [stderr] 500 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:513:35 [INFO] [stderr] | [INFO] [stderr] 513 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:527:35 [INFO] [stderr] | [INFO] [stderr] 527 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:527:43 [INFO] [stderr] | [INFO] [stderr] 527 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:552:44 [INFO] [stderr] | [INFO] [stderr] 552 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:552:44 [INFO] [stderr] | [INFO] [stderr] 552 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:552:44 [INFO] [stderr] | [INFO] [stderr] 552 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:552:52 [INFO] [stderr] | [INFO] [stderr] 552 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:552:52 [INFO] [stderr] | [INFO] [stderr] 552 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:560:44 [INFO] [stderr] | [INFO] [stderr] 560 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:560:44 [INFO] [stderr] | [INFO] [stderr] 560 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:560:44 [INFO] [stderr] | [INFO] [stderr] 560 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:560:52 [INFO] [stderr] | [INFO] [stderr] 560 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:560:52 [INFO] [stderr] | [INFO] [stderr] 560 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:569:44 [INFO] [stderr] | [INFO] [stderr] 569 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:569:44 [INFO] [stderr] | [INFO] [stderr] 569 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:569:44 [INFO] [stderr] | [INFO] [stderr] 569 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:569:52 [INFO] [stderr] | [INFO] [stderr] 569 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:569:52 [INFO] [stderr] | [INFO] [stderr] 569 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:578:44 [INFO] [stderr] | [INFO] [stderr] 578 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:578:44 [INFO] [stderr] | [INFO] [stderr] 578 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:578:44 [INFO] [stderr] | [INFO] [stderr] 578 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:578:52 [INFO] [stderr] | [INFO] [stderr] 578 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:578:52 [INFO] [stderr] | [INFO] [stderr] 578 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:591:44 [INFO] [stderr] | [INFO] [stderr] 591 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:591:44 [INFO] [stderr] | [INFO] [stderr] 591 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:591:44 [INFO] [stderr] | [INFO] [stderr] 591 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:591:52 [INFO] [stderr] | [INFO] [stderr] 591 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:591:52 [INFO] [stderr] | [INFO] [stderr] 591 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:602:44 [INFO] [stderr] | [INFO] [stderr] 602 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:602:44 [INFO] [stderr] | [INFO] [stderr] 602 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:602:44 [INFO] [stderr] | [INFO] [stderr] 602 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:602:52 [INFO] [stderr] | [INFO] [stderr] 602 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:602:52 [INFO] [stderr] | [INFO] [stderr] 602 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:610:35 [INFO] [stderr] | [INFO] [stderr] 610 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:629:35 [INFO] [stderr] | [INFO] [stderr] 629 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:644:35 [INFO] [stderr] | [INFO] [stderr] 644 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:644:43 [INFO] [stderr] | [INFO] [stderr] 644 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:671:44 [INFO] [stderr] | [INFO] [stderr] 671 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:671:44 [INFO] [stderr] | [INFO] [stderr] 671 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:671:44 [INFO] [stderr] | [INFO] [stderr] 671 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:671:52 [INFO] [stderr] | [INFO] [stderr] 671 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:671:52 [INFO] [stderr] | [INFO] [stderr] 671 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:680:44 [INFO] [stderr] | [INFO] [stderr] 680 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:680:44 [INFO] [stderr] | [INFO] [stderr] 680 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:680:44 [INFO] [stderr] | [INFO] [stderr] 680 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:680:52 [INFO] [stderr] | [INFO] [stderr] 680 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:680:52 [INFO] [stderr] | [INFO] [stderr] 680 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:686:44 [INFO] [stderr] | [INFO] [stderr] 686 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:686:44 [INFO] [stderr] | [INFO] [stderr] 686 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:686:44 [INFO] [stderr] | [INFO] [stderr] 686 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:686:52 [INFO] [stderr] | [INFO] [stderr] 686 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:686:52 [INFO] [stderr] | [INFO] [stderr] 686 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:693:44 [INFO] [stderr] | [INFO] [stderr] 693 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:693:44 [INFO] [stderr] | [INFO] [stderr] 693 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:693:44 [INFO] [stderr] | [INFO] [stderr] 693 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:693:52 [INFO] [stderr] | [INFO] [stderr] 693 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:693:52 [INFO] [stderr] | [INFO] [stderr] 693 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:704:44 [INFO] [stderr] | [INFO] [stderr] 704 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:704:44 [INFO] [stderr] | [INFO] [stderr] 704 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:704:44 [INFO] [stderr] | [INFO] [stderr] 704 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:704:52 [INFO] [stderr] | [INFO] [stderr] 704 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:704:52 [INFO] [stderr] | [INFO] [stderr] 704 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:713:44 [INFO] [stderr] | [INFO] [stderr] 713 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:713:44 [INFO] [stderr] | [INFO] [stderr] 713 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:713:44 [INFO] [stderr] | [INFO] [stderr] 713 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:713:52 [INFO] [stderr] | [INFO] [stderr] 713 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:713:52 [INFO] [stderr] | [INFO] [stderr] 713 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `written` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:728:44 [INFO] [stderr] | [INFO] [stderr] 728 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:728:44 [INFO] [stderr] | [INFO] [stderr] 728 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] | this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:728:44 [INFO] [stderr] | [INFO] [stderr] 728 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:728:52 [INFO] [stderr] | [INFO] [stderr] 728 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `read` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:728:52 [INFO] [stderr] | [INFO] [stderr] 728 | #[derive(PartialEq, Clone, Default, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::ptr::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::read; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:741:35 [INFO] [stderr] | [INFO] [stderr] 741 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:753:35 [INFO] [stderr] | [INFO] [stderr] 753 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:767:35 [INFO] [stderr] | [INFO] [stderr] 767 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:779:35 [INFO] [stderr] | [INFO] [stderr] 779 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:794:35 [INFO] [stderr] | [INFO] [stderr] 794 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:794:43 [INFO] [stderr] | [INFO] [stderr] 794 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `out` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:811:35 [INFO] [stderr] | [INFO] [stderr] 811 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `buffer` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mazzaroth-xdr-0.1.0-alpha/rust/xdr_generated.rs:811:43 [INFO] [stderr] | [INFO] [stderr] 811 | #[derive(PartialEq, Clone, Debug, XDROut, XDRIn)] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 245 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0424, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `mazzaroth-xdr`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f4bf1c60e8ba6f8560d9b98f044df3388c9be9578ded32ffaa03dfe8185f09dd"` [INFO] running `"docker" "rm" "-f" "f4bf1c60e8ba6f8560d9b98f044df3388c9be9578ded32ffaa03dfe8185f09dd"` [INFO] [stdout] f4bf1c60e8ba6f8560d9b98f044df3388c9be9578ded32ffaa03dfe8185f09dd