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/arm64
Started: Jun 15, 2026 at 23:42 UTC Completed: Jun 15, 2026 at 23:45 UTC Duration: 3m 35s
Exit code: 0

Build Output

Using cached prepared image: anvil-prepared:cfa6aaa93a51
Compiling 1 file (.ex)
Cover compiling modules ...
Running ExUnit with seed: 959715, max_cases: 8
Excluding tags: [:s3]
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
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
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:42:26.587 [info] UploadPackV2: processing fetch command
.
23:42:26.588 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.593 [info] UploadPackV2: collected 39 objects, generating pack
.
23:42:26.594 [info] UploadPackV2: pack generated, 2336 bytes
.
23:42:26.594 [info] UploadPackV2: fetch response 2358 bytes
.
23:42:26.623 [info] UploadPackV2: processing fetch command
.
23:42:26.623 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.631 [info] UploadPackV2: collected 46 objects, generating pack
.
23:42:26.633 [info] UploadPackV2: pack generated, 2819 bytes
.
23:42:26.633 [info] UploadPackV2: fetch response 2841 bytes
.
23:42:26.654 [info] UploadPackV2: processing fetch command
.
23:42:26.654 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.658 [info] UploadPackV2: collected 19 objects, generating pack
.
23:42:26.659 [info] UploadPackV2: pack generated, 1144 bytes
.
23:42:26.659 [info] UploadPackV2: fetch response 1166 bytes
.
23:42:26.670 [info] UploadPackV2: processing fetch command
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:42:26.670 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.674 [info] UploadPackV2: collected 39 objects, generating pack
.
23:42:26.675 [info] UploadPackV2: pack generated, 2347 bytes
.
23:42:26.675 [info] UploadPackV2: fetch response 2369 bytes
.
23:42:26.684 [info] UploadPackV2: processing fetch command
.......
23:42:26.684 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.690 [info] UploadPackV2: collected 15 objects, generating pack
.
23:42:26.691 [info] UploadPackV2: pack generated, 958 bytes
.
23:42:26.691 [info] UploadPackV2: fetch response 980 bytes
.
23:42:26.696 [info] UploadPackV2: processing fetch command
.
23:42:26.696 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.698 [info] UploadPackV2: collected 30 objects, generating pack
.
23:42:26.698 [info] UploadPackV2: pack generated, 1858 bytes
.
23:42:26.699 [info] UploadPackV2: fetch response 1880 bytes
.
23:42:26.704 [info] UploadPackV2: processing fetch command
.
23:42:26.704 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.705 [info] UploadPackV2: collected 28 objects, generating pack
.
23:42:26.706 [info] UploadPackV2: pack generated, 1652 bytes
.
23:42:26.706 [info] UploadPackV2: fetch response 1674 bytes
.
23:42:26.710 [info] UploadPackV2: processing fetch command
.
23:42:26.711 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.711 [info] UploadPackV2: collected 12 objects, generating pack
.
23:42:26.712 [info] UploadPackV2: pack generated, 723 bytes
.
23:42:26.712 [info] UploadPackV2: fetch response 745 bytes
.
23:42:26.715 [info] UploadPackV2: processing fetch command
.
23:42:26.716 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.716 [info] UploadPackV2: collected 7 objects, generating pack
.
23:42:26.716 [info] UploadPackV2: pack generated, 475 bytes
.
23:42:26.717 [info] UploadPackV2: fetch response 497 bytes
.
23:42:26.720 [info] UploadPackV2: processing fetch command
.
23:42:26.720 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.722 [info] UploadPackV2: collected 16 objects, generating pack
.
23:42:26.722 [info] UploadPackV2: pack generated, 962 bytes
.
23:42:26.722 [info] UploadPackV2: fetch response 984 bytes
.
23:42:26.728 [info] UploadPackV2: processing fetch command
.
23:42:26.728 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.730 [info] UploadPackV2: collected 46 objects, generating pack
.
23:42:26.731 [info] UploadPackV2: pack generated, 2820 bytes
.
23:42:26.731 [info] UploadPackV2: fetch response 2842 bytes
.
23:42:26.766 [info] UploadPackV2: processing fetch command
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
.
23:42:26.766 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.767 [info] UploadPackV2: collected 11 objects, generating pack
.
23:42:26.768 [info] UploadPackV2: pack generated, 714 bytes
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
.
23:42:26.768 [info] UploadPackV2: fetch response 736 bytes
.
23:42:26.774 [info] UploadPackV2: processing fetch command
.
23:42:26.774 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.777 [info] UploadPackV2: collected 47 objects, generating pack
.
23:42:26.779 [info] UploadPackV2: pack generated, 2819 bytes
.
23:42:26.779 [info] UploadPackV2: fetch response 2841 bytes
.
23:42:26.800 [info] UploadPackV2: processing fetch command
.
23:42:26.800 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.801 [info] UploadPackV2: collected 8 objects, generating pack
.
23:42:26.801 [info] UploadPackV2: pack generated, 482 bytes
.
23:42:26.802 [info] UploadPackV2: fetch response 504 bytes
.
23:42:26.804 [info] UploadPackV2: processing fetch command
.
23:42:26.804 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.805 [info] UploadPackV2: collected 12 objects, generating pack
.
23:42:26.811 [info] UploadPackV2: pack generated, 723 bytes
.
23:42:26.811 [info] UploadPackV2: fetch response 745 bytes
.
23:42:26.818 [info] UploadPackV2: processing fetch command
.
23:42:26.818 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.819 [info] UploadPackV2: collected 11 objects, generating pack
.
23:42:26.825 [info] UploadPackV2: pack generated, 717 bytes
.
23:42:26.825 [info] UploadPackV2: fetch response 739 bytes
.
23:42:26.834 [info] UploadPackV2: processing fetch command
.
23:42:26.834 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:26.835 [info] UploadPackV2: collected 32 objects, generating pack
.
23:42:26.836 [info] UploadPackV2: pack generated, 1893 bytes
.
23:42:26.836 [info] UploadPackV2: fetch response 1915 bytes
.
23:42:26.883 [info] UploadPackV2: processing fetch command
.
23:42:27.310 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:27.316 [info] UploadPackV2: collected 12 objects, generating pack
.
23:42:27.317 [info] UploadPackV2: pack generated, 723 bytes
.
23:42:27.318 [info] UploadPackV2: fetch response 745 bytes
.
23:42:27.344 [info] UploadPackV2: processing fetch command
23:42:27.345 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.348 [info] UploadPackV2: collected 19 objects, generating pack
23:42:27.348 [info] UploadPackV2: pack generated, 1194 bytes
23:42:27.348 [info] UploadPackV2: fetch response 1216 bytes
23:42:27.353 [info] UploadPackV2: processing fetch command
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
23:42:27.353 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.365 [info] UploadPackV2: collected 15 objects, generating pack
23:42:27.366 [info] UploadPackV2: pack generated, 956 bytes
23:42:27.367 [info] UploadPackV2: fetch response 978 bytes
23:42:27.389 [info] UploadPackV2: processing fetch command
23:42:27.389 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.394 [info] UploadPackV2: collected 56 objects, generating pack
23:42:27.396 [info] UploadPackV2: pack generated, 3304 bytes
23:42:27.396 [info] UploadPackV2: fetch response 3326 bytes
23:42:27.422 [info] UploadPackV2: processing fetch command
23:42:27.423 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.424 [info] UploadPackV2: collected 11 objects, generating pack
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:42:27.424 [info] UploadPackV2: pack generated, 717 bytes
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)
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:42:27.424 [info] UploadPackV2: fetch response 739 bytes
23:42:27.429 [info] UploadPackV2: processing fetch command
23:42:27.430 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:27.430 [info] UploadPackV2: collected 7 objects, generating pack
.
23:42:27.431 [info] UploadPackV2: pack generated, 475 bytes
.
23:42:27.431 [info] UploadPackV2: fetch response 497 bytes
.
23:42:27.436 [info] UploadPackV2: processing fetch command
.
23:42:27.436 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:27.438 [info] UploadPackV2: collected 7 objects, generating pack
.
23:42:27.438 [info] UploadPackV2: pack generated, 475 bytes
.
23:42:27.438 [info] UploadPackV2: fetch response 497 bytes
.
23:42:27.449 [info] UploadPackV2: processing fetch command
23:42:27.449 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.459 [info] UploadPackV2: collected 58 objects, generating pack
.
23:42:27.463 [info] UploadPackV2: pack generated, 3536 bytes
.
23:42:27.463 [info] UploadPackV2: fetch response 3558 bytes
23:42:27.486 [info] UploadPackV2: processing fetch command
23:42:27.486 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.497 [info] UploadPackV2: collected 36 objects, generating pack
23:42:27.500 [info] UploadPackV2: pack generated, 2103 bytes
23:42:27.500 [info] UploadPackV2: fetch response 2125 bytes
..
23:42:27.528 [info] UploadPackV2: processing fetch command
.
23:42:27.529 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:27.536 [info] UploadPackV2: collected 55 objects, generating pack
.
23:42:27.538 [info] UploadPackV2: pack generated, 3307 bytes
23:42:27.538 [info] UploadPackV2: fetch response 3329 bytes
23:42:27.553 [info] UploadPackV2: processing fetch command
23:42:27.553 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.556 [info] UploadPackV2: collected 23 objects, generating pack
23:42:27.556 [info] UploadPackV2: pack generated, 1435 bytes
23:42:27.556 [info] UploadPackV2: fetch response 1457 bytes
23:42:27.566 [info] UploadPackV2: processing fetch command
23:42:27.566 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.574 [info] UploadPackV2: collected 20 objects, generating pack
23:42:27.575 [info] UploadPackV2: pack generated, 1203 bytes
23:42:27.575 [info] UploadPackV2: fetch response 1225 bytes
23:42:27.585 [info] UploadPackV2: processing fetch command
23:42:27.586 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.588 [info] UploadPackV2: collected 47 objects, generating pack
23:42:27.589 [info] UploadPackV2: pack generated, 2846 bytes
23:42:27.589 [info] UploadPackV2: fetch response 2868 bytes
23:42:27.600 [info] UploadPackV2: processing fetch command
23:42:27.600 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.602 [info] UploadPackV2: collected 23 objects, generating pack
23:42:27.603 [info] UploadPackV2: pack generated, 1435 bytes
23:42:27.603 [info] UploadPackV2: fetch response 1457 bytes
23:42:27.610 [info] UploadPackV2: processing fetch command
23:42:27.610 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.612 [info] UploadPackV2: collected 38 objects, generating pack
23:42:27.613 [info] UploadPackV2: pack generated, 2339 bytes
23:42:27.613 [info] UploadPackV2: fetch response 2361 bytes
23:42:27.622 [info] UploadPackV2: processing fetch command
23:42:27.622 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:27.623 [info] UploadPackV2: collected 24 objects, generating pack
.
23:42:27.623 [info] UploadPackV2: pack generated, 1411 bytes
.
23:42:27.624 [info] UploadPackV2: fetch response 1433 bytes
.
23:42:27.628 [info] UploadPackV2: processing fetch command
.
23:42:27.628 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:27.629 [info] UploadPackV2: collected 12 objects, generating pack
.
23:42:27.630 [info] UploadPackV2: pack generated, 723 bytes
23:42:27.630 [info] UploadPackV2: fetch response 745 bytes
23:42:27.634 [info] UploadPackV2: processing fetch command
23:42:27.634 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.635 [info] UploadPackV2: collected 20 objects, generating pack
.
23:42:27.635 [info] UploadPackV2: pack generated, 1203 bytes
23:42:27.635 [info] UploadPackV2: fetch response 1225 bytes
23:42:27.642 [info] UploadPackV2: processing fetch command
23:42:27.642 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.658 [info] UploadPackV2: collected 46 objects, generating pack
23:42:27.659 [info] UploadPackV2: pack generated, 2814 bytes
23:42:27.659 [info] UploadPackV2: fetch response 2836 bytes
23:42:27.669 [info] UploadPackV2: processing fetch command
23:42:27.669 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.677 [info] UploadPackV2: collected 63 objects, generating pack
23:42:27.678 [info] UploadPackV2: pack generated, 3779 bytes
23:42:27.678 [info] UploadPackV2: fetch response 3801 bytes
23:42:27.696 [info] UploadPackV2: processing fetch command
23:42:27.697 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.699 [info] UploadPackV2: collected 46 objects, generating pack
23:42:27.700 [info] UploadPackV2: pack generated, 2819 bytes
23:42:27.700 [info] UploadPackV2: fetch response 2841 bytes
23:42:27.747 [info] UploadPackV2: processing fetch command
23:42:27.747 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.752 [info] UploadPackV2: collected 40 objects, generating pack
23:42:27.754 [info] UploadPackV2: pack generated, 2372 bytes
23:42:27.754 [info] UploadPackV2: fetch response 2394 bytes
23:42:27.761 [info] UploadPackV2: processing fetch command
23:42:27.761 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.762 [info] UploadPackV2: collected 12 objects, generating pack
23:42:27.762 [info] UploadPackV2: pack generated, 723 bytes
23:42:27.762 [info] UploadPackV2: fetch response 745 bytes
23:42:27.765 [info] UploadPackV2: processing fetch command
23:42:27.765 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.766 [info] UploadPackV2: collected 11 objects, generating pack
23:42:27.766 [info] UploadPackV2: pack generated, 714 bytes
23:42:27.767 [info] UploadPackV2: fetch response 736 bytes
23:42:27.772 [info] UploadPackV2: processing fetch command
23:42:27.772 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.772 [info] UploadPackV2: collected 8 objects, generating pack
23:42:27.772 [info] UploadPackV2: pack generated, 482 bytes
23:42:27.773 [info] UploadPackV2: fetch response 504 bytes
23:42:27.777 [info] UploadPackV2: processing fetch command
23:42:27.777 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.779 [info] UploadPackV2: collected 28 objects, generating pack
23:42:27.779 [info] UploadPackV2: pack generated, 1652 bytes
23:42:27.779 [info] UploadPackV2: fetch response 1674 bytes
23:42:27.788 [info] UploadPackV2: processing fetch command
23:42:27.788 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.791 [info] UploadPackV2: collected 50 objects, generating pack
23:42:27.792 [info] UploadPackV2: pack generated, 3056 bytes
23:42:27.792 [info] UploadPackV2: fetch response 3078 bytes
23:42:27.807 [info] UploadPackV2: processing fetch command
23:42:27.807 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.809 [info] UploadPackV2: collected 31 objects, generating pack
23:42:27.814 [info] UploadPackV2: pack generated, 1866 bytes
23:42:27.894 [info] UploadPackV2: fetch response 1888 bytes
23:42:27.918 [info] UploadPackV2: processing fetch command
23:42:27.918 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.927 [info] UploadPackV2: collected 20 objects, generating pack
23:42:27.928 [info] UploadPackV2: pack generated, 1203 bytes
23:42:27.928 [info] UploadPackV2: fetch response 1225 bytes
23:42:27.943 [info] UploadPackV2: processing fetch command
23:42:27.943 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.945 [info] UploadPackV2: collected 19 objects, generating pack
23:42:27.954 [info] UploadPackV2: pack generated, 1196 bytes
23:42:27.954 [info] UploadPackV2: fetch response 1218 bytes
23:42:27.977 [info] UploadPackV2: processing fetch command
23:42:27.977 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:27.982 [info] UploadPackV2: collected 38 objects, generating pack
23:42:27.988 [info] UploadPackV2: pack generated, 2340 bytes
23:42:27.989 [info] UploadPackV2: fetch response 2362 bytes
23:42:28.011 [info] UploadPackV2: processing fetch command
23:42:28.012 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.016 [info] UploadPackV2: collected 24 objects, generating pack
23:42:28.020 [info] UploadPackV2: pack generated, 1443 bytes
23:42:28.021 [info] UploadPackV2: fetch response 1465 bytes
23:42:28.048 [info] UploadPackV2: processing fetch command
23:42:28.048 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.051 [info] UploadPackV2: collected 36 objects, generating pack
23:42:28.057 [info] UploadPackV2: pack generated, 2134 bytes
23:42:28.057 [info] UploadPackV2: fetch response 2156 bytes
23:42:28.088 [info] UploadPackV2: processing fetch command
23:42:28.088 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.093 [info] UploadPackV2: collected 24 objects, generating pack
23:42:28.097 [info] UploadPackV2: pack generated, 1411 bytes
23:42:28.097 [info] UploadPackV2: fetch response 1433 bytes
23:42:28.121 [info] UploadPackV2: processing fetch command
23:42:28.121 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.133 [info] UploadPackV2: collected 38 objects, generating pack
23:42:28.135 [info] UploadPackV2: pack generated, 2341 bytes
23:42:28.135 [info] UploadPackV2: fetch response 2363 bytes
23:42:28.149 [info] UploadPackV2: processing fetch command
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:42:28.149 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.158 [info] UploadPackV2: collected 11 objects, generating pack
23:42:28.161 [info] UploadPackV2: pack generated, 714 bytes
23:42:28.162 [info] UploadPackV2: fetch response 736 bytes
23:42:28.175 [info] UploadPackV2: processing fetch command
23:42:28.175 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.178 [info] UploadPackV2: collected 8 objects, generating pack
23:42:28.179 [info] UploadPackV2: pack generated, 482 bytes
23:42:28.179 [info] UploadPackV2: fetch response 504 bytes
23:42:28.221 [info] UploadPackV2: processing fetch command
23:42:28.223 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.225 [info] UploadPackV2: collected 7 objects, generating pack
23:42:28.226 [info] UploadPackV2: pack generated, 475 bytes
23:42:28.229 [info] UploadPackV2: fetch response 497 bytes
23:42:28.275 [info] UploadPackV2: processing fetch command
23:42:28.275 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.294 [info] UploadPackV2: collected 24 objects, generating pack
23:42:28.296 [info] UploadPackV2: pack generated, 1443 bytes
23:42:28.296 [info] UploadPackV2: fetch response 1465 bytes
23:42:28.329 [info] UploadPackV2: processing fetch command
23:42:28.329 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.345 [info] UploadPackV2: collected 15 objects, generating pack
23:42:28.349 [info] UploadPackV2: pack generated, 956 bytes
23:42:28.349 [info] UploadPackV2: fetch response 978 bytes
23:42:28.384 [info] UploadPackV2: processing fetch command
23:42:28.384 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:28.384 [info] UploadPackV2: collected 8 objects, generating pack
23:42:28.384 [info] UploadPackV2: pack generated, 482 bytes
.
23:42:28.388 [info] UploadPackV2: fetch response 504 bytes
..
23:42:28.415 [info] UploadPackV2: processing fetch command
.
23:42:28.415 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:28.419 [info] UploadPackV2: collected 20 objects, generating pack
.
23:42:28.420 [info] UploadPackV2: pack generated, 1203 bytes
.
23:42:28.420 [info] UploadPackV2: fetch response 1225 bytes
.
23:42:28.435 [info] UploadPackV2: processing fetch command
.
23:42:28.435 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:28.436 [info] UploadPackV2: collected 27 objects, generating pack
.
23:42:28.437 [info] UploadPackV2: pack generated, 1678 bytes
23:42:28.437 [info] UploadPackV2: fetch response 1700 bytes
23:42:28.443 [info] UploadPackV2: processing fetch command
23:42:28.443 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.444 [info] UploadPackV2: collected 16 objects, generating pack
23:42:28.445 [info] UploadPackV2: pack generated, 962 bytes
23:42:28.446 [info] UploadPackV2: fetch response 984 bytes
23:42:28.450 [info] UploadPackV2: processing fetch command
23:42:28.450 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.451 [info] UploadPackV2: collected 19 objects, generating pack
23:42:28.451 [info] UploadPackV2: pack generated, 1194 bytes
23:42:28.451 [info] UploadPackV2: fetch response 1216 bytes
23:42:28.463 [info] UploadPackV2: processing fetch command
23:42:28.463 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.464 [info] UploadPackV2: collected 8 objects, generating pack
.
23:42:28.464 [info] UploadPackV2: pack generated, 482 bytes
.
23:42:28.464 [info] UploadPackV2: fetch response 504 bytes
23:42:28.471 [info] UploadPackV2: processing fetch command
23:42:28.471 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.473 [info] UploadPackV2: collected 38 objects, generating pack
23:42:28.474 [info] UploadPackV2: pack generated, 2341 bytes
23:42:28.474 [info] UploadPackV2: fetch response 2363 bytes
23:42:28.481 [info] UploadPackV2: processing fetch command
23:42:28.481 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.484 [info] UploadPackV2: collected 31 objects, generating pack
23:42:28.488 [info] UploadPackV2: pack generated, 1867 bytes
23:42:28.489 [info] UploadPackV2: fetch response 1889 bytes
23:42:28.500 [info] UploadPackV2: processing fetch command
23:42:28.501 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.506 [info] UploadPackV2: collected 51 objects, generating pack
23:42:28.508 [info] UploadPackV2: pack generated, 3062 bytes
23:42:28.508 [info] UploadPackV2: fetch response 3084 bytes
23:42:28.521 [info] UploadPackV2: processing fetch command
23:42:28.521 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.524 [info] UploadPackV2: collected 24 objects, generating pack
23:42:28.525 [info] UploadPackV2: pack generated, 1443 bytes
23:42:28.525 [info] UploadPackV2: fetch response 1465 bytes
23:42:28.538 [info] UploadPackV2: processing fetch command
23:42:28.578 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.584 [info] UploadPackV2: collected 23 objects, generating pack
23:42:28.584 [info] UploadPackV2: pack generated, 1383 bytes
23:42:28.584 [info] UploadPackV2: fetch response 1405 bytes
23:42:28.594 [info] UploadPackV2: processing fetch command
23:42:28.595 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
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
23:42:28.595 [info] UploadPackV2: collected 4 objects, generating pack
23:42:28.595 [info] UploadPackV2: pack generated, 241 bytes
23:42:28.595 [info] UploadPackV2: fetch response 263 bytes
23:42:28.598 [info] UploadPackV2: processing fetch command
23:42:28.598 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.602 [info] UploadPackV2: collected 8 objects, generating pack
23:42:28.603 [info] UploadPackV2: pack generated, 482 bytes
23:42:28.603 [info] UploadPackV2: fetch response 504 bytes
23:42:28.607 [info] UploadPackV2: processing fetch command
23:42:28.607 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.612 [info] UploadPackV2: collected 23 objects, generating pack
23:42:28.613 [info] UploadPackV2: pack generated, 1404 bytes
23:42:28.613 [info] UploadPackV2: fetch response 1426 bytes
23:42:28.649 [info] UploadPackV2: processing fetch command
23:42:28.649 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.664 [info] UploadPackV2: collected 12 objects, generating pack
23:42:28.664 [info] UploadPackV2: pack generated, 723 bytes
23:42:28.664 [info] UploadPackV2: fetch response 745 bytes
23:42:28.674 [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
23:42:28.674 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.675 [info] UploadPackV2: collected 4 objects, generating pack
23:42:28.676 [info] UploadPackV2: pack generated, 241 bytes
23:42:28.676 [info] UploadPackV2: fetch response 263 bytes
23:42:28.677 [info] UploadPackV2: processing fetch command
23:42:28.677 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.680 [info] UploadPackV2: collected 7 objects, generating pack
23:42:28.681 [info] UploadPackV2: pack generated, 475 bytes
23:42:28.681 [info] UploadPackV2: fetch response 497 bytes
23:42:28.684 [info] UploadPackV2: processing fetch command
23:42:28.684 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.690 [info] UploadPackV2: collected 23 objects, generating pack
23:42:28.690 [info] UploadPackV2: pack generated, 1437 bytes
23:42:28.691 [info] UploadPackV2: fetch response 1459 bytes
23:42:28.701 [info] UploadPackV2: processing fetch command
23:42:28.701 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:28.704 [info] UploadPackV2: collected 16 objects, generating pack
23:42:28.704 [info] UploadPackV2: pack generated, 930 bytes
23:42:28.705 [info] UploadPackV2: fetch response 952 bytes
.
23:42:28.715 [info] UploadPackV2: processing fetch command
.
23:42:28.716 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:28.716 [info] UploadPackV2: collected 20 objects, generating pack
.
23:42:28.717 [info] UploadPackV2: pack generated, 1203 bytes
.
23:42:28.717 [info] UploadPackV2: fetch response 1225 bytes
.
23:42:28.722 [info] UploadPackV2: processing fetch command
.
23:42:28.722 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:28.723 [info] UploadPackV2: collected 11 objects, generating pack
23:42:28.724 [info] UploadPackV2: pack generated, 714 bytes
23:42:28.724 [info] UploadPackV2: fetch response 736 bytes
23:42:28.739 [info] UploadPackV2: processing fetch command
23:42:28.739 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.748 [info] UploadPackV2: collected 16 objects, generating pack
23:42:28.748 [info] UploadPackV2: pack generated, 962 bytes
23:42:28.749 [info] UploadPackV2: fetch response 984 bytes
23:42:28.755 [info] UploadPackV2: processing fetch command
23:42:28.755 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:28.756 [info] UploadPackV2: collected 27 objects, generating pack
23:42:28.757 [info] UploadPackV2: pack generated, 1678 bytes
23:42:28.757 [info] UploadPackV2: fetch response 1700 bytes
23:42:28.794 [info] UploadPackV2: processing fetch command
23:42:28.794 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:28.799 [info] UploadPackV2: collected 29 objects, generating pack
23:42:28.800 [info] UploadPackV2: pack generated, 2069 bytes
23:42:28.800 [info] UploadPackV2: fetch response 2091 bytes
23:42:28.829 [info] UploadPackV2: processing fetch command
23:42:28.944 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:28.999 [info] UploadPackV2: collected 34 objects, generating pack
23:42:29.006 [info] UploadPackV2: pack generated, 2510 bytes
23:42:29.006 [info] UploadPackV2: fetch response 2532 bytes
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
23:42:29.177 [info] UploadPackV2: processing fetch command
23:42:29.177 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
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
23:42:29.182 [info] UploadPackV2: collected 14 objects, generating pack
23:42:29.184 [info] UploadPackV2: pack generated, 1021 bytes
23:42:29.185 [info] UploadPackV2: fetch response 1043 bytes
23:42:29.214 [info] UploadPackV2: processing fetch command
23:42:29.217 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:29.219 [info] UploadPackV2: collected 29 objects, generating pack
23:42:29.223 [info] UploadPackV2: pack generated, 2089 bytes
23:42:29.224 [info] UploadPackV2: fetch response 2111 bytes
23:42:29.260 [info] UploadPackV2: processing fetch command
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
151 │ <<before::binary-size(mid), byte, after_bytes::binary>> = pack_data
│ ~
└─ test/ex_git_objectstore/pack/reader_test.exs:151:29: ExGitObjectstore.Pack.ReaderTest."test spec compliance - pack checksum verification verify_pack_checksum detects corruption"/1
23:42:29.260 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
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
169 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = pack_data
│ ~
└─ test/ex_git_objectstore/pack/reader_test.exs:169:27: ExGitObjectstore.Pack.ReaderTest."test spec compliance - pack checksum verification parse rejects pack with corrupted checksum"/1
23:42:29.263 [info] UploadPackV2: collected 11 objects, generating pack
23:42:29.266 [info] UploadPackV2: pack generated, 853 bytes
23:42:29.266 [info] UploadPackV2: fetch response 875 bytes
.
23:42:29.289 [info] UploadPackV2: processing fetch command
.
23:42:29.291 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:42:29.292 [info] UploadPackV2: collected 22 objects, generating pack
.
23:42:29.293 [info] UploadPackV2: pack generated, 1657 bytes
.
23:42:29.294 [info] UploadPackV2: fetch response 1679 bytes
.
23:42:29.294 [info] UploadPackV2: processing ls-refs command
.
23:42:29.308 [info] UploadPackV2: processing fetch command
.
23:42:29.308 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:42:29.310 [info] UploadPackV2: collected 21 objects, generating pack
.
23:42:29.311 [info] UploadPackV2: pack generated, 1463 bytes
.
23:42:29.311 [info] UploadPackV2: fetch response 1485 bytes
.
23:42:29.318 [info] UploadPackV2: processing fetch command
.
23:42:29.318 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:42:29.327 [info] UploadPackV2: collected 9 objects, generating pack
.
23:42:29.329 [info] UploadPackV2: pack generated, 642 bytes
.
23:42:29.330 [info] UploadPackV2: fetch response 664 bytes
.
23:42:29.379 [info] UploadPackV2: processing fetch command
.
23:42:29.382 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:42:29.386 [info] UploadPackV2: collected 5 objects, generating pack
.
23:42:29.387 [info] UploadPackV2: pack generated, 424 bytes
.
23:42:29.387 [info] UploadPackV2: fetch response 446 bytes
.
23:42:29.397 [info] UploadPackV2: processing fetch command
.
23:42:29.397 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:42:29.399 [info] UploadPackV2: collected 12 objects, generating pack
.
23:42:29.401 [info] UploadPackV2: pack generated, 854 bytes
.
23:42:29.402 [info] UploadPackV2: fetch response 876 bytes
.
23:42:29.453 [info] UploadPackV2: processing fetch command
.
23:42:29.454 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:42:29.490 [info] UploadPackV2: collected 34 objects, generating pack
.
23:42:29.494 [info] UploadPackV2: pack generated, 2511 bytes
.
23:42:29.495 [info] UploadPackV2: fetch response 2533 bytes
..
23:42:29.528 [info] UploadPackV2: processing fetch command
.
23:42:29.528 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
...........
23:42:29.660 [info] UploadPackV2: processing fetch command
23:42:29.660 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:29.675 [info] UploadPackV2: collected 8 objects, generating pack
23:42:29.676 [info] UploadPackV2: pack generated, 636 bytes
23:42:29.680 [info] UploadPackV2: collected 700 objects, generating pack
23:42:29.678 [info] UploadPackV2: fetch response 658 bytes
23:42:29.676 [info] The function passed as a handler with ID "test-#Reference<0.1154658394.4293394434.207683>" 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:42:29.740 [info] UploadPackV2: pack generated, 48139 bytes
.
23:42:29.741 [info] UploadPackV2: fetch response 48161 bytes
..
23:42:29.823 [info] UploadPackV2: processing fetch command
23:42:29.825 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:42:29.834 [info] The function passed as a handler with ID "test-fail-#Reference<0.1154658394.4293394434.208558>" 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:42:29.873 [info] UploadPackV2: collected 35 objects, generating pack
23:42:29.879 [info] UploadPackV2: pack generated, 2507 bytes
23:42:29.880 [info] UploadPackV2: fetch response 2529 bytes
23:42:30.029 [info] UploadPackV2: processing fetch command
23:42:30.029 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:30.032 [info] UploadPackV2: collected 6 objects, generating pack
23:42:30.032 [info] UploadPackV2: pack generated, 428 bytes
23:42:30.033 [info] UploadPackV2: fetch response 450 bytes
23:42:30.042 [info] UploadPackV2: processing fetch command
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
23:42:30.042 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:42:30.044 [info] UploadPackV2: collected 9 objects, generating pack
23:42:30.045 [info] UploadPackV2: pack generated, 642 bytes
.
23:42:30.045 [info] UploadPackV2: fetch response 664 bytes
23:42:30.055 [info] The function passed as a handler with ID #Reference<0.1154658394.4293656580.7767> 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:42:30.078 [error] UploadPackV2: parse_command failed: {:invalid_pkt_hex, "garb"}
.
23:42:30.090 [info] UploadPackV2: processing fetch command
.
23:42:30.091 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:30.095 [info] UploadPackV2: processing ls-refs command
23:42:30.095 [info] UploadPackV2: processing ls-refs command
.
23:42:30.096 [info] UploadPackV2: collected 8 objects, generating pack
.
23:42:30.096 [info] UploadPackV2: pack generated, 639 bytes
.
23:42:30.097 [info] UploadPackV2: fetch response 661 bytes
.
23:42:30.106 [info] UploadPackV2: processing fetch command
.
23:42:30.106 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:30.112 [info] UploadPackV2: collected 6 objects, generating pack
.
23:42:30.112 [info] UploadPackV2: pack generated, 414 bytes
.
23:42:30.113 [info] UploadPackV2: fetch response 436 bytes
.
23:42:30.125 [info] UploadPackV2: processing fetch command
.
23:42:30.125 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:30.133 [info] UploadPackV2: collected 9 objects, streaming pack
.
23:42:30.137 [info] UploadPackV2: processing fetch command
.
23:42:30.137 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:42:30.140 [info] UploadPackV2: collected 24 objects, generating pack
.
23:42:30.142 [info] UploadPackV2: streamed pack 627 bytes, 9 objects
........
23:42:30.144 [info] UploadPackV2: pack generated, 1677 bytes
.
23:42:30.145 [info] UploadPackV2: fetch response 1699 bytes
.
23:42:30.144 [info] UploadPackV2: fetch streamed 627 pack bytes, 9 objects
23:42:30.160 [info] UploadPackV2: processing fetch command
23:42:30.160 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:30.161 [info] UploadPackV2: collected 9 objects, generating pack
23:42:30.161 [info] UploadPackV2: pack generated, 642 bytes
23:42:30.161 [info] UploadPackV2: fetch response 664 bytes
23:42:30.182 [info] UploadPackV2: processing fetch command
23:42:30.182 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:30.183 [info] UploadPackV2: collected 14 objects, generating pack
23:42:30.183 [info] UploadPackV2: pack generated, 1062 bytes
23:42:30.184 [info] UploadPackV2: fetch response 1084 bytes
23:42:30.192 [info] UploadPackV2: processing fetch command
23:42:30.192 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:30.193 [info] UploadPackV2: collected 11 objects, generating pack
23:42:30.193 [info] UploadPackV2: pack generated, 851 bytes
23:42:30.193 [info] UploadPackV2: fetch response 873 bytes
23:42:30.204 [info] UploadPackV2: processing fetch command
23:42:30.204 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:30.211 [info] UploadPackV2: collected 42 objects, generating pack
23:42:30.276 [info] UploadPackV2: pack generated, 2926 bytes
23:42:30.276 [info] UploadPackV2: fetch response 2948 bytes
23:42:30.296 [info] UploadPackV2: processing fetch command
23:42:30.296 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:30.296 [info] UploadPackV2: collected 8 objects, generating pack
23:42:30.297 [info] UploadPackV2: pack generated, 639 bytes
23:42:30.297 [info] UploadPackV2: fetch response 661 bytes
23:42:30.305 [info] UploadPackV2: processing fetch command
23:42:30.305 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:30.309 [info] UploadPackV2: collected 5 objects, generating pack
23:42:30.310 [info] UploadPackV2: pack generated, 424 bytes
23:42:30.310 [info] UploadPackV2: fetch response 446 bytes
23:42:30.312 [info] UploadPackV2: processing fetch command
23:42:30.312 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:30.313 [info] UploadPackV2: collected 5 objects, generating pack
23:42:30.318 [info] UploadPackV2: pack generated, 424 bytes
23:42:30.318 [info] UploadPackV2: fetch response 446 bytes
23:42:30.327 [info] UploadPackV2: processing fetch command
23:42:30.327 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:30.348 [info] UploadPackV2: processing fetch command
23:42:30.348 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:30.396 [info] UploadPackV2: collected 43 objects, generating pack
23:42:30.403 [info] UploadPackV2: pack generated, 3146 bytes
23:42:30.403 [info] UploadPackV2: fetch response 3168 bytes
23:42:30.504 [info] UploadPackV2: processing fetch command
23:42:30.504 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:30.508 [info] UploadPackV2: collected 27 objects, generating pack
23:42:30.510 [info] UploadPackV2: pack generated, 1860 bytes
23:42:30.510 [info] UploadPackV2: fetch response 1882 bytes
23:42:30.544 [info] UploadPackV2: processing fetch command
23:42:30.544 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:42:30.551 [info] UploadPackV2: collected 41 objects, generating pack
23:42:30.554 [info] UploadPackV2: pack generated, 2941 bytes
23:42:30.554 [info] UploadPackV2: fetch response 2963 bytes
.........
23:42:30.605 [info] UploadPackV2: processing fetch command
.
23:42:30.605 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:30.606 [info] UploadPackV2: collected 17 objects, generating pack
.
23:42:30.606 [info] UploadPackV2: pack generated, 1276 bytes
.
23:42:30.606 [info] UploadPackV2: fetch response 1298 bytes
..
23:42:30.616 [info] UploadPackV2: collected 600 objects, generating pack
.
23:42:30.644 [info] UploadPackV2: processing fetch command
.
23:42:30.644 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
..
23:42:30.663 [info] UploadPackV2: pack generated, 39862 bytes
23:42:30.664 [info] UploadPackV2: fetch response 39884 bytes
..
23:42:30.697 [info] UploadPackV2: collected 15 objects, generating pack
..
23:42:30.698 [info] UploadPackV2: pack generated, 1068 bytes
.
23:42:30.702 [info] UploadPackV2: fetch response 1090 bytes
.......
23:42:30.755 [info] UploadPackV2: processing fetch command
.
23:42:30.755 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:42:30.757 [info] UploadPackV2: collected 35 objects, generating pack
.
23:42:30.759 [info] UploadPackV2: pack generated, 2525 bytes
..
23:42:30.759 [info] UploadPackV2: fetch response 2547 bytes
.....
23:42:30.809 [info] UploadPackV2: processing fetch command
.
23:42:30.809 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
23:42:30.810 [info] UploadPackV2: collected 17 objects, generating pack
.
23:42:30.811 [info] UploadPackV2: pack generated, 1276 bytes
.
23:42:30.812 [info] UploadPackV2: fetch response 1298 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
63 │ <<body::binary-size(body_len), checksum::binary-size(20)>> = idx_data
│ ~
└─ test/ex_git_objectstore/pack/index_test.exs:63:27: ExGitObjectstore.Pack.IndexTest."test spec compliance - checksum and sorting generated index has valid checksum"/1
.
23:42:30.854 [info] UploadPackV2: processing fetch command
23:42:30.856 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:30.859 [info] UploadPackV2: collected 3 objects, generating pack
23:42:30.860 [info] UploadPackV2: pack generated, 223 bytes
.
23:42:30.861 [info] UploadPackV2: fetch response 245 bytes
23:42:30.870 [error] UploadPackV2: parse_command failed: {:unknown_command, "invalid"}
.
23:42:30.880 [info] UploadPackV2: processing fetch command
23:42:30.881 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
23:42:30.888 [info] UploadPackV2: fetch response 73 bytes
23:42:30.889 [info] UploadPackV2: processing fetch command
23:42:30.889 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
.
23:42:30.893 [info] UploadPackV2: fetch streamed 0 pack bytes, 0 objects
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
79 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = idx_data
│ ~
└─ test/ex_git_objectstore/pack/index_test.exs:79:27: ExGitObjectstore.Pack.IndexTest."test spec compliance - checksum and sorting rejects index with corrupted checksum"/1
23:42:30.907 [info] UploadPackV2: processing fetch command
23:42:30.907 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:30.912 [info] UploadPackV2: collected 3 objects, generating pack
23:42:30.913 [info] UploadPackV2: pack generated, 191 bytes
.
23:42:30.914 [info] UploadPackV2: fetch response 213 bytes
23:42:30.924 [info] UploadPackV2: processing fetch command
23:42:30.924 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:30.926 [info] UploadPackV2: processing fetch command
.
23:42:30.926 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:30.929 [info] UploadPackV2: collected 3 objects, generating pack
23:42:30.929 [info] UploadPackV2: pack generated, 195 bytes
23:42:30.929 [info] UploadPackV2: fetch response 217 bytes
.
23:42:30.937 [info] UploadPackV2: processing fetch command
23:42:30.937 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:30.943 [info] UploadPackV2: collected 3 objects, generating pack
23:42:30.943 [info] UploadPackV2: pack generated, 191 bytes
23:42:30.944 [info] UploadPackV2: fetch response 213 bytes
23:42:30.957 [info] UploadPackV2: processing fetch command
23:42:30.957 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:30.960 [info] UploadPackV2: collected 3 objects, streaming pack
23:42:30.965 [info] UploadPackV2: streamed pack 71877 bytes, 3 objects
23:42:30.966 [info] UploadPackV2: fetch streamed 71877 pack bytes, 3 objects
.
23:42:30.983 [info] UploadPackV2: collected 28 objects, generating pack
23:42:30.985 [info] UploadPackV2: pack generated, 2084 bytes
23:42:30.985 [info] UploadPackV2: fetch response 2106 bytes
.
23:42:31.013 [info] UploadPackV2: processing fetch command
.
23:42:31.013 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:31.026 [info] UploadPackV2: collected 18 objects, generating pack
23:42:31.027 [info] UploadPackV2: pack generated, 1249 bytes
23:42:31.032 [info] UploadPackV2: fetch response 1271 bytes
23:42:31.045 [info] UploadPackV2: processing fetch command
23:42:31.046 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:31.056 [info] UploadPackV2: collected 9 objects, generating pack
23:42:31.061 [info] UploadPackV2: pack generated, 642 bytes
23:42:31.061 [info] UploadPackV2: fetch response 664 bytes
23:42:31.073 [info] UploadPackV2: processing fetch command
23:42:31.073 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:31.074 [info] UploadPackV2: collected 15 objects, generating pack
23:42:31.074 [info] UploadPackV2: pack generated, 1068 bytes
23:42:31.074 [info] UploadPackV2: fetch response 1090 bytes
23:42:31.090 [info] UploadPackV2: processing fetch command
23:42:31.090 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:31.092 [info] UploadPackV2: collected 34 objects, generating pack
23:42:31.093 [info] UploadPackV2: pack generated, 2505 bytes
23:42:31.093 [info] UploadPackV2: fetch response 2527 bytes
23:42:31.122 [info] UploadPackV2: processing fetch command
23:42:31.122 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:31.124 [info] UploadPackV2: collected 47 objects, generating pack
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:42:31.131 [info] UploadPackV2: pack generated, 3350 bytes
23:42:31.131 [info] UploadPackV2: fetch response 3372 bytes
23:42:31.151 [info] UploadPackV2: processing fetch command
23:42:31.151 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:31.159 [info] UploadPackV2: processing fetch command
23:42:31.159 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:31.164 [info] UploadPackV2: collected 34 objects, generating pack
23:42:31.169 [info] UploadPackV2: pack generated, 2510 bytes
23:42:31.169 [info] UploadPackV2: fetch response 2532 bytes
23:42:31.176 [info] UploadPackV2: collected 32 objects, streaming pack
23:42:31.195 [info] UploadPackV2: processing fetch command
23:42:31.195 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:31.202 [info] UploadPackV2: collected 30 objects, generating pack
23:42:31.206 [info] UploadPackV2: pack generated, 2102 bytes
23:42:31.206 [info] UploadPackV2: fetch response 2124 bytes
.
23:42:31.228 [info] UploadPackV2: processing fetch command
23:42:31.228 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:42:31.230 [info] UploadPackV2: collected 9 objects, generating pack
23:42:31.230 [info] UploadPackV2: pack generated, 642 bytes
23:42:31.231 [info] UploadPackV2: fetch response 664 bytes
..........
23:42:31.344 [info] UploadPackV2: streamed pack 2459752 bytes, 32 objects
23:42:31.344 [info] UploadPackV2: fetch streamed 2459752 pack bytes, 32 objects
...................................
23:42:31.563 [info] UploadPackV2: processing fetch command
.
23:42:31.563 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:31.563 [info] UploadPackV2: collected 3 objects, generating pack
23:42:31.563 [info] UploadPackV2: pack generated, 194 bytes
23:42:31.563 [info] UploadPackV2: fetch response 216 bytes
23:42:31.894 [info] UploadPackV2: processing fetch command
23:42:31.894 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:31.913 [info] UploadPackV2: collected 32 objects, generating pack
23:42:32.107 [info] UploadPackV2: pack generated, 2459815 bytes
23:42:32.112 [info] UploadPackV2: fetch response 2460022 bytes
23:42:32.112 [info] UploadPackV2: processing fetch command
23:42:32.112 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:32.129 [info] UploadPackV2: collected 32 objects, streaming pack
..
23:42:32.359 [info] UploadPackV2: streamed pack 2459815 bytes, 32 objects
23:42:32.359 [info] UploadPackV2: fetch streamed 2459815 pack bytes, 32 objects
.
23:42:32.366 [info] UploadPackV2: processing fetch command
.
23:42:32.366 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:32.366 [info] UploadPackV2: collected 0 objects, generating pack
.
23:42:32.366 [info] UploadPackV2: pack generated, 32 bytes
.
23:42:32.367 [info] UploadPackV2: fetch response 54 bytes
.
23:42:32.367 [info] UploadPackV2: processing fetch command
23:42:32.367 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:32.368 [info] UploadPackV2: collected 3 objects, generating pack
23:42:32.369 [info] UploadPackV2: pack generated, 191 bytes
23:42:32.370 [info] UploadPackV2: fetch response 213 bytes
23:42:32.371 [info] UploadPackV2: processing fetch command
.
23:42:32.371 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:32.372 [info] UploadPackV2: collected 3 objects, generating pack
.
23:42:32.373 [info] UploadPackV2: pack generated, 195 bytes
.
23:42:32.373 [info] UploadPackV2: fetch response 217 bytes
23:42:32.375 [info] UploadPackV2: processing fetch command
.
23:42:32.375 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:32.379 [info] UploadPackV2: collected 15 objects, generating pack
.
23:42:32.380 [info] UploadPackV2: pack generated, 984 bytes
.
23:42:32.380 [info] UploadPackV2: fetch response 1006 bytes
.
23:42:32.383 [info] UploadPackV2: processing ls-refs command
23:42:32.384 [info] UploadPackV2: processing fetch command
23:42:32.384 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:32.385 [info] UploadPackV2: collected 3 objects, generating pack
.
23:42:32.386 [info] UploadPackV2: pack generated, 206 bytes
.
23:42:32.386 [info] UploadPackV2: fetch response 228 bytes
.
23:42:32.403 [info] UploadPackV2: processing fetch command
.
23:42:32.403 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:32.411 [info] UploadPackV2: collected 90 objects, generating pack
.
23:42:32.416 [info] UploadPackV2: pack generated, 5946 bytes
.
23:42:32.417 [info] UploadPackV2: fetch response 5968 bytes
.
23:42:32.435 [info] UploadPackV2: processing fetch command
.
23:42:32.436 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:32.436 [info] UploadPackV2: collected 3 objects, streaming pack
.
23:42:32.438 [info] UploadPackV2: streamed pack 199 bytes, 3 objects
.
23:42:32.438 [info] UploadPackV2: fetch streamed 199 pack bytes, 3 objects
.
23:42:32.440 [info] UploadPackV2: processing fetch command
.
23:42:32.440 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:32.443 [info] UploadPackV2: collected 15 objects, generating pack
.
23:42:32.443 [info] UploadPackV2: pack generated, 984 bytes
.
23:42:32.444 [info] UploadPackV2: fetch response 1006 bytes
.
23:42:32.444 [info] UploadPackV2: processing fetch command
.
23:42:32.444 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:32.447 [info] UploadPackV2: collected 15 objects, streaming pack
.
23:42:32.451 [info] UploadPackV2: streamed pack 984 bytes, 15 objects
.
23:42:32.451 [info] UploadPackV2: fetch streamed 984 pack bytes, 15 objects
.
23:42:32.452 [info] UploadPackV2: processing ls-refs command
.
23:42:32.487 [info] UploadPackV2: processing ls-refs command
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:42:32.626 [info] UploadPackV2: processing fetch command
.
23:42:32.626 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
23:42:32.630 [info] UploadPackV2: collected 3 objects, generating pack
.
23:42:32.630 [info] UploadPackV2: pack generated, 210 bytes
.
23:42:32.631 [info] UploadPackV2: fetch response 232 bytes
....................................................................................
23:42:33.861 [warning] post_receive hook failed: "webhook failed"
............................................
23:42:34.268 [info] The function passed as a handler with ID #Reference<0.1154658394.4293656577.11127> 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: 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:42:38.837 [info] UploadPackV2: processing ls-refs command
23:42:38.839 [info] UploadPackV2: processing fetch command
23:42:38.839 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:38.840 [info] UploadPackV2: collected 9 objects, generating pack
23:42:38.840 [info] UploadPackV2: pack generated, 547 bytes
23:42:38.840 [info] UploadPackV2: fetch response 569 bytes
23:42:38.913 [info] UploadPackV2: processing ls-refs command
.
23:42:38.977 [info] UploadPackV2: processing ls-refs command
23:42:38.977 [info] UploadPackV2: processing ls-refs command
23:42:38.979 [info] UploadPackV2: processing fetch command
23:42:38.979 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:38.979 [info] UploadPackV2: processing fetch command
23:42:38.979 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:38.980 [info] UploadPackV2: collected 6 objects, generating pack
23:42:38.980 [info] UploadPackV2: pack generated, 365 bytes
23:42:38.980 [info] UploadPackV2: fetch response 387 bytes
23:42:38.980 [info] UploadPackV2: collected 6 objects, generating pack
23:42:38.981 [info] UploadPackV2: pack generated, 365 bytes
23:42:38.981 [info] UploadPackV2: fetch response 387 bytes
.
23:42:39.085 [info] UploadPackV2: processing ls-refs command
23:42:39.087 [info] UploadPackV2: processing fetch command
23:42:39.087 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:39.087 [info] UploadPackV2: collected 6 objects, generating pack
23:42:39.087 [info] UploadPackV2: pack generated, 365 bytes
23:42:39.087 [info] UploadPackV2: fetch response 387 bytes
.
23:42:54.225 [info] UploadPackV2: processing ls-refs command
23:42:54.227 [info] UploadPackV2: processing fetch command
23:42:54.227 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:54.228 [info] UploadPackV2: collected 6 objects, generating pack
23:42:54.228 [info] UploadPackV2: pack generated, 365 bytes
23:42:54.228 [info] UploadPackV2: fetch response 387 bytes
23:42:56.553 [info] UploadPackV2: processing ls-refs command
.
23:42:56.629 [info] UploadPackV2: processing ls-refs command
23:42:56.631 [info] UploadPackV2: processing fetch command
23:42:56.631 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:56.634 [info] UploadPackV2: collected 90 objects, generating pack
23:42:56.635 [info] UploadPackV2: pack generated, 5649 bytes
23:42:56.635 [info] UploadPackV2: fetch response 5671 bytes
23:42:56.957 [info] UploadPackV2: processing ls-refs command
.
23:42:57.017 [info] UploadPackV2: processing ls-refs command
23:42:57.019 [info] UploadPackV2: processing fetch command
23:42:57.019 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:57.019 [info] UploadPackV2: collected 6 objects, generating pack
23:42:57.019 [info] UploadPackV2: pack generated, 366 bytes
23:42:57.019 [info] UploadPackV2: fetch response 388 bytes
23:42:57.089 [info] UploadPackV2: processing ls-refs command
23:42:57.090 [info] UploadPackV2: processing fetch command
23:42:57.090 [info] UploadPackV2.handle_fetch: 1 wants, 2 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
23:42:57.090 [info] UploadPackV2: fetch response 32 bytes
23:42:57.090 [info] UploadPackV2: processing fetch command
23:42:57.090 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:57.091 [info] UploadPackV2: collected 3 objects, generating pack
23:42:57.091 [info] UploadPackV2: pack generated, 183 bytes
23:42:57.091 [info] UploadPackV2: fetch response 205 bytes
.
23:42:57.149 [info] UploadPackV2: processing ls-refs command
23:42:57.151 [info] UploadPackV2: processing fetch command
23:42:57.151 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:57.151 [info] UploadPackV2: collected 6 objects, generating pack
23:42:57.152 [info] UploadPackV2: pack generated, 365 bytes
23:42:57.152 [info] UploadPackV2: fetch response 387 bytes
23:42:57.168 [info] UploadPackV2: processing fetch command
23:42:57.168 [info] UploadPackV2.handle_fetch: 0 wants, 2 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
23:42:57.169 [info] UploadPackV2: fetch response 122 bytes
.
23:42:57.172 [info] UploadPackV2: processing fetch command
23:42:57.172 [info] UploadPackV2.handle_fetch: 1 wants, 3 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:57.172 [info] UploadPackV2: collected 3 objects, generating pack
.
23:42:57.172 [info] UploadPackV2: pack generated, 183 bytes
23:42:57.172 [info] UploadPackV2: fetch response 205 bytes
23:42:57.237 [info] UploadPackV2: processing ls-refs command
23:42:57.238 [info] UploadPackV2: processing fetch command
23:42:57.238 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:42:57.239 [info] UploadPackV2: collected 3 objects, generating pack
23:42:57.239 [info] UploadPackV2: pack generated, 216 bytes
23:42:57.239 [info] UploadPackV2: fetch response 346 bytes
.
23:42:57.301 [info] UploadPackV2: processing ls-refs command
23:42:57.302 [info] UploadPackV2: processing fetch command
23:42:57.303 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:57.303 [info] UploadPackV2: collected 3 objects, generating pack
23:42:57.303 [info] UploadPackV2: pack generated, 185 bytes
23:42:57.303 [info] UploadPackV2: fetch response 207 bytes
.
23:42:57.373 [info] UploadPackV2: processing ls-refs command
23:42:57.375 [info] UploadPackV2: processing fetch command
23:42:57.375 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:42:57.375 [info] UploadPackV2: collected 3 objects, generating pack
23:42:57.375 [info] UploadPackV2: pack generated, 196 bytes
23:42:57.376 [info] UploadPackV2: fetch response 218 bytes
...
23:43:12.517 [info] UploadPackV2: processing ls-refs command
.
23:43:12.573 [info] UploadPackV2: processing ls-refs command
23:43:12.575 [info] UploadPackV2: processing fetch command
23:43:12.575 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:43:12.576 [info] UploadPackV2: collected 9 objects, generating pack
23:43:12.576 [info] UploadPackV2: pack generated, 549 bytes
23:43:12.576 [info] UploadPackV2: fetch response 571 bytes
23:43:12.593 [info] UploadPackV2: processing fetch command
23:43:12.593 [info] UploadPackV2.handle_fetch: 0 wants, 3 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
23:43:12.594 [info] UploadPackV2: fetch response 171 bytes
.
23:43:12.649 [info] UploadPackV2: processing ls-refs command
23:43:12.652 [info] UploadPackV2: processing fetch command
23:43:12.652 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:sparse_oid, "4f00cd9a7367fae9a753bdda17205e0f324aa8ae"}, send_packfile=true
23:43:12.653 [info] UploadPackV2: collected 5 objects, generating pack
23:43:12.654 [info] UploadPackV2: pack generated, 319 bytes
23:43:12.654 [info] UploadPackV2: fetch response 341 bytes
.
23:43:12.725 [info] UploadPackV2: processing ls-refs command
23:43:12.727 [info] UploadPackV2: processing fetch command
23:43:12.727 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:43:12.728 [info] UploadPackV2: collected 9 objects, generating pack
23:43:12.728 [info] UploadPackV2: pack generated, 585 bytes
23:43:12.728 [info] UploadPackV2: fetch response 681 bytes
..
23:43:12.797 [info] UploadPackV2: processing ls-refs command
23:43:12.800 [info] UploadPackV2: processing fetch command
23:43:12.800 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:43:12.801 [info] UploadPackV2: collected 6 objects, generating pack
23:43:12.802 [info] UploadPackV2: pack generated, 513 bytes
23:43:12.802 [info] UploadPackV2: fetch response 535 bytes
.
23:43:12.873 [info] UploadPackV2: processing ls-refs command
23:43:12.875 [info] UploadPackV2: processing fetch command
23:43:12.875 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:43:12.875 [info] UploadPackV2: collected 3 objects, generating pack
23:43:12.876 [info] UploadPackV2: pack generated, 218 bytes
23:43:12.876 [info] UploadPackV2: fetch response 314 bytes
.
23:43:12.945 [info] UploadPackV2: processing ls-refs command
23:43:12.948 [info] UploadPackV2: processing fetch command
23:43:12.948 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:object_type, :commit}, send_packfile=true
23:43:12.949 [info] UploadPackV2: collected 3 objects, generating pack
23:43:12.949 [info] UploadPackV2: pack generated, 381 bytes
23:43:12.949 [info] UploadPackV2: fetch response 403 bytes
.
23:43:13.017 [info] UploadPackV2: processing ls-refs command
.
23:43:13.069 [info] UploadPackV2: processing ls-refs command
..
23:43:13.125 [info] UploadPackV2: processing ls-refs command
23:43:13.128 [info] UploadPackV2: processing fetch command
23:43:13.128 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:tree_depth, 0}, send_packfile=true
23:43:13.129 [info] UploadPackV2: collected 3 objects, generating pack
23:43:13.129 [info] UploadPackV2: pack generated, 381 bytes
23:43:13.129 [info] UploadPackV2: fetch response 403 bytes
.
23:43:13.197 [info] UploadPackV2: processing ls-refs command
23:43:13.199 [info] UploadPackV2: processing fetch command
23:43:13.199 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:43:13.199 [info] UploadPackV2: collected 3 objects, generating pack
23:43:13.200 [info] UploadPackV2: pack generated, 216 bytes
23:43:13.200 [info] UploadPackV2: fetch response 312 bytes
.
23:43:13.273 [info] UploadPackV2: processing ls-refs command
23:43:13.276 [info] UploadPackV2: processing fetch command
23:43:13.276 [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:43:13.277 [info] UploadPackV2: collected 6 objects, generating pack
23:43:13.277 [info] UploadPackV2: pack generated, 513 bytes
23:43:13.278 [info] UploadPackV2: fetch response 535 bytes
.
23:43:13.345 [info] UploadPackV2: processing ls-refs command
23:43:13.347 [info] UploadPackV2: processing fetch command
23:43:13.347 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:43:13.347 [info] UploadPackV2: collected 3 objects, generating pack
23:43:13.347 [info] UploadPackV2: pack generated, 216 bytes
23:43:13.347 [info] UploadPackV2: fetch response 312 bytes
23:43:13.409 [info] UploadPackV2: processing ls-refs command
23:43:13.410 [info] UploadPackV2: processing fetch command
23:43:13.410 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:43:13.411 [info] UploadPackV2: collected 12 objects, generating pack
23:43:13.411 [info] UploadPackV2: pack generated, 768 bytes
23:43:13.412 [info] UploadPackV2: fetch response 1002 bytes
.
23:43:13.469 [info] UploadPackV2: processing ls-refs command
.
23:43:13.472 [info] The function passed as a handler with ID "graph-query-test-12450" 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:43:13.474 [info] The function passed as a handler with ID "graph-query-test-12514" 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:43:13.476 [info] The function passed as a handler with ID "graph-query-test-12578" 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:43:13.492 [info] The function passed as a handler with ID "telemetry-test-13155" 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:43:13.493 [info] UploadPackV2: processing fetch command
23:43:13.494 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
23:43:13.494 [info] UploadPackV2: collected 2 objects, generating pack
.
23:43:13.494 [info] UploadPackV2: pack generated, 169 bytes
23:43:13.494 [info] UploadPackV2: fetch response 191 bytes
23:43:13.499 [info] The function passed as a handler with ID "telemetry-test-13187" 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:43:28.570 [info] The function passed as a handler with ID "telemetry-test-13477" 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:43:28.571 [info] UploadPackV2: processing fetch command
23:43:28.571 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:43:28.571 [info] UploadPackV2: collected 3 objects, generating pack
23:43:28.571 [info] UploadPackV2: pack generated, 186 bytes
23:43:28.571 [info] UploadPackV2: fetch response 208 bytes
.
23:43:28.571 [info] The function passed as a handler with ID "telemetry-test-13509" 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:43:28.572 [info] UploadPackV2: processing fetch command
23:43:28.572 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:43:28.573 [info] UploadPackV2: collected 3 objects, generating pack
23:43:28.573 [info] UploadPackV2: pack generated, 183 bytes
23:43:28.573 [info] UploadPackV2: fetch response 205 bytes
...........
23:43:28.653 [info] UploadPackV2: processing ls-refs command
23:43:28.654 [info] UploadPackV2: processing fetch command
23:43:28.654 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:43:28.654 [info] UploadPackV2: collected 3 objects, generating pack
23:43:28.654 [info] UploadPackV2: pack generated, 200 bytes
23:43:28.654 [info] UploadPackV2: fetch response 256 bytes
.
23:43:28.713 [info] UploadPackV2: processing ls-refs command
23:43:28.715 [info] UploadPackV2: processing fetch command
23:43:28.715 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:43:28.715 [info] UploadPackV2: collected 3 objects, generating pack
23:43:28.716 [info] UploadPackV2: pack generated, 185 bytes
23:43:28.716 [info] UploadPackV2: fetch response 207 bytes
23:43:28.773 [info] UploadPackV2: processing ls-refs command
.
23:43:28.841 [info] UploadPackV2: processing ls-refs command
23:43:28.843 [info] UploadPackV2: processing fetch command
23:43:28.843 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:43:28.844 [info] UploadPackV2: collected 3 objects, generating pack
23:43:28.844 [info] UploadPackV2: pack generated, 196 bytes
23:43:28.844 [info] UploadPackV2: fetch response 218 bytes
.
23:43:28.917 [info] UploadPackV2: processing ls-refs command
23:43:28.919 [info] UploadPackV2: processing fetch command
23:43:28.919 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:43:28.920 [info] UploadPackV2: collected 15 objects, generating pack
23:43:28.920 [info] UploadPackV2: pack generated, 952 bytes
23:43:28.920 [info] UploadPackV2: fetch response 974 bytes
...................
23:43:29.017 [info] UploadPackV2: processing ls-refs command
23:43:29.019 [info] UploadPackV2: processing fetch command
23:43:29.019 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:43:29.019 [info] UploadPackV2: collected 6 objects, generating pack
23:43:29.020 [info] UploadPackV2: pack generated, 365 bytes
23:43:29.020 [info] UploadPackV2: fetch response 387 bytes
.....
23:44:44.489 [info] UploadPackV2: processing ls-refs command
23:44:44.491 [info] UploadPackV2: processing fetch command
23:44:44.491 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:44:44.492 [info] UploadPackV2: collected 3 objects, generating pack
23:44:44.492 [info] UploadPackV2: pack generated, 183 bytes
23:44:44.492 [info] UploadPackV2: fetch response 205 bytes
..
23:44:59.681 [info] UploadPackV2: processing ls-refs command
23:44:59.683 [info] UploadPackV2: processing fetch command
23:44:59.683 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:44:59.683 [info] UploadPackV2: collected 3 objects, generating pack
23:44:59.683 [info] UploadPackV2: pack generated, 201 bytes
23:44:59.683 [info] UploadPackV2: fetch response 223 bytes
..
23:45:29.881 [info] UploadPackV2: processing ls-refs command
23:45:29.883 [info] UploadPackV2: processing fetch command
23:45:29.883 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:29.883 [info] UploadPackV2: collected 6 objects, generating pack
23:45:29.884 [info] UploadPackV2: pack generated, 365 bytes
23:45:29.884 [info] UploadPackV2: fetch response 387 bytes
.
23:45:29.965 [info] UploadPackV2: processing ls-refs command
23:45:29.967 [info] UploadPackV2: processing fetch command
23:45:29.967 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:29.967 [info] UploadPackV2: collected 3 objects, generating pack
23:45:29.967 [info] UploadPackV2: pack generated, 183 bytes
23:45:29.967 [info] UploadPackV2: fetch response 205 bytes
.
23:45:45.209 [info] UploadPackV2: processing ls-refs command
23:45:45.211 [info] UploadPackV2: processing fetch command
23:45:45.211 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
23:45:45.211 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.212 [info] UploadPackV2: pack generated, 231 bytes
23:45:45.212 [info] UploadPackV2: fetch response 327 bytes
.
23:45:45.226 [info] UploadPackV2: processing fetch command
23:45:45.226 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.226 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.226 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.226 [info] UploadPackV2: fetch response 205 bytes
23:45:45.226 [info] UploadPackV2: processing fetch command
23:45:45.227 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.227 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.227 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.227 [info] UploadPackV2: fetch response 205 bytes
23:45:45.227 [info] UploadPackV2: processing fetch command
23:45:45.227 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.228 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.228 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.228 [info] UploadPackV2: fetch response 205 bytes
23:45:45.228 [info] UploadPackV2: processing fetch command
23:45:45.228 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.228 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.228 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.228 [info] UploadPackV2: fetch response 205 bytes
23:45:45.228 [info] UploadPackV2: processing fetch command
23:45:45.228 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.229 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.229 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.229 [info] UploadPackV2: fetch response 205 bytes
23:45:45.229 [info] UploadPackV2: processing fetch command
23:45:45.229 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.229 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.229 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.229 [info] UploadPackV2: fetch response 205 bytes
23:45:45.229 [info] UploadPackV2: processing fetch command
23:45:45.230 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.230 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.230 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.230 [info] UploadPackV2: fetch response 205 bytes
23:45:45.230 [info] UploadPackV2: processing fetch command
23:45:45.230 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.231 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.231 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.231 [info] UploadPackV2: fetch response 205 bytes
23:45:45.231 [info] UploadPackV2: processing fetch command
23:45:45.231 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.232 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.232 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.232 [info] UploadPackV2: fetch response 205 bytes
23:45:45.232 [info] UploadPackV2: processing fetch command
23:45:45.232 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.233 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.233 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.233 [info] UploadPackV2: fetch response 205 bytes
23:45:45.233 [info] UploadPackV2: processing fetch command
23:45:45.233 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.233 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.234 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.234 [info] UploadPackV2: fetch response 205 bytes
23:45:45.234 [info] UploadPackV2: processing fetch command
23:45:45.234 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.234 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.234 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.234 [info] UploadPackV2: fetch response 205 bytes
23:45:45.234 [info] UploadPackV2: processing fetch command
23:45:45.235 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.235 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.235 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.235 [info] UploadPackV2: fetch response 205 bytes
23:45:45.235 [info] UploadPackV2: processing fetch command
23:45:45.235 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.236 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.236 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.236 [info] UploadPackV2: fetch response 205 bytes
23:45:45.237 [info] UploadPackV2: processing fetch command
23:45:45.237 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.237 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.237 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.237 [info] UploadPackV2: fetch response 205 bytes
23:45:45.237 [info] UploadPackV2: processing fetch command
23:45:45.237 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.237 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.237 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.237 [info] UploadPackV2: fetch response 205 bytes
23:45:45.238 [info] UploadPackV2: processing fetch command
23:45:45.238 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.238 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.238 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.238 [info] UploadPackV2: fetch response 205 bytes
23:45:45.238 [info] UploadPackV2: processing fetch command
23:45:45.238 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.238 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.238 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.238 [info] UploadPackV2: fetch response 205 bytes
23:45:45.238 [info] UploadPackV2: processing fetch command
23:45:45.238 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.239 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.239 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.239 [info] UploadPackV2: fetch response 205 bytes
23:45:45.239 [info] UploadPackV2: processing fetch command
23:45:45.239 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.240 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.240 [info] UploadPackV2: pack generated, 183 bytes
23:45:45.240 [info] UploadPackV2: fetch response 205 bytes
23:45:45.240 [info] UploadPackV2: processing fetch command
23:45:45.240 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.240 [info] UploadPackV2: collected 3 objects, generating pack
23:45:45.240 [info] UploadPackV2: pack generated, 183 bytes
.
23:45:45.241 [info] UploadPackV2: fetch response 205 bytes
23:45:45.297 [info] UploadPackV2: processing ls-refs command
.
23:45:45.377 [info] UploadPackV2: processing ls-refs command
23:45:45.379 [info] UploadPackV2: processing fetch command
23:45:45.379 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.387 [info] UploadPackV2: collected 240 objects, generating pack
23:45:45.392 [info] UploadPackV2: pack generated, 16258 bytes
23:45:45.392 [info] UploadPackV2: fetch response 16280 bytes
.
23:45:45.461 [info] UploadPackV2: processing ls-refs command
.
23:45:45.468 [info] UploadPackV2: processing fetch command
23:45:45.468 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.468 [info] UploadPackV2: collected 0 objects, generating pack
23:45:45.468 [info] UploadPackV2: pack generated, 32 bytes
23:45:45.468 [info] UploadPackV2: fetch response 54 bytes
.
23:45:45.773 [info] UploadPackV2: processing ls-refs command
23:45:45.775 [info] UploadPackV2: processing fetch command
23:45:45.775 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.804 [info] UploadPackV2: collected 600 objects, generating pack
23:45:45.826 [info] UploadPackV2: pack generated, 45197 bytes
23:45:45.826 [info] UploadPackV2: fetch response 45219 bytes
.
23:45:45.876 [info] UploadPackV2: processing ls-refs command
23:45:45.879 [info] UploadPackV2: processing fetch command
23:45:45.879 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.880 [info] UploadPackV2: collected 6 objects, generating pack
23:45:45.880 [info] UploadPackV2: pack generated, 366 bytes
23:45:45.880 [info] UploadPackV2: fetch response 388 bytes
23:45:45.908 [info] UploadPackV2: processing ls-refs command
.
23:45:45.942 [info] UploadPackV2: processing ls-refs command
23:45:45.944 [info] UploadPackV2: processing fetch command
23:45:45.945 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.949 [info] UploadPackV2: collected 180 objects, generating pack
23:45:45.952 [info] UploadPackV2: pack generated, 11106 bytes
23:45:45.952 [info] UploadPackV2: fetch response 11128 bytes
.
23:45:45.991 [info] UploadPackV2: processing ls-refs command
23:45:45.994 [info] UploadPackV2: processing fetch command
23:45:45.994 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:45.995 [info] UploadPackV2: collected 9 objects, generating pack
23:45:45.995 [info] UploadPackV2: pack generated, 549 bytes
23:45:45.995 [info] UploadPackV2: fetch response 571 bytes
23:45:46.023 [info] UploadPackV2: processing ls-refs command
.
23:45:46.048 [info] UploadPackV2: processing ls-refs command
23:45:46.052 [info] UploadPackV2: processing fetch command
23:45:46.053 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:46.053 [info] UploadPackV2: collected 3 objects, generating pack
23:45:46.053 [info] UploadPackV2: pack generated, 183 bytes
23:45:46.053 [info] UploadPackV2: fetch response 205 bytes
..
23:45:46.194 [info] UploadPackV2: processing fetch command
23:45:46.194 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:46.195 [info] UploadPackV2: collected 3 objects, generating pack
23:45:46.195 [info] UploadPackV2: pack generated, 183 bytes
23:45:46.195 [info] UploadPackV2: fetch response 205 bytes
.
23:45:46.222 [info] UploadPackV2: processing ls-refs command
23:45:46.225 [info] UploadPackV2: processing fetch command
23:45:46.225 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
23:45:46.226 [info] UploadPackV2: collected 15 objects, generating pack
23:45:46.226 [info] UploadPackV2: pack generated, 919 bytes
23:45:46.226 [info] UploadPackV2: fetch response 941 bytes
.*****....***
23:45:47.534 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :start]--576460752303407390" 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:45:47.535 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :stop]--576460752303407358" 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:45:47.536 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :start]--576460752303407326" 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:45:47.536 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :stop]--576460752303407294" 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:45:47.537 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :start]--576460752303409660" 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:45:47.537 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :stop]--576460752303409628" 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:45:47.538 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :start]--576460752303407262" 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:45:47.538 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :stop]--576460752303407230" 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
.
Finished in 205.4 seconds (16.7s async, 188.7s sync)
Result: 978 passed (2 properties, 976 tests), 16 skipped, 51 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"]
LCOV written to cover/lcov.info