ref:main

test passed

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

Build Output

Using cached prepared image: anvil-prepared:cfa6aaa93a51
Cover compiling modules ...
Running ExUnit with seed: 530374, max_cases: 8
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
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
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
...........................
18:00:04.275 [info] The function passed as a handler with ID #Reference<0.3479545902.1734606852.230672> 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: 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)
...................................................................................................
18:00:04.981 [warning] post_receive hook failed: "webhook failed"
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
113 │ test "repo with 250 refs returns them all via ls-refs", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_dataplane_test.exs:113:72: ExGitObjectstore.Integration.UploadPackV2DataplaneTest."test scale repo with 250 refs returns them all via ls-refs"/1
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
152 │ %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_dataplane_test.exs:152:21: ExGitObjectstore.Integration.UploadPackV2DataplaneTest."test scale ref-prefix filter applies server-side (doesn't return all refs)"/1
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: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
63 │ <<body::binary-size(body_len), checksum::binary-size(20)>> = idx_data
│ ~
└─ test/ex_git_objectstore/pack/index_test.exs:63:27: ExGitObjectstore.Pack.IndexTest."test spec compliance - checksum and sorting generated index has valid checksum"/1
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
79 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = idx_data
│ ~
└─ test/ex_git_objectstore/pack/index_test.exs:79:27: ExGitObjectstore.Pack.IndexTest."test spec compliance - checksum and sorting rejects index with corrupted checksum"/1
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
151 │ <<before::binary-size(mid), byte, after_bytes::binary>> = pack_data
│ ~
└─ test/ex_git_objectstore/pack/reader_test.exs:151:29: ExGitObjectstore.Pack.ReaderTest."test spec compliance - pack checksum verification verify_pack_checksum detects corruption"/1
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
169 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = pack_data
│ ~
└─ test/ex_git_objectstore/pack/reader_test.exs:169:27: ExGitObjectstore.Pack.ReaderTest."test spec compliance - pack checksum verification parse rejects pack with corrupted checksum"/1
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
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
35 │ test "symrefs resolves HEAD to its target branch", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_capabilities_test.exs:35:67: ExGitObjectstore.Integration.UploadPackV2CapabilitiesTest."test ls-refs symrefs resolves HEAD to its target branch"/1
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
60 │ test "peel exposes annotated tag targets", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_capabilities_test.exs:60:59: ExGitObjectstore.Integration.UploadPackV2CapabilitiesTest."test ls-refs peel exposes annotated tag targets"/1
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
388 │ <<payload::binary-size(payload_len), tail::binary>> = rest
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_v2_walker_property_test.exs:388:28: ExGitObjectstore.Protocol.UploadPackV2WalkerPropertyTest.raw_pkt_payloads/1
warning: the variable "n" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
218 │ <<head::binary-size(n), rest::binary>> = bin
│ ~
└─ test/ex_git_objectstore/protocol/receive_pack_streaming_test.exs:218:25: ExGitObjectstore.Protocol.ReceivePackStreamingTest.chunkify/2
warning: variable "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
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
18:00:17.705 [info] UploadPackV2: processing fetch command
18:00:17.705 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:17.709 [info] UploadPackV2: collected 18 objects, generating pack
18:00:17.710 [info] UploadPackV2: pack generated, 1281 bytes
18:00:17.710 [info] UploadPackV2: fetch response 1303 bytes
18:00:17.738 [info] UploadPackV2: processing fetch command
18:00:17.738 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
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
18:00:17.743 [info] UploadPackV2: collected 5 objects, generating pack
18:00:17.743 [info] UploadPackV2: pack generated, 424 bytes
18:00:17.743 [info] UploadPackV2: fetch response 446 bytes
18:00:17.750 [info] UploadPackV2: processing fetch command
18:00:17.750 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:17.755 [info] UploadPackV2: collected 9 objects, generating pack
18:00:17.755 [info] UploadPackV2: pack generated, 642 bytes
18:00:17.757 [info] UploadPackV2: fetch response 664 bytes
18:00:17.771 [info] UploadPackV2: processing fetch command
18:00:17.771 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:17.774 [info] UploadPackV2: collected 5 objects, generating pack
18:00:17.774 [info] UploadPackV2: pack generated, 424 bytes
warning: variable "state" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
704 │ {ls_refs_response, state} = UploadPackV2.feed(state, ls_refs_data)
│ ~~~~~
└─ test/ex_git_objectstore/protocol/upload_pack_v2_test.exs:704:26: ExGitObjectstore.Protocol.UploadPackV2Test."test real git client validation response can be cloned by real git"/1
18:00:17.774 [info] UploadPackV2: fetch response 446 bytes
18:00:17.792 [info] UploadPackV2: processing fetch command
18:00:17.792 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:17.801 [info] UploadPackV2: collected 15 objects, generating pack
18:00:17.802 [info] UploadPackV2: pack generated, 1068 bytes
18:00:17.802 [info] UploadPackV2: fetch response 1090 bytes
18:00:17.807 [info] UploadPackV2: processing fetch command
18:00:17.807 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:17.808 [info] UploadPackV2: collected 8 objects, generating pack
18:00:17.808 [info] UploadPackV2: pack generated, 639 bytes
18:00:17.808 [info] UploadPackV2: fetch response 661 bytes
18:00:17.820 [info] UploadPackV2: processing fetch command
18:00:17.820 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:17.821 [info] UploadPackV2: collected 14 objects, generating pack
18:00:17.822 [info] UploadPackV2: pack generated, 1062 bytes
18:00:17.822 [info] UploadPackV2: fetch response 1084 bytes
18:00:17.841 [info] UploadPackV2: processing fetch command
18:00:17.842 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:17.843 [info] UploadPackV2: collected 15 objects, generating pack
18:00:17.843 [info] UploadPackV2: pack generated, 1068 bytes
18:00:17.843 [info] UploadPackV2: fetch response 1090 bytes
18:00:17.863 [info] UploadPackV2: processing fetch command
18:00:17.863 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:17.870 [info] UploadPackV2: collected 23 objects, generating pack
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
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
18:00:17.871 [info] UploadPackV2: pack generated, 1661 bytes
18:00:17.871 [info] UploadPackV2: fetch response 1683 bytes
18:00:17.890 [info] UploadPackV2: processing fetch command
18:00:17.890 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:17.891 [info] UploadPackV2: collected 24 objects, generating pack
18:00:17.892 [info] UploadPackV2: pack generated, 1677 bytes
18:00:17.892 [info] UploadPackV2: fetch response 1699 bytes
18:00:17.909 [info] UploadPackV2: processing fetch command
18:00:17.909 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
18:00:17.910 [info] UploadPackV2: collected 15 objects, generating pack
18:00:17.910 [info] UploadPackV2: pack generated, 1068 bytes
18:00:17.910 [info] UploadPackV2: fetch response 1090 bytes
18:00:17.920 [info] UploadPackV2: processing fetch command
18:00:17.920 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:17.920 [info] UploadPackV2: collected 3 objects, generating pack
18:00:17.920 [info] UploadPackV2: pack generated, 214 bytes
18:00:17.920 [info] UploadPackV2: fetch response 236 bytes
18:00:17.932 [info] UploadPackV2: processing fetch command
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
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
18:00:17.932 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:17.933 [info] UploadPackV2: collected 19 objects, generating pack
18:00:17.933 [info] UploadPackV2: pack generated, 1446 bytes
18:00:17.973 [info] UploadPackV2: fetch response 1468 bytes
18:00:17.991 [info] UploadPackV2: processing fetch command
18:00:17.991 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:17.992 [info] UploadPackV2: collected 11 objects, generating pack
warning: the variable "split_point" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
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
18:00:17.994 [info] UploadPackV2: pack generated, 853 bytes
18:00:17.995 [info] UploadPackV2: fetch response 875 bytes
18:00:18.009 [info] UploadPackV2: processing fetch command
18:00:18.009 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.015 [info] UploadPackV2: collected 6 objects, generating pack
18:00:18.021 [info] UploadPackV2: pack generated, 428 bytes
18:00:18.021 [info] UploadPackV2: fetch response 450 bytes
18:00:18.051 [info] UploadPackV2: processing fetch command
18:00:18.051 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.056 [info] UploadPackV2: collected 25 objects, generating pack
18:00:18.056 [info] UploadPackV2: pack generated, 1870 bytes
18:00:18.057 [info] UploadPackV2: fetch response 1892 bytes
18:00:18.147 [info] UploadPackV2: processing fetch command
18:00:18.147 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.175 [info] UploadPackV2: collected 26 objects, generating pack
18:00:18.178 [info] UploadPackV2: pack generated, 1874 bytes
18:00:18.178 [info] UploadPackV2: fetch response 1896 bytes
18:00:18.203 [info] UploadPackV2: processing fetch command
18:00:18.204 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.211 [info] UploadPackV2: collected 11 objects, generating pack
.
18:00:18.211 [info] UploadPackV2: pack generated, 853 bytes
.
18:00:18.213 [info] UploadPackV2: fetch response 875 bytes
....
18:00:18.241 [info] UploadPackV2: processing fetch command
.
18:00:18.241 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
18:00:18.244 [info] UploadPackV2: collected 12 objects, generating pack
.
18:00:18.245 [info] UploadPackV2: pack generated, 854 bytes
18:00:18.245 [info] UploadPackV2: fetch response 876 bytes
18:00:18.259 [info] UploadPackV2: processing fetch command
18:00:18.259 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.260 [info] UploadPackV2: collected 36 objects, generating pack
18:00:18.262 [info] UploadPackV2: pack generated, 2499 bytes
18:00:18.262 [info] UploadPackV2: fetch response 2521 bytes
18:00:18.276 [info] UploadPackV2: processing fetch command
18:00:18.276 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.279 [info] UploadPackV2: collected 14 objects, generating pack
18:00:18.279 [info] UploadPackV2: pack generated, 1064 bytes
18:00:18.279 [info] UploadPackV2: fetch response 1086 bytes
.
18:00:18.291 [info] UploadPackV2: processing fetch command
18:00:18.291 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.292 [info] UploadPackV2: collected 18 objects, generating pack
18:00:18.292 [info] UploadPackV2: pack generated, 1281 bytes
18:00:18.292 [info] UploadPackV2: fetch response 1303 bytes
18:00:18.302 [info] UploadPackV2: processing fetch command
18:00:18.302 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.303 [info] UploadPackV2: collected 3 objects, generating pack
18:00:18.304 [info] UploadPackV2: pack generated, 214 bytes
18:00:18.304 [info] UploadPackV2: fetch response 236 bytes
18:00:18.308 [info] UploadPackV2: processing fetch command
18:00:18.308 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.311 [info] UploadPackV2: collected 5 objects, generating pack
18:00:18.311 [info] UploadPackV2: pack generated, 424 bytes
18:00:18.312 [info] UploadPackV2: fetch response 446 bytes
18:00:18.323 [info] UploadPackV2: processing fetch command
18:00:18.324 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.329 [info] UploadPackV2: collected 22 objects, generating pack
18:00:18.330 [info] UploadPackV2: pack generated, 1655 bytes
18:00:18.330 [info] UploadPackV2: fetch response 1677 bytes
18:00:18.349 [info] UploadPackV2: processing fetch command
18:00:18.349 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.351 [info] UploadPackV2: collected 14 objects, generating pack
18:00:18.352 [info] UploadPackV2: pack generated, 1062 bytes
18:00:18.353 [info] UploadPackV2: fetch response 1084 bytes
18:00:18.371 [info] UploadPackV2: processing fetch command
18:00:18.371 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.374 [info] UploadPackV2: collected 9 objects, generating pack
18:00:18.374 [info] UploadPackV2: pack generated, 642 bytes
18:00:18.374 [info] UploadPackV2: fetch response 664 bytes
18:00:18.386 [info] UploadPackV2: processing fetch command
18:00:18.386 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.390 [info] UploadPackV2: collected 20 objects, generating pack
18:00:18.391 [info] UploadPackV2: pack generated, 1492 bytes
18:00:18.392 [info] UploadPackV2: fetch response 1514 bytes
18:00:18.408 [info] UploadPackV2: processing fetch command
18:00:18.408 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.410 [info] UploadPackV2: collected 9 objects, generating pack
18:00:18.412 [info] UploadPackV2: pack generated, 642 bytes
18:00:18.413 [info] UploadPackV2: fetch response 664 bytes
18:00:18.424 [info] UploadPackV2: processing fetch command
18:00:18.426 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.429 [info] UploadPackV2: collected 28 objects, generating pack
18:00:18.432 [info] UploadPackV2: pack generated, 2085 bytes
18:00:18.432 [info] UploadPackV2: fetch response 2107 bytes
18:00:18.458 [info] UploadPackV2: processing fetch command
18:00:18.458 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.467 [info] UploadPackV2: collected 12 objects, generating pack
18:00:18.468 [info] UploadPackV2: pack generated, 854 bytes
18:00:18.468 [info] UploadPackV2: fetch response 876 bytes
18:00:18.487 [info] UploadPackV2: processing fetch command
18:00:18.487 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.489 [info] UploadPackV2: collected 30 objects, generating pack
18:00:18.494 [info] UploadPackV2: pack generated, 2073 bytes
18:00:18.494 [info] UploadPackV2: fetch response 2095 bytes
18:00:18.550 [info] UploadPackV2: processing fetch command
warning: the variable "split_point" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
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
18:00:18.550 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.555 [info] UploadPackV2: collected 18 objects, generating pack
18:00:18.557 [info] UploadPackV2: pack generated, 1281 bytes
18:00:18.559 [info] UploadPackV2: fetch response 1303 bytes
18:00:18.621 [info] UploadPackV2: processing fetch command
18:00:18.621 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.630 [info] UploadPackV2: collected 18 objects, generating pack
18:00:18.631 [info] UploadPackV2: pack generated, 1281 bytes
18:00:18.631 [info] UploadPackV2: fetch response 1303 bytes
18:00:18.647 [info] UploadPackV2: processing fetch command
18:00:18.650 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.652 [info] UploadPackV2: collected 30 objects, generating pack
18:00:18.655 [info] UploadPackV2: pack generated, 2072 bytes
18:00:18.655 [info] UploadPackV2: fetch response 2094 bytes
18:00:18.707 [info] UploadPackV2: processing fetch command
18:00:18.708 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.710 [info] UploadPackV2: collected 15 objects, generating pack
.
18:00:18.712 [info] UploadPackV2: pack generated, 1068 bytes
18:00:18.714 [info] UploadPackV2: fetch response 1090 bytes
..
18:00:18.759 [info] The function passed as a handler with ID "test-fail-#Reference<0.3479545902.1734868994.193655>" 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
.
18:00:18.760 [info] UploadPackV2: processing fetch command
.
18:00:18.762 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
18:00:18.772 [info] The function passed as a handler with ID "test-#Reference<0.3479545902.1734868994.193942>" 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
.
18:00:18.774 [info] UploadPackV2: collected 32 objects, generating pack
.
18:00:18.775 [info] UploadPackV2: pack generated, 2301 bytes
.
18:00:18.775 [info] UploadPackV2: fetch response 2323 bytes
..
18:00:18.809 [info] UploadPackV2: processing fetch command
.
18:00:18.809 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
...
18:00:18.813 [info] UploadPackV2: collected 11 objects, generating pack
.
18:00:18.814 [info] UploadPackV2: pack generated, 818 bytes
.
18:00:18.814 [info] UploadPackV2: fetch response 840 bytes
.
18:00:18.824 [info] UploadPackV2: processing fetch command
18:00:18.824 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.827 [info] UploadPackV2: collected 3 objects, generating pack
18:00:18.827 [info] UploadPackV2: pack generated, 214 bytes
18:00:18.827 [info] UploadPackV2: fetch response 236 bytes
18:00:18.829 [info] UploadPackV2: processing fetch command
18:00:18.829 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:00:18.830 [info] UploadPackV2: collected 5 objects, generating pack
18:00:18.830 [info] UploadPackV2: pack generated, 424 bytes
18:00:18.830 [info] UploadPackV2: fetch response 446 bytes
18:00:18.841 [info] UploadPackV2: processing fetch command
18:00:18.841 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:18.842 [info] UploadPackV2: collected 24 objects, generating pack
18:00:18.843 [info] UploadPackV2: pack generated, 1443 bytes
18:00:18.844 [info] UploadPackV2: fetch response 1465 bytes
18:00:18.860 [info] UploadPackV2: processing fetch command
18:00:18.861 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:18.861 [info] UploadPackV2: collected 7 objects, generating pack
18:00:18.862 [info] UploadPackV2: pack generated, 475 bytes
18:00:18.862 [info] UploadPackV2: fetch response 497 bytes
18:00:18.872 [info] UploadPackV2: processing fetch command
18:00:18.872 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:18.885 [info] UploadPackV2: collected 12 objects, generating pack
18:00:18.889 [info] UploadPackV2: pack generated, 723 bytes
18:00:18.891 [info] UploadPackV2: fetch response 745 bytes
18:00:18.894 [info] UploadPackV2: processing fetch command
18:00:18.895 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:18.895 [info] UploadPackV2: collected 7 objects, generating pack
18:00:18.895 [info] UploadPackV2: pack generated, 475 bytes
18:00:18.895 [info] UploadPackV2: fetch response 497 bytes
18:00:18.898 [info] UploadPackV2: processing fetch command
18:00:18.898 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:18.900 [info] UploadPackV2: collected 20 objects, generating pack
18:00:18.906 [info] UploadPackV2: pack generated, 1203 bytes
18:00:18.906 [info] UploadPackV2: fetch response 1225 bytes
18:00:18.928 [info] UploadPackV2: processing fetch command
18:00:18.928 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:18.928 [info] UploadPackV2: collected 11 objects, generating pack
18:00:18.929 [info] UploadPackV2: pack generated, 717 bytes
18:00:18.929 [info] UploadPackV2: fetch response 739 bytes
18:00:18.932 [info] UploadPackV2: processing fetch command
18:00:18.932 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:18.936 [info] UploadPackV2: collected 19 objects, generating pack
18:00:18.938 [info] UploadPackV2: pack generated, 1194 bytes
18:00:18.939 [info] UploadPackV2: fetch response 1216 bytes
18:00:18.976 [info] UploadPackV2: processing fetch command
18:00:18.977 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:18.983 [info] UploadPackV2: collected 20 objects, generating pack
18:00:18.984 [info] UploadPackV2: pack generated, 1203 bytes
18:00:18.984 [info] UploadPackV2: fetch response 1225 bytes
18:00:18.991 [info] UploadPackV2: processing fetch command
18:00:18.991 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:18.998 [info] UploadPackV2: collected 31 objects, generating pack
18:00:18.998 [info] UploadPackV2: pack generated, 1865 bytes
18:00:18.998 [info] UploadPackV2: fetch response 1887 bytes
18:00:19.009 [info] UploadPackV2: processing fetch command
18:00:19.009 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.015 [info] UploadPackV2: collected 32 objects, generating pack
18:00:19.016 [info] UploadPackV2: pack generated, 1893 bytes
18:00:19.021 [info] UploadPackV2: fetch response 1915 bytes
18:00:19.046 [info] UploadPackV2: processing fetch command
18:00:19.046 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.047 [info] UploadPackV2: collected 20 objects, generating pack
18:00:19.048 [info] UploadPackV2: pack generated, 1203 bytes
18:00:19.048 [info] UploadPackV2: fetch response 1225 bytes
18:00:19.056 [info] UploadPackV2: processing fetch command
18:00:19.096 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.096 [info] UploadPackV2: collected 4 objects, generating pack
18:00:19.097 [info] UploadPackV2: pack generated, 241 bytes
18:00:19.098 [info] UploadPackV2: fetch response 263 bytes
18:00:19.111 [info] UploadPackV2: processing fetch command
18:00:19.111 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.113 [info] UploadPackV2: collected 26 objects, generating pack
18:00:19.114 [info] UploadPackV2: pack generated, 1620 bytes
18:00:19.115 [info] UploadPackV2: fetch response 1642 bytes
18:00:19.123 [info] UploadPackV2: processing fetch command
18:00:19.123 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.132 [info] UploadPackV2: collected 15 objects, generating pack
18:00:19.133 [info] UploadPackV2: pack generated, 958 bytes
18:00:19.134 [info] UploadPackV2: fetch response 980 bytes
18:00:19.144 [info] UploadPackV2: processing fetch command
18:00:19.144 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:19.145 [info] UploadPackV2: collected 8 objects, generating pack
18:00:19.146 [info] UploadPackV2: pack generated, 482 bytes
.
18:00:19.146 [info] UploadPackV2: fetch response 504 bytes
18:00:19.160 [info] UploadPackV2: processing fetch command
18:00:19.160 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.166 [info] UploadPackV2: collected 34 objects, generating pack
18:00:19.168 [info] UploadPackV2: pack generated, 2098 bytes
18:00:19.168 [info] UploadPackV2: fetch response 2120 bytes
18:00:19.189 [info] UploadPackV2: processing fetch command
18:00:19.189 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.192 [info] UploadPackV2: collected 35 objects, generating pack
18:00:19.195 [info] UploadPackV2: pack generated, 2105 bytes
18:00:19.195 [info] UploadPackV2: fetch response 2127 bytes
18:00:19.207 [info] UploadPackV2: processing fetch command
18:00:19.207 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.210 [info] UploadPackV2: collected 15 objects, generating pack
18:00:19.213 [info] UploadPackV2: pack generated, 958 bytes
18:00:19.213 [info] UploadPackV2: fetch response 980 bytes
18:00:19.227 [info] UploadPackV2: processing fetch command
18:00:19.227 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.228 [info] UploadPackV2: collected 16 objects, generating pack
18:00:19.230 [info] UploadPackV2: pack generated, 962 bytes
18:00:19.230 [info] UploadPackV2: fetch response 984 bytes
18:00:19.241 [info] UploadPackV2: processing fetch command
18:00:19.241 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.244 [info] UploadPackV2: collected 48 objects, generating pack
18:00:19.248 [info] UploadPackV2: pack generated, 2823 bytes
18:00:19.248 [info] UploadPackV2: fetch response 2845 bytes
18:00:19.268 [info] UploadPackV2: processing fetch command
18:00:19.269 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.274 [info] UploadPackV2: collected 19 objects, generating pack
18:00:19.275 [info] UploadPackV2: pack generated, 1196 bytes
18:00:19.275 [info] UploadPackV2: fetch response 1218 bytes
18:00:19.289 [info] UploadPackV2: processing fetch command
18:00:19.290 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.292 [info] UploadPackV2: collected 24 objects, generating pack
18:00:19.293 [info] UploadPackV2: pack generated, 1443 bytes
18:00:19.293 [info] UploadPackV2: fetch response 1465 bytes
18:00:19.297 [info] UploadPackV2: processing fetch command
18:00:19.297 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.298 [info] UploadPackV2: collected 4 objects, generating pack
18:00:19.298 [info] UploadPackV2: pack generated, 241 bytes
18:00:19.298 [info] UploadPackV2: fetch response 263 bytes
18:00:19.300 [info] UploadPackV2: processing fetch command
18:00:19.300 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.300 [info] UploadPackV2: collected 7 objects, generating pack
18:00:19.301 [info] UploadPackV2: pack generated, 475 bytes
18:00:19.301 [info] UploadPackV2: fetch response 497 bytes
18:00:19.307 [info] UploadPackV2: processing fetch command
18:00:19.307 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.309 [info] UploadPackV2: collected 30 objects, generating pack
18:00:19.310 [info] UploadPackV2: pack generated, 1856 bytes
18:00:19.310 [info] UploadPackV2: fetch response 1878 bytes
18:00:19.318 [info] UploadPackV2: processing fetch command
18:00:19.318 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.319 [info] UploadPackV2: collected 19 objects, generating pack
18:00:19.320 [info] UploadPackV2: pack generated, 1194 bytes
18:00:19.320 [info] UploadPackV2: fetch response 1216 bytes
18:00:19.328 [info] UploadPackV2: processing fetch command
18:00:19.333 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.338 [info] UploadPackV2: collected 12 objects, generating pack
18:00:19.338 [info] UploadPackV2: pack generated, 723 bytes
18:00:19.338 [info] UploadPackV2: fetch response 745 bytes
18:00:19.354 [info] UploadPackV2: processing fetch command
18:00:19.354 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.361 [info] UploadPackV2: collected 27 objects, generating pack
18:00:19.362 [info] UploadPackV2: pack generated, 1678 bytes
18:00:19.362 [info] UploadPackV2: fetch response 1700 bytes
18:00:19.387 [info] UploadPackV2: processing fetch command
18:00:19.387 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.393 [info] UploadPackV2: collected 12 objects, generating pack
18:00:19.394 [info] UploadPackV2: pack generated, 723 bytes
18:00:19.394 [info] UploadPackV2: fetch response 745 bytes
18:00:19.423 [info] UploadPackV2: processing fetch command
18:00:19.425 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.446 [info] UploadPackV2: collected 38 objects, generating pack
18:00:19.453 [info] UploadPackV2: pack generated, 2340 bytes
18:00:19.453 [info] UploadPackV2: fetch response 2362 bytes
18:00:19.514 [info] UploadPackV2: processing fetch command
18:00:19.514 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.521 [info] UploadPackV2: collected 16 objects, generating pack
18:00:19.521 [info] UploadPackV2: pack generated, 962 bytes
18:00:19.525 [info] UploadPackV2: fetch response 984 bytes
18:00:19.533 [info] UploadPackV2: processing fetch command
18:00:19.533 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.535 [info] UploadPackV2: collected 40 objects, generating pack
18:00:19.536 [info] UploadPackV2: pack generated, 2343 bytes
18:00:19.536 [info] UploadPackV2: fetch response 2365 bytes
18:00:19.544 [info] UploadPackV2: processing fetch command
18:00:19.544 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.546 [info] UploadPackV2: collected 24 objects, generating pack
18:00:19.547 [info] UploadPackV2: pack generated, 1443 bytes
18:00:19.547 [info] UploadPackV2: fetch response 1465 bytes
18:00:19.554 [info] UploadPackV2: processing fetch command
18:00:19.554 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.555 [info] UploadPackV2: collected 24 objects, generating pack
18:00:19.556 [info] UploadPackV2: pack generated, 1443 bytes
18:00:19.556 [info] UploadPackV2: fetch response 1465 bytes
18:00:19.566 [info] UploadPackV2: processing fetch command
18:00:19.566 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.571 [info] UploadPackV2: collected 40 objects, generating pack
18:00:19.583 [info] UploadPackV2: pack generated, 2342 bytes
18:00:19.583 [info] UploadPackV2: fetch response 2364 bytes
18:00:19.612 [info] UploadPackV2: processing fetch command
18:00:19.613 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.614 [info] UploadPackV2: collected 20 objects, generating pack
18:00:19.615 [info] UploadPackV2: pack generated, 1203 bytes
18:00:19.615 [info] UploadPackV2: fetch response 1225 bytes
18:00:19.623 [info] UploadPackV2: processing fetch command
18:00:19.623 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.626 [info] UploadPackV2: collected 43 objects, generating pack
18:00:19.627 [info] UploadPackV2: pack generated, 2586 bytes
18:00:19.628 [info] UploadPackV2: fetch response 2608 bytes
18:00:19.646 [info] UploadPackV2: processing fetch command
18:00:19.647 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.648 [info] UploadPackV2: collected 15 objects, generating pack
18:00:19.648 [info] UploadPackV2: pack generated, 923 bytes
18:00:19.649 [info] UploadPackV2: fetch response 945 bytes
18:00:19.653 [info] UploadPackV2: processing fetch command
18:00:19.653 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.654 [info] UploadPackV2: collected 4 objects, generating pack
18:00:19.654 [info] UploadPackV2: pack generated, 241 bytes
18:00:19.654 [info] UploadPackV2: fetch response 263 bytes
18:00:19.656 [info] UploadPackV2: processing fetch command
18:00:19.656 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.657 [info] UploadPackV2: collected 7 objects, generating pack
18:00:19.658 [info] UploadPackV2: pack generated, 475 bytes
18:00:19.658 [info] UploadPackV2: fetch response 497 bytes
18:00:19.662 [info] UploadPackV2: processing fetch command
18:00:19.662 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.663 [info] UploadPackV2: collected 23 objects, generating pack
18:00:19.664 [info] UploadPackV2: pack generated, 1435 bytes
18:00:19.664 [info] UploadPackV2: fetch response 1457 bytes
18:00:19.673 [info] UploadPackV2: processing fetch command
18:00:19.673 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.674 [info] UploadPackV2: collected 7 objects, generating pack
18:00:19.674 [info] UploadPackV2: pack generated, 475 bytes
18:00:19.675 [info] UploadPackV2: fetch response 497 bytes
18:00:19.679 [info] UploadPackV2: processing fetch command
18:00:19.679 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.680 [info] UploadPackV2: collected 23 objects, generating pack
18:00:19.681 [info] UploadPackV2: pack generated, 1435 bytes
18:00:19.682 [info] UploadPackV2: fetch response 1457 bytes
18:00:19.691 [info] UploadPackV2: processing fetch command
18:00:19.691 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.694 [info] UploadPackV2: collected 51 objects, generating pack
18:00:19.695 [info] UploadPackV2: pack generated, 3070 bytes
18:00:19.695 [info] UploadPackV2: fetch response 3092 bytes
18:00:19.707 [info] UploadPackV2: processing fetch command
18:00:19.707 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.708 [info] UploadPackV2: collected 15 objects, generating pack
18:00:19.710 [info] UploadPackV2: pack generated, 958 bytes
18:00:19.710 [info] UploadPackV2: fetch response 980 bytes
18:00:19.717 [info] UploadPackV2: processing fetch command
18:00:19.717 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.719 [info] UploadPackV2: collected 39 objects, generating pack
18:00:19.720 [info] UploadPackV2: pack generated, 2347 bytes
18:00:19.720 [info] UploadPackV2: fetch response 2369 bytes
18:00:19.729 [info] UploadPackV2: processing fetch command
18:00:19.729 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.730 [info] UploadPackV2: collected 20 objects, generating pack
18:00:19.731 [info] UploadPackV2: pack generated, 1203 bytes
18:00:19.731 [info] UploadPackV2: fetch response 1225 bytes
18:00:19.737 [info] UploadPackV2: processing fetch command
18:00:19.738 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.742 [info] UploadPackV2: collected 43 objects, generating pack
18:00:19.743 [info] UploadPackV2: pack generated, 2605 bytes
18:00:19.743 [info] UploadPackV2: fetch response 2627 bytes
18:00:19.754 [info] UploadPackV2: processing fetch command
18:00:19.754 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.755 [info] UploadPackV2: collected 15 objects, generating pack
18:00:19.756 [info] UploadPackV2: pack generated, 956 bytes
18:00:19.756 [info] UploadPackV2: fetch response 978 bytes
18:00:19.760 [info] UploadPackV2: processing fetch command
18:00:19.760 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.761 [info] UploadPackV2: collected 16 objects, generating pack
18:00:19.762 [info] UploadPackV2: pack generated, 902 bytes
18:00:19.762 [info] UploadPackV2: fetch response 924 bytes
18:00:19.766 [info] UploadPackV2: processing fetch command
18:00:19.766 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.767 [info] UploadPackV2: collected 16 objects, generating pack
18:00:19.768 [info] UploadPackV2: pack generated, 962 bytes
18:00:19.768 [info] UploadPackV2: fetch response 984 bytes
18:00:19.771 [info] UploadPackV2: processing fetch command
18:00:19.771 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.772 [info] UploadPackV2: collected 7 objects, generating pack
18:00:19.772 [info] UploadPackV2: pack generated, 475 bytes
18:00:19.772 [info] UploadPackV2: fetch response 497 bytes
18:00:19.788 [info] UploadPackV2: processing fetch command
18:00:19.788 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.790 [info] UploadPackV2: collected 20 objects, generating pack
18:00:19.791 [info] UploadPackV2: pack generated, 1203 bytes
18:00:19.791 [info] UploadPackV2: fetch response 1225 bytes
18:00:19.812 [info] UploadPackV2: processing fetch command
18:00:19.813 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.828 [info] UploadPackV2: collected 23 objects, generating pack
18:00:19.830 [info] UploadPackV2: pack generated, 1385 bytes
18:00:19.830 [info] UploadPackV2: fetch response 1407 bytes
18:00:19.839 [info] UploadPackV2: processing fetch command
18:00:19.840 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.841 [info] UploadPackV2: collected 11 objects, generating pack
18:00:19.841 [info] UploadPackV2: pack generated, 717 bytes
18:00:19.841 [info] UploadPackV2: fetch response 739 bytes
18:00:19.844 [info] UploadPackV2: processing fetch command
18:00:19.844 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.845 [info] UploadPackV2: collected 11 objects, generating pack
18:00:19.845 [info] UploadPackV2: pack generated, 717 bytes
18:00:19.845 [info] UploadPackV2: fetch response 739 bytes
18:00:19.847 [info] UploadPackV2: processing fetch command
18:00:19.847 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.847 [info] UploadPackV2: collected 4 objects, generating pack
18:00:19.847 [info] UploadPackV2: pack generated, 241 bytes
18:00:19.847 [info] UploadPackV2: fetch response 263 bytes
18:00:19.849 [info] UploadPackV2: processing fetch command
18:00:19.849 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.850 [info] UploadPackV2: collected 32 objects, generating pack
18:00:19.851 [info] UploadPackV2: pack generated, 1863 bytes
18:00:19.851 [info] UploadPackV2: fetch response 1885 bytes
18:00:19.856 [info] UploadPackV2: processing fetch command
18:00:19.856 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.858 [info] UploadPackV2: collected 27 objects, generating pack
18:00:19.858 [info] UploadPackV2: pack generated, 1676 bytes
18:00:19.858 [info] UploadPackV2: fetch response 1698 bytes
18:00:19.862 [info] UploadPackV2: processing fetch command
18:00:19.862 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.862 [info] UploadPackV2: collected 16 objects, generating pack
18:00:19.863 [info] UploadPackV2: pack generated, 962 bytes
18:00:19.863 [info] UploadPackV2: fetch response 984 bytes
18:00:19.865 [info] UploadPackV2: processing fetch command
18:00:19.866 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:19.867 [info] UploadPackV2: collected 15 objects, generating pack
18:00:19.868 [info] UploadPackV2: pack generated, 958 bytes
18:00:19.868 [info] UploadPackV2: fetch response 980 bytes
18:00:19.872 [info] UploadPackV2: processing fetch command
.
18:00:19.872 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:19.873 [info] UploadPackV2: collected 4 objects, generating pack
.
18:00:19.873 [info] UploadPackV2: pack generated, 241 bytes
.
18:00:19.873 [info] UploadPackV2: fetch response 263 bytes
.
18:00:19.878 [info] UploadPackV2: processing fetch command
.
18:00:19.878 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:19.878 [info] UploadPackV2: collected 7 objects, generating pack
.
18:00:19.878 [info] UploadPackV2: pack generated, 475 bytes
.
18:00:19.879 [info] UploadPackV2: fetch response 497 bytes
.
18:00:19.881 [info] UploadPackV2: processing fetch command
.
18:00:19.881 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:19.882 [info] UploadPackV2: collected 11 objects, generating pack
.
18:00:19.883 [info] UploadPackV2: pack generated, 717 bytes
.
18:00:19.883 [info] UploadPackV2: fetch response 739 bytes
.
18:00:19.889 [info] UploadPackV2: processing fetch command
.
18:00:19.889 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:19.892 [info] UploadPackV2: collected 24 objects, generating pack
.
18:00:20.021 [info] UploadPackV2: pack generated, 1443 bytes
.
18:00:20.021 [info] UploadPackV2: fetch response 1465 bytes
............
18:00:20.063 [info] UploadPackV2: processing fetch command
.
18:00:20.063 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:20.066 [info] UploadPackV2: collected 23 objects, generating pack
.
18:00:20.068 [info] UploadPackV2: pack generated, 1437 bytes
.
18:00:20.069 [info] UploadPackV2: fetch response 1459 bytes
.....
18:00:20.099 [info] UploadPackV2: processing fetch command
.
18:00:20.100 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
..
18:00:20.108 [info] UploadPackV2: collected 15 objects, generating pack
.
18:00:20.108 [info] UploadPackV2: pack generated, 956 bytes
.
18:00:20.110 [info] UploadPackV2: fetch response 978 bytes
..
18:00:20.144 [info] UploadPackV2: processing fetch command
18:00:20.144 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:20.159 [info] UploadPackV2: collected 35 objects, generating pack
18:00:20.160 [info] UploadPackV2: pack generated, 2105 bytes
18:00:20.160 [info] UploadPackV2: fetch response 2127 bytes
18:00:20.182 [info] UploadPackV2: processing fetch command
18:00:20.182 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:20.183 [info] UploadPackV2: collected 4 objects, generating pack
18:00:20.184 [info] UploadPackV2: pack generated, 241 bytes
18:00:20.184 [info] UploadPackV2: fetch response 263 bytes
18:00:20.190 [info] UploadPackV2: processing fetch command
18:00:20.190 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:20.191 [info] UploadPackV2: collected 24 objects, generating pack
18:00:20.192 [info] UploadPackV2: pack generated, 1443 bytes
18:00:20.192 [info] UploadPackV2: fetch response 1465 bytes
18:00:20.200 [info] UploadPackV2: processing fetch command
18:00:20.200 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:20.201 [info] UploadPackV2: collected 34 objects, generating pack
18:00:20.202 [info] UploadPackV2: pack generated, 2099 bytes
18:00:20.202 [info] UploadPackV2: fetch response 2121 bytes
18:00:20.210 [info] UploadPackV2: processing fetch command
18:00:20.210 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:20.212 [info] UploadPackV2: collected 46 objects, generating pack
18:00:20.213 [info] UploadPackV2: pack generated, 2819 bytes
18:00:20.213 [info] UploadPackV2: fetch response 2841 bytes
18:00:20.226 [info] UploadPackV2: processing fetch command
.
18:00:20.226 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:20.227 [info] UploadPackV2: collected 11 objects, generating pack
18:00:20.227 [info] UploadPackV2: pack generated, 714 bytes
18:00:20.227 [info] UploadPackV2: fetch response 736 bytes
18:00:20.233 [info] UploadPackV2: processing fetch command
18:00:20.233 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:20.236 [info] UploadPackV2: collected 60 objects, generating pack
18:00:20.237 [info] UploadPackV2: pack generated, 3542 bytes
18:00:20.237 [info] UploadPackV2: fetch response 3564 bytes
.
18:00:20.247 [info] UploadPackV2: processing fetch command
.
18:00:20.247 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:20.247 [info] UploadPackV2: collected 16 objects, generating pack
.
18:00:20.248 [info] UploadPackV2: pack generated, 962 bytes
.
18:00:20.248 [info] UploadPackV2: fetch response 984 bytes
.
18:00:20.255 [info] UploadPackV2: processing fetch command
.
18:00:20.255 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:20.256 [info] UploadPackV2: collected 4 objects, generating pack
.
18:00:20.256 [info] UploadPackV2: pack generated, 241 bytes
.
18:00:20.256 [info] UploadPackV2: fetch response 263 bytes
.
18:00:20.262 [info] UploadPackV2: processing fetch command
.
18:00:20.262 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:20.263 [info] UploadPackV2: collected 19 objects, generating pack
.
18:00:20.264 [info] UploadPackV2: pack generated, 1194 bytes
.
18:00:20.264 [info] UploadPackV2: fetch response 1216 bytes
.
18:00:20.271 [info] UploadPackV2: processing fetch command
..
18:00:20.271 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:20.271 [info] UploadPackV2: collected 7 objects, generating pack
.
18:00:20.272 [info] UploadPackV2: pack generated, 475 bytes
.
18:00:20.272 [info] UploadPackV2: fetch response 497 bytes
.
18:00:20.280 [info] UploadPackV2: processing fetch command
.
18:00:20.281 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:20.283 [info] UploadPackV2: collected 42 objects, generating pack
.
18:00:20.287 [info] UploadPackV2: pack generated, 2581 bytes
.
18:00:20.287 [info] UploadPackV2: fetch response 2603 bytes
.
18:00:20.298 [info] UploadPackV2: processing fetch command
.
18:00:20.326 [info] UploadPackV2: processing fetch command
.
18:00:20.344 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:20.344 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:20.344 [info] UploadPackV2: collected 3 objects, streaming pack
.
18:00:20.345 [info] UploadPackV2: streamed pack 199 bytes, 3 objects
.
18:00:20.345 [info] UploadPackV2: fetch streamed 199 pack bytes, 3 objects
.
18:00:20.346 [info] UploadPackV2: collected 24 objects, generating pack
.
18:00:20.347 [info] UploadPackV2: pack generated, 1443 bytes
.
18:00:20.347 [info] UploadPackV2: fetch response 1465 bytes
..
18:00:20.347 [info] UploadPackV2: processing fetch command
.
18:00:20.347 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:20.347 [info] UploadPackV2: collected 3 objects, generating pack
.
18:00:20.348 [info] UploadPackV2: pack generated, 191 bytes
.
18:00:20.348 [info] UploadPackV2: fetch response 213 bytes
.
18:00:20.356 [info] UploadPackV2: processing fetch command
.
18:00:20.356 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:20.360 [info] UploadPackV2: collected 3 objects, streaming pack
.
18:00:20.364 [info] UploadPackV2: streamed pack 71878 bytes, 3 objects
.
18:00:20.365 [info] UploadPackV2: fetch streamed 71878 pack bytes, 3 objects
.
18:00:20.368 [info] UploadPackV2: processing fetch command
.
18:00:20.368 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:20.368 [info] UploadPackV2: collected 3 objects, generating pack
.
18:00:20.368 [info] UploadPackV2: pack generated, 191 bytes
.
18:00:20.368 [info] UploadPackV2: fetch response 213 bytes
............
18:00:20.538 [info] UploadPackV2: processing fetch command
18:00:20.538 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:20.550 [info] UploadPackV2: collected 32 objects, generating pack
.
18:00:20.671 [info] UploadPackV2: pack generated, 2459819 bytes
18:00:20.676 [info] UploadPackV2: fetch response 2460026 bytes
18:00:20.676 [info] UploadPackV2: processing fetch command
18:00:20.676 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:20.688 [info] UploadPackV2: collected 32 objects, streaming pack
.
18:00:20.858 [info] UploadPackV2: streamed pack 2459819 bytes, 32 objects
.
18:00:20.859 [info] UploadPackV2: fetch streamed 2459819 pack bytes, 32 objects
.
18:00:20.862 [info] UploadPackV2: processing ls-refs command
18:00:20.863 [info] UploadPackV2: processing ls-refs command
.
18:00:20.863 [info] UploadPackV2: processing fetch command
.
18:00:20.863 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:20.863 [info] UploadPackV2: collected 3 objects, generating pack
18:00:20.864 [info] UploadPackV2: pack generated, 206 bytes
18:00:20.864 [info] UploadPackV2: fetch response 228 bytes
18:00:20.864 [info] UploadPackV2: processing fetch command
18:00:20.864 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
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
18:00:20.864 [info] UploadPackV2: collected 0 objects, generating pack
18:00:20.864 [info] UploadPackV2: pack generated, 32 bytes
18:00:20.865 [info] UploadPackV2: fetch response 54 bytes
18:00:21.015 [info] UploadPackV2: processing fetch command
18:00:21.015 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:21.082 [info] UploadPackV2: collected 700 objects, generating pack
18:00:21.094 [info] UploadPackV2: pack generated, 48139 bytes
18:00:21.094 [info] UploadPackV2: fetch response 48161 bytes
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:
...
18:00:21.408 [info] UploadPackV2: processing fetch command
18:00:21.408 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:21.430 [info] UploadPackV2: collected 32 objects, streaming pack
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
.....................
18:00:21.588 [info] UploadPackV2: streamed pack 2459756 bytes, 32 objects
18:00:21.588 [info] UploadPackV2: fetch streamed 2459756 pack bytes, 32 objects
...
18:00:21.653 [info] UploadPackV2: processing fetch command
.
18:00:21.653 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:21.653 [info] UploadPackV2: collected 6 objects, generating pack
18:00:21.653 [info] UploadPackV2: pack generated, 414 bytes
.
18:00:21.654 [info] UploadPackV2: fetch response 436 bytes
18:00:21.655 [info] UploadPackV2: processing fetch command
18:00:21.655 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
18:00:21.656 [info] UploadPackV2: fetch response 73 bytes
18:00:21.656 [info] UploadPackV2: processing fetch command
18:00:21.656 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
18:00:21.657 [info] UploadPackV2: fetch streamed 0 pack bytes, 0 objects
18:00:21.659 [info] UploadPackV2: processing ls-refs command
.
18:00:21.659 [info] UploadPackV2: processing ls-refs command
.
18:00:21.660 [info] UploadPackV2: processing fetch command
.
18:00:21.660 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:21.660 [info] UploadPackV2: collected 3 objects, generating pack
18:00:21.660 [info] UploadPackV2: pack generated, 191 bytes
18:00:21.660 [info] UploadPackV2: fetch response 213 bytes
18:00:21.661 [info] UploadPackV2: processing ls-refs command
18:00:21.662 [info] UploadPackV2: processing fetch command
.
18:00:21.662 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:21.663 [info] UploadPackV2: collected 3 objects, generating pack
18:00:21.663 [info] UploadPackV2: pack generated, 195 bytes
18:00:21.663 [info] UploadPackV2: fetch response 217 bytes
.
18:00:21.697 [info] UploadPackV2: processing ls-refs command
18:00:21.698 [info] UploadPackV2: processing fetch command
18:00:21.698 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:21.698 [info] UploadPackV2: collected 3 objects, generating pack
18:00:21.698 [info] UploadPackV2: pack generated, 210 bytes
18:00:21.698 [info] UploadPackV2: fetch response 232 bytes
....
18:00:21.731 [error] UploadPackV2: parse_command failed: {:invalid_pkt_hex, "garb"}
.
18:00:21.786 [info] UploadPackV2: processing fetch command
18:00:21.786 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:21.819 [info] UploadPackV2: collected 600 objects, generating pack
18:00:21.830 [info] UploadPackV2: pack generated, 39862 bytes
18:00:21.830 [info] UploadPackV2: fetch response 39884 bytes
.
18:00:21.900 [info] UploadPackV2: processing fetch command
.
18:00:21.900 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:21.901 [info] UploadPackV2: collected 9 objects, streaming pack
18:00:21.902 [info] UploadPackV2: streamed pack 627 bytes, 9 objects
18:00:21.902 [info] UploadPackV2: fetch streamed 627 pack bytes, 9 objects
18:00:21.916 [info] UploadPackV2: processing fetch command
18:00:21.916 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:21.921 [info] UploadPackV2: collected 90 objects, generating pack
18:00:21.924 [info] UploadPackV2: pack generated, 5946 bytes
18:00:21.924 [info] UploadPackV2: fetch response 5968 bytes
.
18:00:21.935 [error] UploadPackV2: parse_command failed: {:unknown_command, "invalid"}
.
18:00:21.935 [info] UploadPackV2: processing fetch command
.
18:00:21.935 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:21.938 [info] UploadPackV2: collected 3 objects, generating pack
18:00:21.938 [info] UploadPackV2: pack generated, 194 bytes
18:00:21.938 [info] UploadPackV2: fetch response 216 bytes
.
18:00:21.940 [info] UploadPackV2: processing fetch command
18:00:21.940 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:00:21.941 [info] UploadPackV2: collected 15 objects, generating pack
.
18:00:21.942 [info] UploadPackV2: pack generated, 984 bytes
.
18:00:21.942 [info] UploadPackV2: fetch response 1006 bytes
.
18:00:21.942 [info] UploadPackV2: processing fetch command
.....................................................................................
18:00:21.942 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:21.943 [info] UploadPackV2: collected 15 objects, streaming pack
18:00:21.944 [info] UploadPackV2: streamed pack 984 bytes, 15 objects
18:00:21.945 [info] UploadPackV2: fetch streamed 984 pack bytes, 15 objects
18:00:21.946 [info] UploadPackV2: processing fetch command
18:00:21.946 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:21.947 [info] UploadPackV2: collected 3 objects, generating pack
18:00:21.947 [info] UploadPackV2: pack generated, 223 bytes
18:00:21.947 [info] UploadPackV2: fetch response 245 bytes
18:00:21.948 [info] UploadPackV2: processing fetch command
18:00:21.948 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:21.948 [info] UploadPackV2: collected 3 objects, generating pack
18:00:21.949 [info] UploadPackV2: pack generated, 195 bytes
18:00:21.949 [info] UploadPackV2: fetch response 217 bytes
18:00:21.951 [info] UploadPackV2: processing fetch command
18:00:21.951 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:00:21.952 [info] UploadPackV2: collected 15 objects, generating pack
18:00:21.952 [info] UploadPackV2: pack generated, 984 bytes
18:00:21.952 [info] UploadPackV2: fetch response 1006 bytes
18:00:21.958 [info] The function passed as a handler with ID #Reference<0.3479545902.1734868993.69366> 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
...........................................
18:01:04.361 [info] UploadPackV2: processing ls-refs command
18:01:04.363 [info] UploadPackV2: processing fetch command
18:01:04.363 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:01:04.364 [info] UploadPackV2: collected 3 objects, generating pack
18:01:04.364 [info] UploadPackV2: pack generated, 183 bytes
18:01:04.364 [info] UploadPackV2: fetch response 205 bytes
.
18:01:19.497 [info] UploadPackV2: processing ls-refs command
18:01:19.499 [info] UploadPackV2: processing fetch command
18:01:19.499 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:01:19.499 [info] UploadPackV2: collected 3 objects, generating pack
18:01:19.499 [info] UploadPackV2: pack generated, 201 bytes
18:01:19.499 [info] UploadPackV2: fetch response 223 bytes
.
18:01:34.633 [info] UploadPackV2: processing ls-refs command
18:01:34.635 [info] UploadPackV2: processing fetch command
18:01:34.635 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:01:34.635 [info] UploadPackV2: collected 6 objects, generating pack
18:01:34.636 [info] UploadPackV2: pack generated, 365 bytes
18:01:34.636 [info] UploadPackV2: fetch response 387 bytes
..
18:02:04.853 [info] UploadPackV2: processing ls-refs command
18:02:04.855 [info] UploadPackV2: processing fetch command
18:02:04.855 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:04.856 [info] UploadPackV2: collected 6 objects, generating pack
18:02:04.856 [info] UploadPackV2: pack generated, 365 bytes
18:02:04.856 [info] UploadPackV2: fetch response 387 bytes
.
18:02:04.941 [info] UploadPackV2: processing ls-refs command
18:02:04.943 [info] UploadPackV2: processing fetch command
18:02:04.943 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:04.944 [info] UploadPackV2: collected 3 objects, generating pack
18:02:04.944 [info] UploadPackV2: pack generated, 183 bytes
18:02:04.944 [info] UploadPackV2: fetch response 205 bytes
....
18:02:50.256 [info] UploadPackV2: processing ls-refs command
18:02:50.260 [info] UploadPackV2: processing fetch command
18:02:50.260 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:50.261 [info] UploadPackV2: collected 15 objects, generating pack
18:02:50.261 [info] UploadPackV2: pack generated, 919 bytes
18:02:50.261 [info] UploadPackV2: fetch response 941 bytes
.
18:02:50.306 [info] UploadPackV2: processing ls-refs command
18:02:50.309 [info] UploadPackV2: processing fetch command
18:02:50.309 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:50.310 [info] UploadPackV2: collected 6 objects, generating pack
18:02:50.310 [info] UploadPackV2: pack generated, 366 bytes
18:02:50.310 [info] UploadPackV2: fetch response 388 bytes
18:02:50.346 [info] UploadPackV2: processing ls-refs command
.
18:02:50.380 [info] UploadPackV2: processing ls-refs command
18:02:50.383 [info] UploadPackV2: processing fetch command
18:02:50.383 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:50.388 [info] UploadPackV2: collected 180 objects, generating pack
18:02:50.391 [info] UploadPackV2: pack generated, 11106 bytes
18:02:50.391 [info] UploadPackV2: fetch response 11128 bytes
.
18:02:50.501 [info] UploadPackV2: processing fetch command
18:02:50.501 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:50.501 [info] UploadPackV2: collected 3 objects, generating pack
18:02:50.501 [info] UploadPackV2: pack generated, 183 bytes
18:02:50.501 [info] UploadPackV2: fetch response 205 bytes
.
18:02:50.526 [info] UploadPackV2: processing ls-refs command
18:02:50.529 [info] UploadPackV2: processing fetch command
18:02:50.529 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:50.530 [info] UploadPackV2: collected 9 objects, generating pack
18:02:50.530 [info] UploadPackV2: pack generated, 549 bytes
18:02:50.530 [info] UploadPackV2: fetch response 571 bytes
18:02:50.564 [info] UploadPackV2: processing ls-refs command
.
18:02:50.591 [info] UploadPackV2: processing ls-refs command
18:02:50.595 [info] UploadPackV2: processing fetch command
18:02:50.595 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:50.595 [info] UploadPackV2: collected 3 objects, generating pack
18:02:50.595 [info] UploadPackV2: pack generated, 183 bytes
18:02:50.595 [info] UploadPackV2: fetch response 205 bytes
...
18:02:50.765 [info] UploadPackV2: processing ls-refs command
18:02:50.767 [info] UploadPackV2: processing fetch command
18:02:50.767 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:50.798 [info] UploadPackV2: collected 600 objects, generating pack
18:02:50.818 [info] UploadPackV2: pack generated, 45197 bytes
18:02:50.818 [info] UploadPackV2: fetch response 45219 bytes
.
18:02:50.981 [info] UploadPackV2: processing ls-refs command
18:02:50.983 [info] UploadPackV2: processing fetch command
18:02:50.983 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:02:50.984 [info] UploadPackV2: collected 3 objects, generating pack
18:02:50.984 [info] UploadPackV2: pack generated, 231 bytes
18:02:50.984 [info] UploadPackV2: fetch response 327 bytes
.
18:02:51.009 [info] UploadPackV2: processing fetch command
18:02:51.009 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.009 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.009 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.009 [info] UploadPackV2: fetch response 205 bytes
18:02:51.009 [info] UploadPackV2: processing fetch command
18:02:51.010 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.010 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.010 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.010 [info] UploadPackV2: fetch response 205 bytes
18:02:51.010 [info] UploadPackV2: processing fetch command
18:02:51.010 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.010 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.011 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.011 [info] UploadPackV2: fetch response 205 bytes
18:02:51.011 [info] UploadPackV2: processing fetch command
18:02:51.011 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.011 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.011 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.011 [info] UploadPackV2: fetch response 205 bytes
18:02:51.011 [info] UploadPackV2: processing fetch command
18:02:51.012 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.012 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.012 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.012 [info] UploadPackV2: fetch response 205 bytes
18:02:51.012 [info] UploadPackV2: processing fetch command
18:02:51.012 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.012 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.013 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.013 [info] UploadPackV2: fetch response 205 bytes
18:02:51.013 [info] UploadPackV2: processing fetch command
18:02:51.013 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.013 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.013 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.013 [info] UploadPackV2: fetch response 205 bytes
18:02:51.013 [info] UploadPackV2: processing fetch command
18:02:51.014 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.014 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.014 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.014 [info] UploadPackV2: fetch response 205 bytes
18:02:51.014 [info] UploadPackV2: processing fetch command
18:02:51.014 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.015 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.015 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.015 [info] UploadPackV2: fetch response 205 bytes
18:02:51.015 [info] UploadPackV2: processing fetch command
18:02:51.015 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.015 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.015 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.015 [info] UploadPackV2: fetch response 205 bytes
18:02:51.015 [info] UploadPackV2: processing fetch command
18:02:51.016 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.016 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.016 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.016 [info] UploadPackV2: fetch response 205 bytes
18:02:51.016 [info] UploadPackV2: processing fetch command
18:02:51.016 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.016 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.016 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.017 [info] UploadPackV2: fetch response 205 bytes
18:02:51.017 [info] UploadPackV2: processing fetch command
18:02:51.017 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.017 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.017 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.017 [info] UploadPackV2: fetch response 205 bytes
18:02:51.017 [info] UploadPackV2: processing fetch command
18:02:51.017 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.018 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.018 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.018 [info] UploadPackV2: fetch response 205 bytes
18:02:51.018 [info] UploadPackV2: processing fetch command
18:02:51.018 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.018 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.018 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.018 [info] UploadPackV2: fetch response 205 bytes
18:02:51.018 [info] UploadPackV2: processing fetch command
18:02:51.019 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.019 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.019 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.019 [info] UploadPackV2: fetch response 205 bytes
18:02:51.019 [info] UploadPackV2: processing fetch command
18:02:51.019 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.019 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.020 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.020 [info] UploadPackV2: fetch response 205 bytes
18:02:51.020 [info] UploadPackV2: processing fetch command
18:02:51.020 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.020 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.020 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.020 [info] UploadPackV2: fetch response 205 bytes
18:02:51.020 [info] UploadPackV2: processing fetch command
18:02:51.021 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.021 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.021 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.021 [info] UploadPackV2: fetch response 205 bytes
18:02:51.021 [info] UploadPackV2: processing fetch command
18:02:51.021 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.021 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.022 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.022 [info] UploadPackV2: fetch response 205 bytes
18:02:51.022 [info] UploadPackV2: processing fetch command
.
18:02:51.022 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.022 [info] UploadPackV2: collected 3 objects, generating pack
18:02:51.022 [info] UploadPackV2: pack generated, 183 bytes
18:02:51.022 [info] UploadPackV2: fetch response 205 bytes
18:02:51.027 [info] UploadPackV2: processing fetch command
18:02:51.027 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.027 [info] UploadPackV2: collected 0 objects, generating pack
18:02:51.027 [info] UploadPackV2: pack generated, 32 bytes
18:02:51.027 [info] UploadPackV2: fetch response 54 bytes
.
18:02:51.277 [info] UploadPackV2: processing ls-refs command
.
18:02:51.353 [info] UploadPackV2: processing ls-refs command
18:02:51.355 [info] UploadPackV2: processing fetch command
18:02:51.355 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:02:51.361 [info] UploadPackV2: collected 240 objects, generating pack
18:02:51.365 [info] UploadPackV2: pack generated, 16258 bytes
18:02:51.365 [info] UploadPackV2: fetch response 16280 bytes
.
18:02:51.445 [info] UploadPackV2: processing ls-refs command
..
18:03:06.637 [info] UploadPackV2: processing ls-refs command
18:03:06.639 [info] UploadPackV2: processing fetch command
18:03:06.639 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:06.639 [info] UploadPackV2: collected 3 objects, generating pack
18:03:06.639 [info] UploadPackV2: pack generated, 185 bytes
18:03:06.639 [info] UploadPackV2: fetch response 207 bytes
.
18:03:06.821 [info] UploadPackV2: processing ls-refs command
18:03:06.882 [info] UploadPackV2: processing fetch command
18:03:06.882 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:06.882 [info] UploadPackV2: collected 3 objects, generating pack
18:03:06.882 [info] UploadPackV2: pack generated, 196 bytes
18:03:06.882 [info] UploadPackV2: fetch response 218 bytes
.
18:03:07.069 [info] UploadPackV2: processing ls-refs command
18:03:07.070 [info] UploadPackV2: processing fetch command
18:03:07.071 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:07.071 [info] UploadPackV2: collected 15 objects, generating pack
18:03:07.072 [info] UploadPackV2: pack generated, 952 bytes
18:03:07.072 [info] UploadPackV2: fetch response 974 bytes
.
18:03:07.273 [info] UploadPackV2: processing ls-refs command
18:03:07.274 [info] UploadPackV2: processing fetch command
18:03:07.274 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:03:07.274 [info] UploadPackV2: collected 3 objects, generating pack
18:03:07.274 [info] UploadPackV2: pack generated, 200 bytes
18:03:07.274 [info] UploadPackV2: fetch response 256 bytes
.
18:03:07.333 [info] UploadPackV2: processing ls-refs command
18:03:07.349 [info] UploadPackV2: processing fetch command
18:03:07.349 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:07.349 [info] UploadPackV2: collected 3 objects, generating pack
18:03:07.349 [info] UploadPackV2: pack generated, 185 bytes
18:03:07.349 [info] UploadPackV2: fetch response 207 bytes
18:03:07.529 [info] UploadPackV2: processing ls-refs command
.
18:03:07.589 [info] UploadPackV2: processing ls-refs command
18:03:07.590 [info] UploadPackV2: processing fetch command
18:03:07.591 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:07.591 [info] UploadPackV2: collected 3 objects, generating pack
18:03:07.591 [info] UploadPackV2: pack generated, 196 bytes
18:03:07.591 [info] UploadPackV2: fetch response 218 bytes
.***.
18:03:07.726 [info] The function passed as a handler with ID "graph-query-test-15138" 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
......
18:03:07.736 [info] The function passed as a handler with ID "graph-query-test-15266" 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
...
18:03:07.742 [info] The function passed as a handler with ID "graph-query-test-4996" 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
...
18:03:07.857 [info] UploadPackV2: processing ls-refs command
18:03:07.860 [info] UploadPackV2: processing fetch command
18:03:07.860 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:object_type, :commit}, send_packfile=true
18:03:07.861 [info] UploadPackV2: collected 3 objects, generating pack
18:03:07.861 [info] UploadPackV2: pack generated, 381 bytes
18:03:07.861 [info] UploadPackV2: fetch response 403 bytes
.
18:03:08.045 [info] UploadPackV2: processing ls-refs command
18:03:08.106 [info] UploadPackV2: processing fetch command
18:03:08.107 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:03:08.107 [info] UploadPackV2: collected 6 objects, generating pack
18:03:08.108 [info] UploadPackV2: pack generated, 513 bytes
18:03:08.108 [info] UploadPackV2: fetch response 535 bytes
.
18:03:08.193 [info] UploadPackV2: processing ls-refs command
.
18:03:08.245 [info] UploadPackV2: processing ls-refs command
18:03:08.248 [info] UploadPackV2: processing fetch command
18:03:08.248 [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
18:03:08.249 [info] UploadPackV2: collected 6 objects, generating pack
18:03:08.249 [info] UploadPackV2: pack generated, 513 bytes
18:03:08.249 [info] UploadPackV2: fetch response 535 bytes
..
18:03:08.321 [info] UploadPackV2: processing ls-refs command
18:03:08.324 [info] UploadPackV2: processing fetch command
18:03:08.324 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:sparse_oid, "4f00cd9a7367fae9a753bdda17205e0f324aa8ae"}, send_packfile=true
18:03:08.325 [info] UploadPackV2: collected 5 objects, generating pack
18:03:08.325 [info] UploadPackV2: pack generated, 319 bytes
18:03:08.325 [info] UploadPackV2: fetch response 341 bytes
.
18:03:08.393 [info] UploadPackV2: processing ls-refs command
18:03:08.396 [info] UploadPackV2: processing fetch command
18:03:08.396 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:tree_depth, 0}, send_packfile=true
18:03:08.397 [info] UploadPackV2: collected 3 objects, generating pack
18:03:08.397 [info] UploadPackV2: pack generated, 381 bytes
18:03:08.397 [info] UploadPackV2: fetch response 403 bytes
.
18:03:08.461 [info] UploadPackV2: processing ls-refs command
.
18:03:08.521 [info] UploadPackV2: processing ls-refs command
18:03:08.523 [info] UploadPackV2: processing fetch command
18:03:08.523 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:03:08.523 [info] UploadPackV2: collected 3 objects, generating pack
18:03:08.523 [info] UploadPackV2: pack generated, 218 bytes
18:03:08.523 [info] UploadPackV2: fetch response 314 bytes
.
18:03:08.597 [info] UploadPackV2: processing ls-refs command
18:03:08.599 [info] UploadPackV2: processing fetch command
18:03:08.599 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:08.600 [info] UploadPackV2: collected 9 objects, generating pack
18:03:08.600 [info] UploadPackV2: pack generated, 549 bytes
18:03:08.600 [info] UploadPackV2: fetch response 571 bytes
18:03:08.616 [info] UploadPackV2: processing fetch command
18:03:08.616 [info] UploadPackV2.handle_fetch: 0 wants, 3 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
18:03:08.617 [info] UploadPackV2: fetch response 171 bytes
.
18:03:08.673 [info] UploadPackV2: processing ls-refs command
18:03:08.675 [info] UploadPackV2: processing fetch command
18:03:08.675 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:03:08.676 [info] UploadPackV2: collected 3 objects, generating pack
18:03:08.676 [info] UploadPackV2: pack generated, 216 bytes
18:03:08.676 [info] UploadPackV2: fetch response 312 bytes
18:03:08.733 [info] UploadPackV2: processing ls-refs command
18:03:08.734 [info] UploadPackV2: processing fetch command
18:03:08.734 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:03:08.735 [info] UploadPackV2: collected 12 objects, generating pack
18:03:08.736 [info] UploadPackV2: pack generated, 768 bytes
18:03:08.736 [info] UploadPackV2: fetch response 1002 bytes
..
18:03:08.805 [info] UploadPackV2: processing ls-refs command
.
18:03:08.861 [info] UploadPackV2: processing ls-refs command
18:03:08.863 [info] UploadPackV2: processing fetch command
18:03:08.863 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:03:08.864 [info] UploadPackV2: collected 9 objects, generating pack
18:03:08.865 [info] UploadPackV2: pack generated, 585 bytes
18:03:08.865 [info] UploadPackV2: fetch response 681 bytes
.
18:03:08.929 [info] UploadPackV2: processing ls-refs command
.
18:03:08.981 [info] UploadPackV2: processing ls-refs command
18:03:08.983 [info] UploadPackV2: processing fetch command
18:03:08.983 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:03:08.984 [info] UploadPackV2: collected 3 objects, generating pack
18:03:08.985 [info] UploadPackV2: pack generated, 216 bytes
18:03:08.985 [info] UploadPackV2: fetch response 312 bytes
.
18:03:09.002 [info] The function passed as a handler with ID "telemetry-test-15362" 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
18:03:09.002 [info] UploadPackV2: processing fetch command
18:03:09.002 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:03:09.003 [info] UploadPackV2: collected 3 objects, generating pack
18:03:09.003 [info] UploadPackV2: pack generated, 183 bytes
18:03:09.003 [info] UploadPackV2: fetch response 205 bytes
.
18:03:09.003 [info] The function passed as a handler with ID "telemetry-test-15394" 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
18:03:09.004 [info] UploadPackV2: processing fetch command
18:03:09.004 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:03:09.004 [info] UploadPackV2: collected 2 objects, generating pack
18:03:09.005 [info] UploadPackV2: pack generated, 169 bytes
.
18:03:09.005 [info] UploadPackV2: fetch response 191 bytes
18:03:09.008 [info] The function passed as a handler with ID "telemetry-test-15426" 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
.
18:03:24.077 [info] The function passed as a handler with ID "telemetry-test-5060" 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
18:03:24.078 [info] UploadPackV2: processing fetch command
.
18:03:24.078 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
*
18:03:24.078 [info] UploadPackV2: collected 3 objects, generating pack
*
18:03:24.078 [info] UploadPackV2: pack generated, 186 bytes
*
18:03:24.078 [info] UploadPackV2: fetch response 208 bytes
********................................*****
18:03:25.497 [info] UploadPackV2: processing ls-refs command
18:03:25.499 [info] UploadPackV2: processing fetch command
18:03:25.499 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:25.499 [info] UploadPackV2: collected 6 objects, generating pack
18:03:25.500 [info] UploadPackV2: pack generated, 365 bytes
18:03:25.500 [info] UploadPackV2: fetch response 387 bytes
.
18:03:40.573 [info] UploadPackV2: processing ls-refs command
18:03:40.574 [info] UploadPackV2: processing fetch command
18:03:40.574 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:03:40.575 [info] UploadPackV2: collected 3 objects, generating pack
18:03:40.575 [info] UploadPackV2: pack generated, 216 bytes
18:03:40.575 [info] UploadPackV2: fetch response 346 bytes
.
18:03:40.633 [info] UploadPackV2: processing ls-refs command
18:03:40.635 [info] UploadPackV2: processing fetch command
18:03:40.635 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:40.636 [info] UploadPackV2: collected 9 objects, generating pack
18:03:40.636 [info] UploadPackV2: pack generated, 547 bytes
18:03:40.636 [info] UploadPackV2: fetch response 569 bytes
18:03:40.709 [info] UploadPackV2: processing ls-refs command
.
18:03:40.849 [info] UploadPackV2: processing ls-refs command
18:03:40.851 [info] UploadPackV2: processing fetch command
18:03:40.851 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:40.851 [info] UploadPackV2: collected 6 objects, generating pack
18:03:40.851 [info] UploadPackV2: pack generated, 365 bytes
18:03:40.851 [info] UploadPackV2: fetch response 387 bytes
18:03:43.225 [info] UploadPackV2: processing ls-refs command
.
18:03:43.231 [info] UploadPackV2: processing fetch command
.
18:03:43.231 [info] UploadPackV2.handle_fetch: 1 wants, 3 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:43.231 [info] UploadPackV2: collected 3 objects, generating pack
18:03:43.231 [info] UploadPackV2: pack generated, 183 bytes
18:03:43.231 [info] UploadPackV2: fetch response 205 bytes
18:03:43.297 [info] UploadPackV2: processing ls-refs command
18:03:43.299 [info] UploadPackV2: processing fetch command
18:03:43.299 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:43.302 [info] UploadPackV2: collected 90 objects, generating pack
18:03:43.303 [info] UploadPackV2: pack generated, 5649 bytes
18:03:43.303 [info] UploadPackV2: fetch response 5671 bytes
18:03:43.621 [info] UploadPackV2: processing ls-refs command
.
18:03:43.685 [info] UploadPackV2: processing ls-refs command
18:03:43.685 [info] UploadPackV2: processing ls-refs command
18:03:43.687 [info] UploadPackV2: processing fetch command
18:03:43.688 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:43.688 [info] UploadPackV2: processing fetch command
18:03:43.689 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:43.689 [info] UploadPackV2: collected 6 objects, generating pack
18:03:43.689 [info] UploadPackV2: pack generated, 365 bytes
18:03:43.693 [info] UploadPackV2: fetch response 387 bytes
18:03:43.694 [info] UploadPackV2: collected 6 objects, generating pack
18:03:43.694 [info] UploadPackV2: pack generated, 365 bytes
18:03:43.694 [info] UploadPackV2: fetch response 387 bytes
.
18:03:43.781 [info] UploadPackV2: processing ls-refs command
18:03:43.783 [info] UploadPackV2: processing fetch command
18:03:43.783 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:43.783 [info] UploadPackV2: collected 6 objects, generating pack
18:03:43.784 [info] UploadPackV2: pack generated, 366 bytes
18:03:43.784 [info] UploadPackV2: fetch response 388 bytes
18:03:43.841 [info] UploadPackV2: processing ls-refs command
18:03:43.842 [info] UploadPackV2: processing fetch command
18:03:43.842 [info] UploadPackV2.handle_fetch: 1 wants, 2 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
18:03:43.843 [info] UploadPackV2: fetch response 32 bytes
18:03:43.843 [info] UploadPackV2: processing fetch command
18:03:43.843 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:43.843 [info] UploadPackV2: collected 3 objects, generating pack
18:03:43.843 [info] UploadPackV2: pack generated, 183 bytes
18:03:43.844 [info] UploadPackV2: fetch response 205 bytes
.
18:03:43.905 [info] UploadPackV2: processing ls-refs command
18:03:43.907 [info] UploadPackV2: processing fetch command
18:03:43.907 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:03:43.908 [info] UploadPackV2: collected 6 objects, generating pack
18:03:43.908 [info] UploadPackV2: pack generated, 365 bytes
18:03:43.908 [info] UploadPackV2: fetch response 387 bytes
18:03:43.927 [info] UploadPackV2: processing fetch command
18:03:43.928 [info] UploadPackV2.handle_fetch: 0 wants, 2 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
18:03:43.928 [info] UploadPackV2: fetch response 122 bytes
.
18:03:43.931 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :start]--576460752303402206" 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
.
18:03:43.932 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :stop]--576460752303402174" 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
.
18:03:43.932 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :start]--576460752303402142" 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
.
18:03:43.932 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :stop]--576460752303402110" 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
.
18:03:43.933 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :start]--576460752303402078" 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
18:03:43.933 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :stop]--576460752303402046" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
Finished in 220.2 seconds (30.4s async, 189.7s sync)
18:03:43.933 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :start]--576460752303402014" 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
Result: 1039 passed (2 properties, 1037 tests), 19 skipped, 58 excluded
18:03:43.934 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :stop]--576460752303401982" 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
Exporting cover results ...
Run "mix test.coverage" once all exports complete
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
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