[INFO] updating cached repository https://github.com/nmccarty/asuran [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 4472380612abe7c06cc821773e64e9383410afc8 [INFO] testing nmccarty/asuran against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnmccarty%2Fasuran" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nmccarty/asuran on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nmccarty/asuran [INFO] finished tweaking git repo https://github.com/nmccarty/asuran [INFO] tweaked toml for git repo https://github.com/nmccarty/asuran written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/nmccarty/asuran already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] b23ef41b99a35b3d78811e485dad78f8734c644b714c259e2c9ad54d480928fb [INFO] running `"docker" "start" "-a" "b23ef41b99a35b3d78811e485dad78f8734c644b714c259e2c9ad54d480928fb"` [INFO] [stderr] Compiling libc v0.2.54 [INFO] [stderr] Compiling proc-macro2 v0.4.29 [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling block-padding v0.1.4 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling rmp v0.8.7 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling blowfish v0.4.0 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling hmac v0.7.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling tempfile v3.0.7 [INFO] [stderr] Compiling bcrypt v0.4.0 [INFO] [stderr] Compiling cc v1.0.36 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling zeroize_derive v0.1.0 [INFO] [stderr] Compiling zeroize v0.6.0 [INFO] [stderr] Compiling zstd-sys v1.4.10+zstd.1.4.0 [INFO] [stderr] Compiling zstd-safe v1.4.9+zstd.1.4.0 [INFO] [stderr] Compiling zstd v0.4.24+zstd.1.4.0 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling serde_bytes v0.11.1 [INFO] [stderr] Compiling asuran v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Deserializer`, `Serializer` [INFO] [stderr] --> src/manifest/archive.rs:4:17 [INFO] [stderr] | [INFO] [stderr] 4 | use rmp_serde::{Deserializer, Serializer}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `"docker" "inspect" "b23ef41b99a35b3d78811e485dad78f8734c644b714c259e2c9ad54d480928fb"` [INFO] running `"docker" "rm" "-f" "b23ef41b99a35b3d78811e485dad78f8734c644b714c259e2c9ad54d480928fb"` [INFO] [stdout] b23ef41b99a35b3d78811e485dad78f8734c644b714c259e2c9ad54d480928fb [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ac51cbcc5968ca1f55031e01ec7fb1e4db47549a3baa1e0eefc3b4cc687ca289 [INFO] running `"docker" "start" "-a" "ac51cbcc5968ca1f55031e01ec7fb1e4db47549a3baa1e0eefc3b4cc687ca289"` [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling quickcheck v0.8.2 [INFO] [stderr] Compiling asuran v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Deserializer`, `Serializer` [INFO] [stderr] --> src/manifest/archive.rs:4:17 [INFO] [stderr] | [INFO] [stderr] 4 | use rmp_serde::{Deserializer, Serializer}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::repository::backend::*` [INFO] [stderr] --> src/repository.rs:303:9 [INFO] [stderr] | [INFO] [stderr] 303 | use crate::repository::backend::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::str` [INFO] [stderr] --> src/repository.rs:305:9 [INFO] [stderr] | [INFO] [stderr] 305 | use std::str; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.75s [INFO] running `"docker" "inspect" "ac51cbcc5968ca1f55031e01ec7fb1e4db47549a3baa1e0eefc3b4cc687ca289"` [INFO] running `"docker" "rm" "-f" "ac51cbcc5968ca1f55031e01ec7fb1e4db47549a3baa1e0eefc3b4cc687ca289"` [INFO] [stdout] ac51cbcc5968ca1f55031e01ec7fb1e4db47549a3baa1e0eefc3b4cc687ca289 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 5f1b3956797ea72ec27674b7e73b758ea682f01ef7e5a1ffdca32070dd99ef4a [INFO] running `"docker" "start" "-a" "5f1b3956797ea72ec27674b7e73b758ea682f01ef7e5a1ffdca32070dd99ef4a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/libasuran-767ec27b62f90eee [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test repository::encryption::tests::test_aes256cbc ... ok [INFO] [stdout] test repository::tests::detect_bad_data ... ok [INFO] [stdout] test repository::compression::tests::test_zstd ... ok [INFO] [stdout] test repository::tests::chunk_aes256cbc_zstd6 ... ok [INFO] [stdout] test repository::tests::repository_add_read ... ok [INFO] [stdout] test repository::tests::repository_add_drop_read ... ok [INFO] [stdout] test manifest::archive::tests::single_add_get ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/asuran-ff6164cc6c2cb871 [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 libasuran [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" "5f1b3956797ea72ec27674b7e73b758ea682f01ef7e5a1ffdca32070dd99ef4a"` [INFO] running `"docker" "rm" "-f" "5f1b3956797ea72ec27674b7e73b758ea682f01ef7e5a1ffdca32070dd99ef4a"` [INFO] [stdout] 5f1b3956797ea72ec27674b7e73b758ea682f01ef7e5a1ffdca32070dd99ef4a