fangorn/ex_git_objectstore
public
ref:main
test passed
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 11, 2026 at 15:03 UTC
Completed: May 11, 2026 at 15:07 UTC
Duration: 3m 45s
Exit code:
0
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 [8691 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 [299 kB]
Fetched 9251 kB in 2s (4236 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 24 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 bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u4 [32.5 kB]
Get:9 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u4 [80.2 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 bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u4 [314 kB]
Get:12 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u4 [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 bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 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 3s (6007 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+deb12u4_arm64.deb ...
Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u4) ...
Selecting previously unselected package libk5crypto3:arm64.
Preparing to unpack .../07-libk5crypto3_1.20.1-2+deb12u4_arm64.deb ...
Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u4) ...
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+deb12u4_arm64.deb ...
Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u4) ...
Selecting previously unselected package libgssapi-krb5-2:arm64.
Preparing to unpack .../10-libgssapi-krb5-2_1.20.1-2+deb12u4_arm64.deb ...
Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u4) ...
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+deb12u2_arm64.deb ...
Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ...
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+deb12u2) ...
Setting up libkrb5support0:arm64 (1.20.1-2+deb12u4) ...
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+deb12u4) ...
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+deb12u4) ...
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+deb12u4) ...
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 4 files (.ex)
Generated ex_git_objectstore app
Cover compiling modules ...
Running ExUnit with seed: 864530, max_cases: 8
Excluding tags: [:s3]
warning: variable "parent" is unused (if the variable is not meant to be used, prefix it with an underscore)
│
497 │ {_tip, parent} =
│ ~~~~~~
│
└─ test/ex_git_objectstore/integration/upload_pack_v2_negotiation_test.exs:497:12: ExGitObjectstore.Integration.UploadPackV2NegotiationTest.fresh_repo/2
.......................
15:04:07.188 [info] The function passed as a handler with ID #Reference<0.2602037947.3113746434.140015> is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
..............................................................................
15:04:07.572 [warning] post_receive hook failed: "webhook failed"
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
│
113 │ test "repo with 250 refs returns them all via ls-refs", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
│
└─ test/ex_git_objectstore/integration/upload_pack_v2_dataplane_test.exs:113:72: ExGitObjectstore.Integration.UploadPackV2DataplaneTest."test scale repo with 250 refs returns them all via ls-refs"/1
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
│
152 │ %{tmp_dir: tmp_dir} do
│ ~~~~~~~
│
└─ test/ex_git_objectstore/integration/upload_pack_v2_dataplane_test.exs:152:21: ExGitObjectstore.Integration.UploadPackV2DataplaneTest."test scale ref-prefix filter applies server-side (doesn't return all refs)"/1
warning: 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)
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)
...............................................................................................................................................................................................................................................................................................................................................................................................
15:04:11.887 [info] The function passed as a handler with ID #Reference<0.2602037947.3113746435.214397> is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
│
35 │ test "symrefs resolves HEAD to its target branch", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
│
└─ test/ex_git_objectstore/integration/upload_pack_v2_capabilities_test.exs:35:67: ExGitObjectstore.Integration.UploadPackV2CapabilitiesTest."test ls-refs symrefs resolves HEAD to its target branch"/1
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
│
60 │ test "peel exposes annotated tag targets", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
│
└─ test/ex_git_objectstore/integration/upload_pack_v2_capabilities_test.exs:60:59: ExGitObjectstore.Integration.UploadPackV2CapabilitiesTest."test ls-refs peel exposes annotated tag targets"/1
warning: variable "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
.........................................................................................................................................................................................................................................................................................
15:04:14.948 [info] UploadPackV2: processing fetch command
15:04:14.948 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:14.954 [info] UploadPackV2: collected 90 objects, generating pack
15:04:14.957 [info] UploadPackV2: pack generated, 5946 bytes
15:04:14.957 [info] UploadPackV2: fetch response 5968 bytes
.
15:04:14.970 [info] UploadPackV2: processing ls-refs command
15:04:14.971 [info] UploadPackV2: processing fetch command
15:04:14.971 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:14.972 [info] UploadPackV2: collected 3 objects, generating pack
.
15:04:14.972 [info] UploadPackV2: pack generated, 206 bytes
15:04:14.973 [info] UploadPackV2: fetch response 228 bytes
15:04:14.981 [info] UploadPackV2: processing fetch command
15:04:14.981 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:14.982 [info] UploadPackV2: collected 3 objects, streaming pack
15:04:14.989 [info] UploadPackV2: streamed pack 71877 bytes, 3 objects
15:04:14.989 [info] UploadPackV2: fetch streamed 71877 pack bytes, 3 objects
...........
15:04:15.064 [info] UploadPackV2: processing fetch command
15:04:15.064 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:15.112 [info] UploadPackV2: collected 600 objects, generating pack
15:04:15.126 [info] UploadPackV2: pack generated, 39862 bytes
15:04:15.126 [info] UploadPackV2: fetch response 39884 bytes
.......
15:04:15.187 [info] UploadPackV2: processing ls-refs command
15:04:15.187 [info] UploadPackV2: processing fetch command
15:04:15.188 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:15.188 [info] UploadPackV2: collected 3 objects, generating pack
15:04:15.188 [info] UploadPackV2: pack generated, 210 bytes
15:04:15.188 [info] UploadPackV2: fetch response 232 bytes
.
15:04:15.202 [info] UploadPackV2: processing fetch command
15:04:15.202 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:15.202 [info] UploadPackV2: collected 3 objects, generating pack
15:04:15.202 [info] UploadPackV2: pack generated, 191 bytes
.
15:04:15.202 [info] UploadPackV2: fetch response 213 bytes
.
15:04:15.203 [info] UploadPackV2: processing fetch command
.
15:04:15.203 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:15.203 [info] UploadPackV2: collected 3 objects, generating pack
15:04:15.203 [info] UploadPackV2: pack generated, 223 bytes
15:04:15.203 [info] UploadPackV2: fetch response 245 bytes
15:04:15.204 [info] UploadPackV2: processing fetch command
15:04:15.204 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:15.204 [info] UploadPackV2: collected 3 objects, generating pack
15:04:15.204 [info] UploadPackV2: pack generated, 195 bytes
15:04:15.204 [info] UploadPackV2: fetch response 217 bytes
15:04:15.236 [info] UploadPackV2: processing fetch command
15:04:15.236 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:15.252 [info] UploadPackV2: collected 700 objects, generating pack
15:04:15.262 [info] UploadPackV2: pack generated, 48139 bytes
15:04:15.263 [info] UploadPackV2: fetch response 48161 bytes
.
15:04:15.335 [info] UploadPackV2: processing fetch command
.
15:04:15.336 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:04:15.336 [info] UploadPackV2: collected 0 objects, generating pack
.
15:04:15.336 [info] UploadPackV2: pack generated, 32 bytes
.
15:04:15.336 [info] UploadPackV2: fetch response 54 bytes
.
15:04:15.336 [info] UploadPackV2: processing ls-refs command
.
15:04:15.336 [info] UploadPackV2: processing ls-refs command
.
15:04:15.337 [info] UploadPackV2: processing ls-refs command
.
15:04:15.337 [info] UploadPackV2: processing fetch command
.
15:04:15.337 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
15:04:15.337 [info] UploadPackV2: collected 3 objects, streaming pack
.
15:04:15.337 [info] UploadPackV2: streamed pack 199 bytes, 3 objects
.
15:04:15.337 [info] UploadPackV2: fetch streamed 199 pack bytes, 3 objects
....
15:04:15.338 [info] UploadPackV2: processing ls-refs command
15:04:15.339 [info] UploadPackV2: processing fetch command
15:04:15.339 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:15.339 [info] UploadPackV2: collected 3 objects, generating pack
15:04:15.339 [info] UploadPackV2: pack generated, 191 bytes
15:04:15.339 [info] UploadPackV2: fetch response 213 bytes
15:04:15.339 [info] UploadPackV2: processing fetch command
15:04:15.339 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:15.339 [info] UploadPackV2: collected 3 objects, generating pack
15:04:15.340 [info] UploadPackV2: pack generated, 191 bytes
15:04:15.340 [info] UploadPackV2: fetch response 213 bytes
15:04:15.340 [info] UploadPackV2: processing fetch command
15:04:15.341 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:15.341 [info] UploadPackV2: collected 15 objects, generating pack
15:04:15.341 [info] UploadPackV2: pack generated, 984 bytes
15:04:15.341 [info] UploadPackV2: fetch response 1006 bytes
15:04:15.341 [info] UploadPackV2: processing fetch command
15:04:15.341 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:15.342 [info] UploadPackV2: collected 15 objects, streaming pack
15:04:15.342 [info] UploadPackV2: streamed pack 984 bytes, 15 objects
15:04:15.342 [info] UploadPackV2: fetch streamed 984 pack bytes, 15 objects
15:04:15.343 [info] UploadPackV2: processing fetch command
15:04:15.343 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:15.344 [info] UploadPackV2: collected 15 objects, generating pack
15:04:15.344 [info] UploadPackV2: pack generated, 984 bytes
15:04:15.344 [info] UploadPackV2: fetch response 1006 bytes
15:04:15.346 [info] UploadPackV2: processing fetch command
15:04:15.346 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
15:04:15.346 [info] UploadPackV2: fetch response 73 bytes
15:04:15.346 [info] UploadPackV2: processing fetch command
15:04:15.346 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
15:04:15.346 [info] UploadPackV2: fetch streamed 0 pack bytes, 0 objects
15:04:15.347 [info] UploadPackV2: processing fetch command
15:04:15.347 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:15.347 [info] UploadPackV2: collected 6 objects, generating pack
15:04:15.347 [info] UploadPackV2: pack generated, 414 bytes
15:04:15.347 [info] UploadPackV2: fetch response 436 bytes
15:04:15.348 [info] UploadPackV2: processing fetch command
15:04:15.348 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:15.348 [info] UploadPackV2: collected 3 objects, generating pack
15:04:15.348 [info] UploadPackV2: pack generated, 195 bytes
15:04:15.348 [info] UploadPackV2: fetch response 217 bytes
15:04:15.348 [error] UploadPackV2: parse_command failed: {:unknown_command, "invalid"}
15:04:15.349 [error] UploadPackV2: parse_command failed: {:invalid_pkt_hex, "garb"}
15:04:15.349 [info] UploadPackV2: processing fetch command
15:04:15.349 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:15.349 [info] UploadPackV2: collected 3 objects, generating pack
15:04:15.350 [info] UploadPackV2: pack generated, 194 bytes
15:04:15.350 [info] UploadPackV2: fetch response 216 bytes
..............
15:04:17.368 [info] UploadPackV2: processing fetch command
15:04:17.368 [info] UploadPackV2.handle_fetch: 1 wants, 3 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:17.368 [info] UploadPackV2: collected 3 objects, generating pack
15:04:17.369 [info] UploadPackV2: pack generated, 183 bytes
15:04:17.369 [info] UploadPackV2: fetch response 205 bytes
.
15:04:17.434 [info] UploadPackV2: processing ls-refs command
15:04:17.435 [info] UploadPackV2: processing fetch command
15:04:17.436 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:17.436 [info] UploadPackV2: collected 6 objects, generating pack
15:04:17.436 [info] UploadPackV2: pack generated, 365 bytes
15:04:17.437 [info] UploadPackV2: fetch response 387 bytes
.
15:04:32.502 [info] UploadPackV2: processing ls-refs command
15:04:32.504 [info] UploadPackV2: processing fetch command
15:04:32.504 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:32.505 [info] UploadPackV2: collected 6 objects, generating pack
15:04:32.505 [info] UploadPackV2: pack generated, 365 bytes
15:04:32.505 [info] UploadPackV2: fetch response 387 bytes
15:04:32.506 [info] UploadPackV2: processing ls-refs command
15:04:32.508 [info] UploadPackV2: processing fetch command
15:04:32.508 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:32.509 [info] UploadPackV2: collected 6 objects, generating pack
15:04:32.509 [info] UploadPackV2: pack generated, 365 bytes
15:04:32.509 [info] UploadPackV2: fetch response 387 bytes
.
15:04:32.590 [info] UploadPackV2: processing ls-refs command
15:04:32.591 [info] UploadPackV2: processing fetch command
15:04:32.591 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:04:32.591 [info] UploadPackV2: collected 3 objects, generating pack
15:04:32.592 [info] UploadPackV2: pack generated, 216 bytes
15:04:32.592 [info] UploadPackV2: fetch response 346 bytes
.
15:04:32.650 [info] UploadPackV2: processing ls-refs command
15:04:32.651 [info] UploadPackV2: processing fetch command
15:04:32.652 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:32.652 [info] UploadPackV2: collected 9 objects, generating pack
15:04:32.652 [info] UploadPackV2: pack generated, 547 bytes
15:04:32.653 [info] UploadPackV2: fetch response 569 bytes
15:04:32.722 [info] UploadPackV2: processing ls-refs command
.
15:04:32.778 [info] UploadPackV2: processing ls-refs command
15:04:32.780 [info] UploadPackV2: processing fetch command
15:04:32.780 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:32.780 [info] UploadPackV2: collected 6 objects, generating pack
15:04:32.780 [info] UploadPackV2: pack generated, 366 bytes
15:04:32.780 [info] UploadPackV2: fetch response 388 bytes
15:04:32.838 [info] UploadPackV2: processing ls-refs command
15:04:32.839 [info] UploadPackV2: processing fetch command
15:04:32.839 [info] UploadPackV2.handle_fetch: 1 wants, 2 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
15:04:32.839 [info] UploadPackV2: fetch response 32 bytes
15:04:32.839 [info] UploadPackV2: processing fetch command
15:04:32.839 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:32.840 [info] UploadPackV2: collected 3 objects, generating pack
15:04:32.840 [info] UploadPackV2: pack generated, 183 bytes
15:04:32.840 [info] UploadPackV2: fetch response 205 bytes
.
15:04:32.898 [info] UploadPackV2: processing ls-refs command
15:04:32.900 [info] UploadPackV2: processing fetch command
15:04:32.900 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:32.901 [info] UploadPackV2: collected 6 objects, generating pack
15:04:32.901 [info] UploadPackV2: pack generated, 365 bytes
15:04:32.901 [info] UploadPackV2: fetch response 387 bytes
15:04:32.916 [info] UploadPackV2: processing fetch command
15:04:32.916 [info] UploadPackV2.handle_fetch: 0 wants, 2 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
15:04:32.917 [info] UploadPackV2: fetch response 122 bytes
.
15:04:33.058 [info] UploadPackV2: processing ls-refs command
15:04:33.079 [info] UploadPackV2: processing fetch command
15:04:33.079 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:33.080 [info] UploadPackV2: collected 6 objects, generating pack
15:04:33.080 [info] UploadPackV2: pack generated, 365 bytes
15:04:33.080 [info] UploadPackV2: fetch response 387 bytes
15:04:36.391 [info] UploadPackV2: processing ls-refs command
.
15:04:36.494 [info] UploadPackV2: processing ls-refs command
15:04:36.495 [info] UploadPackV2: processing fetch command
15:04:36.495 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:36.498 [info] UploadPackV2: collected 90 objects, generating pack
15:04:36.499 [info] UploadPackV2: pack generated, 5649 bytes
15:04:36.499 [info] UploadPackV2: fetch response 5671 bytes
15:04:36.774 [info] UploadPackV2: processing ls-refs command
.
15:04:36.830 [info] UploadPackV2: processing ls-refs command
15:04:36.831 [info] UploadPackV2: processing fetch command
15:04:36.831 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:04:36.832 [info] UploadPackV2: collected 6 objects, generating pack
15:04:36.832 [info] UploadPackV2: pack generated, 365 bytes
15:04:36.832 [info] UploadPackV2: fetch response 387 bytes
...
15:05:07.046 [info] UploadPackV2: processing ls-refs command
15:05:07.048 [info] UploadPackV2: processing fetch command
15:05:07.048 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:05:07.048 [info] UploadPackV2: collected 3 objects, generating pack
15:05:07.048 [info] UploadPackV2: pack generated, 183 bytes
15:05:07.048 [info] UploadPackV2: fetch response 205 bytes
.
15:05:22.186 [info] UploadPackV2: processing ls-refs command
15:05:22.188 [info] UploadPackV2: processing fetch command
15:05:22.188 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:05:22.188 [info] UploadPackV2: collected 6 objects, generating pack
15:05:22.189 [info] UploadPackV2: pack generated, 365 bytes
15:05:22.189 [info] UploadPackV2: fetch response 387 bytes
.
15:05:37.318 [info] UploadPackV2: processing ls-refs command
15:05:37.319 [info] UploadPackV2: processing fetch command
15:05:37.320 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:05:37.320 [info] UploadPackV2: collected 3 objects, generating pack
15:05:37.320 [info] UploadPackV2: pack generated, 201 bytes
15:05:37.320 [info] UploadPackV2: fetch response 223 bytes
.....
15:06:52.754 [info] UploadPackV2: processing ls-refs command
15:06:52.756 [info] UploadPackV2: processing fetch command
15:06:52.756 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:52.756 [info] UploadPackV2: collected 3 objects, generating pack
15:06:52.757 [info] UploadPackV2: pack generated, 183 bytes
15:06:52.757 [info] UploadPackV2: fetch response 205 bytes
...
15:06:52.818 [info] The function passed as a handler with ID "graph-query-test-8867" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
15:06:52.821 [info] The function passed as a handler with ID "graph-query-test-8931" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
........
15:06:52.831 [info] The function passed as a handler with ID "graph-query-test-12802" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
..***********
15:06:52.890 [info] UploadPackV2: processing ls-refs command
15:06:52.892 [info] UploadPackV2: processing fetch command
15:06:52.892 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:52.893 [info] UploadPackV2: collected 15 objects, generating pack
15:06:52.893 [info] UploadPackV2: pack generated, 952 bytes
15:06:52.893 [info] UploadPackV2: fetch response 974 bytes
.
15:06:52.970 [info] UploadPackV2: processing ls-refs command
15:06:52.971 [info] UploadPackV2: processing fetch command
15:06:52.971 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:06:52.971 [info] UploadPackV2: collected 3 objects, generating pack
15:06:52.972 [info] UploadPackV2: pack generated, 200 bytes
15:06:52.972 [info] UploadPackV2: fetch response 256 bytes
.
15:06:53.030 [info] UploadPackV2: processing ls-refs command
15:06:53.031 [info] UploadPackV2: processing fetch command
15:06:53.032 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.032 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.032 [info] UploadPackV2: pack generated, 196 bytes
15:06:53.032 [info] UploadPackV2: fetch response 218 bytes
.
15:06:53.098 [info] UploadPackV2: processing ls-refs command
15:06:53.100 [info] UploadPackV2: processing fetch command
15:06:53.100 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.100 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.100 [info] UploadPackV2: pack generated, 185 bytes
15:06:53.100 [info] UploadPackV2: fetch response 207 bytes
15:06:53.158 [info] UploadPackV2: processing ls-refs command
.
15:06:53.168 [info] UploadPackV2: processing fetch command
15:06:53.168 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.169 [info] UploadPackV2: collected 0 objects, generating pack
15:06:53.169 [info] UploadPackV2: pack generated, 32 bytes
15:06:53.169 [info] UploadPackV2: fetch response 54 bytes
.
15:06:53.482 [info] UploadPackV2: processing ls-refs command
15:06:53.483 [info] UploadPackV2: processing fetch command
15:06:53.483 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.506 [info] UploadPackV2: collected 600 objects, generating pack
15:06:53.523 [info] UploadPackV2: pack generated, 45197 bytes
15:06:53.523 [info] UploadPackV2: fetch response 45219 bytes
.
15:06:53.658 [info] UploadPackV2: processing ls-refs command
15:06:53.659 [info] UploadPackV2: processing fetch command
15:06:53.659 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:06:53.660 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.660 [info] UploadPackV2: pack generated, 231 bytes
15:06:53.660 [info] UploadPackV2: fetch response 327 bytes
.
15:06:53.730 [info] UploadPackV2: processing ls-refs command
15:06:53.731 [info] UploadPackV2: processing fetch command
15:06:53.731 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.737 [info] UploadPackV2: collected 240 objects, generating pack
15:06:53.741 [info] UploadPackV2: pack generated, 16258 bytes
15:06:53.741 [info] UploadPackV2: fetch response 16280 bytes
.
15:06:53.806 [info] UploadPackV2: processing ls-refs command
.
15:06:53.807 [info] UploadPackV2: processing fetch command
15:06:53.807 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.808 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.808 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.808 [info] UploadPackV2: fetch response 205 bytes
15:06:53.808 [info] UploadPackV2: processing fetch command
15:06:53.808 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.808 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.808 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.809 [info] UploadPackV2: fetch response 205 bytes
15:06:53.809 [info] UploadPackV2: processing fetch command
15:06:53.809 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.809 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.809 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.809 [info] UploadPackV2: fetch response 205 bytes
15:06:53.809 [info] UploadPackV2: processing fetch command
15:06:53.809 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.810 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.810 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.810 [info] UploadPackV2: fetch response 205 bytes
15:06:53.810 [info] UploadPackV2: processing fetch command
15:06:53.810 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.810 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.811 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.811 [info] UploadPackV2: fetch response 205 bytes
15:06:53.811 [info] UploadPackV2: processing fetch command
15:06:53.811 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.811 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.811 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.811 [info] UploadPackV2: fetch response 205 bytes
15:06:53.811 [info] UploadPackV2: processing fetch command
15:06:53.811 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.811 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.811 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.811 [info] UploadPackV2: fetch response 205 bytes
15:06:53.811 [info] UploadPackV2: processing fetch command
15:06:53.811 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.812 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.812 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.812 [info] UploadPackV2: fetch response 205 bytes
15:06:53.812 [info] UploadPackV2: processing fetch command
15:06:53.812 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.812 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.812 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.812 [info] UploadPackV2: fetch response 205 bytes
15:06:53.813 [info] UploadPackV2: processing fetch command
15:06:53.813 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.813 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.813 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.813 [info] UploadPackV2: fetch response 205 bytes
15:06:53.813 [info] UploadPackV2: processing fetch command
15:06:53.813 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.813 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.814 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.814 [info] UploadPackV2: fetch response 205 bytes
15:06:53.814 [info] UploadPackV2: processing fetch command
15:06:53.814 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.814 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.814 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.814 [info] UploadPackV2: fetch response 205 bytes
15:06:53.814 [info] UploadPackV2: processing fetch command
15:06:53.814 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.815 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.815 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.815 [info] UploadPackV2: fetch response 205 bytes
15:06:53.815 [info] UploadPackV2: processing fetch command
15:06:53.815 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.815 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.815 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.815 [info] UploadPackV2: fetch response 205 bytes
15:06:53.816 [info] UploadPackV2: processing fetch command
15:06:53.816 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.816 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.816 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.816 [info] UploadPackV2: fetch response 205 bytes
15:06:53.816 [info] UploadPackV2: processing fetch command
15:06:53.816 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.816 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.817 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.817 [info] UploadPackV2: fetch response 205 bytes
15:06:53.817 [info] UploadPackV2: processing fetch command
15:06:53.817 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.817 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.817 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.817 [info] UploadPackV2: fetch response 205 bytes
15:06:53.817 [info] UploadPackV2: processing fetch command
15:06:53.817 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.817 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.818 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.818 [info] UploadPackV2: fetch response 205 bytes
15:06:53.818 [info] UploadPackV2: processing fetch command
15:06:53.818 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.818 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.818 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.818 [info] UploadPackV2: fetch response 205 bytes
15:06:53.818 [info] UploadPackV2: processing fetch command
15:06:53.818 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.819 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.819 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.819 [info] UploadPackV2: fetch response 205 bytes
15:06:53.819 [info] UploadPackV2: processing fetch command
15:06:53.819 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:06:53.819 [info] UploadPackV2: collected 3 objects, generating pack
15:06:53.819 [info] UploadPackV2: pack generated, 183 bytes
15:06:53.819 [info] UploadPackV2: fetch response 205 bytes
.
15:06:53.870 [info] UploadPackV2: processing ls-refs command
..
15:07:08.994 [info] UploadPackV2: processing ls-refs command
15:07:08.996 [info] UploadPackV2: processing fetch command
15:07:08.996 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:07:08.997 [info] UploadPackV2: collected 3 objects, generating pack
15:07:08.997 [info] UploadPackV2: pack generated, 185 bytes
15:07:08.997 [info] UploadPackV2: fetch response 207 bytes
.
15:07:09.062 [info] UploadPackV2: processing ls-refs command
15:07:09.064 [info] UploadPackV2: processing fetch command
15:07:09.064 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:07:09.064 [info] UploadPackV2: collected 3 objects, generating pack
15:07:09.064 [info] UploadPackV2: pack generated, 196 bytes
15:07:09.065 [info] UploadPackV2: fetch response 218 bytes
.
15:07:09.078 [info] The function passed as a handler with ID "telemetry-test-12834" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
15:07:09.079 [info] UploadPackV2: processing fetch command
15:07:09.079 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:07:09.079 [info] UploadPackV2: collected 3 objects, generating pack
15:07:09.080 [info] UploadPackV2: pack generated, 183 bytes
15:07:09.080 [info] UploadPackV2: fetch response 205 bytes
.
15:07:09.080 [info] The function passed as a handler with ID "telemetry-test-9027" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
15:07:09.081 [info] UploadPackV2: processing fetch command
15:07:09.081 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:07:09.081 [info] UploadPackV2: collected 2 objects, generating pack
15:07:09.081 [info] UploadPackV2: pack generated, 169 bytes
15:07:09.082 [info] UploadPackV2: fetch response 191 bytes
.
15:07:09.082 [info] The function passed as a handler with ID "telemetry-test-9059" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
15:07:09.083 [info] UploadPackV2: processing fetch command
15:07:09.083 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:07:09.083 [info] UploadPackV2: collected 3 objects, generating pack
15:07:09.084 [info] UploadPackV2: pack generated, 186 bytes
15:07:09.084 [info] UploadPackV2: fetch response 208 bytes
.
15:07:09.088 [info] The function passed as a handler with ID "telemetry-test-12866" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
15:07:24.264 [info] UploadPackV2: processing fetch command
15:07:24.264 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:07:24.265 [info] UploadPackV2: collected 3 objects, generating pack
15:07:24.265 [info] UploadPackV2: pack generated, 183 bytes
15:07:24.265 [info] UploadPackV2: fetch response 205 bytes
.
15:07:24.289 [info] UploadPackV2: processing ls-refs command
15:07:24.291 [info] UploadPackV2: processing fetch command
15:07:24.292 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:07:24.292 [info] UploadPackV2: collected 15 objects, generating pack
15:07:24.293 [info] UploadPackV2: pack generated, 919 bytes
15:07:24.293 [info] UploadPackV2: fetch response 941 bytes
.
15:07:24.321 [info] UploadPackV2: processing ls-refs command
15:07:24.323 [info] UploadPackV2: processing fetch command
15:07:24.323 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:07:24.324 [info] UploadPackV2: collected 6 objects, generating pack
15:07:24.324 [info] UploadPackV2: pack generated, 366 bytes
15:07:24.324 [info] UploadPackV2: fetch response 388 bytes
15:07:24.348 [info] UploadPackV2: processing ls-refs command
.
15:07:24.368 [info] UploadPackV2: processing ls-refs command
15:07:24.370 [info] UploadPackV2: processing fetch command
15:07:24.370 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:07:24.370 [info] UploadPackV2: collected 3 objects, generating pack
15:07:24.371 [info] UploadPackV2: pack generated, 183 bytes
15:07:24.371 [info] UploadPackV2: fetch response 205 bytes
..
15:07:24.438 [info] UploadPackV2: processing ls-refs command
15:07:24.440 [info] UploadPackV2: processing fetch command
15:07:24.440 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:07:24.445 [info] UploadPackV2: collected 180 objects, generating pack
15:07:24.447 [info] UploadPackV2: pack generated, 11106 bytes
15:07:24.447 [info] UploadPackV2: fetch response 11128 bytes
.
15:07:24.482 [info] UploadPackV2: processing ls-refs command
15:07:24.484 [info] UploadPackV2: processing fetch command
15:07:24.484 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:07:24.485 [info] UploadPackV2: collected 9 objects, generating pack
15:07:24.486 [info] UploadPackV2: pack generated, 549 bytes
15:07:24.486 [info] UploadPackV2: fetch response 571 bytes
15:07:24.508 [info] UploadPackV2: processing ls-refs command
......
15:07:25.802 [info] UploadPackV2: processing ls-refs command
15:07:25.803 [info] UploadPackV2: processing fetch command
15:07:25.803 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:07:25.804 [info] UploadPackV2: collected 3 objects, generating pack
15:07:25.804 [info] UploadPackV2: pack generated, 216 bytes
15:07:25.804 [info] UploadPackV2: fetch response 312 bytes
15:07:25.862 [info] UploadPackV2: processing ls-refs command
15:07:25.863 [info] UploadPackV2: processing fetch command
15:07:25.863 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:07:25.864 [info] UploadPackV2: collected 12 objects, generating pack
15:07:25.864 [info] UploadPackV2: pack generated, 768 bytes
15:07:25.864 [info] UploadPackV2: fetch response 1002 bytes
.
15:07:25.926 [info] UploadPackV2: processing ls-refs command
15:07:25.929 [info] UploadPackV2: processing fetch command
15:07:25.929 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:combine, [:blob_none, {:tree_depth, 1}]}, send_packfile=true
15:07:25.930 [info] UploadPackV2: collected 6 objects, generating pack
15:07:25.930 [info] UploadPackV2: pack generated, 513 bytes
15:07:25.930 [info] UploadPackV2: fetch response 535 bytes
.
15:07:25.994 [info] UploadPackV2: processing ls-refs command
15:07:25.997 [info] UploadPackV2: processing fetch command
15:07:25.997 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
15:07:25.998 [info] UploadPackV2: collected 6 objects, generating pack
15:07:25.998 [info] UploadPackV2: pack generated, 513 bytes
15:07:25.998 [info] UploadPackV2: fetch response 535 bytes
.
15:07:26.062 [info] UploadPackV2: processing ls-refs command
15:07:26.063 [info] UploadPackV2: processing fetch command
15:07:26.063 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:07:26.064 [info] UploadPackV2: collected 9 objects, generating pack
15:07:26.064 [info] UploadPackV2: pack generated, 585 bytes
15:07:26.064 [info] UploadPackV2: fetch response 681 bytes
..
15:07:26.122 [info] UploadPackV2: processing ls-refs command
.
15:07:26.170 [info] UploadPackV2: processing ls-refs command
.
15:07:26.222 [info] UploadPackV2: processing ls-refs command
15:07:26.225 [info] UploadPackV2: processing fetch command
15:07:26.225 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:tree_depth, 0}, send_packfile=true
15:07:26.226 [info] UploadPackV2: collected 3 objects, generating pack
15:07:26.226 [info] UploadPackV2: pack generated, 381 bytes
15:07:26.226 [info] UploadPackV2: fetch response 403 bytes
.
15:07:26.290 [info] UploadPackV2: processing ls-refs command
15:07:26.293 [info] UploadPackV2: processing fetch command
15:07:26.293 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:object_type, :commit}, send_packfile=true
15:07:26.294 [info] UploadPackV2: collected 3 objects, generating pack
15:07:26.294 [info] UploadPackV2: pack generated, 381 bytes
15:07:26.294 [info] UploadPackV2: fetch response 403 bytes
.
15:07:26.354 [info] UploadPackV2: processing ls-refs command
.
15:07:26.406 [info] UploadPackV2: processing ls-refs command
15:07:26.407 [info] UploadPackV2: processing fetch command
15:07:26.407 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:07:26.408 [info] UploadPackV2: collected 3 objects, generating pack
15:07:26.408 [info] UploadPackV2: pack generated, 216 bytes
15:07:26.408 [info] UploadPackV2: fetch response 312 bytes
.
15:07:26.470 [info] UploadPackV2: processing ls-refs command
15:07:26.473 [info] UploadPackV2: processing fetch command
15:07:26.473 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:sparse_oid, "4f00cd9a7367fae9a753bdda17205e0f324aa8ae"}, send_packfile=true
15:07:26.474 [info] UploadPackV2: collected 5 objects, generating pack
15:07:26.474 [info] UploadPackV2: pack generated, 319 bytes
15:07:26.474 [info] UploadPackV2: fetch response 341 bytes
.
15:07:26.542 [info] UploadPackV2: processing ls-refs command
15:07:26.544 [info] UploadPackV2: processing fetch command
15:07:26.544 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
15:07:26.544 [info] UploadPackV2: collected 3 objects, generating pack
15:07:26.544 [info] UploadPackV2: pack generated, 218 bytes
15:07:26.544 [info] UploadPackV2: fetch response 314 bytes
..
15:07:26.610 [info] UploadPackV2: processing ls-refs command
15:07:26.611 [info] UploadPackV2: processing fetch command
15:07:26.611 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
15:07:26.612 [info] UploadPackV2: collected 9 objects, generating pack
15:07:26.612 [info] UploadPackV2: pack generated, 549 bytes
15:07:26.612 [info] UploadPackV2: fetch response 571 bytes
15:07:26.625 [info] UploadPackV2: processing fetch command
15:07:26.625 [info] UploadPackV2.handle_fetch: 0 wants, 3 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
15:07:26.625 [info] UploadPackV2: fetch response 171 bytes
.
15:07:26.674 [info] UploadPackV2: processing ls-refs command
.............................
15:07:26.700 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :start]--576460752303407743" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
15:07:26.700 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :stop]--576460752303407711" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
15:07:26.701 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :start]--576460752303413917" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
15:07:26.701 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :stop]--576460752303413885" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
15:07:26.702 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :start]--576460752303407679" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
15:07:26.703 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :stop]--576460752303407647" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
15:07:26.704 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :start]--576460752303413853" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
15:07:26.704 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :stop]--576460752303413821" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
.
Finished in 199.7 seconds (10.4s async, 189.3s sync)
993 tests, 0 failures, 51 excluded, 11 skipped
Exporting cover results ...
Run "mix test.coverage" once all exports complete
Generated ex_git_objectstore app
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
Analysis includes data from imported files
["/workspace/cover/default.coverdata"]
LCOV written to cover/lcov.info