ref:main

test passed

Command: set -e git config --global --add safe.directory /workspace git config --global init.defaultBranch main git config --global user.email "ci@anvil.test" git config --global user.name "CI" export MIX_HOME=/workspace/.mix mix test --cover --export-coverage default mix run --no-start -e ' tools_ebin = Path.wildcard("/usr/local/lib/erlang/lib/tools-*/ebin") |> List.first() if tools_ebin, do: Code.append_path(tools_ebin) :cover.start() :cover.import(~c"cover/default.coverdata") modules = :cover.imported_modules() lcov = Enum.map_join(modules, "", fn mod -> case :cover.analyse(mod, :calls, :line) do {:ok, lines} -> source = try do mod.module_info(:compile)[:source] |> to_string() |> String.replace(File.cwd!() <> "/", "") rescue _ -> nil end if source do data = Enum.filter(lines, fn {{_, l}, _} -> l > 0 end) da = Enum.map_join(data, "", fn {{_, l}, c} -> "DA:#{l},#{c}\n" end) h = Enum.count(data, fn {_, c} -> c > 0 end) "SF:#{source}\n#{da}LH:#{h}\nLF:#{length(data)}\nend_of_record\n" else "" end _ -> "" end end) File.write!("cover/lcov.info", lcov) IO.puts("LCOV written to cover/lcov.info") '
Runner: carl online linux/aarch64
Started: Jul 29, 2026 at 23:10 UTC Completed: Jul 29, 2026 at 23:13 UTC Duration: 3m 37s
Exit code: 0

Build Output

