[INFO] cloning repository https://github.com/igouss/fn-hash
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/igouss/fn-hash" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Figouss%2Ffn-hash", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Figouss%2Ffn-hash'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 433b32901984f0c8fd82c54a16b6fe1b608852ba
[INFO] testing igouss/fn-hash against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Figouss%2Ffn-hash" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/igouss/fn-hash
[INFO] finished tweaking git repo https://github.com/igouss/fn-hash
[INFO] tweaked toml for git repo https://github.com/igouss/fn-hash written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/igouss/fn-hash on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/igouss/fn-hash 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.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded peg-macros v0.6.3
[INFO] [stderr]   Downloaded gherkin v0.16.0
[INFO] [stderr]   Downloaded peg-runtime v0.6.3
[INFO] [stderr]   Downloaded peg v0.6.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5a5f1eb8f49cb7425b3f31276b10c7cb35edef98ec7410f535a6199b8fc9ca4e
[INFO] running `Command { std: "docker" "start" "5a5f1eb8f49cb7425b3f31276b10c7cb35edef98ec7410f535a6199b8fc9ca4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5a5f1eb8f49cb7425b3f31276b10c7cb35edef98ec7410f535a6199b8fc9ca4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5a5f1eb8f49cb7425b3f31276b10c7cb35edef98ec7410f535a6199b8fc9ca4e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5a5f1eb8f49cb7425b3f31276b10c7cb35edef98ec7410f535a6199b8fc9ca4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5a5f1eb8f49cb7425b3f31276b10c7cb35edef98ec7410f535a6199b8fc9ca4e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling peg-runtime v0.6.3
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling peg-macros v0.6.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling peg v0.6.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling typed-builder-macro v0.23.2
[INFO] [stderr]    Compiling typed-builder v0.23.2
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling gherkin v0.16.0
[INFO] [stderr]    Compiling fn-hash v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 38.77s
[INFO] running `Command { std: "docker" "inspect" "5a5f1eb8f49cb7425b3f31276b10c7cb35edef98ec7410f535a6199b8fc9ca4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5a5f1eb8f49cb7425b3f31276b10c7cb35edef98ec7410f535a6199b8fc9ca4e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling fn-hash v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2.84s
[INFO] running `Command { std: "docker" "inspect" "5a5f1eb8f49cb7425b3f31276b10c7cb35edef98ec7410f535a6199b8fc9ca4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5a5f1eb8f49cb7425b3f31276b10c7cb35edef98ec7410f535a6199b8fc9ca4e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/fn_hash-49da9906a4ba9c1c)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test diff::tests::a_changed_hash_is_reported_as_modified ... ok
[INFO] [stdout] test diff::tests::an_unchanged_snapshot_yields_an_empty_diff ... ok
[INFO] [stdout] test feature::tests::editing_a_step_changes_the_scenario_hash ... ok
[INFO] [stdout] test diff::tests::new_and_dropped_keys_are_added_and_removed ... ok
[INFO] [stdout] test feature::tests::leading_comments_do_not_change_the_scenario_hash ... ok
[INFO] [stdout] test feature::tests::parses_one_scenario_with_a_readable_key ... ok
[INFO] [stdout] test key::tests::free_function_key_has_no_scope_segment ... ok
[INFO] [stdout] test key::tests::module_path_is_included_in_the_key ... ok
[INFO] [stdout] test key::tests::trait_impl_key_uses_rust_turbofish_syntax ... ok
[INFO] [stdout] test rust_fns::tests::editing_a_function_body_changes_its_hash ... ok
[INFO] [stdout] test rust_fns::tests::hashes_a_free_function_under_a_rust_syntax_key ... ok
[INFO] [stdout] test snapshot::tests::a_snapshot_survives_a_serialize_deserialize_round_trip ... ok
[INFO] [stdout] test rust_fns::tests::reformatting_a_function_does_not_change_its_hash ... ok
[INFO] [stdout] test snapshot::tests::empty_text_deserializes_to_an_empty_snapshot ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5a5f1eb8f49cb7425b3f31276b10c7cb35edef98ec7410f535a6199b8fc9ca4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a5f1eb8f49cb7425b3f31276b10c7cb35edef98ec7410f535a6199b8fc9ca4e", kill_on_drop: false }`
[INFO] [stdout] 5a5f1eb8f49cb7425b3f31276b10c7cb35edef98ec7410f535a6199b8fc9ca4e
