fangorn/ex_git_objectstore
public
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")
'
Started: Jul 10, 2026 at 08:00 UTC
Completed: Jul 10, 2026 at 08:03 UTC
Duration: 3m 40s
Exit code:
0
Build Output
Using cached prepared image: anvil-prepared:cfa6aaa93a51
Cover compiling modules ...
Running ExUnit with seed: 73361, max_cases: 8
Excluding tags: [:s3]
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
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
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
35 │ <<body::binary-size(body_len), checksum::binary-size(20)>> = pack_data
│ ~
│
└─ test/ex_git_objectstore/pack/writer_test.exs:35:27: ExGitObjectstore.Pack.WriterTest."test generate generates valid packfile with a single blob"/1
warning: variable "advert" is unused (if the variable is not meant to be used, prefix it with an underscore)
│
693 │ {advert, state} = UploadPackV2.init(repo)
│ ~~~~~~
│
└─ test/ex_git_objectstore/protocol/upload_pack_v2_test.exs:693:8: ExGitObjectstore.Protocol.UploadPackV2Test."test real git client validation response can be cloned by real git"/1
warning: variable "state" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
│
704 │ {ls_refs_response, state} = UploadPackV2.feed(state, ls_refs_data)
│ ~~~~~
│
└─ test/ex_git_objectstore/protocol/upload_pack_v2_test.exs:704:26: ExGitObjectstore.Protocol.UploadPackV2Test."test real git client validation response can be cloned by real git"/1
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
1130 │ <<payload::binary-size(payload_len), remaining::binary>> = rest
│ ~
│
└─ test/ex_git_objectstore/protocol/upload_pack_v2_test.exs:1130:34: ExGitObjectstore.Protocol.UploadPackV2Test.find_packfile_loop/1
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
1160 │ <<payload::binary-size(payload_len), rest_pkt::binary>> = rest
│ ~
│
└─ test/ex_git_objectstore/protocol/upload_pack_v2_test.exs:1160:34: ExGitObjectstore.Protocol.UploadPackV2Test.extract_sideband_loop/2
......................................
08:00:12.245 [info] UploadPackV2: processing fetch command
.
08:00:12.252 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:12.253 [info] UploadPackV2: collected 3 objects, generating pack
.
08:00:12.254 [info] UploadPackV2: pack generated, 191 bytes
.
08:00:12.254 [info] UploadPackV2: fetch response 213 bytes
.
08:00:12.261 [info] UploadPackV2: processing fetch command
.
08:00:12.261 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:12.262 [info] UploadPackV2: collected 15 objects, generating pack
.
08:00:12.262 [info] UploadPackV2: pack generated, 984 bytes
.
08:00:12.262 [info] UploadPackV2: fetch response 1006 bytes
.
08:00:12.263 [info] UploadPackV2: processing fetch command
.
08:00:12.263 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:12.266 [info] UploadPackV2: collected 15 objects, streaming pack
.
08:00:12.271 [info] UploadPackV2: streamed pack 984 bytes, 15 objects
.
08:00:12.271 [info] UploadPackV2: fetch streamed 984 pack bytes, 15 objects
.
08:00:12.281 [info] UploadPackV2: processing fetch command
.
08:00:12.281 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:12.284 [info] UploadPackV2: collected 3 objects, streaming pack
.
08:00:12.290 [info] UploadPackV2: streamed pack 71879 bytes, 3 objects
.
08:00:12.290 [info] UploadPackV2: fetch streamed 71879 pack bytes, 3 objects
.
08:00:12.330 [info] UploadPackV2: processing fetch command
.
08:00:12.330 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:12.338 [info] UploadPackV2: collected 90 objects, generating pack
.
08:00:12.341 [info] UploadPackV2: pack generated, 5946 bytes
.
08:00:12.341 [info] UploadPackV2: fetch response 5968 bytes
.
08:00:12.355 [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
.
08:00:12.355 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:12.356 [info] UploadPackV2: collected 0 objects, generating pack
.
08:00:12.356 [info] UploadPackV2: pack generated, 32 bytes
.
08:00:12.357 [info] UploadPackV2: fetch response 54 bytes
.
08:00:12.362 [info] UploadPackV2: processing fetch command
.
08:00:12.362 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:12.365 [info] UploadPackV2: collected 3 objects, generating pack
.
08:00:12.365 [info] UploadPackV2: pack generated, 191 bytes
.
08:00:12.365 [info] UploadPackV2: fetch response 213 bytes
.
08:00:12.505 [info] UploadPackV2: processing fetch command
.
08:00:12.505 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:12.514 [info] UploadPackV2: collected 32 objects, generating pack
.................
08:00:12.646 [info] UploadPackV2: pack generated, 2459815 bytes
.
08:00:12.652 [info] UploadPackV2: fetch response 2460022 bytes
.
08:00:12.652 [info] UploadPackV2: processing fetch command
.
08:00:12.652 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
....
08:00:12.681 [info] UploadPackV2: collected 32 objects, streaming pack
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)
.................................
08:00:12.822 [info] UploadPackV2: streamed pack 2459815 bytes, 32 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
│
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
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
99 │ <<body::binary-size(body_len), checksum::binary-size(20)>> = idx_data
│ ~
│
└─ test/ex_git_objectstore/pack/index_test.exs:99:27: ExGitObjectstore.Pack.IndexTest."test spec compliance - checksum and sorting generated index has valid checksum"/1
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
115 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = idx_data
│ ~
│
└─ test/ex_git_objectstore/pack/index_test.exs:115:27: ExGitObjectstore.Pack.IndexTest."test spec compliance - checksum and sorting rejects index with corrupted checksum"/1
.
08:00:12.823 [info] UploadPackV2: fetch streamed 2459815 pack bytes, 32 objects
.
08:00:12.829 [info] UploadPackV2: processing ls-refs command
.
08:00:12.832 [info] UploadPackV2: processing fetch command
.
08:00:12.833 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:12.835 [info] UploadPackV2: collected 3 objects, streaming pack
.
08:00:12.836 [info] UploadPackV2: streamed pack 199 bytes, 3 objects
08:00:12.836 [info] UploadPackV2: fetch streamed 199 pack bytes, 3 objects
08:00:12.841 [info] UploadPackV2: processing fetch command
08:00:12.842 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
08:00:12.843 [info] UploadPackV2: fetch response 73 bytes
08:00:12.843 [info] UploadPackV2: processing fetch command
08:00:12.843 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
08:00:12.844 [info] UploadPackV2: fetch streamed 0 pack bytes, 0 objects
08:00:12.849 [info] UploadPackV2: processing fetch command
08:00:12.849 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:12.852 [info] UploadPackV2: collected 6 objects, generating pack
08:00:12.853 [info] UploadPackV2: pack generated, 414 bytes
08:00:12.853 [info] UploadPackV2: fetch response 436 bytes
08:00:12.856 [info] UploadPackV2: processing fetch command
08:00:12.856 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:12.856 [info] UploadPackV2: collected 3 objects, generating pack
08:00:12.856 [info] UploadPackV2: pack generated, 223 bytes
08:00:12.857 [info] UploadPackV2: fetch response 245 bytes
..
08:00:12.945 [info] UploadPackV2: processing ls-refs command
08:00:12.945 [info] UploadPackV2: processing fetch command
08:00:12.945 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:12.946 [info] UploadPackV2: collected 3 objects, generating pack
08:00:12.946 [info] UploadPackV2: pack generated, 210 bytes
08:00:12.946 [info] UploadPackV2: fetch response 232 bytes
..
08:00:12.997 [info] UploadPackV2: processing ls-refs command
08:00:12.998 [info] UploadPackV2: processing ls-refs command
.
08:00:12.999 [info] UploadPackV2: processing fetch command
.
08:00:12.999 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:13.000 [info] UploadPackV2: collected 3 objects, generating pack
08:00:13.000 [info] UploadPackV2: pack generated, 195 bytes
08:00:13.000 [info] UploadPackV2: fetch response 217 bytes
08:00:13.029 [error] UploadPackV2: parse_command failed: {:unknown_command, "invalid"}
.
08:00:13.032 [info] UploadPackV2: processing fetch command
.
08:00:13.032 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:13.032 [info] UploadPackV2: collected 9 objects, streaming pack
08:00:13.033 [info] UploadPackV2: streamed pack 627 bytes, 9 objects
08:00:13.033 [info] UploadPackV2: fetch streamed 627 pack bytes, 9 objects
.....
08:00:13.152 [info] UploadPackV2: processing fetch command
08:00:13.152 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:13.161 [info] UploadPackV2: collected 32 objects, streaming pack
08:00:13.273 [info] UploadPackV2: streamed pack 2459753 bytes, 32 objects
08:00:13.274 [info] UploadPackV2: fetch streamed 2459753 pack bytes, 32 objects
.
08:00:13.426 [info] UploadPackV2: processing fetch command
08:00:13.426 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:13.426 [info] UploadPackV2: collected 3 objects, generating pack
08:00:13.427 [info] UploadPackV2: pack generated, 194 bytes
.
08:00:13.427 [info] UploadPackV2: fetch response 216 bytes
.
08:00:13.433 [error] UploadPackV2: parse_command failed: {:invalid_pkt_hex, "garb"}
.
08:00:13.436 [info] UploadPackV2: processing ls-refs command
.
08:00:13.437 [info] UploadPackV2: processing fetch command
08:00:13.437 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:13.439 [info] UploadPackV2: collected 3 objects, generating pack
.
08:00:13.440 [info] UploadPackV2: pack generated, 206 bytes
.
08:00:13.440 [info] UploadPackV2: fetch response 228 bytes
.........
08:00:13.565 [info] UploadPackV2: processing fetch command
08:00:13.566 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:13.618 [info] UploadPackV2: collected 700 objects, generating pack
08:00:13.639 [info] UploadPackV2: pack generated, 48139 bytes
08:00:13.639 [info] UploadPackV2: fetch response 48161 bytes
.
08:00:13.692 [info] UploadPackV2: processing ls-refs command
.
08:00:13.694 [info] UploadPackV2: processing fetch command
08:00:13.694 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:13.695 [info] UploadPackV2: collected 3 objects, generating pack
08:00:13.695 [info] UploadPackV2: pack generated, 191 bytes
08:00:13.696 [info] UploadPackV2: fetch response 213 bytes
08:00:13.779 [info] UploadPackV2: processing fetch command
08:00:13.779 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:13.827 [info] UploadPackV2: collected 600 objects, generating pack
08:00:13.841 [info] UploadPackV2: pack generated, 39862 bytes
08:00:13.841 [info] UploadPackV2: fetch response 39884 bytes
..........
08:00:13.908 [info] UploadPackV2: processing fetch command
.
08:00:13.909 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:13.909 [info] UploadPackV2: collected 15 objects, generating pack
.
08:00:13.910 [info] UploadPackV2: pack generated, 984 bytes
.
08:00:13.910 [info] UploadPackV2: fetch response 1006 bytes
.
08:00:13.913 [info] UploadPackV2: processing fetch command
.
08:00:13.913 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:13.914 [info] UploadPackV2: collected 3 objects, generating pack
.
08:00:13.914 [info] UploadPackV2: pack generated, 195 bytes
.
08:00:13.914 [info] UploadPackV2: fetch response 217 bytes
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
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
......................................................................................................................................................................................................................................................................................................................................
08:00:15.449 [warning] post_receive hook failed: "webhook failed"
warning: the variable "len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
222 │ <<payload::binary-size(len), rest::binary>> = tail
│ ~
│
└─ test/ex_git_objectstore/protocol/upload_pack_reuse_test.exs:222:28: ExGitObjectstore.Protocol.UploadPackReuseTest.pktlines/3
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
...............................................................................................................................
08:00:16.230 [info] The function passed as a handler with ID #Reference<0.2583520890.331612163.10652> 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: 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: the variable "split_point" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
218 │ <<part1::binary-size(split_point), part2::binary>> = full_data
│ ~
│
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:218:28: ExGitObjectstore.Protocol.UploadPackTest."test buffering split data handles clone data split across two feed calls"/1
warning: the variable "s1" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
259 │ <<p1::binary-size(s1), rest::binary>> = full_data
│ ~
│
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:259:25: ExGitObjectstore.Protocol.UploadPackTest."test buffering split data handles clone data split into three feed calls"/1
warning: the variable "s2" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
260 │ <<p2::binary-size(s2 - s1), p3::binary>> = rest
│ ~
│
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:260:25: ExGitObjectstore.Protocol.UploadPackTest."test buffering split data handles clone data split into three feed calls"/1
warning: the variable "s1" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
260 │ <<p2::binary-size(s2 - s1), p3::binary>> = rest
│ ~
│
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:260:30: ExGitObjectstore.Protocol.UploadPackTest."test buffering split data handles clone data split into three feed calls"/1
warning: the variable "split_point" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
321 │ <<part1::binary-size(split_point), part2::binary>> = full_data
│ ~
│
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:321:28: ExGitObjectstore.Protocol.UploadPackTest."test buffering split data handles fetch with haves split across feeds"/1
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
360 │ <<payload::binary-size(payload_len), after_pkt::binary>> = rest
│ ~
│
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:360:28: ExGitObjectstore.Protocol.UploadPackTest.extract_pkt_payload/3
warning: 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: the variable "mid" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
207 │ <<before::binary-size(mid), byte, after_bytes::binary>> = pack_data
│ ~
│
└─ test/ex_git_objectstore/pack/reader_test.exs:207:29: ExGitObjectstore.Pack.ReaderTest."test spec compliance - pack checksum verification verify_pack_checksum detects corruption"/1
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
225 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = pack_data
│ ~
│
└─ test/ex_git_objectstore/pack/reader_test.exs:225:27: ExGitObjectstore.Pack.ReaderTest."test spec compliance - pack checksum verification parse rejects pack with corrupted checksum"/1
................................................
08:00:17.397 [info] The function passed as a handler with ID "test-fail-#Reference<0.2583520890.331612161.118410>" 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
.
08:00:17.401 [info] The function passed as a handler with ID "test-#Reference<0.2583520890.331612161.118517>" 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
.
08:00:17.402 [info] The function passed as a handler with ID #Reference<0.2583520890.331612161.118589> is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
│
388 │ <<payload::binary-size(payload_len), tail::binary>> = rest
│ ~
│
└─ test/ex_git_objectstore/protocol/upload_pack_v2_walker_property_test.exs:388:28: ExGitObjectstore.Protocol.UploadPackV2WalkerPropertyTest.raw_pkt_payloads/1
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
............................................................................................................
08:00:21.710 [info] UploadPackV2: processing fetch command
08:00:21.711 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.711 [info] UploadPackV2: collected 16 objects, generating pack
08:00:21.711 [info] UploadPackV2: pack generated, 962 bytes
08:00:21.711 [info] UploadPackV2: fetch response 984 bytes
08:00:21.714 [info] UploadPackV2: processing fetch command
08:00:21.714 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.715 [info] UploadPackV2: collected 20 objects, generating pack
08:00:21.716 [info] UploadPackV2: pack generated, 1203 bytes
08:00:21.716 [info] UploadPackV2: fetch response 1225 bytes
08:00:21.719 [info] UploadPackV2: processing fetch command
08:00:21.719 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.719 [info] UploadPackV2: collected 26 objects, generating pack
08:00:21.720 [info] UploadPackV2: pack generated, 1620 bytes
08:00:21.720 [info] UploadPackV2: fetch response 1642 bytes
08:00:21.723 [info] UploadPackV2: processing fetch command
08:00:21.723 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.724 [info] UploadPackV2: collected 24 objects, generating pack
08:00:21.724 [info] UploadPackV2: pack generated, 1411 bytes
08:00:21.724 [info] UploadPackV2: fetch response 1433 bytes
08:00:21.728 [info] UploadPackV2: processing fetch command
08:00:21.728 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.729 [info] UploadPackV2: collected 16 objects, generating pack
08:00:21.729 [info] UploadPackV2: pack generated, 962 bytes
08:00:21.729 [info] UploadPackV2: fetch response 984 bytes
08:00:21.732 [info] UploadPackV2: processing fetch command
08:00:21.732 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.732 [info] UploadPackV2: collected 11 objects, generating pack
08:00:21.732 [info] UploadPackV2: pack generated, 717 bytes
08:00:21.732 [info] UploadPackV2: fetch response 739 bytes
08:00:21.734 [info] UploadPackV2: processing fetch command
08:00:21.734 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.734 [info] UploadPackV2: collected 7 objects, generating pack
08:00:21.734 [info] UploadPackV2: pack generated, 475 bytes
08:00:21.734 [info] UploadPackV2: fetch response 497 bytes
08:00:21.736 [info] UploadPackV2: processing fetch command
08:00:21.736 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.737 [info] UploadPackV2: collected 35 objects, generating pack
08:00:21.738 [info] UploadPackV2: pack generated, 2128 bytes
08:00:21.738 [info] UploadPackV2: fetch response 2150 bytes
08:00:21.742 [info] UploadPackV2: processing fetch command
08:00:21.742 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.743 [info] UploadPackV2: collected 27 objects, generating pack
08:00:21.744 [info] UploadPackV2: pack generated, 1676 bytes
08:00:21.744 [info] UploadPackV2: fetch response 1698 bytes
08:00:21.748 [info] UploadPackV2: processing fetch command
08:00:21.748 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.749 [info] UploadPackV2: collected 19 objects, generating pack
08:00:21.749 [info] UploadPackV2: pack generated, 1194 bytes
08:00:21.749 [info] UploadPackV2: fetch response 1216 bytes
08:00:21.752 [info] UploadPackV2: processing fetch command
08:00:21.752 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.753 [info] UploadPackV2: collected 27 objects, generating pack
08:00:21.754 [info] UploadPackV2: pack generated, 1678 bytes
08:00:21.754 [info] UploadPackV2: fetch response 1700 bytes
08:00:21.762 [info] UploadPackV2: processing fetch command
08:00:21.762 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.764 [info] UploadPackV2: collected 63 objects, generating pack
08:00:21.765 [info] UploadPackV2: pack generated, 3776 bytes
08:00:21.765 [info] UploadPackV2: fetch response 3798 bytes
08:00:21.772 [info] UploadPackV2: processing fetch command
08:00:21.772 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.774 [info] UploadPackV2: collected 27 objects, generating pack
08:00:21.774 [info] UploadPackV2: pack generated, 1645 bytes
08:00:21.775 [info] UploadPackV2: fetch response 1667 bytes
08:00:21.781 [info] UploadPackV2: processing fetch command
08:00:21.781 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.782 [info] UploadPackV2: collected 38 objects, generating pack
08:00:21.783 [info] UploadPackV2: pack generated, 2341 bytes
08:00:21.783 [info] UploadPackV2: fetch response 2363 bytes
08:00:21.788 [info] UploadPackV2: processing fetch command
08:00:21.788 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.789 [info] UploadPackV2: collected 15 objects, generating pack
08:00:21.790 [info] UploadPackV2: pack generated, 958 bytes
08:00:21.790 [info] UploadPackV2: fetch response 980 bytes
08:00:21.792 [info] UploadPackV2: processing fetch command
08:00:21.792 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.793 [info] UploadPackV2: collected 12 objects, generating pack
08:00:21.793 [info] UploadPackV2: pack generated, 723 bytes
08:00:21.793 [info] UploadPackV2: fetch response 745 bytes
08:00:21.798 [info] UploadPackV2: processing fetch command
08:00:21.798 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.799 [info] UploadPackV2: collected 38 objects, generating pack
08:00:21.801 [info] UploadPackV2: pack generated, 2337 bytes
08:00:21.801 [info] UploadPackV2: fetch response 2359 bytes
08:00:21.806 [info] UploadPackV2: processing fetch command
08:00:21.806 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.807 [info] UploadPackV2: collected 20 objects, generating pack
08:00:21.808 [info] UploadPackV2: pack generated, 1203 bytes
08:00:21.808 [info] UploadPackV2: fetch response 1225 bytes
08:00:21.810 [info] UploadPackV2: processing fetch command
08:00:21.810 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.811 [info] UploadPackV2: collected 4 objects, generating pack
08:00:21.811 [info] UploadPackV2: pack generated, 241 bytes
08:00:21.811 [info] UploadPackV2: fetch response 263 bytes
08:00:21.815 [info] UploadPackV2: processing fetch command
08:00:21.815 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.817 [info] UploadPackV2: collected 19 objects, generating pack
08:00:21.818 [info] UploadPackV2: pack generated, 1196 bytes
08:00:21.818 [info] UploadPackV2: fetch response 1218 bytes
08:00:21.821 [info] UploadPackV2: processing fetch command
08:00:21.821 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.822 [info] UploadPackV2: collected 12 objects, generating pack
08:00:21.823 [info] UploadPackV2: pack generated, 723 bytes
08:00:21.823 [info] UploadPackV2: fetch response 745 bytes
08:00:21.827 [info] UploadPackV2: processing fetch command
08:00:21.828 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.829 [info] UploadPackV2: collected 46 objects, generating pack
08:00:21.831 [info] UploadPackV2: pack generated, 2815 bytes
08:00:21.831 [info] UploadPackV2: fetch response 2837 bytes
08:00:21.837 [info] UploadPackV2: processing fetch command
08:00:21.837 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.838 [info] UploadPackV2: collected 16 objects, generating pack
08:00:21.838 [info] UploadPackV2: pack generated, 962 bytes
08:00:21.838 [info] UploadPackV2: fetch response 984 bytes
08:00:21.842 [info] UploadPackV2: processing fetch command
08:00:21.843 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.844 [info] UploadPackV2: collected 38 objects, generating pack
08:00:21.845 [info] UploadPackV2: pack generated, 2339 bytes
08:00:21.845 [info] UploadPackV2: fetch response 2361 bytes
08:00:21.851 [info] UploadPackV2: processing fetch command
08:00:21.851 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.852 [info] UploadPackV2: collected 44 objects, generating pack
08:00:21.853 [info] UploadPackV2: pack generated, 2614 bytes
08:00:21.853 [info] UploadPackV2: fetch response 2636 bytes
08:00:21.862 [info] UploadPackV2: processing fetch command
08:00:21.862 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.864 [info] UploadPackV2: collected 39 objects, generating pack
08:00:21.865 [info] UploadPackV2: pack generated, 2364 bytes
08:00:21.865 [info] UploadPackV2: fetch response 2386 bytes
08:00:21.875 [info] UploadPackV2: processing fetch command
08:00:21.875 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.876 [info] UploadPackV2: collected 23 objects, generating pack
08:00:21.877 [info] UploadPackV2: pack generated, 1437 bytes
08:00:21.877 [info] UploadPackV2: fetch response 1459 bytes
08:00:21.880 [info] UploadPackV2: processing fetch command
08:00:21.880 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.881 [info] UploadPackV2: collected 20 objects, generating pack
08:00:21.881 [info] UploadPackV2: pack generated, 1203 bytes
08:00:21.881 [info] UploadPackV2: fetch response 1225 bytes
08:00:21.886 [info] UploadPackV2: processing fetch command
08:00:21.886 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.888 [info] UploadPackV2: collected 40 objects, generating pack
08:00:21.889 [info] UploadPackV2: pack generated, 2342 bytes
08:00:21.890 [info] UploadPackV2: fetch response 2364 bytes
08:00:21.897 [info] UploadPackV2: processing fetch command
08:00:21.897 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.898 [info] UploadPackV2: collected 12 objects, generating pack
08:00:21.898 [info] UploadPackV2: pack generated, 723 bytes
08:00:21.898 [info] UploadPackV2: fetch response 745 bytes
08:00:21.901 [info] UploadPackV2: processing fetch command
08:00:21.901 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.902 [info] UploadPackV2: collected 23 objects, generating pack
08:00:21.902 [info] UploadPackV2: pack generated, 1404 bytes
08:00:21.902 [info] UploadPackV2: fetch response 1426 bytes
08:00:21.907 [info] UploadPackV2: processing fetch command
08:00:21.907 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.908 [info] UploadPackV2: collected 32 objects, generating pack
08:00:21.909 [info] UploadPackV2: pack generated, 1863 bytes
08:00:21.909 [info] UploadPackV2: fetch response 1885 bytes
08:00:21.916 [info] UploadPackV2: processing fetch command
08:00:21.916 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.917 [info] UploadPackV2: collected 46 objects, generating pack
08:00:21.918 [info] UploadPackV2: pack generated, 2819 bytes
08:00:21.918 [info] UploadPackV2: fetch response 2841 bytes
08:00:21.923 [info] UploadPackV2: processing fetch command
08:00:21.923 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.924 [info] UploadPackV2: collected 20 objects, generating pack
08:00:21.924 [info] UploadPackV2: pack generated, 1203 bytes
08:00:21.925 [info] UploadPackV2: fetch response 1225 bytes
08:00:21.929 [info] UploadPackV2: processing fetch command
08:00:21.929 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.931 [info] UploadPackV2: collected 44 objects, generating pack
08:00:21.932 [info] UploadPackV2: pack generated, 2583 bytes
08:00:21.932 [info] UploadPackV2: fetch response 2605 bytes
..
08:00:21.938 [info] UploadPackV2: processing fetch command
.
08:00:21.938 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:21.939 [info] UploadPackV2: collected 47 objects, generating pack
.
08:00:21.940 [info] UploadPackV2: pack generated, 2846 bytes
.
08:00:21.940 [info] UploadPackV2: fetch response 2868 bytes
.
08:00:21.946 [info] UploadPackV2: processing fetch command
.
08:00:21.946 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:21.947 [info] UploadPackV2: collected 19 objects, generating pack
.
08:00:21.947 [info] UploadPackV2: pack generated, 1196 bytes
.
08:00:21.947 [info] UploadPackV2: fetch response 1218 bytes
.
08:00:21.950 [info] UploadPackV2: processing fetch command
.
08:00:21.950 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:21.951 [info] UploadPackV2: collected 23 objects, generating pack
.
08:00:21.952 [info] UploadPackV2: pack generated, 1435 bytes
.
08:00:21.952 [info] UploadPackV2: fetch response 1457 bytes
.
08:00:21.957 [info] UploadPackV2: processing fetch command
.
08:00:21.957 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:21.957 [info] UploadPackV2: collected 15 objects, generating pack
.
08:00:21.958 [info] UploadPackV2: pack generated, 958 bytes
.
08:00:21.958 [info] UploadPackV2: fetch response 980 bytes
.
08:00:21.960 [info] UploadPackV2: processing fetch command
.
08:00:21.960 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:21.961 [info] UploadPackV2: collected 7 objects, generating pack
.
08:00:21.961 [info] UploadPackV2: pack generated, 475 bytes
.
08:00:21.961 [info] UploadPackV2: fetch response 497 bytes
.
08:00:21.964 [info] UploadPackV2: processing fetch command
.
08:00:21.964 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
08:00:21.965 [info] UploadPackV2: collected 24 objects, generating pack
08:00:21.965 [info] UploadPackV2: pack generated, 1443 bytes
08:00:21.965 [info] UploadPackV2: fetch response 1465 bytes
08:00:21.969 [info] UploadPackV2: processing fetch command
08:00:21.969 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.971 [info] UploadPackV2: collected 40 objects, generating pack
08:00:21.971 [info] UploadPackV2: pack generated, 2373 bytes
08:00:21.971 [info] UploadPackV2: fetch response 2395 bytes
08:00:21.977 [info] UploadPackV2: processing fetch command
08:00:21.977 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.978 [info] UploadPackV2: collected 43 objects, generating pack
08:00:21.979 [info] UploadPackV2: pack generated, 2575 bytes
08:00:21.979 [info] UploadPackV2: fetch response 2597 bytes
08:00:21.983 [info] UploadPackV2: processing fetch command
08:00:21.983 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.984 [info] UploadPackV2: collected 20 objects, generating pack
08:00:21.984 [info] UploadPackV2: pack generated, 1203 bytes
08:00:21.984 [info] UploadPackV2: fetch response 1225 bytes
08:00:21.987 [info] UploadPackV2: processing fetch command
08:00:21.987 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.988 [info] UploadPackV2: collected 23 objects, generating pack
08:00:21.989 [info] UploadPackV2: pack generated, 1437 bytes
08:00:21.989 [info] UploadPackV2: fetch response 1459 bytes
08:00:21.992 [info] UploadPackV2: processing fetch command
08:00:21.993 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:21.993 [info] UploadPackV2: collected 23 objects, generating pack
08:00:21.994 [info] UploadPackV2: pack generated, 1383 bytes
08:00:21.994 [info] UploadPackV2: fetch response 1405 bytes
08:00:22.001 [info] UploadPackV2: processing fetch command
08:00:22.001 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.005 [info] UploadPackV2: collected 50 objects, generating pack
08:00:22.006 [info] UploadPackV2: pack generated, 3055 bytes
08:00:22.006 [info] UploadPackV2: fetch response 3077 bytes
08:00:22.017 [info] UploadPackV2: processing fetch command
08:00:22.017 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.019 [info] UploadPackV2: collected 28 objects, generating pack
08:00:22.019 [info] UploadPackV2: pack generated, 1651 bytes
08:00:22.019 [info] UploadPackV2: fetch response 1673 bytes
08:00:22.024 [info] UploadPackV2: processing fetch command
08:00:22.024 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.026 [info] UploadPackV2: collected 27 objects, generating pack
08:00:22.026 [info] UploadPackV2: pack generated, 1678 bytes
08:00:22.026 [info] UploadPackV2: fetch response 1700 bytes
08:00:22.031 [info] UploadPackV2: processing fetch command
08:00:22.031 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.032 [info] UploadPackV2: collected 28 objects, generating pack
08:00:22.033 [info] UploadPackV2: pack generated, 1621 bytes
08:00:22.033 [info] UploadPackV2: fetch response 1643 bytes
08:00:22.037 [info] UploadPackV2: processing fetch command
08:00:22.037 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.038 [info] UploadPackV2: collected 24 objects, generating pack
08:00:22.038 [info] UploadPackV2: pack generated, 1443 bytes
08:00:22.039 [info] UploadPackV2: fetch response 1465 bytes
08:00:22.044 [info] UploadPackV2: processing fetch command
08:00:22.044 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.045 [info] UploadPackV2: collected 31 objects, generating pack
08:00:22.045 [info] UploadPackV2: pack generated, 1886 bytes
08:00:22.045 [info] UploadPackV2: fetch response 1908 bytes
08:00:22.049 [info] UploadPackV2: processing fetch command
08:00:22.049 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.050 [info] UploadPackV2: collected 7 objects, generating pack
08:00:22.050 [info] UploadPackV2: pack generated, 475 bytes
08:00:22.050 [info] UploadPackV2: fetch response 497 bytes
08:00:22.053 [info] UploadPackV2: processing fetch command
08:00:22.053 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.054 [info] UploadPackV2: collected 15 objects, generating pack
08:00:22.054 [info] UploadPackV2: pack generated, 958 bytes
08:00:22.055 [info] UploadPackV2: fetch response 980 bytes
08:00:22.058 [info] UploadPackV2: processing fetch command
08:00:22.058 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.059 [info] UploadPackV2: collected 35 objects, generating pack
08:00:22.060 [info] UploadPackV2: pack generated, 2105 bytes
08:00:22.060 [info] UploadPackV2: fetch response 2127 bytes
08:00:22.064 [info] UploadPackV2: processing fetch command
08:00:22.064 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.065 [info] UploadPackV2: collected 27 objects, generating pack
08:00:22.065 [info] UploadPackV2: pack generated, 1676 bytes
08:00:22.065 [info] UploadPackV2: fetch response 1698 bytes
08:00:22.069 [info] UploadPackV2: processing fetch command
08:00:22.069 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.071 [info] UploadPackV2: collected 35 objects, generating pack
08:00:22.072 [info] UploadPackV2: pack generated, 2106 bytes
08:00:22.072 [info] UploadPackV2: fetch response 2128 bytes
08:00:22.079 [info] UploadPackV2: processing fetch command
08:00:22.079 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.083 [info] UploadPackV2: collected 55 objects, generating pack
08:00:22.083 [info] UploadPackV2: pack generated, 3304 bytes
08:00:22.083 [info] UploadPackV2: fetch response 3326 bytes
08:00:22.091 [info] UploadPackV2: processing fetch command
08:00:22.091 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.092 [info] UploadPackV2: collected 39 objects, generating pack
08:00:22.093 [info] UploadPackV2: pack generated, 2349 bytes
08:00:22.093 [info] UploadPackV2: fetch response 2371 bytes
08:00:22.100 [info] UploadPackV2: processing fetch command
08:00:22.100 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.101 [info] UploadPackV2: collected 50 objects, generating pack
08:00:22.102 [info] UploadPackV2: pack generated, 3062 bytes
08:00:22.102 [info] UploadPackV2: fetch response 3084 bytes
08:00:22.108 [info] UploadPackV2: processing fetch command
08:00:22.108 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.108 [info] UploadPackV2: collected 4 objects, generating pack
08:00:22.108 [info] UploadPackV2: pack generated, 241 bytes
08:00:22.108 [info] UploadPackV2: fetch response 263 bytes
08:00:22.112 [info] UploadPackV2: processing fetch command
08:00:22.113 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.115 [info] UploadPackV2: collected 47 objects, generating pack
08:00:22.116 [info] UploadPackV2: pack generated, 2823 bytes
08:00:22.116 [info] UploadPackV2: fetch response 2845 bytes
.
08:00:22.126 [info] UploadPackV2: processing fetch command
08:00:22.126 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.127 [info] UploadPackV2: collected 27 objects, generating pack
08:00:22.128 [info] UploadPackV2: pack generated, 1678 bytes
08:00:22.128 [info] UploadPackV2: fetch response 1700 bytes
08:00:22.133 [info] UploadPackV2: processing fetch command
08:00:22.133 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.133 [info] UploadPackV2: collected 16 objects, generating pack
08:00:22.134 [info] UploadPackV2: pack generated, 962 bytes
08:00:22.134 [info] UploadPackV2: fetch response 984 bytes
08:00:22.139 [info] UploadPackV2: processing fetch command
08:00:22.139 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.142 [info] UploadPackV2: collected 31 objects, generating pack
08:00:22.143 [info] UploadPackV2: pack generated, 1865 bytes
08:00:22.143 [info] UploadPackV2: fetch response 1887 bytes
08:00:22.149 [info] UploadPackV2: processing fetch command
08:00:22.149 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.150 [info] UploadPackV2: collected 23 objects, generating pack
08:00:22.151 [info] UploadPackV2: pack generated, 1405 bytes
08:00:22.151 [info] UploadPackV2: fetch response 1427 bytes
08:00:22.155 [info] UploadPackV2: processing fetch command
08:00:22.155 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.155 [info] UploadPackV2: collected 8 objects, generating pack
08:00:22.155 [info] UploadPackV2: pack generated, 482 bytes
08:00:22.156 [info] UploadPackV2: fetch response 504 bytes
08:00:22.160 [info] UploadPackV2: processing fetch command
08:00:22.160 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.162 [info] UploadPackV2: collected 39 objects, generating pack
08:00:22.162 [info] UploadPackV2: pack generated, 2347 bytes
08:00:22.163 [info] UploadPackV2: fetch response 2369 bytes
08:00:22.168 [info] UploadPackV2: processing fetch command
08:00:22.168 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.170 [info] UploadPackV2: collected 48 objects, generating pack
08:00:22.171 [info] UploadPackV2: pack generated, 2854 bytes
08:00:22.171 [info] UploadPackV2: fetch response 2876 bytes
08:00:22.176 [info] UploadPackV2: processing fetch command
08:00:22.176 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.177 [info] UploadPackV2: collected 15 objects, generating pack
08:00:22.178 [info] UploadPackV2: pack generated, 924 bytes
08:00:22.178 [info] UploadPackV2: fetch response 946 bytes
08:00:22.181 [info] UploadPackV2: processing fetch command
08:00:22.181 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.181 [info] UploadPackV2: collected 11 objects, generating pack
08:00:22.182 [info] UploadPackV2: pack generated, 714 bytes
08:00:22.182 [info] UploadPackV2: fetch response 736 bytes
08:00:22.184 [info] UploadPackV2: processing fetch command
08:00:22.184 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.184 [info] UploadPackV2: collected 7 objects, generating pack
08:00:22.184 [info] UploadPackV2: pack generated, 475 bytes
08:00:22.184 [info] UploadPackV2: fetch response 497 bytes
08:00:22.187 [info] UploadPackV2: processing fetch command
08:00:22.187 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.189 [info] UploadPackV2: collected 35 objects, generating pack
08:00:22.190 [info] UploadPackV2: pack generated, 2126 bytes
08:00:22.190 [info] UploadPackV2: fetch response 2148 bytes
08:00:22.196 [info] UploadPackV2: processing fetch command
08:00:22.196 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.197 [info] UploadPackV2: collected 11 objects, generating pack
08:00:22.197 [info] UploadPackV2: pack generated, 714 bytes
08:00:22.197 [info] UploadPackV2: fetch response 736 bytes
08:00:22.200 [info] UploadPackV2: processing fetch command
08:00:22.200 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.201 [info] UploadPackV2: collected 20 objects, generating pack
08:00:22.201 [info] UploadPackV2: pack generated, 1203 bytes
08:00:22.201 [info] UploadPackV2: fetch response 1225 bytes
08:00:22.204 [info] UploadPackV2: processing fetch command
08:00:22.204 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.205 [info] UploadPackV2: collected 11 objects, generating pack
08:00:22.205 [info] UploadPackV2: pack generated, 717 bytes
08:00:22.205 [info] UploadPackV2: fetch response 739 bytes
08:00:22.208 [info] UploadPackV2: processing fetch command
08:00:22.208 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.208 [info] UploadPackV2: collected 4 objects, generating pack
08:00:22.208 [info] UploadPackV2: pack generated, 241 bytes
08:00:22.208 [info] UploadPackV2: fetch response 263 bytes
08:00:22.211 [info] UploadPackV2: processing fetch command
08:00:22.211 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.212 [info] UploadPackV2: collected 7 objects, generating pack
08:00:22.212 [info] UploadPackV2: pack generated, 475 bytes
08:00:22.212 [info] UploadPackV2: fetch response 497 bytes
08:00:22.216 [info] UploadPackV2: processing fetch command
08:00:22.216 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.217 [info] UploadPackV2: collected 20 objects, generating pack
08:00:22.217 [info] UploadPackV2: pack generated, 1203 bytes
08:00:22.217 [info] UploadPackV2: fetch response 1225 bytes
08:00:22.221 [info] UploadPackV2: processing fetch command
08:00:22.221 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:22.224 [info] UploadPackV2: collected 39 objects, generating pack
08:00:22.224 [info] UploadPackV2: pack generated, 2349 bytes
.
08:00:22.224 [info] UploadPackV2: fetch response 2371 bytes
08:00:22.232 [info] UploadPackV2: processing fetch command
08:00:22.232 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.233 [info] UploadPackV2: collected 12 objects, generating pack
08:00:22.234 [info] UploadPackV2: pack generated, 854 bytes
08:00:22.234 [info] UploadPackV2: fetch response 876 bytes
08:00:22.237 [info] UploadPackV2: processing fetch command
08:00:22.237 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.238 [info] UploadPackV2: collected 15 objects, generating pack
08:00:22.239 [info] UploadPackV2: pack generated, 1068 bytes
08:00:22.239 [info] UploadPackV2: fetch response 1090 bytes
08:00:22.243 [info] UploadPackV2: processing fetch command
08:00:22.243 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.244 [info] UploadPackV2: collected 19 objects, generating pack
08:00:22.245 [info] UploadPackV2: pack generated, 1446 bytes
08:00:22.245 [info] UploadPackV2: fetch response 1468 bytes
08:00:22.252 [info] UploadPackV2: processing fetch command
08:00:22.252 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.254 [info] UploadPackV2: collected 18 objects, generating pack
08:00:22.255 [info] UploadPackV2: pack generated, 1249 bytes
08:00:22.255 [info] UploadPackV2: fetch response 1271 bytes
08:00:22.260 [info] UploadPackV2: processing fetch command
08:00:22.260 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.260 [info] UploadPackV2: collected 12 objects, generating pack
08:00:22.261 [info] UploadPackV2: pack generated, 854 bytes
08:00:22.261 [info] UploadPackV2: fetch response 876 bytes
08:00:22.265 [info] UploadPackV2: processing fetch command
08:00:22.266 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.266 [info] UploadPackV2: collected 8 objects, generating pack
08:00:22.267 [info] UploadPackV2: pack generated, 639 bytes
08:00:22.267 [info] UploadPackV2: fetch response 661 bytes
08:00:22.269 [info] UploadPackV2: processing fetch command
08:00:22.269 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.269 [info] UploadPackV2: collected 5 objects, generating pack
08:00:22.270 [info] UploadPackV2: pack generated, 424 bytes
08:00:22.270 [info] UploadPackV2: fetch response 446 bytes
08:00:22.273 [info] UploadPackV2: processing fetch command
08:00:22.273 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.275 [info] UploadPackV2: collected 26 objects, generating pack
08:00:22.276 [info] UploadPackV2: pack generated, 1888 bytes
08:00:22.276 [info] UploadPackV2: fetch response 1910 bytes
08:00:22.281 [info] UploadPackV2: processing fetch command
08:00:22.281 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.283 [info] UploadPackV2: collected 20 objects, generating pack
08:00:22.283 [info] UploadPackV2: pack generated, 1490 bytes
08:00:22.283 [info] UploadPackV2: fetch response 1512 bytes
08:00:22.288 [info] UploadPackV2: processing fetch command
08:00:22.288 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.289 [info] UploadPackV2: collected 14 objects, generating pack
08:00:22.289 [info] UploadPackV2: pack generated, 1062 bytes
08:00:22.289 [info] UploadPackV2: fetch response 1084 bytes
08:00:22.294 [info] UploadPackV2: processing fetch command
08:00:22.294 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.295 [info] UploadPackV2: collected 20 objects, generating pack
08:00:22.295 [info] UploadPackV2: pack generated, 1492 bytes
08:00:22.295 [info] UploadPackV2: fetch response 1514 bytes
08:00:22.302 [info] UploadPackV2: processing fetch command
08:00:22.302 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.304 [info] UploadPackV2: collected 47 objects, generating pack
08:00:22.305 [info] UploadPackV2: pack generated, 3347 bytes
08:00:22.305 [info] UploadPackV2: fetch response 3369 bytes
08:00:22.314 [info] UploadPackV2: processing fetch command
08:00:22.314 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.315 [info] UploadPackV2: collected 20 objects, generating pack
08:00:22.315 [info] UploadPackV2: pack generated, 1459 bytes
08:00:22.315 [info] UploadPackV2: fetch response 1481 bytes
08:00:22.321 [info] UploadPackV2: processing fetch command
08:00:22.321 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.323 [info] UploadPackV2: collected 28 objects, generating pack
08:00:22.323 [info] UploadPackV2: pack generated, 2086 bytes
08:00:22.323 [info] UploadPackV2: fetch response 2108 bytes
08:00:22.329 [info] UploadPackV2: processing fetch command
08:00:22.329 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.329 [info] UploadPackV2: collected 11 objects, generating pack
08:00:22.330 [info] UploadPackV2: pack generated, 853 bytes
08:00:22.330 [info] UploadPackV2: fetch response 875 bytes
08:00:22.334 [info] UploadPackV2: processing fetch command
08:00:22.334 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.335 [info] UploadPackV2: collected 9 objects, generating pack
08:00:22.336 [info] UploadPackV2: pack generated, 642 bytes
08:00:22.336 [info] UploadPackV2: fetch response 664 bytes
08:00:22.340 [info] UploadPackV2: processing fetch command
08:00:22.341 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.342 [info] UploadPackV2: collected 28 objects, generating pack
08:00:22.342 [info] UploadPackV2: pack generated, 2082 bytes
08:00:22.342 [info] UploadPackV2: fetch response 2104 bytes
08:00:22.348 [info] UploadPackV2: processing fetch command
08:00:22.348 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.349 [info] UploadPackV2: collected 15 objects, generating pack
08:00:22.350 [info] UploadPackV2: pack generated, 1068 bytes
08:00:22.350 [info] UploadPackV2: fetch response 1090 bytes
08:00:22.353 [info] UploadPackV2: processing fetch command
08:00:22.353 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.354 [info] UploadPackV2: collected 3 objects, generating pack
08:00:22.354 [info] UploadPackV2: pack generated, 214 bytes
08:00:22.354 [info] UploadPackV2: fetch response 236 bytes
08:00:22.357 [info] UploadPackV2: processing fetch command
08:00:22.358 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.359 [info] UploadPackV2: collected 14 objects, generating pack
08:00:22.359 [info] UploadPackV2: pack generated, 1064 bytes
08:00:22.359 [info] UploadPackV2: fetch response 1086 bytes
08:00:22.363 [info] UploadPackV2: processing fetch command
08:00:22.363 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.363 [info] UploadPackV2: collected 9 objects, generating pack
08:00:22.363 [info] UploadPackV2: pack generated, 642 bytes
08:00:22.363 [info] UploadPackV2: fetch response 664 bytes
08:00:22.369 [info] UploadPackV2: processing fetch command
08:00:22.369 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.370 [info] UploadPackV2: collected 34 objects, generating pack
08:00:22.371 [info] UploadPackV2: pack generated, 2506 bytes
08:00:22.371 [info] UploadPackV2: fetch response 2528 bytes
08:00:22.379 [info] UploadPackV2: processing fetch command
08:00:22.379 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.380 [info] UploadPackV2: collected 12 objects, generating pack
08:00:22.380 [info] UploadPackV2: pack generated, 854 bytes
08:00:22.381 [info] UploadPackV2: fetch response 876 bytes
.
08:00:22.385 [info] UploadPackV2: processing fetch command
08:00:22.385 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.389 [info] UploadPackV2: collected 28 objects, generating pack
08:00:22.390 [info] UploadPackV2: pack generated, 2084 bytes
08:00:22.390 [info] UploadPackV2: fetch response 2106 bytes
08:00:22.397 [info] UploadPackV2: processing fetch command
08:00:22.397 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.398 [info] UploadPackV2: collected 33 objects, generating pack
08:00:22.399 [info] UploadPackV2: pack generated, 2317 bytes
08:00:22.399 [info] UploadPackV2: fetch response 2339 bytes
08:00:22.411 [info] UploadPackV2: processing fetch command
08:00:22.411 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.413 [info] UploadPackV2: collected 29 objects, generating pack
08:00:22.413 [info] UploadPackV2: pack generated, 2097 bytes
08:00:22.413 [info] UploadPackV2: fetch response 2119 bytes
08:00:22.421 [info] UploadPackV2: processing fetch command
08:00:22.421 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.422 [info] UploadPackV2: collected 17 objects, generating pack
08:00:22.423 [info] UploadPackV2: pack generated, 1278 bytes
08:00:22.425 [info] UploadPackV2: fetch response 1300 bytes
08:00:22.429 [info] UploadPackV2: processing fetch command
08:00:22.429 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.430 [info] UploadPackV2: collected 15 objects, generating pack
08:00:22.430 [info] UploadPackV2: pack generated, 1068 bytes
08:00:22.430 [info] UploadPackV2: fetch response 1090 bytes
08:00:22.436 [info] UploadPackV2: processing fetch command
08:00:22.436 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.437 [info] UploadPackV2: collected 30 objects, generating pack
08:00:22.438 [info] UploadPackV2: pack generated, 2072 bytes
08:00:22.438 [info] UploadPackV2: fetch response 2094 bytes
08:00:22.445 [info] UploadPackV2: processing fetch command
08:00:22.445 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.446 [info] UploadPackV2: collected 9 objects, generating pack
08:00:22.446 [info] UploadPackV2: pack generated, 642 bytes
08:00:22.446 [info] UploadPackV2: fetch response 664 bytes
08:00:22.450 [info] UploadPackV2: processing fetch command
08:00:22.450 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.452 [info] UploadPackV2: collected 17 objects, generating pack
08:00:22.452 [info] UploadPackV2: pack generated, 1245 bytes
08:00:22.452 [info] UploadPackV2: fetch response 1267 bytes
08:00:22.457 [info] UploadPackV2: processing fetch command
08:00:22.457 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.458 [info] UploadPackV2: collected 24 objects, generating pack
08:00:22.458 [info] UploadPackV2: pack generated, 1647 bytes
08:00:22.458 [info] UploadPackV2: fetch response 1669 bytes
08:00:22.465 [info] UploadPackV2: processing fetch command
08:00:22.466 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.468 [info] UploadPackV2: collected 34 objects, generating pack
08:00:22.468 [info] UploadPackV2: pack generated, 2510 bytes
08:00:22.468 [info] UploadPackV2: fetch response 2532 bytes
08:00:22.477 [info] UploadPackV2: processing fetch command
08:00:22.478 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.479 [info] UploadPackV2: collected 15 objects, generating pack
08:00:22.480 [info] UploadPackV2: pack generated, 1068 bytes
08:00:22.480 [info] UploadPackV2: fetch response 1090 bytes
08:00:22.485 [info] UploadPackV2: processing fetch command
08:00:22.485 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.486 [info] UploadPackV2: collected 33 objects, generating pack
08:00:22.487 [info] UploadPackV2: pack generated, 2286 bytes
08:00:22.487 [info] UploadPackV2: fetch response 2308 bytes
08:00:22.496 [info] UploadPackV2: processing fetch command
08:00:22.496 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.498 [info] UploadPackV2: collected 35 objects, generating pack
08:00:22.499 [info] UploadPackV2: pack generated, 2525 bytes
08:00:22.499 [info] UploadPackV2: fetch response 2547 bytes
08:00:22.507 [info] UploadPackV2: processing fetch command
08:00:22.507 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.508 [info] UploadPackV2: collected 14 objects, generating pack
08:00:22.508 [info] UploadPackV2: pack generated, 1064 bytes
08:00:22.508 [info] UploadPackV2: fetch response 1086 bytes
08:00:22.515 [info] UploadPackV2: processing fetch command
.
08:00:22.516 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.516 [info] UploadPackV2: collected 17 objects, generating pack
08:00:22.517 [info] UploadPackV2: pack generated, 1276 bytes
08:00:22.517 [info] UploadPackV2: fetch response 1298 bytes
08:00:22.522 [info] UploadPackV2: processing fetch command
08:00:22.522 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.523 [info] UploadPackV2: collected 11 objects, generating pack
08:00:22.523 [info] UploadPackV2: pack generated, 853 bytes
08:00:22.523 [info] UploadPackV2: fetch response 875 bytes
08:00:22.526 [info] UploadPackV2: processing fetch command
08:00:22.526 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:00:22.527 [info] UploadPackV2: collected 5 objects, generating pack
08:00:22.527 [info] UploadPackV2: pack generated, 424 bytes
08:00:22.527 [info] UploadPackV2: fetch response 446 bytes
.............
08:00:24.035 [info] UploadPackV2: processing fetch command
08:00:24.035 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:24.045 [info] UploadPackV2: collected 163 objects, generating pack
.
08:00:24.050 [info] UploadPackV2: pack generated, 15094 bytes
08:00:24.050 [info] UploadPackV2: fetch response 15116 bytes
............................
08:00:29.228 [info] UploadPackV2: processing fetch command
08:00:29.228 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:29.232 [info] UploadPackV2: reused pack 12230 bytes, 160 objects
08:00:29.232 [info] UploadPackV2: fetch response 12252 bytes
.
08:00:33.113 [info] UploadPackV2: processing fetch command
08:00:33.113 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:33.119 [info] UploadPackV2: reused pack 12316 bytes, 160 objects
08:00:33.119 [info] UploadPackV2: fetch response 12338 bytes
..
08:00:48.526 [info] UploadPackV2: processing ls-refs command
08:00:48.527 [info] UploadPackV2: processing fetch command
08:00:48.528 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:00:48.528 [info] UploadPackV2: collected 6 objects, generating pack
08:00:48.528 [info] UploadPackV2: pack generated, 365 bytes
08:00:48.528 [info] UploadPackV2: fetch response 387 bytes
..
08:01:03.958 [info] UploadPackV2: processing ls-refs command
08:01:03.960 [info] UploadPackV2: processing fetch command
08:01:03.960 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:01:03.960 [info] UploadPackV2: collected 6 objects, generating pack
08:01:03.961 [info] UploadPackV2: pack generated, 365 bytes
08:01:03.961 [info] UploadPackV2: fetch response 387 bytes
....
08:02:04.318 [info] UploadPackV2: processing ls-refs command
08:02:04.321 [info] UploadPackV2: processing fetch command
08:02:04.321 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:02:04.322 [info] UploadPackV2: collected 3 objects, generating pack
08:02:04.322 [info] UploadPackV2: pack generated, 183 bytes
08:02:04.322 [info] UploadPackV2: fetch response 205 bytes
.
08:02:04.434 [info] UploadPackV2: processing ls-refs command
08:02:04.435 [info] UploadPackV2: processing fetch command
08:02:04.436 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:02:04.436 [info] UploadPackV2: collected 3 objects, generating pack
08:02:04.436 [info] UploadPackV2: pack generated, 183 bytes
08:02:04.436 [info] UploadPackV2: fetch response 205 bytes
.
08:02:19.570 [info] UploadPackV2: processing ls-refs command
08:02:19.572 [info] UploadPackV2: processing fetch command
08:02:19.572 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:02:19.572 [info] UploadPackV2: collected 3 objects, generating pack
08:02:19.573 [info] UploadPackV2: pack generated, 201 bytes
08:02:19.573 [info] UploadPackV2: fetch response 223 bytes
......
08:02:51.032 [info] UploadPackV2: processing fetch command
08:02:51.032 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:02:51.033 [info] UploadPackV2: collected 3 objects, generating pack
08:02:51.033 [info] UploadPackV2: pack generated, 183 bytes
08:02:51.033 [info] UploadPackV2: fetch response 205 bytes
.
08:02:51.060 [info] UploadPackV2: processing ls-refs command
08:02:51.062 [info] UploadPackV2: processing fetch command
08:02:51.062 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:02:51.063 [info] UploadPackV2: collected 6 objects, generating pack
08:02:51.063 [info] UploadPackV2: pack generated, 366 bytes
08:02:51.063 [info] UploadPackV2: fetch response 388 bytes
08:02:51.089 [info] UploadPackV2: processing ls-refs command
.
08:02:51.111 [info] UploadPackV2: processing ls-refs command
08:02:51.114 [info] UploadPackV2: processing fetch command
08:02:51.114 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:02:51.114 [info] UploadPackV2: collected 3 objects, generating pack
08:02:51.114 [info] UploadPackV2: pack generated, 183 bytes
08:02:51.114 [info] UploadPackV2: fetch response 205 bytes
.
08:02:51.152 [info] UploadPackV2: processing ls-refs command
08:02:51.154 [info] UploadPackV2: processing fetch command
08:02:51.154 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:02:51.159 [info] UploadPackV2: collected 180 objects, generating pack
08:02:51.161 [info] UploadPackV2: pack generated, 11106 bytes
08:02:51.161 [info] UploadPackV2: fetch response 11128 bytes
.
08:02:51.197 [info] UploadPackV2: processing ls-refs command
08:02:51.199 [info] UploadPackV2: processing fetch command
08:02:51.199 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:02:51.200 [info] UploadPackV2: collected 9 objects, generating pack
08:02:51.200 [info] UploadPackV2: pack generated, 549 bytes
08:02:51.200 [info] UploadPackV2: fetch response 571 bytes
08:02:51.226 [info] UploadPackV2: processing ls-refs command
.
08:02:51.248 [info] UploadPackV2: processing ls-refs command
08:02:51.251 [info] UploadPackV2: processing fetch command
08:02:51.251 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:02:51.251 [info] UploadPackV2: collected 15 objects, generating pack
08:02:51.252 [info] UploadPackV2: pack generated, 919 bytes
08:02:51.252 [info] UploadPackV2: fetch response 941 bytes
..
08:02:51.298 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :start]--576460752303406686" 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
08:02:51.299 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :stop]--576460752303407327" 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
.
08:02:51.299 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :start]--576460752303407295" 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
08:02:51.299 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :stop]--576460752303407263" 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
.
08:02:51.300 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :start]--576460752303406654" 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
08:02:51.300 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :stop]--576460752303407231" 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
.
08:02:51.301 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :start]--576460752303407199" 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
08:02:51.301 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :stop]--576460752303407167" 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
....................
08:02:51.370 [info] UploadPackV2: processing ls-refs command
08:02:51.371 [info] UploadPackV2: processing fetch command
08:02:51.371 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:02:51.371 [info] UploadPackV2: collected 3 objects, generating pack
08:02:51.372 [info] UploadPackV2: pack generated, 185 bytes
08:02:51.372 [info] UploadPackV2: fetch response 207 bytes
.
08:02:51.438 [info] UploadPackV2: processing ls-refs command
08:02:51.439 [info] UploadPackV2: processing fetch command
08:02:51.439 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:02:51.440 [info] UploadPackV2: collected 3 objects, generating pack
08:02:51.440 [info] UploadPackV2: pack generated, 196 bytes
08:02:51.440 [info] UploadPackV2: fetch response 218 bytes
..
08:03:06.516 [info] The function passed as a handler with ID "telemetry-test-16482" 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
08:03:06.517 [info] UploadPackV2: processing fetch command
08:03:06.517 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:03:06.518 [info] UploadPackV2: collected 2 objects, generating pack
08:03:06.518 [info] UploadPackV2: pack generated, 169 bytes
08:03:06.518 [info] UploadPackV2: fetch response 191 bytes
.
08:03:06.518 [info] The function passed as a handler with ID "telemetry-test-17123" 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
08:03:06.519 [info] UploadPackV2: processing fetch command
08:03:06.519 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:06.519 [info] UploadPackV2: collected 3 objects, generating pack
08:03:06.520 [info] UploadPackV2: pack generated, 186 bytes
08:03:06.520 [info] UploadPackV2: fetch response 208 bytes
.
08:03:06.523 [info] The function passed as a handler with ID "telemetry-test-17155" 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
.
08:03:21.588 [info] The function passed as a handler with ID "telemetry-test-17187" 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
08:03:21.589 [info] UploadPackV2: processing fetch command
08:03:21.589 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
08:03:21.589 [info] UploadPackV2: collected 3 objects, generating pack
08:03:21.590 [info] UploadPackV2: pack generated, 183 bytes
08:03:21.590 [info] UploadPackV2: fetch response 205 bytes
...........
08:03:21.610 [info] UploadPackV2: processing fetch command
08:03:21.610 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:21.610 [info] UploadPackV2: collected 0 objects, generating pack
08:03:21.610 [info] UploadPackV2: pack generated, 32 bytes
08:03:21.610 [info] UploadPackV2: fetch response 54 bytes
.
08:03:21.958 [info] UploadPackV2: processing ls-refs command
08:03:21.959 [info] UploadPackV2: processing fetch command
08:03:21.959 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
08:03:21.960 [info] UploadPackV2: collected 3 objects, generating pack
08:03:21.960 [info] UploadPackV2: pack generated, 231 bytes
08:03:21.960 [info] UploadPackV2: fetch response 327 bytes
.
08:03:22.034 [info] UploadPackV2: processing ls-refs command
08:03:22.035 [info] UploadPackV2: processing fetch command
08:03:22.035 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.041 [info] UploadPackV2: collected 240 objects, generating pack
08:03:22.045 [info] UploadPackV2: pack generated, 16258 bytes
08:03:22.045 [info] UploadPackV2: fetch response 16280 bytes
.
08:03:22.063 [info] UploadPackV2: processing fetch command
08:03:22.063 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.064 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.064 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.064 [info] UploadPackV2: fetch response 205 bytes
08:03:22.064 [info] UploadPackV2: processing fetch command
08:03:22.064 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.064 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.064 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.064 [info] UploadPackV2: fetch response 205 bytes
08:03:22.064 [info] UploadPackV2: processing fetch command
08:03:22.065 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.065 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.065 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.065 [info] UploadPackV2: fetch response 205 bytes
08:03:22.065 [info] UploadPackV2: processing fetch command
08:03:22.065 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.065 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.065 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.065 [info] UploadPackV2: fetch response 205 bytes
08:03:22.066 [info] UploadPackV2: processing fetch command
08:03:22.066 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.066 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.066 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.066 [info] UploadPackV2: fetch response 205 bytes
08:03:22.066 [info] UploadPackV2: processing fetch command
08:03:22.066 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.066 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.067 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.067 [info] UploadPackV2: fetch response 205 bytes
08:03:22.067 [info] UploadPackV2: processing fetch command
08:03:22.067 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.067 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.067 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.067 [info] UploadPackV2: fetch response 205 bytes
08:03:22.067 [info] UploadPackV2: processing fetch command
08:03:22.067 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.067 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.067 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.068 [info] UploadPackV2: fetch response 205 bytes
08:03:22.068 [info] UploadPackV2: processing fetch command
08:03:22.068 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.068 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.068 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.068 [info] UploadPackV2: fetch response 205 bytes
08:03:22.068 [info] UploadPackV2: processing fetch command
08:03:22.068 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.068 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.068 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.068 [info] UploadPackV2: fetch response 205 bytes
08:03:22.069 [info] UploadPackV2: processing fetch command
08:03:22.069 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.069 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.069 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.069 [info] UploadPackV2: fetch response 205 bytes
08:03:22.069 [info] UploadPackV2: processing fetch command
08:03:22.069 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.069 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.069 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.069 [info] UploadPackV2: fetch response 205 bytes
08:03:22.069 [info] UploadPackV2: processing fetch command
08:03:22.069 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.070 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.070 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.070 [info] UploadPackV2: fetch response 205 bytes
08:03:22.070 [info] UploadPackV2: processing fetch command
08:03:22.070 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.070 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.070 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.070 [info] UploadPackV2: fetch response 205 bytes
08:03:22.071 [info] UploadPackV2: processing fetch command
08:03:22.071 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.071 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.071 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.071 [info] UploadPackV2: fetch response 205 bytes
08:03:22.071 [info] UploadPackV2: processing fetch command
08:03:22.071 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.072 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.072 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.072 [info] UploadPackV2: fetch response 205 bytes
08:03:22.072 [info] UploadPackV2: processing fetch command
08:03:22.072 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.072 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.072 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.072 [info] UploadPackV2: fetch response 205 bytes
08:03:22.072 [info] UploadPackV2: processing fetch command
08:03:22.072 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.072 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.073 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.073 [info] UploadPackV2: fetch response 205 bytes
08:03:22.073 [info] UploadPackV2: processing fetch command
08:03:22.073 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.073 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.073 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.073 [info] UploadPackV2: fetch response 205 bytes
08:03:22.073 [info] UploadPackV2: processing fetch command
08:03:22.074 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.074 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.074 [info] UploadPackV2: pack generated, 183 bytes
08:03:22.074 [info] UploadPackV2: fetch response 205 bytes
08:03:22.074 [info] UploadPackV2: processing fetch command
08:03:22.074 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.074 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.074 [info] UploadPackV2: pack generated, 183 bytes
.
08:03:22.075 [info] UploadPackV2: fetch response 205 bytes
08:03:22.122 [info] UploadPackV2: processing ls-refs command
.
08:03:22.218 [info] UploadPackV2: processing ls-refs command
08:03:22.219 [info] UploadPackV2: processing fetch command
08:03:22.219 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:22.242 [info] UploadPackV2: collected 600 objects, generating pack
08:03:22.259 [info] UploadPackV2: pack generated, 45197 bytes
08:03:22.260 [info] UploadPackV2: fetch response 45219 bytes
.
08:03:22.334 [info] UploadPackV2: processing ls-refs command
.
08:03:22.386 [info] UploadPackV2: processing ls-refs command
08:03:22.388 [info] UploadPackV2: processing fetch command
08:03:22.389 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:object_type, :commit}, send_packfile=true
08:03:22.389 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.389 [info] UploadPackV2: pack generated, 381 bytes
08:03:22.389 [info] UploadPackV2: fetch response 403 bytes
.
08:03:22.462 [info] UploadPackV2: processing ls-refs command
08:03:22.463 [info] UploadPackV2: processing fetch command
08:03:22.463 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
08:03:22.464 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.464 [info] UploadPackV2: pack generated, 216 bytes
08:03:22.464 [info] UploadPackV2: fetch response 312 bytes
08:03:22.522 [info] UploadPackV2: processing ls-refs command
08:03:22.523 [info] UploadPackV2: processing fetch command
08:03:22.523 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
08:03:22.523 [info] UploadPackV2: collected 12 objects, generating pack
08:03:22.524 [info] UploadPackV2: pack generated, 768 bytes
08:03:22.524 [info] UploadPackV2: fetch response 1002 bytes
..
08:03:22.582 [info] UploadPackV2: processing ls-refs command
08:03:22.585 [info] UploadPackV2: processing fetch command
08:03:22.585 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
08:03:22.586 [info] UploadPackV2: collected 6 objects, generating pack
08:03:22.586 [info] UploadPackV2: pack generated, 513 bytes
08:03:22.586 [info] UploadPackV2: fetch response 535 bytes
.
08:03:22.650 [info] UploadPackV2: processing ls-refs command
.
08:03:22.702 [info] UploadPackV2: processing ls-refs command
08:03:22.705 [info] UploadPackV2: processing fetch command
08:03:22.705 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:sparse_oid, "4f00cd9a7367fae9a753bdda17205e0f324aa8ae"}, send_packfile=true
08:03:22.705 [info] UploadPackV2: collected 5 objects, generating pack
08:03:22.706 [info] UploadPackV2: pack generated, 319 bytes
08:03:22.706 [info] UploadPackV2: fetch response 341 bytes
.
08:03:22.774 [info] UploadPackV2: processing ls-refs command
08:03:22.775 [info] UploadPackV2: processing fetch command
08:03:22.775 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
08:03:22.776 [info] UploadPackV2: collected 9 objects, generating pack
08:03:22.776 [info] UploadPackV2: pack generated, 585 bytes
08:03:22.777 [info] UploadPackV2: fetch response 681 bytes
.
08:03:22.838 [info] UploadPackV2: processing ls-refs command
.
08:03:22.890 [info] UploadPackV2: processing ls-refs command
08:03:22.891 [info] UploadPackV2: processing fetch command
08:03:22.891 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
08:03:22.892 [info] UploadPackV2: collected 3 objects, generating pack
08:03:22.892 [info] UploadPackV2: pack generated, 218 bytes
08:03:22.892 [info] UploadPackV2: fetch response 314 bytes
..
08:03:22.958 [info] UploadPackV2: processing ls-refs command
.
08:03:23.010 [info] UploadPackV2: processing ls-refs command
08:03:23.011 [info] UploadPackV2: processing fetch command
08:03:23.011 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:23.012 [info] UploadPackV2: collected 9 objects, generating pack
08:03:23.012 [info] UploadPackV2: pack generated, 549 bytes
08:03:23.012 [info] UploadPackV2: fetch response 571 bytes
08:03:23.028 [info] UploadPackV2: processing fetch command
08:03:23.028 [info] UploadPackV2.handle_fetch: 0 wants, 3 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
08:03:23.028 [info] UploadPackV2: fetch response 171 bytes
.
08:03:23.078 [info] UploadPackV2: processing ls-refs command
08:03:23.081 [info] UploadPackV2: processing fetch command
08:03:23.081 [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
08:03:23.082 [info] UploadPackV2: collected 6 objects, generating pack
08:03:23.082 [info] UploadPackV2: pack generated, 513 bytes
08:03:23.082 [info] UploadPackV2: fetch response 535 bytes
.
08:03:23.146 [info] UploadPackV2: processing ls-refs command
.
08:03:23.198 [info] UploadPackV2: processing ls-refs command
08:03:23.202 [info] UploadPackV2: processing fetch command
08:03:23.202 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:tree_depth, 0}, send_packfile=true
08:03:23.203 [info] UploadPackV2: collected 3 objects, generating pack
08:03:23.203 [info] UploadPackV2: pack generated, 381 bytes
08:03:23.203 [info] UploadPackV2: fetch response 403 bytes
.
08:03:23.270 [info] UploadPackV2: processing ls-refs command
08:03:23.271 [info] UploadPackV2: processing fetch command
08:03:23.271 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
08:03:23.272 [info] UploadPackV2: collected 3 objects, generating pack
08:03:23.272 [info] UploadPackV2: pack generated, 216 bytes
08:03:23.272 [info] UploadPackV2: fetch response 312 bytes
.*****
08:03:23.288 [info] UploadPackV2: processing fetch command
08:03:23.288 [info] UploadPackV2.handle_fetch: 1 wants, 3 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:23.289 [info] UploadPackV2: collected 3 objects, generating pack
.
08:03:23.289 [info] UploadPackV2: pack generated, 183 bytes
08:03:23.289 [info] UploadPackV2: fetch response 205 bytes
08:03:23.354 [info] UploadPackV2: processing ls-refs command
08:03:23.355 [info] UploadPackV2: processing fetch command
08:03:23.355 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:23.356 [info] UploadPackV2: collected 6 objects, generating pack
08:03:23.356 [info] UploadPackV2: pack generated, 365 bytes
08:03:23.356 [info] UploadPackV2: fetch response 387 bytes
.
08:03:38.418 [info] UploadPackV2: processing ls-refs command
08:03:38.419 [info] UploadPackV2: processing fetch command
08:03:38.419 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:38.420 [info] UploadPackV2: collected 9 objects, generating pack
08:03:38.420 [info] UploadPackV2: pack generated, 547 bytes
08:03:38.421 [info] UploadPackV2: fetch response 569 bytes
08:03:38.490 [info] UploadPackV2: processing ls-refs command
.
08:03:38.550 [info] UploadPackV2: processing ls-refs command
08:03:38.550 [info] UploadPackV2: processing ls-refs command
08:03:38.552 [info] UploadPackV2: processing fetch command
08:03:38.552 [info] UploadPackV2: processing fetch command
08:03:38.552 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:38.552 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:38.553 [info] UploadPackV2: collected 6 objects, generating pack
08:03:38.553 [info] UploadPackV2: pack generated, 365 bytes
08:03:38.553 [info] UploadPackV2: fetch response 387 bytes
08:03:38.553 [info] UploadPackV2: collected 6 objects, generating pack
08:03:38.554 [info] UploadPackV2: pack generated, 365 bytes
08:03:38.554 [info] UploadPackV2: fetch response 387 bytes
.
08:03:38.634 [info] UploadPackV2: processing ls-refs command
08:03:38.635 [info] UploadPackV2: processing fetch command
08:03:38.635 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:38.636 [info] UploadPackV2: collected 6 objects, generating pack
08:03:38.636 [info] UploadPackV2: pack generated, 366 bytes
08:03:38.636 [info] UploadPackV2: fetch response 388 bytes
08:03:38.698 [info] UploadPackV2: processing ls-refs command
08:03:38.699 [info] UploadPackV2: processing fetch command
08:03:38.699 [info] UploadPackV2.handle_fetch: 1 wants, 2 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
08:03:38.699 [info] UploadPackV2: fetch response 32 bytes
08:03:38.699 [info] UploadPackV2: processing fetch command
08:03:38.699 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:38.700 [info] UploadPackV2: collected 3 objects, generating pack
08:03:38.700 [info] UploadPackV2: pack generated, 183 bytes
08:03:38.700 [info] UploadPackV2: fetch response 205 bytes
.
08:03:38.838 [info] UploadPackV2: processing ls-refs command
08:03:38.839 [info] UploadPackV2: processing fetch command
08:03:38.839 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:38.840 [info] UploadPackV2: collected 6 objects, generating pack
08:03:38.840 [info] UploadPackV2: pack generated, 365 bytes
08:03:38.840 [info] UploadPackV2: fetch response 387 bytes
08:03:40.790 [info] UploadPackV2: processing ls-refs command
.
08:03:40.858 [info] UploadPackV2: processing ls-refs command
08:03:40.859 [info] UploadPackV2: processing fetch command
08:03:40.859 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:40.862 [info] UploadPackV2: collected 90 objects, generating pack
08:03:40.863 [info] UploadPackV2: pack generated, 5649 bytes
08:03:40.863 [info] UploadPackV2: fetch response 5671 bytes
08:03:41.130 [info] UploadPackV2: processing ls-refs command
.
08:03:41.194 [info] UploadPackV2: processing ls-refs command
08:03:41.195 [info] UploadPackV2: processing fetch command
08:03:41.195 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
08:03:41.195 [info] UploadPackV2: collected 3 objects, generating pack
08:03:41.195 [info] UploadPackV2: pack generated, 216 bytes
08:03:41.195 [info] UploadPackV2: fetch response 346 bytes
.
08:03:41.250 [info] UploadPackV2: processing ls-refs command
08:03:41.251 [info] UploadPackV2: processing fetch command
08:03:41.251 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:41.252 [info] UploadPackV2: collected 6 objects, generating pack
08:03:41.252 [info] UploadPackV2: pack generated, 365 bytes
08:03:41.252 [info] UploadPackV2: fetch response 387 bytes
08:03:41.273 [info] UploadPackV2: processing fetch command
08:03:41.273 [info] UploadPackV2.handle_fetch: 0 wants, 2 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
08:03:41.273 [info] UploadPackV2: fetch response 122 bytes
.***********..
08:03:41.279 [info] The function passed as a handler with ID "graph-query-test-16642" 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
...
08:03:41.283 [info] The function passed as a handler with ID "graph-query-test-16770" 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
.
08:03:41.284 [info] The function passed as a handler with ID "graph-query-test-11428" 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
.......
08:03:41.354 [info] UploadPackV2: processing ls-refs command
08:03:41.354 [info] UploadPackV2: processing fetch command
08:03:41.355 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
08:03:41.355 [info] UploadPackV2: collected 3 objects, generating pack
08:03:41.355 [info] UploadPackV2: pack generated, 200 bytes
08:03:41.355 [info] UploadPackV2: fetch response 256 bytes
.
08:03:41.410 [info] UploadPackV2: processing ls-refs command
08:03:41.411 [info] UploadPackV2: processing fetch command
08:03:41.411 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:41.412 [info] UploadPackV2: collected 3 objects, generating pack
08:03:41.412 [info] UploadPackV2: pack generated, 196 bytes
08:03:41.412 [info] UploadPackV2: fetch response 218 bytes
.
08:03:41.474 [info] UploadPackV2: processing ls-refs command
08:03:41.475 [info] UploadPackV2: processing fetch command
08:03:41.475 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:41.475 [info] UploadPackV2: collected 3 objects, generating pack
08:03:41.475 [info] UploadPackV2: pack generated, 185 bytes
08:03:41.476 [info] UploadPackV2: fetch response 207 bytes
08:03:41.534 [info] UploadPackV2: processing ls-refs command
.
08:03:41.590 [info] UploadPackV2: processing ls-refs command
08:03:41.591 [info] UploadPackV2: processing fetch command
08:03:41.591 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
08:03:41.592 [info] UploadPackV2: collected 15 objects, generating pack
08:03:41.592 [info] UploadPackV2: pack generated, 952 bytes
08:03:41.593 [info] UploadPackV2: fetch response 974 bytes
.
Finished in 211.4 seconds (22.9s async, 188.4s sync)
Result: 989 passed (2 properties, 987 tests), 16 skipped, 52 excluded
Exporting cover results ...
Run "mix test.coverage" once all exports complete
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
LCOV written to cover/lcov.info
Uploading 1 artifact(s)...