[INFO] updating cached repository lunaryorn/opvault.rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/lunaryorn/opvault.rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/lunaryorn/opvault.rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/lunaryorn/opvault.rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/lunaryorn/opvault.rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/lunaryorn/opvault.rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lunaryorn/opvault.rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lunaryorn/opvault.rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4e69953992af2950a604b62a7d349067a2d52e5b [INFO] sha for GitHub repo lunaryorn/opvault.rs: 4e69953992af2950a604b62a7d349067a2d52e5b [INFO] validating manifest of lunaryorn/opvault.rs on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of lunaryorn/opvault.rs on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing lunaryorn/opvault.rs [INFO] finished frobbing lunaryorn/opvault.rs [INFO] frobbed toml for lunaryorn/opvault.rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/lunaryorn/opvault.rs/Cargo.toml [INFO] started frobbing lunaryorn/opvault.rs [INFO] finished frobbing lunaryorn/opvault.rs [INFO] frobbed toml for lunaryorn/opvault.rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lunaryorn/opvault.rs/Cargo.toml [INFO] crate lunaryorn/opvault.rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing lunaryorn/opvault.rs against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/lunaryorn/opvault.rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 8ce97bf6e2fa0fec9fc4de90cdfa3d82b4661d3421c9c886cbd985e459e21365 [INFO] running `"docker" "start" "-a" "8ce97bf6e2fa0fec9fc4de90cdfa3d82b4661d3421c9c886cbd985e459e21365"` [INFO] [stderr] Compiling gcc v0.3.45 [INFO] [stderr] Compiling num-traits v0.1.37 [INFO] [stderr] Compiling libc v0.2.22 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling cfg-if v0.1.0 [INFO] [stderr] Compiling rustc-demangle v0.1.4 [INFO] [stderr] Compiling dtoa v0.4.1 [INFO] [stderr] Compiling itoa v0.3.1 [INFO] [stderr] Compiling serde v1.0.2 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling secstr v0.2.1 [INFO] [stderr] Compiling num-integer v0.1.34 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling chrono v0.3.1 [INFO] [stderr] Compiling serde_derive_internals v0.15.0 [INFO] [stderr] Compiling derive-error-chain v0.10.0 [INFO] [stderr] Compiling serde_derive v1.0.2 [INFO] [stderr] Compiling uuid v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.1 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling opvault v0.1.0-pre (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/opdata.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / /// Parse binary opdata01. [INFO] [stderr] 29 | | /// [INFO] [stderr] 30 | | /// The [binary opdata01][1] format looks as follows: [INFO] [stderr] 31 | | /// [INFO] [stderr] ... | [INFO] [stderr] 63 | | /// (the literal prefix, the plaintext length, the IV and the ciphertext) and appended to [INFO] [stderr] 64 | | /// form the resulting opdata01. [INFO] [stderr] | |________________________________^ [INFO] [stderr] 65 | / named!(pub opdata01, [INFO] [stderr] 66 | | do_parse!( [INFO] [stderr] 67 | | tag!(b"opdata01") >> [INFO] [stderr] 68 | | plaintext_size: le_u64 >> [INFO] [stderr] ... | [INFO] [stderr] 78 | | hmac: MacResult::new(hmac) [INFO] [stderr] 79 | | }))); [INFO] [stderr] | |________________- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/profile.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | /// The end of an expression, marked by a semicolon before EOL/EOF. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 26 | / named!(end_of_expression, [INFO] [stderr] 27 | | ws!(do_parse!( [INFO] [stderr] 28 | | tag_s!(";") >> [INFO] [stderr] 29 | | opt!(complete!(line_ending)) >> [INFO] [stderr] 30 | | res: eof!() >> [INFO] [stderr] 31 | | (res)))); [INFO] [stderr] | |________________________- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/profile.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | /// Parse profile JSON from a profile.js Javascript file. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 34 | / named!(profile_json, [INFO] [stderr] 35 | | complete!(ws!(do_parse!( [INFO] [stderr] 36 | | tag_s!("var") >> [INFO] [stderr] 37 | | tag_s!("profile") >> [INFO] [stderr] ... | [INFO] [stderr] 41 | | json: map_res!(value!(pair.0), String::from_utf8) >> [INFO] [stderr] 42 | | (json))))); [INFO] [stderr] | |______________________________- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/keypair.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / /// Parse a binary OPVault key pair. [INFO] [stderr] 28 | | /// [INFO] [stderr] 29 | | /// A binary key pair consists of two separate 256 bit keys concatenated together: [INFO] [stderr] 30 | | /// [INFO] [stderr] 31 | | /// 1. An encryption key which is used with AES-256 CBC to decrypt cipher text in `Opdata01`. [INFO] [stderr] 32 | | /// 2. An authentication key which is used with HMAC SHA256 to authenticate `Opdata01`. [INFO] [stderr] | |_______________________________________________________________________________________^ [INFO] [stderr] 33 | / named!(pub keypair, [INFO] [stderr] 34 | | complete!(do_parse!( [INFO] [stderr] 35 | | enc: take!(KEY_SIZE) >> [INFO] [stderr] 36 | | auth: take!(KEY_SIZE) >> [INFO] [stderr] ... | [INFO] [stderr] 40 | | authentication_key: auth.into() [INFO] [stderr] 41 | | })))); [INFO] [stderr] | |_____________________- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/keypair.rs:94:58 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn aes256_cbc_decryptor(&self, iv: &[u8]) -> Box { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Decryptor` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 06s [INFO] running `"docker" "inspect" "8ce97bf6e2fa0fec9fc4de90cdfa3d82b4661d3421c9c886cbd985e459e21365"` [INFO] running `"docker" "rm" "-f" "8ce97bf6e2fa0fec9fc4de90cdfa3d82b4661d3421c9c886cbd985e459e21365"` [INFO] [stdout] 8ce97bf6e2fa0fec9fc4de90cdfa3d82b4661d3421c9c886cbd985e459e21365 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/lunaryorn/opvault.rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0e1c1b9914d71cc8f209c76cf4f8227545ed6c38e94cbbe48c09a5028932d1b2 [INFO] running `"docker" "start" "-a" "0e1c1b9914d71cc8f209c76cf4f8227545ed6c38e94cbbe48c09a5028932d1b2"` [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling opvault v0.1.0-pre (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/opdata.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / /// Parse binary opdata01. [INFO] [stderr] 29 | | /// [INFO] [stderr] 30 | | /// The [binary opdata01][1] format looks as follows: [INFO] [stderr] 31 | | /// [INFO] [stderr] ... | [INFO] [stderr] 63 | | /// (the literal prefix, the plaintext length, the IV and the ciphertext) and appended to [INFO] [stderr] 64 | | /// form the resulting opdata01. [INFO] [stderr] | |________________________________^ [INFO] [stderr] 65 | / named!(pub opdata01, [INFO] [stderr] 66 | | do_parse!( [INFO] [stderr] 67 | | tag!(b"opdata01") >> [INFO] [stderr] 68 | | plaintext_size: le_u64 >> [INFO] [stderr] ... | [INFO] [stderr] 78 | | hmac: MacResult::new(hmac) [INFO] [stderr] 79 | | }))); [INFO] [stderr] | |________________- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/profile.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | /// The end of an expression, marked by a semicolon before EOL/EOF. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 26 | / named!(end_of_expression, [INFO] [stderr] 27 | | ws!(do_parse!( [INFO] [stderr] 28 | | tag_s!(";") >> [INFO] [stderr] 29 | | opt!(complete!(line_ending)) >> [INFO] [stderr] 30 | | res: eof!() >> [INFO] [stderr] 31 | | (res)))); [INFO] [stderr] | |________________________- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/profile.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | /// Parse profile JSON from a profile.js Javascript file. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 34 | / named!(profile_json, [INFO] [stderr] 35 | | complete!(ws!(do_parse!( [INFO] [stderr] 36 | | tag_s!("var") >> [INFO] [stderr] 37 | | tag_s!("profile") >> [INFO] [stderr] ... | [INFO] [stderr] 41 | | json: map_res!(value!(pair.0), String::from_utf8) >> [INFO] [stderr] 42 | | (json))))); [INFO] [stderr] | |______________________________- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/keypair.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / /// Parse a binary OPVault key pair. [INFO] [stderr] 28 | | /// [INFO] [stderr] 29 | | /// A binary key pair consists of two separate 256 bit keys concatenated together: [INFO] [stderr] 30 | | /// [INFO] [stderr] 31 | | /// 1. An encryption key which is used with AES-256 CBC to decrypt cipher text in `Opdata01`. [INFO] [stderr] 32 | | /// 2. An authentication key which is used with HMAC SHA256 to authenticate `Opdata01`. [INFO] [stderr] | |_______________________________________________________________________________________^ [INFO] [stderr] 33 | / named!(pub keypair, [INFO] [stderr] 34 | | complete!(do_parse!( [INFO] [stderr] 35 | | enc: take!(KEY_SIZE) >> [INFO] [stderr] 36 | | auth: take!(KEY_SIZE) >> [INFO] [stderr] ... | [INFO] [stderr] 40 | | authentication_key: auth.into() [INFO] [stderr] 41 | | })))); [INFO] [stderr] | |_____________________- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/keypair.rs:94:58 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn aes256_cbc_decryptor(&self, iv: &[u8]) -> Box { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Decryptor` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.23s [INFO] running `"docker" "inspect" "0e1c1b9914d71cc8f209c76cf4f8227545ed6c38e94cbbe48c09a5028932d1b2"` [INFO] running `"docker" "rm" "-f" "0e1c1b9914d71cc8f209c76cf4f8227545ed6c38e94cbbe48c09a5028932d1b2"` [INFO] [stdout] 0e1c1b9914d71cc8f209c76cf4f8227545ed6c38e94cbbe48c09a5028932d1b2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/lunaryorn/opvault.rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] ca3f995d0a1cb9db16e8d1721637fbf9e95da746432e0854e7ab268462f0742f [INFO] running `"docker" "start" "-a" "ca3f995d0a1cb9db16e8d1721637fbf9e95da746432e0854e7ab268462f0742f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/opvault-622a55bffce2b546 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test opdata::tests::it_parses_opdata_with_full_block_padding ... ok [INFO] [stdout] test profile::tests::it_parses_a_profile_from_javascript ... ok [INFO] [stdout] test opdata::tests::it_fails_to_parse_if_the_prefix_is_invalid ... ok [INFO] [stdout] test opdata::tests::it_fails_to_parse_to_decode_empty_bytes ... ok [INFO] [stdout] test opdata::tests::it_fails_to_parse_with_excess_trailing_data ... ok [INFO] [stdout] test keypair::tests::it_derives_from_a_master_password ... ok [INFO] [stdout] test opdata::tests::it_authenticates_opdata01 ... ok [INFO] [stdout] test opdata::tests::it_authenticates_and_decrypts_opdata01 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/opvault-e897b55b0e2d94dc [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests opvault [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "ca3f995d0a1cb9db16e8d1721637fbf9e95da746432e0854e7ab268462f0742f"` [INFO] running `"docker" "rm" "-f" "ca3f995d0a1cb9db16e8d1721637fbf9e95da746432e0854e7ab268462f0742f"` [INFO] [stdout] ca3f995d0a1cb9db16e8d1721637fbf9e95da746432e0854e7ab268462f0742f