[INFO] cloning repository https://github.com/leofaraf/secure-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/leofaraf/secure-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleofaraf%2Fsecure-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleofaraf%2Fsecure-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a7cbb4896a28dbec4eea991e2e64447695fa0efb
[INFO] testing leofaraf/secure-rs against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleofaraf%2Fsecure-rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/leofaraf/secure-rs
[INFO] finished tweaking git repo https://github.com/leofaraf/secure-rs
[INFO] tweaked toml for git repo https://github.com/leofaraf/secure-rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/leofaraf/secure-rs on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/leofaraf/secure-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded byte-aes v0.2.2
[INFO] [stderr]   Downloaded unicode-ident v1.0.17
[INFO] [stderr]   Downloaded brotli-decompressor v4.0.2
[INFO] [stderr]   Downloaded brotli v7.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 932161b64db28a85eca271c8c0cf1c95537341587f6de7afd7a64d886330bf0d
[INFO] running `Command { std: "docker" "start" "-a" "932161b64db28a85eca271c8c0cf1c95537341587f6de7afd7a64d886330bf0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "932161b64db28a85eca271c8c0cf1c95537341587f6de7afd7a64d886330bf0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "932161b64db28a85eca271c8c0cf1c95537341587f6de7afd7a64d886330bf0d", kill_on_drop: false }`
[INFO] [stdout] 932161b64db28a85eca271c8c0cf1c95537341587f6de7afd7a64d886330bf0d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f007963c91be267c6691127696b0ab812704d9014d1af6fb70ee15df1c762192
[INFO] running `Command { std: "docker" "start" "-a" "f007963c91be267c6691127696b0ab812704d9014d1af6fb70ee15df1c762192", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling brotli-decompressor v4.0.2
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling brotli v7.0.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling byte-aes v0.2.2
[INFO] [stderr]    Compiling secure v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s
[INFO] running `Command { std: "docker" "inspect" "f007963c91be267c6691127696b0ab812704d9014d1af6fb70ee15df1c762192", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f007963c91be267c6691127696b0ab812704d9014d1af6fb70ee15df1c762192", kill_on_drop: false }`
[INFO] [stdout] f007963c91be267c6691127696b0ab812704d9014d1af6fb70ee15df1c762192
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 83f3cd8d30528e4199b19ee777e19951e41083a99e84d43d52eb02c85d8668ec
[INFO] running `Command { std: "docker" "start" "-a" "83f3cd8d30528e4199b19ee777e19951e41083a99e84d43d52eb02c85d8668ec", kill_on_drop: false }`
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling brotli-decompressor v4.0.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling byte-aes v0.2.2
[INFO] [stderr]    Compiling brotli v7.0.0
[INFO] [stderr]    Compiling secure v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 15.66s
[INFO] running `Command { std: "docker" "inspect" "83f3cd8d30528e4199b19ee777e19951e41083a99e84d43d52eb02c85d8668ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83f3cd8d30528e4199b19ee777e19951e41083a99e84d43d52eb02c85d8668ec", kill_on_drop: false }`
[INFO] [stdout] 83f3cd8d30528e4199b19ee777e19951e41083a99e84d43d52eb02c85d8668ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c70bbd9b0ddde92699ebbf7f8ce39773a60e1144a6ae0181bd9b13cbd8823f71
[INFO] running `Command { std: "docker" "start" "-a" "c70bbd9b0ddde92699ebbf7f8ce39773a60e1144a6ae0181bd9b13cbd8823f71", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/secure-8b5396527db4a5a1)
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/include_secure_bytes.rs (/opt/rustwide/target/debug/deps/include_secure_bytes-513f0f28e550d581)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test encryption::include_secure_bytes_aes ... ok
[INFO] [stdout] test compression::include_secure_bytes_brotli ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/include_secure_str.rs (/opt/rustwide/target/debug/deps/include_secure_str-37635cd65b63c062)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test encryption::include_secure_str_aes ... ok
[INFO] [stdout] test compression::include_secure_str_brotli ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-5ea81da21f0ea562)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test include_secure_str::compression::include_secure_str_brotli ... ok
[INFO] [stdout] test secure_str::compression::secure_str_brotli ... ok
[INFO] [stdout] test secure_str::encryption::secure_str_aes ... ok
[INFO] [stdout] test include_secure_bytes::compression::include_secure_bytes_brotli ... ok
[INFO] [stdout] test include_secure_bytes::encryption::include_secure_bytes_aes ... ok
[INFO] [stdout] test include_secure_str::encryption::include_secure_str_aes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/secure_str.rs (/opt/rustwide/target/debug/deps/secure_str-db0a79994a91d5ef)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test compression::secure_str_brotli ... ok
[INFO] [stdout] test encryption::secure_str_aes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests secure
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/backend/brotli.rs - backend::brotli::encode_brotli (line 8) ... ok
[INFO] [stdout] test src/backend/aes.rs - backend::aes::encode_aes (line 8) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.93s; merged doctests compilation took 0.83s
[INFO] running `Command { std: "docker" "inspect" "c70bbd9b0ddde92699ebbf7f8ce39773a60e1144a6ae0181bd9b13cbd8823f71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c70bbd9b0ddde92699ebbf7f8ce39773a60e1144a6ae0181bd9b13cbd8823f71", kill_on_drop: false }`
[INFO] [stdout] c70bbd9b0ddde92699ebbf7f8ce39773a60e1144a6ae0181bd9b13cbd8823f71
