ref:main

test passed

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

Build Output

Using cached prepared image: anvil-prepared:cfa6aaa93a51
Compiling 1 file (.ex)
Cover compiling modules ...
Running ExUnit with seed: 229827, max_cases: 8
Excluding tags: [:s3]
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 "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
99 │ <<body::binary-size(body_len), checksum::binary-size(20)>> = idx_data
│ ~
└─ test/ex_git_objectstore/pack/index_test.exs:99:27: ExGitObjectstore.Pack.IndexTest."test spec compliance - checksum and sorting generated index has valid checksum"/1
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
115 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = idx_data
│ ~
└─ test/ex_git_objectstore/pack/index_test.exs:115:27: ExGitObjectstore.Pack.IndexTest."test spec compliance - checksum and sorting rejects index with corrupted checksum"/1
warning: the variable "mid" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
207 │ <<before::binary-size(mid), byte, after_bytes::binary>> = pack_data
│ ~
└─ test/ex_git_objectstore/pack/reader_test.exs:207:29: ExGitObjectstore.Pack.ReaderTest."test spec compliance - pack checksum verification verify_pack_checksum detects corruption"/1
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
225 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = pack_data
│ ~
└─ test/ex_git_objectstore/pack/reader_test.exs:225:27: ExGitObjectstore.Pack.ReaderTest."test spec compliance - pack checksum verification parse rejects pack with corrupted checksum"/1
..............
17:47:08.793 [info] UploadPackV2: processing fetch command
17:47:08.866 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.........
17:47:08.893 [info] UploadPackV2: collected 23 objects, generating pack
.
17:47:08.893 [info] UploadPackV2: pack generated, 1404 bytes
...
17:47:08.893 [info] UploadPackV2: fetch response 1426 bytes
................
17:47:09.011 [info] UploadPackV2: processing fetch command
17:47:09.011 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.012 [info] UploadPackV2: collected 19 objects, generating pack
17:47:09.021 [info] UploadPackV2: pack generated, 1196 bytes
17:47:09.021 [info] UploadPackV2: fetch response 1218 bytes
17:47:09.024 [info] UploadPackV2: processing fetch command
17:47:09.024 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.040 [info] UploadPackV2: collected 31 objects, generating pack
17:47:09.041 [info] UploadPackV2: pack generated, 1865 bytes
17:47:09.041 [info] UploadPackV2: fetch response 1887 bytes
17:47:09.063 [info] UploadPackV2: processing fetch command
17:47:09.063 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.064 [info] UploadPackV2: collected 8 objects, generating pack
17:47:09.064 [info] UploadPackV2: pack generated, 482 bytes
17:47:09.064 [info] UploadPackV2: fetch response 504 bytes
17:47:09.090 [info] UploadPackV2: processing fetch command
17:47:09.090 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.091 [info] UploadPackV2: collected 27 objects, generating pack
17:47:09.092 [info] UploadPackV2: pack generated, 1678 bytes
17:47:09.092 [info] UploadPackV2: fetch response 1700 bytes
.
17:47:09.100 [info] UploadPackV2: processing fetch command
.
17:47:09.100 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.100 [info] UploadPackV2: collected 20 objects, generating pack
17:47:09.109 [info] UploadPackV2: pack generated, 1203 bytes
17:47:09.109 [info] UploadPackV2: fetch response 1225 bytes
17:47:09.122 [info] UploadPackV2: processing fetch command
17:47:09.122 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.130 [info] UploadPackV2: collected 15 objects, generating pack
17:47:09.130 [info] UploadPackV2: pack generated, 956 bytes
17:47:09.130 [info] UploadPackV2: fetch response 978 bytes
17:47:09.132 [info] UploadPackV2: processing fetch command
17:47:09.132 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.132 [info] UploadPackV2: collected 7 objects, generating pack
17:47:09.132 [info] UploadPackV2: pack generated, 475 bytes
17:47:09.132 [info] UploadPackV2: fetch response 497 bytes
17:47:09.143 [info] UploadPackV2: processing fetch command
17:47:09.144 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.156 [info] UploadPackV2: collected 55 objects, generating pack
17:47:09.162 [info] UploadPackV2: pack generated, 3305 bytes
17:47:09.162 [info] UploadPackV2: fetch response 3327 bytes
17:47:09.193 [info] UploadPackV2: processing fetch command
17:47:09.263 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.264 [info] UploadPackV2: collected 15 objects, generating pack
17:47:09.270 [info] UploadPackV2: pack generated, 956 bytes
17:47:09.271 [info] UploadPackV2: fetch response 978 bytes
17:47:09.290 [info] UploadPackV2: processing fetch command
17:47:09.290 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.291 [info] UploadPackV2: collected 19 objects, generating pack
17:47:09.291 [info] UploadPackV2: pack generated, 1196 bytes
17:47:09.291 [info] UploadPackV2: fetch response 1218 bytes
17:47:09.312 [info] UploadPackV2: processing fetch command
17:47:09.312 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.313 [info] UploadPackV2: collected 30 objects, generating pack
17:47:09.314 [info] UploadPackV2: pack generated, 1860 bytes
17:47:09.314 [info] UploadPackV2: fetch response 1882 bytes
17:47:09.331 [info] UploadPackV2: processing fetch command
17:47:09.331 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.332 [info] UploadPackV2: collected 27 objects, generating pack
17:47:09.349 [info] UploadPackV2: pack generated, 1678 bytes
17:47:09.349 [info] UploadPackV2: fetch response 1700 bytes
17:47:09.376 [info] UploadPackV2: processing fetch command
17:47:09.376 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.376 [info] UploadPackV2: collected 8 objects, generating pack
17:47:09.382 [info] UploadPackV2: pack generated, 482 bytes
.
17:47:09.382 [info] UploadPackV2: fetch response 504 bytes
.
17:47:09.391 [info] UploadPackV2: processing fetch command
17:47:09.391 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:09.392 [info] UploadPackV2: collected 28 objects, generating pack
.
17:47:09.392 [info] UploadPackV2: pack generated, 1622 bytes
.
17:47:09.392 [info] UploadPackV2: fetch response 1644 bytes
.
17:47:09.427 [info] UploadPackV2: processing fetch command
.
17:47:09.427 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:09.444 [info] UploadPackV2: collected 15 objects, generating pack
.
17:47:09.444 [info] UploadPackV2: pack generated, 956 bytes
.
17:47:09.445 [info] UploadPackV2: fetch response 978 bytes
.
17:47:09.466 [info] UploadPackV2: processing fetch command
.
17:47:09.466 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:09.467 [info] UploadPackV2: collected 26 objects, generating pack
.
17:47:09.468 [info] UploadPackV2: pack generated, 1620 bytes
..........
17:47:09.469 [info] UploadPackV2: fetch response 1642 bytes
.
17:47:09.476 [info] UploadPackV2: processing fetch command
.
17:47:09.476 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:09.482 [info] UploadPackV2: collected 52 objects, generating pack
.
17:47:09.483 [info] UploadPackV2: pack generated, 3066 bytes
.
17:47:09.483 [info] UploadPackV2: fetch response 3088 bytes
17:47:09.499 [info] UploadPackV2: processing fetch command
17:47:09.499 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.499 [info] UploadPackV2: collected 7 objects, generating pack
17:47:09.499 [info] UploadPackV2: pack generated, 475 bytes
17:47:09.499 [info] UploadPackV2: fetch response 497 bytes
17:47:08.937 [info] The function passed as a handler with ID #Reference<0.1530032211.3857711105.215127> 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
17:47:09.513 [info] UploadPackV2: processing fetch command
17:47:09.513 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.513 [info] UploadPackV2: collected 16 objects, generating pack
17:47:09.514 [info] UploadPackV2: pack generated, 962 bytes
17:47:09.514 [info] UploadPackV2: fetch response 984 bytes
17:47:09.533 [info] UploadPackV2: processing fetch command
17:47:09.533 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.534 [info] UploadPackV2: collected 42 objects, generating pack
17:47:09.534 [info] UploadPackV2: pack generated, 2580 bytes
17:47:09.534 [info] UploadPackV2: fetch response 2602 bytes
17:47:09.539 [info] UploadPackV2: processing fetch command
17:47:09.539 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.540 [info] UploadPackV2: collected 27 objects, generating pack
17:47:09.540 [info] UploadPackV2: pack generated, 1678 bytes
17:47:09.551 [info] UploadPackV2: fetch response 1700 bytes
17:47:09.555 [info] UploadPackV2: processing fetch command
17:47:09.557 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.558 [info] UploadPackV2: collected 39 objects, generating pack
17:47:09.558 [info] UploadPackV2: pack generated, 2364 bytes
17:47:09.558 [info] UploadPackV2: fetch response 2386 bytes
17:47:09.568 [info] UploadPackV2: processing fetch command
17:47:09.578 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.579 [info] UploadPackV2: collected 24 objects, generating pack
17:47:09.580 [info] UploadPackV2: pack generated, 1443 bytes
17:47:09.580 [info] UploadPackV2: fetch response 1465 bytes
17:47:09.588 [info] UploadPackV2: processing fetch command
17:47:09.588 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.590 [info] UploadPackV2: collected 11 objects, generating pack
17:47:09.590 [info] UploadPackV2: pack generated, 714 bytes
17:47:09.590 [info] UploadPackV2: fetch response 736 bytes
17:47:09.592 [info] UploadPackV2: processing fetch command
17:47:09.592 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.603 [info] UploadPackV2: collected 24 objects, generating pack
17:47:09.603 [info] UploadPackV2: pack generated, 1411 bytes
17:47:09.603 [info] UploadPackV2: fetch response 1433 bytes
17:47:09.618 [info] UploadPackV2: processing fetch command
17:47:09.618 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.619 [info] UploadPackV2: collected 15 objects, generating pack
17:47:09.619 [info] UploadPackV2: pack generated, 958 bytes
17:47:09.619 [info] UploadPackV2: fetch response 980 bytes
17:47:09.638 [info] UploadPackV2: processing fetch command
17:47:09.687 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.687 [info] UploadPackV2: collected 12 objects, generating pack
.
17:47:09.687 [info] UploadPackV2: pack generated, 723 bytes
17:47:09.687 [info] UploadPackV2: fetch response 745 bytes
17:47:09.699 [info] UploadPackV2: processing fetch command
17:47:09.699 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.705 [info] UploadPackV2: collected 43 objects, generating pack
17:47:09.706 [info] UploadPackV2: pack generated, 2605 bytes
17:47:09.706 [info] UploadPackV2: fetch response 2627 bytes
17:47:09.715 [info] UploadPackV2: processing fetch command
.
17:47:09.715 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:09.716 [info] UploadPackV2: collected 15 objects, generating pack
.
17:47:09.716 [info] UploadPackV2: pack generated, 903 bytes
.
17:47:09.716 [info] UploadPackV2: fetch response 925 bytes
.
17:47:09.741 [info] UploadPackV2: processing fetch command
.
17:47:09.741 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:09.742 [info] UploadPackV2: collected 30 objects, generating pack
.
17:47:09.743 [info] UploadPackV2: pack generated, 1859 bytes
.
17:47:09.743 [info] UploadPackV2: fetch response 1881 bytes
.
17:47:09.755 [info] UploadPackV2: processing fetch command
.
17:47:09.756 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:09.756 [info] UploadPackV2: collected 27 objects, generating pack
.
17:47:09.758 [info] UploadPackV2: pack generated, 1678 bytes
.
17:47:09.758 [info] UploadPackV2: fetch response 1700 bytes
.
17:47:09.768 [info] UploadPackV2: processing fetch command
.
17:47:09.768 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.768 [info] UploadPackV2: collected 12 objects, generating pack
17:47:09.768 [info] UploadPackV2: pack generated, 723 bytes
17:47:09.768 [info] UploadPackV2: fetch response 745 bytes
17:47:09.785 [info] UploadPackV2: processing fetch command
17:47:09.785 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.786 [info] UploadPackV2: collected 27 objects, generating pack
17:47:09.787 [info] UploadPackV2: pack generated, 1624 bytes
17:47:09.787 [info] UploadPackV2: fetch response 1646 bytes
17:47:09.796 [info] UploadPackV2: processing fetch command
17:47:09.796 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.805 [info] UploadPackV2: collected 38 objects, generating pack
17:47:09.806 [info] UploadPackV2: pack generated, 2336 bytes
17:47:09.806 [info] UploadPackV2: fetch response 2358 bytes
17:47:09.825 [info] UploadPackV2: processing fetch command
17:47:09.825 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.826 [info] UploadPackV2: collected 8 objects, generating pack
17:47:09.826 [info] UploadPackV2: pack generated, 482 bytes
17:47:09.826 [info] UploadPackV2: fetch response 504 bytes
17:47:09.843 [info] UploadPackV2: processing fetch command
17:47:09.843 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.844 [info] UploadPackV2: collected 59 objects, generating pack
17:47:09.856 [info] UploadPackV2: pack generated, 3540 bytes
17:47:09.856 [info] UploadPackV2: fetch response 3562 bytes
17:47:09.881 [info] UploadPackV2: processing fetch command
17:47:09.881 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.882 [info] UploadPackV2: collected 7 objects, generating pack
.
17:47:09.882 [info] UploadPackV2: pack generated, 475 bytes
.
17:47:09.882 [info] UploadPackV2: fetch response 497 bytes
.
17:47:09.883 [info] UploadPackV2: processing fetch command
.
17:47:09.883 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:09.884 [info] UploadPackV2: collected 11 objects, generating pack
.
17:47:09.884 [info] UploadPackV2: pack generated, 717 bytes
.
17:47:09.884 [info] UploadPackV2: fetch response 739 bytes
.
17:47:09.890 [info] UploadPackV2: processing fetch command
.
17:47:09.890 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:09.891 [info] UploadPackV2: collected 24 objects, generating pack
.
17:47:09.891 [info] UploadPackV2: pack generated, 1443 bytes
.
17:47:09.892 [info] UploadPackV2: fetch response 1465 bytes
.
17:47:09.894 [info] UploadPackV2: processing fetch command
17:47:09.894 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.895 [info] UploadPackV2: collected 23 objects, generating pack
17:47:09.895 [info] UploadPackV2: pack generated, 1435 bytes
17:47:09.895 [info] UploadPackV2: fetch response 1457 bytes
17:47:09.907 [info] UploadPackV2: processing fetch command
17:47:09.907 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:09.908 [info] UploadPackV2: collected 38 objects, generating pack
17:47:09.917 [info] UploadPackV2: pack generated, 2339 bytes
17:47:10.175 [info] UploadPackV2: fetch response 2361 bytes
17:47:10.180 [info] UploadPackV2: processing fetch command
17:47:10.180 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:10.195 [info] UploadPackV2: collected 23 objects, generating pack
17:47:10.195 [info] UploadPackV2: pack generated, 1435 bytes
.
17:47:10.195 [info] UploadPackV2: fetch response 1457 bytes
.
17:47:10.204 [info] UploadPackV2: processing fetch command
.
17:47:10.204 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:10.216 [info] UploadPackV2: collected 31 objects, generating pack
.
17:47:10.216 [info] UploadPackV2: pack generated, 1887 bytes
.
17:47:10.216 [info] UploadPackV2: fetch response 1909 bytes
.
17:47:10.232 [info] UploadPackV2: processing fetch command
.
17:47:10.232 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:10.235 [info] UploadPackV2: collected 22 objects, generating pack
.
17:47:10.235 [info] UploadPackV2: pack generated, 1379 bytes
.
17:47:10.235 [info] UploadPackV2: fetch response 1401 bytes
.
17:47:10.247 [info] UploadPackV2: processing fetch command
.
17:47:10.247 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:10.248 [info] UploadPackV2: collected 36 objects, generating pack
.
17:47:10.259 [info] UploadPackV2: pack generated, 2102 bytes
.
17:47:10.259 [info] UploadPackV2: fetch response 2124 bytes
...
17:47:10.282 [info] UploadPackV2: processing fetch command
..
17:47:10.282 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:10.283 [info] UploadPackV2: collected 44 objects, generating pack
17:47:10.302 [info] UploadPackV2: pack generated, 2614 bytes
17:47:10.302 [info] UploadPackV2: fetch response 2636 bytes
17:47:10.337 [info] UploadPackV2: processing fetch command
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
224 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = pack_data
│ ~
└─ test/ex_git_objectstore/fsck_test.exs:224:25: ExGitObjectstore.FsckTest."test detects corrupted pack checksum"/1
17:47:10.337 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:10.338 [info] UploadPackV2: collected 8 objects, generating pack
17:47:10.338 [info] UploadPackV2: pack generated, 482 bytes
17:47:10.338 [info] UploadPackV2: fetch response 504 bytes
17:47:10.340 [info] UploadPackV2: processing fetch command
17:47:10.340 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:10.340 [info] UploadPackV2: collected 8 objects, generating pack
17:47:10.357 [info] UploadPackV2: pack generated, 482 bytes
17:47:10.357 [info] UploadPackV2: fetch response 504 bytes
17:47:10.372 [info] UploadPackV2: processing fetch command
17:47:10.372 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:10.373 [info] UploadPackV2: collected 22 objects, generating pack
17:47:10.374 [info] UploadPackV2: pack generated, 1379 bytes
17:47:10.374 [info] UploadPackV2: fetch response 1401 bytes
17:47:10.404 [info] UploadPackV2: processing fetch command
....
17:47:10.404 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:10.415 [info] UploadPackV2: collected 23 objects, generating pack
.
17:47:10.416 [info] UploadPackV2: pack generated, 1435 bytes
.
17:47:10.416 [info] UploadPackV2: fetch response 1457 bytes
.
17:47:10.447 [info] UploadPackV2: processing fetch command
.
17:47:10.447 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:10.448 [info] UploadPackV2: collected 27 objects, generating pack
.
17:47:10.460 [info] UploadPackV2: pack generated, 1676 bytes
.
17:47:10.461 [info] UploadPackV2: fetch response 1698 bytes
.
17:47:10.478 [info] UploadPackV2: processing fetch command
.
17:47:10.478 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:10.478 [info] UploadPackV2: collected 7 objects, generating pack
.
17:47:10.479 [info] UploadPackV2: pack generated, 475 bytes
.
17:47:10.479 [info] UploadPackV2: fetch response 497 bytes
.
17:47:10.502 [info] UploadPackV2: processing fetch command
.
17:47:10.502 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:10.502 [info] UploadPackV2: collected 7 objects, generating pack
.
17:47:10.503 [info] UploadPackV2: pack generated, 475 bytes
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
35 │ <<body::binary-size(body_len), checksum::binary-size(20)>> = pack_data
│ ~
└─ test/ex_git_objectstore/pack/writer_test.exs:35:27: ExGitObjectstore.Pack.WriterTest."test generate generates valid packfile with a single blob"/1
warning: variable "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
.
17:47:10.503 [info] UploadPackV2: fetch response 497 bytes
.
17:47:10.508 [info] UploadPackV2: processing fetch command
.
17:47:10.508 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
....
17:47:10.517 [info] UploadPackV2: collected 20 objects, generating pack
.
17:47:10.518 [info] UploadPackV2: pack generated, 1203 bytes
.
17:47:10.518 [info] UploadPackV2: fetch response 1225 bytes
.
17:47:10.534 [info] UploadPackV2: processing fetch command
.
17:47:10.534 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:10.535 [info] UploadPackV2: collected 16 objects, generating pack
.
17:47:10.536 [info] UploadPackV2: pack generated, 962 bytes
.
17:47:10.536 [info] UploadPackV2: fetch response 984 bytes
.
17:47:10.562 [info] UploadPackV2: processing fetch command
.
17:47:10.921 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:10.922 [info] UploadPackV2: collected 15 objects, generating pack
17:47:10.923 [info] UploadPackV2: pack generated, 956 bytes
17:47:10.923 [info] UploadPackV2: fetch response 978 bytes
17:47:10.931 [info] UploadPackV2: processing fetch command
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
17:47:10.931 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:10.931 [info] UploadPackV2: collected 15 objects, generating pack
17:47:10.932 [info] UploadPackV2: pack generated, 956 bytes
17:47:10.932 [info] UploadPackV2: fetch response 978 bytes
17:47:10.947 [info] UploadPackV2: processing fetch command
17:47:10.947 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:10.947 [info] UploadPackV2: collected 19 objects, generating pack
............
17:47:10.948 [info] UploadPackV2: pack generated, 1194 bytes
17:47:10.948 [info] UploadPackV2: fetch response 1216 bytes
17:47:10.959 [info] UploadPackV2: processing fetch command
17:47:10.959 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:10.960 [info] UploadPackV2: collected 15 objects, generating pack
.
17:47:10.969 [info] UploadPackV2: pack generated, 956 bytes
.
17:47:10.969 [info] UploadPackV2: fetch response 978 bytes
.
17:47:10.974 [info] UploadPackV2: processing fetch command
.
17:47:10.974 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:10.975 [info] UploadPackV2: collected 15 objects, generating pack
.
17:47:10.975 [info] UploadPackV2: pack generated, 956 bytes
.
17:47:10.975 [info] UploadPackV2: fetch response 978 bytes
.
17:47:10.980 [info] UploadPackV2: processing fetch command
..
17:47:10.980 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:10.981 [info] UploadPackV2: collected 16 objects, generating pack
17:47:10.981 [info] UploadPackV2: pack generated, 962 bytes
17:47:10.981 [info] UploadPackV2: fetch response 984 bytes
17:47:10.984 [info] UploadPackV2: processing fetch command
17:47:10.984 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:10.985 [info] UploadPackV2: collected 23 objects, generating pack
17:47:10.986 [info] UploadPackV2: pack generated, 1435 bytes
17:47:10.986 [info] UploadPackV2: fetch response 1457 bytes
17:47:10.989 [info] UploadPackV2: processing fetch command
17:47:10.990 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:10.990 [info] UploadPackV2: collected 15 objects, generating pack
17:47:10.991 [info] UploadPackV2: pack generated, 958 bytes
17:47:10.991 [info] UploadPackV2: fetch response 980 bytes
17:47:10.994 [info] UploadPackV2: processing fetch command
17:47:10.994 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:10.994 [info] UploadPackV2: collected 20 objects, generating pack
17:47:10.995 [info] UploadPackV2: pack generated, 1171 bytes
17:47:10.995 [info] UploadPackV2: fetch response 1193 bytes
17:47:10.998 [info] UploadPackV2: processing fetch command
17:47:10.998 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:11.000 [info] UploadPackV2: collected 51 objects, generating pack
17:47:11.000 [info] UploadPackV2: pack generated, 3055 bytes
17:47:11.000 [info] UploadPackV2: fetch response 3077 bytes
17:47:11.007 [info] UploadPackV2: processing fetch command
17:47:11.007 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:11.008 [info] UploadPackV2: collected 12 objects, generating pack
17:47:11.008 [info] UploadPackV2: pack generated, 723 bytes
17:47:11.008 [info] UploadPackV2: fetch response 745 bytes
17:47:11.010 [info] UploadPackV2: processing fetch command
17:47:11.010 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:11.011 [info] UploadPackV2: collected 7 objects, generating pack
17:47:11.011 [info] UploadPackV2: pack generated, 475 bytes
17:47:11.011 [info] UploadPackV2: fetch response 497 bytes
17:47:11.014 [info] UploadPackV2: processing fetch command
17:47:11.014 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:11.015 [info] UploadPackV2: collected 27 objects, generating pack
17:47:11.015 [info] UploadPackV2: pack generated, 1678 bytes
17:47:11.015 [info] UploadPackV2: fetch response 1700 bytes
17:47:11.029 [info] UploadPackV2: processing fetch command
17:47:11.029 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:11.030 [info] UploadPackV2: collected 15 objects, generating pack
17:47:11.031 [info] UploadPackV2: pack generated, 958 bytes
17:47:11.031 [info] UploadPackV2: fetch response 980 bytes
17:47:11.037 [info] UploadPackV2: processing fetch command
17:47:11.037 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:11.041 [info] UploadPackV2: collected 4 objects, generating pack
17:47:11.042 [info] UploadPackV2: pack generated, 241 bytes
17:47:11.042 [info] UploadPackV2: fetch response 263 bytes
17:47:11.044 [info] UploadPackV2: processing fetch command
17:47:11.044 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:11.044 [info] UploadPackV2: collected 15 objects, generating pack
17:47:11.044 [info] UploadPackV2: pack generated, 956 bytes
17:47:11.044 [info] UploadPackV2: fetch response 978 bytes
17:47:11.048 [info] UploadPackV2: processing fetch command
17:47:11.048 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:11.059 [info] UploadPackV2: collected 19 objects, generating pack
17:47:11.060 [info] UploadPackV2: pack generated, 1196 bytes
17:47:11.060 [info] UploadPackV2: fetch response 1218 bytes
17:47:11.070 [info] UploadPackV2: processing fetch command
17:47:11.070 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:11.071 [info] UploadPackV2: collected 19 objects, generating pack
17:47:11.071 [info] UploadPackV2: pack generated, 1165 bytes
17:47:11.071 [info] UploadPackV2: fetch response 1187 bytes
17:47:11.074 [info] UploadPackV2: processing fetch command
17:47:11.074 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:11.075 [info] UploadPackV2: collected 42 objects, generating pack
17:47:11.076 [info] UploadPackV2: pack generated, 2581 bytes
17:47:11.076 [info] UploadPackV2: fetch response 2603 bytes
17:47:11.091 [info] UploadPackV2: processing fetch command
17:47:11.091 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:11.092 [info] UploadPackV2: collected 46 objects, generating pack
17:47:11.102 [info] UploadPackV2: pack generated, 2823 bytes
17:47:11.102 [info] UploadPackV2: fetch response 2845 bytes
17:47:11.120 [info] UploadPackV2: processing fetch command
17:47:11.120 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:11.120 [info] UploadPackV2: collected 23 objects, generating pack
17:47:11.130 [info] UploadPackV2: pack generated, 1437 bytes
17:47:11.518 [info] UploadPackV2: fetch response 1459 bytes
17:47:11.539 [info] UploadPackV2: processing fetch command
.
17:47:11.539 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:11.539 [info] UploadPackV2: collected 15 objects, generating pack
17:47:11.540 [info] UploadPackV2: pack generated, 956 bytes
.
17:47:11.540 [info] UploadPackV2: fetch response 978 bytes
.
17:47:11.580 [info] UploadPackV2: processing fetch command
.
17:47:11.580 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:11.589 [info] UploadPackV2: collected 11 objects, generating pack
.
17:47:11.589 [info] UploadPackV2: pack generated, 717 bytes
.
17:47:11.590 [info] UploadPackV2: fetch response 739 bytes
.
17:47:11.592 [info] UploadPackV2: processing fetch command
.
17:47:11.605 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:11.606 [info] UploadPackV2: collected 19 objects, generating pack
...
17:47:11.606 [info] UploadPackV2: pack generated, 1196 bytes
17:47:11.606 [info] UploadPackV2: fetch response 1218 bytes
17:47:11.619 [info] UploadPackV2: processing fetch command
17:47:11.619 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:11.620 [info] UploadPackV2: collected 17 objects, generating pack
17:47:11.620 [info] UploadPackV2: pack generated, 1245 bytes
17:47:11.620 [info] UploadPackV2: fetch response 1267 bytes
17:47:11.632 [info] UploadPackV2: processing fetch command
17:47:11.632 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:11.632 [info] UploadPackV2: collected 14 objects, generating pack
17:47:11.632 [info] UploadPackV2: pack generated, 1064 bytes
17:47:11.632 [info] UploadPackV2: fetch response 1086 bytes
.
17:47:11.648 [info] UploadPackV2: processing fetch command
.
17:47:11.648 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
17:47:11.663 [info] UploadPackV2: collected 23 objects, generating pack
.
17:47:11.664 [info] UploadPackV2: pack generated, 1661 bytes
.
17:47:11.664 [info] UploadPackV2: fetch response 1683 bytes
.
17:47:11.693 [info] UploadPackV2: processing fetch command
.
17:47:11.694 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
17:47:11.694 [info] UploadPackV2: collected 6 objects, generating pack
.
17:47:11.694 [info] UploadPackV2: pack generated, 428 bytes
...
17:47:11.694 [info] UploadPackV2: fetch response 450 bytes
.
17:47:11.696 [info] UploadPackV2: processing fetch command
.
17:47:11.696 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
17:47:11.711 [info] UploadPackV2: collected 20 objects, generating pack
.
17:47:11.711 [info] UploadPackV2: pack generated, 1492 bytes
.
17:47:11.711 [info] UploadPackV2: fetch response 1514 bytes
.
17:47:11.762 [info] UploadPackV2: processing fetch command
.
17:47:11.762 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
17:47:11.763 [info] UploadPackV2: collected 15 objects, generating pack
.
17:47:11.763 [info] UploadPackV2: pack generated, 1068 bytes
.
17:47:11.763 [info] UploadPackV2: fetch response 1090 bytes
.
17:47:11.779 [info] UploadPackV2: processing fetch command
.
17:47:11.779 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
17:47:11.779 [info] UploadPackV2: collected 11 objects, generating pack
.
17:47:11.779 [info] UploadPackV2: pack generated, 851 bytes
.
17:47:11.779 [info] UploadPackV2: fetch response 873 bytes
.
17:47:11.794 [info] UploadPackV2: processing fetch command
.
17:47:11.794 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:11.794 [info] UploadPackV2: collected 5 objects, generating pack
17:47:11.794 [info] UploadPackV2: pack generated, 424 bytes
17:47:11.794 [info] UploadPackV2: fetch response 446 bytes
17:47:11.798 [info] UploadPackV2: processing fetch command
17:47:11.798 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:11.799 [info] UploadPackV2: collected 41 objects, generating pack
17:47:11.800 [info] UploadPackV2: pack generated, 2939 bytes
17:47:11.800 [info] UploadPackV2: fetch response 2961 bytes
17:47:11.836 [info] UploadPackV2: processing fetch command
17:47:11.836 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:11.836 [info] UploadPackV2: collected 11 objects, generating pack
17:47:11.836 [info] UploadPackV2: pack generated, 851 bytes
17:47:11.836 [info] UploadPackV2: fetch response 873 bytes
17:47:11.839 [info] UploadPackV2: processing fetch command
17:47:11.839 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:11.839 [info] UploadPackV2: collected 14 objects, generating pack
17:47:11.839 [info] UploadPackV2: pack generated, 1064 bytes
17:47:11.840 [info] UploadPackV2: fetch response 1086 bytes
17:47:11.876 [info] UploadPackV2: processing fetch command
17:47:11.876 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:11.888 [info] UploadPackV2: collected 22 objects, generating pack
17:47:11.945 [info] UploadPackV2: pack generated, 1659 bytes
17:47:11.945 [info] UploadPackV2: fetch response 1681 bytes
17:47:11.951 [info] UploadPackV2: processing fetch command
17:47:11.952 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:11.952 [info] UploadPackV2: collected 20 objects, generating pack
17:47:11.952 [info] UploadPackV2: pack generated, 1492 bytes
17:47:11.962 [info] UploadPackV2: fetch response 1514 bytes
17:47:11.978 [info] UploadPackV2: processing fetch command
17:47:11.979 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:11.979 [info] UploadPackV2: collected 6 objects, generating pack
17:47:11.979 [info] UploadPackV2: pack generated, 428 bytes
17:47:11.979 [info] UploadPackV2: fetch response 450 bytes
17:47:11.982 [info] UploadPackV2: processing fetch command
17:47:11.982 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:11.983 [info] UploadPackV2: collected 21 objects, generating pack
17:47:11.983 [info] UploadPackV2: pack generated, 1433 bytes
17:47:11.983 [info] UploadPackV2: fetch response 1455 bytes
17:47:12.006 [info] UploadPackV2: processing fetch command
17:47:12.006 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.006 [info] UploadPackV2: collected 11 objects, generating pack
17:47:12.007 [info] UploadPackV2: pack generated, 851 bytes
17:47:12.007 [info] UploadPackV2: fetch response 873 bytes
17:47:12.018 [info] UploadPackV2: processing fetch command
17:47:12.018 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.019 [info] UploadPackV2: collected 19 objects, generating pack
17:47:12.019 [info] UploadPackV2: pack generated, 1446 bytes
17:47:12.019 [info] UploadPackV2: fetch response 1468 bytes
17:47:12.032 [info] UploadPackV2: processing fetch command
.
17:47:12.032 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
17:47:12.042 [info] UploadPackV2: collected 39 objects, generating pack
.
17:47:12.042 [info] UploadPackV2: pack generated, 2715 bytes
.
17:47:12.042 [info] UploadPackV2: fetch response 2737 bytes
.
17:47:12.052 [info] UploadPackV2: processing fetch command
.
17:47:12.057 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
17:47:12.057 [info] UploadPackV2: collected 5 objects, generating pack
.
17:47:12.057 [info] UploadPackV2: pack generated, 424 bytes
.
17:47:12.057 [info] UploadPackV2: fetch response 446 bytes
.
17:47:12.060 [info] UploadPackV2: processing fetch command
.
17:47:12.060 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
17:47:12.060 [info] UploadPackV2: collected 12 objects, generating pack
.
17:47:12.065 [info] UploadPackV2: pack generated, 854 bytes
.
17:47:12.065 [info] UploadPackV2: fetch response 876 bytes
.
17:47:12.072 [info] UploadPackV2: processing fetch command
.
17:47:12.159 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
17:47:12.165 [info] UploadPackV2: collected 31 objects, generating pack
..................
17:47:12.167 [info] UploadPackV2: pack generated, 2298 bytes
17:47:12.167 [info] UploadPackV2: fetch response 2320 bytes
17:47:12.183 [info] UploadPackV2: processing fetch command
17:47:12.183 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.183 [info] UploadPackV2: collected 20 objects, generating pack
17:47:12.184 [info] UploadPackV2: pack generated, 1492 bytes
17:47:12.184 [info] UploadPackV2: fetch response 1514 bytes
17:47:12.201 [info] UploadPackV2: processing fetch command
17:47:12.202 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.204 [info] UploadPackV2: collected 29 objects, generating pack
17:47:12.204 [info] UploadPackV2: pack generated, 2097 bytes
17:47:12.204 [info] UploadPackV2: fetch response 2119 bytes
17:47:12.239 [info] UploadPackV2: processing fetch command
17:47:12.239 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.254 [info] UploadPackV2: collected 18 objects, generating pack
17:47:12.254 [info] UploadPackV2: pack generated, 1281 bytes
17:47:12.254 [info] UploadPackV2: fetch response 1303 bytes
17:47:12.274 [info] UploadPackV2: processing fetch command
17:47:12.275 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.275 [info] UploadPackV2: collected 8 objects, generating pack
17:47:12.275 [info] UploadPackV2: pack generated, 636 bytes
17:47:12.275 [info] UploadPackV2: fetch response 658 bytes
17:47:12.284 [info] UploadPackV2: processing fetch command
17:47:12.284 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.284 [info] UploadPackV2: collected 18 objects, generating pack
17:47:12.285 [info] UploadPackV2: pack generated, 1249 bytes
17:47:12.286 [info] UploadPackV2: fetch response 1271 bytes
17:47:12.297 [info] UploadPackV2: processing fetch command
17:47:12.298 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.298 [info] UploadPackV2: collected 11 objects, generating pack
17:47:12.298 [info] UploadPackV2: pack generated, 853 bytes
17:47:12.298 [info] UploadPackV2: fetch response 875 bytes
17:47:12.306 [info] UploadPackV2: processing fetch command
....
17:47:12.306 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.306 [info] UploadPackV2: collected 9 objects, generating pack
17:47:12.307 [info] UploadPackV2: pack generated, 642 bytes
17:47:12.307 [info] UploadPackV2: fetch response 664 bytes
17:47:12.315 [info] UploadPackV2: processing fetch command
17:47:12.315 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.316 [info] UploadPackV2: collected 32 objects, generating pack
17:47:12.317 [info] UploadPackV2: pack generated, 2311 bytes
17:47:12.317 [info] UploadPackV2: fetch response 2333 bytes
17:47:12.348 [info] UploadPackV2: processing fetch command
17:47:12.555 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.562 [info] UploadPackV2: collected 11 objects, generating pack
17:47:12.562 [info] UploadPackV2: pack generated, 807 bytes
17:47:12.562 [info] UploadPackV2: fetch response 829 bytes
17:47:12.649 [info] UploadPackV2: processing fetch command
17:47:12.649 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.656 [info] UploadPackV2: collected 22 objects, generating pack
17:47:12.656 [info] UploadPackV2: pack generated, 1658 bytes
17:47:12.693 [info] UploadPackV2: fetch response 1680 bytes
17:47:12.735 [info] UploadPackV2: processing fetch command
17:47:12.735 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.736 [info] UploadPackV2: collected 20 objects, generating pack
17:47:12.737 [info] UploadPackV2: pack generated, 1492 bytes
17:47:12.744 [info] UploadPackV2: fetch response 1514 bytes
17:47:12.788 [info] UploadPackV2: processing fetch command
17:47:12.788 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.824 [info] UploadPackV2: collected 9 objects, generating pack
17:47:12.824 [info] UploadPackV2: pack generated, 642 bytes
17:47:12.824 [info] UploadPackV2: fetch response 664 bytes
17:47:12.868 [info] UploadPackV2: processing fetch command
17:47:12.869 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.870 [info] UploadPackV2: collected 20 objects, generating pack
17:47:12.870 [info] UploadPackV2: pack generated, 1447 bytes
17:47:12.870 [info] UploadPackV2: fetch response 1469 bytes
17:47:12.875 [info] UploadPackV2: processing fetch command
17:47:12.875 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.876 [info] UploadPackV2: collected 28 objects, generating pack
17:47:12.876 [info] UploadPackV2: pack generated, 2081 bytes
17:47:12.901 [info] UploadPackV2: fetch response 2103 bytes
17:47:12.914 [info] UploadPackV2: processing fetch command
17:47:12.914 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.915 [info] UploadPackV2: collected 6 objects, generating pack
17:47:12.915 [info] UploadPackV2: pack generated, 428 bytes
17:47:12.915 [info] UploadPackV2: fetch response 450 bytes
17:47:12.935 [info] UploadPackV2: processing fetch command
17:47:12.935 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.938 [info] UploadPackV2: collected 44 objects, generating pack
17:47:12.939 [info] UploadPackV2: pack generated, 3147 bytes
17:47:12.939 [info] UploadPackV2: fetch response 3169 bytes
17:47:12.957 [info] UploadPackV2: processing fetch command
17:47:12.957 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.958 [info] UploadPackV2: collected 5 objects, generating pack
17:47:12.958 [info] UploadPackV2: pack generated, 424 bytes
17:47:12.958 [info] UploadPackV2: fetch response 446 bytes
17:47:12.960 [info] UploadPackV2: processing fetch command
17:47:12.960 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:12.960 [info] UploadPackV2: collected 8 objects, generating pack
17:47:12.960 [info] UploadPackV2: pack generated, 639 bytes
17:47:12.960 [info] UploadPackV2: fetch response 661 bytes
...
17:47:12.968 [info] UploadPackV2: processing fetch command
.
17:47:12.968 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
17:47:12.968 [info] UploadPackV2: collected 18 objects, generating pack
17:47:12.977 [info] UploadPackV2: pack generated, 1281 bytes
.
17:47:12.977 [info] UploadPackV2: fetch response 1303 bytes
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
585 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = pack_data
│ ~
└─ test/ex_git_objectstore/integration/protocol_interop_test.exs:585:27: ExGitObjectstore.Integration.ProtocolInteropTest."test adversarial packs corrupted pack checksum is rejected with structured error"/1
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
847 │ <<payload::binary-size(payload_len), after_pkt::binary>> = rest
│ ~
└─ test/ex_git_objectstore/integration/protocol_interop_test.exs:847:28: ExGitObjectstore.Integration.ProtocolInteropTest.extract_pkt_payload/3
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)
................................................
17:47:15.658 [info] The function passed as a handler with ID "test-#Reference<0.1530032211.3857711107.252485>" 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
.
17:47:15.658 [info] The function passed as a handler with ID "test-fail-#Reference<0.1530032211.3857711107.252506>" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
warning: the variable "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: variable "parent" is unused (if the variable is not meant to be used, prefix it with an underscore)
497 │ {_tip, parent} =
│ ~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_negotiation_test.exs:497:12: ExGitObjectstore.Integration.UploadPackV2NegotiationTest.fresh_repo/2
warning: the variable "s2" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
260 │ <<p2::binary-size(s2 - s1), p3::binary>> = rest
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:260:25: ExGitObjectstore.Protocol.UploadPackTest."test buffering split data handles clone data split into three feed calls"/1
warning: the variable "s1" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
260 │ <<p2::binary-size(s2 - s1), p3::binary>> = rest
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:260:30: ExGitObjectstore.Protocol.UploadPackTest."test buffering split data handles clone data split into three feed calls"/1
warning: the variable "split_point" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
321 │ <<part1::binary-size(split_point), part2::binary>> = full_data
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:321:28: ExGitObjectstore.Protocol.UploadPackTest."test buffering split data handles fetch with haves split across feeds"/1
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
360 │ <<payload::binary-size(payload_len), after_pkt::binary>> = rest
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_test.exs:360:28: ExGitObjectstore.Protocol.UploadPackTest.extract_pkt_payload/3
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
113 │ test "repo with 250 refs returns them all via ls-refs", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_dataplane_test.exs:113:72: ExGitObjectstore.Integration.UploadPackV2DataplaneTest."test scale repo with 250 refs returns them all via ls-refs"/1
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
152 │ %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_dataplane_test.exs:152:21: ExGitObjectstore.Integration.UploadPackV2DataplaneTest."test scale ref-prefix filter applies server-side (doesn't return all refs)"/1
warning: variable "advert" is unused (if the variable is not meant to be used, prefix it with an underscore)
693 │ {advert, state} = UploadPackV2.init(repo)
│ ~~~~~~
└─ test/ex_git_objectstore/protocol/upload_pack_v2_test.exs:693:8: ExGitObjectstore.Protocol.UploadPackV2Test."test real git client validation response can be cloned by real git"/1
warning: variable "state" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
704 │ {ls_refs_response, state} = UploadPackV2.feed(state, ls_refs_data)
│ ~~~~~
└─ test/ex_git_objectstore/protocol/upload_pack_v2_test.exs:704:26: ExGitObjectstore.Protocol.UploadPackV2Test."test real git client validation response can be cloned by real git"/1
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
1130 │ <<payload::binary-size(payload_len), remaining::binary>> = rest
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_v2_test.exs:1130:34: ExGitObjectstore.Protocol.UploadPackV2Test.find_packfile_loop/1
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
1160 │ <<payload::binary-size(payload_len), rest_pkt::binary>> = rest
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_v2_test.exs:1160:34: ExGitObjectstore.Protocol.UploadPackV2Test.extract_sideband_loop/2
.......................................................................................................................................................................................................................................................................................................................................
17:47:29.524 [info] UploadPackV2: processing fetch command
17:47:29.524 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:29.536 [info] UploadPackV2: collected 90 objects, generating pack
.
17:47:29.550 [info] UploadPackV2: pack generated, 5946 bytes
.
17:47:29.550 [info] UploadPackV2: fetch response 5968 bytes
...........
17:47:29.985 [info] UploadPackV2: processing fetch command
17:47:29.985 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:30.028 [info] UploadPackV2: collected 700 objects, generating pack
17:47:30.063 [info] UploadPackV2: pack generated, 48139 bytes
.
17:47:30.063 [info] UploadPackV2: fetch response 48161 bytes
17:47:30.788 [info] UploadPackV2: processing fetch command
17:47:30.788 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:31.226 [info] UploadPackV2: collected 600 objects, generating pack
17:47:31.266 [info] UploadPackV2: pack generated, 39862 bytes
17:47:31.267 [info] UploadPackV2: fetch response 39884 bytes
.
17:47:31.449 [info] UploadPackV2: processing ls-refs command
warning: the variable "len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
222 │ <<payload::binary-size(len), rest::binary>> = tail
│ ~
└─ test/ex_git_objectstore/protocol/upload_pack_reuse_test.exs:222:28: ExGitObjectstore.Protocol.UploadPackReuseTest.pktlines/3
.
17:47:31.449 [info] UploadPackV2: processing fetch command
17:47:31.450 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:31.450 [info] UploadPackV2: collected 3 objects, generating pack
17:47:31.450 [info] UploadPackV2: pack generated, 206 bytes
17:47:31.450 [info] UploadPackV2: fetch response 228 bytes
17:47:31.704 [info] UploadPackV2: processing fetch command
17:47:31.704 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:31.724 [info] UploadPackV2: collected 32 objects, streaming pack
....
17:47:31.847 [info] The function passed as a handler with ID #Reference<0.1530032211.3857973252.26567> 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
..........
17:47:32.086 [info] UploadPackV2: streamed pack 2459755 bytes, 32 objects
17:47:32.086 [info] UploadPackV2: fetch streamed 2459755 pack bytes, 32 objects
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)
.
17:47:32.516 [info] UploadPackV2: processing fetch command
17:47:32.516 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:32.517 [info] UploadPackV2: collected 15 objects, generating pack
.
17:47:32.517 [info] UploadPackV2: pack generated, 984 bytes
17:47:32.517 [info] UploadPackV2: fetch response 1006 bytes
17:47:32.519 [info] UploadPackV2: processing fetch command
17:47:32.519 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:32.519 [info] UploadPackV2: collected 3 objects, generating pack
17:47:32.519 [info] UploadPackV2: pack generated, 195 bytes
17:47:32.519 [info] UploadPackV2: fetch response 217 bytes
17:47:32.553 [info] UploadPackV2: processing fetch command
17:47:32.553 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:32.577 [info] UploadPackV2: collected 3 objects, streaming pack
17:47:32.596 [info] UploadPackV2: streamed pack 71879 bytes, 3 objects
17:47:32.596 [info] UploadPackV2: fetch streamed 71879 pack bytes, 3 objects
.
17:47:32.616 [info] UploadPackV2: processing fetch command
.
17:47:32.616 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:32.616 [info] UploadPackV2: collected 3 objects, generating pack
17:47:32.616 [info] UploadPackV2: pack generated, 195 bytes
17:47:32.616 [info] UploadPackV2: fetch response 217 bytes
17:47:32.622 [info] UploadPackV2: processing fetch command
17:47:32.622 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:32.695 [info] UploadPackV2: collected 9 objects, streaming pack
17:47:32.733 [info] UploadPackV2: streamed pack 627 bytes, 9 objects
.
17:47:32.733 [info] UploadPackV2: fetch streamed 627 pack bytes, 9 objects
17:47:32.735 [info] UploadPackV2: processing ls-refs command
17:47:32.736 [info] UploadPackV2: processing fetch command
.
17:47:32.736 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:32.736 [info] UploadPackV2: collected 3 objects, generating pack
17:47:32.736 [info] UploadPackV2: pack generated, 191 bytes
17:47:32.736 [info] UploadPackV2: fetch response 213 bytes
............
17:47:32.861 [info] UploadPackV2: processing ls-refs command
17:47:32.861 [info] UploadPackV2: processing fetch command
17:47:32.861 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:32.862 [info] UploadPackV2: collected 3 objects, generating pack
17:47:32.862 [info] UploadPackV2: pack generated, 210 bytes
17:47:32.862 [info] UploadPackV2: fetch response 232 bytes
.......
17:47:32.965 [info] UploadPackV2: processing fetch command
.
17:47:32.965 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:32.965 [info] UploadPackV2: collected 3 objects, generating pack
.
17:47:32.966 [info] UploadPackV2: pack generated, 191 bytes
.
17:47:32.966 [info] UploadPackV2: fetch response 213 bytes
.
17:47:32.966 [info] UploadPackV2: processing fetch command
.
17:47:32.966 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:32.967 [info] UploadPackV2: collected 3 objects, streaming pack
.
17:47:32.967 [info] UploadPackV2: streamed pack 199 bytes, 3 objects
.
17:47:32.967 [info] UploadPackV2: fetch streamed 199 pack bytes, 3 objects
...
17:47:32.968 [info] UploadPackV2: processing fetch command
.
17:47:32.968 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:32.985 [info] UploadPackV2: collected 6 objects, generating pack
.
17:47:32.985 [info] UploadPackV2: pack generated, 414 bytes
.
17:47:32.985 [info] UploadPackV2: fetch response 436 bytes
.
17:47:32.986 [error] UploadPackV2: parse_command failed: {:unknown_command, "invalid"}
.
17:47:32.986 [info] UploadPackV2: processing fetch command
.
17:47:32.986 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:32.987 [info] UploadPackV2: collected 3 objects, generating pack
.
17:47:32.987 [info] UploadPackV2: pack generated, 194 bytes
.
17:47:32.987 [info] UploadPackV2: fetch response 216 bytes
.
17:47:32.987 [error] UploadPackV2: parse_command failed: {:invalid_pkt_hex, "garb"}
.
17:47:33.616 [info] UploadPackV2: processing fetch command
.
17:47:33.616 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:33.631 [info] UploadPackV2: collected 32 objects, generating pack
.......
17:47:33.816 [info] UploadPackV2: pack generated, 2459818 bytes
.
17:47:33.831 [info] UploadPackV2: fetch response 2460025 bytes
.
17:47:33.832 [info] UploadPackV2: processing fetch command
.
17:47:33.832 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:33.847 [info] UploadPackV2: collected 32 objects, streaming pack
..
17:47:34.176 [info] UploadPackV2: streamed pack 2459818 bytes, 32 objects
.
17:47:34.176 [info] UploadPackV2: fetch streamed 2459818 pack bytes, 32 objects
.
17:47:34.185 [info] UploadPackV2: processing ls-refs 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
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
.
17:47:34.185 [info] UploadPackV2: processing ls-refs command
.
17:47:34.186 [info] UploadPackV2: processing fetch command
.
17:47:34.186 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:47:34.186 [info] UploadPackV2: collected 0 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
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
.
17:47:34.186 [info] UploadPackV2: pack generated, 32 bytes
.
17:47:34.186 [info] UploadPackV2: fetch response 54 bytes
17:47:34.187 [info] UploadPackV2: processing fetch command
17:47:34.187 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:34.187 [info] UploadPackV2: collected 3 objects, generating pack
17:47:34.187 [info] UploadPackV2: pack generated, 223 bytes
17:47:34.187 [info] UploadPackV2: fetch response 245 bytes
17:47:34.188 [info] UploadPackV2: processing fetch command
17:47:34.188 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:34.188 [info] UploadPackV2: collected 3 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
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
17:47:34.188 [info] UploadPackV2: pack generated, 191 bytes
17:47:34.188 [info] UploadPackV2: fetch response 213 bytes
17:47:34.190 [info] UploadPackV2: processing fetch command
17:47:34.190 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:34.191 [info] UploadPackV2: collected 15 objects, generating pack
17:47:34.191 [info] UploadPackV2: pack generated, 984 bytes
17:47:34.191 [info] UploadPackV2: fetch response 1006 bytes
17:47:34.191 [info] UploadPackV2: processing fetch command
17:47:34.192 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:34.192 [info] UploadPackV2: collected 15 objects, streaming pack
17:47:34.195 [info] UploadPackV2: streamed pack 984 bytes, 15 objects
17:47:34.195 [info] UploadPackV2: fetch streamed 984 pack bytes, 15 objects
17:47:34.196 [info] UploadPackV2: processing fetch command
17:47:34.201 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
17:47:34.201 [info] UploadPackV2: fetch response 73 bytes
17:47:34.201 [info] UploadPackV2: processing fetch command
17:47:34.202 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
17:47:34.202 [info] UploadPackV2: fetch streamed 0 pack bytes, 0 objects
17:47:34.202 [info] UploadPackV2: processing ls-refs command
warning: the variable "n" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
218 │ <<head::binary-size(n), rest::binary>> = bin
│ ~
└─ test/ex_git_objectstore/protocol/receive_pack_streaming_test.exs:218:25: ExGitObjectstore.Protocol.ReceivePackStreamingTest.chunkify/2
..............................................................................................................................
17:47:37.393 [warning] post_receive hook failed: "webhook failed"
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:invalid, "content")
given types:
-:invalid-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
431 │ Object.encode_raw_from_type(:invalid, "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:431:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types :invalid atom raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:foo, "content")
given types:
-:foo-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
437 │ Object.encode_raw_from_type(:foo, "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:437:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types :foo atom raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:bar, "content")
given types:
-:bar-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
443 │ Object.encode_raw_from_type(:bar, "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:443:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types :bar atom raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:object, "content")
given types:
-:object-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
449 │ Object.encode_raw_from_type(:object, "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:449:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types :object atom raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:delta, "content")
given types:
-:delta-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
455 │ Object.encode_raw_from_type(:delta, "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:455:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types :delta atom raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:ofs_delta, "content")
given types:
-:ofs_delta-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
462 │ Object.encode_raw_from_type(:ofs_delta, "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:462:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types :ofs_delta atom raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:ref_delta, "content")
given types:
-:ref_delta-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
468 │ Object.encode_raw_from_type(:ref_delta, "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:468:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types :ref_delta atom raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type("blob", "content")
given types:
-binary()-, binary()
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
474 │ Object.encode_raw_from_type("blob", "content")
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:474:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types non-atom type raises FunctionClauseError"/1
warning: incompatible types given to ExGitObjectstore.Object.encode_raw_from_type/2:
ExGitObjectstore.Object.encode_raw_from_type(:blob, 12345)
given types:
:blob, -integer()-
but expected one of:
:blob or :commit or :tag or :tree, binary()
type warning found at:
480 │ Object.encode_raw_from_type(:blob, 12_345)
│ ~
└─ test/ex_git_objectstore/cycle2_fixes_test.exs:480:16: ExGitObjectstore.Cycle2FixesTest."test Fix 3: encode_raw_from_type type validation - invalid types non-binary content raises FunctionClauseError"/1
.............
17:47:39.593 [info] UploadPackV2: processing fetch command
17:47:39.593 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:39.599 [info] UploadPackV2: reused pack 12432 bytes, 160 objects
17:47:39.599 [info] UploadPackV2: fetch response 12454 bytes
.....
17:47:40.602 [info] UploadPackV2: processing fetch command
17:47:40.603 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:40.611 [info] UploadPackV2: collected 163 objects, generating pack
17:47:40.625 [info] UploadPackV2: pack generated, 15096 bytes
17:47:40.625 [info] UploadPackV2: fetch response 15118 bytes
.
17:47:41.384 [info] UploadPackV2: processing fetch command
17:47:41.384 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:41.388 [info] UploadPackV2: reused pack 12322 bytes, 160 objects
17:47:41.389 [info] UploadPackV2: fetch response 12344 bytes
.
17:47:41.421 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :start]--576460752303406943" 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
.
17:47:41.421 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :stop]--576460752303406911" 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
.
17:47:41.422 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :start]--576460752303406879" 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
.
17:47:41.422 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :stop]--576460752303406847" 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
.
17:47:41.422 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :start]--576460752303406815" 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
*
17:47:41.422 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :stop]--576460752303406783" 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
*
17:47:41.423 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :start]--576460752303406751" 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
*
17:47:41.423 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :stop]--576460752303406719" 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
********
17:47:41.489 [info] UploadPackV2: processing ls-refs command
17:47:41.491 [info] UploadPackV2: processing fetch command
17:47:41.492 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:47:41.492 [info] UploadPackV2: collected 3 objects, generating pack
17:47:41.493 [info] UploadPackV2: pack generated, 216 bytes
17:47:41.493 [info] UploadPackV2: fetch response 312 bytes
17:47:41.565 [info] UploadPackV2: processing ls-refs command
17:47:41.566 [info] UploadPackV2: processing fetch command
17:47:41.566 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:47:41.566 [info] UploadPackV2: collected 12 objects, generating pack
17:47:41.567 [info] UploadPackV2: pack generated, 768 bytes
17:47:41.567 [info] UploadPackV2: fetch response 1002 bytes
.
17:47:41.657 [info] UploadPackV2: processing ls-refs command
17:47:41.660 [info] UploadPackV2: processing fetch command
17:47:41.660 [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
17:47:41.661 [info] UploadPackV2: collected 6 objects, generating pack
17:47:41.661 [info] UploadPackV2: pack generated, 513 bytes
17:47:41.661 [info] UploadPackV2: fetch response 535 bytes
.
17:47:41.749 [info] UploadPackV2: processing ls-refs command
17:47:41.750 [info] UploadPackV2: processing fetch command
17:47:41.751 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:47:41.751 [info] UploadPackV2: collected 3 objects, generating pack
17:47:41.751 [info] UploadPackV2: pack generated, 216 bytes
17:47:41.751 [info] UploadPackV2: fetch response 312 bytes
.
17:47:41.833 [info] UploadPackV2: processing ls-refs command
17:47:41.834 [info] UploadPackV2: processing fetch command
17:47:41.834 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:47:41.835 [info] UploadPackV2: collected 3 objects, generating pack
17:47:41.835 [info] UploadPackV2: pack generated, 218 bytes
17:47:41.835 [info] UploadPackV2: fetch response 314 bytes
.
17:47:41.905 [info] UploadPackV2: processing ls-refs command
.
17:47:41.969 [info] UploadPackV2: processing ls-refs command
.
17:47:42.029 [info] UploadPackV2: processing ls-refs command
17:47:42.032 [info] UploadPackV2: processing fetch command
17:47:42.032 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:tree_depth, 0}, send_packfile=true
17:47:42.033 [info] UploadPackV2: collected 3 objects, generating pack
17:47:42.033 [info] UploadPackV2: pack generated, 381 bytes
17:47:42.033 [info] UploadPackV2: fetch response 403 bytes
.
17:47:42.113 [info] UploadPackV2: processing ls-refs command
17:47:42.116 [info] UploadPackV2: processing fetch command
17:47:42.116 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:object_type, :commit}, send_packfile=true
17:47:42.117 [info] UploadPackV2: collected 3 objects, generating pack
17:47:42.117 [info] UploadPackV2: pack generated, 381 bytes
17:47:42.117 [info] UploadPackV2: fetch response 403 bytes
.
17:47:42.209 [info] UploadPackV2: processing ls-refs command
17:47:42.212 [info] UploadPackV2: processing fetch command
17:47:42.212 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:sparse_oid, "4f00cd9a7367fae9a753bdda17205e0f324aa8ae"}, send_packfile=true
17:47:42.213 [info] UploadPackV2: collected 5 objects, generating pack
17:47:42.213 [info] UploadPackV2: pack generated, 319 bytes
17:47:42.213 [info] UploadPackV2: fetch response 341 bytes
..
17:47:42.301 [info] UploadPackV2: processing ls-refs command
.
17:47:42.357 [info] UploadPackV2: processing ls-refs command
17:47:42.358 [info] UploadPackV2: processing fetch command
17:47:42.358 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:42.359 [info] UploadPackV2: collected 9 objects, generating pack
17:47:42.359 [info] UploadPackV2: pack generated, 549 bytes
17:47:42.359 [info] UploadPackV2: fetch response 571 bytes
17:47:42.383 [info] UploadPackV2: processing fetch command
17:47:42.383 [info] UploadPackV2.handle_fetch: 0 wants, 3 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
17:47:42.383 [info] UploadPackV2: fetch response 171 bytes
..
17:47:42.441 [info] UploadPackV2: processing ls-refs command
17:47:42.442 [info] UploadPackV2: processing fetch command
17:47:42.442 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:47:42.443 [info] UploadPackV2: collected 9 objects, generating pack
17:47:42.443 [info] UploadPackV2: pack generated, 585 bytes
17:47:42.443 [info] UploadPackV2: fetch response 681 bytes
.
17:47:42.517 [info] UploadPackV2: processing ls-refs command
17:47:42.520 [info] UploadPackV2: processing fetch command
17:47:42.520 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:47:42.521 [info] UploadPackV2: collected 6 objects, generating pack
17:47:42.521 [info] UploadPackV2: pack generated, 513 bytes
17:47:42.521 [info] UploadPackV2: fetch response 535 bytes
.
17:47:42.589 [info] UploadPackV2: processing ls-refs command
.*****..................
17:47:42.708 [info] UploadPackV2: processing fetch command
17:47:42.708 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:42.708 [info] UploadPackV2: collected 3 objects, generating pack
17:47:42.708 [info] UploadPackV2: pack generated, 183 bytes
17:47:42.708 [info] UploadPackV2: fetch response 205 bytes
..
17:47:42.823 [info] UploadPackV2: processing ls-refs command
17:47:42.826 [info] UploadPackV2: processing fetch command
17:47:42.826 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:42.831 [info] UploadPackV2: collected 180 objects, generating pack
17:47:42.834 [info] UploadPackV2: pack generated, 11106 bytes
17:47:42.834 [info] UploadPackV2: fetch response 11128 bytes
.
17:47:42.888 [info] UploadPackV2: processing ls-refs command
17:47:42.891 [info] UploadPackV2: processing fetch command
17:47:42.891 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:42.891 [info] UploadPackV2: collected 3 objects, generating pack
17:47:42.891 [info] UploadPackV2: pack generated, 183 bytes
17:47:42.891 [info] UploadPackV2: fetch response 205 bytes
.
17:47:42.940 [info] UploadPackV2: processing ls-refs command
17:47:42.943 [info] UploadPackV2: processing fetch command
17:47:42.943 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:42.943 [info] UploadPackV2: collected 6 objects, generating pack
17:47:42.944 [info] UploadPackV2: pack generated, 366 bytes
17:47:42.944 [info] UploadPackV2: fetch response 388 bytes
17:47:42.996 [info] UploadPackV2: processing ls-refs command
.
17:47:43.032 [info] UploadPackV2: processing ls-refs command
17:47:43.035 [info] UploadPackV2: processing fetch command
17:47:43.035 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:43.035 [info] UploadPackV2: collected 9 objects, generating pack
17:47:43.035 [info] UploadPackV2: pack generated, 549 bytes
17:47:43.036 [info] UploadPackV2: fetch response 571 bytes
17:47:43.080 [info] UploadPackV2: processing ls-refs command
.
17:47:43.125 [info] UploadPackV2: processing ls-refs command
17:47:43.128 [info] UploadPackV2: processing fetch command
17:47:43.128 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:43.129 [info] UploadPackV2: collected 15 objects, generating pack
17:47:43.129 [info] UploadPackV2: pack generated, 919 bytes
17:47:43.129 [info] UploadPackV2: fetch response 941 bytes
.
17:47:43.155 [info] UploadPackV2: processing fetch command
.
17:47:43.155 [info] UploadPackV2.handle_fetch: 1 wants, 3 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:43.156 [info] UploadPackV2: collected 3 objects, generating pack
17:47:43.156 [info] UploadPackV2: pack generated, 183 bytes
17:47:43.156 [info] UploadPackV2: fetch response 205 bytes
17:47:43.213 [info] UploadPackV2: processing ls-refs command
17:47:43.214 [info] UploadPackV2: processing fetch command
17:47:43.214 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:43.215 [info] UploadPackV2: collected 6 objects, generating pack
17:47:43.215 [info] UploadPackV2: pack generated, 365 bytes
17:47:43.215 [info] UploadPackV2: fetch response 387 bytes
17:47:43.238 [info] UploadPackV2: processing fetch command
17:47:43.239 [info] UploadPackV2.handle_fetch: 0 wants, 2 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
17:47:43.239 [info] UploadPackV2: fetch response 122 bytes
.
17:47:43.501 [info] UploadPackV2: processing ls-refs command
17:47:43.502 [info] UploadPackV2: processing fetch command
17:47:43.502 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:43.503 [info] UploadPackV2: collected 6 objects, generating pack
17:47:43.503 [info] UploadPackV2: pack generated, 365 bytes
17:47:43.503 [info] UploadPackV2: fetch response 387 bytes
17:47:48.337 [info] UploadPackV2: processing ls-refs command
.
17:47:48.409 [info] UploadPackV2: processing ls-refs command
17:47:48.411 [info] UploadPackV2: processing fetch command
17:47:48.411 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:48.411 [info] UploadPackV2: collected 6 objects, generating pack
17:47:48.412 [info] UploadPackV2: pack generated, 366 bytes
17:47:48.412 [info] UploadPackV2: fetch response 388 bytes
17:47:48.505 [info] UploadPackV2: processing ls-refs command
17:47:48.506 [info] UploadPackV2: processing fetch command
17:47:48.506 [info] UploadPackV2.handle_fetch: 1 wants, 2 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
17:47:48.506 [info] UploadPackV2: fetch response 32 bytes
17:47:48.506 [info] UploadPackV2: processing fetch command
17:47:48.506 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:48.506 [info] UploadPackV2: collected 3 objects, generating pack
17:47:48.507 [info] UploadPackV2: pack generated, 183 bytes
17:47:48.507 [info] UploadPackV2: fetch response 205 bytes
.
17:47:48.581 [info] UploadPackV2: processing ls-refs command
17:47:48.582 [info] UploadPackV2: processing fetch command
17:47:48.582 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:48.583 [info] UploadPackV2: collected 9 objects, generating pack
17:47:48.583 [info] UploadPackV2: pack generated, 547 bytes
17:47:48.583 [info] UploadPackV2: fetch response 569 bytes
17:47:48.665 [info] UploadPackV2: processing ls-refs command
.
17:47:48.793 [info] UploadPackV2: processing ls-refs command
17:47:48.795 [info] UploadPackV2: processing fetch command
17:47:48.795 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:48.798 [info] UploadPackV2: collected 90 objects, generating pack
17:47:48.799 [info] UploadPackV2: pack generated, 5649 bytes
17:47:48.799 [info] UploadPackV2: fetch response 5671 bytes
17:47:49.405 [info] UploadPackV2: processing ls-refs command
.
17:47:49.485 [info] UploadPackV2: processing ls-refs command
17:47:49.487 [info] UploadPackV2: processing fetch command
17:47:49.487 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:49.488 [info] UploadPackV2: collected 6 objects, generating pack
17:47:49.488 [info] UploadPackV2: pack generated, 365 bytes
17:47:49.488 [info] UploadPackV2: fetch response 387 bytes
17:47:49.489 [info] UploadPackV2: processing ls-refs command
17:47:49.491 [info] UploadPackV2: processing fetch command
17:47:49.491 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:49.492 [info] UploadPackV2: collected 6 objects, generating pack
17:47:49.492 [info] UploadPackV2: pack generated, 365 bytes
17:47:49.492 [info] UploadPackV2: fetch response 387 bytes
.
17:47:49.657 [info] UploadPackV2: processing ls-refs command
17:47:49.659 [info] UploadPackV2: processing fetch command
17:47:49.659 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:47:49.660 [info] UploadPackV2: collected 6 objects, generating pack
17:47:49.660 [info] UploadPackV2: pack generated, 365 bytes
17:47:49.660 [info] UploadPackV2: fetch response 387 bytes
.
17:48:04.761 [info] UploadPackV2: processing ls-refs command
17:48:04.762 [info] UploadPackV2: processing fetch command
17:48:04.762 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:48:04.762 [info] UploadPackV2: collected 3 objects, generating pack
17:48:04.762 [info] UploadPackV2: pack generated, 216 bytes
17:48:04.762 [info] UploadPackV2: fetch response 346 bytes
....
17:48:04.787 [info] The function passed as a handler with ID "graph-query-test-16484" 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
.....
17:48:04.804 [info] The function passed as a handler with ID "rev-list-range-test-16516" 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
.
17:48:04.809 [info] The function passed as a handler with ID "rev-list-range-test-16580" 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
..
17:48:04.817 [info] The function passed as a handler with ID "rev-list-range-test-17186" 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
..
17:48:04.823 [info] The function passed as a handler with ID "graph-query-test-17282" 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
.
17:48:04.827 [info] The function passed as a handler with ID "graph-query-test-8997" 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
..
17:48:04.840 [info] UploadPackV2: processing fetch command
17:48:04.840 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:04.840 [info] UploadPackV2: collected 0 objects, generating pack
17:48:04.840 [info] UploadPackV2: pack generated, 32 bytes
17:48:04.840 [info] UploadPackV2: fetch response 54 bytes
.
17:48:05.093 [info] UploadPackV2: processing ls-refs command
.
17:48:05.095 [info] UploadPackV2: processing fetch command
17:48:05.095 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.096 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.096 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.096 [info] UploadPackV2: fetch response 205 bytes
17:48:05.096 [info] UploadPackV2: processing fetch command
17:48:05.096 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.097 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.098 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.098 [info] UploadPackV2: fetch response 205 bytes
17:48:05.098 [info] UploadPackV2: processing fetch command
17:48:05.098 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:48:05.099 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.099 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.099 [info] UploadPackV2: fetch response 205 bytes
17:48:05.099 [info] UploadPackV2: processing fetch command
17:48:05.099 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.099 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.099 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.099 [info] UploadPackV2: fetch response 205 bytes
17:48:05.099 [info] UploadPackV2: processing fetch command
17:48:05.099 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.100 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.100 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.100 [info] UploadPackV2: fetch response 205 bytes
17:48:05.100 [info] UploadPackV2: processing fetch command
17:48:05.100 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.100 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.100 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.100 [info] UploadPackV2: fetch response 205 bytes
17:48:05.100 [info] UploadPackV2: processing fetch command
17:48:05.100 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.101 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.101 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.101 [info] UploadPackV2: fetch response 205 bytes
17:48:05.101 [info] UploadPackV2: processing fetch command
17:48:05.101 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.102 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.102 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.102 [info] UploadPackV2: fetch response 205 bytes
17:48:05.102 [info] UploadPackV2: processing fetch command
17:48:05.102 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.102 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.103 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.103 [info] UploadPackV2: fetch response 205 bytes
17:48:05.103 [info] UploadPackV2: processing fetch command
17:48:05.103 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.103 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.103 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.104 [info] UploadPackV2: fetch response 205 bytes
17:48:05.104 [info] UploadPackV2: processing fetch command
17:48:05.104 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.104 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.104 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.104 [info] UploadPackV2: fetch response 205 bytes
17:48:05.104 [info] UploadPackV2: processing fetch command
17:48:05.104 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.104 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.105 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.105 [info] UploadPackV2: fetch response 205 bytes
17:48:05.105 [info] UploadPackV2: processing fetch command
17:48:05.105 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.105 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.105 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.105 [info] UploadPackV2: fetch response 205 bytes
17:48:05.105 [info] UploadPackV2: processing fetch command
17:48:05.106 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.106 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.106 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.106 [info] UploadPackV2: fetch response 205 bytes
17:48:05.106 [info] UploadPackV2: processing fetch command
17:48:05.106 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.106 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.106 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.106 [info] UploadPackV2: fetch response 205 bytes
17:48:05.106 [info] UploadPackV2: processing fetch command
17:48:05.106 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.107 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.107 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.107 [info] UploadPackV2: fetch response 205 bytes
17:48:05.107 [info] UploadPackV2: processing fetch command
17:48:05.107 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.107 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.107 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.107 [info] UploadPackV2: fetch response 205 bytes
17:48:05.107 [info] UploadPackV2: processing fetch command
17:48:05.107 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.108 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.108 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.108 [info] UploadPackV2: fetch response 205 bytes
17:48:05.108 [info] UploadPackV2: processing fetch command
17:48:05.108 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.108 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.108 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.108 [info] UploadPackV2: fetch response 205 bytes
17:48:05.108 [info] UploadPackV2: processing fetch command
17:48:05.108 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.113 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.113 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.113 [info] UploadPackV2: fetch response 205 bytes
17:48:05.114 [info] UploadPackV2: processing fetch command
17:48:05.114 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.114 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.114 [info] UploadPackV2: pack generated, 183 bytes
17:48:05.114 [info] UploadPackV2: fetch response 205 bytes
17:48:05.185 [info] UploadPackV2: processing ls-refs command
17:48:05.186 [info] UploadPackV2: processing fetch command
17:48:05.186 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.193 [info] UploadPackV2: collected 240 objects, generating pack
17:48:05.207 [info] UploadPackV2: pack generated, 16258 bytes
17:48:05.207 [info] UploadPackV2: fetch response 16280 bytes
.
17:48:05.385 [info] UploadPackV2: processing ls-refs command
17:48:05.386 [info] UploadPackV2: processing fetch command
17:48:05.386 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:48:05.387 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.387 [info] UploadPackV2: pack generated, 231 bytes
17:48:05.387 [info] UploadPackV2: fetch response 327 bytes
.
17:48:05.461 [info] UploadPackV2: processing ls-refs command
.
17:48:05.597 [info] UploadPackV2: processing ls-refs command
17:48:05.598 [info] UploadPackV2: processing fetch command
17:48:05.598 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.637 [info] UploadPackV2: collected 600 objects, generating pack
17:48:05.655 [info] UploadPackV2: pack generated, 45197 bytes
17:48:05.655 [info] UploadPackV2: fetch response 45219 bytes
.
17:48:05.753 [info] UploadPackV2: processing ls-refs command
17:48:05.754 [info] UploadPackV2: processing fetch command
17:48:05.754 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.755 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.755 [info] UploadPackV2: pack generated, 196 bytes
17:48:05.755 [info] UploadPackV2: fetch response 218 bytes
.
17:48:05.849 [info] UploadPackV2: processing ls-refs command
17:48:05.849 [info] UploadPackV2: processing fetch command
17:48:05.849 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:48:05.850 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.850 [info] UploadPackV2: pack generated, 200 bytes
17:48:05.850 [info] UploadPackV2: fetch response 256 bytes
.
17:48:05.913 [info] UploadPackV2: processing ls-refs command
17:48:05.914 [info] UploadPackV2: processing fetch command
17:48:05.914 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:05.915 [info] UploadPackV2: collected 3 objects, generating pack
17:48:05.915 [info] UploadPackV2: pack generated, 185 bytes
17:48:05.915 [info] UploadPackV2: fetch response 207 bytes
17:48:05.977 [info] UploadPackV2: processing ls-refs command
.
17:48:06.041 [info] UploadPackV2: processing ls-refs command
17:48:06.042 [info] UploadPackV2: processing fetch command
17:48:06.042 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:06.043 [info] UploadPackV2: collected 15 objects, generating pack
17:48:06.043 [info] UploadPackV2: pack generated, 952 bytes
17:48:06.043 [info] UploadPackV2: fetch response 974 bytes
............
17:48:06.161 [info] UploadPackV2: processing ls-refs command
17:48:06.162 [info] UploadPackV2: processing fetch command
17:48:06.162 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:06.163 [info] UploadPackV2: collected 6 objects, generating pack
17:48:06.163 [info] UploadPackV2: pack generated, 365 bytes
17:48:06.163 [info] UploadPackV2: fetch response 387 bytes
....
17:48:51.541 [info] UploadPackV2: processing ls-refs command
17:48:51.542 [info] UploadPackV2: processing fetch command
17:48:51.542 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:48:51.542 [info] UploadPackV2: collected 6 objects, generating pack
17:48:51.543 [info] UploadPackV2: pack generated, 365 bytes
17:48:51.543 [info] UploadPackV2: fetch response 387 bytes
.
17:49:06.697 [info] UploadPackV2: processing ls-refs command
17:49:06.698 [info] UploadPackV2: processing fetch command
17:49:06.698 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:49:06.699 [info] UploadPackV2: collected 3 objects, generating pack
17:49:06.699 [info] UploadPackV2: pack generated, 201 bytes
17:49:06.699 [info] UploadPackV2: fetch response 223 bytes
..
17:49:36.977 [info] UploadPackV2: processing ls-refs command
17:49:36.978 [info] UploadPackV2: processing fetch command
17:49:36.978 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:49:36.978 [info] UploadPackV2: collected 3 objects, generating pack
17:49:36.979 [info] UploadPackV2: pack generated, 183 bytes
17:49:36.979 [info] UploadPackV2: fetch response 205 bytes
...
17:50:07.277 [info] UploadPackV2: processing ls-refs command
17:50:07.278 [info] UploadPackV2: processing fetch command
17:50:07.278 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:50:07.279 [info] UploadPackV2: collected 3 objects, generating pack
17:50:07.279 [info] UploadPackV2: pack generated, 183 bytes
17:50:07.279 [info] UploadPackV2: fetch response 205 bytes
.
17:50:22.374 [info] The function passed as a handler with ID "telemetry-test-17442" 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
17:50:22.375 [info] UploadPackV2: processing fetch command
17:50:22.375 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:50:22.375 [info] UploadPackV2: collected 3 objects, generating pack
17:50:22.376 [info] UploadPackV2: pack generated, 186 bytes
17:50:22.376 [info] UploadPackV2: fetch response 208 bytes
17:50:22.376 [info] The function passed as a handler with ID "telemetry-test-17474" 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
17:50:22.377 [info] UploadPackV2: processing fetch command
17:50:22.377 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:50:22.377 [info] UploadPackV2: collected 2 objects, generating pack
17:50:22.377 [info] UploadPackV2: pack generated, 169 bytes
17:50:22.377 [info] UploadPackV2: fetch response 191 bytes
.
17:50:22.379 [info] The function passed as a handler with ID "telemetry-test-17506" 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
.
17:50:37.455 [info] The function passed as a handler with ID "telemetry-test-17538" 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
17:50:37.456 [info] UploadPackV2: processing fetch command
17:50:37.457 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
.
17:50:37.457 [info] UploadPackV2: collected 3 objects, generating pack
17:50:37.457 [info] UploadPackV2: pack generated, 183 bytes
17:50:37.457 [info] UploadPackV2: fetch response 205 bytes
17:50:37.509 [info] UploadPackV2: processing ls-refs command
17:50:37.510 [info] UploadPackV2: processing fetch command
17:50:37.510 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:50:37.511 [info] UploadPackV2: collected 3 objects, generating pack
17:50:37.511 [info] UploadPackV2: pack generated, 196 bytes
17:50:37.511 [info] UploadPackV2: fetch response 218 bytes
.
17:50:37.589 [info] UploadPackV2: processing ls-refs command
17:50:37.590 [info] UploadPackV2: processing fetch command
17:50:37.590 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:50:37.591 [info] UploadPackV2: collected 3 objects, generating pack
17:50:37.591 [info] UploadPackV2: pack generated, 185 bytes
17:50:37.591 [info] UploadPackV2: fetch response 207 bytes
......
Finished in 226.6 seconds (33.9s async, 192.6s sync)
Result: 1014 passed (2 properties, 1012 tests), 16 skipped, 52 excluded
Exporting cover results ...
Run "mix test.coverage" once all exports complete
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
LCOV written to cover/lcov.info
Uploading 1 artifact(s)...
Uploaded 1 artifact(s)