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 05:45 UTC Completed: May 29, 2026 at 05:48 UTC Duration: 3m 36s
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 (5438 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 (9297 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) ...
Compiling 2 files (.ex)
Generated ex_git_objectstore app
Cover compiling modules ...
Running ExUnit with seed: 441551, max_cases: 8
Excluding tags: [:s3]
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)
........
05:45:18.758 [warning] post_receive hook failed: "webhook failed"
......................................................................................
05:45:19.434 [info] The function passed as a handler with ID #Reference<0.2753453637.869531649.46965> 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 "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
................................................................................................................................................................................................................................................................................................................
05:45:21.622 [info] The function passed as a handler with ID #Reference<0.2753453637.869531651.53395> 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
..........
05:45:21.825 [info] UploadPackV2: processing fetch command
05:45:21.825 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:21.836 [info] UploadPackV2: collected 32 objects, generating pack
....
05:45:21.938 [info] UploadPackV2: pack generated, 2459819 bytes
.
05:45:21.942 [info] UploadPackV2: fetch response 2460026 bytes
.
05:45:21.942 [info] UploadPackV2: processing fetch command
05:45:21.942 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:21.951 [info] UploadPackV2: collected 32 objects, streaming pack
................
05:45:22.061 [info] UploadPackV2: streamed pack 2459819 bytes, 32 objects
05:45:22.062 [info] UploadPackV2: fetch streamed 2459819 pack bytes, 32 objects
.....................
05:45:22.951 [error] UploadPackV2: parse_command failed: {:unknown_command, "invalid"}
.
05:45:22.953 [info] UploadPackV2: processing fetch command
.
05:45:22.954 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:22.954 [info] UploadPackV2: collected 3 objects, generating pack
.
05:45:22.954 [info] UploadPackV2: pack generated, 223 bytes
.
05:45:22.954 [info] UploadPackV2: fetch response 245 bytes
......
05:45:23.000 [info] UploadPackV2: processing ls-refs command
.
05:45:23.002 [info] UploadPackV2: processing fetch command
.
05:45:23.002 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:23.003 [info] UploadPackV2: collected 3 objects, generating pack
.
05:45:23.003 [info] UploadPackV2: pack generated, 210 bytes
.
05:45:23.003 [info] UploadPackV2: fetch response 232 bytes
..............
05:45:23.086 [info] UploadPackV2: processing fetch command
.
05:45:23.086 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:23.088 [info] UploadPackV2: collected 3 objects, generating pack
.
05:45:23.089 [info] UploadPackV2: pack generated, 191 bytes
.
05:45:23.089 [info] UploadPackV2: fetch response 213 bytes
.
05:45:23.095 [info] UploadPackV2: processing ls-refs command
.
05:45:23.098 [info] UploadPackV2: processing fetch command
.
05:45:23.098 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:23.100 [info] UploadPackV2: collected 0 objects, generating pack
warning: variable "parent" is unused (if the variable is not meant to be used, prefix it with an underscore)
497 │ {_tip, parent} =
│ ~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_negotiation_test.exs:497:12: ExGitObjectstore.Integration.UploadPackV2NegotiationTest.fresh_repo/2
.
05:45:23.100 [info] UploadPackV2: pack generated, 32 bytes
.
05:45:23.100 [info] UploadPackV2: fetch response 54 bytes
.
05:45:23.119 [info] UploadPackV2: processing fetch command
.
05:45:23.119 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
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)
.
05:45:23.125 [info] UploadPackV2: collected 90 objects, generating pack
.
05:45:23.127 [info] UploadPackV2: pack generated, 5946 bytes
.
05:45:23.127 [info] UploadPackV2: fetch response 5968 bytes
.
05:45:23.136 [info] UploadPackV2: processing fetch command
.
05:45:23.136 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:23.136 [info] UploadPackV2: collected 6 objects, generating pack
.
05:45:23.137 [info] UploadPackV2: pack generated, 414 bytes
.
05:45:23.137 [info] UploadPackV2: fetch response 436 bytes
.
05:45:23.138 [info] UploadPackV2: processing fetch command
.
05:45:23.138 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:23.139 [info] UploadPackV2: collected 3 objects, generating pack
.
05:45:23.139 [info] UploadPackV2: pack generated, 194 bytes
.
05:45:23.139 [info] UploadPackV2: fetch response 216 bytes
.
05:45:23.143 [info] UploadPackV2: processing fetch command
.
05:45:23.143 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:23.144 [info] UploadPackV2: collected 3 objects, streaming pack
.
05:45:23.148 [info] UploadPackV2: streamed pack 71879 bytes, 3 objects
.
05:45:23.148 [info] UploadPackV2: fetch streamed 71879 pack bytes, 3 objects
05:45:23.151 [info] UploadPackV2: processing fetch command
05:45:23.151 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:23.151 [info] UploadPackV2: collected 15 objects, generating pack
05:45:23.152 [info] UploadPackV2: pack generated, 984 bytes
05:45:23.152 [info] UploadPackV2: fetch response 1006 bytes
05:45:23.152 [info] UploadPackV2: processing fetch command
05:45:23.152 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:23.153 [info] UploadPackV2: collected 15 objects, streaming pack
05:45:23.154 [info] UploadPackV2: streamed pack 984 bytes, 15 objects
05:45:23.154 [info] UploadPackV2: fetch streamed 984 pack bytes, 15 objects
05:45:23.155 [info] UploadPackV2: processing fetch command
05:45:23.155 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:23.155 [info] UploadPackV2: collected 3 objects, generating pack
05:45:23.155 [info] UploadPackV2: pack generated, 191 bytes
05:45:23.155 [info] UploadPackV2: fetch response 213 bytes
05:45:23.157 [info] UploadPackV2: processing fetch command
05:45:23.157 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:23.158 [info] UploadPackV2: collected 15 objects, generating pack
05:45:23.158 [info] UploadPackV2: pack generated, 984 bytes
05:45:23.158 [info] UploadPackV2: fetch response 1006 bytes
05:45:23.160 [info] UploadPackV2: processing ls-refs command
05:45:23.160 [info] UploadPackV2: processing fetch command
05:45:23.160 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:23.160 [info] UploadPackV2: collected 3 objects, generating pack
05:45:23.160 [info] UploadPackV2: pack generated, 206 bytes
05:45:23.160 [info] UploadPackV2: fetch response 228 bytes
05:45:23.212 [info] UploadPackV2: processing fetch command
05:45:23.212 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:23.313 [info] UploadPackV2: collected 600 objects, generating pack
05:45:23.428 [info] UploadPackV2: pack generated, 39862 bytes
05:45:23.429 [info] UploadPackV2: fetch response 39884 bytes
.
05:45:23.510 [info] UploadPackV2: processing ls-refs command
.
05:45:23.510 [info] UploadPackV2: processing ls-refs command
.
05:45:23.512 [info] UploadPackV2: processing fetch command
.
05:45:23.512 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
.
05:45:23.512 [info] UploadPackV2: fetch response 73 bytes
.
05:45:23.512 [info] UploadPackV2: processing fetch command
05:45:23.512 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
.
05:45:23.512 [info] UploadPackV2: fetch streamed 0 pack bytes, 0 objects
.
05:45:23.513 [info] UploadPackV2: processing ls-refs command
.
05:45:23.514 [info] UploadPackV2: processing fetch command
.
05:45:23.514 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:23.515 [info] UploadPackV2: collected 3 objects, generating pack
.
05:45:23.515 [info] UploadPackV2: pack generated, 191 bytes
.
05:45:23.515 [info] UploadPackV2: fetch response 213 bytes
...........
05:45:23.663 [info] UploadPackV2: processing fetch command
.
05:45:23.663 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
...
05:45:23.687 [info] UploadPackV2: collected 700 objects, generating pack
..
05:45:23.699 [info] UploadPackV2: pack generated, 48139 bytes
.
05:45:23.699 [info] UploadPackV2: fetch response 48161 bytes
......
05:45:23.770 [error] UploadPackV2: parse_command failed: {:invalid_pkt_hex, "garb"}
.
05:45:23.773 [info] UploadPackV2: processing fetch command
.
05:45:23.773 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:23.774 [info] UploadPackV2: collected 3 objects, generating pack
.
05:45:23.775 [info] UploadPackV2: pack generated, 195 bytes
.
05:45:23.775 [info] UploadPackV2: fetch response 217 bytes
05:45:23.779 [info] UploadPackV2: processing fetch command
05:45:23.779 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:23.781 [info] UploadPackV2: collected 3 objects, streaming pack
05:45:23.783 [info] UploadPackV2: streamed pack 199 bytes, 3 objects
05:45:23.783 [info] UploadPackV2: fetch streamed 199 pack bytes, 3 objects
05:45:23.792 [info] UploadPackV2: processing fetch command
05:45:23.792 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:23.794 [info] UploadPackV2: collected 3 objects, generating pack
05:45:23.795 [info] UploadPackV2: pack generated, 195 bytes
05:45:23.795 [info] UploadPackV2: fetch response 217 bytes
05:45:23.800 [info] UploadPackV2: processing fetch command
05:45:23.800 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:23.803 [info] UploadPackV2: collected 9 objects, streaming pack
05:45:23.807 [info] UploadPackV2: streamed pack 627 bytes, 9 objects
05:45:23.807 [info] UploadPackV2: fetch streamed 627 pack bytes, 9 objects
...
05:45:23.899 [info] UploadPackV2: processing fetch command
05:45:23.899 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:23.927 [info] UploadPackV2: collected 20 objects, generating pack
05:45:23.928 [info] UploadPackV2: pack generated, 1490 bytes
05:45:23.929 [info] UploadPackV2: fetch response 1512 bytes
05:45:24.024 [info] UploadPackV2: processing fetch command
05:45:24.024 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:24.025 [info] UploadPackV2: processing fetch command
05:45:24.025 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.029 [info] UploadPackV2: collected 8 objects, generating pack
05:45:24.030 [info] UploadPackV2: pack generated, 639 bytes
05:45:24.030 [info] UploadPackV2: fetch response 661 bytes
05:45:24.049 [info] UploadPackV2: processing fetch command
05:45:24.049 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.055 [info] UploadPackV2: collected 29 objects, generating pack
05:45:24.056 [info] UploadPackV2: pack generated, 2099 bytes
05:45:24.056 [info] UploadPackV2: fetch response 2121 bytes
05:45:24.067 [info] UploadPackV2: collected 32 objects, streaming pack
05:45:24.087 [info] UploadPackV2: processing fetch command
05:45:24.087 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.106 [info] UploadPackV2: collected 43 objects, generating pack
05:45:24.107 [info] UploadPackV2: pack generated, 3144 bytes
05:45:24.107 [info] UploadPackV2: fetch response 3166 bytes
05:45:24.129 [info] UploadPackV2: processing fetch command
05:45:24.129 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.132 [info] UploadPackV2: collected 17 objects, generating pack
05:45:24.132 [info] UploadPackV2: pack generated, 1276 bytes
05:45:24.132 [info] UploadPackV2: fetch response 1298 bytes
05:45:24.155 [info] UploadPackV2: processing fetch command
05:45:24.155 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.162 [info] UploadPackV2: collected 17 objects, generating pack
05:45:24.163 [info] UploadPackV2: pack generated, 1278 bytes
05:45:24.163 [info] UploadPackV2: fetch response 1300 bytes
05:45:24.219 [info] UploadPackV2: processing fetch command
.
05:45:24.219 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.231 [info] UploadPackV2: collected 14 objects, generating pack
.
05:45:24.231 [info] UploadPackV2: pack generated, 1035 bytes
.
05:45:24.233 [info] UploadPackV2: fetch response 1057 bytes
.
05:45:24.263 [info] UploadPackV2: streamed pack 2459757 bytes, 32 objects
.
05:45:24.263 [info] UploadPackV2: fetch streamed 2459757 pack bytes, 32 objects
.
05:45:24.289 [info] UploadPackV2: processing fetch command
.
05:45:24.289 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.303 [info] UploadPackV2: collected 29 objects, generating pack
.
05:45:24.303 [info] UploadPackV2: pack generated, 2089 bytes
.
05:45:24.304 [info] UploadPackV2: fetch response 2111 bytes
.
05:45:24.322 [info] UploadPackV2: processing fetch command
.
05:45:24.322 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.323 [info] UploadPackV2: collected 30 objects, generating pack
.
05:45:24.324 [info] UploadPackV2: pack generated, 2102 bytes
.
05:45:24.324 [info] UploadPackV2: fetch response 2124 bytes
.
05:45:24.344 [info] UploadPackV2: processing fetch command
.
05:45:24.344 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.345 [info] UploadPackV2: collected 15 objects, generating pack
.
05:45:24.345 [info] UploadPackV2: pack generated, 1068 bytes
.
05:45:24.346 [info] UploadPackV2: fetch response 1090 bytes
.
05:45:24.359 [info] UploadPackV2: processing fetch command
.
05:45:24.359 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.360 [info] UploadPackV2: collected 9 objects, generating pack
.
05:45:24.360 [info] UploadPackV2: pack generated, 642 bytes
.
05:45:24.360 [info] UploadPackV2: fetch response 664 bytes
.
05:45:24.368 [info] UploadPackV2: processing fetch command
.
05:45:24.369 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
....
05:45:24.373 [info] UploadPackV2: collected 14 objects, generating pack
.
05:45:24.374 [info] UploadPackV2: pack generated, 1064 bytes
.
05:45:24.374 [info] UploadPackV2: fetch response 1086 bytes
.
05:45:24.384 [info] UploadPackV2: processing fetch command
.
05:45:24.384 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.387 [info] UploadPackV2: collected 17 objects, generating pack
.
05:45:24.388 [info] UploadPackV2: pack generated, 1276 bytes
.
05:45:24.388 [info] UploadPackV2: fetch response 1298 bytes
.
05:45:24.435 [info] UploadPackV2: processing fetch command
.
05:45:24.435 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.442 [info] UploadPackV2: collected 8 objects, generating pack
.
05:45:24.442 [info] UploadPackV2: pack generated, 639 bytes
.
05:45:24.443 [info] UploadPackV2: fetch response 661 bytes
.
05:45:24.481 [info] UploadPackV2: processing fetch command
.
05:45:24.481 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.481 [info] UploadPackV2: collected 5 objects, generating pack
.
05:45:24.482 [info] UploadPackV2: pack generated, 424 bytes
.
05:45:24.482 [info] UploadPackV2: fetch response 446 bytes
05:45:24.485 [info] UploadPackV2: processing fetch command
05:45:24.485 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.486 [info] UploadPackV2: collected 27 objects, generating pack
05:45:24.487 [info] UploadPackV2: pack generated, 1889 bytes
05:45:24.487 [info] UploadPackV2: fetch response 1911 bytes
05:45:24.496 [info] UploadPackV2: processing fetch command
05:45:24.496 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.497 [info] UploadPackV2: collected 15 objects, generating pack
05:45:24.498 [info] UploadPackV2: pack generated, 1068 bytes
05:45:24.498 [info] UploadPackV2: fetch response 1090 bytes
05:45:24.506 [info] UploadPackV2: processing fetch command
05:45:24.506 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.508 [info] UploadPackV2: collected 18 objects, generating pack
05:45:24.508 [info] UploadPackV2: pack generated, 1281 bytes
05:45:24.508 [info] UploadPackV2: fetch response 1303 bytes
05:45:24.515 [info] UploadPackV2: processing fetch command
05:45:24.515 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.517 [info] UploadPackV2: collected 25 objects, generating pack
05:45:24.518 [info] UploadPackV2: pack generated, 1872 bytes
05:45:24.518 [info] UploadPackV2: fetch response 1894 bytes
05:45:24.534 [info] UploadPackV2: processing fetch command
05:45:24.534 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.534 [info] UploadPackV2: collected 5 objects, generating pack
05:45:24.535 [info] UploadPackV2: pack generated, 424 bytes
05:45:24.535 [info] UploadPackV2: fetch response 446 bytes
05:45:24.540 [info] UploadPackV2: processing fetch command
05:45:24.540 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.541 [info] UploadPackV2: collected 8 objects, generating pack
05:45:24.542 [info] UploadPackV2: pack generated, 636 bytes
05:45:24.542 [info] UploadPackV2: fetch response 658 bytes
05:45:24.547 [info] UploadPackV2: processing fetch command
05:45:24.547 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.548 [info] UploadPackV2: collected 11 objects, generating pack
.
05:45:24.548 [info] UploadPackV2: pack generated, 851 bytes
.
05:45:24.549 [info] UploadPackV2: fetch response 873 bytes
.
05:45:24.557 [info] UploadPackV2: processing fetch command
.
05:45:24.557 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.559 [info] UploadPackV2: collected 29 objects, generating pack
05:45:24.560 [info] UploadPackV2: pack generated, 2067 bytes
05:45:24.560 [info] UploadPackV2: fetch response 2089 bytes
05:45:24.575 [info] UploadPackV2: processing fetch command
05:45:24.575 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.577 [info] UploadPackV2: collected 17 objects, generating pack
05:45:24.578 [info] UploadPackV2: pack generated, 1278 bytes
05:45:24.578 [info] UploadPackV2: fetch response 1300 bytes
05:45:24.586 [info] UploadPackV2: processing fetch command
05:45:24.752 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.763 [info] UploadPackV2: collected 12 objects, generating pack
05:45:24.764 [info] UploadPackV2: pack generated, 854 bytes
05:45:24.765 [info] UploadPackV2: fetch response 876 bytes
....
05:45:24.792 [info] UploadPackV2: processing fetch command
05:45:24.792 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.796 [info] UploadPackV2: collected 18 objects, generating pack
.
05:45:24.797 [info] UploadPackV2: pack generated, 1281 bytes
.
05:45:24.797 [info] UploadPackV2: fetch response 1303 bytes
.
05:45:24.812 [info] UploadPackV2: processing fetch command
.
05:45:24.812 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.814 [info] UploadPackV2: collected 17 objects, generating pack
.
05:45:24.814 [info] UploadPackV2: pack generated, 1236 bytes
.
05:45:24.814 [info] UploadPackV2: fetch response 1258 bytes
.
05:45:24.824 [info] UploadPackV2: processing fetch command
.
05:45:24.825 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.826 [info] UploadPackV2: collected 27 objects, generating pack
.
05:45:24.828 [info] UploadPackV2: pack generated, 1889 bytes
.
05:45:24.828 [info] UploadPackV2: fetch response 1911 bytes
.
05:45:24.842 [info] UploadPackV2: processing fetch command
.
05:45:24.842 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.843 [info] UploadPackV2: collected 21 objects, generating pack
.
05:45:24.844 [info] UploadPackV2: pack generated, 1463 bytes
.
05:45:24.844 [info] UploadPackV2: fetch response 1485 bytes
.
05:45:24.855 [info] UploadPackV2: processing fetch command
.
05:45:24.856 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.857 [info] UploadPackV2: collected 20 objects, generating pack
05:45:24.858 [info] UploadPackV2: pack generated, 1492 bytes
05:45:24.858 [info] UploadPackV2: fetch response 1514 bytes
.
05:45:24.868 [info] UploadPackV2: processing fetch command
05:45:24.868 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.870 [info] UploadPackV2: collected 3 objects, generating pack
05:45:24.870 [info] UploadPackV2: pack generated, 214 bytes
05:45:24.870 [info] UploadPackV2: fetch response 236 bytes
05:45:24.881 [info] UploadPackV2: processing fetch command
05:45:24.881 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.883 [info] UploadPackV2: collected 25 objects, generating pack
05:45:24.884 [info] UploadPackV2: pack generated, 1871 bytes
05:45:24.884 [info] UploadPackV2: fetch response 1893 bytes
05:45:24.894 [info] UploadPackV2: processing fetch command
05:45:24.894 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.895 [info] UploadPackV2: collected 15 objects, generating pack
05:45:24.895 [info] UploadPackV2: pack generated, 1068 bytes
05:45:24.895 [info] UploadPackV2: fetch response 1090 bytes
05:45:24.901 [info] UploadPackV2: processing fetch command
05:45:24.901 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.902 [info] UploadPackV2: collected 5 objects, generating pack
05:45:24.902 [info] UploadPackV2: pack generated, 424 bytes
05:45:24.902 [info] UploadPackV2: fetch response 446 bytes
05:45:24.908 [info] UploadPackV2: processing fetch command
05:45:24.908 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.912 [info] UploadPackV2: collected 24 objects, generating pack
.
05:45:24.913 [info] UploadPackV2: pack generated, 1675 bytes
.
05:45:24.913 [info] UploadPackV2: fetch response 1697 bytes
05:45:24.924 [info] UploadPackV2: processing fetch command
.
05:45:24.924 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.924 [info] UploadPackV2: collected 6 objects, generating pack
.
05:45:24.924 [info] UploadPackV2: pack generated, 428 bytes
.
05:45:24.924 [info] UploadPackV2: fetch response 450 bytes
.
05:45:24.930 [info] UploadPackV2: processing fetch command
.
05:45:24.930 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.931 [info] UploadPackV2: collected 12 objects, generating pack
.
05:45:24.931 [info] UploadPackV2: pack generated, 854 bytes
.
05:45:24.931 [info] UploadPackV2: fetch response 876 bytes
.
05:45:24.936 [info] UploadPackV2: processing fetch command
.
05:45:24.936 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
.
05:45:24.936 [info] UploadPackV2: collected 8 objects, generating pack
.
05:45:24.937 [info] UploadPackV2: pack generated, 639 bytes
.
05:45:24.937 [info] UploadPackV2: fetch response 661 bytes
.
05:45:24.941 [info] UploadPackV2: processing fetch command
.
05:45:24.941 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.942 [info] UploadPackV2: collected 12 objects, generating pack
05:45:24.942 [info] UploadPackV2: pack generated, 854 bytes
05:45:24.942 [info] UploadPackV2: fetch response 876 bytes
05:45:24.946 [info] UploadPackV2: processing fetch command
05:45:24.946 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:45:24.947 [info] UploadPackV2: collected 15 objects, generating pack
05:45:24.947 [info] UploadPackV2: pack generated, 1036 bytes
05:45:24.947 [info] UploadPackV2: fetch response 1058 bytes
05:45:24.954 [info] UploadPackV2: processing fetch command
05:45:24.954 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:24.955 [info] UploadPackV2: collected 27 objects, generating pack
05:45:24.956 [info] UploadPackV2: pack generated, 1676 bytes
05:45:24.956 [info] UploadPackV2: fetch response 1698 bytes
05:45:24.960 [info] UploadPackV2: processing fetch command
05:45:24.960 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:24.960 [info] UploadPackV2: collected 11 objects, generating pack
05:45:24.960 [info] UploadPackV2: pack generated, 717 bytes
05:45:24.960 [info] UploadPackV2: fetch response 739 bytes
05:45:24.965 [info] UploadPackV2: processing fetch command
05:45:24.965 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:24.967 [info] UploadPackV2: collected 39 objects, generating pack
05:45:24.967 [info] UploadPackV2: pack generated, 2366 bytes
05:45:24.968 [info] UploadPackV2: fetch response 2388 bytes
05:45:24.976 [info] UploadPackV2: processing fetch command
05:45:24.976 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:24.978 [info] UploadPackV2: collected 58 objects, generating pack
05:45:24.980 [info] UploadPackV2: pack generated, 3534 bytes
05:45:24.980 [info] UploadPackV2: fetch response 3556 bytes
05:45:24.996 [info] UploadPackV2: processing fetch command
05:45:24.998 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:24.999 [info] UploadPackV2: collected 23 objects, generating pack
05:45:25.000 [info] UploadPackV2: pack generated, 1435 bytes
05:45:25.000 [info] UploadPackV2: fetch response 1457 bytes
05:45:25.004 [info] UploadPackV2: processing fetch command
05:45:25.004 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:25.005 [info] UploadPackV2: collected 23 objects, generating pack
05:45:25.008 [info] UploadPackV2: pack generated, 1437 bytes
05:45:25.008 [info] UploadPackV2: fetch response 1459 bytes
05:45:25.013 [info] UploadPackV2: processing fetch command
05:45:25.013 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.014 [info] UploadPackV2: collected 19 objects, generating pack
05:45:25.014 [info] UploadPackV2: pack generated, 1167 bytes
05:45:25.258 [info] UploadPackV2: fetch response 1189 bytes
05:45:25.284 [info] UploadPackV2: processing fetch command
05:45:25.284 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.292 [info] UploadPackV2: collected 39 objects, generating pack
05:45:25.294 [info] UploadPackV2: pack generated, 2347 bytes
05:45:25.294 [info] UploadPackV2: fetch response 2369 bytes
05:45:25.308 [info] UploadPackV2: processing fetch command
05:45:25.308 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.311 [info] UploadPackV2: collected 40 objects, generating pack
05:45:25.312 [info] UploadPackV2: pack generated, 2372 bytes
05:45:25.312 [info] UploadPackV2: fetch response 2394 bytes
05:45:25.319 [info] UploadPackV2: processing fetch command
05:45:25.319 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.320 [info] UploadPackV2: collected 20 objects, generating pack
05:45:25.320 [info] UploadPackV2: pack generated, 1203 bytes
.
05:45:25.320 [info] UploadPackV2: fetch response 1225 bytes
05:45:25.324 [info] UploadPackV2: processing fetch command
.
05:45:25.324 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:25.324 [info] UploadPackV2: collected 12 objects, generating pack
.
05:45:25.324 [info] UploadPackV2: pack generated, 723 bytes
.
05:45:25.324 [info] UploadPackV2: fetch response 745 bytes
.
05:45:25.332 [info] UploadPackV2: processing fetch command
.
05:45:25.332 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:25.333 [info] UploadPackV2: collected 19 objects, generating pack
.
05:45:25.334 [info] UploadPackV2: pack generated, 1196 bytes
.
05:45:25.334 [info] UploadPackV2: fetch response 1218 bytes
.
05:45:25.340 [info] UploadPackV2: processing fetch command
05:45:25.340 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.341 [info] UploadPackV2: collected 23 objects, generating pack
05:45:25.342 [info] UploadPackV2: pack generated, 1435 bytes
05:45:25.342 [info] UploadPackV2: fetch response 1457 bytes
05:45:25.346 [info] UploadPackV2: processing fetch command
05:45:25.349 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.352 [info] UploadPackV2: collected 11 objects, generating pack
.
05:45:25.352 [info] UploadPackV2: pack generated, 717 bytes
.
05:45:25.352 [info] UploadPackV2: fetch response 739 bytes
05:45:25.358 [info] UploadPackV2: processing fetch command
05:45:25.358 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.358 [info] UploadPackV2: collected 7 objects, generating pack
05:45:25.359 [info] UploadPackV2: pack generated, 475 bytes
05:45:25.359 [info] UploadPackV2: fetch response 497 bytes
05:45:25.362 [info] UploadPackV2: processing fetch command
.
05:45:25.362 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:25.363 [info] UploadPackV2: collected 36 objects, generating pack
.
05:45:25.364 [info] UploadPackV2: pack generated, 2132 bytes
.
05:45:25.364 [info] UploadPackV2: fetch response 2154 bytes
.
05:45:25.373 [info] UploadPackV2: processing fetch command
.
05:45:25.373 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:25.374 [info] UploadPackV2: collected 20 objects, generating pack
.
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
35 │ test "symrefs resolves HEAD to its target branch", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_capabilities_test.exs:35:67: ExGitObjectstore.Integration.UploadPackV2CapabilitiesTest."test ls-refs symrefs resolves HEAD to its target branch"/1
05:45:25.374 [info] UploadPackV2: pack generated, 1203 bytes
.
05:45:25.374 [info] UploadPackV2: fetch response 1225 bytes
.
05:45:25.378 [info] UploadPackV2: processing fetch command
.
05:45:25.378 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:25.379 [info] UploadPackV2: collected 24 objects, generating pack
..
05:45:25.379 [info] UploadPackV2: pack generated, 1443 bytes
.
05:45:25.379 [info] UploadPackV2: fetch response 1465 bytes
.
05:45:25.384 [info] UploadPackV2: processing fetch command
.
05:45:25.384 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:25.386 [info] UploadPackV2: collected 34 objects, generating pack
.
05:45:25.387 [info] UploadPackV2: pack generated, 2100 bytes
.
05:45:25.387 [info] UploadPackV2: fetch response 2122 bytes
.
05:45:25.392 [info] UploadPackV2: processing fetch command
.
05:45:25.393 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:25.393 [info] UploadPackV2: collected 7 objects, generating pack
.
05:45:25.394 [info] UploadPackV2: pack generated, 475 bytes
.
05:45:25.394 [info] UploadPackV2: fetch response 497 bytes
.
05:45:25.397 [info] UploadPackV2: processing fetch command
.
05:45:25.397 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:25.398 [info] UploadPackV2: collected 11 objects, generating pack
.
05:45:25.399 [info] UploadPackV2: pack generated, 714 bytes
.
05:45:25.399 [info] UploadPackV2: fetch response 736 bytes
.
05:45:25.404 [info] UploadPackV2: processing fetch command
.
05:45:25.404 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:25.406 [info] UploadPackV2: collected 15 objects, generating pack
.
05:45:25.406 [info] UploadPackV2: pack generated, 956 bytes
.
05:45:25.406 [info] UploadPackV2: fetch response 978 bytes
.
05:45:25.413 [info] UploadPackV2: processing fetch command
.
05:45:25.413 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:25.416 [info] UploadPackV2: collected 39 objects, generating pack
.
05:45:25.417 [info] UploadPackV2: pack generated, 2334 bytes
.
05:45:25.417 [info] UploadPackV2: fetch response 2356 bytes
.
05:45:25.424 [info] UploadPackV2: processing fetch command
05:45:25.424 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.426 [info] UploadPackV2: collected 23 objects, generating pack
05:45:25.426 [info] UploadPackV2: pack generated, 1437 bytes
05:45:25.426 [info] UploadPackV2: fetch response 1459 bytes
05:45:25.432 [info] UploadPackV2: processing fetch command
05:45:25.433 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.434 [info] UploadPackV2: collected 16 objects, generating pack
05:45:25.435 [info] UploadPackV2: pack generated, 962 bytes
05:45:25.435 [info] UploadPackV2: fetch response 984 bytes
05:45:25.440 [info] UploadPackV2: processing fetch command
05:45:25.440 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.444 [info] UploadPackV2: collected 24 objects, generating pack
05:45:25.446 [info] UploadPackV2: pack generated, 1443 bytes
05:45:25.674 [info] UploadPackV2: fetch response 1465 bytes
05:45:25.679 [info] UploadPackV2: processing fetch command
05:45:25.679 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.684 [info] UploadPackV2: collected 23 objects, generating pack
05:45:25.685 [info] UploadPackV2: pack generated, 1386 bytes
05:45:25.685 [info] UploadPackV2: fetch response 1408 bytes
05:45:25.702 [info] UploadPackV2: processing fetch command
05:45:25.702 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.708 [info] UploadPackV2: collected 36 objects, generating pack
05:45:25.708 [info] UploadPackV2: pack generated, 2132 bytes
05:45:25.708 [info] UploadPackV2: fetch response 2154 bytes
.
05:45:25.735 [info] UploadPackV2: processing fetch command
.
05:45:25.735 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
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
05:45:25.744 [info] UploadPackV2: collected 28 objects, generating pack
.
05:45:25.745 [info] UploadPackV2: pack generated, 1652 bytes
05:45:25.745 [info] UploadPackV2: fetch response 1674 bytes
05:45:25.771 [info] UploadPackV2: processing fetch command
05:45:25.771 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.779 [info] UploadPackV2: collected 27 objects, generating pack
05:45:25.779 [info] UploadPackV2: pack generated, 1678 bytes
05:45:25.780 [info] UploadPackV2: fetch response 1700 bytes
05:45:25.789 [info] UploadPackV2: processing fetch command
05:45:25.790 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.790 [info] UploadPackV2: collected 4 objects, generating pack
05:45:25.791 [info] UploadPackV2: pack generated, 241 bytes
05:45:25.791 [info] UploadPackV2: fetch response 263 bytes
05:45:25.794 [info] UploadPackV2: processing fetch command
05:45:25.794 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:25.795 [info] UploadPackV2: collected 34 objects, generating pack
05:45:25.796 [info] UploadPackV2: pack generated, 2099 bytes
05:45:25.796 [info] UploadPackV2: fetch response 2121 bytes
05:45:25.802 [info] UploadPackV2: processing fetch command
05:45:25.802 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.805 [info] UploadPackV2: collected 20 objects, generating pack
05:45:25.805 [info] UploadPackV2: pack generated, 1203 bytes
05:45:25.805 [info] UploadPackV2: fetch response 1225 bytes
05:45:25.809 [info] UploadPackV2: processing fetch command
05:45:25.809 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.810 [info] UploadPackV2: collected 7 objects, generating pack
05:45:25.810 [info] UploadPackV2: pack generated, 475 bytes
05:45:25.810 [info] UploadPackV2: fetch response 497 bytes
05:45:25.816 [info] UploadPackV2: processing fetch command
.
05:45:25.816 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:25.818 [info] UploadPackV2: collected 32 objects, generating pack
05:45:25.819 [info] UploadPackV2: pack generated, 1891 bytes
05:45:25.819 [info] UploadPackV2: fetch response 1913 bytes
05:45:25.826 [info] UploadPackV2: processing fetch command
05:45:25.826 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.831 [info] UploadPackV2: collected 8 objects, generating pack
05:45:25.831 [info] UploadPackV2: pack generated, 482 bytes
05:45:25.831 [info] UploadPackV2: fetch response 504 bytes
05:45:25.843 [info] UploadPackV2: processing fetch command
05:45:25.843 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.844 [info] UploadPackV2: collected 16 objects, generating pack
05:45:25.904 [info] UploadPackV2: pack generated, 962 bytes
05:45:25.905 [info] UploadPackV2: fetch response 984 bytes
05:45:25.929 [info] UploadPackV2: processing fetch command
05:45:25.929 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.934 [info] UploadPackV2: collected 11 objects, generating pack
05:45:25.934 [info] UploadPackV2: pack generated, 717 bytes
05:45:25.935 [info] UploadPackV2: fetch response 739 bytes
05:45:25.954 [info] UploadPackV2: processing fetch command
05:45:25.954 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.956 [info] UploadPackV2: collected 16 objects, generating pack
.
05:45:25.957 [info] UploadPackV2: pack generated, 962 bytes
05:45:25.957 [info] UploadPackV2: fetch response 984 bytes
05:45:25.969 [info] UploadPackV2: processing fetch command
05:45:25.970 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.974 [info] UploadPackV2: collected 20 objects, generating pack
05:45:25.975 [info] UploadPackV2: pack generated, 1171 bytes
05:45:25.975 [info] UploadPackV2: fetch response 1193 bytes
05:45:25.981 [info] UploadPackV2: processing fetch command
05:45:25.981 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.982 [info] UploadPackV2: collected 16 objects, generating pack
05:45:25.982 [info] UploadPackV2: pack generated, 962 bytes
05:45:25.983 [info] UploadPackV2: fetch response 984 bytes
.
05:45:25.987 [info] UploadPackV2: processing fetch command
.
05:45:25.987 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:25.988 [info] UploadPackV2: collected 23 objects, generating pack
05:45:25.989 [info] UploadPackV2: pack generated, 1435 bytes
05:45:25.989 [info] UploadPackV2: fetch response 1457 bytes
05:45:25.992 [info] UploadPackV2: processing fetch command
05:45:25.992 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:25.993 [info] UploadPackV2: collected 7 objects, generating pack
05:45:25.993 [info] UploadPackV2: pack generated, 475 bytes
05:45:25.993 [info] UploadPackV2: fetch response 497 bytes
05:45:26.002 [info] UploadPackV2: processing fetch command
05:45:26.002 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.004 [info] UploadPackV2: collected 12 objects, generating pack
05:45:26.004 [info] UploadPackV2: pack generated, 723 bytes
05:45:26.004 [info] UploadPackV2: fetch response 745 bytes
05:45:26.013 [info] UploadPackV2: processing fetch command
05:45:26.013 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.015 [info] UploadPackV2: collected 20 objects, generating pack
05:45:26.016 [info] UploadPackV2: pack generated, 1203 bytes
05:45:26.016 [info] UploadPackV2: fetch response 1225 bytes
05:45:26.025 [info] UploadPackV2: processing fetch command
05:45:26.025 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.026 [info] UploadPackV2: collected 23 objects, generating pack
05:45:26.027 [info] UploadPackV2: pack generated, 1435 bytes
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
113 │ test "repo with 250 refs returns them all via ls-refs", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
.
05:45:26.027 [info] UploadPackV2: fetch response 1457 bytes
05:45:26.043 [info] UploadPackV2: processing fetch command
05:45:26.043 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.057 [info] UploadPackV2: collected 23 objects, generating pack
05:45:26.058 [info] UploadPackV2: pack generated, 1437 bytes
05:45:26.058 [info] UploadPackV2: fetch response 1459 bytes
.
05:45:26.106 [info] UploadPackV2: processing fetch command
└─ 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
05:45:26.239 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:26.246 [info] UploadPackV2: collected 23 objects, generating pack
.
05:45:26.247 [info] UploadPackV2: pack generated, 1437 bytes
.
05:45:26.247 [info] UploadPackV2: fetch response 1459 bytes
.
05:45:26.262 [info] UploadPackV2: processing fetch command
.
05:45:26.262 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:26.262 [info] UploadPackV2: collected 12 objects, generating pack
.
05:45:26.263 [info] UploadPackV2: pack generated, 723 bytes
.
05:45:26.263 [info] UploadPackV2: fetch response 745 bytes
.
05:45:26.268 [info] UploadPackV2: processing fetch command
.
05:45:26.268 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:26.268 [info] UploadPackV2: collected 15 objects, generating pack
.
05:45:26.269 [info] UploadPackV2: pack generated, 956 bytes
.
05:45:26.269 [info] UploadPackV2: fetch response 978 bytes
05:45:26.277 [info] UploadPackV2: processing fetch command
05:45:26.277 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.280 [info] UploadPackV2: collected 16 objects, generating pack
05:45:26.280 [info] UploadPackV2: pack generated, 962 bytes
05:45:26.281 [info] UploadPackV2: fetch response 984 bytes
05:45:26.288 [info] UploadPackV2: processing fetch command
.................
1) property v2 fetch walker reachability invariant pack response contains exactly the BFS-reachable object SHAs (ExGitObjectstore.Protocol.UploadPackV2WalkerPropertyTest)
test/ex_git_objectstore/protocol/upload_pack_v2_walker_property_test.exs:45
Failed with generated values (after 70 successful runs):
* Clause: spec <- graph_spec()
Generated: %{branches: 3, chain_count: 3, chain_lengths: [5, 6, 4], inject_gitlink?: true, gitlink_target: :self, inject_merge?: true}
Reader.parse failed: {:error, :pack_checksum_mismatch}
pack: 4018 bytes
code: check all(
stacktrace:
test/ex_git_objectstore/protocol/upload_pack_v2_walker_property_test.exs:56: anonymous fn/2 in ExGitObjectstore.Protocol.UploadPackV2WalkerPropertyTest."property v2 fetch walker reachability invariant pack response contains exactly the BFS-reachable object SHAs"/1
(stream_data 1.3.0) lib/stream_data.ex:2510: StreamData.check_all/7
test/ex_git_objectstore/protocol/upload_pack_v2_walker_property_test.exs:46: (test)
.......................................................
05:45:26.288 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.289 [info] UploadPackV2: collected 8 objects, generating pack
05:45:26.289 [info] UploadPackV2: pack generated, 482 bytes
05:45:26.289 [info] UploadPackV2: fetch response 504 bytes
05:45:26.294 [info] UploadPackV2: processing fetch command
05:45:26.294 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.296 [info] UploadPackV2: collected 8 objects, generating pack
05:45:26.296 [info] UploadPackV2: pack generated, 482 bytes
05:45:26.296 [info] UploadPackV2: fetch response 504 bytes
05:45:26.301 [info] UploadPackV2: processing fetch command
05:45:26.301 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.303 [info] UploadPackV2: collected 4 objects, generating pack
05:45:26.303 [info] UploadPackV2: pack generated, 241 bytes
05:45:26.303 [info] UploadPackV2: fetch response 263 bytes
05:45:26.308 [info] UploadPackV2: processing fetch command
.
05:45:26.308 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
05:45:26.309 [info] UploadPackV2: collected 15 objects, generating pack
.
05:45:26.309 [info] UploadPackV2: pack generated, 958 bytes
05:45:26.310 [info] UploadPackV2: fetch response 980 bytes
05:45:26.320 [info] UploadPackV2: processing fetch command
05:45:26.320 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.324 [info] UploadPackV2: collected 23 objects, generating pack
05:45:26.324 [info] UploadPackV2: pack generated, 1437 bytes
05:45:26.324 [info] UploadPackV2: fetch response 1459 bytes
05:45:26.336 [info] UploadPackV2: processing fetch command
05:45:26.336 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.338 [info] UploadPackV2: collected 24 objects, generating pack
05:45:26.338 [info] UploadPackV2: pack generated, 1443 bytes
05:45:26.339 [info] UploadPackV2: fetch response 1465 bytes
05:45:26.343 [info] UploadPackV2: processing fetch command
05:45:26.343 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.344 [info] UploadPackV2: collected 8 objects, generating pack
05:45:26.344 [info] UploadPackV2: pack generated, 482 bytes
05:45:26.344 [info] UploadPackV2: fetch response 504 bytes
05:45:26.353 [info] UploadPackV2: processing fetch command
05:45:26.353 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.357 [info] UploadPackV2: collected 39 objects, generating pack
05:45:26.358 [info] UploadPackV2: pack generated, 2347 bytes
05:45:26.358 [info] UploadPackV2: fetch response 2369 bytes
05:45:26.373 [info] UploadPackV2: processing fetch command
05:45:26.373 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.374 [info] UploadPackV2: collected 27 objects, generating pack
05:45:26.375 [info] UploadPackV2: pack generated, 1676 bytes
05:45:26.375 [info] UploadPackV2: fetch response 1698 bytes
05:45:26.384 [info] UploadPackV2: processing fetch command
05:45:26.385 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.386 [info] UploadPackV2: collected 39 objects, generating pack
05:45:26.387 [info] UploadPackV2: pack generated, 2335 bytes
05:45:26.387 [info] UploadPackV2: fetch response 2357 bytes
05:45:26.392 [info] UploadPackV2: processing fetch command
05:45:26.392 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.392 [info] UploadPackV2: collected 7 objects, generating pack
05:45:26.392 [info] UploadPackV2: pack generated, 475 bytes
05:45:26.393 [info] UploadPackV2: fetch response 497 bytes
05:45:26.395 [info] UploadPackV2: processing fetch command
05:45:26.395 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.395 [info] UploadPackV2: collected 19 objects, generating pack
05:45:26.396 [info] UploadPackV2: pack generated, 1194 bytes
05:45:26.396 [info] UploadPackV2: fetch response 1216 bytes
05:45:26.403 [info] UploadPackV2: processing fetch command
05:45:26.403 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.404 [info] UploadPackV2: collected 20 objects, generating pack
05:45:26.404 [info] UploadPackV2: pack generated, 1203 bytes
05:45:26.404 [info] UploadPackV2: fetch response 1225 bytes
05:45:26.408 [info] UploadPackV2: processing fetch command
05:45:26.408 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.410 [info] UploadPackV2: collected 24 objects, generating pack
05:45:26.411 [info] UploadPackV2: pack generated, 1443 bytes
05:45:26.411 [info] UploadPackV2: fetch response 1465 bytes
05:45:26.414 [info] UploadPackV2: processing fetch command
05:45:26.415 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.415 [info] UploadPackV2: collected 11 objects, generating pack
05:45:26.415 [info] UploadPackV2: pack generated, 714 bytes
05:45:26.415 [info] UploadPackV2: fetch response 736 bytes
05:45:26.418 [info] UploadPackV2: processing fetch command
05:45:26.418 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.420 [info] UploadPackV2: collected 19 objects, generating pack
05:45:26.420 [info] UploadPackV2: pack generated, 1196 bytes
05:45:26.420 [info] UploadPackV2: fetch response 1218 bytes
05:45:26.423 [info] UploadPackV2: processing fetch command
05:45:26.423 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.423 [info] UploadPackV2: collected 4 objects, generating pack
05:45:26.423 [info] UploadPackV2: pack generated, 241 bytes
05:45:26.423 [info] UploadPackV2: fetch response 263 bytes
05:45:26.427 [info] UploadPackV2: processing fetch command
05:45:26.427 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.427 [info] UploadPackV2: collected 11 objects, generating pack
05:45:26.428 [info] UploadPackV2: pack generated, 714 bytes
05:45:26.428 [info] UploadPackV2: fetch response 736 bytes
05:45:26.430 [info] UploadPackV2: processing fetch command
05:45:26.430 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.430 [info] UploadPackV2: collected 19 objects, generating pack
05:45:26.431 [info] UploadPackV2: pack generated, 1145 bytes
05:45:26.431 [info] UploadPackV2: fetch response 1167 bytes
05:45:26.437 [info] UploadPackV2: processing fetch command
05:45:26.438 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.440 [info] UploadPackV2: collected 66 objects, generating pack
05:45:26.442 [info] UploadPackV2: pack generated, 4019 bytes
05:45:26.442 [info] UploadPackV2: fetch response 4041 bytes
05:45:26.446 [info] UploadPackV2: processing fetch command
05:45:26.446 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.448 [info] UploadPackV2: collected 63 objects, generating pack
05:45:26.450 [info] UploadPackV2: pack generated, 3777 bytes
05:45:26.450 [info] UploadPackV2: fetch response 3799 bytes
05:45:26.459 [info] UploadPackV2: processing fetch command
05:45:26.459 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.461 [info] UploadPackV2: collected 63 objects, generating pack
05:45:26.462 [info] UploadPackV2: pack generated, 3785 bytes
05:45:26.462 [info] UploadPackV2: fetch response 3807 bytes
05:45:26.476 [info] UploadPackV2: processing fetch command
05:45:26.476 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.483 [info] UploadPackV2: collected 50 objects, generating pack
05:45:26.484 [info] UploadPackV2: pack generated, 3060 bytes
05:45:26.484 [info] UploadPackV2: fetch response 3082 bytes
05:45:26.501 [info] UploadPackV2: processing fetch command
05:45:26.501 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.507 [info] UploadPackV2: collected 58 objects, generating pack
05:45:26.508 [info] UploadPackV2: pack generated, 3537 bytes
05:45:26.508 [info] UploadPackV2: fetch response 3559 bytes
05:45:26.525 [info] UploadPackV2: processing fetch command
05:45:26.525 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.527 [info] UploadPackV2: collected 62 objects, generating pack
05:45:26.528 [info] UploadPackV2: pack generated, 3779 bytes
05:45:26.528 [info] UploadPackV2: fetch response 3801 bytes
05:45:26.536 [info] UploadPackV2: processing fetch command
05:45:26.536 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.541 [info] UploadPackV2: collected 54 objects, generating pack
05:45:26.542 [info] UploadPackV2: pack generated, 3295 bytes
05:45:26.542 [info] UploadPackV2: fetch response 3317 bytes
05:45:26.549 [info] UploadPackV2: processing fetch command
05:45:26.549 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.551 [info] UploadPackV2: collected 62 objects, generating pack
05:45:26.552 [info] UploadPackV2: pack generated, 3780 bytes
05:45:26.552 [info] UploadPackV2: fetch response 3802 bytes
05:45:26.562 [info] UploadPackV2: processing fetch command
05:45:26.562 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.563 [info] UploadPackV2: collected 58 objects, generating pack
05:45:26.564 [info] UploadPackV2: pack generated, 3541 bytes
05:45:26.565 [info] UploadPackV2: fetch response 3563 bytes
05:45:26.572 [info] UploadPackV2: processing fetch command
05:45:26.572 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.574 [info] UploadPackV2: collected 62 objects, generating pack
05:45:26.575 [info] UploadPackV2: pack generated, 3780 bytes
05:45:26.575 [info] UploadPackV2: fetch response 3802 bytes
05:45:26.585 [info] UploadPackV2: processing fetch command
05:45:26.585 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:26.586 [info] UploadPackV2: collected 27 objects, generating pack
05:45:26.586 [info] UploadPackV2: pack generated, 1678 bytes
05:45:26.586 [info] UploadPackV2: fetch response 1700 bytes
....................................
05:45:29.678 [info] UploadPackV2: processing ls-refs command
05:45:29.680 [info] UploadPackV2: processing fetch command
05:45:29.680 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:29.681 [info] UploadPackV2: collected 6 objects, generating pack
05:45:29.681 [info] UploadPackV2: pack generated, 366 bytes
05:45:29.681 [info] UploadPackV2: fetch response 388 bytes
05:45:29.710 [info] UploadPackV2: processing ls-refs command
.
05:45:29.797 [info] UploadPackV2: processing fetch command
05:45:29.797 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:29.798 [info] UploadPackV2: collected 3 objects, generating pack
05:45:29.798 [info] UploadPackV2: pack generated, 183 bytes
05:45:29.798 [info] UploadPackV2: fetch response 205 bytes
.
05:45:29.820 [info] UploadPackV2: processing ls-refs command
05:45:29.823 [info] UploadPackV2: processing fetch command
05:45:29.823 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:29.823 [info] UploadPackV2: collected 9 objects, generating pack
05:45:29.824 [info] UploadPackV2: pack generated, 549 bytes
05:45:29.824 [info] UploadPackV2: fetch response 571 bytes
05:45:29.846 [info] UploadPackV2: processing ls-refs command
..
05:45:29.900 [info] UploadPackV2: processing ls-refs command
05:45:29.903 [info] UploadPackV2: processing fetch command
05:45:29.903 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:29.904 [info] UploadPackV2: collected 15 objects, generating pack
05:45:29.904 [info] UploadPackV2: pack generated, 919 bytes
05:45:29.904 [info] UploadPackV2: fetch response 941 bytes
.
05:45:29.935 [info] UploadPackV2: processing ls-refs command
05:45:29.937 [info] UploadPackV2: processing fetch command
05:45:29.937 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:29.938 [info] UploadPackV2: collected 3 objects, generating pack
05:45:29.938 [info] UploadPackV2: pack generated, 183 bytes
05:45:29.938 [info] UploadPackV2: fetch response 205 bytes
.
05:45:29.980 [info] UploadPackV2: processing ls-refs command
05:45:29.982 [info] UploadPackV2: processing fetch command
05:45:29.982 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:29.987 [info] UploadPackV2: collected 180 objects, generating pack
05:45:29.992 [info] UploadPackV2: pack generated, 11106 bytes
05:45:29.992 [info] UploadPackV2: fetch response 11128 bytes
...............................
05:45:45.169 [info] UploadPackV2: processing ls-refs command
05:45:45.171 [info] UploadPackV2: processing fetch command
05:45:45.171 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:45:45.171 [info] UploadPackV2: collected 3 objects, generating pack
05:45:45.172 [info] UploadPackV2: pack generated, 201 bytes
05:45:45.172 [info] UploadPackV2: fetch response 223 bytes
.
05:46:00.297 [info] UploadPackV2: processing ls-refs command
05:46:00.299 [info] UploadPackV2: processing fetch command
05:46:00.299 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:46:00.300 [info] UploadPackV2: collected 6 objects, generating pack
05:46:00.300 [info] UploadPackV2: pack generated, 365 bytes
05:46:00.300 [info] UploadPackV2: fetch response 387 bytes
.
05:46:15.429 [info] UploadPackV2: processing ls-refs command
05:46:15.431 [info] UploadPackV2: processing fetch command
05:46:15.431 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:46:15.432 [info] UploadPackV2: collected 6 objects, generating pack
05:46:15.432 [info] UploadPackV2: pack generated, 365 bytes
05:46:15.432 [info] UploadPackV2: fetch response 387 bytes
.
05:46:15.509 [info] UploadPackV2: processing ls-refs command
05:46:15.511 [info] UploadPackV2: processing fetch command
05:46:15.511 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:46:15.511 [info] UploadPackV2: collected 3 objects, generating pack
05:46:15.511 [info] UploadPackV2: pack generated, 183 bytes
05:46:15.511 [info] UploadPackV2: fetch response 205 bytes
...
05:46:45.785 [info] UploadPackV2: processing ls-refs command
05:46:45.787 [info] UploadPackV2: processing fetch command
05:46:45.787 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:46:45.788 [info] UploadPackV2: collected 3 objects, generating pack
05:46:45.788 [info] UploadPackV2: pack generated, 183 bytes
05:46:45.788 [info] UploadPackV2: fetch response 205 bytes
....
05:47:46.080 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :start]--576460752303413055" 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
05:47:46.080 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :stop]--576460752303413023" 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
.
05:47:46.081 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :start]--576460752303418012" 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
05:47:46.082 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :stop]--576460752303417980" 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
.
05:47:46.082 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :start]--576460752303417948" 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
05:47:46.083 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :stop]--576460752303417916" 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
.
05:47:46.083 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :start]--576460752303417884" 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
05:47:46.084 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :stop]--576460752303417852" 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
.
05:47:46.084 [info] The function passed as a handler with ID "graph-query-test-10530" 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
.........
05:47:46.103 [info] The function passed as a handler with ID "graph-query-test-12324" 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
...
05:47:46.107 [info] The function passed as a handler with ID "graph-query-test-20483" 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
.
05:47:46.181 [info] UploadPackV2: processing ls-refs command
05:47:46.182 [info] UploadPackV2: processing fetch command
05:47:46.182 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
05:47:46.183 [info] UploadPackV2: collected 3 objects, generating pack
05:47:46.183 [info] UploadPackV2: pack generated, 200 bytes
05:47:46.183 [info] UploadPackV2: fetch response 256 bytes
.
05:47:46.241 [info] UploadPackV2: processing ls-refs command
05:47:46.242 [info] UploadPackV2: processing fetch command
05:47:46.242 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:47:46.243 [info] UploadPackV2: collected 3 objects, generating pack
05:47:46.243 [info] UploadPackV2: pack generated, 185 bytes
05:47:46.243 [info] UploadPackV2: fetch response 207 bytes
05:47:46.301 [info] UploadPackV2: processing ls-refs command
.
05:47:46.357 [info] UploadPackV2: processing ls-refs command
05:47:46.358 [info] UploadPackV2: processing fetch command
05:47:46.359 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:47:46.359 [info] UploadPackV2: collected 15 objects, generating pack
05:47:46.360 [info] UploadPackV2: pack generated, 952 bytes
05:47:46.360 [info] UploadPackV2: fetch response 974 bytes
.
05:47:46.425 [info] UploadPackV2: processing ls-refs command
05:47:46.426 [info] UploadPackV2: processing fetch command
05:47:46.426 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:47:46.427 [info] UploadPackV2: collected 3 objects, generating pack
05:47:46.427 [info] UploadPackV2: pack generated, 196 bytes
05:47:46.427 [info] UploadPackV2: fetch response 218 bytes
.
05:47:46.489 [info] UploadPackV2: processing ls-refs command
05:47:46.490 [info] UploadPackV2: processing fetch command
05:47:46.491 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:47:46.491 [info] UploadPackV2: collected 3 objects, generating pack
05:47:46.491 [info] UploadPackV2: pack generated, 185 bytes
05:47:46.491 [info] UploadPackV2: fetch response 207 bytes
..
05:48:01.629 [info] UploadPackV2: processing ls-refs command
05:48:01.631 [info] UploadPackV2: processing fetch command
05:48:01.631 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:01.632 [info] UploadPackV2: collected 3 objects, generating pack
05:48:01.632 [info] UploadPackV2: pack generated, 196 bytes
05:48:01.632 [info] UploadPackV2: fetch response 218 bytes
.
05:48:01.701 [info] UploadPackV2: processing ls-refs command
05:48:01.701 [info] UploadPackV2: processing ls-refs command
05:48:01.703 [info] UploadPackV2: processing fetch command
05:48:01.703 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:01.703 [info] UploadPackV2: processing fetch command
05:48:01.703 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:01.704 [info] UploadPackV2: collected 6 objects, generating pack
05:48:01.704 [info] UploadPackV2: collected 6 objects, generating pack
05:48:01.704 [info] UploadPackV2: pack generated, 365 bytes
05:48:01.704 [info] UploadPackV2: fetch response 387 bytes
05:48:01.705 [info] UploadPackV2: pack generated, 365 bytes
05:48:01.705 [info] UploadPackV2: fetch response 387 bytes
.
05:48:01.777 [info] UploadPackV2: processing ls-refs command
05:48:01.779 [info] UploadPackV2: processing fetch command
05:48:01.779 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:01.779 [info] UploadPackV2: collected 9 objects, generating pack
05:48:01.780 [info] UploadPackV2: pack generated, 547 bytes
05:48:01.780 [info] UploadPackV2: fetch response 569 bytes
05:48:01.845 [info] UploadPackV2: processing ls-refs command
.
05:48:01.850 [info] UploadPackV2: processing fetch command
05:48:01.850 [info] UploadPackV2.handle_fetch: 1 wants, 3 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:01.851 [info] UploadPackV2: collected 3 objects, generating pack
.
05:48:01.851 [info] UploadPackV2: pack generated, 183 bytes
05:48:01.851 [info] UploadPackV2: fetch response 205 bytes
05:48:01.917 [info] UploadPackV2: processing ls-refs command
05:48:01.919 [info] UploadPackV2: processing fetch command
05:48:01.919 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:01.922 [info] UploadPackV2: collected 90 objects, generating pack
05:48:01.924 [info] UploadPackV2: pack generated, 5649 bytes
05:48:01.924 [info] UploadPackV2: fetch response 5671 bytes
05:48:02.193 [info] UploadPackV2: processing ls-refs command
.
05:48:02.245 [info] UploadPackV2: processing ls-refs command
05:48:02.246 [info] UploadPackV2: processing fetch command
05:48:02.246 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:02.247 [info] UploadPackV2: collected 6 objects, generating pack
05:48:02.247 [info] UploadPackV2: pack generated, 365 bytes
05:48:02.247 [info] UploadPackV2: fetch response 387 bytes
05:48:02.264 [info] UploadPackV2: processing fetch command
05:48:02.264 [info] UploadPackV2.handle_fetch: 0 wants, 2 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
05:48:02.264 [info] UploadPackV2: fetch response 122 bytes
.
05:48:02.325 [info] UploadPackV2: processing ls-refs command
05:48:02.326 [info] UploadPackV2: processing fetch command
05:48:02.326 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
05:48:02.326 [info] UploadPackV2: collected 3 objects, generating pack
05:48:02.326 [info] UploadPackV2: pack generated, 216 bytes
05:48:02.326 [info] UploadPackV2: fetch response 346 bytes
.
05:48:02.397 [info] UploadPackV2: processing ls-refs command
05:48:02.398 [info] UploadPackV2: processing fetch command
05:48:02.398 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:02.399 [info] UploadPackV2: collected 6 objects, generating pack
05:48:02.399 [info] UploadPackV2: pack generated, 365 bytes
05:48:02.399 [info] UploadPackV2: fetch response 387 bytes
.
05:48:17.461 [info] UploadPackV2: processing ls-refs command
05:48:17.463 [info] UploadPackV2: processing fetch command
05:48:17.463 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:17.463 [info] UploadPackV2: collected 6 objects, generating pack
05:48:17.464 [info] UploadPackV2: pack generated, 366 bytes
05:48:17.464 [info] UploadPackV2: fetch response 388 bytes
05:48:17.521 [info] UploadPackV2: processing ls-refs command
05:48:17.522 [info] UploadPackV2: processing fetch command
05:48:17.522 [info] UploadPackV2.handle_fetch: 1 wants, 2 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
05:48:17.522 [info] UploadPackV2: fetch response 32 bytes
05:48:17.523 [info] UploadPackV2: processing fetch command
05:48:17.523 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:17.523 [info] UploadPackV2: collected 3 objects, generating pack
05:48:17.523 [info] UploadPackV2: pack generated, 183 bytes
05:48:17.523 [info] UploadPackV2: fetch response 205 bytes
.
05:48:17.665 [info] UploadPackV2: processing ls-refs command
05:48:17.666 [info] UploadPackV2: processing fetch command
05:48:17.666 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:17.667 [info] UploadPackV2: collected 6 objects, generating pack
05:48:17.667 [info] UploadPackV2: pack generated, 365 bytes
05:48:17.667 [info] UploadPackV2: fetch response 387 bytes
05:48:19.557 [info] UploadPackV2: processing ls-refs command
.....***********
05:48:20.797 [info] The function passed as a handler with ID "telemetry-test-13634" 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
05:48:20.799 [info] UploadPackV2: processing fetch command
05:48:20.799 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:48:20.799 [info] UploadPackV2: collected 2 objects, generating pack
05:48:20.799 [info] UploadPackV2: pack generated, 169 bytes
05:48:20.799 [info] UploadPackV2: fetch response 191 bytes
.
05:48:20.802 [info] The function passed as a handler with ID "telemetry-test-13666" 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
.
05:48:35.863 [info] The function passed as a handler with ID "telemetry-test-13698" 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
05:48:35.864 [info] UploadPackV2: processing fetch command
.
05:48:35.864 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
05:48:35.864 [info] UploadPackV2: collected 3 objects, generating pack
05:48:35.865 [info] UploadPackV2: pack generated, 183 bytes
05:48:35.865 [info] UploadPackV2: fetch response 205 bytes
05:48:35.865 [info] The function passed as a handler with ID "telemetry-test-13730" 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
05:48:35.866 [info] UploadPackV2: processing fetch command
05:48:35.866 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:35.867 [info] UploadPackV2: collected 3 objects, generating pack
05:48:35.867 [info] UploadPackV2: pack generated, 186 bytes
.
05:48:35.867 [info] UploadPackV2: fetch response 208 bytes
05:48:36.009 [info] UploadPackV2: processing ls-refs command
05:48:36.010 [info] UploadPackV2: processing fetch command
05:48:36.010 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
05:48:36.011 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.011 [info] UploadPackV2: pack generated, 231 bytes
05:48:36.011 [info] UploadPackV2: fetch response 327 bytes
.
05:48:36.029 [info] UploadPackV2: processing fetch command
05:48:36.029 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.029 [info] UploadPackV2: collected 0 objects, generating pack
05:48:36.029 [info] UploadPackV2: pack generated, 32 bytes
05:48:36.029 [info] UploadPackV2: fetch response 54 bytes
.
05:48:36.277 [info] UploadPackV2: processing ls-refs command
.
05:48:36.329 [info] UploadPackV2: processing ls-refs command
.
05:48:36.417 [info] UploadPackV2: processing ls-refs command
05:48:36.418 [info] UploadPackV2: processing fetch command
05:48:36.418 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.440 [info] UploadPackV2: collected 600 objects, generating pack
05:48:36.457 [info] UploadPackV2: pack generated, 45197 bytes
05:48:36.457 [info] UploadPackV2: fetch response 45219 bytes
.
05:48:36.541 [info] UploadPackV2: processing ls-refs command
05:48:36.542 [info] UploadPackV2: processing fetch command
05:48:36.542 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.548 [info] UploadPackV2: collected 240 objects, generating pack
05:48:36.552 [info] UploadPackV2: pack generated, 16258 bytes
05:48:36.552 [info] UploadPackV2: fetch response 16280 bytes
.
05:48:36.569 [info] UploadPackV2: processing fetch command
05:48:36.569 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.570 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.570 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.570 [info] UploadPackV2: fetch response 205 bytes
05:48:36.570 [info] UploadPackV2: processing fetch command
05:48:36.570 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.570 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.570 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.570 [info] UploadPackV2: fetch response 205 bytes
05:48:36.570 [info] UploadPackV2: processing fetch command
05:48:36.570 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.571 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.571 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.571 [info] UploadPackV2: fetch response 205 bytes
05:48:36.571 [info] UploadPackV2: processing fetch command
05:48:36.571 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.571 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.571 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.571 [info] UploadPackV2: fetch response 205 bytes
05:48:36.572 [info] UploadPackV2: processing fetch command
05:48:36.572 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.572 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.572 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.572 [info] UploadPackV2: fetch response 205 bytes
05:48:36.572 [info] UploadPackV2: processing fetch command
05:48:36.572 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.572 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.573 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.573 [info] UploadPackV2: fetch response 205 bytes
05:48:36.573 [info] UploadPackV2: processing fetch command
05:48:36.573 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.573 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.573 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.573 [info] UploadPackV2: fetch response 205 bytes
05:48:36.573 [info] UploadPackV2: processing fetch command
05:48:36.573 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.574 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.574 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.574 [info] UploadPackV2: fetch response 205 bytes
05:48:36.574 [info] UploadPackV2: processing fetch command
05:48:36.574 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.574 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.574 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.574 [info] UploadPackV2: fetch response 205 bytes
05:48:36.574 [info] UploadPackV2: processing fetch command
05:48:36.575 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.575 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.575 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.575 [info] UploadPackV2: fetch response 205 bytes
05:48:36.575 [info] UploadPackV2: processing fetch command
05:48:36.575 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.575 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.576 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.576 [info] UploadPackV2: fetch response 205 bytes
05:48:36.576 [info] UploadPackV2: processing fetch command
05:48:36.576 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.576 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.576 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.576 [info] UploadPackV2: fetch response 205 bytes
05:48:36.576 [info] UploadPackV2: processing fetch command
05:48:36.576 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.577 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.577 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.577 [info] UploadPackV2: fetch response 205 bytes
05:48:36.577 [info] UploadPackV2: processing fetch command
05:48:36.577 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.577 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.577 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.577 [info] UploadPackV2: fetch response 205 bytes
05:48:36.577 [info] UploadPackV2: processing fetch command
05:48:36.577 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.578 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.578 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.578 [info] UploadPackV2: fetch response 205 bytes
05:48:36.578 [info] UploadPackV2: processing fetch command
05:48:36.578 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.578 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.578 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.579 [info] UploadPackV2: fetch response 205 bytes
05:48:36.579 [info] UploadPackV2: processing fetch command
05:48:36.579 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.579 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.579 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.579 [info] UploadPackV2: fetch response 205 bytes
05:48:36.579 [info] UploadPackV2: processing fetch command
05:48:36.579 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.579 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.580 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.580 [info] UploadPackV2: fetch response 205 bytes
05:48:36.580 [info] UploadPackV2: processing fetch command
05:48:36.580 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.580 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.580 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.580 [info] UploadPackV2: fetch response 205 bytes
05:48:36.580 [info] UploadPackV2: processing fetch command
05:48:36.580 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.581 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.581 [info] UploadPackV2: pack generated, 183 bytes
05:48:36.581 [info] UploadPackV2: fetch response 205 bytes
05:48:36.581 [info] UploadPackV2: processing fetch command
05:48:36.581 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:36.581 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.581 [info] UploadPackV2: pack generated, 183 bytes
.
05:48:36.581 [info] UploadPackV2: fetch response 205 bytes
.
05:48:36.633 [info] UploadPackV2: processing ls-refs command
05:48:36.634 [info] UploadPackV2: processing fetch command
05:48:36.634 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
05:48:36.635 [info] UploadPackV2: collected 9 objects, generating pack
05:48:36.635 [info] UploadPackV2: pack generated, 585 bytes
05:48:36.635 [info] UploadPackV2: fetch response 681 bytes
.
05:48:36.697 [info] UploadPackV2: processing ls-refs command
05:48:36.700 [info] UploadPackV2: processing fetch command
05:48:36.700 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:tree_depth, 0}, send_packfile=true
05:48:36.701 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.701 [info] UploadPackV2: pack generated, 381 bytes
05:48:36.701 [info] UploadPackV2: fetch response 403 bytes
.
05:48:36.761 [info] UploadPackV2: processing ls-refs command
..
05:48:36.813 [info] UploadPackV2: processing ls-refs command
05:48:36.814 [info] UploadPackV2: processing fetch command
05:48:36.814 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
05:48:36.815 [info] UploadPackV2: collected 3 objects, generating pack
05:48:36.815 [info] UploadPackV2: pack generated, 216 bytes
05:48:36.815 [info] UploadPackV2: fetch response 312 bytes
05:48:36.873 [info] UploadPackV2: processing ls-refs command
05:48:36.874 [info] UploadPackV2: processing fetch command
05:48:36.874 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
05:48:36.874 [info] UploadPackV2: collected 12 objects, generating pack
05:48:36.875 [info] UploadPackV2: pack generated, 768 bytes
05:48:36.875 [info] UploadPackV2: fetch response 1002 bytes
.
05:48:36.929 [info] UploadPackV2: processing ls-refs command
05:48:36.932 [info] UploadPackV2: processing fetch command
05:48:36.932 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:sparse_oid, "4f00cd9a7367fae9a753bdda17205e0f324aa8ae"}, send_packfile=true
05:48:36.933 [info] UploadPackV2: collected 5 objects, generating pack
05:48:36.933 [info] UploadPackV2: pack generated, 319 bytes
05:48:36.933 [info] UploadPackV2: fetch response 341 bytes
.
05:48:36.997 [info] UploadPackV2: processing ls-refs command
.
05:48:37.049 [info] UploadPackV2: processing ls-refs command
05:48:37.052 [info] UploadPackV2: processing fetch command
05:48:37.052 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:object_type, :commit}, send_packfile=true
05:48:37.053 [info] UploadPackV2: collected 3 objects, generating pack
05:48:37.053 [info] UploadPackV2: pack generated, 381 bytes
05:48:37.053 [info] UploadPackV2: fetch response 403 bytes
.
05:48:37.121 [info] UploadPackV2: processing ls-refs command
05:48:37.122 [info] UploadPackV2: processing fetch command
05:48:37.122 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
05:48:37.123 [info] UploadPackV2: collected 3 objects, generating pack
05:48:37.123 [info] UploadPackV2: pack generated, 216 bytes
05:48:37.123 [info] UploadPackV2: fetch response 312 bytes
.
05:48:37.185 [info] UploadPackV2: processing ls-refs command
05:48:37.188 [info] UploadPackV2: processing fetch command
05:48:37.188 [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
05:48:37.189 [info] UploadPackV2: collected 6 objects, generating pack
05:48:37.189 [info] UploadPackV2: pack generated, 513 bytes
05:48:37.189 [info] UploadPackV2: fetch response 535 bytes
.
05:48:37.245 [info] UploadPackV2: processing ls-refs command
.
05:48:37.293 [info] UploadPackV2: processing ls-refs command
05:48:37.296 [info] UploadPackV2: processing fetch command
05:48:37.296 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
05:48:37.296 [info] UploadPackV2: collected 6 objects, generating pack
05:48:37.297 [info] UploadPackV2: pack generated, 513 bytes
05:48:37.297 [info] UploadPackV2: fetch response 535 bytes
.
05:48:37.361 [info] UploadPackV2: processing ls-refs command
.
05:48:37.409 [info] UploadPackV2: processing ls-refs command
05:48:37.410 [info] UploadPackV2: processing fetch command
05:48:37.410 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
05:48:37.411 [info] UploadPackV2: collected 9 objects, generating pack
05:48:37.411 [info] UploadPackV2: pack generated, 549 bytes
05:48:37.411 [info] UploadPackV2: fetch response 571 bytes
05:48:37.425 [info] UploadPackV2: processing fetch command
05:48:37.425 [info] UploadPackV2.handle_fetch: 0 wants, 3 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
05:48:37.426 [info] UploadPackV2: fetch response 171 bytes
.
05:48:37.477 [info] UploadPackV2: processing ls-refs command
05:48:37.478 [info] UploadPackV2: processing fetch command
05:48:37.478 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
05:48:37.479 [info] UploadPackV2: collected 3 objects, generating pack
05:48:37.479 [info] UploadPackV2: pack generated, 218 bytes
05:48:37.479 [info] UploadPackV2: fetch response 314 bytes
.
Finished in 198.9 seconds (11.0s async, 187.8s sync)
2 properties, 1020 tests, 1 failure, 51 excluded, 11 skipped
Exporting cover results ...
Run "mix test.coverage" once all exports complete