ref:main

test failed

Command: set -e apt-get update && apt-get install -y --no-install-recommends git 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: May 29, 2026 at 07:03 UTC Completed: May 29, 2026 at 07:06 UTC Duration: 3m 41s
Exit code: 2

Build Output

Pulling image: hexpm/elixir:1.18.4-erlang-28.0.2-debian-bookworm-20250811
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8690 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [6936 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [306 kB]
Fetched 9257 kB in 2s (4069 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
git-man libbrotli1 libcurl3-gnutls liberror-perl libexpat1 libgdbm-compat4
libgdbm6 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3
libkrb5support0 libldap-2.5-0 libnghttp2-14 libperl5.36 libpsl5 librtmp1
libsasl2-2 libsasl2-modules-db libssh2-1 perl perl-base perl-modules-5.36
Suggested packages:
gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui
gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n krb5-doc krb5-user
sensible-utils perl-doc libterm-readline-gnu-perl
| libterm-readline-perl-perl make libtap-harness-archive-perl
Recommended packages:
patch less ssh-client krb5-locales libldap-common publicsuffix
libsasl2-modules
The following NEW packages will be installed:
git git-man libbrotli1 libcurl3-gnutls liberror-perl libexpat1
libgdbm-compat4 libgdbm6 libgssapi-krb5-2 libk5crypto3 libkeyutils1
libkrb5-3 libkrb5support0 libldap-2.5-0 libnghttp2-14 libperl5.36 libpsl5
librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 perl perl-modules-5.36
The following packages will be upgraded:
perl-base
1 upgraded, 23 newly installed, 0 to remove and 27 not upgraded.
Need to get 19.8 MB of archives.
After this operation, 105 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main arm64 perl-base arm64 5.36.0-7+deb12u3 [1475 kB]
Get:2 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u3 [2815 kB]
Get:3 http://deb.debian.org/debian bookworm/main arm64 libgdbm6 arm64 1.23-3 [70.9 kB]
Get:4 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB]
Get:5 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u3 [4009 kB]
Get:6 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u3 [239 kB]
Get:7 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
Get:8 http://deb.debian.org/debian-security bookworm-security/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u5 [32.6 kB]
Get:9 http://deb.debian.org/debian-security bookworm-security/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u5 [79.9 kB]
Get:10 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
Get:11 http://deb.debian.org/debian-security bookworm-security/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u5 [316 kB]
Get:12 http://deb.debian.org/debian-security bookworm-security/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u5 [124 kB]
Get:13 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
Get:14 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
Get:15 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB]
Get:16 http://deb.debian.org/debian-security bookworm-security/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u3 [69.0 kB]
Get:17 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB]
Get:18 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
Get:19 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
Get:20 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u14 [362 kB]
Get:21 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u2 [86.3 kB]
Get:22 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB]
Get:23 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.5-0+deb12u3 [2053 kB]
Get:24 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.5-0+deb12u3 [7153 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 19.8 MB in 2s (8903 kB/s)
(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6608 files and directories currently installed.)
Preparing to unpack .../perl-base_5.36.0-7+deb12u3_arm64.deb ...
Unpacking perl-base (5.36.0-7+deb12u3) over (5.36.0-7+deb12u2) ...
Setting up perl-base (5.36.0-7+deb12u3) ...
Selecting previously unselected package perl-modules-5.36.
(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6608 files and directories currently installed.)
Preparing to unpack .../00-perl-modules-5.36_5.36.0-7+deb12u3_all.deb ...
Unpacking perl-modules-5.36 (5.36.0-7+deb12u3) ...
Selecting previously unselected package libgdbm6:arm64.
Preparing to unpack .../01-libgdbm6_1.23-3_arm64.deb ...
Unpacking libgdbm6:arm64 (1.23-3) ...
Selecting previously unselected package libgdbm-compat4:arm64.
Preparing to unpack .../02-libgdbm-compat4_1.23-3_arm64.deb ...
Unpacking libgdbm-compat4:arm64 (1.23-3) ...
Selecting previously unselected package libperl5.36:arm64.
Preparing to unpack .../03-libperl5.36_5.36.0-7+deb12u3_arm64.deb ...
Unpacking libperl5.36:arm64 (5.36.0-7+deb12u3) ...
Selecting previously unselected package perl.
Preparing to unpack .../04-perl_5.36.0-7+deb12u3_arm64.deb ...
Unpacking perl (5.36.0-7+deb12u3) ...
Selecting previously unselected package libbrotli1:arm64.
Preparing to unpack .../05-libbrotli1_1.0.9-2+b6_arm64.deb ...
Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
Selecting previously unselected package libkrb5support0:arm64.
Preparing to unpack .../06-libkrb5support0_1.20.1-2+deb12u5_arm64.deb ...
Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u5) ...
Selecting previously unselected package libk5crypto3:arm64.
Preparing to unpack .../07-libk5crypto3_1.20.1-2+deb12u5_arm64.deb ...
Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u5) ...
Selecting previously unselected package libkeyutils1:arm64.
Preparing to unpack .../08-libkeyutils1_1.6.3-2_arm64.deb ...
Unpacking libkeyutils1:arm64 (1.6.3-2) ...
Selecting previously unselected package libkrb5-3:arm64.
Preparing to unpack .../09-libkrb5-3_1.20.1-2+deb12u5_arm64.deb ...
Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u5) ...
Selecting previously unselected package libgssapi-krb5-2:arm64.
Preparing to unpack .../10-libgssapi-krb5-2_1.20.1-2+deb12u5_arm64.deb ...
Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u5) ...
Selecting previously unselected package libsasl2-modules-db:arm64.
Preparing to unpack .../11-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
Selecting previously unselected package libsasl2-2:arm64.
Preparing to unpack .../12-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
Selecting previously unselected package libldap-2.5-0:arm64.
Preparing to unpack .../13-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ...
Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
Selecting previously unselected package libnghttp2-14:arm64.
Preparing to unpack .../14-libnghttp2-14_1.52.0-1+deb12u3_arm64.deb ...
Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u3) ...
Selecting previously unselected package libpsl5:arm64.
Preparing to unpack .../15-libpsl5_0.21.2-1_arm64.deb ...
Unpacking libpsl5:arm64 (0.21.2-1) ...
Selecting previously unselected package librtmp1:arm64.
Preparing to unpack .../16-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Selecting previously unselected package libssh2-1:arm64.
Preparing to unpack .../17-libssh2-1_1.10.0-3+b1_arm64.deb ...
Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
Selecting previously unselected package libcurl3-gnutls:arm64.
Preparing to unpack .../18-libcurl3-gnutls_7.88.1-10+deb12u14_arm64.deb ...
Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u14) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../19-libexpat1_2.5.0-1+deb12u2_arm64.deb ...
Unpacking libexpat1:arm64 (2.5.0-1+deb12u2) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../20-liberror-perl_0.17029-2_all.deb ...
Unpacking liberror-perl (0.17029-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../21-git-man_1%3a2.39.5-0+deb12u3_all.deb ...
Unpacking git-man (1:2.39.5-0+deb12u3) ...
Selecting previously unselected package git.
Preparing to unpack .../22-git_1%3a2.39.5-0+deb12u3_arm64.deb ...
Unpacking git (1:2.39.5-0+deb12u3) ...
Setting up libexpat1:arm64 (2.5.0-1+deb12u2) ...
Setting up libkeyutils1:arm64 (1.6.3-2) ...
Setting up libpsl5:arm64 (0.21.2-1) ...
Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u3) ...
Setting up libkrb5support0:arm64 (1.20.1-2+deb12u5) ...
Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
Setting up perl-modules-5.36 (5.36.0-7+deb12u3) ...
Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Setting up libk5crypto3:arm64 (1.20.1-2+deb12u5) ...
Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
Setting up git-man (1:2.39.5-0+deb12u3) ...
Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
Setting up libkrb5-3:arm64 (1.20.1-2+deb12u5) ...
Setting up libgdbm6:arm64 (1.23-3) ...
Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u5) ...
Setting up libgdbm-compat4:arm64 (1.23-3) ...
Setting up libperl5.36:arm64 (5.36.0-7+deb12u3) ...
Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u14) ...
Setting up perl (5.36.0-7+deb12u3) ...
Setting up liberror-perl (0.17029-2) ...
Setting up git (1:2.39.5-0+deb12u3) ...
Processing triggers for libc-bin (2.36-9+deb12u10) ...
Generated ex_git_objectstore app
Cover compiling modules ...
Running ExUnit with seed: 8016, max_cases: 8
Excluding tags: [:s3]
warning: variable "parent" is unused (if the variable is not meant to be used, prefix it with an underscore)
497 │ {_tip, parent} =
│ ~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_negotiation_test.exs:497:12: ExGitObjectstore.Integration.UploadPackV2NegotiationTest.fresh_repo/2
......................
07:03:18.563 [warning] post_receive hook failed: "webhook failed"
.....................................
07:03:18.865 [info] The function passed as a handler with ID #Reference<0.1735116524.2761424899.47160> 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: module attribute @git_lfs_available was set but never used
63 │ @git_lfs_available (case System.cmd("git", ["lfs", "version"], stderr_to_stdout: true) do
│ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
└─ test/ex_git_objectstore/lfs/interop_s3_test.exs:63: ExGitObjectstore.Lfs.InteropS3Test (module)
warning: variable "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
..................................................................................................................
1) test payload larger than max frame is split across multiple frames (ExGitObjectstore.Protocol.SidebandWriterTest)
test/ex_git_objectstore/protocol/sideband_writer_test.exs:57
Assertion with == failed
code: assert decode_sideband_payload(frames) == payload
left: <<33, 44, 221, 78, 104, 44, 187, 221, 89, 72, 188, 170, 147, 108,
157, 133, 212, 86, 76, 98, 238, 241, 10, 180, 128,
206, 217, 171, 240, 17, 159, 243, 199, 57, 76, 179,
236, 99, 143, 103, 6, 31, 136, 234, 225, 87, 217, 70,
43, 17, ...>>
right: <<33, 44, 221, 78, 104, 44, 187, 221, 89, 72, 188, 170, 147, 108,
157, 133, 212, 86, 76, 98, 238, 241, 10, 180, 128,
206, 217, 171, 240, 17, 159, 243, 199, 57, 76, 179,
236, 99, 143, 103, 6, 31, 136, 234, 225, 87, 217, 70,
43, 17, ...>>
stacktrace:
test/ex_git_objectstore/protocol/sideband_writer_test.exs:66: (test)
.....................................................................
07:03:21.220 [info] UploadPackV2: processing fetch command
07:03:21.220 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:21.222 [info] UploadPackV2: collected 3 objects, streaming pack
07:03:21.223 [info] UploadPackV2: streamed pack 199 bytes, 3 objects
07:03:21.223 [info] UploadPackV2: fetch streamed 199 pack bytes, 3 objects
07:03:21.353 [info] UploadPackV2: processing ls-refs command
07:03:21.355 [info] UploadPackV2: processing fetch command
07:03:21.355 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:21.359 [info] UploadPackV2: collected 3 objects, generating pack
07:03:21.359 [info] UploadPackV2: pack generated, 210 bytes
07:03:21.359 [info] UploadPackV2: fetch response 232 bytes
............................................
07:03:21.548 [info] UploadPackV2: processing fetch command
.
07:03:21.548 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:21.549 [info] UploadPackV2: collected 3 objects, generating pack
07:03:21.549 [info] UploadPackV2: pack generated, 191 bytes
07:03:21.549 [info] UploadPackV2: fetch response 213 bytes
07:03:21.610 [info] UploadPackV2: processing fetch command
07:03:21.611 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:21.718 [info] UploadPackV2: collected 700 objects, generating pack
07:03:21.730 [info] UploadPackV2: pack generated, 48139 bytes
07:03:21.730 [info] UploadPackV2: fetch response 48161 bytes
.
07:03:21.803 [info] UploadPackV2: processing fetch command
.
07:03:21.803 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:21.804 [info] UploadPackV2: collected 3 objects, generating pack
.
07:03:21.806 [info] UploadPackV2: pack generated, 195 bytes
.
07:03:21.806 [info] UploadPackV2: fetch response 217 bytes
07:03:21.809 [info] UploadPackV2: processing ls-refs command
.
07:03:21.812 [info] UploadPackV2: processing fetch command
.
07:03:21.813 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:21.813 [info] UploadPackV2: collected 15 objects, generating pack
.
07:03:21.814 [info] UploadPackV2: pack generated, 984 bytes
.
07:03:21.814 [info] UploadPackV2: fetch response 1006 bytes
07:03:21.814 [info] UploadPackV2: processing fetch command
07:03:21.814 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:21.815 [info] UploadPackV2: collected 15 objects, streaming pack
07:03:21.816 [info] UploadPackV2: streamed pack 984 bytes, 15 objects
07:03:21.816 [info] UploadPackV2: fetch streamed 984 pack bytes, 15 objects
07:03:21.817 [info] UploadPackV2: processing fetch command
.
07:03:21.817 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:21.817 [info] UploadPackV2: collected 6 objects, generating pack
.
07:03:21.818 [info] UploadPackV2: pack generated, 414 bytes
.
07:03:21.818 [info] UploadPackV2: fetch response 436 bytes
.
07:03:21.819 [info] UploadPackV2: processing fetch command
07:03:21.819 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:21.820 [info] UploadPackV2: collected 15 objects, generating pack
07:03:21.820 [info] UploadPackV2: pack generated, 984 bytes
07:03:21.821 [info] UploadPackV2: fetch response 1006 bytes
07:03:21.822 [info] UploadPackV2: processing fetch command
07:03:21.822 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:21.823 [info] UploadPackV2: collected 3 objects, generating pack
07:03:21.823 [info] UploadPackV2: pack generated, 194 bytes
07:03:21.823 [info] UploadPackV2: fetch response 216 bytes
07:03:21.827 [info] UploadPackV2: processing fetch command
07:03:21.827 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:21.827 [info] UploadPackV2: collected 3 objects, streaming pack
07:03:21.831 [info] UploadPackV2: streamed pack 71878 bytes, 3 objects
07:03:21.831 [info] UploadPackV2: fetch streamed 71878 pack bytes, 3 objects
07:03:21.844 [error] UploadPackV2: parse_command failed: {:invalid_pkt_hex, "garb"}
07:03:21.845 [info] UploadPackV2: processing fetch command
07:03:21.845 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:21.846 [info] UploadPackV2: collected 3 objects, generating pack
07:03:21.846 [info] UploadPackV2: pack generated, 191 bytes
07:03:21.846 [info] UploadPackV2: fetch response 213 bytes
.
07:03:21.863 [info] UploadPackV2: processing fetch command
07:03:21.863 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:21.866 [info] UploadPackV2: collected 90 objects, generating pack
07:03:21.868 [info] UploadPackV2: pack generated, 5946 bytes
07:03:21.868 [info] UploadPackV2: fetch response 5968 bytes
07:03:21.878 [info] UploadPackV2: processing fetch command
07:03:21.878 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:21.880 [info] UploadPackV2: collected 3 objects, generating pack
07:03:21.880 [info] UploadPackV2: pack generated, 191 bytes
07:03:21.880 [info] UploadPackV2: fetch response 213 bytes
07:03:21.887 [info] UploadPackV2: processing ls-refs command
07:03:21.890 [error] UploadPackV2: parse_command failed: {:unknown_command, "invalid"}
07:03:21.896 [info] UploadPackV2: processing fetch command
07:03:21.975 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:21.977 [info] UploadPackV2: collected 3 objects, generating pack
07:03:21.977 [info] UploadPackV2: pack generated, 223 bytes
07:03:21.978 [info] UploadPackV2: fetch response 245 bytes
..
07:03:22.154 [info] UploadPackV2: processing fetch command
07:03:22.154 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:22.180 [info] UploadPackV2: collected 32 objects, generating pack
07:03:22.299 [info] UploadPackV2: pack generated, 2459817 bytes
07:03:22.307 [info] UploadPackV2: fetch response 2460024 bytes
07:03:22.307 [info] UploadPackV2: processing fetch command
07:03:22.308 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:22.352 [info] UploadPackV2: collected 32 objects, streaming pack
07:03:22.479 [info] UploadPackV2: streamed pack 2459817 bytes, 32 objects
.
07:03:22.479 [info] UploadPackV2: fetch streamed 2459817 pack bytes, 32 objects
.
07:03:22.484 [info] UploadPackV2: processing ls-refs command
07:03:22.484 [info] UploadPackV2: processing ls-refs command
07:03:22.548 [info] UploadPackV2: processing fetch command
.
07:03:22.548 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:22.574 [info] UploadPackV2: collected 600 objects, generating pack
07:03:22.588 [info] UploadPackV2: pack generated, 39862 bytes
07:03:22.588 [info] UploadPackV2: fetch response 39884 bytes
.
07:03:22.663 [info] UploadPackV2: processing fetch command
.
07:03:22.663 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:22.666 [info] UploadPackV2: collected 3 objects, generating pack
07:03:22.666 [info] UploadPackV2: pack generated, 195 bytes
07:03:22.667 [info] UploadPackV2: fetch response 217 bytes
07:03:22.673 [info] UploadPackV2: processing fetch command
.
07:03:22.674 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
07:03:22.674 [info] UploadPackV2: fetch response 73 bytes
07:03:22.675 [info] UploadPackV2: processing fetch command
07:03:22.675 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
07:03:22.676 [info] UploadPackV2: fetch streamed 0 pack bytes, 0 objects
07:03:22.683 [info] UploadPackV2: processing fetch command
07:03:22.683 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:22.687 [info] UploadPackV2: collected 9 objects, streaming pack
07:03:22.691 [info] UploadPackV2: streamed pack 627 bytes, 9 objects
07:03:22.691 [info] UploadPackV2: fetch streamed 627 pack bytes, 9 objects
.
07:03:22.832 [info] UploadPackV2: processing fetch command
07:03:22.832 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:22.857 [info] UploadPackV2: collected 32 objects, streaming pack
07:03:23.027 [info] UploadPackV2: streamed pack 2459748 bytes, 32 objects
07:03:23.028 [info] UploadPackV2: fetch streamed 2459748 pack bytes, 32 objects
warning: default values for the optional arguments in 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)
...
07:03:23.244 [info] UploadPackV2: processing ls-refs command
.
07:03:23.244 [info] UploadPackV2: processing fetch command
07:03:23.244 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:23.245 [info] UploadPackV2: collected 3 objects, generating pack
.
07:03:23.246 [info] UploadPackV2: pack generated, 206 bytes
.
07:03:23.246 [info] UploadPackV2: fetch response 228 bytes
.
07:03:23.248 [info] UploadPackV2: processing fetch command
.
07:03:23.248 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:23.250 [info] UploadPackV2: collected 0 objects, generating pack
.
07:03:23.250 [info] UploadPackV2: pack generated, 32 bytes
.
07:03:23.250 [info] UploadPackV2: fetch response 54 bytes
...............
07:03:23.329 [info] The function passed as a handler with ID #Reference<0.1735116524.2761424900.101090> is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
35 │ test "symrefs resolves HEAD to its target branch", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_capabilities_test.exs:35:67: ExGitObjectstore.Integration.UploadPackV2CapabilitiesTest."test ls-refs symrefs resolves HEAD to its target branch"/1
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
60 │ test "peel exposes annotated tag targets", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_capabilities_test.exs:60:59: ExGitObjectstore.Integration.UploadPackV2CapabilitiesTest."test ls-refs peel exposes annotated tag targets"/1
warning: 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
.................................................................................................
07:03:24.973 [info] UploadPackV2: processing fetch command
.
07:03:24.973 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
......
07:03:24.983 [info] UploadPackV2: collected 25 objects, generating pack
.
07:03:24.985 [info] UploadPackV2: pack generated, 1865 bytes
.
07:03:24.986 [info] UploadPackV2: fetch response 1887 bytes
.......
07:03:25.007 [info] UploadPackV2: processing fetch command
07:03:25.007 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.008 [info] UploadPackV2: collected 18 objects, generating pack
07:03:25.009 [info] UploadPackV2: pack generated, 1281 bytes
07:03:25.009 [info] UploadPackV2: fetch response 1303 bytes
07:03:25.020 [info] UploadPackV2: processing fetch command
07:03:25.020 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.023 [info] UploadPackV2: collected 25 objects, generating pack
07:03:25.025 [info] UploadPackV2: pack generated, 1870 bytes
07:03:25.025 [info] UploadPackV2: fetch response 1892 bytes
07:03:25.038 [info] UploadPackV2: processing fetch command
07:03:25.039 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.043 [info] UploadPackV2: collected 35 objects, generating pack
.
07:03:25.044 [info] UploadPackV2: pack generated, 2495 bytes
07:03:25.044 [info] UploadPackV2: fetch response 2517 bytes
07:03:25.089 [info] UploadPackV2: processing fetch command
07:03:25.090 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.092 [info] UploadPackV2: collected 47 objects, generating pack
07:03:25.094 [info] UploadPackV2: pack generated, 3367 bytes
07:03:25.094 [info] UploadPackV2: fetch response 3389 bytes
07:03:25.113 [info] UploadPackV2: processing fetch command
07:03:25.113 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.115 [info] UploadPackV2: collected 31 objects, generating pack
07:03:25.116 [info] UploadPackV2: pack generated, 2300 bytes
07:03:25.116 [info] UploadPackV2: fetch response 2322 bytes
07:03:25.128 [info] UploadPackV2: processing fetch command
07:03:25.128 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.129 [info] UploadPackV2: collected 17 objects, generating pack
07:03:25.130 [info] UploadPackV2: pack generated, 1278 bytes
07:03:25.130 [info] UploadPackV2: fetch response 1300 bytes
07:03:25.135 [info] UploadPackV2: processing fetch command
07:03:25.136 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.136 [info] UploadPackV2: collected 5 objects, generating pack
07:03:25.136 [info] UploadPackV2: pack generated, 424 bytes
07:03:25.136 [info] UploadPackV2: fetch response 446 bytes
07:03:25.144 [info] UploadPackV2: processing fetch command
07:03:25.144 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.144 [info] UploadPackV2: collected 12 objects, generating pack
07:03:25.145 [info] UploadPackV2: pack generated, 854 bytes
07:03:25.145 [info] UploadPackV2: fetch response 876 bytes
07:03:25.159 [info] UploadPackV2: processing fetch command
07:03:25.159 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.165 [info] UploadPackV2: collected 14 objects, generating pack
07:03:25.166 [info] UploadPackV2: pack generated, 1062 bytes
07:03:25.166 [info] UploadPackV2: fetch response 1084 bytes
07:03:25.174 [info] UploadPackV2: processing fetch command
07:03:25.174 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.176 [info] UploadPackV2: collected 25 objects, generating pack
07:03:25.177 [info] UploadPackV2: pack generated, 1871 bytes
07:03:25.177 [info] UploadPackV2: fetch response 1893 bytes
07:03:25.188 [info] UploadPackV2: processing fetch command
07:03:25.188 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.190 [info] UploadPackV2: collected 15 objects, generating pack
07:03:25.190 [info] UploadPackV2: pack generated, 1068 bytes
07:03:25.190 [info] UploadPackV2: fetch response 1090 bytes
07:03:25.202 [info] UploadPackV2: processing fetch command
07:03:25.203 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.204 [info] UploadPackV2: collected 11 objects, generating pack
07:03:25.204 [info] UploadPackV2: pack generated, 853 bytes
07:03:25.204 [info] UploadPackV2: fetch response 875 bytes
07:03:25.211 [info] UploadPackV2: processing fetch command
07:03:25.211 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.212 [info] UploadPackV2: collected 31 objects, generating pack
07:03:25.214 [info] UploadPackV2: pack generated, 2299 bytes
07:03:25.214 [info] UploadPackV2: fetch response 2321 bytes
07:03:25.227 [info] UploadPackV2: processing fetch command
07:03:25.227 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.228 [info] UploadPackV2: collected 23 objects, generating pack
07:03:25.229 [info] UploadPackV2: pack generated, 1662 bytes
07:03:25.229 [info] UploadPackV2: fetch response 1684 bytes
07:03:25.251 [info] UploadPackV2: processing fetch command
07:03:25.251 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.252 [info] UploadPackV2: collected 18 objects, generating pack
07:03:25.253 [info] UploadPackV2: pack generated, 1281 bytes
.
07:03:25.253 [info] UploadPackV2: fetch response 1303 bytes
.
07:03:25.259 [info] UploadPackV2: processing fetch command
.
07:03:25.259 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.260 [info] UploadPackV2: collected 17 objects, generating pack
.
07:03:25.260 [info] UploadPackV2: pack generated, 1244 bytes
.
07:03:25.260 [info] UploadPackV2: fetch response 1266 bytes
.
07:03:25.267 [info] UploadPackV2: processing fetch command
.
07:03:25.267 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.271 [info] UploadPackV2: collected 11 objects, generating pack
.
07:03:25.271 [info] UploadPackV2: pack generated, 853 bytes
.
07:03:25.271 [info] UploadPackV2: fetch response 875 bytes
.
07:03:25.282 [info] UploadPackV2: processing fetch command
.
07:03:25.282 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.283 [info] UploadPackV2: collected 11 objects, generating pack
.
07:03:25.283 [info] UploadPackV2: pack generated, 807 bytes
.
07:03:25.283 [info] UploadPackV2: fetch response 829 bytes
.
07:03:25.304 [info] UploadPackV2: processing fetch command
.
07:03:25.304 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.307 [info] UploadPackV2: collected 25 objects, generating pack
.
07:03:25.307 [info] UploadPackV2: pack generated, 1870 bytes
.
07:03:25.308 [info] UploadPackV2: fetch response 1892 bytes
.
07:03:25.315 [info] UploadPackV2: processing fetch command
.
07:03:25.315 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.316 [info] UploadPackV2: collected 3 objects, generating pack
.
07:03:25.316 [info] UploadPackV2: pack generated, 214 bytes
.
07:03:25.316 [info] UploadPackV2: fetch response 236 bytes
.
07:03:25.318 [info] UploadPackV2: processing fetch command
.
07:03:25.318 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.319 [info] UploadPackV2: collected 9 objects, generating pack
.
07:03:25.319 [info] UploadPackV2: pack generated, 642 bytes
.
07:03:25.319 [info] UploadPackV2: fetch response 664 bytes
.
07:03:25.323 [info] UploadPackV2: processing fetch command
.
07:03:25.323 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.324 [info] UploadPackV2: collected 18 objects, generating pack
.
07:03:25.324 [info] UploadPackV2: pack generated, 1281 bytes
.
07:03:25.325 [info] UploadPackV2: fetch response 1303 bytes
.
07:03:25.341 [info] UploadPackV2: processing fetch command
.
07:03:25.341 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.342 [info] UploadPackV2: collected 5 objects, generating pack
.
07:03:25.342 [info] UploadPackV2: pack generated, 424 bytes
.
07:03:25.342 [info] UploadPackV2: fetch response 446 bytes
.
07:03:25.343 [info] UploadPackV2: processing fetch command
.
07:03:25.343 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.344 [info] UploadPackV2: collected 5 objects, generating pack
.
07:03:25.344 [info] UploadPackV2: pack generated, 424 bytes
.
07:03:25.344 [info] UploadPackV2: fetch response 446 bytes
.
07:03:25.346 [info] UploadPackV2: processing fetch command
.
07:03:25.346 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.346 [info] UploadPackV2: collected 5 objects, generating pack
.
07:03:25.346 [info] UploadPackV2: pack generated, 424 bytes
.
07:03:25.346 [info] UploadPackV2: fetch response 446 bytes
.
07:03:25.350 [info] UploadPackV2: processing fetch command
.
07:03:25.350 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.351 [info] UploadPackV2: collected 17 objects, generating pack
.
07:03:25.351 [info] UploadPackV2: pack generated, 1278 bytes
.
07:03:25.351 [info] UploadPackV2: fetch response 1300 bytes
.
07:03:25.356 [info] UploadPackV2: processing fetch command
.
07:03:25.356 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.358 [info] UploadPackV2: collected 23 objects, generating pack
.
07:03:25.358 [info] UploadPackV2: pack generated, 1661 bytes
.
07:03:25.358 [info] UploadPackV2: fetch response 1683 bytes
.
07:03:25.365 [info] UploadPackV2: processing fetch command
.
07:03:25.365 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.366 [info] UploadPackV2: collected 29 objects, generating pack
.
07:03:25.367 [info] UploadPackV2: pack generated, 2091 bytes
.
07:03:25.367 [info] UploadPackV2: fetch response 2113 bytes
.
07:03:25.373 [info] UploadPackV2: processing fetch command
.
07:03:25.420 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.420 [info] UploadPackV2: collected 3 objects, generating pack
.
07:03:25.421 [info] UploadPackV2: pack generated, 214 bytes
.
07:03:25.421 [info] UploadPackV2: fetch response 236 bytes
.
07:03:25.426 [info] UploadPackV2: processing fetch command
.
07:03:25.426 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.427 [info] UploadPackV2: collected 15 objects, generating pack
.
07:03:25.428 [info] UploadPackV2: pack generated, 1068 bytes
.
07:03:25.428 [info] UploadPackV2: fetch response 1090 bytes
.
07:03:25.432 [info] UploadPackV2: processing fetch command
.
07:03:25.432 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
..
07:03:25.434 [info] UploadPackV2: collected 12 objects, generating pack
.
07:03:25.434 [info] UploadPackV2: pack generated, 854 bytes
.
07:03:25.434 [info] UploadPackV2: fetch response 876 bytes
..................
07:03:25.441 [info] UploadPackV2: processing fetch command
.
07:03:25.441 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.443 [info] UploadPackV2: collected 15 objects, generating pack
.
07:03:25.444 [info] UploadPackV2: pack generated, 1068 bytes
.
07:03:25.444 [info] UploadPackV2: fetch response 1090 bytes
...........
07:03:25.452 [info] UploadPackV2: processing fetch command
07:03:25.453 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.455 [info] UploadPackV2: collected 35 objects, generating pack
07:03:25.456 [info] UploadPackV2: pack generated, 2517 bytes
07:03:25.456 [info] UploadPackV2: fetch response 2539 bytes
07:03:25.464 [info] UploadPackV2: processing fetch command
07:03:25.465 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.465 [info] UploadPackV2: collected 12 objects, generating pack
07:03:25.466 [info] UploadPackV2: pack generated, 854 bytes
07:03:25.466 [info] UploadPackV2: fetch response 876 bytes
07:03:25.471 [info] UploadPackV2: processing fetch command
07:03:25.471 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:03:25.471 [info] UploadPackV2: collected 20 objects, generating pack
07:03:25.472 [info] UploadPackV2: pack generated, 1492 bytes
07:03:25.472 [info] UploadPackV2: fetch response 1514 bytes
07:03:25.478 [info] UploadPackV2: processing fetch command
.
07:03:25.478 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.479 [info] UploadPackV2: collected 31 objects, generating pack
............................................................................................................................................................................
07:03:25.480 [info] UploadPackV2: pack generated, 2298 bytes
.
07:03:27.134 [notice] Handler :default switched from :sync to :drop mode
.
07:03:25.480 [info] UploadPackV2: fetch response 2320 bytes
.
07:03:25.488 [info] UploadPackV2: processing fetch command
.
07:03:25.489 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.489 [info] UploadPackV2: collected 12 objects, generating pack
.
07:03:25.490 [info] UploadPackV2: pack generated, 854 bytes
.
07:03:25.490 [info] UploadPackV2: fetch response 876 bytes
.
07:03:25.495 [info] UploadPackV2: processing fetch command
.
07:03:25.495 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.495 [info] UploadPackV2: collected 6 objects, generating pack
.
07:03:25.495 [info] UploadPackV2: pack generated, 428 bytes
.
07:03:25.495 [info] UploadPackV2: fetch response 450 bytes
.
07:03:25.497 [info] UploadPackV2: processing fetch command
.
07:03:25.497 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
07:03:25.498 [info] UploadPackV2: collected 6 objects, generating pack
.
07:03:25.498 [info] UploadPackV2: pack generated, 428 bytes
.
07:03:25.498 [info] UploadPackV2: fetch response 450 bytes
.
07:03:25.503 [info] UploadPackV2: processing fetch command
.
07:03:25.503 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:25.504 [info] UploadPackV2: collected 34 objects, generating pack
.
07:03:25.505 [info] UploadPackV2: pack generated, 2093 bytes
.
07:03:25.505 [info] UploadPackV2: fetch response 2115 bytes
.
07:03:25.515 [info] UploadPackV2: processing fetch command
.
07:03:25.515 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:25.516 [info] UploadPackV2: collected 24 objects, generating pack
.
07:03:25.517 [info] UploadPackV2: pack generated, 1443 bytes
.
07:03:25.517 [info] UploadPackV2: fetch response 1465 bytes
07:03:25.526 [info] UploadPackV2: processing fetch command
.
07:03:25.526 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:25.527 [info] UploadPackV2: collected 34 objects, generating pack
.
07:03:25.528 [info] UploadPackV2: pack generated, 2098 bytes
.
07:03:25.529 [info] UploadPackV2: fetch response 2120 bytes
.
07:03:25.534 [info] UploadPackV2: processing fetch command
.
07:03:25.535 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:25.536 [info] UploadPackV2: collected 47 objects, generating pack
.
07:03:25.537 [info] UploadPackV2: pack generated, 2816 bytes
.
07:03:25.537 [info] UploadPackV2: fetch response 2838 bytes
.
07:03:25.545 [info] UploadPackV2: processing fetch command
.
07:03:25.545 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:25.547 [info] UploadPackV2: collected 63 objects, generating pack
.
07:03:25.548 [info] UploadPackV2: pack generated, 3787 bytes
.
07:03:25.548 [info] UploadPackV2: fetch response 3809 bytes
.
07:03:25.556 [info] UploadPackV2: processing fetch command
.
07:03:25.556 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:25.558 [info] UploadPackV2: collected 42 objects, generating pack
.
07:03:25.558 [info] UploadPackV2: pack generated, 2582 bytes
.
07:03:25.559 [info] UploadPackV2: fetch response 2604 bytes
.
07:03:25.564 [info] UploadPackV2: processing fetch command
.
07:03:25.564 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:25.566 [info] UploadPackV2: collected 23 objects, generating pack
.
07:03:25.567 [info] UploadPackV2: pack generated, 1437 bytes
.
07:03:25.567 [info] UploadPackV2: fetch response 1459 bytes
.
07:03:25.570 [info] UploadPackV2: processing fetch command
.
07:03:25.571 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:25.572 [info] UploadPackV2: collected 7 objects, generating pack
.
07:03:25.572 [info] UploadPackV2: pack generated, 475 bytes
.
07:03:25.572 [info] UploadPackV2: fetch response 497 bytes
.
07:03:25.577 [info] UploadPackV2: processing fetch command
.
07:03:25.577 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:25.578 [info] UploadPackV2: collected 16 objects, generating pack
.
07:03:25.578 [info] UploadPackV2: pack generated, 962 bytes
.
07:03:25.578 [info] UploadPackV2: fetch response 984 bytes
.
07:03:25.584 [info] UploadPackV2: processing fetch command
.
07:03:25.585 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:25.586 [info] UploadPackV2: collected 19 objects, generating pack
.
07:03:25.588 [info] UploadPackV2: pack generated, 1194 bytes
.
07:03:25.588 [info] UploadPackV2: fetch response 1216 bytes
.
07:03:25.592 [info] UploadPackV2: processing fetch command
.
07:03:25.592 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:25.594 [info] UploadPackV2: collected 34 objects, generating pack
.
07:03:25.595 [info] UploadPackV2: pack generated, 2099 bytes
.
07:03:25.595 [info] UploadPackV2: fetch response 2121 bytes
.
07:03:25.599 [info] UploadPackV2: processing fetch command
.
07:03:25.600 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:25.600 [info] UploadPackV2: collected 20 objects, generating pack
.
07:03:25.601 [info] UploadPackV2: pack generated, 1203 bytes
.
07:03:25.601 [info] UploadPackV2: fetch response 1225 bytes
.
07:03:25.604 [info] UploadPackV2: processing fetch command
.
07:03:25.604 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:25.605 [info] UploadPackV2: collected 15 objects, generating pack
.
07:03:25.606 [info] UploadPackV2: pack generated, 958 bytes
.
07:03:25.606 [info] UploadPackV2: fetch response 980 bytes
.
07:03:25.609 [info] UploadPackV2: processing fetch command
.
07:03:25.609 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
07:03:25.614 [info] UploadPackV2: collected 42 objects, generating pack
.
07:03:25.615 [info] UploadPackV2: pack generated, 2581 bytes
.
07:03:25.615 [info] UploadPackV2: fetch response 2603 bytes
.
07:03:25.623 [info] UploadPackV2: processing fetch command
07:03:25.623 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.625 [info] UploadPackV2: collected 31 objects, generating pack
07:03:25.625 [info] UploadPackV2: pack generated, 1866 bytes
07:03:25.625 [info] UploadPackV2: fetch response 1888 bytes
07:03:25.630 [info] UploadPackV2: processing fetch command
07:03:25.630 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.630 [info] UploadPackV2: collected 24 objects, generating pack
07:03:25.631 [info] UploadPackV2: pack generated, 1443 bytes
07:03:25.631 [info] UploadPackV2: fetch response 1465 bytes
07:03:25.634 [info] UploadPackV2: processing fetch command
07:03:25.635 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.635 [info] UploadPackV2: collected 23 objects, generating pack
07:03:25.636 [info] UploadPackV2: pack generated, 1403 bytes
07:03:25.636 [info] UploadPackV2: fetch response 1425 bytes
07:03:25.639 [info] UploadPackV2: processing fetch command
07:03:25.639 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.639 [info] UploadPackV2: collected 15 objects, generating pack
07:03:25.640 [info] UploadPackV2: pack generated, 958 bytes
07:03:25.640 [info] UploadPackV2: fetch response 980 bytes
07:03:25.644 [info] UploadPackV2: processing fetch command
07:03:25.644 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.645 [info] UploadPackV2: collected 15 objects, generating pack
07:03:25.645 [info] UploadPackV2: pack generated, 903 bytes
07:03:25.645 [info] UploadPackV2: fetch response 925 bytes
07:03:25.649 [info] UploadPackV2: processing fetch command
07:03:25.650 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.651 [info] UploadPackV2: collected 34 objects, generating pack
07:03:25.651 [info] UploadPackV2: pack generated, 2098 bytes
07:03:25.651 [info] UploadPackV2: fetch response 2120 bytes
07:03:25.656 [info] UploadPackV2: processing fetch command
07:03:25.656 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.657 [info] UploadPackV2: collected 4 objects, generating pack
07:03:25.657 [info] UploadPackV2: pack generated, 241 bytes
07:03:25.657 [info] UploadPackV2: fetch response 263 bytes
07:03:25.658 [info] UploadPackV2: processing fetch command
07:03:25.658 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.659 [info] UploadPackV2: collected 12 objects, generating pack
07:03:25.659 [info] UploadPackV2: pack generated, 723 bytes
07:03:25.659 [info] UploadPackV2: fetch response 745 bytes
07:03:25.661 [info] UploadPackV2: processing fetch command
07:03:25.661 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.662 [info] UploadPackV2: collected 24 objects, generating pack
07:03:25.662 [info] UploadPackV2: pack generated, 1443 bytes
07:03:25.663 [info] UploadPackV2: fetch response 1465 bytes
07:03:25.665 [info] UploadPackV2: processing fetch command
07:03:25.665 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.666 [info] UploadPackV2: collected 7 objects, generating pack
07:03:25.666 [info] UploadPackV2: pack generated, 475 bytes
07:03:25.666 [info] UploadPackV2: fetch response 497 bytes
07:03:25.667 [info] UploadPackV2: processing fetch command
07:03:25.667 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.667 [info] UploadPackV2: collected 7 objects, generating pack
07:03:25.667 [info] UploadPackV2: pack generated, 475 bytes
07:03:25.668 [info] UploadPackV2: fetch response 497 bytes
07:03:25.669 [info] UploadPackV2: processing fetch command
07:03:25.669 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.669 [info] UploadPackV2: collected 7 objects, generating pack
07:03:25.669 [info] UploadPackV2: pack generated, 475 bytes
07:03:25.669 [info] UploadPackV2: fetch response 497 bytes
07:03:25.671 [info] UploadPackV2: processing fetch command
07:03:25.671 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.672 [info] UploadPackV2: collected 23 objects, generating pack
07:03:25.672 [info] UploadPackV2: pack generated, 1437 bytes
07:03:25.672 [info] UploadPackV2: fetch response 1459 bytes
07:03:25.676 [info] UploadPackV2: processing fetch command
07:03:25.676 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.677 [info] UploadPackV2: collected 31 objects, generating pack
07:03:25.677 [info] UploadPackV2: pack generated, 1865 bytes
07:03:25.678 [info] UploadPackV2: fetch response 1887 bytes
07:03:25.682 [info] UploadPackV2: processing fetch command
07:03:25.682 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.683 [info] UploadPackV2: collected 39 objects, generating pack
07:03:25.684 [info] UploadPackV2: pack generated, 2349 bytes
07:03:25.684 [info] UploadPackV2: fetch response 2371 bytes
07:03:25.687 [info] UploadPackV2: processing fetch command
07:03:25.687 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.687 [info] UploadPackV2: collected 4 objects, generating pack
07:03:25.688 [info] UploadPackV2: pack generated, 241 bytes
07:03:25.688 [info] UploadPackV2: fetch response 263 bytes
07:03:25.689 [info] UploadPackV2: processing fetch command
07:03:25.689 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.690 [info] UploadPackV2: collected 20 objects, generating pack
07:03:25.690 [info] UploadPackV2: pack generated, 1203 bytes
07:03:25.690 [info] UploadPackV2: fetch response 1225 bytes
07:03:25.693 [info] UploadPackV2: processing fetch command
07:03:25.693 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.693 [info] UploadPackV2: collected 16 objects, generating pack
07:03:25.694 [info] UploadPackV2: pack generated, 962 bytes
07:03:25.694 [info] UploadPackV2: fetch response 984 bytes
07:03:25.697 [info] UploadPackV2: processing fetch command
07:03:25.697 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.697 [info] UploadPackV2: collected 20 objects, generating pack
07:03:25.698 [info] UploadPackV2: pack generated, 1203 bytes
07:03:25.698 [info] UploadPackV2: fetch response 1225 bytes
07:03:25.701 [info] UploadPackV2: processing fetch command
07:03:25.701 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.702 [info] UploadPackV2: collected 47 objects, generating pack
07:03:25.703 [info] UploadPackV2: pack generated, 2829 bytes
07:03:25.703 [info] UploadPackV2: fetch response 2851 bytes
07:03:25.710 [info] UploadPackV2: processing fetch command
07:03:25.710 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.710 [info] UploadPackV2: collected 16 objects, generating pack
07:03:25.710 [info] UploadPackV2: pack generated, 962 bytes
07:03:25.710 [info] UploadPackV2: fetch response 984 bytes
07:03:25.713 [info] UploadPackV2: processing fetch command
07:03:25.713 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.714 [info] UploadPackV2: collected 27 objects, generating pack
07:03:25.714 [info] UploadPackV2: pack generated, 1678 bytes
07:03:25.714 [info] UploadPackV2: fetch response 1700 bytes
07:03:25.718 [info] UploadPackV2: processing fetch command
07:03:25.718 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.720 [info] UploadPackV2: collected 42 objects, generating pack
07:03:25.720 [info] UploadPackV2: pack generated, 2580 bytes
07:03:25.720 [info] UploadPackV2: fetch response 2602 bytes
07:03:25.725 [info] UploadPackV2: processing fetch command
07:03:25.725 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.726 [info] UploadPackV2: collected 16 objects, generating pack
07:03:25.726 [info] UploadPackV2: pack generated, 962 bytes
07:03:25.726 [info] UploadPackV2: fetch response 984 bytes
07:03:25.729 [info] UploadPackV2: processing fetch command
07:03:25.729 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.729 [info] UploadPackV2: collected 8 objects, generating pack
07:03:25.729 [info] UploadPackV2: pack generated, 482 bytes
07:03:25.730 [info] UploadPackV2: fetch response 504 bytes
07:03:25.731 [info] UploadPackV2: processing fetch command
07:03:25.731 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.731 [info] UploadPackV2: collected 8 objects, generating pack
07:03:25.731 [info] UploadPackV2: pack generated, 482 bytes
07:03:25.731 [info] UploadPackV2: fetch response 504 bytes
07:03:27.428 [notice] Handler :default switched from :drop to :sync mode
07:03:25.734 [info] UploadPackV2: processing fetch command
07:03:25.734 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.735 [info] UploadPackV2: collected 47 objects, generating pack
07:03:25.736 [info] UploadPackV2: pack generated, 2829 bytes
07:03:25.736 [info] UploadPackV2: fetch response 2851 bytes
07:03:25.742 [info] UploadPackV2: processing fetch command
07:03:25.742 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.743 [info] UploadPackV2: collected 19 objects, generating pack
07:03:25.743 [info] UploadPackV2: pack generated, 1196 bytes
07:03:25.743 [info] UploadPackV2: fetch response 1218 bytes
07:03:25.746 [info] UploadPackV2: processing fetch command
07:03:25.746 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.747 [info] UploadPackV2: collected 27 objects, generating pack
07:03:25.748 [info] UploadPackV2: pack generated, 1625 bytes
07:03:25.748 [info] UploadPackV2: fetch response 1647 bytes
07:03:25.751 [info] UploadPackV2: processing fetch command
07:03:25.751 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.752 [info] UploadPackV2: collected 24 objects, generating pack
07:03:25.752 [info] UploadPackV2: pack generated, 1443 bytes
07:03:25.752 [info] UploadPackV2: fetch response 1465 bytes
07:03:25.755 [info] UploadPackV2: processing fetch command
07:03:25.755 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.756 [info] UploadPackV2: collected 15 objects, generating pack
07:03:25.756 [info] UploadPackV2: pack generated, 956 bytes
07:03:25.756 [info] UploadPackV2: fetch response 978 bytes
07:03:25.758 [info] UploadPackV2: processing fetch command
07:03:25.758 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.759 [info] UploadPackV2: collected 16 objects, generating pack
07:03:25.759 [info] UploadPackV2: pack generated, 962 bytes
07:03:25.759 [info] UploadPackV2: fetch response 984 bytes
07:03:25.761 [info] UploadPackV2: processing fetch command
07:03:25.762 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.762 [info] UploadPackV2: collected 7 objects, generating pack
07:03:25.762 [info] UploadPackV2: pack generated, 475 bytes
07:03:25.762 [info] UploadPackV2: fetch response 497 bytes
07:03:25.764 [info] UploadPackV2: processing fetch command
07:03:25.764 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.764 [info] UploadPackV2: collected 20 objects, generating pack
07:03:25.765 [info] UploadPackV2: pack generated, 1203 bytes
07:03:25.765 [info] UploadPackV2: fetch response 1225 bytes
07:03:25.768 [info] UploadPackV2: processing fetch command
07:03:25.768 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.770 [info] UploadPackV2: collected 50 objects, generating pack
07:03:25.771 [info] UploadPackV2: pack generated, 3052 bytes
07:03:25.771 [info] UploadPackV2: fetch response 3074 bytes
07:03:25.776 [info] UploadPackV2: processing fetch command
07:03:25.777 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.777 [info] UploadPackV2: collected 24 objects, generating pack
07:03:25.778 [info] UploadPackV2: pack generated, 1411 bytes
07:03:25.778 [info] UploadPackV2: fetch response 1433 bytes
07:03:25.781 [info] UploadPackV2: processing fetch command
07:03:25.781 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.782 [info] UploadPackV2: collected 7 objects, generating pack
07:03:25.782 [info] UploadPackV2: pack generated, 475 bytes
07:03:25.782 [info] UploadPackV2: fetch response 497 bytes
07:03:25.784 [info] UploadPackV2: processing fetch command
07:03:25.784 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.785 [info] UploadPackV2: collected 39 objects, generating pack
07:03:25.786 [info] UploadPackV2: pack generated, 2367 bytes
07:03:25.786 [info] UploadPackV2: fetch response 2389 bytes
07:03:25.791 [info] UploadPackV2: processing fetch command
07:03:25.791 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.791 [info] UploadPackV2: collected 8 objects, generating pack
07:03:25.791 [info] UploadPackV2: pack generated, 482 bytes
07:03:25.791 [info] UploadPackV2: fetch response 504 bytes
07:03:25.793 [info] UploadPackV2: processing fetch command
07:03:25.793 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.794 [info] UploadPackV2: collected 24 objects, generating pack
07:03:25.794 [info] UploadPackV2: pack generated, 1443 bytes
07:03:25.794 [info] UploadPackV2: fetch response 1465 bytes
07:03:25.797 [info] UploadPackV2: processing fetch command
07:03:25.797 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.797 [info] UploadPackV2: collected 16 objects, generating pack
07:03:25.798 [info] UploadPackV2: pack generated, 962 bytes
07:03:25.798 [info] UploadPackV2: fetch response 984 bytes
07:03:25.800 [info] UploadPackV2: processing fetch command
07:03:25.800 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.800 [info] UploadPackV2: collected 12 objects, generating pack
07:03:25.800 [info] UploadPackV2: pack generated, 723 bytes
07:03:25.800 [info] UploadPackV2: fetch response 745 bytes
07:03:25.804 [info] UploadPackV2: processing fetch command
07:03:25.804 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.805 [info] UploadPackV2: collected 44 objects, generating pack
07:03:25.806 [info] UploadPackV2: pack generated, 2613 bytes
07:03:25.806 [info] UploadPackV2: fetch response 2635 bytes
07:03:25.811 [info] UploadPackV2: processing fetch command
07:03:25.811 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.811 [info] UploadPackV2: collected 23 objects, generating pack
07:03:25.812 [info] UploadPackV2: pack generated, 1437 bytes
07:03:25.812 [info] UploadPackV2: fetch response 1459 bytes
07:03:25.816 [info] UploadPackV2: processing fetch command
07:03:25.816 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.816 [info] UploadPackV2: collected 24 objects, generating pack
07:03:25.817 [info] UploadPackV2: pack generated, 1443 bytes
07:03:25.817 [info] UploadPackV2: fetch response 1465 bytes
07:03:25.819 [info] UploadPackV2: processing fetch command
07:03:25.819 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.819 [info] UploadPackV2: collected 4 objects, generating pack
07:03:25.820 [info] UploadPackV2: pack generated, 241 bytes
07:03:25.820 [info] UploadPackV2: fetch response 263 bytes
07:03:25.821 [info] UploadPackV2: processing fetch command
07:03:25.821 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.821 [info] UploadPackV2: collected 16 objects, generating pack
07:03:25.822 [info] UploadPackV2: pack generated, 962 bytes
07:03:25.822 [info] UploadPackV2: fetch response 984 bytes
07:03:25.824 [info] UploadPackV2: processing fetch command
07:03:25.824 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.825 [info] UploadPackV2: collected 20 objects, generating pack
07:03:25.825 [info] UploadPackV2: pack generated, 1203 bytes
07:03:25.825 [info] UploadPackV2: fetch response 1225 bytes
07:03:25.828 [info] UploadPackV2: processing fetch command
07:03:25.828 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.829 [info] UploadPackV2: collected 15 objects, generating pack
07:03:25.829 [info] UploadPackV2: pack generated, 956 bytes
07:03:25.829 [info] UploadPackV2: fetch response 978 bytes
07:03:25.832 [info] UploadPackV2: processing fetch command
07:03:25.832 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.833 [info] UploadPackV2: collected 20 objects, generating pack
07:03:25.833 [info] UploadPackV2: pack generated, 1170 bytes
07:03:25.833 [info] UploadPackV2: fetch response 1192 bytes
07:03:25.835 [info] UploadPackV2: processing fetch command
07:03:25.835 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.836 [info] UploadPackV2: collected 16 objects, generating pack
07:03:25.836 [info] UploadPackV2: pack generated, 962 bytes
07:03:25.836 [info] UploadPackV2: fetch response 984 bytes
07:03:25.838 [info] UploadPackV2: processing fetch command
07:03:25.838 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.839 [info] UploadPackV2: collected 15 objects, generating pack
07:03:25.839 [info] UploadPackV2: pack generated, 958 bytes
07:03:25.839 [info] UploadPackV2: fetch response 980 bytes
07:03:25.843 [info] UploadPackV2: processing fetch command
07:03:25.843 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.844 [info] UploadPackV2: collected 46 objects, generating pack
07:03:25.845 [info] UploadPackV2: pack generated, 2821 bytes
07:03:25.845 [info] UploadPackV2: fetch response 2843 bytes
07:03:25.850 [info] UploadPackV2: processing fetch command
07:03:25.850 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.850 [info] UploadPackV2: collected 16 objects, generating pack
07:03:25.851 [info] UploadPackV2: pack generated, 962 bytes
07:03:25.851 [info] UploadPackV2: fetch response 984 bytes
07:03:25.852 [info] UploadPackV2: processing fetch command
07:03:25.852 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.852 [info] UploadPackV2: collected 4 objects, generating pack
07:03:25.853 [info] UploadPackV2: pack generated, 241 bytes
07:03:25.853 [info] UploadPackV2: fetch response 263 bytes
07:03:25.855 [info] UploadPackV2: processing fetch command
07:03:25.855 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.857 [info] UploadPackV2: collected 59 objects, generating pack
07:03:25.858 [info] UploadPackV2: pack generated, 3540 bytes
07:03:25.858 [info] UploadPackV2: fetch response 3562 bytes
07:03:25.865 [info] UploadPackV2: processing fetch command
07:03:25.865 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.866 [info] UploadPackV2: collected 23 objects, generating pack
07:03:25.866 [info] UploadPackV2: pack generated, 1435 bytes
07:03:25.866 [info] UploadPackV2: fetch response 1457 bytes
07:03:25.870 [info] UploadPackV2: processing fetch command
07:03:25.870 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.871 [info] UploadPackV2: collected 27 objects, generating pack
07:03:25.871 [info] UploadPackV2: pack generated, 1678 bytes
07:03:25.872 [info] UploadPackV2: fetch response 1700 bytes
07:03:25.875 [info] UploadPackV2: processing fetch command
07:03:25.875 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.876 [info] UploadPackV2: collected 23 objects, generating pack
07:03:25.876 [info] UploadPackV2: pack generated, 1403 bytes
07:03:25.876 [info] UploadPackV2: fetch response 1425 bytes
07:03:25.880 [info] UploadPackV2: processing fetch command
07:03:25.880 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.880 [info] UploadPackV2: collected 15 objects, generating pack
07:03:25.880 [info] UploadPackV2: pack generated, 958 bytes
07:03:25.880 [info] UploadPackV2: fetch response 980 bytes
07:03:25.882 [info] UploadPackV2: processing fetch command
07:03:25.883 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.883 [info] UploadPackV2: collected 15 objects, generating pack
07:03:25.883 [info] UploadPackV2: pack generated, 924 bytes
07:03:25.883 [info] UploadPackV2: fetch response 946 bytes
07:03:25.886 [info] UploadPackV2: processing fetch command
07:03:25.886 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.887 [info] UploadPackV2: collected 19 objects, generating pack
07:03:25.887 [info] UploadPackV2: pack generated, 1194 bytes
07:03:25.887 [info] UploadPackV2: fetch response 1216 bytes
07:03:25.890 [info] UploadPackV2: processing fetch command
07:03:25.890 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.891 [info] UploadPackV2: collected 40 objects, generating pack
07:03:25.892 [info] UploadPackV2: pack generated, 2341 bytes
07:03:25.892 [info] UploadPackV2: fetch response 2363 bytes
07:03:25.896 [info] UploadPackV2: processing fetch command
07:03:25.896 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.897 [info] UploadPackV2: collected 19 objects, generating pack
07:03:25.897 [info] UploadPackV2: pack generated, 1196 bytes
07:03:25.897 [info] UploadPackV2: fetch response 1218 bytes
07:03:25.900 [info] UploadPackV2: processing fetch command
07:03:25.900 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.900 [info] UploadPackV2: collected 4 objects, generating pack
07:03:25.900 [info] UploadPackV2: pack generated, 241 bytes
07:03:25.900 [info] UploadPackV2: fetch response 263 bytes
07:03:25.902 [info] UploadPackV2: processing fetch command
07:03:25.902 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:25.903 [info] UploadPackV2: collected 35 objects, generating pack
07:03:25.903 [info] UploadPackV2: pack generated, 2107 bytes
07:03:25.903 [info] UploadPackV2: fetch response 2129 bytes
................
07:03:29.109 [info] UploadPackV2: processing ls-refs command
07:03:29.110 [info] UploadPackV2: processing fetch command
07:03:29.110 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
07:03:29.110 [info] UploadPackV2: collected 3 objects, generating pack
07:03:29.111 [info] UploadPackV2: pack generated, 216 bytes
07:03:29.111 [info] UploadPackV2: fetch response 346 bytes
.
07:03:29.165 [info] UploadPackV2: processing ls-refs command
07:03:29.166 [info] UploadPackV2: processing fetch command
07:03:29.166 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:29.167 [info] UploadPackV2: collected 6 objects, generating pack
07:03:29.167 [info] UploadPackV2: pack generated, 365 bytes
07:03:29.167 [info] UploadPackV2: fetch response 387 bytes
07:03:29.184 [info] UploadPackV2: processing fetch command
07:03:29.184 [info] UploadPackV2.handle_fetch: 0 wants, 2 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
07:03:29.184 [info] UploadPackV2: fetch response 122 bytes
.
07:03:29.249 [info] UploadPackV2: processing ls-refs command
07:03:29.250 [info] UploadPackV2: processing fetch command
07:03:29.250 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:29.253 [info] UploadPackV2: collected 90 objects, generating pack
07:03:29.256 [info] UploadPackV2: pack generated, 5649 bytes
07:03:29.256 [info] UploadPackV2: fetch response 5671 bytes
07:03:29.497 [info] UploadPackV2: processing ls-refs command
.
07:03:29.565 [info] UploadPackV2: processing ls-refs command
07:03:29.566 [info] UploadPackV2: processing fetch command
07:03:29.566 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:29.567 [info] UploadPackV2: collected 6 objects, generating pack
07:03:29.567 [info] UploadPackV2: pack generated, 365 bytes
07:03:29.567 [info] UploadPackV2: fetch response 387 bytes
.
07:03:44.574 [info] UploadPackV2: processing fetch command
07:03:44.574 [info] UploadPackV2.handle_fetch: 1 wants, 3 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:44.575 [info] UploadPackV2: collected 3 objects, generating pack
.
07:03:44.575 [info] UploadPackV2: pack generated, 183 bytes
07:03:44.575 [info] UploadPackV2: fetch response 205 bytes
07:03:44.745 [info] UploadPackV2: processing ls-refs command
07:03:44.920 [info] UploadPackV2: processing fetch command
07:03:44.920 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:44.921 [info] UploadPackV2: collected 6 objects, generating pack
07:03:44.921 [info] UploadPackV2: pack generated, 366 bytes
07:03:44.921 [info] UploadPackV2: fetch response 388 bytes
07:03:47.525 [info] UploadPackV2: processing ls-refs command
07:03:47.526 [info] UploadPackV2: processing fetch command
07:03:47.526 [info] UploadPackV2.handle_fetch: 1 wants, 2 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
07:03:47.526 [info] UploadPackV2: fetch response 32 bytes
07:03:47.526 [info] UploadPackV2: processing fetch command
07:03:47.526 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:47.527 [info] UploadPackV2: collected 3 objects, generating pack
07:03:47.527 [info] UploadPackV2: pack generated, 183 bytes
07:03:47.527 [info] UploadPackV2: fetch response 205 bytes
.
07:03:48.321 [info] UploadPackV2: processing ls-refs command
07:03:48.355 [info] UploadPackV2: processing fetch command
07:03:48.355 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:48.356 [info] UploadPackV2: collected 9 objects, generating pack
07:03:48.356 [info] UploadPackV2: pack generated, 547 bytes
07:03:48.356 [info] UploadPackV2: fetch response 569 bytes
07:03:48.613 [info] UploadPackV2: processing ls-refs command
.
07:03:48.677 [info] UploadPackV2: processing ls-refs command
07:03:48.677 [info] UploadPackV2: processing ls-refs command
07:03:48.679 [info] UploadPackV2: processing fetch command
07:03:48.679 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:48.679 [info] UploadPackV2: collected 6 objects, generating pack
07:03:48.679 [info] UploadPackV2: processing fetch command
07:03:48.679 [info] UploadPackV2: pack generated, 365 bytes
07:03:48.679 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:48.679 [info] UploadPackV2: fetch response 387 bytes
07:03:48.680 [info] UploadPackV2: collected 6 objects, generating pack
07:03:48.681 [info] UploadPackV2: pack generated, 365 bytes
07:03:48.681 [info] UploadPackV2: fetch response 387 bytes
.
07:03:48.809 [info] UploadPackV2: processing ls-refs command
07:03:48.811 [info] UploadPackV2: processing fetch command
07:03:48.811 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:03:48.811 [info] UploadPackV2: collected 6 objects, generating pack
07:03:48.811 [info] UploadPackV2: pack generated, 365 bytes
07:03:48.812 [info] UploadPackV2: fetch response 387 bytes
07:03:50.853 [info] UploadPackV2: processing ls-refs command
.....
07:03:52.075 [info] The function passed as a handler with ID "telemetry-test-17506" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
07:03:52.075 [info] UploadPackV2: processing fetch command
07:03:52.076 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
07:03:52.076 [info] UploadPackV2: collected 3 objects, generating pack
07:03:52.076 [info] UploadPackV2: pack generated, 183 bytes
07:03:52.076 [info] UploadPackV2: fetch response 205 bytes
.
07:03:52.079 [info] The function passed as a handler with ID "telemetry-test-16515" 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
.
07:04:07.143 [info] The function passed as a handler with ID "telemetry-test-16547" 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
07:04:07.144 [info] UploadPackV2: processing fetch command
07:04:07.144 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:04:07.144 [info] UploadPackV2: collected 3 objects, generating pack
07:04:07.145 [info] UploadPackV2: pack generated, 186 bytes
07:04:07.145 [info] UploadPackV2: fetch response 208 bytes
.
07:04:07.145 [info] The function passed as a handler with ID "telemetry-test-16579" 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
07:04:07.146 [info] UploadPackV2: processing fetch command
07:04:07.146 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:04:07.147 [info] UploadPackV2: collected 2 objects, generating pack
07:04:07.147 [info] UploadPackV2: pack generated, 169 bytes
07:04:07.147 [info] UploadPackV2: fetch response 191 bytes
..
07:04:07.213 [info] UploadPackV2: processing ls-refs command
07:04:07.215 [info] UploadPackV2: processing fetch command
07:04:07.215 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:04:07.216 [info] UploadPackV2: collected 3 objects, generating pack
07:04:07.216 [info] UploadPackV2: pack generated, 201 bytes
07:04:07.216 [info] UploadPackV2: fetch response 223 bytes
.
07:04:22.353 [info] UploadPackV2: processing ls-refs command
07:04:22.355 [info] UploadPackV2: processing fetch command
07:04:22.355 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:04:22.356 [info] UploadPackV2: collected 3 objects, generating pack
07:04:22.356 [info] UploadPackV2: pack generated, 183 bytes
07:04:22.356 [info] UploadPackV2: fetch response 205 bytes
..
07:04:52.561 [info] UploadPackV2: processing ls-refs command
07:04:52.563 [info] UploadPackV2: processing fetch command
07:04:52.563 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:04:52.564 [info] UploadPackV2: collected 3 objects, generating pack
07:04:52.564 [info] UploadPackV2: pack generated, 183 bytes
07:04:52.564 [info] UploadPackV2: fetch response 205 bytes
..
07:05:07.749 [info] UploadPackV2: processing ls-refs command
07:05:07.751 [info] UploadPackV2: processing fetch command
07:05:07.751 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:05:07.752 [info] UploadPackV2: collected 6 objects, generating pack
07:05:07.752 [info] UploadPackV2: pack generated, 365 bytes
07:05:07.752 [info] UploadPackV2: fetch response 387 bytes
...
07:05:38.013 [info] UploadPackV2: processing ls-refs command
07:05:38.015 [info] UploadPackV2: processing fetch command
07:05:38.015 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:05:38.016 [info] UploadPackV2: collected 6 objects, generating pack
07:05:38.016 [info] UploadPackV2: pack generated, 365 bytes
07:05:38.016 [info] UploadPackV2: fetch response 387 bytes
...
07:06:23.245 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :start]--576460752303405695" 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
.
07:06:23.245 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :stop]--576460752303405663" 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
.
07:06:23.246 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :start]--576460752303405631" 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
07:06:23.247 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :stop]--576460752303405599" 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
07:06:23.247 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :start]--576460752303411645" 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
.
07:06:23.248 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :stop]--576460752303405567" 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
07:06:23.249 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :start]--576460752303405535" 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
07:06:23.250 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :stop]--576460752303411613" 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
...........
07:06:23.298 [info] UploadPackV2: processing ls-refs command
07:06:23.301 [info] UploadPackV2: processing fetch command
07:06:23.301 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:23.303 [info] UploadPackV2: collected 15 objects, generating pack
07:06:23.303 [info] UploadPackV2: pack generated, 919 bytes
07:06:23.303 [info] UploadPackV2: fetch response 941 bytes
..
07:06:23.381 [info] UploadPackV2: processing ls-refs command
07:06:23.384 [info] UploadPackV2: processing fetch command
07:06:23.384 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:23.384 [info] UploadPackV2: collected 9 objects, generating pack
07:06:23.385 [info] UploadPackV2: pack generated, 549 bytes
07:06:23.385 [info] UploadPackV2: fetch response 571 bytes
07:06:23.413 [info] UploadPackV2: processing ls-refs command
.
07:06:23.517 [info] UploadPackV2: processing fetch command
07:06:23.517 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:23.518 [info] UploadPackV2: collected 3 objects, generating pack
07:06:23.518 [info] UploadPackV2: pack generated, 183 bytes
07:06:23.518 [info] UploadPackV2: fetch response 205 bytes
.
07:06:23.543 [info] UploadPackV2: processing ls-refs command
07:06:23.546 [info] UploadPackV2: processing fetch command
07:06:23.546 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:23.546 [info] UploadPackV2: collected 3 objects, generating pack
07:06:23.547 [info] UploadPackV2: pack generated, 183 bytes
07:06:23.547 [info] UploadPackV2: fetch response 205 bytes
.
07:06:23.581 [info] UploadPackV2: processing ls-refs command
07:06:23.584 [info] UploadPackV2: processing fetch command
07:06:23.584 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:23.585 [info] UploadPackV2: collected 6 objects, generating pack
07:06:23.585 [info] UploadPackV2: pack generated, 366 bytes
07:06:23.585 [info] UploadPackV2: fetch response 388 bytes
07:06:23.612 [info] UploadPackV2: processing ls-refs command
.
07:06:23.642 [info] UploadPackV2: processing ls-refs command
07:06:23.644 [info] UploadPackV2: processing fetch command
07:06:23.645 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:23.649 [info] UploadPackV2: collected 180 objects, generating pack
07:06:23.652 [info] UploadPackV2: pack generated, 11106 bytes
07:06:23.652 [info] UploadPackV2: fetch response 11128 bytes
..
07:06:38.785 [info] UploadPackV2: processing ls-refs command
07:06:38.787 [info] UploadPackV2: processing fetch command
07:06:38.787 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:38.787 [info] UploadPackV2: collected 3 objects, generating pack
07:06:38.788 [info] UploadPackV2: pack generated, 196 bytes
07:06:38.788 [info] UploadPackV2: fetch response 218 bytes
.
07:06:38.857 [info] UploadPackV2: processing ls-refs command
07:06:38.859 [info] UploadPackV2: processing fetch command
07:06:38.859 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:38.859 [info] UploadPackV2: collected 3 objects, generating pack
07:06:38.860 [info] UploadPackV2: pack generated, 185 bytes
07:06:38.860 [info] UploadPackV2: fetch response 207 bytes
........................
07:06:38.909 [info] The function passed as a handler with ID "graph-query-test-5893" 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
.....
07:06:38.922 [info] The function passed as a handler with ID "graph-query-test-12100" 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
.
07:06:38.923 [info] The function passed as a handler with ID "graph-query-test-12164" 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
..
07:06:38.981 [info] UploadPackV2: processing ls-refs command
07:06:38.983 [info] UploadPackV2: processing fetch command
07:06:38.983 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:38.984 [info] UploadPackV2: collected 15 objects, generating pack
07:06:38.984 [info] UploadPackV2: pack generated, 952 bytes
07:06:38.984 [info] UploadPackV2: fetch response 974 bytes
.
07:06:39.053 [info] UploadPackV2: processing ls-refs command
07:06:39.055 [info] UploadPackV2: processing fetch command
07:06:39.055 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.055 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.056 [info] UploadPackV2: pack generated, 185 bytes
07:06:39.056 [info] UploadPackV2: fetch response 207 bytes
07:06:39.117 [info] UploadPackV2: processing ls-refs command
.
07:06:39.177 [info] UploadPackV2: processing ls-refs command
07:06:39.179 [info] UploadPackV2: processing fetch command
07:06:39.179 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.179 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.179 [info] UploadPackV2: pack generated, 196 bytes
07:06:39.180 [info] UploadPackV2: fetch response 218 bytes
.
07:06:39.261 [info] UploadPackV2: processing ls-refs command
07:06:39.262 [info] UploadPackV2: processing fetch command
07:06:39.262 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
07:06:39.262 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.263 [info] UploadPackV2: pack generated, 200 bytes
07:06:39.263 [info] UploadPackV2: fetch response 256 bytes
.***********
07:06:39.377 [info] UploadPackV2: processing ls-refs command
07:06:39.379 [info] UploadPackV2: processing fetch command
07:06:39.379 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.400 [info] UploadPackV2: collected 600 objects, generating pack
07:06:39.418 [info] UploadPackV2: pack generated, 45197 bytes
07:06:39.418 [info] UploadPackV2: fetch response 45219 bytes
.
07:06:39.493 [info] UploadPackV2: processing ls-refs command
.
07:06:39.545 [info] UploadPackV2: processing ls-refs command
.
07:06:39.557 [info] UploadPackV2: processing fetch command
07:06:39.557 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.557 [info] UploadPackV2: collected 0 objects, generating pack
07:06:39.557 [info] UploadPackV2: pack generated, 32 bytes
07:06:39.557 [info] UploadPackV2: fetch response 54 bytes
.
07:06:39.821 [info] UploadPackV2: processing ls-refs command
07:06:39.823 [info] UploadPackV2: processing fetch command
07:06:39.823 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.829 [info] UploadPackV2: collected 240 objects, generating pack
07:06:39.833 [info] UploadPackV2: pack generated, 16258 bytes
07:06:39.833 [info] UploadPackV2: fetch response 16280 bytes
.
07:06:39.969 [info] UploadPackV2: processing ls-refs command
07:06:39.971 [info] UploadPackV2: processing fetch command
07:06:39.971 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
07:06:39.971 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.971 [info] UploadPackV2: pack generated, 231 bytes
07:06:39.971 [info] UploadPackV2: fetch response 327 bytes
.
07:06:39.987 [info] UploadPackV2: processing fetch command
07:06:39.987 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.988 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.988 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.988 [info] UploadPackV2: fetch response 205 bytes
07:06:39.988 [info] UploadPackV2: processing fetch command
07:06:39.988 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.988 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.988 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.988 [info] UploadPackV2: fetch response 205 bytes
07:06:39.988 [info] UploadPackV2: processing fetch command
07:06:39.988 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.988 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.989 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.989 [info] UploadPackV2: fetch response 205 bytes
07:06:39.989 [info] UploadPackV2: processing fetch command
07:06:39.989 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.989 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.989 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.989 [info] UploadPackV2: fetch response 205 bytes
07:06:39.989 [info] UploadPackV2: processing fetch command
07:06:39.989 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.989 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.989 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.990 [info] UploadPackV2: fetch response 205 bytes
07:06:39.990 [info] UploadPackV2: processing fetch command
07:06:39.990 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.990 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.990 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.990 [info] UploadPackV2: fetch response 205 bytes
07:06:39.990 [info] UploadPackV2: processing fetch command
07:06:39.990 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.991 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.991 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.991 [info] UploadPackV2: fetch response 205 bytes
07:06:39.991 [info] UploadPackV2: processing fetch command
07:06:39.991 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.991 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.991 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.991 [info] UploadPackV2: fetch response 205 bytes
07:06:39.992 [info] UploadPackV2: processing fetch command
07:06:39.992 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.992 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.992 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.992 [info] UploadPackV2: fetch response 205 bytes
07:06:39.992 [info] UploadPackV2: processing fetch command
07:06:39.992 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.992 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.992 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.992 [info] UploadPackV2: fetch response 205 bytes
07:06:39.993 [info] UploadPackV2: processing fetch command
07:06:39.993 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.993 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.993 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.993 [info] UploadPackV2: fetch response 205 bytes
07:06:39.993 [info] UploadPackV2: processing fetch command
07:06:39.993 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.993 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.993 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.993 [info] UploadPackV2: fetch response 205 bytes
07:06:39.993 [info] UploadPackV2: processing fetch command
07:06:39.993 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.994 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.994 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.994 [info] UploadPackV2: fetch response 205 bytes
07:06:39.994 [info] UploadPackV2: processing fetch command
07:06:39.994 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.994 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.994 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.994 [info] UploadPackV2: fetch response 205 bytes
07:06:39.994 [info] UploadPackV2: processing fetch command
07:06:39.994 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.994 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.995 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.995 [info] UploadPackV2: fetch response 205 bytes
07:06:39.995 [info] UploadPackV2: processing fetch command
07:06:39.995 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.995 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.995 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.995 [info] UploadPackV2: fetch response 205 bytes
07:06:39.995 [info] UploadPackV2: processing fetch command
07:06:39.995 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.995 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.995 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.995 [info] UploadPackV2: fetch response 205 bytes
07:06:39.995 [info] UploadPackV2: processing fetch command
07:06:39.995 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.996 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.996 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.996 [info] UploadPackV2: fetch response 205 bytes
07:06:39.996 [info] UploadPackV2: processing fetch command
07:06:39.996 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.996 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.996 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.996 [info] UploadPackV2: fetch response 205 bytes
07:06:39.996 [info] UploadPackV2: processing fetch command
07:06:39.996 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.997 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.997 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.997 [info] UploadPackV2: fetch response 205 bytes
07:06:39.997 [info] UploadPackV2: processing fetch command
07:06:39.997 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:39.997 [info] UploadPackV2: collected 3 objects, generating pack
07:06:39.997 [info] UploadPackV2: pack generated, 183 bytes
07:06:39.997 [info] UploadPackV2: fetch response 205 bytes
.
07:06:40.045 [info] UploadPackV2: processing ls-refs command
07:06:40.048 [info] UploadPackV2: processing fetch command
07:06:40.048 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:tree_depth, 0}, send_packfile=true
07:06:40.049 [info] UploadPackV2: collected 3 objects, generating pack
07:06:40.049 [info] UploadPackV2: pack generated, 381 bytes
07:06:40.049 [info] UploadPackV2: fetch response 403 bytes
.
07:06:40.109 [info] UploadPackV2: processing ls-refs command
.
07:06:40.157 [info] UploadPackV2: processing ls-refs command
07:06:40.160 [info] UploadPackV2: processing fetch command
07:06:40.160 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:sparse_oid, "4f00cd9a7367fae9a753bdda17205e0f324aa8ae"}, send_packfile=true
07:06:40.160 [info] UploadPackV2: collected 5 objects, generating pack
07:06:40.161 [info] UploadPackV2: pack generated, 319 bytes
07:06:40.161 [info] UploadPackV2: fetch response 341 bytes
.
07:06:40.225 [info] UploadPackV2: processing ls-refs command
07:06:40.226 [info] UploadPackV2: processing fetch command
07:06:40.226 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
07:06:40.227 [info] UploadPackV2: collected 3 objects, generating pack
07:06:40.227 [info] UploadPackV2: pack generated, 216 bytes
07:06:40.227 [info] UploadPackV2: fetch response 312 bytes
.
07:06:40.289 [info] UploadPackV2: processing ls-refs command
.
07:06:40.341 [info] UploadPackV2: processing ls-refs command
07:06:40.342 [info] UploadPackV2: processing fetch command
07:06:40.342 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
07:06:40.343 [info] UploadPackV2: collected 9 objects, generating pack
07:06:40.343 [info] UploadPackV2: pack generated, 549 bytes
07:06:40.343 [info] UploadPackV2: fetch response 571 bytes
07:06:40.361 [info] UploadPackV2: processing fetch command
07:06:40.361 [info] UploadPackV2.handle_fetch: 0 wants, 3 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
07:06:40.361 [info] UploadPackV2: fetch response 171 bytes
.
07:06:40.413 [info] UploadPackV2: processing ls-refs command
07:06:40.418 [info] UploadPackV2: processing fetch command
07:06:40.418 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
07:06:40.418 [info] UploadPackV2: collected 6 objects, generating pack
07:06:40.418 [info] UploadPackV2: pack generated, 513 bytes
07:06:40.418 [info] UploadPackV2: fetch response 535 bytes
.
07:06:40.489 [info] UploadPackV2: processing ls-refs command
07:06:40.490 [info] UploadPackV2: processing fetch command
07:06:40.491 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
07:06:40.491 [info] UploadPackV2: collected 3 objects, generating pack
07:06:40.491 [info] UploadPackV2: pack generated, 216 bytes
07:06:40.491 [info] UploadPackV2: fetch response 312 bytes
07:06:40.549 [info] UploadPackV2: processing ls-refs command
07:06:40.550 [info] UploadPackV2: processing fetch command
07:06:40.550 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
07:06:40.550 [info] UploadPackV2: collected 12 objects, generating pack
07:06:40.551 [info] UploadPackV2: pack generated, 768 bytes
07:06:40.551 [info] UploadPackV2: fetch response 1002 bytes
.
07:06:40.609 [info] UploadPackV2: processing ls-refs command
07:06:40.612 [info] UploadPackV2: processing fetch command
07:06:40.612 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:object_type, :commit}, send_packfile=true
07:06:40.612 [info] UploadPackV2: collected 3 objects, generating pack
07:06:40.613 [info] UploadPackV2: pack generated, 381 bytes
07:06:40.613 [info] UploadPackV2: fetch response 403 bytes
.
07:06:40.677 [info] UploadPackV2: processing ls-refs command
.
07:06:40.725 [info] UploadPackV2: processing ls-refs command
..
07:06:40.785 [info] UploadPackV2: processing ls-refs command
07:06:40.786 [info] UploadPackV2: processing fetch command
07:06:40.786 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
07:06:40.787 [info] UploadPackV2: collected 9 objects, generating pack
07:06:40.787 [info] UploadPackV2: pack generated, 585 bytes
07:06:40.787 [info] UploadPackV2: fetch response 681 bytes
.
07:06:40.861 [info] UploadPackV2: processing ls-refs command
07:06:40.863 [info] UploadPackV2: processing fetch command
07:06:40.863 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
07:06:40.863 [info] UploadPackV2: collected 3 objects, generating pack
07:06:40.863 [info] UploadPackV2: pack generated, 218 bytes
07:06:40.864 [info] UploadPackV2: fetch response 314 bytes
.
07:06:40.929 [info] UploadPackV2: processing ls-refs command
07:06:40.932 [info] UploadPackV2: processing fetch command
07:06:40.932 [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
07:06:40.932 [info] UploadPackV2: collected 6 objects, generating pack
07:06:40.933 [info] UploadPackV2: pack generated, 513 bytes
07:06:40.933 [info] UploadPackV2: fetch response 535 bytes
..
Finished in 202.8 seconds (10.9s async, 191.9s sync)
2 properties, 1020 tests, 1 failure, 51 excluded, 11 skipped
Exporting cover results ...
Run "mix test.coverage" once all exports complete