[INFO] cloning repository https://github.com/1Password/electron-hardener
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/1Password/electron-hardener" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1Password%2Felectron-hardener", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1Password%2Felectron-hardener'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 52deabd307186cbae10f04c8bd4467a9543b4787
[INFO] testing 1Password/electron-hardener against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1Password%2Felectron-hardener" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/1Password/electron-hardener
[INFO] finished tweaking git repo https://github.com/1Password/electron-hardener
[INFO] tweaked toml for git repo https://github.com/1Password/electron-hardener written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/1Password/electron-hardener on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/1Password/electron-hardener 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4dac1a44ec620d7ceef57c60feaf68d6b6f28c8322a03c95fc3068929bf59845
[INFO] running `Command { std: "docker" "start" "-a" "4dac1a44ec620d7ceef57c60feaf68d6b6f28c8322a03c95fc3068929bf59845", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4dac1a44ec620d7ceef57c60feaf68d6b6f28c8322a03c95fc3068929bf59845", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4dac1a44ec620d7ceef57c60feaf68d6b6f28c8322a03c95fc3068929bf59845", kill_on_drop: false }`
[INFO] [stdout] 4dac1a44ec620d7ceef57c60feaf68d6b6f28c8322a03c95fc3068929bf59845
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 306a86ac75bb987ca45363516fce4e6e81cc69c69abe76b643ea96fbecdb4448
[INFO] running `Command { std: "docker" "start" "-a" "306a86ac75bb987ca45363516fce4e6e81cc69c69abe76b643ea96fbecdb4448", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling regex-syntax v0.6.23
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling regex v1.4.6
[INFO] [stderr]    Compiling electron-hardener v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
[INFO] running `Command { std: "docker" "inspect" "306a86ac75bb987ca45363516fce4e6e81cc69c69abe76b643ea96fbecdb4448", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "306a86ac75bb987ca45363516fce4e6e81cc69c69abe76b643ea96fbecdb4448", kill_on_drop: false }`
[INFO] [stdout] 306a86ac75bb987ca45363516fce4e6e81cc69c69abe76b643ea96fbecdb4448
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2954316e37849481137e4485a8ec70ab8229efcf59121079ad4b738ef4eb8fec
[INFO] running `Command { std: "docker" "start" "-a" "2954316e37849481137e4485a8ec70ab8229efcf59121079ad4b738ef4eb8fec", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling syn v1.0.70
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling enum-iterator-derive v0.6.0
[INFO] [stderr]    Compiling enum-iterator v0.6.0
[INFO] [stderr]    Compiling electron-hardener v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.58s
[INFO] running `Command { std: "docker" "inspect" "2954316e37849481137e4485a8ec70ab8229efcf59121079ad4b738ef4eb8fec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2954316e37849481137e4485a8ec70ab8229efcf59121079ad4b738ef4eb8fec", kill_on_drop: false }`
[INFO] [stdout] 2954316e37849481137e4485a8ec70ab8229efcf59121079ad4b738ef4eb8fec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e5e7bc2b4c7c7e55de9fb3f8514ac4983da23fdc0b1d8e10cf69aa0b5d2edbe2
[INFO] running `Command { std: "docker" "start" "-a" "e5e7bc2b4c7c7e55de9fb3f8514ac4983da23fdc0b1d8e10cf69aa0b5d2edbe2", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/electron_hardener-22b582270b2b2000)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test fuses::tests::enabled_fuse_is_correct ... ok
[INFO] [stdout] test fuses::tests::removed_fuse_is_correct ... ok
[INFO] [stdout] test fuses::tests::sentinal_is_found ... ok
[INFO] [stdout] test fuses::tests::disabled_fuse_is_correct ... ok
[INFO] [stdout] test fuses::tests::fuse_modifies_correct_position ... ok
[INFO] [stdout] test fuses::tests::modfying_removed_fuse_errors ... ok
[INFO] [stdout] test fuses::tests::test_app_fuse_actions ... ok
[INFO] [stdout] test fuses::tests::unknown_fuse_value_is_correct ... ok
[INFO] [stdout] test patcher::tests::disabling_debugging_messages_works ... ok
[INFO] [stdout] test patcher::tests::disabling_electron_options_works ... ok
[INFO] [stdout] test fuses::tests::can_read_all_fuses ... ok
[INFO] [stdout] test patcher::tests::disabling_nodejs_flags_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/main.rs (/opt/rustwide/target/debug/deps/electron_hardener-2eaf2efa39860950)
[INFO] [stderr]    Doc-tests electron_hardener
[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] [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] running `Command { std: "docker" "inspect" "e5e7bc2b4c7c7e55de9fb3f8514ac4983da23fdc0b1d8e10cf69aa0b5d2edbe2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5e7bc2b4c7c7e55de9fb3f8514ac4983da23fdc0b1d8e10cf69aa0b5d2edbe2", kill_on_drop: false }`
[INFO] [stdout] e5e7bc2b4c7c7e55de9fb3f8514ac4983da23fdc0b1d8e10cf69aa0b5d2edbe2
