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