Oct 11 04:48:05.778 INFO testing Riamse/otters against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:48:05.778 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:48:05.780 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:48:05.978 INFO blam! 6e4d78f2dd8397db581878078e1d64f6fdcad0717f178ae66fce8bc1d94f0d80 Oct 11 04:48:05.982 INFO running `"docker" "start" "-a" "6e4d78f2dd8397db581878078e1d64f6fdcad0717f178ae66fce8bc1d94f0d80"` Oct 11 04:48:06.456 INFO kablam! usermod: no changes Oct 11 04:48:06.512 INFO kablam! Compiling rust-gmp v0.5.0 Oct 11 04:48:06.512 INFO kablam! Compiling rust-crypto v0.2.36 Oct 11 04:48:13.350 INFO kablam! Compiling otters v0.1.0 (/source/otters) Oct 11 04:48:13.351 INFO kablam! Compiling otr v0.1.0 (/source/otr) Oct 11 04:48:14.284 INFO kablam! warning: unused import: `std` Oct 11 04:48:14.284 INFO kablam! --> otr/src/math/dsa.rs:1:5 Oct 11 04:48:14.284 INFO kablam! | Oct 11 04:48:14.284 INFO kablam! 1 | use std; Oct 11 04:48:14.284 INFO kablam! | ^^^ Oct 11 04:48:14.284 INFO kablam! | Oct 11 04:48:14.284 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:48:14.284 INFO kablam! Oct 11 04:48:14.284 INFO kablam! warning: unused import: `crypto::digest::Digest` Oct 11 04:48:14.284 INFO kablam! --> otr/src/math/dsa.rs:3:5 Oct 11 04:48:14.284 INFO kablam! | Oct 11 04:48:14.284 INFO kablam! 3 | use crypto::digest::Digest; Oct 11 04:48:14.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.284 INFO kablam! Oct 11 04:48:14.284 INFO kablam! warning: unused import: `crypto::sha2::Sha256` Oct 11 04:48:14.284 INFO kablam! --> otr/src/math/dsa.rs:4:5 Oct 11 04:48:14.284 INFO kablam! | Oct 11 04:48:14.284 INFO kablam! 4 | use crypto::sha2::Sha256; Oct 11 04:48:14.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.284 INFO kablam! Oct 11 04:48:14.284 INFO kablam! warning: unused import: `super::super::ake` Oct 11 04:48:14.284 INFO kablam! --> otr/src/math/dsa.rs:7:5 Oct 11 04:48:14.284 INFO kablam! | Oct 11 04:48:14.284 INFO kablam! 7 | use super::super::ake; Oct 11 04:48:14.284 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.285 INFO kablam! Oct 11 04:48:14.285 INFO kablam! warning: unused imports: `aes`, `mpi` Oct 11 04:48:14.285 INFO kablam! --> otr/src/math/dsa.rs:8:13 Oct 11 04:48:14.285 INFO kablam! | Oct 11 04:48:14.285 INFO kablam! 8 | use super::{aes, mpi}; Oct 11 04:48:14.285 INFO kablam! | ^^^ ^^^ Oct 11 04:48:14.285 INFO kablam! Oct 11 04:48:14.438 INFO kablam! warning: function is never used: `encrypt` Oct 11 04:48:14.438 INFO kablam! --> otr/src/math/aes.rs:13:1 Oct 11 04:48:14.438 INFO kablam! | Oct 11 04:48:14.438 INFO kablam! 13 | pub fn encrypt(stuff: &[u8], key: &[u8]) -> Vec { Oct 11 04:48:14.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.438 INFO kablam! | Oct 11 04:48:14.438 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:48:14.441 INFO kablam! Oct 11 04:48:14.441 INFO kablam! warning: function is never used: `decrypt` Oct 11 04:48:14.441 INFO kablam! --> otr/src/math/aes.rs:17:1 Oct 11 04:48:14.441 INFO kablam! | Oct 11 04:48:14.441 INFO kablam! 17 | pub fn decrypt(stuff: &[u8], key: &[u8]) -> Vec { Oct 11 04:48:14.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.441 INFO kablam! Oct 11 04:48:14.441 INFO kablam! warning: struct is never constructed: `Aes128Ctr` Oct 11 04:48:14.441 INFO kablam! --> otr/src/math/aes.rs:21:1 Oct 11 04:48:14.441 INFO kablam! | Oct 11 04:48:14.441 INFO kablam! 21 | struct Aes128Ctr { Oct 11 04:48:14.441 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 04:48:14.441 INFO kablam! Oct 11 04:48:14.441 INFO kablam! warning: method is never used: `new` Oct 11 04:48:14.441 INFO kablam! --> otr/src/math/aes.rs:26:5 Oct 11 04:48:14.441 INFO kablam! | Oct 11 04:48:14.441 INFO kablam! 26 | fn new(key: &[u8]) -> Aes128Ctr { Oct 11 04:48:14.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.441 INFO kablam! Oct 11 04:48:14.441 INFO kablam! warning: method is never used: `encrypt` Oct 11 04:48:14.441 INFO kablam! --> otr/src/math/aes.rs:32:5 Oct 11 04:48:14.441 INFO kablam! | Oct 11 04:48:14.441 INFO kablam! 32 | fn encrypt(&mut self, stuff: &[u8]) -> Result, crypto::symmetriccipher::SymmetricCipherError> { Oct 11 04:48:14.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.441 INFO kablam! Oct 11 04:48:14.441 INFO kablam! warning: method is never used: `decrypt` Oct 11 04:48:14.441 INFO kablam! --> otr/src/math/aes.rs:51:5 Oct 11 04:48:14.441 INFO kablam! | Oct 11 04:48:14.441 INFO kablam! 51 | fn decrypt(&mut self, stuff: &[u8]) -> Result, crypto::symmetriccipher::SymmetricCipherError> { Oct 11 04:48:14.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.441 INFO kablam! Oct 11 04:48:14.441 INFO kablam! warning: constant item is never used: `P` Oct 11 04:48:14.441 INFO kablam! --> otr/src/math/diffie_hellman.rs:13:1 Oct 11 04:48:14.441 INFO kablam! | Oct 11 04:48:14.441 INFO kablam! 13 | / pub const P: &'static str = "\ Oct 11 04:48:14.441 INFO kablam! 14 | | FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD1\ Oct 11 04:48:14.441 INFO kablam! 15 | | 29024E088A67CC74020BBEA63B139B22514A08798E3404DD\ Oct 11 04:48:14.441 INFO kablam! 16 | | EF9519B3CD3A431B302B0A6DF25F14374FE1356D6D51C245\ Oct 11 04:48:14.441 INFO kablam! ... | Oct 11 04:48:14.441 INFO kablam! 20 | | 83655D23DCA3AD961C62F356208552BB9ED529077096966D\ Oct 11 04:48:14.441 INFO kablam! 21 | | 670C354E4ABC9804F1746C08CA237327FFFFFFFFFFFFFFFF"; Oct 11 04:48:14.441 INFO kablam! | |__________________________________________________^ Oct 11 04:48:14.441 INFO kablam! Oct 11 04:48:14.441 INFO kablam! warning: constant item is never used: `G` Oct 11 04:48:14.441 INFO kablam! --> otr/src/math/diffie_hellman.rs:23:1 Oct 11 04:48:14.441 INFO kablam! | Oct 11 04:48:14.441 INFO kablam! 23 | pub const G: &'static str = "2"; Oct 11 04:48:14.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.441 INFO kablam! Oct 11 04:48:14.441 INFO kablam! warning: struct is never constructed: `DhKeypair` Oct 11 04:48:14.441 INFO kablam! --> otr/src/math/diffie_hellman.rs:27:1 Oct 11 04:48:14.441 INFO kablam! | Oct 11 04:48:14.441 INFO kablam! 27 | pub struct DhKeypair { Oct 11 04:48:14.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.441 INFO kablam! Oct 11 04:48:14.441 INFO kablam! warning: variant is never constructed: `PubkeyInvalid` Oct 11 04:48:14.441 INFO kablam! --> otr/src/math/diffie_hellman.rs:36:5 Oct 11 04:48:14.441 INFO kablam! | Oct 11 04:48:14.441 INFO kablam! 36 | PubkeyInvalid, Oct 11 04:48:14.441 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:48:14.441 INFO kablam! Oct 11 04:48:14.441 INFO kablam! warning: method is never used: `new` Oct 11 04:48:14.441 INFO kablam! --> otr/src/math/diffie_hellman.rs:41:5 Oct 11 04:48:14.441 INFO kablam! | Oct 11 04:48:14.441 INFO kablam! 41 | pub fn new() -> Result { Oct 11 04:48:14.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.441 INFO kablam! Oct 11 04:48:14.441 INFO kablam! warning: method is never used: `commit_aes` Oct 11 04:48:14.441 INFO kablam! --> otr/src/math/diffie_hellman.rs:61:5 Oct 11 04:48:14.441 INFO kablam! | Oct 11 04:48:14.441 INFO kablam! 61 | pub fn commit_aes(&self) -> Vec { Oct 11 04:48:14.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.441 INFO kablam! Oct 11 04:48:14.441 INFO kablam! warning: method is never used: `commit_sha` Oct 11 04:48:14.441 INFO kablam! --> otr/src/math/diffie_hellman.rs:68:5 Oct 11 04:48:14.441 INFO kablam! | Oct 11 04:48:14.441 INFO kablam! 68 | pub fn commit_sha(&self) -> [u8; 32] { Oct 11 04:48:14.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.441 INFO kablam! Oct 11 04:48:14.441 INFO kablam! warning: method is never used: `make_secret` Oct 11 04:48:14.441 INFO kablam! --> otr/src/math/diffie_hellman.rs:79:5 Oct 11 04:48:14.441 INFO kablam! | Oct 11 04:48:14.441 INFO kablam! 79 | pub fn make_secret(&self, other_pubkey: &Mpz) -> Result { Oct 11 04:48:14.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.442 INFO kablam! Oct 11 04:48:14.442 INFO kablam! warning: function is never used: `random_prime` Oct 11 04:48:14.442 INFO kablam! --> otr/src/math/dsa.rs:10:1 Oct 11 04:48:14.442 INFO kablam! | Oct 11 04:48:14.442 INFO kablam! 10 | pub fn random_prime(bytes: usize) -> Mpz { Oct 11 04:48:14.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.442 INFO kablam! Oct 11 04:48:14.442 INFO kablam! warning: function is never used: `is_prime` Oct 11 04:48:14.442 INFO kablam! --> otr/src/math/dsa.rs:14:1 Oct 11 04:48:14.442 INFO kablam! | Oct 11 04:48:14.442 INFO kablam! 14 | pub fn is_prime(n: &Mpz) -> bool { Oct 11 04:48:14.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.442 INFO kablam! Oct 11 04:48:14.442 INFO kablam! warning: struct is never constructed: `Dsa` Oct 11 04:48:14.442 INFO kablam! --> otr/src/math/dsa.rs:56:1 Oct 11 04:48:14.442 INFO kablam! | Oct 11 04:48:14.442 INFO kablam! 56 | pub struct Dsa { Oct 11 04:48:14.442 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:48:14.442 INFO kablam! Oct 11 04:48:14.442 INFO kablam! warning: method is never used: `new` Oct 11 04:48:14.442 INFO kablam! --> otr/src/math/dsa.rs:65:5 Oct 11 04:48:14.442 INFO kablam! | Oct 11 04:48:14.442 INFO kablam! 65 | fn new() -> Dsa { Oct 11 04:48:14.442 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 04:48:14.442 INFO kablam! Oct 11 04:48:14.442 INFO kablam! warning: struct is never constructed: `AkeKeys` Oct 11 04:48:14.442 INFO kablam! --> otr/src/ake.rs:11:1 Oct 11 04:48:14.442 INFO kablam! | Oct 11 04:48:14.442 INFO kablam! 11 | pub struct AkeKeys { Oct 11 04:48:14.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.442 INFO kablam! Oct 11 04:48:14.442 INFO kablam! warning: struct is never constructed: `AkeSession` Oct 11 04:48:14.442 INFO kablam! --> otr/src/ake.rs:22:1 Oct 11 04:48:14.442 INFO kablam! | Oct 11 04:48:14.442 INFO kablam! 22 | pub struct AkeSession<'a> { Oct 11 04:48:14.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.442 INFO kablam! Oct 11 04:48:14.442 INFO kablam! warning: method is never used: `new` Oct 11 04:48:14.442 INFO kablam! --> otr/src/ake.rs:30:5 Oct 11 04:48:14.442 INFO kablam! | Oct 11 04:48:14.442 INFO kablam! 30 | pub fn new(dh_keypair: &'a dh::DhKeypair, other_pubkey: Mpz, secret: Mpz) -> AkeSession { Oct 11 04:48:14.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.442 INFO kablam! Oct 11 04:48:14.442 INFO kablam! warning: method is never used: `generate_auth_keys` Oct 11 04:48:14.442 INFO kablam! --> otr/src/ake.rs:36:5 Oct 11 04:48:14.442 INFO kablam! | Oct 11 04:48:14.442 INFO kablam! 36 | fn generate_auth_keys(secret: &Mpz) -> AkeKeys { Oct 11 04:48:14.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:14.442 INFO kablam! Oct 11 04:48:14.550 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.07s Oct 11 04:48:14.556 INFO kablam! su: No module specific data is present Oct 11 04:48:14.945 INFO running `"docker" "rm" "-f" "6e4d78f2dd8397db581878078e1d64f6fdcad0717f178ae66fce8bc1d94f0d80"` Oct 11 04:48:15.222 INFO blam! 6e4d78f2dd8397db581878078e1d64f6fdcad0717f178ae66fce8bc1d94f0d80 Oct 11 04:48:15.225 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:48:15.225 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:48:15.493 INFO blam! 91ea37c027e8d49d1a325be7127baf7b374977ba9142a9325ce0e6df6314ee0b Oct 11 04:48:15.498 INFO running `"docker" "start" "-a" "91ea37c027e8d49d1a325be7127baf7b374977ba9142a9325ce0e6df6314ee0b"` Oct 11 04:48:15.837 INFO kablam! usermod: no changes Oct 11 04:48:15.888 INFO kablam! Compiling otr v0.1.0 (/source/otr) Oct 11 04:48:15.888 INFO kablam! Compiling otters v0.1.0 (/source/otters) Oct 11 04:48:16.741 INFO kablam! warning: unused import: `std` Oct 11 04:48:16.742 INFO kablam! --> otr/src/math/dsa.rs:1:5 Oct 11 04:48:16.742 INFO kablam! | Oct 11 04:48:16.742 INFO kablam! 1 | use std; Oct 11 04:48:16.742 INFO kablam! | ^^^ Oct 11 04:48:16.742 INFO kablam! | Oct 11 04:48:16.742 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:48:16.742 INFO kablam! Oct 11 04:48:16.742 INFO kablam! warning: unused import: `crypto::digest::Digest` Oct 11 04:48:16.742 INFO kablam! --> otr/src/math/dsa.rs:3:5 Oct 11 04:48:16.742 INFO kablam! | Oct 11 04:48:16.742 INFO kablam! 3 | use crypto::digest::Digest; Oct 11 04:48:16.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:16.742 INFO kablam! Oct 11 04:48:16.742 INFO kablam! warning: unused import: `crypto::sha2::Sha256` Oct 11 04:48:16.742 INFO kablam! --> otr/src/math/dsa.rs:4:5 Oct 11 04:48:16.742 INFO kablam! | Oct 11 04:48:16.742 INFO kablam! 4 | use crypto::sha2::Sha256; Oct 11 04:48:16.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:16.742 INFO kablam! Oct 11 04:48:16.742 INFO kablam! warning: unused import: `super::super::ake` Oct 11 04:48:16.742 INFO kablam! --> otr/src/math/dsa.rs:7:5 Oct 11 04:48:16.742 INFO kablam! | Oct 11 04:48:16.742 INFO kablam! 7 | use super::super::ake; Oct 11 04:48:16.742 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 04:48:16.742 INFO kablam! Oct 11 04:48:16.742 INFO kablam! warning: unused imports: `aes`, `mpi` Oct 11 04:48:16.742 INFO kablam! --> otr/src/math/dsa.rs:8:13 Oct 11 04:48:16.742 INFO kablam! | Oct 11 04:48:16.742 INFO kablam! 8 | use super::{aes, mpi}; Oct 11 04:48:16.742 INFO kablam! | ^^^ ^^^ Oct 11 04:48:16.742 INFO kablam! Oct 11 04:48:16.916 INFO kablam! warning: unused variable: `p` Oct 11 04:48:16.916 INFO kablam! --> otr/src/math/dsa.rs:112:13 Oct 11 04:48:16.916 INFO kablam! | Oct 11 04:48:16.916 INFO kablam! 112 | let p = random_prime(4); Oct 11 04:48:16.916 INFO kablam! | ^ help: consider using `_p` instead Oct 11 04:48:16.916 INFO kablam! | Oct 11 04:48:16.916 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:48:16.916 INFO kablam! Oct 11 04:48:16.954 INFO kablam! warning: field is never used: `dh_keypair` Oct 11 04:48:16.954 INFO kablam! --> otr/src/ake.rs:23:5 Oct 11 04:48:16.954 INFO kablam! | Oct 11 04:48:16.954 INFO kablam! 23 | dh_keypair: &'a dh::DhKeypair, Oct 11 04:48:16.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:16.954 INFO kablam! | Oct 11 04:48:16.954 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:48:16.954 INFO kablam! Oct 11 04:48:16.954 INFO kablam! warning: field is never used: `other_pubkey` Oct 11 04:48:16.954 INFO kablam! --> otr/src/ake.rs:24:5 Oct 11 04:48:16.954 INFO kablam! | Oct 11 04:48:16.954 INFO kablam! 24 | other_pubkey: Mpz, Oct 11 04:48:16.954 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 04:48:16.954 INFO kablam! Oct 11 04:48:16.954 INFO kablam! warning: field is never used: `secret` Oct 11 04:48:16.954 INFO kablam! --> otr/src/ake.rs:25:5 Oct 11 04:48:16.954 INFO kablam! | Oct 11 04:48:16.954 INFO kablam! 25 | secret: Mpz, Oct 11 04:48:16.954 INFO kablam! | ^^^^^^^^^^^ Oct 11 04:48:16.954 INFO kablam! Oct 11 04:48:17.616 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Oct 11 04:48:17.625 INFO kablam! su: No module specific data is present Oct 11 04:48:17.914 INFO running `"docker" "rm" "-f" "91ea37c027e8d49d1a325be7127baf7b374977ba9142a9325ce0e6df6314ee0b"` Oct 11 04:48:18.017 INFO blam! 91ea37c027e8d49d1a325be7127baf7b374977ba9142a9325ce0e6df6314ee0b Oct 11 04:48:18.024 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:48:18.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:48:18.191 INFO blam! d7954fe6498229b5e8d823ad91cebc5b0560addeb52eedc87a1aff30606c9061 Oct 11 04:48:18.193 INFO running `"docker" "start" "-a" "d7954fe6498229b5e8d823ad91cebc5b0560addeb52eedc87a1aff30606c9061"` Oct 11 04:48:18.753 INFO kablam! usermod: no changes Oct 11 04:48:18.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 04:48:18.804 INFO kablam! Running /target/debug/deps/otr-02ee0eff65426ed1 Oct 11 04:48:18.812 INFO blam! Oct 11 04:48:18.812 INFO blam! running 6 tests Oct 11 04:48:18.812 INFO blam! test math::aes::tests::test_main ... ok Oct 11 04:48:18.812 INFO blam! test ake::tests::test_auth_keys ... ok Oct 11 04:48:18.812 INFO blam! test math::diffie_hellman::tests::test_commit ... ok Oct 11 04:48:18.812 INFO blam! test math::dsa::tests::test_random_prime ... ok Oct 11 04:48:18.812 INFO blam! test math::diffie_hellman::tests::test_main ... ok Oct 11 04:48:18.873 INFO blam! test math::dsa::tests::test_dsa ... ok Oct 11 04:48:18.873 INFO blam! Oct 11 04:48:18.873 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:48:18.873 INFO blam! Oct 11 04:48:18.873 INFO kablam! Running /target/debug/deps/otters-691c337f0e462e83 Oct 11 04:48:18.875 INFO blam! Oct 11 04:48:18.875 INFO kablam! Doc-tests otr Oct 11 04:48:18.875 INFO blam! running 0 tests Oct 11 04:48:18.875 INFO blam! Oct 11 04:48:18.876 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:48:18.876 INFO blam! Oct 11 04:48:20.305 INFO kablam! Doc-tests otters Oct 11 04:48:20.305 INFO blam! Oct 11 04:48:20.305 INFO blam! running 0 tests Oct 11 04:48:20.305 INFO blam! Oct 11 04:48:20.305 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:48:20.305 INFO blam! Oct 11 04:48:21.852 INFO blam! Oct 11 04:48:21.852 INFO kablam! su: No module specific data is present Oct 11 04:48:21.852 INFO blam! running 0 tests Oct 11 04:48:21.852 INFO blam! Oct 11 04:48:21.852 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:48:21.852 INFO blam! Oct 11 04:48:22.589 INFO running `"docker" "rm" "-f" "d7954fe6498229b5e8d823ad91cebc5b0560addeb52eedc87a1aff30606c9061"` Oct 11 04:48:22.750 INFO blam! d7954fe6498229b5e8d823ad91cebc5b0560addeb52eedc87a1aff30606c9061