[INFO] cloning repository https://github.com/kelleyblackmore/snip
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kelleyblackmore/snip" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkelleyblackmore%2Fsnip", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkelleyblackmore%2Fsnip'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 67e1d7e667a67278073afd4aec2d86c4da28ade1
[INFO] testing kelleyblackmore/snip against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkelleyblackmore%2Fsnip" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kelleyblackmore/snip
[INFO] finished tweaking git repo https://github.com/kelleyblackmore/snip
[INFO] tweaked toml for git repo https://github.com/kelleyblackmore/snip written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kelleyblackmore/snip on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kelleyblackmore/snip 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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] bfd5c6dade97fcca10e196507c917a849b0e374eec996efe3787bc88300809ad
[INFO] running `Command { std: "docker" "start" "bfd5c6dade97fcca10e196507c917a849b0e374eec996efe3787bc88300809ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bfd5c6dade97fcca10e196507c917a849b0e374eec996efe3787bc88300809ad", 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" "bfd5c6dade97fcca10e196507c917a849b0e374eec996efe3787bc88300809ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bfd5c6dade97fcca10e196507c917a849b0e374eec996efe3787bc88300809ad", 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" "bfd5c6dade97fcca10e196507c917a849b0e374eec996efe3787bc88300809ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling futures-core v0.3.34
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling futures-sink v0.3.34
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling http v1.5.0
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aho-corasick v1.1.5
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling socket2 v0.6.5
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling http-body v1.1.0
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling futures-channel v0.3.34
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-automata v0.4.18
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling futures-task v0.3.34
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling futures-util v0.3.34
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]    Compiling http-body-util v0.1.5
[INFO] [stderr]    Compiling thread_local v1.1.10
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling velo-macros v0.1.0 (https://github.com/kelleyblackmore/velo?rev=b03a752a413ced9b8324a848e4a84dbc5b98462e#b03a752a)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.7
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling velo-openapi v0.1.0 (https://github.com/kelleyblackmore/velo?rev=b03a752a413ced9b8324a848e4a84dbc5b98462e#b03a752a)
[INFO] [stderr]    Compiling tokio-util v0.7.19
[INFO] [stderr]    Compiling h2 v0.4.15
[INFO] [stderr]    Compiling tokio-stream v0.1.19
[INFO] [stderr]    Compiling hyper v1.11.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling velo v0.1.0 (https://github.com/kelleyblackmore/velo?rev=b03a752a413ced9b8324a848e4a84dbc5b98462e#b03a752a)
[INFO] [stderr]    Compiling snip v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2m 44s
[INFO] running `Command { std: "docker" "inspect" "bfd5c6dade97fcca10e196507c917a849b0e374eec996efe3787bc88300809ad", 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" "bfd5c6dade97fcca10e196507c917a849b0e374eec996efe3787bc88300809ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]    Compiling tokio-util v0.7.19
[INFO] [stderr]    Compiling h2 v0.4.15
[INFO] [stderr]    Compiling tokio-stream v0.1.19
[INFO] [stderr]    Compiling hyper v1.11.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling velo v0.1.0 (https://github.com/kelleyblackmore/velo?rev=b03a752a413ced9b8324a848e4a84dbc5b98462e#b03a752a)
[INFO] [stderr]    Compiling snip v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 3m 21s
[INFO] running `Command { std: "docker" "inspect" "bfd5c6dade97fcca10e196507c917a849b0e374eec996efe3787bc88300809ad", 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" "bfd5c6dade97fcca10e196507c917a849b0e374eec996efe3787bc88300809ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/snip-4e5adcf3517721de)
[INFO] [stdout] 
[INFO] [stdout] running 64 tests
[INFO] [stdout] test auth::tests::an_unknown_key_is_forbidden_not_unauthorized ... ok
[INFO] [stdout] test auth::tests::a_known_key_is_accepted ... ok
[INFO] [stdout] test auth::tests::an_open_configuration_lets_everyone_through ... ok
[INFO] [stdout] test auth::tests::secure_eq_agrees_with_plain_equality ... ok
[INFO] [stdout] test config::tests::a_test_config_has_a_key_and_is_not_open ... ok
[INFO] [stdout] test config::tests::a_trailing_slash_is_stripped_from_the_base_url ... ok
[INFO] [stdout] test config::tests::missing_api_keys_reads_as_a_refusal_with_a_way_out ... ok
[INFO] [stdout] test error::tests::a_reserved_code_is_reported_as_a_field_error ... ok
[INFO] [stdout] test error::tests::an_internal_failure_keeps_its_cause_out_of_the_body ... ok
[INFO] [stdout] test models::tests::a_hostile_target_is_rejected_by_validation_not_just_by_taste ... ok
[INFO] [stdout] test error::tests::problem_types_are_stable_uris_clients_can_match_on ... ok
[INFO] [stdout] test auth::tests::redaction_keeps_at_most_a_prefix ... ok
[INFO] [stdout] test models::tests::an_absent_vanity_code_skips_the_pattern_rule ... ok
[INFO] [stdout] test models::tests::list_query_defaults_are_sane ... ok
[INFO] [stdout] test auth::tests::a_missing_credential_is_unauthorized ... ok
[INFO] [stdout] test models::tests::a_valid_payload_passes_validation ... ok
[INFO] [stdout] test models::tests::a_vanity_code_must_match_the_allowed_shape ... ok
[INFO] [stdout] test models::tests::only_http_schemes_are_accepted ... ok
[INFO] [stdout] test routes::links::tests::a_csv_upload_creates_links_and_skips_the_header ... ok
[INFO] [stdout] test routes::links::tests::a_duplicate_code_is_a_conflict ... ok
[INFO] [stdout] test routes::links::tests::a_duplicate_code_within_an_import_is_reported_per_line ... ok
[INFO] [stdout] test routes::health::tests::health_counts_stored_and_expired_links ... ok
[INFO] [stdout] test routes::links::tests::a_bad_row_does_not_discard_the_good_ones ... ok
[INFO] [stdout] test routes::links::tests::a_hostile_target_is_refused_with_a_field_error ... ok
[INFO] [stdout] test routes::links::tests::a_reserved_code_is_refused_as_a_field_error ... ok
[INFO] [stdout] test routes::links::tests::an_import_without_a_file_part_is_a_422 ... ok
[INFO] [stdout] test routes::links::tests::an_out_of_range_limit_is_a_422 ... ok
[INFO] [stdout] test routes::links::tests::a_row_may_omit_its_code_and_note ... ok
[INFO] [stdout] test routes::links::tests::a_vanity_code_is_honoured ... ok
[INFO] [stdout] test routes::links::tests::a_patch_changes_only_what_it_names ... ok
[INFO] [stdout] test error::tests::each_domain_failure_maps_to_the_status_that_describes_it ... ok
[INFO] [stdout] test routes::health::tests::health_needs_no_credential ... ok
[INFO] [stdout] test routes::links::tests::an_unknown_field_is_rejected_rather_than_ignored ... ok
[INFO] [stdout] test routes::links::tests::creating_a_link_returns_it_with_a_location_header ... ok
[INFO] [stdout] test routes::links::tests::deleting_removes_the_link_and_frees_the_code ... ok
[INFO] [stdout] test routes::links::tests::importing_requires_a_credential_like_every_other_write ... ok
[INFO] [stdout] test routes::links::tests::the_events_stream_404s_for_an_unknown_code ... ok
[INFO] [stdout] test routes::links::tests::listing_paginates_and_reports_the_total ... ok
[INFO] [stdout] test routes::links::tests::writes_require_a_credential ... ok
[INFO] [stdout] test routes::links::tests::search_filters_the_list ... ok
[INFO] [stdout] test routes::redirect::tests::a_redirect_is_not_cacheable_as_permanent ... ok
[INFO] [stdout] test routes::redirect::tests::following_a_link_redirects_without_a_credential ... ok
[INFO] [stdout] test store::tests::a_created_link_gets_a_code_and_a_short_url ... ok
[INFO] [stdout] test store::tests::a_vanity_code_is_used_verbatim ... ok
[INFO] [stdout] test store::tests::a_duplicate_code_is_refused ... ok
[INFO] [stdout] test store::tests::an_expired_link_stops_resolving_but_still_reads_back ... ok
[INFO] [stdout] test store::tests::following_a_link_publishes_a_click_event ... ok
[INFO] [stdout] test routes::redirect::tests::following_counts_the_click ... ok
[INFO] [stdout] test routes::redirect::tests::an_unknown_code_is_a_problem_json_404 ... ok
[INFO] [stdout] test store::tests::an_update_leaves_absent_fields_alone ... ok
[INFO] [stdout] test routes::redirect::tests::static_routes_win_over_the_catch_all_code ... ok
[INFO] [stdout] test store::tests::listing_hides_expired_links_unless_asked ... ok
[INFO] [stdout] test store::tests::an_unknown_code_is_not_found ... ok
[INFO] [stdout] test store::tests::pagination_reports_the_full_total ... ok
[INFO] [stdout] test store::tests::generated_codes_avoid_glyphs_people_misread ... ok
[INFO] [stdout] test store::tests::resolving_returns_the_target_and_counts_the_click ... ok
[INFO] [stdout] test store::tests::search_matches_code_target_and_note ... ok
[INFO] [stdout] test store::tests::zero_days_clears_an_expiry ... ok
[INFO] [stdout] test store::tests::the_store_refuses_to_grow_past_its_ceiling ... ok
[INFO] [stdout] test tests::the_app_builds_without_route_conflicts ... ok
[INFO] [stdout] test tests::the_document_describes_the_service ... ok
[INFO] [stdout] test store::tests::purging_removes_only_expired_links ... ok
[INFO] [stdout] test store::tests::reserved_codes_are_refused_because_they_could_never_resolve ... ok
[INFO] [stdout] test tests::validation_constraints_reached_the_published_schema ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 64 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/snip-958fae7d5acac8d2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running tests/live.rs (/opt/rustwide/target/release/deps/live-b1dbdeb6cd4a23d2)
[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 6 tests
[INFO] [stdout] test a_link_can_be_created_and_followed_over_the_wire ... ok
[INFO] [stdout] test an_expired_link_reports_gone_rather_than_not_found ... ok
[INFO] [stdout] test the_published_document_is_well_formed_and_fully_resolved ... ok
[INFO] [stdout] test the_event_stream_is_chunked_rather_than_buffered ... ok
[INFO] [stdout] test the_documentation_ui_is_served ... ok
[INFO] [stdout] test clicks_arrive_on_the_event_stream_as_they_happen ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests snip
[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" "bfd5c6dade97fcca10e196507c917a849b0e374eec996efe3787bc88300809ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfd5c6dade97fcca10e196507c917a849b0e374eec996efe3787bc88300809ad", kill_on_drop: false }`
[INFO] [stdout] bfd5c6dade97fcca10e196507c917a849b0e374eec996efe3787bc88300809ad