Using cached prepared image: anvil-prepared:cfa6aaa93a51
Cover compiling modules ...
Running ExUnit with seed: 359458, max_cases: 8
Excluding tags: [:s3]
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
35 │ <<body::binary-size(body_len), checksum::binary-size(20)>> = pack_data
│ ~
└─ test/ex_git_objectstore/pack/writer_test.exs:35:27: ExGitObjectstore.Pack.WriterTest."test generate generates valid packfile with a single blob"/1
warning: default values for the optional arguments in the private function http_post/4 are never used
310 │ defp http_post(url, content_type, body, extra_headers \\ []) do
│ ~
└─ test/ex_git_objectstore/integration/smart_http_test.exs:310:8: ExGitObjectstore.Integration.SmartHttpTest (module)
...........................................................................................
23:10:21.021 [warning] post_receive hook failed: "webhook failed"
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
113 │ test "repo with 250 refs returns them all via ls-refs", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_dataplane_test.exs:113:72: ExGitObjectstore.Integration.UploadPackV2DataplaneTest."test scale repo with 250 refs returns them all via ls-refs"/1
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
152 │ %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_dataplane_test.exs:152:21: ExGitObjectstore.Integration.UploadPackV2DataplaneTest."test scale ref-prefix filter applies server-side (doesn't return all refs)"/1
.......................
23:10:21.392 [info] The function passed as a handler with ID "test-#Reference<0.2377193544.954728452.142>" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
23:10:21.400 [info] The function passed as a handler with ID "test-fail-#Reference<0.2377193544.954728451.447>" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.............
23:10:21.505 [info] The function passed as a handler with ID #Reference<0.2377193544.954728450.3751> is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
388 │ <<payload::binary-size(payload_len), tail::binary>> = rest
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_v2_walker_property_test.exs:388:28: ExGitObjectstore.Protocol.UploadPackV2WalkerPropertyTest.raw_pkt_payloads/1
......................................................................................................................................
23:10:21.992 [info] UploadPackV2: processing fetch command
23:10:21.992 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:21.994 [info] UploadPackV2: collected 16 objects, generating pack
23:10:21.997 [info] UploadPackV2: pack generated, 962 bytes
23:10:21.997 [info] UploadPackV2: fetch response 984 bytes
.
23:10:22.035 [info] UploadPackV2: processing fetch command
23:10:22.035 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.036 [info] UploadPackV2: collected 4 objects, generating pack
23:10:22.036 [info] UploadPackV2: pack generated, 241 bytes
23:10:22.037 [info] UploadPackV2: fetch response 263 bytes
23:10:22.048 [info] UploadPackV2: processing fetch command
23:10:22.048 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.050 [info] UploadPackV2: collected 27 objects, generating pack
23:10:22.052 [info] UploadPackV2: pack generated, 1676 bytes
23:10:22.052 [info] UploadPackV2: fetch response 1698 bytes
23:10:22.067 [info] UploadPackV2: processing fetch command
23:10:22.068 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.070 [info] UploadPackV2: collected 32 objects, generating pack
23:10:22.073 [info] UploadPackV2: pack generated, 1891 bytes
23:10:22.073 [info] UploadPackV2: fetch response 1913 bytes
23:10:22.081 [info] UploadPackV2: processing fetch command
23:10:22.081 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.082 [info] UploadPackV2: collected 20 objects, generating pack
23:10:22.084 [info] UploadPackV2: pack generated, 1203 bytes
23:10:22.084 [info] UploadPackV2: fetch response 1225 bytes
23:10:22.095 [info] UploadPackV2: processing fetch command
23:10:22.096 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.098 [info] UploadPackV2: collected 27 objects, generating pack
23:10:22.100 [info] UploadPackV2: pack generated, 1678 bytes
.
23:10:22.100 [info] UploadPackV2: fetch response 1700 bytes
23:10:22.112 [info] UploadPackV2: processing fetch command
23:10:22.112 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.113 [info] UploadPackV2: collected 7 objects, generating pack
.
23:10:22.114 [info] UploadPackV2: pack generated, 475 bytes
.
23:10:22.114 [info] UploadPackV2: fetch response 497 bytes
.
23:10:22.116 [info] UploadPackV2: processing fetch command
.
23:10:22.116 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.116 [info] UploadPackV2: collected 8 objects, generating pack
.
23:10:22.116 [info] UploadPackV2: pack generated, 482 bytes
.
23:10:22.117 [info] UploadPackV2: fetch response 504 bytes
.
23:10:22.121 [info] UploadPackV2: processing fetch command
warning: variable "parent" is unused (if the variable is not meant to be used, prefix it with an underscore)
497 │ {_tip, parent} =
│ ~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_negotiation_test.exs:497:12: ExGitObjectstore.Integration.UploadPackV2NegotiationTest.fresh_repo/2
.
23:10:22.121 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.130 [info] UploadPackV2: collected 24 objects, generating pack
.
23:10:22.131 [info] UploadPackV2: pack generated, 1412 bytes
.
23:10:22.131 [info] UploadPackV2: fetch response 1434 bytes
.
23:10:22.140 [info] UploadPackV2: processing fetch command
.
23:10:22.140 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.142 [info] UploadPackV2: collected 38 objects, generating pack
.
23:10:22.143 [info] UploadPackV2: pack generated, 2335 bytes
.
23:10:22.143 [info] UploadPackV2: fetch response 2357 bytes
.
23:10:22.158 [info] UploadPackV2: processing fetch command
.
23:10:22.158 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.166 [info] UploadPackV2: collected 67 objects, generating pack
.
23:10:22.168 [info] UploadPackV2: pack generated, 4015 bytes
.
23:10:22.168 [info] UploadPackV2: fetch response 4037 bytes
.
23:10:22.200 [info] UploadPackV2: processing fetch command
.
23:10:22.200 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.206 [info] UploadPackV2: collected 16 objects, generating pack
.
23:10:22.207 [info] UploadPackV2: pack generated, 962 bytes
warning: the variable "len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
222 │ <<payload::binary-size(len), rest::binary>> = tail
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_reuse_test.exs:222:28: ExGitObjectstore.Protocol.UploadPackReuseTest.pktlines/3
..
23:10:22.207 [info] UploadPackV2: fetch response 984 bytes
.
23:10:22.214 [info] UploadPackV2: processing fetch command
23:10:22.214 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.216 [info] UploadPackV2: collected 32 objects, generating pack
23:10:22.217 [info] UploadPackV2: pack generated, 1862 bytes
23:10:22.217 [info] UploadPackV2: fetch response 1884 bytes
23:10:22.231 [info] UploadPackV2: processing fetch command
23:10:22.231 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.233 [info] UploadPackV2: collected 63 objects, generating pack
23:10:22.235 [info] UploadPackV2: pack generated, 3784 bytes
23:10:22.235 [info] UploadPackV2: fetch response 3806 bytes
23:10:22.245 [info] UploadPackV2: processing fetch command
23:10:22.245 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.247 [info] UploadPackV2: collected 19 objects, generating pack
23:10:22.248 [info] UploadPackV2: pack generated, 1194 bytes
23:10:22.248 [info] UploadPackV2: fetch response 1216 bytes
.
23:10:22.259 [info] UploadPackV2: processing fetch command
.
23:10:22.259 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.262 [info] UploadPackV2: collected 48 objects, generating pack
.
23:10:22.263 [info] UploadPackV2: pack generated, 2854 bytes
..
23:10:22.263 [info] UploadPackV2: fetch response 2876 bytes
.
23:10:22.278 [info] UploadPackV2: processing fetch command
23:10:22.278 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.279 [info] UploadPackV2: collected 11 objects, generating pack
23:10:22.280 [info] UploadPackV2: pack generated, 717 bytes
23:10:22.280 [info] UploadPackV2: fetch response 739 bytes
23:10:22.297 [info] UploadPackV2: processing fetch command
23:10:22.337 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.338 [info] UploadPackV2: collected 11 objects, generating pack
23:10:22.339 [info] UploadPackV2: pack generated, 717 bytes
23:10:22.339 [info] UploadPackV2: fetch response 739 bytes
23:10:22.347 [info] UploadPackV2: processing fetch command
23:10:22.347 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.348 [info] UploadPackV2: collected 12 objects, generating pack
23:10:22.349 [info] UploadPackV2: pack generated, 723 bytes
23:10:22.349 [info] UploadPackV2: fetch response 745 bytes
23:10:22.361 [info] UploadPackV2: processing fetch command
23:10:22.361 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.365 [info] UploadPackV2: collected 24 objects, generating pack
23:10:22.367 [info] UploadPackV2: pack generated, 1443 bytes
23:10:22.367 [info] UploadPackV2: fetch response 1465 bytes
23:10:22.374 [info] UploadPackV2: processing fetch command
23:10:22.374 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.378 [info] UploadPackV2: collected 11 objects, generating pack
.
23:10:22.378 [info] UploadPackV2: pack generated, 714 bytes
.
23:10:22.379 [info] UploadPackV2: fetch response 736 bytes
.
23:10:22.387 [info] UploadPackV2: processing fetch command
.
23:10:22.387 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.390 [info] UploadPackV2: collected 4 objects, generating pack
.
23:10:22.391 [info] UploadPackV2: pack generated, 241 bytes
23:10:22.391 [info] UploadPackV2: fetch response 263 bytes
23:10:22.393 [info] UploadPackV2: processing fetch command
23:10:22.393 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.394 [info] UploadPackV2: collected 7 objects, generating pack
23:10:22.394 [info] UploadPackV2: pack generated, 475 bytes
23:10:22.394 [info] UploadPackV2: fetch response 497 bytes
23:10:22.398 [info] UploadPackV2: processing fetch command
23:10:22.398 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.398 [info] UploadPackV2: collected 4 objects, generating pack
23:10:22.399 [info] UploadPackV2: pack generated, 241 bytes
23:10:22.399 [info] UploadPackV2: fetch response 263 bytes
23:10:22.406 [info] UploadPackV2: processing fetch command
23:10:22.406 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.407 [info] UploadPackV2: collected 39 objects, generating pack
23:10:22.408 [info] UploadPackV2: pack generated, 2342 bytes
.
23:10:22.409 [info] UploadPackV2: fetch response 2364 bytes
.
23:10:22.418 [info] UploadPackV2: processing fetch command
.
23:10:22.418 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.420 [info] UploadPackV2: collected 15 objects, generating pack
.
23:10:22.423 [info] UploadPackV2: pack generated, 958 bytes
.
23:10:22.423 [info] UploadPackV2: fetch response 980 bytes
.
23:10:22.447 [info] UploadPackV2: processing fetch command
.
23:10:22.447 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.449 [info] UploadPackV2: collected 28 objects, generating pack
.
23:10:22.449 [info] UploadPackV2: pack generated, 1652 bytes
.
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
99 │ <<body::binary-size(body_len), checksum::binary-size(20)>> = idx_data
│ ~
└─ test/ex_git_objectstore/pack/index_test.exs:99:27: ExGitObjectstore.Pack.IndexTest."test spec compliance - checksum and sorting generated index has valid checksum"/1
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
115 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = idx_data
│ ~
└─ test/ex_git_objectstore/pack/index_test.exs:115:27: ExGitObjectstore.Pack.IndexTest."test spec compliance - checksum and sorting rejects index with corrupted checksum"/1
warning: the variable "split_point" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
328 │ <<pack_part1::binary-size(split_point), pack_part2::binary>> = pack_data
│ ~
└─ test/ex_git_objectstore/protocol/receive_pack_test.exs:328:33: ExGitObjectstore.Protocol.ReceivePackTest."test split data handling handles pack data split across multiple feed calls"/1
warning: the variable "split_point" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
382 │ <<part1::binary-size(split_point), part2::binary>> = full_data
│ ~
└─ test/ex_git_objectstore/protocol/receive_pack_test.exs:382:28: ExGitObjectstore.Protocol.ReceivePackTest."test split data handling handles command split mid-pkt-line"/1
warning: the variable "split_point" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
437 │ <<first_chunk::binary-size(split_point), second_chunk::binary>> = full_data
│ ~
└─ test/ex_git_objectstore/protocol/receive_pack_test.exs:437:34: ExGitObjectstore.Protocol.ReceivePackTest."test split data handling handles split command data across multiple feed calls"/1
23:10:22.450 [info] UploadPackV2: fetch response 1674 bytes
.
23:10:22.457 [info] UploadPackV2: processing fetch command
.
23:10:22.457 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.458 [info] UploadPackV2: collected 11 objects, generating pack
23:10:22.458 [info] UploadPackV2: pack generated, 714 bytes
.
23:10:22.458 [info] UploadPackV2: fetch response 736 bytes
.
23:10:22.467 [info] UploadPackV2: processing fetch command
.
23:10:22.467 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.468 [info] UploadPackV2: collected 11 objects, generating pack
..
23:10:22.468 [info] UploadPackV2: pack generated, 717 bytes
.
23:10:22.469 [info] UploadPackV2: fetch response 739 bytes
.
23:10:22.472 [info] UploadPackV2: processing fetch command
.
23:10:22.473 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.473 [info] UploadPackV2: collected 4 objects, generating pack
.
23:10:22.474 [info] UploadPackV2: pack generated, 241 bytes
.
23:10:22.474 [info] UploadPackV2: fetch response 263 bytes
23:10:22.477 [info] UploadPackV2: processing fetch command
23:10:22.477 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.478 [info] UploadPackV2: collected 20 objects, generating pack
23:10:22.478 [info] UploadPackV2: pack generated, 1203 bytes
.
23:10:22.479 [info] UploadPackV2: fetch response 1225 bytes
23:10:22.484 [info] UploadPackV2: processing fetch command
23:10:22.484 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.486 [info] UploadPackV2: collected 27 objects, generating pack
23:10:22.487 [info] UploadPackV2: pack generated, 1676 bytes
23:10:22.487 [info] UploadPackV2: fetch response 1698 bytes
23:10:22.494 [info] UploadPackV2: processing fetch command
23:10:22.494 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.495 [info] UploadPackV2: collected 8 objects, generating pack
23:10:22.495 [info] UploadPackV2: pack generated, 482 bytes
23:10:22.495 [info] UploadPackV2: fetch response 504 bytes
23:10:22.501 [info] UploadPackV2: processing fetch command
23:10:22.502 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.503 [info] UploadPackV2: collected 38 objects, generating pack
23:10:22.504 [info] UploadPackV2: pack generated, 2342 bytes
23:10:22.504 [info] UploadPackV2: fetch response 2364 bytes
.
23:10:22.516 [info] UploadPackV2: processing fetch command
23:10:22.516 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.518 [info] UploadPackV2: collected 24 objects, generating pack
23:10:22.519 [info] UploadPackV2: pack generated, 1443 bytes
23:10:22.519 [info] UploadPackV2: fetch response 1465 bytes
23:10:22.526 [info] UploadPackV2: processing fetch command
23:10:22.526 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.528 [info] UploadPackV2: collected 39 objects, generating pack
23:10:22.528 [info] UploadPackV2: pack generated, 2343 bytes
23:10:22.529 [info] UploadPackV2: fetch response 2365 bytes
23:10:22.540 [info] UploadPackV2: processing fetch command
23:10:22.568 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.573 [info] UploadPackV2: collected 7 objects, generating pack
23:10:22.573 [info] UploadPackV2: pack generated, 475 bytes
23:10:22.573 [info] UploadPackV2: fetch response 497 bytes
23:10:22.588 [info] UploadPackV2: processing fetch command
23:10:22.588 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.601 [info] UploadPackV2: collected 48 objects, generating pack
23:10:22.603 [info] UploadPackV2: pack generated, 2854 bytes
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
585 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = pack_data
│ ~
└─ test/ex_git_objectstore/integration/protocol_interop_test.exs:585:27: ExGitObjectstore.Integration.ProtocolInteropTest."test adversarial packs corrupted pack checksum is rejected with structured error"/1
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
847 │ <<payload::binary-size(payload_len), after_pkt::binary>> = rest
│ ~
└─ test/ex_git_objectstore/integration/protocol_interop_test.exs:847:28: ExGitObjectstore.Integration.ProtocolInteropTest.extract_pkt_payload/3
23:10:22.603 [info] UploadPackV2: fetch response 2876 bytes
23:10:22.618 [info] UploadPackV2: processing fetch command
23:10:22.618 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.620 [info] UploadPackV2: collected 43 objects, generating pack
23:10:22.621 [info] UploadPackV2: pack generated, 2578 bytes
23:10:22.621 [info] UploadPackV2: fetch response 2600 bytes
23:10:22.629 [info] UploadPackV2: processing fetch command
23:10:22.629 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.630 [info] UploadPackV2: collected 7 objects, generating pack
23:10:22.631 [info] UploadPackV2: pack generated, 475 bytes
23:10:22.631 [info] UploadPackV2: fetch response 497 bytes
23:10:22.636 [info] UploadPackV2: processing fetch command
23:10:22.637 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.638 [info] UploadPackV2: collected 24 objects, generating pack
23:10:22.638 [info] UploadPackV2: pack generated, 1443 bytes
23:10:22.638 [info] UploadPackV2: fetch response 1465 bytes
23:10:22.645 [info] UploadPackV2: processing fetch command
23:10:22.645 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.646 [info] UploadPackV2: collected 7 objects, generating pack
23:10:22.647 [info] UploadPackV2: pack generated, 475 bytes
23:10:22.647 [info] UploadPackV2: fetch response 497 bytes
23:10:22.660 [info] UploadPackV2: processing fetch command
23:10:22.661 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.662 [info] UploadPackV2: collected 47 objects, generating pack
23:10:22.666 [info] UploadPackV2: pack generated, 2821 bytes
23:10:22.666 [info] UploadPackV2: fetch response 2843 bytes
23:10:22.675 [info] UploadPackV2: processing fetch command
23:10:22.675 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.679 [info] UploadPackV2: collected 16 objects, generating pack
23:10:22.680 [info] UploadPackV2: pack generated, 962 bytes
23:10:22.680 [info] UploadPackV2: fetch response 984 bytes
23:10:22.688 [info] UploadPackV2: processing fetch command
23:10:22.688 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.689 [info] UploadPackV2: collected 15 objects, generating pack
23:10:22.689 [info] UploadPackV2: pack generated, 956 bytes
23:10:22.690 [info] UploadPackV2: fetch response 978 bytes
23:10:22.695 [info] UploadPackV2: processing fetch command
23:10:22.695 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.697 [info] UploadPackV2: collected 23 objects, generating pack
23:10:22.698 [info] UploadPackV2: pack generated, 1385 bytes
23:10:22.698 [info] UploadPackV2: fetch response 1407 bytes
23:10:22.707 [info] UploadPackV2: processing fetch command
23:10:22.707 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.709 [info] UploadPackV2: collected 34 objects, generating pack
23:10:22.710 [info] UploadPackV2: pack generated, 2098 bytes
23:10:22.710 [info] UploadPackV2: fetch response 2120 bytes
23:10:22.719 [info] UploadPackV2: processing fetch command
23:10:22.720 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.722 [info] UploadPackV2: collected 35 objects, generating pack
23:10:22.723 [info] UploadPackV2: pack generated, 2105 bytes
23:10:22.724 [info] UploadPackV2: fetch response 2127 bytes
23:10:22.732 [info] UploadPackV2: processing fetch command
23:10:22.732 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.733 [info] UploadPackV2: collected 20 objects, generating pack
23:10:22.734 [info] UploadPackV2: pack generated, 1203 bytes
23:10:22.735 [info] UploadPackV2: fetch response 1225 bytes
23:10:22.744 [info] UploadPackV2: processing fetch command
23:10:22.744 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.750 [info] UploadPackV2: collected 20 objects, generating pack
23:10:22.751 [info] UploadPackV2: pack generated, 1203 bytes
23:10:22.751 [info] UploadPackV2: fetch response 1225 bytes
23:10:22.756 [info] UploadPackV2: processing fetch command
23:10:22.757 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.759 [info] UploadPackV2: collected 23 objects, generating pack
23:10:22.759 [info] UploadPackV2: pack generated, 1437 bytes
23:10:22.759 [info] UploadPackV2: fetch response 1459 bytes
23:10:22.770 [info] UploadPackV2: processing fetch command
23:10:22.771 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.772 [info] UploadPackV2: collected 24 objects, generating pack
23:10:22.772 [info] UploadPackV2: pack generated, 1443 bytes
23:10:22.772 [info] UploadPackV2: fetch response 1465 bytes
23:10:22.783 [info] UploadPackV2: processing fetch command
23:10:22.783 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:22.786 [info] UploadPackV2: collected 38 objects, generating pack
23:10:22.787 [info] UploadPackV2: pack generated, 2340 bytes
23:10:22.787 [info] UploadPackV2: fetch response 2362 bytes
23:10:22.796 [info] UploadPackV2: processing fetch command
.
23:10:22.796 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.796 [info] UploadPackV2: collected 11 objects, generating pack
.
23:10:22.797 [info] UploadPackV2: pack generated, 714 bytes
.
23:10:22.797 [info] UploadPackV2: fetch response 736 bytes
.
23:10:22.802 [info] UploadPackV2: processing fetch command
.
23:10:22.802 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.804 [info] UploadPackV2: collected 38 objects, generating pack
.
23:10:22.805 [info] UploadPackV2: pack generated, 2339 bytes
.
23:10:22.806 [info] UploadPackV2: fetch response 2361 bytes
.
23:10:22.811 [info] UploadPackV2: processing fetch command
.
23:10:22.812 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.813 [info] UploadPackV2: collected 20 objects, generating pack
.
23:10:22.813 [info] UploadPackV2: pack generated, 1203 bytes
.
23:10:22.814 [info] UploadPackV2: fetch response 1225 bytes
.
23:10:22.817 [info] UploadPackV2: processing fetch command
23:10:22.855 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.857 [info] UploadPackV2: collected 11 objects, generating pack
.
23:10:22.858 [info] UploadPackV2: pack generated, 717 bytes
.
23:10:22.858 [info] UploadPackV2: fetch response 739 bytes
.
23:10:22.865 [info] UploadPackV2: processing fetch command
.
23:10:22.865 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.866 [info] UploadPackV2: collected 24 objects, generating pack
23:10:22.867 [info] UploadPackV2: pack generated, 1411 bytes
.
23:10:22.867 [info] UploadPackV2: fetch response 1433 bytes
...
23:10:22.874 [info] UploadPackV2: processing fetch command
.
23:10:22.874 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.877 [info] UploadPackV2: collected 46 objects, generating pack
.
23:10:22.878 [info] UploadPackV2: pack generated, 2815 bytes
23:10:22.879 [info] UploadPackV2: fetch response 2837 bytes
23:10:22.890 [info] UploadPackV2: processing fetch command
.
23:10:22.890 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.892 [info] UploadPackV2: collected 27 objects, generating pack
.
23:10:22.894 [info] UploadPackV2: pack generated, 1626 bytes
.
23:10:22.894 [info] UploadPackV2: fetch response 1648 bytes
.
23:10:22.901 [info] UploadPackV2: processing fetch command
.
23:10:22.901 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.904 [info] UploadPackV2: collected 15 objects, generating pack
.
23:10:22.904 [info] UploadPackV2: pack generated, 958 bytes
.
23:10:22.904 [info] UploadPackV2: fetch response 980 bytes
.
23:10:22.909 [info] UploadPackV2: processing fetch command
.
23:10:22.909 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.910 [info] UploadPackV2: collected 22 objects, generating pack
.
23:10:22.910 [info] UploadPackV2: pack generated, 1377 bytes
.
23:10:22.911 [info] UploadPackV2: fetch response 1399 bytes
.
23:10:22.925 [info] UploadPackV2: processing fetch command
23:10:22.926 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.926 [info] UploadPackV2: collected 16 objects, generating pack
23:10:22.927 [info] UploadPackV2: pack generated, 962 bytes
.
23:10:22.927 [info] UploadPackV2: fetch response 984 bytes
.
23:10:22.930 [info] UploadPackV2: processing fetch command
.
23:10:22.931 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.931 [info] UploadPackV2: collected 8 objects, generating pack
.
23:10:22.931 [info] UploadPackV2: pack generated, 482 bytes
.
23:10:22.931 [info] UploadPackV2: fetch response 504 bytes
.
23:10:22.935 [info] UploadPackV2: processing fetch command
.
23:10:22.935 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.936 [info] UploadPackV2: collected 27 objects, generating pack
.
23:10:22.936 [info] UploadPackV2: pack generated, 1627 bytes
.
23:10:22.936 [info] UploadPackV2: fetch response 1649 bytes
.
23:10:22.944 [info] UploadPackV2: processing fetch command
.
23:10:22.976 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:22.980 [info] UploadPackV2: collected 35 objects, generating pack
.
23:10:22.982 [info] UploadPackV2: pack generated, 2106 bytes
.
23:10:22.982 [info] UploadPackV2: fetch response 2128 bytes
.
23:10:22.991 [info] UploadPackV2: processing fetch command
.
23:10:22.991 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
....
23:10:22.993 [info] UploadPackV2: collected 28 objects, generating pack
23:10:22.994 [info] UploadPackV2: pack generated, 1651 bytes
23:10:22.994 [info] UploadPackV2: fetch response 1673 bytes
23:10:23.002 [info] UploadPackV2: processing fetch command
23:10:23.002 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:23.006 [info] UploadPackV2: collected 42 objects, generating pack
23:10:23.007 [info] UploadPackV2: pack generated, 2578 bytes
23:10:23.007 [info] UploadPackV2: fetch response 2600 bytes
23:10:23.013 [info] UploadPackV2: processing fetch command
23:10:23.013 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:23.014 [info] UploadPackV2: collected 4 objects, generating pack
23:10:23.014 [info] UploadPackV2: pack generated, 241 bytes
23:10:23.014 [info] UploadPackV2: fetch response 263 bytes
23:10:23.018 [info] UploadPackV2: processing fetch command
23:10:23.018 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:23.020 [info] UploadPackV2: collected 51 objects, generating pack
23:10:23.021 [info] UploadPackV2: pack generated, 3057 bytes
23:10:23.021 [info] UploadPackV2: fetch response 3079 bytes
23:10:23.032 [info] UploadPackV2: processing fetch command
23:10:23.032 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:23.039 [info] UploadPackV2: collected 39 objects, generating pack
23:10:23.040 [info] UploadPackV2: pack generated, 2347 bytes
23:10:23.040 [info] UploadPackV2: fetch response 2369 bytes
23:10:23.052 [info] UploadPackV2: processing fetch command
23:10:23.074 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:23.075 [info] UploadPackV2: collected 15 objects, generating pack
.
23:10:23.075 [info] UploadPackV2: pack generated, 956 bytes
23:10:23.075 [info] UploadPackV2: fetch response 978 bytes
23:10:23.088 [info] UploadPackV2: processing fetch command
23:10:23.089 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:23.091 [info] UploadPackV2: collected 27 objects, generating pack
23:10:23.094 [info] UploadPackV2: pack generated, 1646 bytes
23:10:23.094 [info] UploadPackV2: fetch response 1668 bytes
23:10:23.102 [info] UploadPackV2: processing fetch command
23:10:23.102 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:23.104 [info] UploadPackV2: collected 24 objects, generating pack
23:10:23.105 [info] UploadPackV2: pack generated, 1443 bytes
23:10:23.106 [info] UploadPackV2: fetch response 1465 bytes
23:10:23.123 [info] UploadPackV2: processing fetch command
23:10:23.124 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:23.125 [info] UploadPackV2: collected 23 objects, generating pack
23:10:23.126 [info] UploadPackV2: pack generated, 1435 bytes
23:10:23.126 [info] UploadPackV2: fetch response 1457 bytes
23:10:23.131 [info] UploadPackV2: processing fetch command
23:10:23.132 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:23.133 [info] UploadPackV2: collected 16 objects, generating pack
23:10:23.133 [info] UploadPackV2: pack generated, 962 bytes
23:10:23.134 [info] UploadPackV2: fetch response 984 bytes
23:10:23.139 [info] UploadPackV2: processing fetch command
23:10:23.139 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:23.141 [info] UploadPackV2: collected 24 objects, generating pack
23:10:23.141 [info] UploadPackV2: pack generated, 1443 bytes
23:10:23.142 [info] UploadPackV2: fetch response 1465 bytes
23:10:23.151 [info] UploadPackV2: processing fetch command
23:10:23.151 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:23.152 [info] UploadPackV2: collected 16 objects, generating pack
23:10:23.152 [info] UploadPackV2: pack generated, 931 bytes
23:10:23.152 [info] UploadPackV2: fetch response 953 bytes
23:10:23.171 [info] UploadPackV2: processing fetch command
23:10:23.171 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:23.179 [info] UploadPackV2: collected 48 objects, generating pack
23:10:23.181 [info] UploadPackV2: pack generated, 2854 bytes
23:10:23.182 [info] UploadPackV2: fetch response 2876 bytes
23:10:23.189 [info] UploadPackV2: processing fetch command
.
23:10:23.190 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:23.190 [info] UploadPackV2: collected 20 objects, generating pack
23:10:23.191 [info] UploadPackV2: pack generated, 1203 bytes
23:10:23.191 [info] UploadPackV2: fetch response 1225 bytes
23:10:23.198 [info] UploadPackV2: processing fetch command
.
23:10:23.199 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.199 [info] UploadPackV2: collected 12 objects, generating pack
23:10:23.200 [info] UploadPackV2: pack generated, 854 bytes
23:10:23.200 [info] UploadPackV2: fetch response 876 bytes
23:10:23.208 [info] UploadPackV2: processing fetch command
23:10:23.208 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.209 [info] UploadPackV2: collected 3 objects, generating pack
23:10:23.209 [info] UploadPackV2: pack generated, 214 bytes
23:10:23.209 [info] UploadPackV2: fetch response 236 bytes
23:10:23.218 [info] UploadPackV2: processing fetch command
23:10:23.218 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.219 [info] UploadPackV2: collected 20 objects, generating pack
warning: variable "advert" is unused (if the variable is not meant to be used, prefix it with an underscore)
693 │ {advert, state} = UploadPackV2.init(repo)
│ ~~~~~~
└─ test/ex_git_objectstore/protocol/upload_pack_v2_test.exs:693:8: ExGitObjectstore.Protocol.UploadPackV2Test."test real git client validation response can be cloned by real git"/1
warning: variable "state" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
704 │ {ls_refs_response, state} = UploadPackV2.feed(state, ls_refs_data)
│ ~~~~~
└─ test/ex_git_objectstore/protocol/upload_pack_v2_test.exs:704:26: ExGitObjectstore.Protocol.UploadPackV2Test."test real git client validation response can be cloned by real git"/1
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
1130 │ <<payload::binary-size(payload_len), remaining::binary>> = rest
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_v2_test.exs:1130:34: ExGitObjectstore.Protocol.UploadPackV2Test.find_packfile_loop/1
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
1160 │ <<payload::binary-size(payload_len), rest_pkt::binary>> = rest
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_v2_test.exs:1160:34: ExGitObjectstore.Protocol.UploadPackV2Test.extract_sideband_loop/2
23:10:23.220 [info] UploadPackV2: pack generated, 1490 bytes
23:10:23.220 [info] UploadPackV2: fetch response 1512 bytes
23:10:23.234 [info] UploadPackV2: processing fetch command
23:10:23.235 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.236 [info] UploadPackV2: collected 24 objects, generating pack
23:10:23.238 [info] UploadPackV2: pack generated, 1675 bytes
23:10:23.238 [info] UploadPackV2: fetch response 1697 bytes
23:10:23.247 [info] UploadPackV2: processing fetch command
23:10:23.248 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.248 [info] UploadPackV2: collected 15 objects, generating pack
23:10:23.250 [info] UploadPackV2: pack generated, 1068 bytes
23:10:23.250 [info] UploadPackV2: fetch response 1090 bytes
.
23:10:23.258 [info] UploadPackV2: processing fetch command
.
23:10:23.259 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:10:23.260 [info] UploadPackV2: collected 20 objects, generating pack
.
23:10:23.262 [info] UploadPackV2: pack generated, 1492 bytes
.
23:10:23.262 [info] UploadPackV2: fetch response 1514 bytes
23:10:23.270 [info] UploadPackV2: processing fetch command
.
23:10:23.270 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:10:23.270 [info] UploadPackV2: collected 5 objects, generating pack
.
23:10:23.271 [info] UploadPackV2: pack generated, 424 bytes
.
23:10:23.271 [info] UploadPackV2: fetch response 446 bytes
.
23:10:23.275 [info] UploadPackV2: processing fetch command
.
23:10:23.275 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:10:23.276 [info] UploadPackV2: collected 6 objects, generating pack
23:10:23.276 [info] UploadPackV2: pack generated, 428 bytes
23:10:23.276 [info] UploadPackV2: fetch response 450 bytes
23:10:23.282 [info] UploadPackV2: processing fetch command
23:10:23.282 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:10:23.283 [info] UploadPackV2: collected 18 objects, generating pack
.
23:10:23.285 [info] UploadPackV2: pack generated, 1250 bytes
.
23:10:23.285 [info] UploadPackV2: fetch response 1272 bytes
.
23:10:23.296 [info] UploadPackV2: processing fetch command
.
23:10:23.296 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:10:23.298 [info] UploadPackV2: collected 28 objects, generating pack
.
23:10:23.300 [info] UploadPackV2: pack generated, 2080 bytes
.
23:10:23.300 [info] UploadPackV2: fetch response 2102 bytes
23:10:23.319 [info] UploadPackV2: processing fetch command
23:10:23.319 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.321 [info] UploadPackV2: collected 50 objects, generating pack
.
23:10:23.322 [info] UploadPackV2: pack generated, 3559 bytes
23:10:23.323 [info] UploadPackV2: fetch response 3581 bytes
23:10:23.337 [info] UploadPackV2: processing fetch command
23:10:23.337 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.338 [info] UploadPackV2: collected 12 objects, generating pack
..
23:10:23.338 [info] UploadPackV2: pack generated, 854 bytes
.
23:10:23.338 [info] UploadPackV2: fetch response 876 bytes
23:10:23.344 [info] UploadPackV2: processing fetch command
.
23:10:23.344 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:10:23.345 [info] UploadPackV2: collected 24 objects, generating pack
.
23:10:23.347 [info] UploadPackV2: pack generated, 1646 bytes
.
23:10:23.347 [info] UploadPackV2: fetch response 1668 bytes
.
23:10:23.357 [info] UploadPackV2: processing fetch command
23:10:23.357 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.360 [info] UploadPackV2: collected 47 objects, generating pack
23:10:23.362 [info] UploadPackV2: pack generated, 3364 bytes
23:10:23.362 [info] UploadPackV2: fetch response 3386 bytes
23:10:23.376 [info] UploadPackV2: processing fetch command
23:10:23.376 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.377 [info] UploadPackV2: collected 14 objects, generating pack
23:10:23.378 [info] UploadPackV2: pack generated, 1062 bytes
23:10:23.378 [info] UploadPackV2: fetch response 1084 bytes
23:10:23.385 [info] UploadPackV2: processing fetch command
23:10:23.385 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.387 [info] UploadPackV2: collected 36 objects, generating pack
23:10:23.388 [info] UploadPackV2: pack generated, 2530 bytes
23:10:23.388 [info] UploadPackV2: fetch response 2552 bytes
.
23:10:23.404 [info] UploadPackV2: processing fetch command
.
23:10:23.435 [info] The function passed as a handler with ID #Reference<0.2377193544.954728450.28061> is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
warning: module attribute @git_lfs_available was set but never used
63 │ @git_lfs_available (case System.cmd("git", ["lfs", "version"], stderr_to_stdout: true) do
│ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
└─ test/ex_git_objectstore/lfs/interop_s3_test.exs:63: ExGitObjectstore.Lfs.InteropS3Test (module)
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
23:10:23.446 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:10:23.447 [info] UploadPackV2: collected 8 objects, generating pack
23:10:23.448 [info] UploadPackV2: pack generated, 639 bytes
23:10:23.449 [info] UploadPackV2: fetch response 661 bytes
23:10:23.460 [info] UploadPackV2: processing fetch command
23:10:23.460 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.462 [info] UploadPackV2: collected 8 objects, generating pack
23:10:23.462 [info] UploadPackV2: pack generated, 639 bytes
23:10:23.462 [info] UploadPackV2: fetch response 661 bytes
23:10:23.470 [info] UploadPackV2: processing fetch command
23:10:23.470 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.471 [info] UploadPackV2: collected 9 objects, generating pack
23:10:23.471 [info] UploadPackV2: pack generated, 642 bytes
23:10:23.471 [info] UploadPackV2: fetch response 664 bytes
23:10:23.478 [info] UploadPackV2: processing fetch command
23:10:23.478 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.479 [info] UploadPackV2: collected 18 objects, generating pack
23:10:23.480 [info] UploadPackV2: pack generated, 1281 bytes
23:10:23.480 [info] UploadPackV2: fetch response 1303 bytes
23:10:23.487 [info] UploadPackV2: processing fetch command
23:10:23.487 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.488 [info] UploadPackV2: collected 8 objects, generating pack
23:10:23.488 [info] UploadPackV2: pack generated, 636 bytes
23:10:23.488 [info] UploadPackV2: fetch response 658 bytes
23:10:23.494 [info] UploadPackV2: processing fetch command
23:10:23.494 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.494 [info] UploadPackV2: collected 3 objects, generating pack
23:10:23.495 [info] UploadPackV2: pack generated, 214 bytes
23:10:23.495 [info] UploadPackV2: fetch response 236 bytes
23:10:23.496 [info] UploadPackV2: processing fetch command
23:10:23.497 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.498 [info] UploadPackV2: collected 5 objects, generating pack
23:10:23.498 [info] UploadPackV2: pack generated, 424 bytes
23:10:23.499 [info] UploadPackV2: fetch response 446 bytes
23:10:23.500 [info] UploadPackV2: processing fetch command
23:10:23.500 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.504 [info] UploadPackV2: collected 3 objects, generating pack
23:10:23.505 [info] UploadPackV2: pack generated, 214 bytes
.
23:10:23.505 [info] UploadPackV2: fetch response 236 bytes
23:10:23.515 [info] UploadPackV2: processing fetch command
.
23:10:23.516 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:10:23.518 [info] UploadPackV2: collected 29 objects, generating pack
23:10:23.519 [info] UploadPackV2: pack generated, 2084 bytes
.
23:10:23.519 [info] UploadPackV2: fetch response 2106 bytes
.
23:10:23.529 [info] UploadPackV2: processing fetch command
.
23:10:23.529 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:10:23.530 [info] UploadPackV2: collected 11 objects, generating pack
.
23:10:23.531 [info] UploadPackV2: pack generated, 853 bytes
.
23:10:23.531 [info] UploadPackV2: fetch response 875 bytes
.
23:10:23.537 [info] UploadPackV2: processing fetch command
.
23:10:23.537 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.540 [info] UploadPackV2: collected 21 objects, generating pack
23:10:23.542 [info] UploadPackV2: pack generated, 1463 bytes
23:10:23.542 [info] UploadPackV2: fetch response 1485 bytes
23:10:23.561 [info] UploadPackV2: processing fetch command
23:10:23.561 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.561 [info] UploadPackV2: collected 8 objects, generating pack
23:10:23.562 [info] UploadPackV2: pack generated, 636 bytes
23:10:23.562 [info] UploadPackV2: fetch response 658 bytes
23:10:23.565 [info] UploadPackV2: processing fetch command
23:10:23.566 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.567 [info] UploadPackV2: collected 8 objects, generating pack
23:10:23.567 [info] UploadPackV2: pack generated, 639 bytes
23:10:23.567 [info] UploadPackV2: fetch response 661 bytes
23:10:23.571 [info] UploadPackV2: processing fetch command
23:10:23.572 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.572 [info] UploadPackV2: collected 3 objects, generating pack
23:10:23.572 [info] UploadPackV2: pack generated, 214 bytes
23:10:23.572 [info] UploadPackV2: fetch response 236 bytes
23:10:23.576 [info] UploadPackV2: processing fetch command
23:10:23.576 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.579 [info] UploadPackV2: collected 15 objects, generating pack
23:10:23.579 [info] UploadPackV2: pack generated, 1068 bytes
23:10:23.580 [info] UploadPackV2: fetch response 1090 bytes
23:10:23.599 [info] UploadPackV2: processing fetch command
23:10:23.605 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.613 [info] UploadPackV2: collected 20 objects, generating pack
23:10:23.614 [info] UploadPackV2: pack generated, 1490 bytes
23:10:23.614 [info] UploadPackV2: fetch response 1512 bytes
23:10:23.644 [info] UploadPackV2: processing fetch command
warning: the variable "split_point" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
218 │ <<part1::binary-size(split_point), part2::binary>> = full_data
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:218:28: ExGitObjectstore.Protocol.UploadPackTest."test buffering split data handles clone data split across two feed calls"/1
warning: the variable "s1" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
259 │ <<p1::binary-size(s1), rest::binary>> = full_data
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:259:25: ExGitObjectstore.Protocol.UploadPackTest."test buffering split data handles clone data split into three feed calls"/1
warning: the variable "s2" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
260 │ <<p2::binary-size(s2 - s1), p3::binary>> = rest
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:260:25: ExGitObjectstore.Protocol.UploadPackTest."test buffering split data handles clone data split into three feed calls"/1
warning: the variable "s1" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
260 │ <<p2::binary-size(s2 - s1), p3::binary>> = rest
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:260:30: ExGitObjectstore.Protocol.UploadPackTest."test buffering split data handles clone data split into three feed calls"/1
warning: the variable "split_point" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
321 │ <<part1::binary-size(split_point), part2::binary>> = full_data
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:321:28: ExGitObjectstore.Protocol.UploadPackTest."test buffering split data handles fetch with haves split across feeds"/1
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
360 │ <<payload::binary-size(payload_len), after_pkt::binary>> = rest
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:360:28: ExGitObjectstore.Protocol.UploadPackTest.extract_pkt_payload/3
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
224 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = pack_data
│ ~
└─ test/ex_git_objectstore/fsck_test.exs:224:25: ExGitObjectstore.FsckTest."test detects corrupted pack checksum"/1
23:10:23.644 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.644 [info] UploadPackV2: collected 6 objects, generating pack
23:10:23.645 [info] UploadPackV2: pack generated, 428 bytes
23:10:23.646 [info] UploadPackV2: fetch response 450 bytes
23:10:23.656 [info] UploadPackV2: processing fetch command
23:10:23.657 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.661 [info] UploadPackV2: collected 28 objects, generating pack
23:10:23.662 [info] UploadPackV2: pack generated, 2087 bytes
23:10:23.662 [info] UploadPackV2: fetch response 2109 bytes
23:10:23.688 [info] UploadPackV2: processing fetch command
23:10:23.688 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.689 [info] UploadPackV2: collected 18 objects, generating pack
23:10:23.690 [info] UploadPackV2: pack generated, 1281 bytes
23:10:23.690 [info] UploadPackV2: fetch response 1303 bytes
23:10:23.696 [info] UploadPackV2: processing fetch command
23:10:23.697 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.698 [info] UploadPackV2: collected 29 objects, generating pack
23:10:23.699 [info] UploadPackV2: pack generated, 2085 bytes
23:10:23.699 [info] UploadPackV2: fetch response 2107 bytes
23:10:23.709 [info] UploadPackV2: processing fetch command
23:10:23.709 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.710 [info] UploadPackV2: collected 5 objects, generating pack
23:10:23.710 [info] UploadPackV2: pack generated, 424 bytes
23:10:23.710 [info] UploadPackV2: fetch response 446 bytes
23:10:23.716 [info] UploadPackV2: processing fetch command
23:10:23.716 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.719 [info] UploadPackV2: collected 36 objects, generating pack
23:10:23.720 [info] UploadPackV2: pack generated, 2530 bytes
.
23:10:23.720 [info] UploadPackV2: fetch response 2552 bytes
23:10:23.734 [info] UploadPackV2: processing fetch command
23:10:23.734 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.738 [info] UploadPackV2: collected 32 objects, generating pack
23:10:23.745 [info] UploadPackV2: pack generated, 2293 bytes
.
23:10:23.745 [info] UploadPackV2: fetch response 2315 bytes
23:10:23.770 [info] UploadPackV2: processing fetch command
23:10:23.770 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:10:23.774 [info] UploadPackV2: collected 5 objects, generating pack
23:10:23.775 [info] UploadPackV2: pack generated, 424 bytes
23:10:23.775 [info] UploadPackV2: fetch response 446 bytes
............................................................................
23:10:25.491 [info] UploadPackV2: processing fetch command
23:10:25.491 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:25.498 [info] UploadPackV2: reused pack 12135 bytes, 160 objects
23:10:25.498 [info] UploadPackV2: fetch response 12157 bytes
..........
23:10:25.671 [info] UploadPackV2: processing ls-refs command
.
23:10:25.672 [info] UploadPackV2: processing ls-refs command
......................................
23:10:25.790 [info] UploadPackV2: processing fetch command
.
23:10:25.790 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:25.799 [info] UploadPackV2: collected 32 objects, generating pack
..
23:10:25.909 [info] UploadPackV2: pack generated, 2459814 bytes
23:10:25.915 [info] UploadPackV2: fetch response 2460021 bytes
23:10:25.916 [info] UploadPackV2: processing fetch command
23:10:25.916 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:25.926 [info] UploadPackV2: collected 32 objects, streaming pack
23:10:26.044 [info] UploadPackV2: streamed pack 2459814 bytes, 32 objects
.
23:10:26.045 [info] UploadPackV2: fetch streamed 2459814 pack bytes, 32 objects
23:10:26.049 [info] UploadPackV2: processing fetch command
23:10:26.049 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:26.050 [info] UploadPackV2: collected 15 objects, generating pack
23:10:26.051 [info] UploadPackV2: pack generated, 984 bytes
23:10:26.051 [info] UploadPackV2: fetch response 1006 bytes
23:10:26.051 [info] UploadPackV2: processing fetch command
23:10:26.051 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:26.052 [info] UploadPackV2: collected 15 objects, streaming pack
23:10:26.054 [info] UploadPackV2: streamed pack 984 bytes, 15 objects
23:10:26.054 [info] UploadPackV2: fetch streamed 984 pack bytes, 15 objects
warning: the variable "n" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
218 │ <<head::binary-size(n), rest::binary>> = bin
│ ~
└─ test/ex_git_objectstore/protocol/receive_pack_streaming_test.exs:218:25: ExGitObjectstore.Protocol.ReceivePackStreamingTest.chunkify/2
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
35 │ test "symrefs resolves HEAD to its target branch", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_capabilities_test.exs:35:67: ExGitObjectstore.Integration.UploadPackV2CapabilitiesTest."test ls-refs symrefs resolves HEAD to its target branch"/1
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
60 │ test "peel exposes annotated tag targets", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_capabilities_test.exs:60:59: ExGitObjectstore.Integration.UploadPackV2CapabilitiesTest."test ls-refs peel exposes annotated tag targets"/1
23:10:26.168 [info] UploadPackV2: processing fetch command
23:10:26.169 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:26.178 [info] UploadPackV2: collected 32 objects, streaming pack
23:10:26.300 [info] UploadPackV2: streamed pack 2459751 bytes, 32 objects
23:10:26.300 [info] UploadPackV2: fetch streamed 2459751 pack bytes, 32 objects
..............................................
23:10:26.646 [info] UploadPackV2: processing fetch command
23:10:26.646 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:26.671 [info] UploadPackV2: collected 600 objects, generating pack
23:10:26.681 [info] UploadPackV2: pack generated, 39862 bytes
23:10:26.681 [info] UploadPackV2: fetch response 39884 bytes
.
23:10:26.721 [info] UploadPackV2: processing fetch command
.
23:10:26.722 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:26.722 [info] UploadPackV2: collected 3 objects, generating pack
.
23:10:26.722 [info] UploadPackV2: pack generated, 195 bytes
.
23:10:26.722 [info] UploadPackV2: fetch response 217 bytes
.
23:10:26.723 [info] UploadPackV2: processing fetch command
23:10:26.723 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:26.723 [info] UploadPackV2: collected 3 objects, generating pack
.
23:10:26.723 [info] UploadPackV2: pack generated, 191 bytes
.
23:10:26.723 [info] UploadPackV2: fetch response 213 bytes
23:10:26.728 [info] UploadPackV2: processing fetch command
23:10:26.728 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:26.730 [info] UploadPackV2: collected 3 objects, generating pack
23:10:26.731 [info] UploadPackV2: pack generated, 223 bytes
23:10:26.731 [info] UploadPackV2: fetch response 245 bytes
.
23:10:26.740 [error] UploadPackV2: parse_command failed: {:unknown_command, "invalid"}
23:10:26.745 [info] UploadPackV2: processing fetch command
23:10:26.745 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
23:10:26.746 [info] UploadPackV2: fetch response 73 bytes
23:10:26.746 [info] UploadPackV2: processing fetch command
23:10:26.746 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
23:10:26.747 [info] UploadPackV2: fetch streamed 0 pack bytes, 0 objects
23:10:26.755 [info] UploadPackV2: processing fetch command
23:10:26.756 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:26.759 [info] UploadPackV2: collected 3 objects, streaming pack
23:10:26.768 [info] UploadPackV2: streamed pack 71878 bytes, 3 objects
23:10:26.768 [info] UploadPackV2: fetch streamed 71878 pack bytes, 3 objects
23:10:26.771 [error] UploadPackV2: parse_command failed: {:invalid_pkt_hex, "garb"}
23:10:26.772 [info] UploadPackV2: processing fetch command
23:10:26.772 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:26.772 [info] UploadPackV2: collected 3 objects, streaming pack
23:10:26.772 [info] UploadPackV2: streamed pack 199 bytes, 3 objects
23:10:26.772 [info] UploadPackV2: fetch streamed 199 pack bytes, 3 objects
.
23:10:26.961 [info] UploadPackV2: processing ls-refs command
23:10:26.964 [info] UploadPackV2: processing fetch command
23:10:26.965 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:26.969 [info] UploadPackV2: collected 3 objects, generating pack
23:10:26.970 [info] UploadPackV2: pack generated, 210 bytes
23:10:26.970 [info] UploadPackV2: fetch response 232 bytes
.
23:10:27.152 [info] UploadPackV2: processing fetch command
23:10:27.152 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:27.155 [info] UploadPackV2: collected 90 objects, generating pack
23:10:27.157 [info] UploadPackV2: pack generated, 5946 bytes
.
23:10:27.157 [info] UploadPackV2: fetch response 5968 bytes
.
23:10:27.183 [info] UploadPackV2: processing fetch command
23:10:27.183 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:27.189 [info] UploadPackV2: collected 15 objects, generating pack
.
23:10:27.189 [info] UploadPackV2: pack generated, 984 bytes
.
23:10:27.189 [info] UploadPackV2: fetch response 1006 bytes
23:10:27.192 [info] UploadPackV2: processing fetch command
23:10:27.192 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:27.194 [info] UploadPackV2: collected 0 objects, generating pack
23:10:27.194 [info] UploadPackV2: pack generated, 32 bytes
23:10:27.194 [info] UploadPackV2: fetch response 54 bytes
warning: the variable "mid" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
207 │ <<before::binary-size(mid), byte, after_bytes::binary>> = pack_data
│ ~
└─ test/ex_git_objectstore/pack/reader_test.exs:207:29: ExGitObjectstore.Pack.ReaderTest."test spec compliance - pack checksum verification verify_pack_checksum detects corruption"/1
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
225 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = pack_data
│ ~
└─ test/ex_git_objectstore/pack/reader_test.exs:225:27: ExGitObjectstore.Pack.ReaderTest."test spec compliance - pack checksum verification parse rejects pack with corrupted checksum"/1
23:10:27.198 [info] UploadPackV2: processing fetch command
23:10:27.198 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:27.199 [info] UploadPackV2: collected 3 objects, generating pack
23:10:27.200 [info] UploadPackV2: pack generated, 195 bytes
23:10:27.200 [info] UploadPackV2: fetch response 217 bytes
23:10:27.264 [info] UploadPackV2: processing fetch command
23:10:27.264 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:27.286 [info] UploadPackV2: collected 700 objects, generating pack
23:10:27.298 [info] UploadPackV2: pack generated, 48139 bytes
23:10:27.298 [info] UploadPackV2: fetch response 48161 bytes
...
23:10:27.354 [info] UploadPackV2: processing fetch command
.
23:10:27.354 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:27.354 [info] UploadPackV2: collected 3 objects, generating pack
.
23:10:27.354 [info] UploadPackV2: pack generated, 191 bytes
.
23:10:27.354 [info] UploadPackV2: fetch response 213 bytes
23:10:27.355 [info] UploadPackV2: processing fetch command
.
23:10:27.355 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:27.356 [info] UploadPackV2: collected 6 objects, generating pack
.
23:10:27.356 [info] UploadPackV2: pack generated, 414 bytes
....
23:10:27.356 [info] UploadPackV2: fetch response 436 bytes
.
23:10:27.358 [info] UploadPackV2: processing fetch command
.
23:10:27.358 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:27.359 [info] UploadPackV2: collected 9 objects, streaming pack
.
23:10:27.359 [info] UploadPackV2: streamed pack 627 bytes, 9 objects
.
23:10:27.359 [info] UploadPackV2: fetch streamed 627 pack bytes, 9 objects
.
23:10:27.361 [info] UploadPackV2: processing fetch command
.
23:10:27.361 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:27.361 [info] UploadPackV2: collected 3 objects, generating pack
.
23:10:27.361 [info] UploadPackV2: pack generated, 191 bytes
.
23:10:27.361 [info] UploadPackV2: fetch response 213 bytes
.
23:10:27.362 [info] UploadPackV2: processing ls-refs command
.
23:10:27.363 [info] UploadPackV2: processing fetch command
.
23:10:27.363 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:27.363 [info] UploadPackV2: collected 3 objects, generating pack
.
23:10:27.364 [info] UploadPackV2: pack generated, 206 bytes
.
23:10:27.364 [info] UploadPackV2: fetch response 228 bytes
.
23:10:27.365 [info] UploadPackV2: processing ls-refs command
.
23:10:27.366 [info] UploadPackV2: processing ls-refs command
.
23:10:27.368 [info] UploadPackV2: processing fetch command
.
23:10:27.368 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:10:27.369 [info] UploadPackV2: collected 3 objects, generating pack
.
23:10:27.369 [info] UploadPackV2: pack generated, 194 bytes
.
23:10:27.369 [info] UploadPackV2: fetch response 216 bytes
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:invalid, "content")
given types:
-:invalid-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
431 │ Object.encode_raw_from_type(:invalid, "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:431:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types :invalid atom raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:foo, "content")
given types:
-:foo-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
437 │ Object.encode_raw_from_type(:foo, "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:437:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types :foo atom raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:bar, "content")
given types:
-:bar-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
443 │ Object.encode_raw_from_type(:bar, "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:443:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types :bar atom raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:object, "content")
given types:
-:object-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
449 │ Object.encode_raw_from_type(:object, "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:449:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types :object atom raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:delta, "content")
given types:
-:delta-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
455 │ Object.encode_raw_from_type(:delta, "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:455:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types :delta atom raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:ofs_delta, "content")
given types:
-:ofs_delta-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
462 │ Object.encode_raw_from_type(:ofs_delta, "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:462:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types :ofs_delta atom raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:ref_delta, "content")
given types:
-:ref_delta-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
468 │ Object.encode_raw_from_type(:ref_delta, "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:468:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types :ref_delta atom raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type("blob", "content")
given types:
-binary()-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
474 │ Object.encode_raw_from_type("blob", "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:474:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types non-atom type raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:blob, 12345)
given types:
:blob, -integer()-
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
480 │ Object.encode_raw_from_type(:blob, 12_345)
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:480:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types non-binary content raises FunctionClauseError"/1
.............................................................................................................................................................................
23:10:28.935 [info] UploadPackV2: processing fetch command
23:10:28.935 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:28.940 [info] UploadPackV2: reused pack 12223 bytes, 160 objects
23:10:28.940 [info] UploadPackV2: fetch response 12245 bytes
.............
23:10:30.490 [info] UploadPackV2: processing fetch command
23:10:30.490 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:30.508 [info] UploadPackV2: collected 163 objects, generating pack
23:10:30.517 [info] UploadPackV2: pack generated, 15097 bytes
23:10:30.518 [info] UploadPackV2: fetch response 15119 bytes
.............................................................
23:10:35.870 [info] UploadPackV2: processing ls-refs command
23:10:35.873 [info] UploadPackV2: processing fetch command
23:10:35.873 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:35.873 [info] UploadPackV2: collected 3 objects, generating pack
23:10:35.873 [info] UploadPackV2: pack generated, 183 bytes
23:10:35.873 [info] UploadPackV2: fetch response 205 bytes
.
23:10:35.912 [info] UploadPackV2: processing ls-refs command
23:10:35.915 [info] UploadPackV2: processing fetch command
23:10:35.915 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:35.916 [info] UploadPackV2: collected 15 objects, generating pack
23:10:35.916 [info] UploadPackV2: pack generated, 919 bytes
23:10:35.916 [info] UploadPackV2: fetch response 941 bytes
.
23:10:35.954 [info] UploadPackV2: processing ls-refs command
23:10:35.957 [info] UploadPackV2: processing fetch command
23:10:35.957 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:35.957 [info] UploadPackV2: collected 6 objects, generating pack
23:10:35.957 [info] UploadPackV2: pack generated, 366 bytes
23:10:35.957 [info] UploadPackV2: fetch response 388 bytes
23:10:35.989 [info] UploadPackV2: processing ls-refs command
.
23:10:36.021 [info] UploadPackV2: processing ls-refs command
23:10:36.023 [info] UploadPackV2: processing fetch command
23:10:36.023 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.028 [info] UploadPackV2: collected 180 objects, generating pack
23:10:36.030 [info] UploadPackV2: pack generated, 11106 bytes
23:10:36.030 [info] UploadPackV2: fetch response 11128 bytes
.
23:10:36.127 [info] UploadPackV2: processing fetch command
23:10:36.127 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.128 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.128 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.128 [info] UploadPackV2: fetch response 205 bytes
..
23:10:36.190 [info] UploadPackV2: processing ls-refs command
23:10:36.192 [info] UploadPackV2: processing fetch command
23:10:36.192 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.193 [info] UploadPackV2: collected 9 objects, generating pack
23:10:36.193 [info] UploadPackV2: pack generated, 549 bytes
23:10:36.193 [info] UploadPackV2: fetch response 571 bytes
23:10:36.224 [info] UploadPackV2: processing ls-refs command
.
23:10:36.289 [info] UploadPackV2: processing ls-refs command
23:10:36.290 [info] UploadPackV2: processing fetch command
23:10:36.290 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.296 [info] UploadPackV2: collected 240 objects, generating pack
23:10:36.300 [info] UploadPackV2: pack generated, 16258 bytes
23:10:36.300 [info] UploadPackV2: fetch response 16280 bytes
.
23:10:36.413 [info] UploadPackV2: processing ls-refs command
23:10:36.414 [info] UploadPackV2: processing fetch command
23:10:36.414 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.436 [info] UploadPackV2: collected 600 objects, generating pack
23:10:36.454 [info] UploadPackV2: pack generated, 45197 bytes
23:10:36.454 [info] UploadPackV2: fetch response 45219 bytes
.
23:10:36.601 [info] UploadPackV2: processing ls-refs command
23:10:36.602 [info] UploadPackV2: processing fetch command
23:10:36.602 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:10:36.603 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.603 [info] UploadPackV2: pack generated, 231 bytes
23:10:36.603 [info] UploadPackV2: fetch response 327 bytes
.
23:10:36.621 [info] UploadPackV2: processing fetch command
23:10:36.621 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.621 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.622 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.622 [info] UploadPackV2: fetch response 205 bytes
23:10:36.622 [info] UploadPackV2: processing fetch command
23:10:36.622 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.622 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.622 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.622 [info] UploadPackV2: fetch response 205 bytes
23:10:36.622 [info] UploadPackV2: processing fetch command
23:10:36.622 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.623 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.623 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.623 [info] UploadPackV2: fetch response 205 bytes
23:10:36.623 [info] UploadPackV2: processing fetch command
23:10:36.623 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.623 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.623 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.623 [info] UploadPackV2: fetch response 205 bytes
23:10:36.623 [info] UploadPackV2: processing fetch command
23:10:36.623 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.624 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.624 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.624 [info] UploadPackV2: fetch response 205 bytes
23:10:36.624 [info] UploadPackV2: processing fetch command
23:10:36.624 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.624 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.624 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.624 [info] UploadPackV2: fetch response 205 bytes
23:10:36.624 [info] UploadPackV2: processing fetch command
23:10:36.624 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.624 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.624 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.624 [info] UploadPackV2: fetch response 205 bytes
23:10:36.624 [info] UploadPackV2: processing fetch command
23:10:36.624 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.625 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.625 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.626 [info] UploadPackV2: fetch response 205 bytes
23:10:36.626 [info] UploadPackV2: processing fetch command
23:10:36.626 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.626 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.627 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.627 [info] UploadPackV2: fetch response 205 bytes
23:10:36.627 [info] UploadPackV2: processing fetch command
23:10:36.627 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.627 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.627 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.627 [info] UploadPackV2: fetch response 205 bytes
23:10:36.627 [info] UploadPackV2: processing fetch command
23:10:36.627 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.627 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.627 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.628 [info] UploadPackV2: fetch response 205 bytes
23:10:36.628 [info] UploadPackV2: processing fetch command
23:10:36.628 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.628 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.628 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.628 [info] UploadPackV2: fetch response 205 bytes
23:10:36.628 [info] UploadPackV2: processing fetch command
23:10:36.628 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.628 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.628 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.628 [info] UploadPackV2: fetch response 205 bytes
23:10:36.628 [info] UploadPackV2: processing fetch command
23:10:36.629 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.629 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.629 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.629 [info] UploadPackV2: fetch response 205 bytes
23:10:36.629 [info] UploadPackV2: processing fetch command
23:10:36.629 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.629 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.630 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.630 [info] UploadPackV2: fetch response 205 bytes
23:10:36.630 [info] UploadPackV2: processing fetch command
23:10:36.630 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.630 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.630 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.630 [info] UploadPackV2: fetch response 205 bytes
23:10:36.630 [info] UploadPackV2: processing fetch command
23:10:36.630 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.630 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.631 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.631 [info] UploadPackV2: fetch response 205 bytes
23:10:36.631 [info] UploadPackV2: processing fetch command
23:10:36.631 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.631 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.631 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.631 [info] UploadPackV2: fetch response 205 bytes
23:10:36.631 [info] UploadPackV2: processing fetch command
23:10:36.631 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.631 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.631 [info] UploadPackV2: pack generated, 183 bytes
.
23:10:36.631 [info] UploadPackV2: fetch response 205 bytes
23:10:36.631 [info] UploadPackV2: processing fetch command
23:10:36.632 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.632 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.632 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.632 [info] UploadPackV2: fetch response 205 bytes
23:10:36.632 [info] UploadPackV2: processing fetch command
23:10:36.632 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.632 [info] UploadPackV2: collected 3 objects, generating pack
23:10:36.632 [info] UploadPackV2: pack generated, 183 bytes
23:10:36.632 [info] UploadPackV2: fetch response 205 bytes
23:10:36.637 [info] UploadPackV2: processing fetch command
23:10:36.637 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:36.637 [info] UploadPackV2: collected 0 objects, generating pack
23:10:36.637 [info] UploadPackV2: pack generated, 32 bytes
23:10:36.637 [info] UploadPackV2: fetch response 54 bytes
.
23:10:36.881 [info] UploadPackV2: processing ls-refs command
.
23:10:36.933 [info] UploadPackV2: processing ls-refs command
....
23:10:36.942 [info] The function passed as a handler with ID "graph-query-test-16707" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
23:10:36.943 [info] The function passed as a handler with ID "graph-query-test-16771" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
23:10:36.945 [info] The function passed as a handler with ID "graph-query-test-17762" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
23:10:36.947 [info] The function passed as a handler with ID "rev-list-range-test-8196" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
23:10:36.949 [info] The function passed as a handler with ID "rev-list-range-test-8260" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.....
23:10:36.957 [info] The function passed as a handler with ID "rev-list-range-test-17794" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
....
23:10:37.017 [info] UploadPackV2: processing ls-refs command
23:10:37.018 [info] UploadPackV2: processing fetch command
23:10:37.018 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:37.018 [info] UploadPackV2: collected 6 objects, generating pack
23:10:37.019 [info] UploadPackV2: pack generated, 366 bytes
23:10:37.019 [info] UploadPackV2: fetch response 388 bytes
23:10:37.081 [info] UploadPackV2: processing ls-refs command
23:10:37.081 [info] UploadPackV2: processing fetch command
23:10:37.081 [info] UploadPackV2.handle_fetch: 1 wants, 2 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
23:10:37.081 [info] UploadPackV2: fetch response 32 bytes
23:10:37.082 [info] UploadPackV2: processing fetch command
23:10:37.082 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:37.082 [info] UploadPackV2: collected 3 objects, generating pack
23:10:37.082 [info] UploadPackV2: pack generated, 183 bytes
23:10:37.082 [info] UploadPackV2: fetch response 205 bytes
.
23:10:37.153 [info] UploadPackV2: processing ls-refs command
23:10:37.153 [info] UploadPackV2: processing fetch command
23:10:37.153 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:10:37.154 [info] UploadPackV2: collected 3 objects, generating pack
23:10:37.154 [info] UploadPackV2: pack generated, 216 bytes
23:10:37.154 [info] UploadPackV2: fetch response 346 bytes
.
23:10:37.213 [info] UploadPackV2: processing ls-refs command
23:10:37.214 [info] UploadPackV2: processing fetch command
23:10:37.214 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:37.215 [info] UploadPackV2: collected 9 objects, generating pack
23:10:37.215 [info] UploadPackV2: pack generated, 547 bytes
23:10:37.215 [info] UploadPackV2: fetch response 569 bytes
23:10:37.285 [info] UploadPackV2: processing ls-refs command
.
23:10:37.393 [info] UploadPackV2: processing ls-refs command
23:10:37.394 [info] UploadPackV2: processing fetch command
23:10:37.394 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:37.394 [info] UploadPackV2: collected 6 objects, generating pack
23:10:37.395 [info] UploadPackV2: pack generated, 365 bytes
23:10:37.395 [info] UploadPackV2: fetch response 387 bytes
23:10:39.825 [info] UploadPackV2: processing ls-refs command
.
23:10:39.909 [info] UploadPackV2: processing ls-refs command
23:10:39.910 [info] UploadPackV2: processing fetch command
23:10:39.910 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:39.911 [info] UploadPackV2: collected 6 objects, generating pack
23:10:39.911 [info] UploadPackV2: pack generated, 365 bytes
23:10:39.911 [info] UploadPackV2: fetch response 387 bytes
.
23:10:54.985 [info] UploadPackV2: processing ls-refs command
23:10:54.985 [info] UploadPackV2: processing ls-refs command
23:10:54.987 [info] UploadPackV2: processing fetch command
23:10:54.987 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:54.988 [info] UploadPackV2: collected 6 objects, generating pack
23:10:54.988 [info] UploadPackV2: pack generated, 365 bytes
23:10:54.988 [info] UploadPackV2: fetch response 387 bytes
23:10:54.989 [info] UploadPackV2: processing fetch command
23:10:54.989 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:54.990 [info] UploadPackV2: collected 6 objects, generating pack
23:10:54.990 [info] UploadPackV2: pack generated, 365 bytes
23:10:54.990 [info] UploadPackV2: fetch response 387 bytes
.
23:10:55.021 [info] UploadPackV2: processing fetch command
23:10:55.021 [info] UploadPackV2.handle_fetch: 1 wants, 3 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:55.021 [info] UploadPackV2: collected 3 objects, generating pack
23:10:55.021 [info] UploadPackV2: pack generated, 183 bytes
23:10:55.021 [info] UploadPackV2: fetch response 205 bytes
.
23:10:55.077 [info] UploadPackV2: processing ls-refs command
23:10:55.078 [info] UploadPackV2: processing fetch command
23:10:55.078 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:55.079 [info] UploadPackV2: collected 6 objects, generating pack
23:10:55.079 [info] UploadPackV2: pack generated, 365 bytes
23:10:55.079 [info] UploadPackV2: fetch response 387 bytes
23:10:55.239 [info] UploadPackV2: processing fetch command
23:10:55.239 [info] UploadPackV2.handle_fetch: 0 wants, 2 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
23:10:55.240 [info] UploadPackV2: fetch response 122 bytes
.
23:10:55.457 [info] UploadPackV2: processing ls-refs command
23:10:55.516 [info] UploadPackV2: processing fetch command
23:10:55.517 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:10:55.520 [info] UploadPackV2: collected 90 objects, generating pack
23:10:55.522 [info] UploadPackV2: pack generated, 5649 bytes
23:10:55.522 [info] UploadPackV2: fetch response 5671 bytes
23:10:58.373 [info] UploadPackV2: processing ls-refs command
............
23:11:13.677 [info] UploadPackV2: processing ls-refs command
23:11:13.678 [info] UploadPackV2: processing fetch command
23:11:13.678 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:11:13.679 [info] UploadPackV2: collected 3 objects, generating pack
23:11:13.679 [info] UploadPackV2: pack generated, 183 bytes
23:11:13.679 [info] UploadPackV2: fetch response 205 bytes
.
23:11:28.809 [info] UploadPackV2: processing ls-refs command
23:11:28.810 [info] UploadPackV2: processing fetch command
23:11:28.810 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:11:28.811 [info] UploadPackV2: collected 6 objects, generating pack
23:11:28.811 [info] UploadPackV2: pack generated, 365 bytes
23:11:28.811 [info] UploadPackV2: fetch response 387 bytes
....
23:12:29.185 [info] UploadPackV2: processing ls-refs command
23:12:29.186 [info] UploadPackV2: processing fetch command
23:12:29.186 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:12:29.187 [info] UploadPackV2: collected 6 objects, generating pack
23:12:29.187 [info] UploadPackV2: pack generated, 365 bytes
23:12:29.187 [info] UploadPackV2: fetch response 387 bytes
...
23:12:59.457 [info] UploadPackV2: processing ls-refs command
23:12:59.458 [info] UploadPackV2: processing fetch command
23:12:59.458 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:12:59.459 [info] UploadPackV2: collected 3 objects, generating pack
23:12:59.459 [info] UploadPackV2: pack generated, 201 bytes
23:12:59.459 [info] UploadPackV2: fetch response 223 bytes
.
23:13:14.593 [info] UploadPackV2: processing ls-refs command
23:13:14.594 [info] UploadPackV2: processing fetch command
23:13:14.594 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:13:14.595 [info] UploadPackV2: collected 3 objects, generating pack
23:13:14.595 [info] UploadPackV2: pack generated, 183 bytes
23:13:14.595 [info] UploadPackV2: fetch response 205 bytes
.****************.....
23:13:15.993 [info] UploadPackV2: processing ls-refs command
23:13:15.994 [info] UploadPackV2: processing fetch command
23:13:15.994 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:13:15.994 [info] UploadPackV2: collected 3 objects, generating pack
23:13:15.995 [info] UploadPackV2: pack generated, 196 bytes
23:13:15.995 [info] UploadPackV2: fetch response 218 bytes
.
23:13:16.065 [info] UploadPackV2: processing ls-refs command
23:13:16.066 [info] UploadPackV2: processing fetch command
23:13:16.066 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:13:16.067 [info] UploadPackV2: collected 15 objects, generating pack
23:13:16.067 [info] UploadPackV2: pack generated, 952 bytes
23:13:16.067 [info] UploadPackV2: fetch response 974 bytes
.
23:13:16.145 [info] UploadPackV2: processing ls-refs command
23:13:16.145 [info] UploadPackV2: processing fetch command
23:13:16.145 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:13:16.146 [info] UploadPackV2: collected 3 objects, generating pack
23:13:16.146 [info] UploadPackV2: pack generated, 200 bytes
23:13:16.146 [info] UploadPackV2: fetch response 256 bytes
.
23:13:16.205 [info] UploadPackV2: processing ls-refs command
23:13:16.206 [info] UploadPackV2: processing fetch command
23:13:16.206 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:13:16.206 [info] UploadPackV2: collected 3 objects, generating pack
23:13:16.207 [info] UploadPackV2: pack generated, 185 bytes
23:13:16.207 [info] UploadPackV2: fetch response 207 bytes
23:13:16.265 [info] UploadPackV2: processing ls-refs command
.
23:13:16.269 [info] The function passed as a handler with ID "telemetry-test-19715" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
23:13:16.270 [info] UploadPackV2: processing fetch command
23:13:16.270 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:13:16.270 [info] UploadPackV2: collected 3 objects, generating pack
23:13:16.270 [info] UploadPackV2: pack generated, 186 bytes
23:13:16.271 [info] UploadPackV2: fetch response 208 bytes
.
23:13:16.271 [info] The function passed as a handler with ID "telemetry-test-11172" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
23:13:16.271 [info] UploadPackV2: processing fetch command
23:13:16.271 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:13:16.272 [info] UploadPackV2: collected 3 objects, generating pack
23:13:16.272 [info] UploadPackV2: pack generated, 183 bytes
.
23:13:16.272 [info] UploadPackV2: fetch response 205 bytes
23:13:16.272 [info] The function passed as a handler with ID "telemetry-test-11204" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
23:13:16.272 [info] UploadPackV2: processing fetch command
23:13:16.272 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:13:16.273 [info] UploadPackV2: collected 2 objects, generating pack
23:13:16.273 [info] UploadPackV2: pack generated, 169 bytes
23:13:16.273 [info] UploadPackV2: fetch response 191 bytes
.
23:13:16.275 [info] The function passed as a handler with ID "telemetry-test-11236" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
23:13:31.336 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :start]--576460752303403742" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
23:13:31.336 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :stop]--576460752303412221" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
23:13:31.337 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :start]--576460752303412189" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
23:13:31.337 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :stop]--576460752303412157" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
23:13:31.338 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :start]--576460752303412125" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
23:13:31.338 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :stop]--576460752303412093" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
23:13:31.339 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :start]--576460752303412061" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
23:13:31.339 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :stop]--576460752303412029" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
23:13:31.385 [info] UploadPackV2: processing ls-refs command
.
23:13:31.433 [info] UploadPackV2: processing ls-refs command
.
23:13:31.485 [info] UploadPackV2: processing ls-refs command
.
23:13:31.541 [info] UploadPackV2: processing ls-refs command
23:13:31.542 [info] UploadPackV2: processing fetch command
23:13:31.542 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:13:31.543 [info] UploadPackV2: collected 3 objects, generating pack
23:13:31.543 [info] UploadPackV2: pack generated, 218 bytes
23:13:31.543 [info] UploadPackV2: fetch response 314 bytes
.
23:13:31.617 [info] UploadPackV2: processing ls-refs command
23:13:31.620 [info] UploadPackV2: processing fetch command
23:13:31.620 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:13:31.621 [info] UploadPackV2: collected 6 objects, generating pack
23:13:31.621 [info] UploadPackV2: pack generated, 513 bytes
23:13:31.621 [info] UploadPackV2: fetch response 535 bytes
.
23:13:31.693 [info] UploadPackV2: processing ls-refs command
23:13:31.694 [info] UploadPackV2: processing fetch command
23:13:31.695 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:13:31.695 [info] UploadPackV2: collected 9 objects, generating pack
23:13:31.696 [info] UploadPackV2: pack generated, 585 bytes
23:13:31.696 [info] UploadPackV2: fetch response 681 bytes
..
23:13:31.773 [info] UploadPackV2: processing ls-refs command
23:13:31.774 [info] UploadPackV2: processing fetch command
23:13:31.774 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:13:31.775 [info] UploadPackV2: collected 9 objects, generating pack
23:13:31.775 [info] UploadPackV2: pack generated, 549 bytes
23:13:31.776 [info] UploadPackV2: fetch response 571 bytes
23:13:31.799 [info] UploadPackV2: processing fetch command
23:13:31.799 [info] UploadPackV2.handle_fetch: 0 wants, 3 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
23:13:31.799 [info] UploadPackV2: fetch response 171 bytes
.
23:13:31.861 [info] UploadPackV2: processing ls-refs command
23:13:31.862 [info] UploadPackV2: processing fetch command
23:13:31.862 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:13:31.863 [info] UploadPackV2: collected 3 objects, generating pack
23:13:31.863 [info] UploadPackV2: pack generated, 216 bytes
23:13:31.863 [info] UploadPackV2: fetch response 312 bytes
23:13:31.925 [info] UploadPackV2: processing ls-refs command
23:13:31.925 [info] UploadPackV2: processing fetch command
23:13:31.926 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:13:31.926 [info] UploadPackV2: collected 12 objects, generating pack
23:13:31.927 [info] UploadPackV2: pack generated, 768 bytes
23:13:31.927 [info] UploadPackV2: fetch response 1002 bytes
.
23:13:31.993 [info] UploadPackV2: processing ls-refs command
23:13:31.994 [info] UploadPackV2: processing fetch command
23:13:31.994 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:13:31.995 [info] UploadPackV2: collected 3 objects, generating pack
23:13:31.995 [info] UploadPackV2: pack generated, 216 bytes
23:13:31.995 [info] UploadPackV2: fetch response 312 bytes
..
23:13:32.069 [info] UploadPackV2: processing ls-refs command
23:13:32.072 [info] UploadPackV2: processing fetch command
23:13:32.072 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:object_type, :commit}, send_packfile=true
23:13:32.072 [info] UploadPackV2: collected 3 objects, generating pack
23:13:32.073 [info] UploadPackV2: pack generated, 381 bytes
23:13:32.073 [info] UploadPackV2: fetch response 403 bytes
.
23:13:32.145 [info] UploadPackV2: processing ls-refs command
23:13:32.147 [info] UploadPackV2: processing fetch command
23:13:32.148 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:sparse_oid, "4f00cd9a7367fae9a753bdda17205e0f324aa8ae"}, send_packfile=true
23:13:32.148 [info] UploadPackV2: collected 5 objects, generating pack
23:13:32.149 [info] UploadPackV2: pack generated, 319 bytes
23:13:32.149 [info] UploadPackV2: fetch response 341 bytes
.
23:13:32.221 [info] UploadPackV2: processing ls-refs command
23:13:32.223 [info] UploadPackV2: processing fetch command
23:13:32.224 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:tree_depth, 0}, send_packfile=true
23:13:32.225 [info] UploadPackV2: collected 3 objects, generating pack
23:13:32.225 [info] UploadPackV2: pack generated, 381 bytes
23:13:32.225 [info] UploadPackV2: fetch response 403 bytes
.
23:13:32.297 [info] UploadPackV2: processing ls-refs command
23:13:32.300 [info] UploadPackV2: processing fetch command
23:13:32.300 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:combine, [:blob_none, {:tree_depth, 1}]}, send_packfile=true
23:13:32.301 [info] UploadPackV2: collected 6 objects, generating pack
23:13:32.301 [info] UploadPackV2: pack generated, 513 bytes
23:13:32.301 [info] UploadPackV2: fetch response 535 bytes
.
23:13:32.373 [info] UploadPackV2: processing ls-refs command
.
23:13:32.429 [info] UploadPackV2: processing ls-refs command
23:13:32.430 [info] UploadPackV2: processing fetch command
23:13:32.430 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:13:32.431 [info] UploadPackV2: collected 3 objects, generating pack
23:13:32.431 [info] UploadPackV2: pack generated, 196 bytes
23:13:32.431 [info] UploadPackV2: fetch response 218 bytes
..
23:13:47.573 [info] UploadPackV2: processing ls-refs command
23:13:47.574 [info] UploadPackV2: processing fetch command
23:13:47.574 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:13:47.575 [info] UploadPackV2: collected 3 objects, generating pack
23:13:47.575 [info] UploadPackV2: pack generated, 185 bytes
23:13:47.575 [info] UploadPackV2: fetch response 207 bytes
.
Finished in 207.1 seconds (15.3s async, 191.7s sync)
Result: 1022 passed (2 properties, 1020 tests), 16 skipped, 52 excluded
Exporting cover results ...
Run "mix test.coverage" once all exports complete
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
LCOV written to cover/lcov.info
Uploading 1 artifact(s)...
Uploaded 1 artifact(s)