[INFO] crate barnacl 0.1.1 is already in cache
[INFO] checking barnacl-0.1.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate barnacl 0.1.1 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate barnacl 0.1.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate barnacl 0.1.1
[INFO] removed path dependency barnacl_sys from crates.io crate barnacl 0.1.1
[INFO] finished tweaking crates.io crate barnacl 0.1.1
[INFO] tweaked toml for crates.io crate barnacl 0.1.1 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] e756dab3a6684af36e46b6348ec56803597385d62c0a5679fd655a13509cba9e
[INFO] running `"docker" "start" "-a" "e756dab3a6684af36e46b6348ec56803597385d62c0a5679fd655a13509cba9e"`
[INFO] [stderr]     Checking byteorder v0.5.3
[INFO] [stderr]    Compiling barnacl_sys v0.1.1
[INFO] [stderr]     Checking cbor v0.4.1
[INFO] [stderr]     Checking barnacl v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | newtype_impl!(PublicKey, PUBLICKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | newtype_impl!(PublicKey, PUBLICKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | newtype_impl!(SecretKey, SECRETKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | newtype_impl!(SecretKey, SECRETKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:42:1
[INFO] [stderr]    |
[INFO] [stderr] 42 | newtype_impl!(Nonce, NONCEBYTES);
[INFO] [stderr]    | --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:42:1
[INFO] [stderr]    |
[INFO] [stderr] 42 | newtype_impl!(Nonce, NONCEBYTES);
[INFO] [stderr]    | --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/newtype_macros.rs:57:21
[INFO] [stderr]     |
[INFO] [stderr] 57  |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]     |                     ^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:127:1
[INFO] [stderr]     |
[INFO] [stderr] 127 | newtype_impl!(PrecomputedKey, PRECOMPUTEDKEYBYTES);
[INFO] [stderr]     | --------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/newtype_macros.rs:74:28
[INFO] [stderr]     |
[INFO] [stderr] 74  |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]     |                            ^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:127:1
[INFO] [stderr]     |
[INFO] [stderr] 127 | newtype_impl!(PrecomputedKey, PRECOMPUTEDKEYBYTES);
[INFO] [stderr]     | --------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | newtype_impl!(Seed, SEEDBYTES);
[INFO] [stderr]    | ------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | newtype_impl!(Seed, SEEDBYTES);
[INFO] [stderr]    | ------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | newtype_impl!(SecretKey, SECRETKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | newtype_impl!(SecretKey, SECRETKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:42:1
[INFO] [stderr]    |
[INFO] [stderr] 42 | newtype_impl!(PublicKey, PUBLICKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:42:1
[INFO] [stderr]    |
[INFO] [stderr] 42 | newtype_impl!(PublicKey, PUBLICKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | newtype_impl!(Signature, SIGNATUREBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | newtype_impl!(Signature, SIGNATUREBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/edwards25519sha512batch.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | newtype_impl!(SecretKey, SECRETKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/edwards25519sha512batch.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | newtype_impl!(SecretKey, SECRETKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/edwards25519sha512batch.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | newtype_impl!(PublicKey, PUBLICKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/edwards25519sha512batch.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | newtype_impl!(PublicKey, PUBLICKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/scalarmult/curve25519.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | newtype_impl!(Scalar, SCALARBYTES);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/scalarmult/curve25519.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | newtype_impl!(Scalar, SCALARBYTES);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/scalarmult/curve25519.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | newtype_impl!(GroupElement, BYTES);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/scalarmult/curve25519.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | newtype_impl!(GroupElement, BYTES);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr] 8  | / auth_module!(crypto_auth_hmacsha512,
[INFO] [stderr] 9  | |              crypto_auth_hmacsha512_verify,
[INFO] [stderr] 10 | |              verify_64,
[INFO] [stderr] 11 | |              crypto_auth_hmacsha512_KEYBYTES,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr] 8  | / auth_module!(crypto_auth_hmacsha512,
[INFO] [stderr] 9  | |              crypto_auth_hmacsha512_verify,
[INFO] [stderr] 10 | |              verify_64,
[INFO] [stderr] 11 | |              crypto_auth_hmacsha512_KEYBYTES,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr] 8  | / auth_module!(crypto_auth_hmacsha512,
[INFO] [stderr] 9  | |              crypto_auth_hmacsha512_verify,
[INFO] [stderr] 10 | |              verify_64,
[INFO] [stderr] 11 | |              crypto_auth_hmacsha512_KEYBYTES,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr] 8  | / auth_module!(crypto_auth_hmacsha512,
[INFO] [stderr] 9  | |              crypto_auth_hmacsha512_verify,
[INFO] [stderr] 10 | |              verify_64,
[INFO] [stderr] 11 | |              crypto_auth_hmacsha512_KEYBYTES,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha512256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha512256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha512256_BYTES);
[INFO] [stderr]    | |______________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha512256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha512256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha512256_BYTES);
[INFO] [stderr]    | |______________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha512256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha512256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha512256_BYTES);
[INFO] [stderr]    | |______________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha512256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha512256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha512256_BYTES);
[INFO] [stderr]    | |______________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha256_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha256_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha256_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha256_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/hash/sha512.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / hash_module!(crypto_hash_sha512,
[INFO] [stderr] 11 | |              crypto_hash_sha512_BYTES,
[INFO] [stderr] 12 | |              128);
[INFO] [stderr]    | |__________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/hash/sha512.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / hash_module!(crypto_hash_sha512,
[INFO] [stderr] 11 | |              crypto_hash_sha512_BYTES,
[INFO] [stderr] 12 | |              128);
[INFO] [stderr]    | |__________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/hash/sha256.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / hash_module!(crypto_hash_sha256,
[INFO] [stderr] 11 | |              crypto_hash_sha256_BYTES,
[INFO] [stderr] 12 | |              64);
[INFO] [stderr]    | |_________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/hash/sha256.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / hash_module!(crypto_hash_sha256,
[INFO] [stderr] 11 | |              crypto_hash_sha256_BYTES,
[INFO] [stderr] 12 | |              64);
[INFO] [stderr]    | |_________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/secretbox/xsalsa20poly1305.rs:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | newtype_impl!(Key, KEYBYTES);
[INFO] [stderr]    | ----------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/secretbox/xsalsa20poly1305.rs:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | newtype_impl!(Key, KEYBYTES);
[INFO] [stderr]    | ----------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/secretbox/xsalsa20poly1305.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | newtype_impl!(Nonce, NONCEBYTES);
[INFO] [stderr]    | --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/secretbox/xsalsa20poly1305.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | newtype_impl!(Nonce, NONCEBYTES);
[INFO] [stderr]    | --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/onetimeauth/poly1305.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / auth_module!(crypto_onetimeauth_poly1305,
[INFO] [stderr] 11 | |              crypto_onetimeauth_poly1305_verify,
[INFO] [stderr] 12 | |              verify_16,
[INFO] [stderr] 13 | |              crypto_onetimeauth_poly1305_KEYBYTES,
[INFO] [stderr] 14 | |              crypto_onetimeauth_poly1305_BYTES);
[INFO] [stderr]    | |________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/onetimeauth/poly1305.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / auth_module!(crypto_onetimeauth_poly1305,
[INFO] [stderr] 11 | |              crypto_onetimeauth_poly1305_verify,
[INFO] [stderr] 12 | |              verify_16,
[INFO] [stderr] 13 | |              crypto_onetimeauth_poly1305_KEYBYTES,
[INFO] [stderr] 14 | |              crypto_onetimeauth_poly1305_BYTES);
[INFO] [stderr]    | |________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/onetimeauth/poly1305.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / auth_module!(crypto_onetimeauth_poly1305,
[INFO] [stderr] 11 | |              crypto_onetimeauth_poly1305_verify,
[INFO] [stderr] 12 | |              verify_16,
[INFO] [stderr] 13 | |              crypto_onetimeauth_poly1305_KEYBYTES,
[INFO] [stderr] 14 | |              crypto_onetimeauth_poly1305_BYTES);
[INFO] [stderr]    | |________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/onetimeauth/poly1305.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / auth_module!(crypto_onetimeauth_poly1305,
[INFO] [stderr] 11 | |              crypto_onetimeauth_poly1305_verify,
[INFO] [stderr] 12 | |              verify_16,
[INFO] [stderr] 13 | |              crypto_onetimeauth_poly1305_KEYBYTES,
[INFO] [stderr] 14 | |              crypto_onetimeauth_poly1305_BYTES);
[INFO] [stderr]    | |________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/pwhash/scryptsalsa208sha256.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | newtype_impl!(Salt, SALTBYTES);
[INFO] [stderr]    | ------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/pwhash/scryptsalsa208sha256.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | newtype_impl!(Salt, SALTBYTES);
[INFO] [stderr]    | ------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/pwhash/scryptsalsa208sha256.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | newtype_impl!(HashedPassword, STRBYTES);
[INFO] [stderr]    | ---------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/pwhash/scryptsalsa208sha256.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | newtype_impl!(HashedPassword, STRBYTES);
[INFO] [stderr]    | ---------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/xsalsa20.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / stream_module!(crypto_stream_xsalsa20,
[INFO] [stderr] 11 | |                crypto_stream_xsalsa20_xor,
[INFO] [stderr] 12 | |                crypto_stream_xsalsa20_KEYBYTES,
[INFO] [stderr] 13 | |                crypto_stream_xsalsa20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/xsalsa20.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / stream_module!(crypto_stream_xsalsa20,
[INFO] [stderr] 11 | |                crypto_stream_xsalsa20_xor,
[INFO] [stderr] 12 | |                crypto_stream_xsalsa20_KEYBYTES,
[INFO] [stderr] 13 | |                crypto_stream_xsalsa20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/xsalsa20.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / stream_module!(crypto_stream_xsalsa20,
[INFO] [stderr] 11 | |                crypto_stream_xsalsa20_xor,
[INFO] [stderr] 12 | |                crypto_stream_xsalsa20_KEYBYTES,
[INFO] [stderr] 13 | |                crypto_stream_xsalsa20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/xsalsa20.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / stream_module!(crypto_stream_xsalsa20,
[INFO] [stderr] 11 | |                crypto_stream_xsalsa20_xor,
[INFO] [stderr] 12 | |                crypto_stream_xsalsa20_KEYBYTES,
[INFO] [stderr] 13 | |                crypto_stream_xsalsa20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/aes128ctr.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_aes128ctr,
[INFO] [stderr] 10 | |                crypto_stream_aes128ctr_xor,
[INFO] [stderr] 11 | |                crypto_stream_aes128ctr_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_aes128ctr_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/aes128ctr.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_aes128ctr,
[INFO] [stderr] 10 | |                crypto_stream_aes128ctr_xor,
[INFO] [stderr] 11 | |                crypto_stream_aes128ctr_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_aes128ctr_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/aes128ctr.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_aes128ctr,
[INFO] [stderr] 10 | |                crypto_stream_aes128ctr_xor,
[INFO] [stderr] 11 | |                crypto_stream_aes128ctr_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_aes128ctr_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/aes128ctr.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_aes128ctr,
[INFO] [stderr] 10 | |                crypto_stream_aes128ctr_xor,
[INFO] [stderr] 11 | |                crypto_stream_aes128ctr_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_aes128ctr_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa208.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa208,
[INFO] [stderr] 10 | |                crypto_stream_salsa208_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa208_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa208_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa208.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa208,
[INFO] [stderr] 10 | |                crypto_stream_salsa208_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa208_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa208_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa208.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa208,
[INFO] [stderr] 10 | |                crypto_stream_salsa208_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa208_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa208_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa208.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa208,
[INFO] [stderr] 10 | |                crypto_stream_salsa208_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa208_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa208_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa2012.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa2012,
[INFO] [stderr] 10 | |                crypto_stream_salsa2012_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa2012_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa2012_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa2012.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa2012,
[INFO] [stderr] 10 | |                crypto_stream_salsa2012_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa2012_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa2012_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa2012.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa2012,
[INFO] [stderr] 10 | |                crypto_stream_salsa2012_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa2012_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa2012_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa2012.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa2012,
[INFO] [stderr] 10 | |                crypto_stream_salsa2012_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa2012_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa2012_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa20.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa20,
[INFO] [stderr] 10 | |                crypto_stream_salsa20_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa20_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa20_NONCEBYTES);
[INFO] [stderr]    | |_________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa20.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa20,
[INFO] [stderr] 10 | |                crypto_stream_salsa20_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa20_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa20_NONCEBYTES);
[INFO] [stderr]    | |_________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa20.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa20,
[INFO] [stderr] 10 | |                crypto_stream_salsa20_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa20_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa20_NONCEBYTES);
[INFO] [stderr]    | |_________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa20.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa20,
[INFO] [stderr] 10 | |                crypto_stream_salsa20_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa20_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa20_NONCEBYTES);
[INFO] [stderr]    | |_________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/chacha20.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / stream_module!(crypto_stream_chacha20,
[INFO] [stderr] 8  | |                crypto_stream_chacha20_xor,
[INFO] [stderr] 9  | |                crypto_stream_chacha20_KEYBYTES,
[INFO] [stderr] 10 | |                crypto_stream_chacha20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/chacha20.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / stream_module!(crypto_stream_chacha20,
[INFO] [stderr] 8  | |                crypto_stream_chacha20_xor,
[INFO] [stderr] 9  | |                crypto_stream_chacha20_KEYBYTES,
[INFO] [stderr] 10 | |                crypto_stream_chacha20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/chacha20.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / stream_module!(crypto_stream_chacha20,
[INFO] [stderr] 8  | |                crypto_stream_chacha20_xor,
[INFO] [stderr] 9  | |                crypto_stream_chacha20_KEYBYTES,
[INFO] [stderr] 10 | |                crypto_stream_chacha20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/chacha20.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / stream_module!(crypto_stream_chacha20,
[INFO] [stderr] 8  | |                crypto_stream_chacha20_xor,
[INFO] [stderr] 9  | |                crypto_stream_chacha20_KEYBYTES,
[INFO] [stderr] 10 | |                crypto_stream_chacha20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/shorthash/siphash24.rs:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | newtype_impl!(Digest, HASHBYTES);
[INFO] [stderr]    | --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/shorthash/siphash24.rs:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | newtype_impl!(Digest, HASHBYTES);
[INFO] [stderr]    | --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/shorthash/siphash24.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | newtype_impl!(Key, KEYBYTES);
[INFO] [stderr]    | ----------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/shorthash/siphash24.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | newtype_impl!(Key, KEYBYTES);
[INFO] [stderr]    | ----------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]   --> src/marshal.rs:11:14
[INFO] [stderr]    |
[INFO] [stderr] 11 |     for _ in (0..padbefore) {
[INFO] [stderr]    |              ^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | newtype_impl!(PublicKey, PUBLICKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | newtype_impl!(PublicKey, PUBLICKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | newtype_impl!(SecretKey, SECRETKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | newtype_impl!(SecretKey, SECRETKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:42:1
[INFO] [stderr]    |
[INFO] [stderr] 42 | newtype_impl!(Nonce, NONCEBYTES);
[INFO] [stderr]    | --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:42:1
[INFO] [stderr]    |
[INFO] [stderr] 42 | newtype_impl!(Nonce, NONCEBYTES);
[INFO] [stderr]    | --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/newtype_macros.rs:57:21
[INFO] [stderr]     |
[INFO] [stderr] 57  |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]     |                     ^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:127:1
[INFO] [stderr]     |
[INFO] [stderr] 127 | newtype_impl!(PrecomputedKey, PRECOMPUTEDKEYBYTES);
[INFO] [stderr]     | --------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/newtype_macros.rs:74:28
[INFO] [stderr]     |
[INFO] [stderr] 74  |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]     |                            ^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:127:1
[INFO] [stderr]     |
[INFO] [stderr] 127 | newtype_impl!(PrecomputedKey, PRECOMPUTEDKEYBYTES);
[INFO] [stderr]     | --------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | newtype_impl!(Seed, SEEDBYTES);
[INFO] [stderr]    | ------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | newtype_impl!(Seed, SEEDBYTES);
[INFO] [stderr]    | ------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | newtype_impl!(SecretKey, SECRETKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | newtype_impl!(SecretKey, SECRETKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:42:1
[INFO] [stderr]    |
[INFO] [stderr] 42 | newtype_impl!(PublicKey, PUBLICKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:42:1
[INFO] [stderr]    |
[INFO] [stderr] 42 | newtype_impl!(PublicKey, PUBLICKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | newtype_impl!(Signature, SIGNATUREBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/ed25519.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | newtype_impl!(Signature, SIGNATUREBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/edwards25519sha512batch.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | newtype_impl!(SecretKey, SECRETKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/edwards25519sha512batch.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | newtype_impl!(SecretKey, SECRETKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/edwards25519sha512batch.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | newtype_impl!(PublicKey, PUBLICKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/sign/edwards25519sha512batch.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | newtype_impl!(PublicKey, PUBLICKEYBYTES);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/scalarmult/curve25519.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | newtype_impl!(Scalar, SCALARBYTES);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/scalarmult/curve25519.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | newtype_impl!(Scalar, SCALARBYTES);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/scalarmult/curve25519.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | newtype_impl!(GroupElement, BYTES);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/scalarmult/curve25519.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | newtype_impl!(GroupElement, BYTES);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr] 8  | / auth_module!(crypto_auth_hmacsha512,
[INFO] [stderr] 9  | |              crypto_auth_hmacsha512_verify,
[INFO] [stderr] 10 | |              verify_64,
[INFO] [stderr] 11 | |              crypto_auth_hmacsha512_KEYBYTES,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr] 8  | / auth_module!(crypto_auth_hmacsha512,
[INFO] [stderr] 9  | |              crypto_auth_hmacsha512_verify,
[INFO] [stderr] 10 | |              verify_64,
[INFO] [stderr] 11 | |              crypto_auth_hmacsha512_KEYBYTES,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr] 8  | / auth_module!(crypto_auth_hmacsha512,
[INFO] [stderr] 9  | |              crypto_auth_hmacsha512_verify,
[INFO] [stderr] 10 | |              verify_64,
[INFO] [stderr] 11 | |              crypto_auth_hmacsha512_KEYBYTES,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr] 8  | / auth_module!(crypto_auth_hmacsha512,
[INFO] [stderr] 9  | |              crypto_auth_hmacsha512_verify,
[INFO] [stderr] 10 | |              verify_64,
[INFO] [stderr] 11 | |              crypto_auth_hmacsha512_KEYBYTES,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha512256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha512256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha512256_BYTES);
[INFO] [stderr]    | |______________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha512256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha512256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha512256_BYTES);
[INFO] [stderr]    | |______________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha512256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha512256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha512256_BYTES);
[INFO] [stderr]    | |______________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha512256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha512256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha512256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha512256_BYTES);
[INFO] [stderr]    | |______________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha256_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha256_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha256_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/auth/hmacsha256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha256_verify,
[INFO] [stderr] 11 | |              verify_32,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha256_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_auth_hmacsha256_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/hash/sha512.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / hash_module!(crypto_hash_sha512,
[INFO] [stderr] 11 | |              crypto_hash_sha512_BYTES,
[INFO] [stderr] 12 | |              128);
[INFO] [stderr]    | |__________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/hash/sha512.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / hash_module!(crypto_hash_sha512,
[INFO] [stderr] 11 | |              crypto_hash_sha512_BYTES,
[INFO] [stderr] 12 | |              128);
[INFO] [stderr]    | |__________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/hash/sha256.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / hash_module!(crypto_hash_sha256,
[INFO] [stderr] 11 | |              crypto_hash_sha256_BYTES,
[INFO] [stderr] 12 | |              64);
[INFO] [stderr]    | |_________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/hash/sha256.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / hash_module!(crypto_hash_sha256,
[INFO] [stderr] 11 | |              crypto_hash_sha256_BYTES,
[INFO] [stderr] 12 | |              64);
[INFO] [stderr]    | |_________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/secretbox/xsalsa20poly1305.rs:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | newtype_impl!(Key, KEYBYTES);
[INFO] [stderr]    | ----------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/secretbox/xsalsa20poly1305.rs:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | newtype_impl!(Key, KEYBYTES);
[INFO] [stderr]    | ----------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/secretbox/xsalsa20poly1305.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | newtype_impl!(Nonce, NONCEBYTES);
[INFO] [stderr]    | --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/secretbox/xsalsa20poly1305.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | newtype_impl!(Nonce, NONCEBYTES);
[INFO] [stderr]    | --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/onetimeauth/poly1305.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / auth_module!(crypto_onetimeauth_poly1305,
[INFO] [stderr] 11 | |              crypto_onetimeauth_poly1305_verify,
[INFO] [stderr] 12 | |              verify_16,
[INFO] [stderr] 13 | |              crypto_onetimeauth_poly1305_KEYBYTES,
[INFO] [stderr] 14 | |              crypto_onetimeauth_poly1305_BYTES);
[INFO] [stderr]    | |________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/onetimeauth/poly1305.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / auth_module!(crypto_onetimeauth_poly1305,
[INFO] [stderr] 11 | |              crypto_onetimeauth_poly1305_verify,
[INFO] [stderr] 12 | |              verify_16,
[INFO] [stderr] 13 | |              crypto_onetimeauth_poly1305_KEYBYTES,
[INFO] [stderr] 14 | |              crypto_onetimeauth_poly1305_BYTES);
[INFO] [stderr]    | |________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/onetimeauth/poly1305.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / auth_module!(crypto_onetimeauth_poly1305,
[INFO] [stderr] 11 | |              crypto_onetimeauth_poly1305_verify,
[INFO] [stderr] 12 | |              verify_16,
[INFO] [stderr] 13 | |              crypto_onetimeauth_poly1305_KEYBYTES,
[INFO] [stderr] 14 | |              crypto_onetimeauth_poly1305_BYTES);
[INFO] [stderr]    | |________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/onetimeauth/poly1305.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / auth_module!(crypto_onetimeauth_poly1305,
[INFO] [stderr] 11 | |              crypto_onetimeauth_poly1305_verify,
[INFO] [stderr] 12 | |              verify_16,
[INFO] [stderr] 13 | |              crypto_onetimeauth_poly1305_KEYBYTES,
[INFO] [stderr] 14 | |              crypto_onetimeauth_poly1305_BYTES);
[INFO] [stderr]    | |________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/pwhash/scryptsalsa208sha256.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | newtype_impl!(Salt, SALTBYTES);
[INFO] [stderr]    | ------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/pwhash/scryptsalsa208sha256.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | newtype_impl!(Salt, SALTBYTES);
[INFO] [stderr]    | ------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/pwhash/scryptsalsa208sha256.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | newtype_impl!(HashedPassword, STRBYTES);
[INFO] [stderr]    | ---------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/pwhash/scryptsalsa208sha256.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | newtype_impl!(HashedPassword, STRBYTES);
[INFO] [stderr]    | ---------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/xsalsa20.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / stream_module!(crypto_stream_xsalsa20,
[INFO] [stderr] 11 | |                crypto_stream_xsalsa20_xor,
[INFO] [stderr] 12 | |                crypto_stream_xsalsa20_KEYBYTES,
[INFO] [stderr] 13 | |                crypto_stream_xsalsa20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/xsalsa20.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / stream_module!(crypto_stream_xsalsa20,
[INFO] [stderr] 11 | |                crypto_stream_xsalsa20_xor,
[INFO] [stderr] 12 | |                crypto_stream_xsalsa20_KEYBYTES,
[INFO] [stderr] 13 | |                crypto_stream_xsalsa20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/xsalsa20.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / stream_module!(crypto_stream_xsalsa20,
[INFO] [stderr] 11 | |                crypto_stream_xsalsa20_xor,
[INFO] [stderr] 12 | |                crypto_stream_xsalsa20_KEYBYTES,
[INFO] [stderr] 13 | |                crypto_stream_xsalsa20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/xsalsa20.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / stream_module!(crypto_stream_xsalsa20,
[INFO] [stderr] 11 | |                crypto_stream_xsalsa20_xor,
[INFO] [stderr] 12 | |                crypto_stream_xsalsa20_KEYBYTES,
[INFO] [stderr] 13 | |                crypto_stream_xsalsa20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/aes128ctr.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_aes128ctr,
[INFO] [stderr] 10 | |                crypto_stream_aes128ctr_xor,
[INFO] [stderr] 11 | |                crypto_stream_aes128ctr_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_aes128ctr_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/aes128ctr.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_aes128ctr,
[INFO] [stderr] 10 | |                crypto_stream_aes128ctr_xor,
[INFO] [stderr] 11 | |                crypto_stream_aes128ctr_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_aes128ctr_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/aes128ctr.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_aes128ctr,
[INFO] [stderr] 10 | |                crypto_stream_aes128ctr_xor,
[INFO] [stderr] 11 | |                crypto_stream_aes128ctr_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_aes128ctr_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/aes128ctr.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_aes128ctr,
[INFO] [stderr] 10 | |                crypto_stream_aes128ctr_xor,
[INFO] [stderr] 11 | |                crypto_stream_aes128ctr_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_aes128ctr_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa208.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa208,
[INFO] [stderr] 10 | |                crypto_stream_salsa208_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa208_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa208_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa208.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa208,
[INFO] [stderr] 10 | |                crypto_stream_salsa208_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa208_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa208_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa208.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa208,
[INFO] [stderr] 10 | |                crypto_stream_salsa208_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa208_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa208_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa208.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa208,
[INFO] [stderr] 10 | |                crypto_stream_salsa208_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa208_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa208_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa2012.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa2012,
[INFO] [stderr] 10 | |                crypto_stream_salsa2012_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa2012_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa2012_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa2012.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa2012,
[INFO] [stderr] 10 | |                crypto_stream_salsa2012_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa2012_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa2012_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa2012.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa2012,
[INFO] [stderr] 10 | |                crypto_stream_salsa2012_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa2012_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa2012_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa2012.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa2012,
[INFO] [stderr] 10 | |                crypto_stream_salsa2012_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa2012_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa2012_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa20.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa20,
[INFO] [stderr] 10 | |                crypto_stream_salsa20_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa20_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa20_NONCEBYTES);
[INFO] [stderr]    | |_________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa20.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa20,
[INFO] [stderr] 10 | |                crypto_stream_salsa20_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa20_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa20_NONCEBYTES);
[INFO] [stderr]    | |_________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa20.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa20,
[INFO] [stderr] 10 | |                crypto_stream_salsa20_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa20_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa20_NONCEBYTES);
[INFO] [stderr]    | |_________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/salsa20.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa20,
[INFO] [stderr] 10 | |                crypto_stream_salsa20_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa20_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa20_NONCEBYTES);
[INFO] [stderr]    | |_________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/chacha20.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / stream_module!(crypto_stream_chacha20,
[INFO] [stderr] 8  | |                crypto_stream_chacha20_xor,
[INFO] [stderr] 9  | |                crypto_stream_chacha20_KEYBYTES,
[INFO] [stderr] 10 | |                crypto_stream_chacha20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/chacha20.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / stream_module!(crypto_stream_chacha20,
[INFO] [stderr] 8  | |                crypto_stream_chacha20_xor,
[INFO] [stderr] 9  | |                crypto_stream_chacha20_KEYBYTES,
[INFO] [stderr] 10 | |                crypto_stream_chacha20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                       try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/chacha20.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / stream_module!(crypto_stream_chacha20,
[INFO] [stderr] 8  | |                crypto_stream_chacha20_xor,
[INFO] [stderr] 9  | |                crypto_stream_chacha20_KEYBYTES,
[INFO] [stderr] 10 | |                crypto_stream_chacha20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                       *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                              ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/stream/chacha20.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / stream_module!(crypto_stream_chacha20,
[INFO] [stderr] 8  | |                crypto_stream_chacha20_xor,
[INFO] [stderr] 9  | |                crypto_stream_chacha20_KEYBYTES,
[INFO] [stderr] 10 | |                crypto_stream_chacha20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/shorthash/siphash24.rs:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | newtype_impl!(Digest, HASHBYTES);
[INFO] [stderr]    | --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/shorthash/siphash24.rs:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | newtype_impl!(Digest, HASHBYTES);
[INFO] [stderr]    | --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     try!(encoder.emit_seq_elt(i, |encoder| e.encode(encoder)))
[INFO] [stderr]    |                     ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/shorthash/siphash24.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | newtype_impl!(Key, KEYBYTES);
[INFO] [stderr]    | ----------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/newtype_macros.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |                     *val = try!(decoder.read_seq_elt(i,
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/crypto/shorthash/siphash24.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | newtype_impl!(Key, KEYBYTES);
[INFO] [stderr]    | ----------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]   --> src/marshal.rs:11:14
[INFO] [stderr]    |
[INFO] [stderr] 11 |     for _ in (0..padbefore) {
[INFO] [stderr]    |              ^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/box_/curve25519xsalsa20poly1305.rs:192:18
[INFO] [stderr]     |
[INFO] [stderr] 192 |         for i in (0..256usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/box_/curve25519xsalsa20poly1305.rs:206:18
[INFO] [stderr]     |
[INFO] [stderr] 206 |         for i in (0..256usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/box_/curve25519xsalsa20poly1305.rs:225:18
[INFO] [stderr]     |
[INFO] [stderr] 225 |         for i in (0..32usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/box_/curve25519xsalsa20poly1305.rs:231:22
[INFO] [stderr]     |
[INFO] [stderr] 231 |             for j in (0..c.len()) {
[INFO] [stderr]     |                      ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/box_/curve25519xsalsa20poly1305.rs:242:18
[INFO] [stderr]     |
[INFO] [stderr] 242 |         for i in (0..32usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/box_/curve25519xsalsa20poly1305.rs:250:22
[INFO] [stderr]     |
[INFO] [stderr] 250 |             for j in (0..c.len()) {
[INFO] [stderr]     |                      ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/box_/curve25519xsalsa20poly1305.rs:374:18
[INFO] [stderr]     |
[INFO] [stderr] 374 |         for _ in (0..256usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/sign/ed25519.rs:158:18
[INFO] [stderr]     |
[INFO] [stderr] 158 |         for i in (0..256usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/sign/ed25519.rs:170:18
[INFO] [stderr]     |
[INFO] [stderr] 170 |         for i in (0..32usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/sign/ed25519.rs:174:22
[INFO] [stderr]     |
[INFO] [stderr] 174 |             for j in (0..sm.len()) {
[INFO] [stderr]     |                      ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/sign/ed25519.rs:185:18
[INFO] [stderr]     |
[INFO] [stderr] 185 |         for i in (0..256usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/sign/ed25519.rs:196:18
[INFO] [stderr]     |
[INFO] [stderr] 196 |         for i in (0..32usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/sign/ed25519.rs:200:22
[INFO] [stderr]     |
[INFO] [stderr] 200 |             for j in (0..SIGNATUREBYTES) {
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/sign/ed25519.rs:211:18
[INFO] [stderr]     |
[INFO] [stderr] 211 |         for i in (0..256usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/sign/ed25519.rs:226:18
[INFO] [stderr]     |
[INFO] [stderr] 226 |         for i in (0..32usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/sign/ed25519.rs:233:22
[INFO] [stderr]     |
[INFO] [stderr] 233 |             for j in (0..sm.len()) {
[INFO] [stderr]     |                      ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/sign/ed25519.rs:309:18
[INFO] [stderr]     |
[INFO] [stderr] 309 |         for i in (0..256usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]   --> src/crypto/sign/edwards25519sha512batch.rs:91:18
[INFO] [stderr]    |
[INFO] [stderr] 91 |         for i in (0..256usize) {
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/sign/edwards25519sha512batch.rs:103:18
[INFO] [stderr]     |
[INFO] [stderr] 103 |         for i in (0..32usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/sign/edwards25519sha512batch.rs:107:22
[INFO] [stderr]     |
[INFO] [stderr] 107 |             for j in (0..sm.len()) {
[INFO] [stderr]     |                      ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/secretbox/xsalsa20poly1305.rs:104:18
[INFO] [stderr]     |
[INFO] [stderr] 104 |         for i in (0..256usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/secretbox/xsalsa20poly1305.rs:117:18
[INFO] [stderr]     |
[INFO] [stderr] 117 |         for i in (0..32usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/secretbox/xsalsa20poly1305.rs:122:22
[INFO] [stderr]     |
[INFO] [stderr] 122 |             for i in (0..c.len()) {
[INFO] [stderr]     |                      ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/secretbox/xsalsa20poly1305.rs:184:18
[INFO] [stderr]     |
[INFO] [stderr] 184 |         for _ in (0..256usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/pwhash/scryptsalsa208sha256.rs:181:18
[INFO] [stderr]     |
[INFO] [stderr] 181 |         for i in (0..32usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/pwhash/scryptsalsa208sha256.rs:191:18
[INFO] [stderr]     |
[INFO] [stderr] 191 |         for i in (0..16usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/pwhash/scryptsalsa208sha256.rs:194:22
[INFO] [stderr]     |
[INFO] [stderr] 194 |             for j in (0..pw.len()) {
[INFO] [stderr]     |                      ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/pwhash/scryptsalsa208sha256.rs:205:18
[INFO] [stderr]     |
[INFO] [stderr] 205 |         for i in (0..32usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]   --> src/crypto/shorthash/siphash24.rs:61:18
[INFO] [stderr]    |
[INFO] [stderr] 61 |         for i in (0usize..64) {
[INFO] [stderr]    |                  ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/shorthash/siphash24.rs:129:18
[INFO] [stderr]     |
[INFO] [stderr] 129 |         for i in (0usize..maxlen) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/shorthash/siphash24.rs:138:18
[INFO] [stderr]     |
[INFO] [stderr] 138 |         for i in (0..64usize) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]   --> src/crypto/verify.rs:76:18
[INFO] [stderr]    |
[INFO] [stderr] 76 |         for _ in (0usize..256) {
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]   --> src/crypto/verify.rs:94:18
[INFO] [stderr]    |
[INFO] [stderr] 94 |         for _ in (0usize..256) {
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/verify.rs:112:18
[INFO] [stderr]     |
[INFO] [stderr] 112 |         for _ in (0usize..256) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stderr]    --> src/crypto/verify.rs:130:18
[INFO] [stderr]     |
[INFO] [stderr] 130 |         for i in (0usize..256) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/crypto/verify.rs:64:52
[INFO] [stderr]    |
[INFO] [stderr] 64 |         ffi::sodium_memcmp(x.as_ptr(), y.as_ptr(), x.len() as c_ulong) == 0
[INFO] [stderr]    |                                                    ^^^^^^^^^^^^^^^^^^ expected `usize`, found `u64`
[INFO] [stderr]    |
[INFO] [stderr] help: you can convert an `u64` to `usize` and panic if the converted value wouldn't fit
[INFO] [stderr]    |
[INFO] [stderr] 64 |         ffi::sodium_memcmp(x.as_ptr(), y.as_ptr(), (x.len() as c_ulong).try_into().unwrap()) == 0
[INFO] [stderr]    |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `barnacl`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/crypto/verify.rs:64:52
[INFO] [stderr]    |
[INFO] [stderr] 64 |         ffi::sodium_memcmp(x.as_ptr(), y.as_ptr(), x.len() as c_ulong) == 0
[INFO] [stderr]    |                                                    ^^^^^^^^^^^^^^^^^^ expected `usize`, found `u64`
[INFO] [stderr]    |
[INFO] [stderr] help: you can convert an `u64` to `usize` and panic if the converted value wouldn't fit
[INFO] [stderr]    |
[INFO] [stderr] 64 |         ffi::sodium_memcmp(x.as_ptr(), y.as_ptr(), (x.len() as c_ulong).try_into().unwrap()) == 0
[INFO] [stderr]    |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `barnacl`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "e756dab3a6684af36e46b6348ec56803597385d62c0a5679fd655a13509cba9e"`
[INFO] running `"docker" "rm" "-f" "e756dab3a6684af36e46b6348ec56803597385d62c0a5679fd655a13509cba9e"`
[INFO] [stdout] e756dab3a6684af36e46b6348ec56803597385d62c0a5679fd655a13509cba9e
