[INFO] updating cached repository cryptonote-rust/account [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/cryptonote-rust/account [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/cryptonote-rust/account" "work/ex/beta-1.38-1/sources/1.37.0/gh/cryptonote-rust/account"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/cryptonote-rust/account'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cryptonote-rust/account" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cryptonote-rust/account"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cryptonote-rust/account'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a05482ccd191259374fdc7ad7f1d1980863e003f [INFO] sha for GitHub repo cryptonote-rust/account: a05482ccd191259374fdc7ad7f1d1980863e003f [INFO] validating manifest of cryptonote-rust/account 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 cryptonote-rust/account 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 cryptonote-rust/account [INFO] finished frobbing cryptonote-rust/account [INFO] frobbed toml for cryptonote-rust/account written to work/ex/beta-1.38-1/sources/1.37.0/gh/cryptonote-rust/account/Cargo.toml [INFO] started frobbing cryptonote-rust/account [INFO] finished frobbing cryptonote-rust/account [INFO] frobbed toml for cryptonote-rust/account written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cryptonote-rust/account/Cargo.toml [INFO] crate cryptonote-rust/account 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 cryptonote-rust/account 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-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/cryptonote-rust/account:/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] da235383fb8505353dcf610d5e8c75560985e5e7abe899782393beccf51f5851 [INFO] running `"docker" "start" "-a" "da235383fb8505353dcf610d5e8c75560985e5e7abe899782393beccf51f5851"` [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling subtle v2.0.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling leb128 v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling block-padding v0.1.3 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling curve25519-dalek v1.1.3 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling ed25519-dalek v1.0.0-pre.1 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling rust-base58 v0.0.4 [INFO] [stderr] Compiling cryptonote-base58 v0.1.2 [INFO] [stderr] Compiling cryptonote-account v0.1.4 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `spend` [INFO] [stderr] --> src/lib.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | spend: Keypair, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `view` [INFO] [stderr] --> src/lib.rs:23:3 [INFO] [stderr] | [INFO] [stderr] 23 | view: Keypair, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `timestamp` [INFO] [stderr] --> src/lib.rs:25:3 [INFO] [stderr] | [INFO] [stderr] 25 | timestamp: u64, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.37s [INFO] running `"docker" "inspect" "da235383fb8505353dcf610d5e8c75560985e5e7abe899782393beccf51f5851"` [INFO] running `"docker" "rm" "-f" "da235383fb8505353dcf610d5e8c75560985e5e7abe899782393beccf51f5851"` [INFO] [stdout] da235383fb8505353dcf610d5e8c75560985e5e7abe899782393beccf51f5851 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/cryptonote-rust/account:/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] a2a9efb4e146fb73d6c27b2f80d55fd55f2eebb373fcdfd45c2df8e542fd9e7d [INFO] running `"docker" "start" "-a" "a2a9efb4e146fb73d6c27b2f80d55fd55f2eebb373fcdfd45c2df8e542fd9e7d"` [INFO] [stderr] Compiling cryptonote-account v0.1.4 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `spend` [INFO] [stderr] --> src/lib.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | spend: Keypair, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `view` [INFO] [stderr] --> src/lib.rs:23:3 [INFO] [stderr] | [INFO] [stderr] 23 | view: Keypair, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.57s [INFO] running `"docker" "inspect" "a2a9efb4e146fb73d6c27b2f80d55fd55f2eebb373fcdfd45c2df8e542fd9e7d"` [INFO] running `"docker" "rm" "-f" "a2a9efb4e146fb73d6c27b2f80d55fd55f2eebb373fcdfd45c2df8e542fd9e7d"` [INFO] [stdout] a2a9efb4e146fb73d6c27b2f80d55fd55f2eebb373fcdfd45c2df8e542fd9e7d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/cryptonote-rust/account:/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] 85f24c341816569c47fccd4a28032d0700d98df34da9d8db38760823e64e4f5b [INFO] running `"docker" "start" "-a" "85f24c341816569c47fccd4a28032d0700d98df34da9d8db38760823e64e4f5b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/cryptonote_account-69df216b0326f349 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::should_create_account ... ok [INFO] [stdout] test tests::should_get_current_time ... ok [INFO] [stdout] test tests::should_create_account1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests cryptonote-account [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" "85f24c341816569c47fccd4a28032d0700d98df34da9d8db38760823e64e4f5b"` [INFO] running `"docker" "rm" "-f" "85f24c341816569c47fccd4a28032d0700d98df34da9d8db38760823e64e4f5b"` [INFO] [stdout] 85f24c341816569c47fccd4a28032d0700d98df34da9d8db38760823e64e4f5b