[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.37-6/sources/1.36.0/gh/cryptonote-rust/account"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/cryptonote-rust/account'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cryptonote-rust/account" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cryptonote-rust/account"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cryptonote-rust/account on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cryptonote-rust/account against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "build" "--frozen"` [INFO] [stdout] bacd1af80534cad6b1688bbcaec9d30cad0d94f21f949d7850374862aef323f7 [INFO] running `"docker" "start" "-a" "bacd1af80534cad6b1688bbcaec9d30cad0d94f21f949d7850374862aef323f7"` [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 clear_on_drop v0.2.3 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling rand_chacha v0.1.1 [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 chrono v0.4.6 [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-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 ed25519-dalek v1.0.0-pre.1 [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 16.98s [INFO] running `"docker" "inspect" "bacd1af80534cad6b1688bbcaec9d30cad0d94f21f949d7850374862aef323f7"` [INFO] running `"docker" "rm" "-f" "bacd1af80534cad6b1688bbcaec9d30cad0d94f21f949d7850374862aef323f7"` [INFO] [stdout] bacd1af80534cad6b1688bbcaec9d30cad0d94f21f949d7850374862aef323f7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] c0eac8611247dbd6c115ecdce5cc8483d65c94035957dfe24098e9b98fb91a7d [INFO] running `"docker" "start" "-a" "c0eac8611247dbd6c115ecdce5cc8483d65c94035957dfe24098e9b98fb91a7d"` [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.85s [INFO] running `"docker" "inspect" "c0eac8611247dbd6c115ecdce5cc8483d65c94035957dfe24098e9b98fb91a7d"` [INFO] running `"docker" "rm" "-f" "c0eac8611247dbd6c115ecdce5cc8483d65c94035957dfe24098e9b98fb91a7d"` [INFO] [stdout] c0eac8611247dbd6c115ecdce5cc8483d65c94035957dfe24098e9b98fb91a7d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "test" "--frozen"` [INFO] [stdout] 33dde8c3e635a787706653679f7de39bd4d2fdde2e8a2a1302dfd23a3dcc94c8 [INFO] running `"docker" "start" "-a" "33dde8c3e635a787706653679f7de39bd4d2fdde2e8a2a1302dfd23a3dcc94c8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/cryptonote_account-9f5f8ec2ddc3dd2b [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::should_get_current_time ... ok [INFO] [stdout] test tests::should_create_account ... 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" "33dde8c3e635a787706653679f7de39bd4d2fdde2e8a2a1302dfd23a3dcc94c8"` [INFO] running `"docker" "rm" "-f" "33dde8c3e635a787706653679f7de39bd4d2fdde2e8a2a1302dfd23a3dcc94c8"` [INFO] [stdout] 33dde8c3e635a787706653679f7de39bd4d2fdde2e8a2a1302dfd23a3dcc94c8