[INFO] cloning repository https://github.com/dschenkelman/rust-jwt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dschenkelman/rust-jwt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdschenkelman%2Frust-jwt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdschenkelman%2Frust-jwt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c06ce65498c65044ec758e78e3b2d3d465f8c5ba [INFO] testing dschenkelman/rust-jwt against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdschenkelman%2Frust-jwt" "/workspace/builds/worker-83/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-83/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dschenkelman/rust-jwt on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dschenkelman/rust-jwt [INFO] finished tweaking git repo https://github.com/dschenkelman/rust-jwt [INFO] tweaked toml for git repo https://github.com/dschenkelman/rust-jwt written to /workspace/builds/worker-83/source/Cargo.toml [INFO] crate git repo https://github.com/dschenkelman/rust-jwt already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/sfackler/rust-openssl.git` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9b8897db3012e65eb852c73e4e9bdf8d89384f74b5f7a08e0d320377736b2441 [INFO] running `Command { std: "docker" "start" "-a" "9b8897db3012e65eb852c73e4e9bdf8d89384f74b5f7a08e0d320377736b2441", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b8897db3012e65eb852c73e4e9bdf8d89384f74b5f7a08e0d320377736b2441", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b8897db3012e65eb852c73e4e9bdf8d89384f74b5f7a08e0d320377736b2441", kill_on_drop: false }` [INFO] [stdout] 9b8897db3012e65eb852c73e4e9bdf8d89384f74b5f7a08e0d320377736b2441 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9a01f669e3454898c99d3eab5256dcdf85bfc68deb00b96bad650ec38182c9f [INFO] running `Command { std: "docker" "start" "-a" "c9a01f669e3454898c99d3eab5256dcdf85bfc68deb00b96bad650ec38182c9f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling openssl v0.0.0 (https://github.com/sfackler/rust-openssl.git#12b7427e) [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | macro_rules! with_ctx( [INFO] [stdout] | ______________________^ [INFO] [stdout] 29 | | ($name:ident, $action:block) => ({ [INFO] [stdout] 30 | | let $name = ffi::BN_CTX_new(); [INFO] [stdout] 31 | | if ($name).is_null() { [INFO] [stdout] ... | [INFO] [stdout] 38 | | }); [INFO] [stdout] 39 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 28 ~ macro_rules! with_ctx{ [INFO] [stdout] 29 | ($name:ident, $action:block) => ({ [INFO] [stdout] 30 | let $name = ffi::BN_CTX_new(); [INFO] [stdout] 31 | if ($name).is_null() { [INFO] [stdout] 32 | Err(SslError::get()) [INFO] [stdout] 33 | } else { [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 39 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | macro_rules! with_bn( [INFO] [stdout] | _____________________^ [INFO] [stdout] 42 | | ($name:ident, $action:block) => ({ [INFO] [stdout] 43 | | let tmp = BigNum::new(); [INFO] [stdout] 44 | | match tmp { [INFO] [stdout] ... | [INFO] [stdout] 54 | | }); [INFO] [stdout] 55 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 41 ~ macro_rules! with_bn{ [INFO] [stdout] 42 | ($name:ident, $action:block) => ({ [INFO] [stdout] 43 | let tmp = BigNum::new(); [INFO] [stdout] 44 | match tmp { [INFO] [stdout] 45 | Ok($name) => { [INFO] [stdout] 46 | if $action { [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 55 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | macro_rules! with_bn_in_ctx( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 58 | | ($name:ident, $ctx_name:ident, $action:block) => ({ [INFO] [stdout] 59 | | let tmp = BigNum::new(); [INFO] [stdout] 60 | | match tmp { [INFO] [stdout] ... | [INFO] [stdout] 78 | | }); [INFO] [stdout] 79 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 57 ~ macro_rules! with_bn_in_ctx{ [INFO] [stdout] 58 | ($name:ident, $ctx_name:ident, $action:block) => ({ [INFO] [stdout] 59 | let tmp = BigNum::new(); [INFO] [stdout] 60 | match tmp { [INFO] [stdout] 61 | Ok($name) => { [INFO] [stdout] 62 | let $ctx_name = ffi::BN_CTX_new(); [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 79 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hash.rs:19:37 [INFO] [stdout] | [INFO] [stdout] 19 | MD5 => (ffi::EVP_md5(), 16u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hash.rs:20:39 [INFO] [stdout] | [INFO] [stdout] 20 | SHA1 => (ffi::EVP_sha1(), 20u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hash.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | SHA224 => (ffi::EVP_sha224(), 28u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hash.rs:22:43 [INFO] [stdout] | [INFO] [stdout] 22 | SHA256 => (ffi::EVP_sha256(), 32u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hash.rs:23:43 [INFO] [stdout] | [INFO] [stdout] 23 | SHA384 => (ffi::EVP_sha384(), 48u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hash.rs:24:43 [INFO] [stdout] | [INFO] [stdout] 24 | SHA512 => (ffi::EVP_sha512(), 64u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hash.rs:25:49 [INFO] [stdout] | [INFO] [stdout] 25 | RIPEMD160 => (ffi::EVP_ripemd160(), 20u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `res` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hmac.rs:56:48 [INFO] [stdout] | [INFO] [stdout] 56 | assert!(self.len == outlen as uint) [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 57 | res [INFO] [stdout] | --- unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: comparison operators cannot be chained [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hmac.rs:71:25 [INFO] [stdout] | [INFO] [stdout] 71 | let tests: [(Vec, Vec, Vec), ..7] = [ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = help: use `::<...>` instead of `<...>` to specify type or const arguments [INFO] [stdout] = help: or use `(...)` if you meant to specify fn arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `;` or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hmac.rs:71:48 [INFO] [stdout] | [INFO] [stdout] 71 | let tests: [(Vec, Vec, Vec), ..7] = [ [INFO] [stdout] | ------ ^ expected one of `;` or `]` [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `tests` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: comparison operators cannot be chained [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hmac.rs:104:25 [INFO] [stdout] | [INFO] [stdout] 104 | let tests: [(Vec, Vec, Vec), ..7] = [ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = help: use `::<...>` instead of `<...>` to specify type or const arguments [INFO] [stdout] = help: or use `(...)` if you meant to specify fn arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `;` or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hmac.rs:104:48 [INFO] [stdout] | [INFO] [stdout] 104 | let tests: [(Vec, Vec, Vec), ..7] = [ [INFO] [stdout] | ------ ^ expected one of `;` or `]` [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `tests` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: comparison operators cannot be chained [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hmac.rs:136:25 [INFO] [stdout] | [INFO] [stdout] 136 | let tests: [(Vec, Vec), ..6] = [ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = help: use `::<...>` instead of `<...>` to specify type or const arguments [INFO] [stdout] = help: or use `(...)` if you meant to specify fn arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `;` or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hmac.rs:136:39 [INFO] [stdout] | [INFO] [stdout] 136 | let tests: [(Vec, Vec), ..6] = [ [INFO] [stdout] | ------ ^ expected one of `;` or `]` [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `tests` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | 65537u as c_uint, [INFO] [stdout] | ^^^^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:197:27 [INFO] [stdout] | [INFO] [stdout] 197 | len as uint - 41u [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:208:54 [INFO] [stdout] | [INFO] [stdout] 208 | let mut r = Vec::from_elem(len as uint + 1u, 0u8); [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:233:54 [INFO] [stdout] | [INFO] [stdout] 233 | let mut r = Vec::from_elem(len as uint + 1u, 0u8); [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:278:54 [INFO] [stdout] | [INFO] [stdout] 278 | let mut r = Vec::from_elem(len as uint + 1u, 0u8); [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:335:16 [INFO] [stdout] | [INFO] [stdout] 335 | k0.gen(512u); [INFO] [stdout] | ^^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:353:16 [INFO] [stdout] | [INFO] [stdout] 353 | k0.gen(512u); [INFO] [stdout] | ^^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:372:16 [INFO] [stdout] | [INFO] [stdout] 372 | k0.gen(512u); [INFO] [stdout] | ^^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:384:16 [INFO] [stdout] | [INFO] [stdout] 384 | k0.gen(512u); [INFO] [stdout] | ^^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:396:16 [INFO] [stdout] | [INFO] [stdout] 396 | k0.gen(512u); [INFO] [stdout] | ^^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:408:16 [INFO] [stdout] | [INFO] [stdout] 408 | k0.gen(512u); [INFO] [stdout] | ^^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/rand.rs:23:32 [INFO] [stdout] | [INFO] [stdout] 23 | let bytes = rand_bytes(32u); [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:28:53 [INFO] [stdout] | [INFO] [stdout] 28 | AES_128_ECB => (ffi::EVP_aes_128_ecb(), 16u, 16u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:28:58 [INFO] [stdout] | [INFO] [stdout] 28 | AES_128_ECB => (ffi::EVP_aes_128_ecb(), 16u, 16u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | AES_128_CBC => (ffi::EVP_aes_128_cbc(), 16u, 16u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:29:58 [INFO] [stdout] | [INFO] [stdout] 29 | AES_128_CBC => (ffi::EVP_aes_128_cbc(), 16u, 16u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:33:53 [INFO] [stdout] | [INFO] [stdout] 33 | AES_256_ECB => (ffi::EVP_aes_256_ecb(), 32u, 16u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:33:58 [INFO] [stdout] | [INFO] [stdout] 33 | AES_256_ECB => (ffi::EVP_aes_256_ecb(), 32u, 16u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:34:53 [INFO] [stdout] | [INFO] [stdout] 34 | AES_256_CBC => (ffi::EVP_aes_256_cbc(), 32u, 16u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:34:58 [INFO] [stdout] | [INFO] [stdout] 34 | AES_256_CBC => (ffi::EVP_aes_256_cbc(), 32u, 16u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:38:41 [INFO] [stdout] | [INFO] [stdout] 38 | RC4_128 => (ffi::EVP_rc4(), 16u, 0u), [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:38:46 [INFO] [stdout] | [INFO] [stdout] 38 | RC4_128 => (ffi::EVP_rc4(), 16u, 0u), [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ffi.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 51 | key: [c_uchar, ..128] [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:431:41 [INFO] [stdout] | [INFO] [stdout] 431 | fn in_retry_wrapper(&mut self, blk: |&Ssl| -> c_int) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:387:35 [INFO] [stdout] | [INFO] [stdout] 387 | macro_rules! make_validation_error( [INFO] [stdout] | ___________________________________^ [INFO] [stdout] 388 | | ($ok_val:ident, $($name:ident = $val:ident,)+) => ( [INFO] [stdout] 389 | | pub enum X509ValidationError { [INFO] [stdout] 390 | | $($name,)+ [INFO] [stdout] ... | [INFO] [stdout] 404 | | ) [INFO] [stdout] 405 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 387 ~ macro_rules! make_validation_error{ [INFO] [stdout] 388 | ($ok_val:ident, $($name:ident = $val:ident,)+) => ( [INFO] [stdout] 389 | pub enum X509ValidationError { [INFO] [stdout] 390 | $($name,)+ [INFO] [stdout] 391 | X509UnknownError(c_int) [INFO] [stdout] 392 | } [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 405 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:407:23 [INFO] [stdout] | [INFO] [stdout] 407 | make_validation_error!(X509_V_OK, [INFO] [stdout] | _______________________^ [INFO] [stdout] 408 | | X509UnableToGetIssuerCert = X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT, [INFO] [stdout] 409 | | X509UnableToGetCrl = X509_V_ERR_UNABLE_TO_GET_CRL, [INFO] [stdout] 410 | | X509UnableToDecryptCertSignature = X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE, [INFO] [stdout] ... | [INFO] [stdout] 460 | | X509ApplicationVerification = X509_V_ERR_APPLICATION_VERIFICATION, [INFO] [stdout] 461 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 407 ~ make_validation_error!{X509_V_OK, [INFO] [stdout] 408 | X509UnableToGetIssuerCert = X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT, [INFO] [stdout] 409 | X509UnableToGetCrl = X509_V_ERR_UNABLE_TO_GET_CRL, [INFO] [stdout] 410 | X509UnableToDecryptCertSignature = X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE, [INFO] [stdout] 411 | X509UnableToDecryptCrlSignature = X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE, [INFO] [stdout] 412 | X509UnableToDecodeIssuerPublicKey = X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY, [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 461 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `sync` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | extern crate sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_str` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | use std::c_str::CString; [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::One`, `std::num::Zero` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | use std::num::{One, Zero}; [INFO] [stdout] | ^^^ ^^^^ no `Zero` in `num` [INFO] [stdout] | | [INFO] [stdout] | no `One` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::io::EndOfFile`, `std::io::IoResult`, `std::io::IoError`, `std::io::OtherIoError` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bio/mod.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::{EndOfFile, IoResult, IoError, OtherIoError}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ ^^^^^^^ ^^^^^^^^^^^^ no `OtherIoError` in `io` [INFO] [stdout] | | | | [INFO] [stdout] | | | no `IoError` in `io` [INFO] [stdout] | | no `IoResult` in `io` [INFO] [stdout] | no `EndOfFile` in `io` [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::{EndOfFile, Result, IoError, OtherIoError}; [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::{EndOfFile, IoResult, Error, OtherIoError}; [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::io::Reader`, `std::io::Writer` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bio/mod.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | use std::io::{Reader, Writer}; [INFO] [stdout] | ^^^^^^ ^^^^^^ no `Writer` in `io` [INFO] [stdout] | | [INFO] [stdout] | no `Reader` in `io` [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 3 | use std::io::{Read, Writer}; [INFO] [stdout] | ~~~~ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 3 | use std::io::{Reader, Write}; [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `crypto::hash::MD5`, `crypto::hash::SHA1`, `crypto::hash::SHA224`, `crypto::hash::SHA256`, `crypto::hash::SHA384`, `crypto::hash::SHA512`, `crypto::hash::RIPEMD160` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | use crypto::hash::{HashType, MD5, SHA1, SHA224, SHA256, SHA384, SHA512, RIPEMD160}; [INFO] [stdout] | ^^^ ^^^^ ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^^^^ no `RIPEMD160` in `crypto::hash` [INFO] [stdout] | | | | | | | [INFO] [stdout] | | | | | | no `SHA512` in `crypto::hash` [INFO] [stdout] | | | | | no `SHA384` in `crypto::hash` [INFO] [stdout] | | | | no `SHA256` in `crypto::hash` [INFO] [stdout] | | | no `SHA224` in `crypto::hash` [INFO] [stdout] | | no `SHA1` in `crypto::hash` [INFO] [stdout] | no `MD5` in `crypto::hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::io::IoResult`, `std::io::IoError`, `std::io::EndOfFile`, `std::io::Stream`, `std::io::Reader`, `std::io::Writer` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::{IoResult, IoError, EndOfFile, Stream, Reader, Writer}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^ ^^^^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^ no `Writer` in `io` [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | no `Reader` in `io` [INFO] [stdout] | | | | no `Stream` in `io` [INFO] [stdout] | | | no `EndOfFile` in `io` [INFO] [stdout] | | no `IoError` in `io` [INFO] [stdout] | no `IoResult` in `io` [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::{Result, IoError, EndOfFile, Stream, Reader, Writer}; [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::{IoResult, Error, EndOfFile, Stream, Reader, Writer}; [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::{IoResult, IoError, EndOfFile, Stream, Read, Writer}; [INFO] [stdout] | ~~~~ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::{IoResult, IoError, EndOfFile, Stream, Reader, Write}; [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::rt::mutex` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use std::rt::mutex::NativeMutex; [INFO] [stdout] | ^^^^^ could not find `mutex` in `rt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::IoError` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/error.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::IoError; [INFO] [stdout] | ^^^^^^^^^------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Error` [INFO] [stdout] | no `IoError` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_str` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/error.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | use std::c_str::CString; [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crypto::hash::SHA1` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | use crypto::hash::{HashType, evpmd, SHA1}; [INFO] [stdout] | ^^^^ no `SHA1` in `crypto::hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `ssl::error::StreamError` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | use ssl::error::{SslError, StreamError}; [INFO] [stdout] | ^^^^^^^^^^^ no `StreamError` in `ssl::error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `ssl::error::SslSessionClosed`, `ssl::error::StreamError` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | use ssl::error::{SslError, SslSessionClosed, StreamError}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ no `StreamError` in `ssl::error` [INFO] [stdout] | | [INFO] [stdout] | no `SslSessionClosed` in `ssl::error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `ssl::error::StreamError` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | use ssl::error::{SslError, StreamError}; [INFO] [stdout] | ^^^^^^^^^^^ no `StreamError` in `ssl::error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:496:21 [INFO] [stdout] | [INFO] [stdout] 496 | fail!("Unexpected null pointer from BN_dup(..)") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/rand.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 9 | if r != 1 as c_int { fail!() } [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkcs5.rs:18:21 [INFO] [stdout] | [INFO] [stdout] 18 | if r != 1 { fail!(); } [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/error.rs:8:3 [INFO] [stdout] | [INFO] [stdout] 8 | #[deriving(Show, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/error.rs:19:3 [INFO] [stdout] | [INFO] [stdout] 19 | #[deriving(Show, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:43:3 [INFO] [stdout] | [INFO] [stdout] 43 | #[deriving(Show, Hash, PartialEq, Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:384:3 [INFO] [stdout] | [INFO] [stdout] 384 | #[deriving(FromPrimitive)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:53:3 [INFO] [stdout] | [INFO] [stdout] 53 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:83:3 [INFO] [stdout] | [INFO] [stdout] 83 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:354:29 [INFO] [stdout] | [INFO] [stdout] 354 | Less => fail!("Fingerprint buffer was corrupted!") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:372:3 [INFO] [stdout] | [INFO] [stdout] 372 | #[unsafe_destructor] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:354:15 [INFO] [stdout] | [INFO] [stdout] 354 | match FromPrimitive::from_int(err as int) { [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FromPrimitive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:473:34 [INFO] [stdout] | [INFO] [stdout] 473 | let s = unsafe { string::raw::from_buf(meth as *const u8) }; [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/asn1/mod.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn days_from_now(days: uint) -> Result { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:322:43 [INFO] [stdout] | [INFO] [stdout] 322 | pub fn abs_cmp(&self, oth: BigNum) -> Ordering { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use std::cmp::Ordering; [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::atomic::Ordering; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Less` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:326:17 [INFO] [stdout] | [INFO] [stdout] 326 | Less [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use std::cmp::Ordering::Less; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Greater` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:328:17 [INFO] [stdout] | [INFO] [stdout] 328 | Greater [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use std::cmp::Ordering::Greater; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Equal` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:330:17 [INFO] [stdout] | [INFO] [stdout] 330 | Equal [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use std::cmp::Ordering::Equal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:357:40 [INFO] [stdout] | [INFO] [stdout] 357 | let size = self.num_bytes() as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Show` in module `fmt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:378:11 [INFO] [stdout] | [INFO] [stdout] 378 | impl fmt::Show for BigNum { [INFO] [stdout] | ^^^^ not found in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:413:36 [INFO] [stdout] | [INFO] [stdout] 413 | fn cmp(&self, oth: &BigNum) -> Ordering { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use std::cmp::Ordering; [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::atomic::Ordering; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:419:51 [INFO] [stdout] | [INFO] [stdout] 419 | fn partial_cmp(&self, oth: &BigNum) -> Option { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use std::cmp::Ordering; [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::atomic::Ordering; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Equal` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:424:21 [INFO] [stdout] | [INFO] [stdout] 424 | Equal [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use std::cmp::Ordering::Equal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Less` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:426:21 [INFO] [stdout] | [INFO] [stdout] 426 | Less [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use std::cmp::Ordering::Less; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Greater` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:428:21 [INFO] [stdout] | [INFO] [stdout] 428 | Greater [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use std::cmp::Ordering::Greater; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Add` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:449:10 [INFO] [stdout] | [INFO] [stdout] 449 | impl Add for BigNum { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 446 | use std::ops::Add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Sub` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:455:10 [INFO] [stdout] | [INFO] [stdout] 455 | impl Sub for BigNum { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 446 | use std::ops::Sub; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:461:10 [INFO] [stdout] | [INFO] [stdout] 461 | impl Mul for BigNum { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 446 | use std::ops::Mul; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Div` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:467:10 [INFO] [stdout] | [INFO] [stdout] 467 | impl Div for BigNum { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 446 | use std::ops::Div; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Rem` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:473:10 [INFO] [stdout] | [INFO] [stdout] 473 | impl Rem for BigNum { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 446 | use std::ops::Rem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Shl` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:479:10 [INFO] [stdout] | [INFO] [stdout] 479 | impl Shl for BigNum { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 446 | use std::ops::Shl; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Shr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:485:10 [INFO] [stdout] | [INFO] [stdout] 485 | impl Shr for BigNum { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 446 | use std::ops::Shr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Neg` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bn/mod.rs:504:10 [INFO] [stdout] | [INFO] [stdout] 504 | impl Neg for BigNum { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 446 | use std::ops::Neg; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bio/mod.rs:59:52 [INFO] [stdout] | [INFO] [stdout] 58 | impl Reader for MemBio { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 59 | fn read(&mut self, buf: &mut [u8]) -> IoResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bio/mod.rs:82:23 [INFO] [stdout] | [INFO] [stdout] 82 | Ok(ret as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/bio/mod.rs:93:32 [INFO] [stdout] | [INFO] [stdout] 93 | if buf.len() != ret as uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hash.rs:16:51 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn evpmd(t: HashType) -> (*const ffi::EVP_MD, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hash.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | len: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hmac.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | len: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/hmac.rs:56:43 [INFO] [stdout] | [INFO] [stdout] 56 | assert!(self.len == outlen as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkcs5.rs:5:56 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn pbkdf2_hmac_sha1(pass: &str, salt: &[u8], iter: uint, keylen: uint) -> Vec { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkcs5.rs:5:70 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn pbkdf2_hmac_sha1(pass: &str, salt: &[u8], iter: uint, keylen: uint) -> Vec { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Neither` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:60:24 [INFO] [stdout] | [INFO] [stdout] 60 | parts: Neither, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use crypto::pkey::Parts::Neither; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:70:47 [INFO] [stdout] | [INFO] [stdout] 70 | let mut s = Vec::from_elem(len as uint, 0u8); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:74:29 [INFO] [stdout] | [INFO] [stdout] 74 | s.truncate(r as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:87:34 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn gen(&mut self, keysz: uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Both` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:102:26 [INFO] [stdout] | [INFO] [stdout] 102 | self.parts = Both; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crypto::pkey::Parts::Both; [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::Shutdown::Both; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Public` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:118:22 [INFO] [stdout] | [INFO] [stdout] 118 | self.parts = Public; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use crypto::pkey::Parts::Public; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Both` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:134:22 [INFO] [stdout] | [INFO] [stdout] 134 | self.parts = Both; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crypto::pkey::Parts::Both; [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::Shutdown::Both; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Writer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:139:42 [INFO] [stdout] | [INFO] [stdout] 139 | pub fn write_pem(&self, writer: &mut Writer/*, password: Option*/) -> Result<(), SslError> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:153:27 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn size(&self) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:155:64 [INFO] [stdout] | [INFO] [stdout] 155 | ffi::RSA_size(ffi::EVP_PKEY_get1_RSA(self.evp)) as uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:191:31 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn max_data(&self) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:197:20 [INFO] [stdout] | [INFO] [stdout] 197 | len as uint - 41u [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:208:47 [INFO] [stdout] | [INFO] [stdout] 208 | let mut r = Vec::from_elem(len as uint + 1u, 0u8); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:220:34 [INFO] [stdout] | [INFO] [stdout] 220 | r.truncate(rv as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:233:47 [INFO] [stdout] | [INFO] [stdout] 233 | let mut r = Vec::from_elem(len as uint + 1u, 0u8); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:245:34 [INFO] [stdout] | [INFO] [stdout] 245 | r.truncate(rv as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OAEP` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:255:79 [INFO] [stdout] | [INFO] [stdout] 255 | pub fn encrypt(&self, s: &[u8]) -> Vec { self.encrypt_with_padding(s, OAEP) } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use crypto::pkey::EncryptionPadding::OAEP; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OAEP` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:260:79 [INFO] [stdout] | [INFO] [stdout] 260 | pub fn decrypt(&self, s: &[u8]) -> Vec { self.decrypt_with_padding(s, OAEP) } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use crypto::pkey::EncryptionPadding::OAEP; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:278:47 [INFO] [stdout] | [INFO] [stdout] 278 | let mut r = Vec::from_elem(len as uint + 1u, 0u8); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/pkey.rs:291:35 [INFO] [stdout] | [INFO] [stdout] 291 | r.truncate(len as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/rand.rs:4:24 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn rand_bytes(len: uint) -> Vec { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:25:46 [INFO] [stdout] | [INFO] [stdout] 25 | fn evpc(t: Type) -> (*const ffi::EVP_CIPHER, uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:25:52 [INFO] [stdout] | [INFO] [stdout] 25 | fn evpc(t: Type) -> (*const ffi::EVP_CIPHER, uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | keylen: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:48:16 [INFO] [stdout] | [INFO] [stdout] 48 | blocksize: uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:109:36 [INFO] [stdout] | [INFO] [stdout] 109 | res.truncate(reslen as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:126:36 [INFO] [stdout] | [INFO] [stdout] 126 | res.truncate(reslen as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Encrypt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:146:12 [INFO] [stdout] | [INFO] [stdout] 146 | c.init(Encrypt, key, iv); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crypto::pkey::Role::Encrypt; [INFO] [stdout] | [INFO] [stdout] 1 | use crypto::symm::Mode::Encrypt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Decrypt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/crypto/symm.rs:159:12 [INFO] [stdout] | [INFO] [stdout] 159 | c.init(Decrypt, key, iv); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crypto::pkey::Role::Decrypt; [INFO] [stdout] | [INFO] [stdout] 1 | use crypto::symm::Mode::Decrypt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Once` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ffi.rs:186:22 [INFO] [stdout] | [INFO] [stdout] 186 | static mut INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 | use std::iter::Once; [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::Once; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ONCE_INIT` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ffi.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | static mut INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::ONCE_INIT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `OpenSslErrors` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/error.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | OpenSslErrors(errs) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ssl::SslError::OpenSslErrors; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `OpenSslErrors` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/error.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | OpenSslErrors(vec![SslError::from_error_code(err)]) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ssl::SslError::OpenSslErrors; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `UnknownError` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/error.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | UnknownError { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 1 | use ssl::error::OpensslError::UnknownError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Once` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | static mut INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use std::iter::Once; [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::Once; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ONCE_INIT` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:22:29 [INFO] [stdout] | [INFO] [stdout] 22 | static mut INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::ONCE_INIT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:34:57 [INFO] [stdout] | [INFO] [stdout] 34 | let mutexes = box Vec::from_fn(num_locks as uint, |_| NativeMutex::new()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Once` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:93:22 [INFO] [stdout] | [INFO] [stdout] 93 | static mut INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use std::iter::Once; [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::Once; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ONCE_INIT` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:93:29 [INFO] [stdout] | [INFO] [stdout] 93 | static mut INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::ONCE_INIT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:115:45 [INFO] [stdout] | [INFO] [stdout] 115 | let mutex = (*MUTEXES).get_mut(n as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:244:47 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn set_verify_depth(&mut self, depth: uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:252:42 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn set_CA_file(&mut self, file: &Path) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:261:51 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn set_certificate_file(&mut self, file: &Path, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:271:51 [INFO] [stdout] | [INFO] [stdout] 271 | pub fn set_private_key_file(&mut self, file: &Path, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:288:50 [INFO] [stdout] | [INFO] [stdout] 287 | impl<'ssl> MemBioRef<'ssl> { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] 288 | fn read(&mut self, buf: &mut [u8]) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:354:46 [INFO] [stdout] | [INFO] [stdout] 354 | match FromPrimitive::from_int(err as int) { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `blk` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:434:23 [INFO] [stdout] | [INFO] [stdout] 434 | let ret = blk(&self.ssl); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:480:52 [INFO] [stdout] | [INFO] [stdout] 479 | impl Reader for SslStream { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] 480 | fn read(&mut self, buf: &mut [u8]) -> IoResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:482:34 [INFO] [stdout] | [INFO] [stdout] 482 | Ok(len) => Ok(len as uint), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:503:44 [INFO] [stdout] | [INFO] [stdout] 503 | Ok(len) => start += len as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | bits: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:168:11 [INFO] [stdout] | [INFO] [stdout] 168 | days: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:197:42 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn set_bitlength(mut self, bits: uint) -> X509Generator { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:203:45 [INFO] [stdout] | [INFO] [stdout] 203 | pub fn set_valid_period(mut self, days: uint) -> X509Generator { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:350:42 [INFO] [stdout] | [INFO] [stdout] 350 | let act_len = act_len as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Writer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:361:42 [INFO] [stdout] | [INFO] [stdout] 361 | pub fn write_pem(&self, writer: &mut Writer) -> Result<(), SslError> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnableToGetIssuerCert` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:408:5 [INFO] [stdout] | [INFO] [stdout] 408 | X509UnableToGetIssuerCert = X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnableToGetIssuerCert; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnableToGetCrl` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:409:5 [INFO] [stdout] | [INFO] [stdout] 409 | X509UnableToGetCrl = X509_V_ERR_UNABLE_TO_GET_CRL, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnableToGetCrl; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnableToDecryptCertSignature` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:410:5 [INFO] [stdout] | [INFO] [stdout] 410 | X509UnableToDecryptCertSignature = X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnableToDecryptCertSignature; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnableToDecryptCrlSignature` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:411:5 [INFO] [stdout] | [INFO] [stdout] 411 | X509UnableToDecryptCrlSignature = X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnableToDecryptCrlSignature; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnableToDecodeIssuerPublicKey` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:412:5 [INFO] [stdout] | [INFO] [stdout] 412 | X509UnableToDecodeIssuerPublicKey = X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnableToDecodeIssuerPublicKey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509CertSignatureFailure` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | X509CertSignatureFailure = X509_V_ERR_CERT_SIGNATURE_FAILURE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509CertSignatureFailure; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509CrlSignatureFailure` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | X509CrlSignatureFailure = X509_V_ERR_CRL_SIGNATURE_FAILURE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509CrlSignatureFailure; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509CertNotYetValid` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:415:5 [INFO] [stdout] | [INFO] [stdout] 415 | X509CertNotYetValid = X509_V_ERR_CERT_NOT_YET_VALID, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509CertNotYetValid; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509CertHasExpired` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:416:5 [INFO] [stdout] | [INFO] [stdout] 416 | X509CertHasExpired = X509_V_ERR_CERT_HAS_EXPIRED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509CertHasExpired; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509CrlNotYetValid` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:417:5 [INFO] [stdout] | [INFO] [stdout] 417 | X509CrlNotYetValid = X509_V_ERR_CRL_NOT_YET_VALID, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509CrlNotYetValid; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509CrlHasExpired` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:418:5 [INFO] [stdout] | [INFO] [stdout] 418 | X509CrlHasExpired = X509_V_ERR_CRL_HAS_EXPIRED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509CrlHasExpired; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509ErrorInCertNotBeforeField` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:419:5 [INFO] [stdout] | [INFO] [stdout] 419 | X509ErrorInCertNotBeforeField = X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509ErrorInCertNotBeforeField; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509ErrorInCertNotAfterField` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:420:5 [INFO] [stdout] | [INFO] [stdout] 420 | X509ErrorInCertNotAfterField = X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509ErrorInCertNotAfterField; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509ErrorInCrlLastUpdateField` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:421:5 [INFO] [stdout] | [INFO] [stdout] 421 | X509ErrorInCrlLastUpdateField = X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509ErrorInCrlLastUpdateField; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509ErrorInCrlNextUpdateField` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:422:5 [INFO] [stdout] | [INFO] [stdout] 422 | X509ErrorInCrlNextUpdateField = X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509ErrorInCrlNextUpdateField; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509OutOfMem` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:423:5 [INFO] [stdout] | [INFO] [stdout] 423 | X509OutOfMem = X509_V_ERR_OUT_OF_MEM, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509OutOfMem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509DepthZeroSelfSignedCert` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:424:5 [INFO] [stdout] | [INFO] [stdout] 424 | X509DepthZeroSelfSignedCert = X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509DepthZeroSelfSignedCert; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509SelfSignedCertInChain` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:425:5 [INFO] [stdout] | [INFO] [stdout] 425 | X509SelfSignedCertInChain = X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509SelfSignedCertInChain; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnableToGetIssuerCertLocally` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:426:5 [INFO] [stdout] | [INFO] [stdout] 426 | X509UnableToGetIssuerCertLocally = X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnableToGetIssuerCertLocally; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnableToVerifyLeafSignature` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:427:5 [INFO] [stdout] | [INFO] [stdout] 427 | X509UnableToVerifyLeafSignature = X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnableToVerifyLeafSignature; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509CertChainTooLong` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:428:5 [INFO] [stdout] | [INFO] [stdout] 428 | X509CertChainTooLong = X509_V_ERR_CERT_CHAIN_TOO_LONG, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509CertChainTooLong; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509CertRevoked` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:429:5 [INFO] [stdout] | [INFO] [stdout] 429 | X509CertRevoked = X509_V_ERR_CERT_REVOKED, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509CertRevoked; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509InvalidCA` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:430:5 [INFO] [stdout] | [INFO] [stdout] 430 | X509InvalidCA = X509_V_ERR_INVALID_CA, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509InvalidCA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509PathLengthExceeded` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:431:5 [INFO] [stdout] | [INFO] [stdout] 431 | X509PathLengthExceeded = X509_V_ERR_PATH_LENGTH_EXCEEDED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509PathLengthExceeded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509InvalidPurpose` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:432:5 [INFO] [stdout] | [INFO] [stdout] 432 | X509InvalidPurpose = X509_V_ERR_INVALID_PURPOSE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509InvalidPurpose; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509CertUntrusted` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:433:5 [INFO] [stdout] | [INFO] [stdout] 433 | X509CertUntrusted = X509_V_ERR_CERT_UNTRUSTED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509CertUntrusted; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509CertRejected` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:434:5 [INFO] [stdout] | [INFO] [stdout] 434 | X509CertRejected = X509_V_ERR_CERT_REJECTED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509CertRejected; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509SubjectIssuerMismatch` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | X509SubjectIssuerMismatch = X509_V_ERR_SUBJECT_ISSUER_MISMATCH, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509SubjectIssuerMismatch; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509AkidSkidMismatch` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:436:5 [INFO] [stdout] | [INFO] [stdout] 436 | X509AkidSkidMismatch = X509_V_ERR_AKID_SKID_MISMATCH, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509AkidSkidMismatch; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509AkidIssuerSerialMismatch` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:437:5 [INFO] [stdout] | [INFO] [stdout] 437 | X509AkidIssuerSerialMismatch = X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509AkidIssuerSerialMismatch; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509KeyusageNoCertsign` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:438:5 [INFO] [stdout] | [INFO] [stdout] 438 | X509KeyusageNoCertsign = X509_V_ERR_KEYUSAGE_NO_CERTSIGN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509KeyusageNoCertsign; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnableToGetCrlIssuer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:439:5 [INFO] [stdout] | [INFO] [stdout] 439 | X509UnableToGetCrlIssuer = X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnableToGetCrlIssuer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnhandledCriticalExtension` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:440:5 [INFO] [stdout] | [INFO] [stdout] 440 | X509UnhandledCriticalExtension = X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnhandledCriticalExtension; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509KeyusageNoCrlSign` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:441:5 [INFO] [stdout] | [INFO] [stdout] 441 | X509KeyusageNoCrlSign = X509_V_ERR_KEYUSAGE_NO_CRL_SIGN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509KeyusageNoCrlSign; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnhandledCriticalCrlExtension` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | X509UnhandledCriticalCrlExtension = X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnhandledCriticalCrlExtension; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509InvalidNonCA` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | X509InvalidNonCA = X509_V_ERR_INVALID_NON_CA, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509InvalidNonCA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509ProxyPathLengthExceeded` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:444:5 [INFO] [stdout] | [INFO] [stdout] 444 | X509ProxyPathLengthExceeded = X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509ProxyPathLengthExceeded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509KeyusageNoDigitalSignature` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:445:5 [INFO] [stdout] | [INFO] [stdout] 445 | X509KeyusageNoDigitalSignature = X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509KeyusageNoDigitalSignature; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509ProxyCertificatesNotAllowed` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:446:5 [INFO] [stdout] | [INFO] [stdout] 446 | X509ProxyCertificatesNotAllowed = X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509ProxyCertificatesNotAllowed; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509InvalidExtension` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:447:5 [INFO] [stdout] | [INFO] [stdout] 447 | X509InvalidExtension = X509_V_ERR_INVALID_EXTENSION, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509InvalidExtension; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509InavlidPolicyExtension` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:448:5 [INFO] [stdout] | [INFO] [stdout] 448 | X509InavlidPolicyExtension = X509_V_ERR_INVALID_POLICY_EXTENSION, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509InavlidPolicyExtension; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509NoExplicitPolicy` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:449:5 [INFO] [stdout] | [INFO] [stdout] 449 | X509NoExplicitPolicy = X509_V_ERR_NO_EXPLICIT_POLICY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509NoExplicitPolicy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509DifferentCrlScope` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:450:5 [INFO] [stdout] | [INFO] [stdout] 450 | X509DifferentCrlScope = X509_V_ERR_DIFFERENT_CRL_SCOPE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509DifferentCrlScope; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnsupportedExtensionFeature` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:451:5 [INFO] [stdout] | [INFO] [stdout] 451 | X509UnsupportedExtensionFeature = X509_V_ERR_UNSUPPORTED_EXTENSION_FEATURE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnsupportedExtensionFeature; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnnestedResource` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:452:5 [INFO] [stdout] | [INFO] [stdout] 452 | X509UnnestedResource = X509_V_ERR_UNNESTED_RESOURCE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnnestedResource; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509PermittedVolation` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:453:5 [INFO] [stdout] | [INFO] [stdout] 453 | X509PermittedVolation = X509_V_ERR_PERMITTED_VIOLATION, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509PermittedVolation; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509ExcludedViolation` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:454:5 [INFO] [stdout] | [INFO] [stdout] 454 | X509ExcludedViolation = X509_V_ERR_EXCLUDED_VIOLATION, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509ExcludedViolation; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509SubtreeMinmax` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:455:5 [INFO] [stdout] | [INFO] [stdout] 455 | X509SubtreeMinmax = X509_V_ERR_SUBTREE_MINMAX, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509SubtreeMinmax; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnsupportedConstraintType` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | X509UnsupportedConstraintType = X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnsupportedConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnsupportedConstraintSyntax` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:457:5 [INFO] [stdout] | [INFO] [stdout] 457 | X509UnsupportedConstraintSyntax = X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnsupportedConstraintSyntax; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509UnsupportedNameSyntax` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:458:5 [INFO] [stdout] | [INFO] [stdout] 458 | X509UnsupportedNameSyntax = X509_V_ERR_UNSUPPORTED_NAME_SYNTAX, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnsupportedNameSyntax; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509CrlPathValidationError` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:459:5 [INFO] [stdout] | [INFO] [stdout] 459 | X509CrlPathValidationError= X509_V_ERR_CRL_PATH_VALIDATION_ERROR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509CrlPathValidationError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X509ApplicationVerification` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:460:5 [INFO] [stdout] | [INFO] [stdout] 460 | X509ApplicationVerification = X509_V_ERR_APPLICATION_VERIFICATION, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509ApplicationVerification; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `X509UnknownError` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/x509/mod.rs:400:33 [INFO] [stdout] | [INFO] [stdout] 400 | err => Some(X509UnknownError(err)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 407 | / make_validation_error!(X509_V_OK, [INFO] [stdout] 408 | | X509UnableToGetIssuerCert = X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT, [INFO] [stdout] 409 | | X509UnableToGetCrl = X509_V_ERR_UNABLE_TO_GET_CRL, [INFO] [stdout] 410 | | X509UnableToDecryptCertSignature = X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE, [INFO] [stdout] ... | [INFO] [stdout] 460 | | X509ApplicationVerification = X509_V_ERR_APPLICATION_VERIFICATION, [INFO] [stdout] 461 | | ) [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_validation_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use x509::X509ValidationError::X509UnknownError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(struct_variant, macro_rules, unsafe_destructor)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the feature `struct_variant` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] = help: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:34:27 [INFO] [stdout] | [INFO] [stdout] 34 | let mutexes = box Vec::from_fn(num_locks as uint, |_| NativeMutex::new()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/ssl/mod.rs:233:20 [INFO] [stdout] | [INFO] [stdout] 233 | let data = box data; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `openssl` due to 216 previous errors [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/asn1/mod.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use libc::{c_long}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-openssl-41da9d20ce19f5aa/12b7427/src/asn1/mod.rs:25:58 [INFO] [stdout] | [INFO] [stdout] 25 | ... period as c_long)) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 215 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0422, E0425, E0432, E0433, E0463, E0554, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c9a01f669e3454898c99d3eab5256dcdf85bfc68deb00b96bad650ec38182c9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9a01f669e3454898c99d3eab5256dcdf85bfc68deb00b96bad650ec38182c9f", kill_on_drop: false }` [INFO] [stdout] c9a01f669e3454898c99d3eab5256dcdf85bfc68deb00b96bad650ec38182c9f