ref:main

test passed

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

Build Output

Using cached prepared image: anvil-prepared:cfa6aaa93a51
Cover compiling modules ...
Running ExUnit with seed: 396340, 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
...
15:15:58.912 [info] UploadPackV2: processing fetch command
15:15:58.928 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:58.931 [info] UploadPackV2: collected 7 objects, generating pack
15:15:58.932 [info] UploadPackV2: pack generated, 475 bytes
15:15:58.932 [info] UploadPackV2: fetch response 497 bytes
15:15:58.969 [info] UploadPackV2: processing fetch command
15:15:58.970 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:58.980 [info] UploadPackV2: collected 23 objects, generating pack
15:15:58.981 [info] UploadPackV2: pack generated, 1437 bytes
.
15:15:58.982 [info] UploadPackV2: fetch response 1459 bytes
.....
15:15:59.005 [info] UploadPackV2: processing fetch command
15:15:59.005 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.010 [info] UploadPackV2: collected 47 objects, generating pack
15:15:59.011 [info] UploadPackV2: pack generated, 2822 bytes
15:15:59.012 [info] UploadPackV2: fetch response 2844 bytes
15:15:59.034 [info] UploadPackV2: processing fetch command
15:15:59.034 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.035 [info] UploadPackV2: collected 11 objects, generating pack
15:15:59.036 [info] UploadPackV2: pack generated, 717 bytes
15:15:59.036 [info] UploadPackV2: fetch response 739 bytes
15:15:59.045 [info] UploadPackV2: processing fetch command
15:15:59.045 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.046 [info] UploadPackV2: collected 16 objects, generating pack
15:15:59.047 [info] UploadPackV2: pack generated, 962 bytes
15:15:59.047 [info] UploadPackV2: fetch response 984 bytes
15:15:59.053 [info] UploadPackV2: processing fetch command
15:15:59.053 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.054 [info] UploadPackV2: collected 12 objects, generating pack
15:15:59.055 [info] UploadPackV2: pack generated, 723 bytes
15:15:59.056 [info] UploadPackV2: fetch response 745 bytes
15:15:59.069 [info] UploadPackV2: processing fetch command
15:15:59.069 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.071 [info] UploadPackV2: collected 19 objects, generating pack
15:15:59.072 [info] UploadPackV2: pack generated, 1194 bytes
15:15:59.072 [info] UploadPackV2: fetch response 1216 bytes
15:15:59.083 [info] UploadPackV2: processing fetch command
15:15:59.083 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.085 [info] UploadPackV2: collected 23 objects, generating pack
15:15:59.087 [info] UploadPackV2: pack generated, 1385 bytes
15:15:59.087 [info] UploadPackV2: fetch response 1407 bytes
..
15:15:59.100 [info] UploadPackV2: processing fetch command
.
15:15:59.100 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.103 [info] UploadPackV2: collected 23 objects, generating pack
.
15:15:59.104 [info] UploadPackV2: pack generated, 1435 bytes
.
15:15:59.104 [info] UploadPackV2: fetch response 1457 bytes
...
15:15:59.125 [info] UploadPackV2: processing fetch command
15:15:59.126 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.127 [info] UploadPackV2: collected 27 objects, generating pack
15:15:59.128 [info] UploadPackV2: pack generated, 1676 bytes
15:15:59.128 [info] UploadPackV2: fetch response 1698 bytes
15:15:59.144 [info] UploadPackV2: processing fetch command
15:15:59.145 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.146 [info] UploadPackV2: collected 27 objects, generating pack
15:15:59.148 [info] UploadPackV2: pack generated, 1678 bytes
15:15:59.149 [info] UploadPackV2: fetch response 1700 bytes
15:15:59.160 [info] UploadPackV2: processing fetch command
15:15:59.160 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.166 [info] UploadPackV2: collected 7 objects, generating pack
.
15:15:59.166 [info] UploadPackV2: pack generated, 475 bytes
.
15:15:59.166 [info] UploadPackV2: fetch response 497 bytes
.
15:15:59.176 [info] UploadPackV2: processing fetch command
.
15:15:59.176 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.177 [info] UploadPackV2: collected 16 objects, generating pack
.
15:15:59.181 [info] UploadPackV2: pack generated, 962 bytes
15:15:59.182 [info] UploadPackV2: fetch response 984 bytes
15:15:59.191 [info] UploadPackV2: processing fetch command
15:15:59.191 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.197 [info] UploadPackV2: collected 20 objects, generating pack
15:15:59.198 [info] UploadPackV2: pack generated, 1203 bytes
15:15:59.198 [info] UploadPackV2: fetch response 1225 bytes
15:15:59.206 [info] UploadPackV2: processing fetch command
.
15:15:59.207 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.208 [info] UploadPackV2: collected 7 objects, generating pack
15:15:59.208 [info] UploadPackV2: pack generated, 475 bytes
15:15:59.208 [info] UploadPackV2: fetch response 497 bytes
...
15:15:59.229 [info] UploadPackV2: processing fetch command
15:15:59.229 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.230 [info] UploadPackV2: collected 7 objects, generating pack
15:15:59.231 [info] UploadPackV2: pack generated, 475 bytes
15:15:59.231 [info] UploadPackV2: fetch response 497 bytes
15:15:59.248 [info] UploadPackV2: processing fetch command
15:15:59.248 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.256 [info] UploadPackV2: collected 26 objects, generating pack
15:15:59.257 [info] UploadPackV2: pack generated, 1619 bytes
15:15:59.258 [info] UploadPackV2: fetch response 1641 bytes
15:15:59.273 [info] UploadPackV2: processing fetch command
15:15:59.273 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.281 [info] UploadPackV2: collected 27 objects, generating pack
15:15:59.283 [info] UploadPackV2: pack generated, 1676 bytes
15:15:59.284 [info] UploadPackV2: fetch response 1698 bytes
15:15:59.300 [info] UploadPackV2: processing fetch command
15:15:59.300 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.307 [info] UploadPackV2: collected 23 objects, generating pack
15:15:59.308 [info] UploadPackV2: pack generated, 1403 bytes
15:15:59.309 [info] UploadPackV2: fetch response 1425 bytes
15:15:59.323 [info] UploadPackV2: processing fetch command
15:15:59.324 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.324 [info] UploadPackV2: collected 12 objects, generating pack
15:15:59.331 [info] UploadPackV2: pack generated, 723 bytes
15:15:59.332 [info] UploadPackV2: fetch response 745 bytes
15:15:59.345 [info] UploadPackV2: processing fetch command
15:15:59.345 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.348 [info] UploadPackV2: collected 7 objects, generating pack
15:15:59.348 [info] UploadPackV2: pack generated, 475 bytes
15:15:59.348 [info] UploadPackV2: fetch response 497 bytes
15:15:59.352 [info] UploadPackV2: processing fetch command
15:15:59.353 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.354 [info] UploadPackV2: collected 12 objects, generating pack
15:15:59.355 [info] UploadPackV2: pack generated, 723 bytes
15:15:59.355 [info] UploadPackV2: fetch response 745 bytes
15:15:59.370 [info] UploadPackV2: processing fetch command
15:15:59.370 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.373 [info] UploadPackV2: collected 35 objects, generating pack
15:15:59.376 [info] UploadPackV2: pack generated, 2097 bytes
15:15:59.376 [info] UploadPackV2: fetch response 2119 bytes
15:15:59.391 [info] UploadPackV2: processing fetch command
15:15:59.391 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.392 [info] UploadPackV2: collected 16 objects, generating pack
15:15:59.393 [info] UploadPackV2: pack generated, 962 bytes
15:15:59.393 [info] UploadPackV2: fetch response 984 bytes
...
15:15:59.414 [info] UploadPackV2: processing fetch command
15:15:59.414 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.418 [info] UploadPackV2: collected 63 objects, generating pack
15:15:59.420 [info] UploadPackV2: pack generated, 3787 bytes
.
15:15:59.420 [info] UploadPackV2: fetch response 3809 bytes
.......
15:15:59.453 [info] UploadPackV2: processing fetch command
.
15:15:59.453 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
..
15:15:59.466 [info] UploadPackV2: collected 54 objects, generating pack
.
15:15:59.467 [info] UploadPackV2: pack generated, 3302 bytes
15:15:59.468 [info] UploadPackV2: fetch response 3324 bytes
.
15:15:59.482 [info] UploadPackV2: processing fetch command
15:15:59.482 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.483 [info] UploadPackV2: collected 27 objects, generating pack
15:15:59.485 [info] UploadPackV2: pack generated, 1678 bytes
15:15:59.485 [info] UploadPackV2: fetch response 1700 bytes
15:15:59.498 [info] UploadPackV2: processing fetch command
15:15:59.498 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.504 [info] UploadPackV2: collected 39 objects, generating pack
15:15:59.509 [info] UploadPackV2: pack generated, 2341 bytes
15:15:59.509 [info] UploadPackV2: fetch response 2363 bytes
15:15:59.530 [info] UploadPackV2: processing fetch command
15:15:59.530 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.532 [info] UploadPackV2: collected 11 objects, generating pack
15:15:59.533 [info] UploadPackV2: pack generated, 717 bytes
15:15:59.533 [info] UploadPackV2: fetch response 739 bytes
15:15:59.540 [info] UploadPackV2: processing fetch command
15:15:59.540 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.543 [info] UploadPackV2: collected 36 objects, generating pack
15:15:59.545 [info] UploadPackV2: pack generated, 2104 bytes
15:15:59.545 [info] UploadPackV2: fetch response 2126 bytes
15:15:59.553 [info] UploadPackV2: processing fetch command
15:15:59.553 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.555 [info] UploadPackV2: collected 19 objects, generating pack
15:15:59.556 [info] UploadPackV2: pack generated, 1165 bytes
15:15:59.556 [info] UploadPackV2: fetch response 1187 bytes
15:15:59.562 [info] UploadPackV2: processing fetch command
15:15:59.562 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.564 [info] UploadPackV2: collected 23 objects, generating pack
15:15:59.565 [info] UploadPackV2: pack generated, 1437 bytes
15:15:59.565 [info] UploadPackV2: fetch response 1459 bytes
15:15:59.571 [info] UploadPackV2: processing fetch command
15:15:59.571 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.572 [info] UploadPackV2: collected 23 objects, generating pack
15:15:59.573 [info] UploadPackV2: pack generated, 1435 bytes
15:15:59.573 [info] UploadPackV2: fetch response 1457 bytes
15:15:59.578 [info] UploadPackV2: processing fetch command
15:15:59.578 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.580 [info] UploadPackV2: collected 20 objects, generating pack
15:15:59.580 [info] UploadPackV2: pack generated, 1203 bytes
15:15:59.580 [info] UploadPackV2: fetch response 1225 bytes
15:15:59.585 [info] UploadPackV2: processing fetch command
15:15:59.585 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.586 [info] UploadPackV2: collected 4 objects, generating pack
15:15:59.586 [info] UploadPackV2: pack generated, 241 bytes
15:15:59.586 [info] UploadPackV2: fetch response 263 bytes
15:15:59.595 [info] UploadPackV2: processing fetch command
15:15:59.596 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.607 [info] UploadPackV2: collected 24 objects, generating pack
15:15:59.610 [info] UploadPackV2: pack generated, 1443 bytes
15:15:59.611 [info] UploadPackV2: fetch response 1465 bytes
15:15:59.629 [info] UploadPackV2: processing fetch command
15:15:59.629 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.632 [info] UploadPackV2: collected 12 objects, generating pack
15:15:59.634 [info] UploadPackV2: pack generated, 723 bytes
15:15:59.635 [info] UploadPackV2: fetch response 745 bytes
15:15:59.644 [info] UploadPackV2: processing fetch command
15:15:59.644 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.646 [info] UploadPackV2: collected 27 objects, generating pack
15:15:59.646 [info] UploadPackV2: pack generated, 1678 bytes
.
15:15:59.647 [info] UploadPackV2: fetch response 1700 bytes
15:15:59.652 [info] UploadPackV2: processing fetch command
15:15:59.652 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.653 [info] UploadPackV2: collected 19 objects, generating pack
15:15:59.654 [info] UploadPackV2: pack generated, 1196 bytes
15:15:59.654 [info] UploadPackV2: fetch response 1218 bytes
15:15:59.661 [info] UploadPackV2: processing fetch command
15:15:59.661 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:15:59.662 [info] UploadPackV2: collected 27 objects, generating pack
15:15:59.663 [info] UploadPackV2: pack generated, 1676 bytes
15:15:59.663 [info] UploadPackV2: fetch response 1698 bytes
15:15:59.669 [info] UploadPackV2: processing fetch command
15:15:59.669 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.670 [info] UploadPackV2: collected 12 objects, generating pack
.
15:15:59.671 [info] UploadPackV2: pack generated, 723 bytes
.
15:15:59.671 [info] UploadPackV2: fetch response 745 bytes
.
15:15:59.685 [info] UploadPackV2: processing fetch command
.
15:15:59.685 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.696 [info] UploadPackV2: collected 60 objects, generating pack
.
15:15:59.698 [info] UploadPackV2: pack generated, 3544 bytes
.
15:15:59.698 [info] UploadPackV2: fetch response 3566 bytes
..
15:15:59.710 [info] UploadPackV2: processing fetch command
.
15:15:59.710 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.711 [info] UploadPackV2: collected 11 objects, generating pack
.
15:15:59.711 [info] UploadPackV2: pack generated, 714 bytes
.
15:15:59.711 [info] UploadPackV2: fetch response 736 bytes
.
15:15:59.715 [info] UploadPackV2: processing fetch command
.
15:15:59.715 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.718 [info] UploadPackV2: collected 19 objects, generating pack
.
15:15:59.718 [info] UploadPackV2: pack generated, 1196 bytes
.
15:15:59.718 [info] UploadPackV2: fetch response 1218 bytes
.
15:15:59.727 [info] UploadPackV2: processing fetch command
.
15:15:59.727 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.730 [info] UploadPackV2: collected 56 objects, generating pack
.
15:15:59.731 [info] UploadPackV2: pack generated, 3304 bytes
.
15:15:59.732 [info] UploadPackV2: fetch response 3326 bytes
.
15:15:59.747 [info] UploadPackV2: processing fetch command
.
15:15:59.747 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.750 [info] UploadPackV2: collected 47 objects, generating pack
.
15:15:59.752 [info] UploadPackV2: pack generated, 2846 bytes
.
15:15:59.752 [info] UploadPackV2: fetch response 2868 bytes
.
15:15:59.770 [info] UploadPackV2: processing fetch command
.
15:15:59.770 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.772 [info] UploadPackV2: collected 52 objects, generating pack
.
15:15:59.774 [info] UploadPackV2: pack generated, 3063 bytes
.
15:15:59.775 [info] UploadPackV2: fetch response 3085 bytes
.
15:15:59.784 [info] UploadPackV2: processing fetch command
.
15:15:59.784 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.791 [info] UploadPackV2: collected 23 objects, generating pack
.
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
35 │ test "symrefs resolves HEAD to its target branch", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_capabilities_test.exs:35:67: ExGitObjectstore.Integration.UploadPackV2CapabilitiesTest."test ls-refs symrefs resolves HEAD to its target branch"/1
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
60 │ test "peel exposes annotated tag targets", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_capabilities_test.exs:60:59: ExGitObjectstore.Integration.UploadPackV2CapabilitiesTest."test ls-refs peel exposes annotated tag targets"/1
15:15:59.792 [info] UploadPackV2: pack generated, 1437 bytes
.
15:15:59.792 [info] UploadPackV2: fetch response 1459 bytes
.
15:15:59.808 [info] UploadPackV2: processing fetch command
.
15:15:59.808 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.810 [info] UploadPackV2: collected 30 objects, generating pack
.
15:15:59.812 [info] UploadPackV2: pack generated, 1858 bytes
.
15:15:59.812 [info] UploadPackV2: fetch response 1880 bytes
.
15:15:59.819 [info] UploadPackV2: processing fetch command
.
15:15:59.819 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.820 [info] UploadPackV2: collected 15 objects, generating pack
.
15:15:59.821 [info] UploadPackV2: pack generated, 956 bytes
.
15:15:59.821 [info] UploadPackV2: fetch response 978 bytes
.
15:15:59.825 [info] UploadPackV2: processing fetch command
.
15:15:59.825 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.826 [info] UploadPackV2: collected 12 objects, generating pack
.
15:15:59.827 [info] UploadPackV2: pack generated, 723 bytes
.
15:15:59.827 [info] UploadPackV2: fetch response 745 bytes
.
15:15:59.841 [info] UploadPackV2: processing fetch command
.
15:15:59.841 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.848 [info] UploadPackV2: collected 32 objects, generating pack
.
15:15:59.854 [info] UploadPackV2: pack generated, 1891 bytes
.
15:15:59.854 [info] UploadPackV2: fetch response 1913 bytes
.
15:15:59.870 [info] UploadPackV2: processing fetch command
.
15:15:59.870 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.871 [info] UploadPackV2: collected 12 objects, generating pack
.
15:15:59.871 [info] UploadPackV2: pack generated, 723 bytes
.
15:15:59.871 [info] UploadPackV2: fetch response 745 bytes
.
15:15:59.882 [info] UploadPackV2: processing fetch command
.
15:15:59.882 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.890 [info] UploadPackV2: collected 31 objects, generating pack
.
15:15:59.936 [info] UploadPackV2: pack generated, 1887 bytes
.
15:15:59.937 [info] UploadPackV2: fetch response 1909 bytes
.
15:15:59.964 [info] UploadPackV2: processing fetch command
.
15:15:59.964 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:15:59.969 [info] UploadPackV2: collected 47 objects, generating pack
..
15:15:59.971 [info] UploadPackV2: pack generated, 2823 bytes
.
15:15:59.971 [info] UploadPackV2: fetch response 2845 bytes
.
15:16:00.000 [info] UploadPackV2: processing fetch command
.
15:16:00.000 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.008 [info] UploadPackV2: collected 23 objects, generating pack
.
15:16:00.009 [info] UploadPackV2: pack generated, 1437 bytes
.
15:16:00.009 [info] UploadPackV2: fetch response 1459 bytes
.
15:16:00.016 [info] UploadPackV2: processing fetch command
.
15:16:00.017 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.018 [info] UploadPackV2: collected 19 objects, generating pack
15:16:00.019 [info] UploadPackV2: pack generated, 1194 bytes
15:16:00.019 [info] UploadPackV2: fetch response 1216 bytes
15:16:00.035 [info] UploadPackV2: processing fetch command
15:16:00.035 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.043 [info] UploadPackV2: collected 28 objects, generating pack
15:16:00.044 [info] UploadPackV2: pack generated, 1621 bytes
15:16:00.044 [info] UploadPackV2: fetch response 1643 bytes
15:16:00.057 [info] UploadPackV2: processing fetch command
15:16:00.057 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.059 [info] UploadPackV2: collected 23 objects, generating pack
15:16:00.060 [info] UploadPackV2: pack generated, 1435 bytes
15:16:00.060 [info] UploadPackV2: fetch response 1457 bytes
15:16:00.074 [info] UploadPackV2: processing fetch command
warning: module attribute @git_lfs_available was set but never used
63 │ @git_lfs_available (case System.cmd("git", ["lfs", "version"], stderr_to_stdout: true) do
│ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
└─ test/ex_git_objectstore/lfs/interop_s3_test.exs:63: ExGitObjectstore.Lfs.InteropS3Test (module)
warning: the variable "split_point" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
328 │ <<pack_part1::binary-size(split_point), pack_part2::binary>> = pack_data
│ ~
└─ test/ex_git_objectstore/protocol/receive_pack_test.exs:328:33: ExGitObjectstore.Protocol.ReceivePackTest."test split data handling handles pack data split across multiple feed calls"/1
warning: the variable "split_point" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
382 │ <<part1::binary-size(split_point), part2::binary>> = full_data
│ ~
└─ test/ex_git_objectstore/protocol/receive_pack_test.exs:382:28: ExGitObjectstore.Protocol.ReceivePackTest."test split data handling handles command split mid-pkt-line"/1
warning: the variable "split_point" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
437 │ <<first_chunk::binary-size(split_point), second_chunk::binary>> = full_data
│ ~
└─ test/ex_git_objectstore/protocol/receive_pack_test.exs:437:34: ExGitObjectstore.Protocol.ReceivePackTest."test split data handling handles split command data across multiple feed calls"/1
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
224 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = pack_data
│ ~
└─ test/ex_git_objectstore/fsck_test.exs:224:25: ExGitObjectstore.FsckTest."test detects corrupted pack checksum"/1
warning: 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
15:16:00.074 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.075 [info] UploadPackV2: collected 27 objects, generating pack
15:16:00.076 [info] UploadPackV2: pack generated, 1676 bytes
15:16:00.076 [info] UploadPackV2: fetch response 1698 bytes
15:16:00.081 [info] UploadPackV2: processing fetch command
15:16:00.081 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.082 [info] UploadPackV2: collected 8 objects, generating pack
15:16:00.082 [info] UploadPackV2: pack generated, 482 bytes
15:16:00.082 [info] UploadPackV2: fetch response 504 bytes
15:16:00.085 [info] UploadPackV2: processing fetch command
15:16:00.085 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.086 [info] UploadPackV2: collected 8 objects, generating pack
15:16:00.086 [info] UploadPackV2: pack generated, 482 bytes
15:16:00.087 [info] UploadPackV2: fetch response 504 bytes
15:16:00.091 [info] UploadPackV2: processing fetch command
15:16:00.091 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.093 [info] UploadPackV2: collected 27 objects, generating pack
15:16:00.094 [info] UploadPackV2: pack generated, 1678 bytes
15:16:00.094 [info] UploadPackV2: fetch response 1700 bytes
15:16:00.100 [info] UploadPackV2: processing fetch command
15:16:00.100 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.101 [info] UploadPackV2: collected 8 objects, generating pack
15:16:00.101 [info] UploadPackV2: pack generated, 482 bytes
15:16:00.101 [info] UploadPackV2: fetch response 504 bytes
15:16:00.106 [info] UploadPackV2: processing fetch command
15:16:00.106 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.108 [info] UploadPackV2: collected 28 objects, generating pack
15:16:00.109 [info] UploadPackV2: pack generated, 1652 bytes
15:16:00.109 [info] UploadPackV2: fetch response 1674 bytes
15:16:00.116 [info] UploadPackV2: processing fetch command
15:16:00.116 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.118 [info] UploadPackV2: collected 23 objects, generating pack
15:16:00.118 [info] UploadPackV2: pack generated, 1435 bytes
15:16:00.119 [info] UploadPackV2: fetch response 1457 bytes
15:16:00.123 [info] UploadPackV2: processing fetch command
15:16:00.124 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.124 [info] UploadPackV2: collected 4 objects, generating pack
15:16:00.124 [info] UploadPackV2: pack generated, 241 bytes
15:16:00.124 [info] UploadPackV2: fetch response 263 bytes
15:16:00.130 [info] UploadPackV2: processing fetch command
15:16:00.130 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.132 [info] UploadPackV2: collected 42 objects, generating pack
15:16:00.134 [info] UploadPackV2: pack generated, 2581 bytes
15:16:00.135 [info] UploadPackV2: fetch response 2603 bytes
15:16:00.148 [info] UploadPackV2: processing fetch command
15:16:00.148 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.149 [info] UploadPackV2: collected 20 objects, generating pack
15:16:00.150 [info] UploadPackV2: pack generated, 1203 bytes
15:16:00.150 [info] UploadPackV2: fetch response 1225 bytes
15:16:00.164 [info] UploadPackV2: processing fetch command
15:16:00.164 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.174 [info] UploadPackV2: collected 63 objects, generating pack
15:16:00.178 [info] UploadPackV2: pack generated, 3782 bytes
15:16:00.222 [info] UploadPackV2: fetch response 3804 bytes
15:16:00.242 [info] UploadPackV2: processing fetch command
15:16:00.242 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.243 [info] UploadPackV2: collected 20 objects, generating pack
15:16:00.243 [info] UploadPackV2: pack generated, 1203 bytes
15:16:00.243 [info] UploadPackV2: fetch response 1225 bytes
15:16:00.252 [info] UploadPackV2: processing fetch command
15:16:00.253 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.258 [info] UploadPackV2: collected 31 objects, generating pack
15:16:00.261 [info] UploadPackV2: pack generated, 1865 bytes
15:16:00.262 [info] UploadPackV2: fetch response 1887 bytes
15:16:00.278 [info] UploadPackV2: processing fetch command
15:16:00.278 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.287 [info] UploadPackV2: collected 19 objects, generating pack
15:16:00.288 [info] UploadPackV2: pack generated, 1144 bytes
15:16:00.288 [info] UploadPackV2: fetch response 1166 bytes
15:16:00.295 [info] UploadPackV2: processing fetch command
15:16:00.295 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.296 [info] UploadPackV2: collected 28 objects, generating pack
15:16:00.297 [info] UploadPackV2: pack generated, 1622 bytes
15:16:00.297 [info] UploadPackV2: fetch response 1644 bytes
15:16:00.303 [info] UploadPackV2: processing fetch command
15:16:00.303 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
35 │ <<body::binary-size(body_len), checksum::binary-size(20)>> = pack_data
│ ~
└─ test/ex_git_objectstore/pack/writer_test.exs:35:27: ExGitObjectstore.Pack.WriterTest."test generate generates valid packfile with a single blob"/1
15:16:00.304 [info] UploadPackV2: collected 16 objects, generating pack
15:16:00.304 [info] UploadPackV2: pack generated, 962 bytes
.
15:16:00.304 [info] UploadPackV2: fetch response 984 bytes
15:16:00.309 [info] UploadPackV2: processing fetch command
15:16:00.309 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.310 [info] UploadPackV2: collected 16 objects, generating pack
15:16:00.310 [info] UploadPackV2: pack generated, 962 bytes
15:16:00.310 [info] UploadPackV2: fetch response 984 bytes
15:16:00.318 [info] UploadPackV2: processing fetch command
15:16:00.318 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.319 [info] UploadPackV2: collected 24 objects, generating pack
15:16:00.320 [info] UploadPackV2: pack generated, 1443 bytes
15:16:00.320 [info] UploadPackV2: fetch response 1465 bytes
.
15:16:00.325 [info] UploadPackV2: processing fetch command
15:16:00.326 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.327 [info] UploadPackV2: collected 14 objects, generating pack
15:16:00.328 [info] UploadPackV2: pack generated, 897 bytes
15:16:00.328 [info] UploadPackV2: fetch response 919 bytes
15:16:00.331 [info] UploadPackV2: processing fetch command
15:16:00.331 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.331 [info] UploadPackV2: collected 4 objects, generating pack
15:16:00.332 [info] UploadPackV2: pack generated, 241 bytes
15:16:00.332 [info] UploadPackV2: fetch response 263 bytes
15:16:00.335 [info] UploadPackV2: processing fetch command
15:16:00.336 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:00.338 [info] UploadPackV2: collected 27 objects, generating pack
15:16:00.339 [info] UploadPackV2: pack generated, 1676 bytes
15:16:00.339 [info] UploadPackV2: fetch response 1698 bytes
15:16:00.354 [info] UploadPackV2: processing fetch command
.
15:16:00.355 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.356 [info] UploadPackV2: collected 5 objects, generating pack
15:16:00.356 [info] UploadPackV2: pack generated, 424 bytes
15:16:00.356 [info] UploadPackV2: fetch response 446 bytes
15:16:00.366 [info] UploadPackV2: processing fetch command
15:16:00.366 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.367 [info] UploadPackV2: collected 17 objects, generating pack
15:16:00.367 [info] UploadPackV2: pack generated, 1278 bytes
15:16:00.367 [info] UploadPackV2: fetch response 1300 bytes
15:16:00.379 [info] UploadPackV2: processing fetch command
15:16:00.450 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.453 [info] UploadPackV2: collected 35 objects, generating pack
15:16:00.454 [info] UploadPackV2: pack generated, 2510 bytes
.
15:16:00.454 [info] UploadPackV2: fetch response 2532 bytes
.
15:16:00.471 [info] UploadPackV2: processing fetch command
.
15:16:00.471 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
15:16:00.473 [info] UploadPackV2: collected 8 objects, generating pack
.
15:16:00.473 [info] UploadPackV2: pack generated, 639 bytes
.
15:16:00.473 [info] UploadPackV2: fetch response 661 bytes
.
15:16:00.482 [info] UploadPackV2: processing fetch command
.
15:16:00.482 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
15:16:00.483 [info] UploadPackV2: collected 12 objects, generating pack
.
15:16:00.484 [info] UploadPackV2: pack generated, 854 bytes
.
15:16:00.484 [info] UploadPackV2: fetch response 876 bytes
.
15:16:00.490 [info] UploadPackV2: processing fetch command
.
15:16:00.490 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
15:16:00.492 [info] UploadPackV2: collected 9 objects, generating pack
15:16:00.493 [info] UploadPackV2: pack generated, 642 bytes
.
15:16:00.494 [info] UploadPackV2: fetch response 664 bytes
.
15:16:00.501 [info] UploadPackV2: processing fetch command
.
15:16:00.502 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
15:16:00.502 [info] UploadPackV2: collected 14 objects, generating pack
.
15:16:00.503 [info] UploadPackV2: pack generated, 1062 bytes
.
15:16:00.503 [info] UploadPackV2: fetch response 1084 bytes
.
15:16:00.513 [info] UploadPackV2: processing fetch command
.
15:16:00.514 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
15:16:00.520 [info] UploadPackV2: collected 17 objects, generating pack
.
15:16:00.521 [info] UploadPackV2: pack generated, 1235 bytes
.
15:16:00.527 [info] UploadPackV2: fetch response 1257 bytes
.
15:16:00.546 [info] UploadPackV2: processing fetch command
.
15:16:00.546 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.548 [info] UploadPackV2: collected 17 objects, generating pack
15:16:00.548 [info] UploadPackV2: pack generated, 1276 bytes
.
15:16:00.548 [info] UploadPackV2: fetch response 1298 bytes
.
15:16:00.557 [info] UploadPackV2: processing fetch command
.
15:16:00.557 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
15:16:00.560 [info] UploadPackV2: collected 20 objects, generating pack
.
15:16:00.560 [info] UploadPackV2: pack generated, 1490 bytes
.
15:16:00.560 [info] UploadPackV2: fetch response 1512 bytes
.
15:16:00.580 [info] UploadPackV2: processing fetch command
.
15:16:00.580 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
15:16:00.582 [info] UploadPackV2: collected 20 objects, generating pack
.
15:16:00.583 [info] UploadPackV2: pack generated, 1492 bytes
.
15:16:00.584 [info] UploadPackV2: fetch response 1514 bytes
.
15:16:00.590 [info] UploadPackV2: processing fetch command
.
15:16:00.590 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
15:16:00.590 [info] UploadPackV2: collected 5 objects, generating pack
.
15:16:00.591 [info] UploadPackV2: pack generated, 424 bytes
.
15:16:00.591 [info] UploadPackV2: fetch response 446 bytes
.
15:16:00.594 [info] UploadPackV2: processing fetch command
.
15:16:00.594 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
15:16:00.597 [info] UploadPackV2: collected 12 objects, generating pack
.
15:16:00.598 [info] UploadPackV2: pack generated, 854 bytes
.
15:16:00.598 [info] UploadPackV2: fetch response 876 bytes
.
15:16:00.611 [info] UploadPackV2: processing fetch command
.
15:16:00.611 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
15:16:00.614 [info] UploadPackV2: collected 15 objects, generating pack
.
15:16:00.614 [info] UploadPackV2: pack generated, 1068 bytes
.
15:16:00.614 [info] UploadPackV2: fetch response 1090 bytes
.
15:16:00.622 [info] UploadPackV2: processing fetch command
.
15:16:00.622 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
15:16:00.623 [info] UploadPackV2: collected 5 objects, generating pack
.
15:16:00.624 [info] UploadPackV2: pack generated, 424 bytes
.
15:16:00.624 [info] UploadPackV2: fetch response 446 bytes
.
15:16:00.629 [info] UploadPackV2: processing fetch command
.
15:16:00.629 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
15:16:00.630 [info] UploadPackV2: collected 5 objects, generating pack
.
15:16:00.630 [info] UploadPackV2: pack generated, 424 bytes
.
15:16:00.630 [info] UploadPackV2: fetch response 446 bytes
.
15:16:00.636 [info] UploadPackV2: processing fetch command
.
15:16:00.636 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
15:16:00.638 [info] UploadPackV2: collected 19 objects, generating pack
....
15:16:00.639 [info] UploadPackV2: pack generated, 1445 bytes
15:16:00.639 [info] UploadPackV2: fetch response 1467 bytes
15:16:00.664 [info] UploadPackV2: processing fetch command
15:16:00.664 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.665 [info] UploadPackV2: collected 20 objects, generating pack
15:16:00.666 [info] UploadPackV2: pack generated, 1490 bytes
15:16:00.666 [info] UploadPackV2: fetch response 1512 bytes
15:16:00.681 [info] UploadPackV2: processing fetch command
15:16:00.681 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.683 [info] UploadPackV2: collected 17 objects, generating pack
15:16:00.684 [info] UploadPackV2: pack generated, 1244 bytes
15:16:00.684 [info] UploadPackV2: fetch response 1266 bytes
15:16:00.690 [info] UploadPackV2: processing fetch command
15:16:00.690 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.690 [info] UploadPackV2: collected 9 objects, generating pack
15:16:00.691 [info] UploadPackV2: pack generated, 642 bytes
15:16:00.691 [info] UploadPackV2: fetch response 664 bytes
15:16:00.694 [info] UploadPackV2: processing fetch command
15:16:00.694 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.695 [info] UploadPackV2: collected 5 objects, generating pack
15:16:00.695 [info] UploadPackV2: pack generated, 424 bytes
15:16:00.695 [info] UploadPackV2: fetch response 446 bytes
15:16:00.698 [info] UploadPackV2: processing fetch command
15:16:00.698 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.699 [info] UploadPackV2: collected 9 objects, generating pack
15:16:00.699 [info] UploadPackV2: pack generated, 642 bytes
15:16:00.699 [info] UploadPackV2: fetch response 664 bytes
15:16:00.705 [info] UploadPackV2: processing fetch command
15:16:00.721 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.726 [info] UploadPackV2: collected 26 objects, generating pack
15:16:00.726 [info] UploadPackV2: pack generated, 1857 bytes
15:16:00.727 [info] UploadPackV2: fetch response 1879 bytes
.
15:16:00.754 [info] UploadPackV2: processing fetch command
15:16:00.754 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.754 [info] UploadPackV2: collected 12 objects, generating pack
15:16:00.755 [info] UploadPackV2: pack generated, 854 bytes
15:16:00.755 [info] UploadPackV2: fetch response 876 bytes
....
15:16:00.776 [info] UploadPackV2: processing fetch command
.
15:16:00.776 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.783 [info] UploadPackV2: collected 47 objects, generating pack
15:16:00.789 [info] UploadPackV2: pack generated, 3367 bytes
15:16:00.789 [info] UploadPackV2: fetch response 3389 bytes
15:16:00.826 [info] UploadPackV2: processing fetch command
15:16:00.826 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.828 [info] UploadPackV2: collected 40 objects, generating pack
15:16:00.829 [info] UploadPackV2: pack generated, 2939 bytes
15:16:00.829 [info] UploadPackV2: fetch response 2961 bytes
15:16:00.841 [info] UploadPackV2: processing fetch command
15:16:00.841 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.842 [info] UploadPackV2: collected 20 objects, generating pack
15:16:00.843 [info] UploadPackV2: pack generated, 1492 bytes
15:16:00.843 [info] UploadPackV2: fetch response 1514 bytes
15:16:00.858 [info] UploadPackV2: processing fetch command
15:16:00.858 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.860 [info] UploadPackV2: collected 29 objects, generating pack
15:16:00.861 [info] UploadPackV2: pack generated, 2083 bytes
15:16:00.861 [info] UploadPackV2: fetch response 2105 bytes
15:16:00.884 [info] UploadPackV2: processing fetch command
15:16:00.884 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.890 [info] UploadPackV2: collected 8 objects, generating pack
15:16:00.891 [info] UploadPackV2: pack generated, 639 bytes
15:16:00.891 [info] UploadPackV2: fetch response 661 bytes
15:16:00.904 [info] UploadPackV2: processing fetch command
15:16:00.904 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.906 [info] UploadPackV2: collected 27 objects, generating pack
15:16:00.908 [info] UploadPackV2: pack generated, 1861 bytes
15:16:00.908 [info] UploadPackV2: fetch response 1883 bytes
15:16:00.919 [info] UploadPackV2: processing fetch command
15:16:00.919 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.920 [info] UploadPackV2: collected 14 objects, generating pack
15:16:00.920 [info] UploadPackV2: pack generated, 1033 bytes
15:16:00.920 [info] UploadPackV2: fetch response 1055 bytes
15:16:00.927 [info] UploadPackV2: processing fetch command
15:16:00.928 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.929 [info] UploadPackV2: collected 17 objects, generating pack
15:16:00.930 [info] UploadPackV2: pack generated, 1278 bytes
15:16:00.930 [info] UploadPackV2: fetch response 1300 bytes
15:16:00.936 [info] UploadPackV2: processing fetch command
15:16:00.936 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.938 [info] UploadPackV2: collected 17 objects, generating pack
15:16:00.940 [info] UploadPackV2: pack generated, 1276 bytes
15:16:00.941 [info] UploadPackV2: fetch response 1298 bytes
15:16:00.955 [info] UploadPackV2: processing fetch command
15:16:00.955 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.962 [info] UploadPackV2: collected 15 objects, generating pack
15:16:00.963 [info] UploadPackV2: pack generated, 1068 bytes
15:16:00.963 [info] UploadPackV2: fetch response 1090 bytes
15:16:00.991 [info] UploadPackV2: processing fetch command
15:16:00.991 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:00.992 [info] UploadPackV2: collected 3 objects, generating pack
15:16:00.992 [info] UploadPackV2: pack generated, 214 bytes
15:16:00.992 [info] UploadPackV2: fetch response 236 bytes
15:16:01.033 [info] UploadPackV2: processing fetch command
15:16:01.033 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:01.038 [info] UploadPackV2: collected 18 objects, generating pack
15:16:01.041 [info] UploadPackV2: pack generated, 1281 bytes
15:16:01.041 [info] UploadPackV2: fetch response 1303 bytes
...
15:16:01.060 [warning] post_receive hook failed: "webhook failed"
..
15:16:01.070 [info] UploadPackV2: processing fetch command
.
15:16:01.070 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
15:16:01.081 [info] UploadPackV2: collected 9 objects, generating pack
.
15:16:01.084 [info] UploadPackV2: pack generated, 642 bytes
.
15:16:01.084 [info] UploadPackV2: fetch response 664 bytes
15:16:01.101 [info] UploadPackV2: processing fetch command
15:16:01.101 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:01.102 [info] UploadPackV2: collected 20 objects, generating pack
.
15:16:01.104 [info] UploadPackV2: pack generated, 1492 bytes
.
15:16:01.104 [info] UploadPackV2: fetch response 1514 bytes
......
15:16:01.127 [info] UploadPackV2: processing fetch command
.
15:16:01.127 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
..
15:16:01.133 [info] UploadPackV2: collected 14 objects, generating pack
.
15:16:01.134 [info] UploadPackV2: pack generated, 1064 bytes
.
15:16:01.134 [info] UploadPackV2: fetch response 1086 bytes
..
15:16:01.153 [info] UploadPackV2: processing fetch command
15:16:01.154 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:16:01.155 [info] UploadPackV2: collected 20 objects, generating pack
15:16:01.156 [info] UploadPackV2: pack generated, 1490 bytes
15:16:01.156 [info] UploadPackV2: fetch response 1512 bytes
...............................................................................................................................................................................................................................
15:16:03.739 [info] UploadPackV2: processing ls-refs command
15:16:03.750 [info] UploadPackV2: processing fetch command
15:16:03.751 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:03.761 [info] UploadPackV2: collected 3 objects, generating pack
15:16:03.761 [info] UploadPackV2: pack generated, 210 bytes
15:16:03.764 [info] UploadPackV2: fetch response 232 bytes
..............
15:16:03.971 [info] UploadPackV2: processing fetch command
.
15:16:03.971 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:03.975 [info] UploadPackV2: collected 6 objects, generating pack
15:16:03.975 [info] UploadPackV2: pack generated, 414 bytes
15:16:03.975 [info] UploadPackV2: fetch response 436 bytes
15:16:04.040 [error] UploadPackV2: parse_command failed: {:unknown_command, "invalid"}
..
15:16:04.204 [info] UploadPackV2: processing fetch command
15:16:04.204 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:16:04.310 [info] UploadPackV2: collected 600 objects, generating pack
15:16:04.336 [info] UploadPackV2: pack generated, 39862 bytes
15:16:04.343 [info] UploadPackV2: fetch response 39884 bytes
..
15:16:04.561 [info] UploadPackV2: processing fetch command
.
15:16:04.561 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:04.561 [info] UploadPackV2: collected 3 objects, generating pack
15:16:04.561 [info] UploadPackV2: pack generated, 223 bytes
15:16:04.562 [info] UploadPackV2: fetch response 245 bytes
15:16:04.593 [info] UploadPackV2: processing fetch command
15:16:04.593 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:04.606 [info] UploadPackV2: collected 90 objects, generating pack
15:16:04.612 [info] UploadPackV2: pack generated, 5946 bytes
15:16:04.612 [info] UploadPackV2: fetch response 5968 bytes
.
15:16:04.639 [info] UploadPackV2: processing ls-refs command
.
15:16:04.650 [info] UploadPackV2: processing fetch command
15:16:04.651 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:04.652 [info] UploadPackV2: collected 3 objects, streaming pack
15:16:04.663 [info] UploadPackV2: streamed pack 71880 bytes, 3 objects
15:16:04.664 [info] UploadPackV2: fetch streamed 71880 pack bytes, 3 objects
.
15:16:04.670 [info] UploadPackV2: processing fetch command
.
15:16:04.670 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:16:04.671 [info] UploadPackV2: collected 3 objects, generating pack
.
15:16:04.671 [info] UploadPackV2: pack generated, 195 bytes
15:16:04.672 [info] UploadPackV2: fetch response 217 bytes
.
15:16:04.678 [info] UploadPackV2: processing fetch command
.
15:16:04.678 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:16:04.681 [info] UploadPackV2: collected 9 objects, streaming pack
.
15:16:04.685 [info] UploadPackV2: streamed pack 627 bytes, 9 objects
.
15:16:04.686 [info] UploadPackV2: fetch streamed 627 pack bytes, 9 objects
.
15:16:04.695 [info] UploadPackV2: processing ls-refs command
15:16:04.696 [info] UploadPackV2: processing fetch command
15:16:04.696 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
warning: the variable "mid" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
151 │ <<before::binary-size(mid), byte, after_bytes::binary>> = pack_data
│ ~
└─ test/ex_git_objectstore/pack/reader_test.exs:151:29: ExGitObjectstore.Pack.ReaderTest."test spec compliance - pack checksum verification verify_pack_checksum detects corruption"/1
15:16:04.698 [info] UploadPackV2: collected 3 objects, generating pack
15:16:04.698 [info] UploadPackV2: pack generated, 206 bytes
15:16:04.698 [info] UploadPackV2: fetch response 228 bytes
15:16:04.700 [info] UploadPackV2: processing fetch command
15:16:04.700 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:04.701 [info] UploadPackV2: collected 3 objects, generating pack
15:16:04.701 [info] UploadPackV2: pack generated, 191 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
169 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = pack_data
│ ~
└─ test/ex_git_objectstore/pack/reader_test.exs:169:27: ExGitObjectstore.Pack.ReaderTest."test spec compliance - pack checksum verification parse rejects pack with corrupted checksum"/1
15:16:04.701 [info] UploadPackV2: fetch response 213 bytes
15:16:04.702 [info] UploadPackV2: processing fetch command
15:16:04.702 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:04.702 [info] UploadPackV2: collected 3 objects, generating pack
15:16:04.702 [info] UploadPackV2: pack generated, 191 bytes
15:16:04.703 [info] UploadPackV2: fetch response 213 bytes
15:16:04.703 [error] UploadPackV2: parse_command failed: {:invalid_pkt_hex, "garb"}
15:16:04.703 [info] UploadPackV2: processing fetch command
15:16:04.703 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:04.703 [info] UploadPackV2: collected 0 objects, generating pack
15:16:04.703 [info] UploadPackV2: pack generated, 32 bytes
15:16:04.703 [info] UploadPackV2: fetch response 54 bytes
15:16:04.806 [info] UploadPackV2: processing fetch command
15:16:04.806 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:04.856 [info] UploadPackV2: collected 700 objects, generating pack
15:16:04.874 [info] UploadPackV2: pack generated, 48139 bytes
15:16:04.874 [info] UploadPackV2: fetch response 48161 bytes
.
15:16:04.973 [info] UploadPackV2: processing fetch command
15:16:04.974 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:16:04.975 [info] UploadPackV2: collected 3 objects, generating pack
15:16:04.976 [info] UploadPackV2: pack generated, 195 bytes
15:16:04.976 [info] UploadPackV2: fetch response 217 bytes
15:16:04.978 [info] UploadPackV2: processing fetch command
15:16:04.979 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:16:04.980 [info] UploadPackV2: collected 15 objects, generating pack
.
15:16:04.981 [info] UploadPackV2: pack generated, 984 bytes
.
15:16:04.983 [info] UploadPackV2: fetch response 1006 bytes
.
15:16:04.983 [info] UploadPackV2: processing fetch command
.
15:16:04.983 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:04.985 [info] UploadPackV2: collected 15 objects, streaming pack
15:16:04.987 [info] UploadPackV2: streamed pack 984 bytes, 15 objects
15:16:04.987 [info] UploadPackV2: fetch streamed 984 pack bytes, 15 objects
15:16:04.988 [info] UploadPackV2: processing fetch command
.
15:16:04.989 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
15:16:04.989 [info] UploadPackV2: fetch response 73 bytes
15:16:04.990 [info] UploadPackV2: processing fetch command
15:16:04.990 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
15:16:04.990 [info] UploadPackV2: fetch streamed 0 pack bytes, 0 objects
15:16:04.992 [info] UploadPackV2: processing fetch command
15:16:04.992 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:04.994 [info] UploadPackV2: collected 15 objects, generating pack
15:16:04.994 [info] UploadPackV2: pack generated, 984 bytes
15:16:04.995 [info] UploadPackV2: fetch response 1006 bytes
15:16:04.997 [info] UploadPackV2: processing ls-refs command
15:16:04.998 [info] UploadPackV2: processing ls-refs command
15:16:04.999 [info] UploadPackV2: processing fetch command
15:16:04.999 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:04.999 [info] UploadPackV2: collected 3 objects, streaming pack
15:16:05.000 [info] UploadPackV2: streamed pack 199 bytes, 3 objects
15:16:05.000 [info] UploadPackV2: fetch streamed 199 pack bytes, 3 objects
15:16:05.163 [info] UploadPackV2: processing fetch command
15:16:05.163 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
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
15:16:05.173 [info] UploadPackV2: collected 32 objects, streaming pack
15:16:05.310 [info] UploadPackV2: streamed pack 2459753 bytes, 32 objects
15:16:05.311 [info] UploadPackV2: fetch streamed 2459753 pack bytes, 32 objects
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
585 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = pack_data
│ ~
└─ test/ex_git_objectstore/integration/protocol_interop_test.exs:585:27: ExGitObjectstore.Integration.ProtocolInteropTest."test adversarial packs corrupted pack checksum is rejected with structured error"/1
....
15:16:06.082 [info] UploadPackV2: processing fetch command
15:16:06.082 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:06.099 [info] UploadPackV2: collected 32 objects, generating pack
warning: the variable "payload_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
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
.
15:16:06.279 [info] UploadPackV2: pack generated, 2459816 bytes
15:16:06.285 [info] UploadPackV2: fetch response 2460023 bytes
15:16:06.286 [info] UploadPackV2: processing fetch command
15:16:06.286 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:06.296 [info] UploadPackV2: collected 32 objects, streaming pack
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
.
15:16:06.441 [info] UploadPackV2: streamed pack 2459816 bytes, 32 objects
.
15:16:06.441 [info] UploadPackV2: fetch streamed 2459816 pack bytes, 32 objects
.
15:16:06.445 [info] UploadPackV2: processing ls-refs command
.
15:16:06.446 [info] UploadPackV2: processing fetch command
.
15:16:06.446 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:06.446 [info] UploadPackV2: collected 3 objects, generating pack
15:16:06.446 [info] UploadPackV2: pack generated, 191 bytes
15:16:06.447 [info] UploadPackV2: fetch response 213 bytes
15:16:06.447 [info] UploadPackV2: processing fetch command
15:16:06.447 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:06.447 [info] UploadPackV2: collected 3 objects, generating pack
15:16:06.447 [info] UploadPackV2: pack generated, 194 bytes
.
15:16:06.448 [info] UploadPackV2: fetch response 216 bytes
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
63 │ <<body::binary-size(body_len), checksum::binary-size(20)>> = idx_data
│ ~
└─ test/ex_git_objectstore/pack/index_test.exs:63:27: ExGitObjectstore.Pack.IndexTest."test spec compliance - checksum and sorting generated index has valid checksum"/1
warning: the variable "body_len" is accessed inside size(...) of a bitstring but it was defined outside of the match. You must precede it with the pin operator
79 │ <<body::binary-size(body_len), _checksum::binary-size(20)>> = idx_data
│ ~
└─ test/ex_git_objectstore/pack/index_test.exs:79:27: ExGitObjectstore.Pack.IndexTest."test spec compliance - checksum and sorting rejects index with corrupted checksum"/1
warning: 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: 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)
...................................................................
15:16:07.140 [info] The function passed as a handler with ID #Reference<0.865606585.634650627.260302> 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
...................................
15:16:07.544 [info] The function passed as a handler with ID "test-#Reference<0.865606585.634912769.134190>" 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
.
15:16:07.546 [info] The function passed as a handler with ID "test-fail-#Reference<0.865606585.634912769.134213>" 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 "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
......................
15:16:07.624 [info] The function passed as a handler with ID #Reference<0.865606585.634912771.1455> 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 "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: 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
..............................................................................................................................................................................................................................................
15:16:13.885 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :start]--576460752303407071" 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
15:16:13.885 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :stop]--576460752303407039" 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
.
15:16:13.886 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :start]--576460752303416158" 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
15:16:13.886 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :stop]--576460752303407007" 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
.
15:16:13.887 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :start]--576460752303412381" 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
.
15:16:13.887 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :stop]--576460752303412349" 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
15:16:13.888 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :start]--576460752303412317" 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
15:16:13.889 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :stop]--576460752303412285" 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
..............
15:16:13.915 [info] The function passed as a handler with ID "graph-query-test-11556" 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
......
15:16:13.929 [info] The function passed as a handler with ID "graph-query-test-11748" 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
...
15:16:13.936 [info] The function passed as a handler with ID "graph-query-test-16962" 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
....
15:16:44.137 [info] UploadPackV2: processing ls-refs command
15:16:44.138 [info] UploadPackV2: processing fetch command
15:16:44.139 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:44.139 [info] UploadPackV2: collected 6 objects, generating pack
15:16:44.139 [info] UploadPackV2: pack generated, 365 bytes
15:16:44.139 [info] UploadPackV2: fetch response 387 bytes
.
15:16:44.217 [info] UploadPackV2: processing ls-refs command
15:16:44.219 [info] UploadPackV2: processing fetch command
15:16:44.219 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:16:44.219 [info] UploadPackV2: collected 6 objects, generating pack
15:16:44.220 [info] UploadPackV2: pack generated, 365 bytes
15:16:44.220 [info] UploadPackV2: fetch response 387 bytes
..
15:17:14.453 [info] UploadPackV2: processing ls-refs command
15:17:14.455 [info] UploadPackV2: processing fetch command
15:17:14.455 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:17:14.455 [info] UploadPackV2: collected 3 objects, generating pack
15:17:14.455 [info] UploadPackV2: pack generated, 201 bytes
15:17:14.455 [info] UploadPackV2: fetch response 223 bytes
...
15:17:59.729 [info] UploadPackV2: processing ls-refs command
15:17:59.731 [info] UploadPackV2: processing fetch command
15:17:59.731 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:17:59.731 [info] UploadPackV2: collected 3 objects, generating pack
15:17:59.731 [info] UploadPackV2: pack generated, 183 bytes
15:17:59.731 [info] UploadPackV2: fetch response 205 bytes
..
15:18:29.925 [info] UploadPackV2: processing ls-refs command
15:18:29.927 [info] UploadPackV2: processing fetch command
15:18:29.927 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:18:29.927 [info] UploadPackV2: collected 3 objects, generating pack
15:18:29.927 [info] UploadPackV2: pack generated, 183 bytes
15:18:29.927 [info] UploadPackV2: fetch response 205 bytes
.
15:18:30.037 [info] UploadPackV2: processing ls-refs command
15:18:30.040 [info] UploadPackV2: processing fetch command
15:18:30.040 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:sparse_oid, "4f00cd9a7367fae9a753bdda17205e0f324aa8ae"}, send_packfile=true
15:18:30.041 [info] UploadPackV2: collected 5 objects, generating pack
15:18:30.041 [info] UploadPackV2: pack generated, 319 bytes
15:18:30.041 [info] UploadPackV2: fetch response 341 bytes
..
15:18:30.109 [info] UploadPackV2: processing ls-refs command
.
15:18:30.165 [info] UploadPackV2: processing ls-refs command
15:18:30.167 [info] UploadPackV2: processing fetch command
15:18:30.167 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:18:30.168 [info] UploadPackV2: collected 9 objects, generating pack
15:18:30.168 [info] UploadPackV2: pack generated, 585 bytes
15:18:30.168 [info] UploadPackV2: fetch response 681 bytes
.
15:18:30.241 [info] UploadPackV2: processing ls-refs command
15:18:30.242 [info] UploadPackV2: processing fetch command
15:18:30.243 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:18:30.243 [info] UploadPackV2: collected 3 objects, generating pack
15:18:30.243 [info] UploadPackV2: pack generated, 216 bytes
15:18:30.243 [info] UploadPackV2: fetch response 312 bytes
15:18:30.305 [info] UploadPackV2: processing ls-refs command
15:18:30.306 [info] UploadPackV2: processing fetch command
15:18:30.306 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:18:30.307 [info] UploadPackV2: collected 12 objects, generating pack
15:18:30.307 [info] UploadPackV2: pack generated, 768 bytes
15:18:30.307 [info] UploadPackV2: fetch response 1002 bytes
.
15:18:30.365 [info] UploadPackV2: processing ls-refs command
.
15:18:30.421 [info] UploadPackV2: processing ls-refs command
15:18:30.424 [info] UploadPackV2: processing fetch command
15:18:30.424 [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
15:18:30.425 [info] UploadPackV2: collected 6 objects, generating pack
15:18:30.425 [info] UploadPackV2: pack generated, 513 bytes
15:18:30.425 [info] UploadPackV2: fetch response 535 bytes
.
15:18:30.497 [info] UploadPackV2: processing ls-refs command
15:18:30.500 [info] UploadPackV2: processing fetch command
15:18:30.500 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:object_type, :commit}, send_packfile=true
15:18:30.501 [info] UploadPackV2: collected 3 objects, generating pack
15:18:30.501 [info] UploadPackV2: pack generated, 381 bytes
15:18:30.501 [info] UploadPackV2: fetch response 403 bytes
.
15:18:30.569 [info] UploadPackV2: processing ls-refs command
15:18:30.572 [info] UploadPackV2: processing fetch command
15:18:30.572 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:tree_depth, 0}, send_packfile=true
15:18:30.573 [info] UploadPackV2: collected 3 objects, generating pack
15:18:30.573 [info] UploadPackV2: pack generated, 381 bytes
15:18:30.574 [info] UploadPackV2: fetch response 403 bytes
.
15:18:30.641 [info] UploadPackV2: processing ls-refs command
15:18:30.643 [info] UploadPackV2: processing fetch command
15:18:30.643 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:18:30.643 [info] UploadPackV2: collected 9 objects, generating pack
15:18:30.644 [info] UploadPackV2: pack generated, 549 bytes
15:18:30.644 [info] UploadPackV2: fetch response 571 bytes
15:18:30.660 [info] UploadPackV2: processing fetch command
15:18:30.660 [info] UploadPackV2.handle_fetch: 0 wants, 3 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
15:18:30.660 [info] UploadPackV2: fetch response 171 bytes
..
15:18:30.717 [info] UploadPackV2: processing ls-refs command
15:18:30.719 [info] UploadPackV2: processing fetch command
15:18:30.719 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:18:30.719 [info] UploadPackV2: collected 3 objects, generating pack
15:18:30.719 [info] UploadPackV2: pack generated, 218 bytes
15:18:30.719 [info] UploadPackV2: fetch response 314 bytes
.
15:18:30.789 [info] UploadPackV2: processing ls-refs command
15:18:30.791 [info] UploadPackV2: processing fetch command
15:18:30.791 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:18:30.791 [info] UploadPackV2: collected 3 objects, generating pack
15:18:30.791 [info] UploadPackV2: pack generated, 216 bytes
15:18:30.791 [info] UploadPackV2: fetch response 312 bytes
.
15:18:30.857 [info] UploadPackV2: processing ls-refs command
.
15:18:30.913 [info] UploadPackV2: processing ls-refs command
15:18:30.916 [info] UploadPackV2: processing fetch command
15:18:30.916 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:18:30.917 [info] UploadPackV2: collected 6 objects, generating pack
15:18:30.917 [info] UploadPackV2: pack generated, 513 bytes
15:18:30.917 [info] UploadPackV2: fetch response 535 bytes
.
15:18:30.989 [info] UploadPackV2: processing ls-refs command
.
15:18:31.049 [info] UploadPackV2: processing ls-refs command
15:18:31.051 [info] UploadPackV2: processing fetch command
15:18:31.051 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:18:31.051 [info] UploadPackV2: collected 3 objects, generating pack
15:18:31.052 [info] UploadPackV2: pack generated, 196 bytes
15:18:31.052 [info] UploadPackV2: fetch response 218 bytes
.
15:18:31.121 [info] UploadPackV2: processing ls-refs command
15:18:31.123 [info] UploadPackV2: processing fetch command
15:18:31.123 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:18:31.123 [info] UploadPackV2: collected 3 objects, generating pack
15:18:31.123 [info] UploadPackV2: pack generated, 185 bytes
15:18:31.123 [info] UploadPackV2: fetch response 207 bytes
......
15:18:47.487 [info] The function passed as a handler with ID "telemetry-test-7555" 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
15:18:47.488 [info] UploadPackV2: processing fetch command
15:18:47.488 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:18:47.488 [info] UploadPackV2: collected 3 objects, generating pack
15:18:47.488 [info] UploadPackV2: pack generated, 186 bytes
15:18:47.488 [info] UploadPackV2: fetch response 208 bytes
.
15:18:47.489 [info] The function passed as a handler with ID "telemetry-test-7587" 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
15:18:47.489 [info] UploadPackV2: processing fetch command
15:18:47.489 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:18:47.490 [info] UploadPackV2: collected 2 objects, generating pack
15:18:47.490 [info] UploadPackV2: pack generated, 169 bytes
15:18:47.490 [info] UploadPackV2: fetch response 191 bytes
15:18:47.490 [info] The function passed as a handler with ID "telemetry-test-19746" 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
15:18:47.491 [info] UploadPackV2: processing fetch command
15:18:47.491 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:18:47.492 [info] UploadPackV2: collected 3 objects, generating pack
15:18:47.492 [info] UploadPackV2: pack generated, 183 bytes
15:18:47.492 [info] UploadPackV2: fetch response 205 bytes
.
15:18:47.497 [info] The function passed as a handler with ID "telemetry-test-19778" 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
.
15:19:02.621 [info] UploadPackV2: processing ls-refs command
15:19:02.623 [info] UploadPackV2: processing fetch command
15:19:02.623 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:02.623 [info] UploadPackV2: collected 3 objects, generating pack
15:19:02.623 [info] UploadPackV2: pack generated, 196 bytes
15:19:02.623 [info] UploadPackV2: fetch response 218 bytes
.
15:19:02.705 [info] UploadPackV2: processing ls-refs command
15:19:02.706 [info] UploadPackV2: processing fetch command
15:19:02.706 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:19:02.706 [info] UploadPackV2: collected 3 objects, generating pack
15:19:02.706 [info] UploadPackV2: pack generated, 200 bytes
15:19:02.706 [info] UploadPackV2: fetch response 256 bytes
.
15:19:02.769 [info] UploadPackV2: processing ls-refs command
15:19:02.771 [info] UploadPackV2: processing fetch command
15:19:02.771 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:02.771 [info] UploadPackV2: collected 15 objects, generating pack
15:19:02.772 [info] UploadPackV2: pack generated, 952 bytes
15:19:02.772 [info] UploadPackV2: fetch response 974 bytes
.
15:19:02.841 [info] UploadPackV2: processing ls-refs command
15:19:02.843 [info] UploadPackV2: processing fetch command
15:19:02.843 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:02.843 [info] UploadPackV2: collected 3 objects, generating pack
15:19:02.843 [info] UploadPackV2: pack generated, 185 bytes
15:19:02.843 [info] UploadPackV2: fetch response 207 bytes
15:19:02.905 [info] UploadPackV2: processing ls-refs command
.
15:19:02.965 [info] UploadPackV2: processing ls-refs command
15:19:02.967 [info] UploadPackV2: processing fetch command
15:19:02.967 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:02.967 [info] UploadPackV2: collected 6 objects, generating pack
15:19:02.968 [info] UploadPackV2: pack generated, 366 bytes
15:19:02.968 [info] UploadPackV2: fetch response 388 bytes
15:19:03.029 [info] UploadPackV2: processing ls-refs command
15:19:03.030 [info] UploadPackV2: processing fetch command
15:19:03.030 [info] UploadPackV2.handle_fetch: 1 wants, 2 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
15:19:03.030 [info] UploadPackV2: fetch response 32 bytes
15:19:03.030 [info] UploadPackV2: processing fetch command
15:19:03.030 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:03.031 [info] UploadPackV2: collected 3 objects, generating pack
15:19:03.031 [info] UploadPackV2: pack generated, 183 bytes
15:19:03.031 [info] UploadPackV2: fetch response 205 bytes
.
15:19:03.097 [info] UploadPackV2: processing ls-refs command
15:19:03.097 [info] UploadPackV2: processing ls-refs command
15:19:03.099 [info] UploadPackV2: processing fetch command
15:19:03.099 [info] UploadPackV2: processing fetch command
15:19:03.099 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:03.099 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:03.100 [info] UploadPackV2: collected 6 objects, generating pack
15:19:03.100 [info] UploadPackV2: collected 6 objects, generating pack
15:19:03.100 [info] UploadPackV2: pack generated, 365 bytes
15:19:03.100 [info] UploadPackV2: fetch response 387 bytes
15:19:03.100 [info] UploadPackV2: pack generated, 365 bytes
15:19:03.100 [info] UploadPackV2: fetch response 387 bytes
.
15:19:03.127 [info] UploadPackV2: processing fetch command
15:19:03.127 [info] UploadPackV2.handle_fetch: 1 wants, 3 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:19:03.127 [info] UploadPackV2: collected 3 objects, generating pack
15:19:03.128 [info] UploadPackV2: pack generated, 183 bytes
15:19:03.128 [info] UploadPackV2: fetch response 205 bytes
15:19:03.181 [info] UploadPackV2: processing ls-refs command
15:19:03.183 [info] UploadPackV2: processing fetch command
15:19:03.183 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:03.184 [info] UploadPackV2: collected 9 objects, generating pack
15:19:03.184 [info] UploadPackV2: pack generated, 547 bytes
15:19:03.184 [info] UploadPackV2: fetch response 569 bytes
15:19:03.253 [info] UploadPackV2: processing ls-refs command
.
15:19:03.401 [info] UploadPackV2: processing ls-refs command
15:19:03.403 [info] UploadPackV2: processing fetch command
15:19:03.403 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:03.403 [info] UploadPackV2: collected 6 objects, generating pack
15:19:03.403 [info] UploadPackV2: pack generated, 365 bytes
15:19:03.404 [info] UploadPackV2: fetch response 387 bytes
15:19:05.681 [info] UploadPackV2: processing ls-refs command
.
15:19:05.737 [info] UploadPackV2: processing ls-refs command
15:19:05.739 [info] UploadPackV2: processing fetch command
15:19:05.739 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:05.739 [info] UploadPackV2: collected 6 objects, generating pack
15:19:05.739 [info] UploadPackV2: pack generated, 365 bytes
15:19:05.739 [info] UploadPackV2: fetch response 387 bytes
15:19:05.772 [info] UploadPackV2: processing fetch command
15:19:05.772 [info] UploadPackV2.handle_fetch: 0 wants, 2 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
15:19:05.772 [info] UploadPackV2: fetch response 122 bytes
.
15:19:05.845 [info] UploadPackV2: processing ls-refs command
15:19:05.846 [info] UploadPackV2: processing fetch command
15:19:05.846 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:19:05.846 [info] UploadPackV2: collected 3 objects, generating pack
15:19:05.847 [info] UploadPackV2: pack generated, 216 bytes
15:19:05.847 [info] UploadPackV2: fetch response 346 bytes
.
15:19:05.925 [info] UploadPackV2: processing ls-refs command
15:19:05.927 [info] UploadPackV2: processing fetch command
15:19:05.927 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:05.927 [info] UploadPackV2: collected 6 objects, generating pack
15:19:05.927 [info] UploadPackV2: pack generated, 365 bytes
15:19:05.927 [info] UploadPackV2: fetch response 387 bytes
.
15:19:21.013 [info] UploadPackV2: processing ls-refs command
15:19:21.014 [info] UploadPackV2: processing fetch command
15:19:21.015 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.017 [info] UploadPackV2: collected 90 objects, generating pack
15:19:21.019 [info] UploadPackV2: pack generated, 5649 bytes
15:19:21.019 [info] UploadPackV2: fetch response 5671 bytes
15:19:21.305 [info] UploadPackV2: processing ls-refs command
.
15:19:21.377 [info] UploadPackV2: processing ls-refs command
15:19:21.379 [info] UploadPackV2: processing fetch command
15:19:21.379 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.385 [info] UploadPackV2: collected 240 objects, generating pack
15:19:21.390 [info] UploadPackV2: pack generated, 16258 bytes
15:19:21.390 [info] UploadPackV2: fetch response 16280 bytes
.
15:19:21.419 [info] UploadPackV2: processing fetch command
15:19:21.419 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.419 [info] UploadPackV2: collected 0 objects, generating pack
15:19:21.419 [info] UploadPackV2: pack generated, 32 bytes
15:19:21.419 [info] UploadPackV2: fetch response 54 bytes
.
15:19:21.741 [info] UploadPackV2: processing ls-refs command
15:19:21.743 [info] UploadPackV2: processing fetch command
15:19:21.743 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:19:21.743 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.743 [info] UploadPackV2: pack generated, 231 bytes
15:19:21.743 [info] UploadPackV2: fetch response 327 bytes
.
15:19:21.758 [info] UploadPackV2: processing fetch command
15:19:21.758 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.758 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.758 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.758 [info] UploadPackV2: fetch response 205 bytes
15:19:21.758 [info] UploadPackV2: processing fetch command
15:19:21.758 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.759 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.759 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.759 [info] UploadPackV2: fetch response 205 bytes
15:19:21.759 [info] UploadPackV2: processing fetch command
15:19:21.759 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.759 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.759 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.759 [info] UploadPackV2: fetch response 205 bytes
15:19:21.759 [info] UploadPackV2: processing fetch command
15:19:21.759 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.759 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.759 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.759 [info] UploadPackV2: fetch response 205 bytes
15:19:21.759 [info] UploadPackV2: processing fetch command
15:19:21.759 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.760 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.760 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.760 [info] UploadPackV2: fetch response 205 bytes
15:19:21.760 [info] UploadPackV2: processing fetch command
15:19:21.760 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.760 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.760 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.760 [info] UploadPackV2: fetch response 205 bytes
15:19:21.760 [info] UploadPackV2: processing fetch command
15:19:21.761 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.761 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.761 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.761 [info] UploadPackV2: fetch response 205 bytes
15:19:21.761 [info] UploadPackV2: processing fetch command
15:19:21.761 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.761 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.761 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.761 [info] UploadPackV2: fetch response 205 bytes
15:19:21.761 [info] UploadPackV2: processing fetch command
15:19:21.761 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.761 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.761 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.762 [info] UploadPackV2: fetch response 205 bytes
15:19:21.762 [info] UploadPackV2: processing fetch command
15:19:21.762 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.762 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.762 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.762 [info] UploadPackV2: fetch response 205 bytes
15:19:21.762 [info] UploadPackV2: processing fetch command
15:19:21.762 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.762 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.762 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.762 [info] UploadPackV2: fetch response 205 bytes
15:19:21.762 [info] UploadPackV2: processing fetch command
15:19:21.762 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.762 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.763 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.763 [info] UploadPackV2: fetch response 205 bytes
15:19:21.763 [info] UploadPackV2: processing fetch command
15:19:21.763 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.763 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.763 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.763 [info] UploadPackV2: fetch response 205 bytes
15:19:21.763 [info] UploadPackV2: processing fetch command
15:19:21.763 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.763 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.763 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.763 [info] UploadPackV2: fetch response 205 bytes
15:19:21.763 [info] UploadPackV2: processing fetch command
15:19:21.763 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.763 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.764 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.764 [info] UploadPackV2: fetch response 205 bytes
15:19:21.764 [info] UploadPackV2: processing fetch command
15:19:21.764 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.764 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.764 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.764 [info] UploadPackV2: fetch response 205 bytes
15:19:21.764 [info] UploadPackV2: processing fetch command
15:19:21.764 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.764 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.764 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.764 [info] UploadPackV2: fetch response 205 bytes
15:19:21.764 [info] UploadPackV2: processing fetch command
15:19:21.764 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.764 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.765 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.765 [info] UploadPackV2: fetch response 205 bytes
15:19:21.765 [info] UploadPackV2: processing fetch command
15:19:21.765 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.765 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.765 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.765 [info] UploadPackV2: fetch response 205 bytes
15:19:21.765 [info] UploadPackV2: processing fetch command
15:19:21.765 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.765 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.765 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.765 [info] UploadPackV2: fetch response 205 bytes
15:19:21.765 [info] UploadPackV2: processing fetch command
15:19:21.772 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.772 [info] UploadPackV2: collected 3 objects, generating pack
15:19:21.772 [info] UploadPackV2: pack generated, 183 bytes
15:19:21.773 [info] UploadPackV2: fetch response 205 bytes
.
15:19:21.821 [info] UploadPackV2: processing ls-refs command
.
15:19:21.937 [info] UploadPackV2: processing ls-refs command
15:19:21.938 [info] UploadPackV2: processing fetch command
15:19:21.939 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:21.962 [info] UploadPackV2: collected 600 objects, generating pack
15:19:21.981 [info] UploadPackV2: pack generated, 45197 bytes
15:19:21.982 [info] UploadPackV2: fetch response 45219 bytes
.
15:19:22.065 [info] UploadPackV2: processing ls-refs command
.
15:19:22.096 [info] UploadPackV2: processing ls-refs command
15:19:22.099 [info] UploadPackV2: processing fetch command
15:19:22.099 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:22.099 [info] UploadPackV2: collected 3 objects, generating pack
15:19:22.099 [info] UploadPackV2: pack generated, 183 bytes
15:19:22.099 [info] UploadPackV2: fetch response 205 bytes
.
15:19:22.199 [info] UploadPackV2: processing fetch command
15:19:22.199 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:22.199 [info] UploadPackV2: collected 3 objects, generating pack
15:19:22.199 [info] UploadPackV2: pack generated, 183 bytes
15:19:22.199 [info] UploadPackV2: fetch response 205 bytes
.
15:19:22.225 [info] UploadPackV2: processing ls-refs command
15:19:22.228 [info] UploadPackV2: processing fetch command
15:19:22.228 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:22.229 [info] UploadPackV2: collected 6 objects, generating pack
15:19:22.229 [info] UploadPackV2: pack generated, 366 bytes
15:19:22.229 [info] UploadPackV2: fetch response 388 bytes
15:19:22.258 [info] UploadPackV2: processing ls-refs command
.
15:19:22.292 [info] UploadPackV2: processing ls-refs command
15:19:22.294 [info] UploadPackV2: processing fetch command
15:19:22.295 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:22.300 [info] UploadPackV2: collected 180 objects, generating pack
15:19:22.302 [info] UploadPackV2: pack generated, 11106 bytes
15:19:22.303 [info] UploadPackV2: fetch response 11128 bytes
..
15:19:22.382 [info] UploadPackV2: processing ls-refs command
15:19:22.385 [info] UploadPackV2: processing fetch command
15:19:22.385 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:22.386 [info] UploadPackV2: collected 15 objects, generating pack
15:19:22.386 [info] UploadPackV2: pack generated, 919 bytes
15:19:22.386 [info] UploadPackV2: fetch response 941 bytes
.
15:19:22.425 [info] UploadPackV2: processing ls-refs command
15:19:22.427 [info] UploadPackV2: processing fetch command
15:19:22.428 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:19:22.428 [info] UploadPackV2: collected 9 objects, generating pack
15:19:22.428 [info] UploadPackV2: pack generated, 549 bytes
15:19:22.428 [info] UploadPackV2: fetch response 571 bytes
15:19:22.454 [info] UploadPackV2: processing ls-refs command
.*****..................***********
Finished in 203.9 seconds (15.3s async, 188.6s sync)
Result: 978 passed (2 properties, 976 tests), 16 skipped, 51 excluded
Exporting cover results ...
Run "mix test.coverage" once all exports complete
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
LCOV written to cover/lcov.info
Uploading 1 artifact(s)...