[INFO] updating cached repository https://github.com/davidsm/assa
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] bd4598ccecd0ce901749246e0a3bdfd15b640029
[INFO] checking davidsm/assa against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidsm%2Fassa" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/davidsm/assa on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/davidsm/assa
[INFO] finished tweaking git repo https://github.com/davidsm/assa
[INFO] tweaked toml for git repo https://github.com/davidsm/assa written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/davidsm/assa already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 79a55f89dd828662dcde2d8659a875c62c8d894f2d840ccda348aa04b57b8f89
[INFO] running `"docker" "start" "-a" "79a55f89dd828662dcde2d8659a875c62c8d894f2d840ccda348aa04b57b8f89"`
[INFO] [stderr]     Checking termios v0.0.5
[INFO] [stderr]     Checking sodiumoxide v0.0.8
[INFO] [stderr]     Checking rpassword v0.0.6
[INFO] [stderr] error[E0432]: unresolved imports `ffi::crypto_stream_aes128ctr`, `ffi::crypto_stream_aes128ctr_xor`, `ffi::crypto_stream_aes128ctr_KEYBYTES`, `ffi::crypto_stream_aes128ctr_NONCEBYTES`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/aes128ctr.rs:4:11
[INFO] [stderr]   |
[INFO] [stderr] 4 | use ffi::{crypto_stream_aes128ctr,
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^^^ no `crypto_stream_aes128ctr` in the root
[INFO] [stderr] 5 |           crypto_stream_aes128ctr_xor,
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `crypto_stream_aes128ctr_xor` in the root
[INFO] [stderr] 6 |           crypto_stream_aes128ctr_KEYBYTES,
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `crypto_stream_aes128ctr_KEYBYTES` in the root
[INFO] [stderr] 7 |           crypto_stream_aes128ctr_NONCEBYTES};
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `crypto_stream_aes128ctr_NONCEBYTES` in the root
[INFO] [stderr]   |
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]   |
[INFO] [stderr] 4 | use ffi::{crypto_stream_salsa20,
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]   |
[INFO] [stderr] 5 |           crypto_stream_salsa20_xor,
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]   |
[INFO] [stderr] 6 |           crypto_stream_salsa20_KEYBYTES,
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]   |
[INFO] [stderr] 7 |           crypto_stream_salsa20_NONCEBYTES};
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `crypto_sign_edwards25519sha512batch_SECRETKEYBYTES` in crate `ffi`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/sign/edwards25519sha512batch.rs:8:40
[INFO] [stderr]     |
[INFO] [stderr] 8   | pub const SECRETKEYBYTES: usize = ffi::crypto_sign_edwards25519sha512batch_SECRETKEYBYTES;
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `crypto_sign_ed25519_SECRETKEYBYTES`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsodium-sys-0.2.5/src/sodium_bindings.rs:207:1
[INFO] [stderr]     |
[INFO] [stderr] 207 | pub const crypto_sign_ed25519_SECRETKEYBYTES: u32 = 64;
[INFO] [stderr]     | ------------------------------------------------------- similarly named constant `crypto_sign_ed25519_SECRETKEYBYTES` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `crypto_sign_edwards25519sha512batch_PUBLICKEYBYTES` in crate `ffi`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/sign/edwards25519sha512batch.rs:9:40
[INFO] [stderr]     |
[INFO] [stderr] 9   | pub const PUBLICKEYBYTES: usize = ffi::crypto_sign_edwards25519sha512batch_PUBLICKEYBYTES;
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `crypto_sign_ed25519_PUBLICKEYBYTES`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsodium-sys-0.2.5/src/sodium_bindings.rs:206:1
[INFO] [stderr]     |
[INFO] [stderr] 206 | pub const crypto_sign_ed25519_PUBLICKEYBYTES: u32 = 32;
[INFO] [stderr]     | ------------------------------------------------------- similarly named constant `crypto_sign_ed25519_PUBLICKEYBYTES` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `crypto_sign_edwards25519sha512batch_BYTES` in crate `ffi`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/sign/edwards25519sha512batch.rs:10:40
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub const SIGNATUREBYTES: usize = ffi::crypto_sign_edwards25519sha512batch_BYTES;
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `crypto_sign_edwards25519sha512batch_keypair` in crate `ffi`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/sign/edwards25519sha512batch.rs:40:14
[INFO] [stderr]    |
[INFO] [stderr] 40 |         ffi::crypto_sign_edwards25519sha512batch_keypair(&mut pk,
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `crypto_sign_edwards25519sha512batch` in crate `ffi`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/sign/edwards25519sha512batch.rs:53:14
[INFO] [stderr]    |
[INFO] [stderr] 53 |         ffi::crypto_sign_edwards25519sha512batch(sm.as_mut_ptr(),
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `crypto_sign_edwards25519sha512batch_open` in crate `ffi`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/sign/edwards25519sha512batch.rs:71:17
[INFO] [stderr]    |
[INFO] [stderr] 71 |         if ffi::crypto_sign_edwards25519sha512batch_open(m.as_mut_ptr(),
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/box_/curve25519xsalsa20poly1305.rs:12:35
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub const PUBLICKEYBYTES: usize = ffi::crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES;
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/box_/curve25519xsalsa20poly1305.rs:21:31
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub struct PublicKey(pub [u8; PUBLICKEYBYTES]);
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^ referenced constant has errors
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/box_/curve25519xsalsa20poly1305.rs:14:31
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub const NONCEBYTES: usize = ffi::crypto_box_curve25519xsalsa20poly1305_NONCEBYTES;
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/box_/curve25519xsalsa20poly1305.rs:39:27
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub struct Nonce(pub [u8; NONCEBYTES]);
[INFO] [stderr]    |                           ^^^^^^^^^^ referenced constant has errors
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/sign/ed25519.rs:11:35
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub const PUBLICKEYBYTES: usize = ffi::crypto_sign_ed25519_PUBLICKEYBYTES;
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/sign/ed25519.rs:39:31
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub struct PublicKey(pub [u8; PUBLICKEYBYTES]);
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^ referenced constant has errors
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/sign/ed25519.rs:12:35
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub const SIGNATUREBYTES: usize = ffi::crypto_sign_ed25519_BYTES;
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/sign/ed25519.rs:47:31
[INFO] [stderr]    |
[INFO] [stderr] 47 | pub struct Signature(pub [u8; SIGNATUREBYTES]);
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^ referenced constant has errors
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/sign/edwards25519sha512batch.rs:24:31
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub struct PublicKey(pub [u8; PUBLICKEYBYTES]);
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^ referenced constant has errors
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/scalarmult/curve25519.rs:8:26
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub const BYTES: usize = ffi::crypto_scalarmult_curve25519_BYTES;
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/scalarmult/curve25519.rs:21:34
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub struct GroupElement(pub [u8; BYTES]);
[INFO] [stderr]    |                                  ^^^^^ referenced constant has errors
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/auth/hmacsha512.rs:11:14
[INFO] [stderr]    |
[INFO] [stderr] 11 |              crypto_auth_hmacsha512_BYTES);
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/auth/auth_macros.rs:28:25
[INFO] [stderr]    |
[INFO] [stderr] 28 |   pub struct Tag(pub [u8; TAGBYTES]);
[INFO] [stderr]    |                           ^^^^^^^^ referenced constant has errors
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/auth/hmacsha512.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr] 8  | / auth_module!(crypto_auth_hmacsha512,
[INFO] [stderr] 9  | |              crypto_auth_hmacsha512_verify,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha512_KEYBYTES,
[INFO] [stderr] 11 | |              crypto_auth_hmacsha512_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/auth/hmacsha512256.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |              crypto_auth_hmacsha512256_BYTES);
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/auth/auth_macros.rs:28:25
[INFO] [stderr]    |
[INFO] [stderr] 28 |   pub struct Tag(pub [u8; TAGBYTES]);
[INFO] [stderr]    |                           ^^^^^^^^ referenced constant has errors
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/auth/hmacsha512256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha512256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha512256_verify,
[INFO] [stderr] 11 | |              crypto_auth_hmacsha512256_KEYBYTES,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha512256_BYTES);
[INFO] [stderr]    | |______________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/auth/hmacsha256.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |              crypto_auth_hmacsha256_BYTES);
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/auth/auth_macros.rs:28:25
[INFO] [stderr]    |
[INFO] [stderr] 28 |   pub struct Tag(pub [u8; TAGBYTES]);
[INFO] [stderr]    |                           ^^^^^^^^ referenced constant has errors
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/auth/hmacsha256.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / auth_module!(crypto_auth_hmacsha256,
[INFO] [stderr] 10 | |              crypto_auth_hmacsha256_verify,
[INFO] [stderr] 11 | |              crypto_auth_hmacsha256_KEYBYTES,
[INFO] [stderr] 12 | |              crypto_auth_hmacsha256_BYTES);
[INFO] [stderr]    | |___________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/hash/sha512.rs:11:14
[INFO] [stderr]    |
[INFO] [stderr] 11 |              crypto_hash_sha512_BYTES,
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/hash/hash_macros.rs:11:28
[INFO] [stderr]    |
[INFO] [stderr] 11 |   pub struct Digest(pub [u8; HASHBYTES]);
[INFO] [stderr]    |                              ^^^^^^^^^ referenced constant has errors
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/hash/sha512.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / hash_module!(crypto_hash_sha512,
[INFO] [stderr] 11 | |              crypto_hash_sha512_BYTES,
[INFO] [stderr] 12 | |              128);
[INFO] [stderr]    | |__________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/hash/sha256.rs:11:14
[INFO] [stderr]    |
[INFO] [stderr] 11 |              crypto_hash_sha256_BYTES,
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/hash/hash_macros.rs:11:28
[INFO] [stderr]    |
[INFO] [stderr] 11 |   pub struct Digest(pub [u8; HASHBYTES]);
[INFO] [stderr]    |                              ^^^^^^^^^ referenced constant has errors
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/hash/sha256.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / hash_module!(crypto_hash_sha256,
[INFO] [stderr] 11 | |              crypto_hash_sha256_BYTES,
[INFO] [stderr] 12 | |              64);
[INFO] [stderr]    | |_________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/secretbox/xsalsa20poly1305.rs:13:31
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub const NONCEBYTES: usize = ffi::crypto_secretbox_xsalsa20poly1305_NONCEBYTES;
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/secretbox/xsalsa20poly1305.rs:27:27
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub struct Nonce(pub [u8; NONCEBYTES]);
[INFO] [stderr]    |                           ^^^^^^^^^^ referenced constant has errors
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/onetimeauth/poly1305.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 |              crypto_onetimeauth_poly1305_BYTES);
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/onetimeauth/../auth/auth_macros.rs:28:25
[INFO] [stderr]    |
[INFO] [stderr] 28 |   pub struct Tag(pub [u8; TAGBYTES]);
[INFO] [stderr]    |                           ^^^^^^^^ referenced constant has errors
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/onetimeauth/poly1305.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / auth_module!(crypto_onetimeauth_poly1305,
[INFO] [stderr] 11 | |              crypto_onetimeauth_poly1305_verify,
[INFO] [stderr] 12 | |              crypto_onetimeauth_poly1305_KEYBYTES,
[INFO] [stderr] 13 | |              crypto_onetimeauth_poly1305_BYTES);
[INFO] [stderr]    | |________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/pwhash/scryptsalsa208sha256.rs:8:30
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub const SALTBYTES: usize = ffi::crypto_pwhash_scryptsalsa208sha256_SALTBYTES;
[INFO] [stderr]   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/pwhash/scryptsalsa208sha256.rs:38:26
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub struct Salt(pub [u8; SALTBYTES]);
[INFO] [stderr]    |                          ^^^^^^^^^ referenced constant has errors
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/pwhash/scryptsalsa208sha256.rs:9:29
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub const STRBYTES: usize = ffi::crypto_pwhash_scryptsalsa208sha256_STRBYTES;
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/pwhash/scryptsalsa208sha256.rs:48:36
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub struct HashedPassword(pub [u8; STRBYTES]);
[INFO] [stderr]    |                                    ^^^^^^^^ referenced constant has errors
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/xsalsa20.rs:13:16
[INFO] [stderr]    |
[INFO] [stderr] 13 |                crypto_stream_xsalsa20_NONCEBYTES);
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/stream_macros.rs:26:27
[INFO] [stderr]    |
[INFO] [stderr] 26 |   pub struct Nonce(pub [u8; NONCEBYTES]);
[INFO] [stderr]    |                             ^^^^^^^^^^ referenced constant has errors
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/xsalsa20.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / stream_module!(crypto_stream_xsalsa20,
[INFO] [stderr] 11 | |                crypto_stream_xsalsa20_xor,
[INFO] [stderr] 12 | |                crypto_stream_xsalsa20_KEYBYTES,
[INFO] [stderr] 13 | |                crypto_stream_xsalsa20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/stream_macros.rs:26:27
[INFO] [stderr]    |
[INFO] [stderr] 26 |   pub struct Nonce(pub [u8; NONCEBYTES]);
[INFO] [stderr]    |                             ^^^^^^^^^^ referenced constant has errors
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/aes128ctr.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_aes128ctr,
[INFO] [stderr] 10 | |                crypto_stream_aes128ctr_xor,
[INFO] [stderr] 11 | |                crypto_stream_aes128ctr_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_aes128ctr_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/salsa208.rs:12:16
[INFO] [stderr]    |
[INFO] [stderr] 12 |                crypto_stream_salsa208_NONCEBYTES);
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/stream_macros.rs:26:27
[INFO] [stderr]    |
[INFO] [stderr] 26 |   pub struct Nonce(pub [u8; NONCEBYTES]);
[INFO] [stderr]    |                             ^^^^^^^^^^ referenced constant has errors
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/salsa208.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa208,
[INFO] [stderr] 10 | |                crypto_stream_salsa208_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa208_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa208_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/salsa2012.rs:12:16
[INFO] [stderr]    |
[INFO] [stderr] 12 |                crypto_stream_salsa2012_NONCEBYTES);
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/stream_macros.rs:26:27
[INFO] [stderr]    |
[INFO] [stderr] 26 |   pub struct Nonce(pub [u8; NONCEBYTES]);
[INFO] [stderr]    |                             ^^^^^^^^^^ referenced constant has errors
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/salsa2012.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa2012,
[INFO] [stderr] 10 | |                crypto_stream_salsa2012_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa2012_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa2012_NONCEBYTES);
[INFO] [stderr]    | |___________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/salsa20.rs:12:16
[INFO] [stderr]    |
[INFO] [stderr] 12 |                crypto_stream_salsa20_NONCEBYTES);
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/stream_macros.rs:26:27
[INFO] [stderr]    |
[INFO] [stderr] 26 |   pub struct Nonce(pub [u8; NONCEBYTES]);
[INFO] [stderr]    |                             ^^^^^^^^^^ referenced constant has errors
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/salsa20.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / stream_module!(crypto_stream_salsa20,
[INFO] [stderr] 10 | |                crypto_stream_salsa20_xor,
[INFO] [stderr] 11 | |                crypto_stream_salsa20_KEYBYTES,
[INFO] [stderr] 12 | |                crypto_stream_salsa20_NONCEBYTES);
[INFO] [stderr]    | |_________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/chacha20.rs:10:16
[INFO] [stderr]    |
[INFO] [stderr] 10 |                crypto_stream_chacha20_NONCEBYTES);
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/stream_macros.rs:26:27
[INFO] [stderr]    |
[INFO] [stderr] 26 |   pub struct Nonce(pub [u8; NONCEBYTES]);
[INFO] [stderr]    |                             ^^^^^^^^^^ referenced constant has errors
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/stream/chacha20.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / stream_module!(crypto_stream_chacha20,
[INFO] [stderr] 8  | |                crypto_stream_chacha20_xor,
[INFO] [stderr] 9  | |                crypto_stream_chacha20_KEYBYTES,
[INFO] [stderr] 10 | |                crypto_stream_chacha20_NONCEBYTES);
[INFO] [stderr]    | |__________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/shorthash/siphash24.rs:7:30
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub const HASHBYTES: usize = ffi::crypto_shorthash_siphash24_BYTES;
[INFO] [stderr]   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodiumoxide-0.0.8/src/crypto/shorthash/siphash24.rs:12:28
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct Digest(pub [u8; HASHBYTES]);
[INFO] [stderr]    |                            ^^^^^^^^^ referenced constant has errors
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 49 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0080, E0308, E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0080`.
[INFO] [stderr] error: could not compile `sodiumoxide`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "79a55f89dd828662dcde2d8659a875c62c8d894f2d840ccda348aa04b57b8f89"`
[INFO] running `"docker" "rm" "-f" "79a55f89dd828662dcde2d8659a875c62c8d894f2d840ccda348aa04b57b8f89"`
[INFO] [stdout] 79a55f89dd828662dcde2d8659a875c62c8d894f2d840ccda348aa04b57b8f89
