fangorn/ex_git_objectstore
public
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: Apr 29, 2026 at 18:57 UTC
Completed: Apr 29, 2026 at 18:59 UTC
Duration: 1m 49s
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 [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 [293 kB]
Fetched 9245 kB in 2s (4106 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 (7123 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 1 file (.ex)
Generated ex_git_objectstore app
Cover compiling modules ...
Running ExUnit with seed: 75710, max_cases: 8
...........................
18:57:44.345 [warning] post_receive hook failed: "webhook failed"
.........................
18:57:44.604 [info] The function passed as a handler with ID #Reference<0.61669138.1276641281.39134> 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)
│
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: 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
................................................................................................................................................................................................................
18:57:47.528 [error] UploadPackV2: parse_command failed: {:unknown_command, "invalid"}
.
18:57:47.624 [info] UploadPackV2: processing ls-refs command
18:57:47.625 [info] UploadPackV2: processing fetch command
18:57:47.625 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:57:47.626 [info] UploadPackV2: collected 3 objects, generating pack
18:57:47.626 [info] UploadPackV2: pack generated, 210 bytes
18:57:47.626 [info] UploadPackV2: fetch response 232 bytes
..................
18:57:47.792 [info] UploadPackV2: processing fetch command
.
18:57:47.792 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:57:47.794 [info] UploadPackV2: collected 3 objects, generating pack
18:57:47.794 [info] UploadPackV2: pack generated, 191 bytes
18:57:47.794 [info] UploadPackV2: fetch response 213 bytes
18:57:47.857 [info] UploadPackV2: processing fetch command
18:57:47.857 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:57:47.891 [info] UploadPackV2: collected 700 objects, generating pack
18:57:47.908 [info] UploadPackV2: pack generated, 48139 bytes
18:57:47.908 [info] UploadPackV2: fetch response 48161 bytes
.
18:57:48.019 [info] UploadPackV2: processing fetch command
18:57:48.019 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:57:48.023 [info] UploadPackV2: collected 6 objects, generating pack
.
18:57:48.023 [info] UploadPackV2: pack generated, 414 bytes
.
18:57:48.024 [info] UploadPackV2: fetch response 436 bytes
.
18:57:48.031 [info] UploadPackV2: processing fetch command
.
18:57:48.032 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:57:48.034 [info] UploadPackV2: collected 3 objects, generating pack
18:57:48.035 [info] UploadPackV2: pack generated, 195 bytes
18:57:48.035 [info] UploadPackV2: fetch response 217 bytes
18:57:48.038 [info] UploadPackV2: processing fetch command
18:57:48.038 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:57:48.039 [info] UploadPackV2: collected 3 objects, generating pack
18:57:48.039 [info] UploadPackV2: pack generated, 191 bytes
18:57:48.039 [info] UploadPackV2: fetch response 213 bytes
18:57:48.041 [info] UploadPackV2: processing fetch command
18:57:48.041 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:57:48.042 [info] UploadPackV2: collected 0 objects, generating pack
18:57:48.042 [info] UploadPackV2: pack generated, 32 bytes
18:57:48.043 [info] UploadPackV2: fetch response 54 bytes
18:57:48.046 [info] UploadPackV2: processing ls-refs command
18:57:48.047 [info] UploadPackV2: processing fetch command
18:57:48.047 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:57:48.049 [info] UploadPackV2: collected 3 objects, generating pack
.
18:57:48.049 [info] UploadPackV2: pack generated, 206 bytes
.
18:57:48.050 [info] UploadPackV2: fetch response 228 bytes
.
18:57:48.125 [info] UploadPackV2: processing fetch command
.
18:57:48.125 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:57:48.155 [info] UploadPackV2: collected 600 objects, generating pack
.
18:57:48.167 [info] UploadPackV2: pack generated, 39862 bytes
.
18:57:48.167 [info] UploadPackV2: fetch response 39884 bytes
..
18:57:48.228 [info] UploadPackV2: processing fetch command
.
18:57:48.228 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:57:48.229 [info] UploadPackV2: collected 3 objects, generating pack
.
18:57:48.230 [info] UploadPackV2: pack generated, 194 bytes
.
18:57:48.230 [info] UploadPackV2: fetch response 216 bytes
.
18:57:48.231 [info] UploadPackV2: processing fetch command
18:57:48.231 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:57:48.231 [info] UploadPackV2: collected 3 objects, generating pack
18:57:48.231 [info] UploadPackV2: pack generated, 191 bytes
.
18:57:48.231 [info] UploadPackV2: fetch response 213 bytes
.
18:57:48.235 [info] UploadPackV2: processing fetch command
.
18:57:48.235 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:57:48.236 [info] UploadPackV2: collected 15 objects, generating pack
18:57:48.236 [info] UploadPackV2: pack generated, 984 bytes
18:57:48.236 [info] UploadPackV2: fetch response 1006 bytes
18:57:48.238 [error] UploadPackV2: parse_command failed: {:invalid_pkt_hex, "garb"}
18:57:48.240 [info] UploadPackV2: processing ls-refs command
18:57:48.252 [info] UploadPackV2: processing fetch command
18:57:48.252 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:57:48.258 [info] UploadPackV2: collected 90 objects, generating pack
18:57:48.262 [info] UploadPackV2: pack generated, 5946 bytes
.
18:57:48.263 [info] UploadPackV2: fetch response 5968 bytes
.
18:57:48.281 [info] UploadPackV2: processing fetch command
.
18:57:48.281 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:57:48.283 [info] UploadPackV2: collected 3 objects, generating pack
.
18:57:48.284 [info] UploadPackV2: pack generated, 223 bytes
.
18:57:48.284 [info] UploadPackV2: fetch response 245 bytes
.
18:57:48.291 [info] UploadPackV2: processing ls-refs command
18:57:48.295 [info] UploadPackV2: processing fetch command
18:57:48.295 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:57:48.297 [info] UploadPackV2: collected 3 objects, generating pack
.
18:57:48.298 [info] UploadPackV2: pack generated, 195 bytes
.
18:57:48.298 [info] UploadPackV2: fetch response 217 bytes
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
...........................................................................................................................................................................................................................................................................................................................................
18:57:58.093 [info] The function passed as a handler with ID #Reference<0.61669138.1276641283.98225> 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
.....................................................................................................................................................................
18:58:04.237 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7237/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 1
18:58:04.240 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7237/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 2
18:58:04.277 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7237/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 3
18:58:04.334 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7237/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 4
18:58:04.399 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7237/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 5
18:58:04.514 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7237/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 6
18:58:05.066 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7237/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 7
18:58:05.737 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7237/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 8
18:58:06.014 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7237/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 9
18:58:06.513 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7237/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 10
18:58:06.517 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7269/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 1
1) test list/2 lists oids under prefix (ExGitObjectstore.Lfs.Store.S3Test)
test/ex_git_objectstore/lfs/store/s3_test.exs:21
** (MatchError) no match of right hand side value: {:error, :econnrefused}
code: use ExGitObjectstore.Test.LfsStoreConformance
stacktrace:
test/ex_git_objectstore/lfs/store/s3_test.exs:21: (test)
18:58:06.525 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7269/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 2
18:58:06.546 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7269/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 3
18:58:06.615 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7269/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 4
18:58:06.774 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7269/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 5
18:58:06.909 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7269/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 6
18:58:07.471 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7269/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 7
18:58:07.580 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7269/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 8
18:58:07.871 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7269/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 9
18:58:10.185 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7269/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 10
2) test put/4 writes and verifies a small object (ExGitObjectstore.Lfs.Store.S3Test)
test/ex_git_objectstore/lfs/store/s3_test.exs:21
match (=) failed
code: assert {:ok, 9} = mod.put(cfg, pfx, oid, [data])
left: {:ok, 9}
right: {:error, :econnrefused}
stacktrace:
test/ex_git_objectstore/lfs/store/s3_test.exs:21: (test)
.
18:58:10.187 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4739/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 1
18:58:10.202 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4739/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 2
18:58:10.237 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4739/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 3
18:58:10.296 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4739/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 4
18:58:10.320 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4739/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 5
18:58:10.342 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4739/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 6
18:58:10.372 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4739/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 7
18:58:11.517 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4739/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 8
18:58:12.485 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4739/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 9
18:58:16.398 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4739/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 10
3) test delete/3 removes an object (ExGitObjectstore.Lfs.Store.S3Test)
test/ex_git_objectstore/lfs/store/s3_test.exs:21
** (MatchError) no match of right hand side value: {:error, :econnrefused}
code: use ExGitObjectstore.Test.LfsStoreConformance
stacktrace:
test/ex_git_objectstore/lfs/store/s3_test.exs:21: (test)
18:58:16.400 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4771/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 1
18:58:16.420 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4771/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 2
18:58:16.433 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4771/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 3
18:58:16.503 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4771/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 4
18:58:16.620 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4771/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 5
18:58:16.854 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4771/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 6
18:58:16.950 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4771/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 7
18:58:17.219 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4771/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 8
18:58:17.397 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4771/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 9
18:58:19.083 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4771/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 10
4) test list/2 isolates by prefix (ExGitObjectstore.Lfs.Store.S3Test)
test/ex_git_objectstore/lfs/store/s3_test.exs:21
** (MatchError) no match of right hand side value: {:error, :econnrefused}
code: use ExGitObjectstore.Test.LfsStoreConformance
stacktrace:
test/ex_git_objectstore/lfs/store/s3_test.exs:21: (test)
18:58:19.085 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4803/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 1
18:58:19.096 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4803/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 2
18:58:19.122 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4803/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 3
18:58:19.190 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4803/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 4
18:58:19.260 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4803/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 5
18:58:19.299 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4803/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 6
18:58:19.908 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4803/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 7
18:58:20.461 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4803/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 8
18:58:20.693 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4803/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 9
18:58:22.470 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4803/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 10
5) test put/4 accepts a chunked stream (ExGitObjectstore.Lfs.Store.S3Test)
test/ex_git_objectstore/lfs/store/s3_test.exs:21
match (=) failed
code: assert {:ok, size} = mod.put(cfg, pfx, oid, chunks)
left: {:ok, size}
right: {:error, :econnrefused}
stacktrace:
test/ex_git_objectstore/lfs/store/s3_test.exs:21: (test)
18:58:22.472 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4835/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 1
18:58:22.487 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4835/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 2
18:58:22.506 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4835/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 3
18:58:22.536 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4835/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 4
18:58:22.613 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4835/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 5
18:58:22.724 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4835/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 6
18:58:22.757 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4835/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 7
18:58:23.987 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4835/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 8
18:58:24.478 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4835/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 9
18:58:25.058 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4835/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 10
6) test delete/3 delete of missing is ok (ExGitObjectstore.Lfs.Store.S3Test)
test/ex_git_objectstore/lfs/store/s3_test.exs:21
match (=) failed
code: assert :ok = mod.delete(cfg, pfx, String.duplicate("0", 64))
left: :ok
right: {:error, :econnrefused}
stacktrace:
test/ex_git_objectstore/lfs/store/s3_test.exs:21: (test)
18:58:25.060 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4867/lfs/ba/78/ba7809a2466f6686f82d405cb863b89ccd64144e4e79e1016c4268a6d9b34a30?uploads=1" ATTEMPT: 1
18:58:25.068 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4867/lfs/ba/78/ba7809a2466f6686f82d405cb863b89ccd64144e4e79e1016c4268a6d9b34a30?uploads=1" ATTEMPT: 2
18:58:25.082 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4867/lfs/ba/78/ba7809a2466f6686f82d405cb863b89ccd64144e4e79e1016c4268a6d9b34a30?uploads=1" ATTEMPT: 3
18:58:25.162 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4867/lfs/ba/78/ba7809a2466f6686f82d405cb863b89ccd64144e4e79e1016c4268a6d9b34a30?uploads=1" ATTEMPT: 4
18:58:25.308 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4867/lfs/ba/78/ba7809a2466f6686f82d405cb863b89ccd64144e4e79e1016c4268a6d9b34a30?uploads=1" ATTEMPT: 5
18:58:25.527 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4867/lfs/ba/78/ba7809a2466f6686f82d405cb863b89ccd64144e4e79e1016c4268a6d9b34a30?uploads=1" ATTEMPT: 6
18:58:25.621 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4867/lfs/ba/78/ba7809a2466f6686f82d405cb863b89ccd64144e4e79e1016c4268a6d9b34a30?uploads=1" ATTEMPT: 7
18:58:26.009 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4867/lfs/ba/78/ba7809a2466f6686f82d405cb863b89ccd64144e4e79e1016c4268a6d9b34a30?uploads=1" ATTEMPT: 8
18:58:26.868 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4867/lfs/ba/78/ba7809a2466f6686f82d405cb863b89ccd64144e4e79e1016c4268a6d9b34a30?uploads=1" ATTEMPT: 9
18:58:31.071 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4867/lfs/ba/78/ba7809a2466f6686f82d405cb863b89ccd64144e4e79e1016c4268a6d9b34a30?uploads=1" ATTEMPT: 10
7) test get/3 round-trips binary via stream (ExGitObjectstore.Lfs.Store.S3Test)
test/ex_git_objectstore/lfs/store/s3_test.exs:21
** (MatchError) no match of right hand side value: {:error, :econnrefused}
code: use ExGitObjectstore.Test.LfsStoreConformance
stacktrace:
test/ex_git_objectstore/lfs/store/s3_test.exs:21: (test)
18:58:31.072 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8964/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 1
18:58:31.084 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8964/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 2
18:58:31.087 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8964/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 3
18:58:31.108 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8964/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 4
18:58:31.227 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8964/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 5
18:58:31.269 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8964/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 6
18:58:31.319 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8964/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 7
18:58:32.202 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8964/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 8
18:58:33.701 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8964/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 9
18:58:36.908 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8964/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 10
8) test put/4 rejects when observed sha256 doesn't match claimed oid (ExGitObjectstore.Lfs.Store.S3Test)
test/ex_git_objectstore/lfs/store/s3_test.exs:21
match (=) failed
code: assert {:error, :oid_mismatch} = mod.put(cfg, pfx, claimed, ["unrelated"])
left: {:error, :oid_mismatch}
right: {:error, :econnrefused}
stacktrace:
test/ex_git_objectstore/lfs/store/s3_test.exs:21: (test)
18:58:36.909 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8996/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 1
18:58:36.917 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8996/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 2
18:58:36.930 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8996/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 3
18:58:37.007 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8996/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 4
18:58:37.070 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8996/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 5
18:58:37.338 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8996/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 6
18:58:37.824 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8996/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 7
18:58:38.759 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8996/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 8
18:58:39.686 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8996/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 9
18:58:41.257 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/8996/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 10
9) test get/3 returns :not_found for unknown oid (ExGitObjectstore.Lfs.Store.S3Test)
test/ex_git_objectstore/lfs/store/s3_test.exs:21
match (=) failed
code: assert {:error, :not_found} = mod.get(cfg, pfx, String.duplicate("f", 64))
left: {:error, :not_found}
right: {:error, :econnrefused}
stacktrace:
test/ex_git_objectstore/lfs/store/s3_test.exs:21: (test)
18:58:41.259 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4899/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 1
18:58:41.264 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4899/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 2
18:58:41.270 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4899/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 3
18:58:41.332 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4899/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 4
18:58:41.418 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4899/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 5
18:58:41.539 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4899/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 6
18:58:41.878 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4899/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 7
18:58:42.040 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4899/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 8
18:58:44.175 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4899/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 9
18:58:48.734 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4899/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 10
10) test stat/3 and exists?/3 reports not_found (ExGitObjectstore.Lfs.Store.S3Test)
test/ex_git_objectstore/lfs/store/s3_test.exs:21
match (=) failed
code: assert {:error, :not_found} = mod.stat(cfg, pfx, oid)
left: {:error, :not_found}
right: {:error, :econnrefused}
stacktrace:
test/ex_git_objectstore/lfs/store/s3_test.exs:21: (test)
.
18:58:48.736 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4963/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 1
18:58:48.757 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4963/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 2
18:58:48.781 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4963/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 3
18:58:48.794 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4963/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 4
18:58:48.815 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4963/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 5
18:58:48.964 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4963/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 6
18:58:49.088 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4963/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 7
18:58:49.159 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4963/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 8
18:58:49.872 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4963/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 9
18:58:50.594 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/4963/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 10
11) test stat/3 and exists?/3 reports size (ExGitObjectstore.Lfs.Store.S3Test)
test/ex_git_objectstore/lfs/store/s3_test.exs:21
** (MatchError) no match of right hand side value: {:error, :econnrefused}
code: use ExGitObjectstore.Test.LfsStoreConformance
stacktrace:
test/ex_git_objectstore/lfs/store/s3_test.exs:21: (test)
18:58:50.649 [info] UploadPackV2: processing ls-refs command
18:58:50.651 [info] UploadPackV2: processing fetch command
18:58:50.651 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:50.652 [info] UploadPackV2: collected 3 objects, generating pack
18:58:50.652 [info] UploadPackV2: pack generated, 196 bytes
18:58:50.652 [info] UploadPackV2: fetch response 218 bytes
.
18:58:50.717 [info] UploadPackV2: processing ls-refs command
18:58:50.718 [info] UploadPackV2: processing fetch command
18:58:50.719 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:50.719 [info] UploadPackV2: collected 3 objects, generating pack
18:58:50.719 [info] UploadPackV2: pack generated, 185 bytes
18:58:50.719 [info] UploadPackV2: fetch response 207 bytes
18:58:50.781 [info] UploadPackV2: processing ls-refs command
.
18:58:50.837 [info] UploadPackV2: processing ls-refs command
18:58:50.838 [info] UploadPackV2: processing fetch command
18:58:50.839 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:50.840 [info] UploadPackV2: collected 15 objects, generating pack
18:58:50.841 [info] UploadPackV2: pack generated, 952 bytes
18:58:50.841 [info] UploadPackV2: fetch response 974 bytes
.
18:58:50.925 [info] UploadPackV2: processing ls-refs command
18:58:50.925 [info] UploadPackV2: processing fetch command
18:58:50.926 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:58:50.926 [info] UploadPackV2: collected 3 objects, generating pack
18:58:50.926 [info] UploadPackV2: pack generated, 200 bytes
18:58:50.926 [info] UploadPackV2: fetch response 256 bytes
.
18:58:50.985 [info] UploadPackV2: processing ls-refs command
18:58:50.986 [info] UploadPackV2: processing fetch command
18:58:50.986 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:50.987 [info] UploadPackV2: collected 3 objects, generating pack
18:58:50.987 [info] UploadPackV2: pack generated, 196 bytes
18:58:50.987 [info] UploadPackV2: fetch response 218 bytes
..
18:58:51.129 [info] UploadPackV2: processing ls-refs command
18:58:51.131 [info] UploadPackV2: processing fetch command
18:58:51.131 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.131 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.132 [info] UploadPackV2: pack generated, 185 bytes
18:58:51.132 [info] UploadPackV2: fetch response 207 bytes
.......
18:58:51.225 [info] UploadPackV2: processing ls-refs command
18:58:51.226 [info] UploadPackV2: processing fetch command
18:58:51.226 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.234 [info] UploadPackV2: collected 240 objects, generating pack
18:58:51.239 [info] UploadPackV2: pack generated, 16258 bytes
18:58:51.239 [info] UploadPackV2: fetch response 16280 bytes
.
18:58:51.313 [info] UploadPackV2: processing ls-refs command
.
18:58:51.369 [info] UploadPackV2: processing ls-refs command
.
18:58:51.473 [info] UploadPackV2: processing ls-refs command
18:58:51.475 [info] UploadPackV2: processing fetch command
18:58:51.475 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.499 [info] UploadPackV2: collected 600 objects, generating pack
18:58:51.517 [info] UploadPackV2: pack generated, 45197 bytes
18:58:51.517 [info] UploadPackV2: fetch response 45219 bytes
.
18:58:51.553 [info] UploadPackV2: processing fetch command
18:58:51.553 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.553 [info] UploadPackV2: collected 0 objects, generating pack
18:58:51.553 [info] UploadPackV2: pack generated, 32 bytes
18:58:51.554 [info] UploadPackV2: fetch response 54 bytes
.
18:58:51.865 [info] UploadPackV2: processing ls-refs command
18:58:51.866 [info] UploadPackV2: processing fetch command
18:58:51.866 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:58:51.867 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.867 [info] UploadPackV2: pack generated, 231 bytes
18:58:51.867 [info] UploadPackV2: fetch response 327 bytes
.
18:58:51.883 [info] UploadPackV2: processing fetch command
18:58:51.883 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.884 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.884 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.884 [info] UploadPackV2: fetch response 205 bytes
18:58:51.884 [info] UploadPackV2: processing fetch command
18:58:51.884 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.884 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.885 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.885 [info] UploadPackV2: fetch response 205 bytes
18:58:51.885 [info] UploadPackV2: processing fetch command
18:58:51.885 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.885 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.885 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.885 [info] UploadPackV2: fetch response 205 bytes
18:58:51.886 [info] UploadPackV2: processing fetch command
18:58:51.886 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.886 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.886 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.886 [info] UploadPackV2: fetch response 205 bytes
18:58:51.886 [info] UploadPackV2: processing fetch command
18:58:51.886 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.887 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.887 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.887 [info] UploadPackV2: fetch response 205 bytes
18:58:51.887 [info] UploadPackV2: processing fetch command
18:58:51.887 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.887 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.888 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.888 [info] UploadPackV2: fetch response 205 bytes
18:58:51.888 [info] UploadPackV2: processing fetch command
18:58:51.888 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.888 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.888 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.888 [info] UploadPackV2: fetch response 205 bytes
18:58:51.889 [info] UploadPackV2: processing fetch command
18:58:51.889 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.889 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.889 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.889 [info] UploadPackV2: fetch response 205 bytes
18:58:51.889 [info] UploadPackV2: processing fetch command
18:58:51.889 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.889 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.890 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.890 [info] UploadPackV2: fetch response 205 bytes
18:58:51.890 [info] UploadPackV2: processing fetch command
18:58:51.890 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.890 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.890 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.890 [info] UploadPackV2: fetch response 205 bytes
18:58:51.891 [info] UploadPackV2: processing fetch command
18:58:51.891 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.891 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.891 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.891 [info] UploadPackV2: fetch response 205 bytes
18:58:51.891 [info] UploadPackV2: processing fetch command
18:58:51.891 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.891 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.892 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.892 [info] UploadPackV2: fetch response 205 bytes
18:58:51.892 [info] UploadPackV2: processing fetch command
18:58:51.892 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.892 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.892 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.892 [info] UploadPackV2: fetch response 205 bytes
18:58:51.892 [info] UploadPackV2: processing fetch command
18:58:51.892 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.893 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.893 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.893 [info] UploadPackV2: fetch response 205 bytes
18:58:51.893 [info] UploadPackV2: processing fetch command
18:58:51.893 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.893 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.893 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.894 [info] UploadPackV2: fetch response 205 bytes
18:58:51.894 [info] UploadPackV2: processing fetch command
18:58:51.894 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.894 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.894 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.894 [info] UploadPackV2: fetch response 205 bytes
18:58:51.895 [info] UploadPackV2: processing fetch command
18:58:51.895 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.895 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.895 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.895 [info] UploadPackV2: fetch response 205 bytes
18:58:51.896 [info] UploadPackV2: processing fetch command
18:58:51.896 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.896 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.896 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.896 [info] UploadPackV2: fetch response 205 bytes
18:58:51.896 [info] UploadPackV2: processing fetch command
18:58:51.896 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.896 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.897 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.897 [info] UploadPackV2: fetch response 205 bytes
18:58:51.897 [info] UploadPackV2: processing fetch command
18:58:51.897 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.897 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.897 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.897 [info] UploadPackV2: fetch response 205 bytes
18:58:51.898 [info] UploadPackV2: processing fetch command
18:58:51.898 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:58:51.898 [info] UploadPackV2: collected 3 objects, generating pack
18:58:51.898 [info] UploadPackV2: pack generated, 183 bytes
18:58:51.898 [info] UploadPackV2: fetch response 205 bytes
.
18:58:51.899 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 1
18:58:51.904 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 2
18:58:51.935 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 3
18:58:51.947 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 4
18:58:52.042 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 5
18:58:52.045 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 6
18:58:52.435 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 7
18:58:53.660 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 8
18:58:53.868 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 9
18:58:57.083 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 10
18:58:57.085 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 1
18:58:57.087 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 2
18:58:57.113 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 3
18:58:57.175 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 4
18:58:57.221 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 5
18:58:57.274 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 6
18:58:57.354 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 7
18:58:58.018 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 8
18:58:59.266 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 9
18:59:02.472 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 10
????????????????????????????????????
11) ExGitObjectstore.Storage.S3Test: failure on setup_all callback, all tests have been invalidated
** (MatchError) no match of right hand side value: {:error, :econnrefused}
stacktrace:
test/ex_git_objectstore/storage/s3_test.exs:259: ExGitObjectstore.Storage.S3Test.ensure_bucket/0
test/ex_git_objectstore/storage/s3_test.exs:40: ExGitObjectstore.Storage.S3Test.__ex_unit_setup_all_0/1
test/ex_git_objectstore/storage/s3_test.exs:15: ExGitObjectstore.Storage.S3Test.__ex_unit__/2
18:59:02.508 [info] UploadPackV2: processing ls-refs command
18:59:02.511 [info] UploadPackV2: processing fetch command
18:59:02.511 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:02.512 [info] UploadPackV2: collected 3 objects, generating pack
18:59:02.512 [info] UploadPackV2: pack generated, 183 bytes
18:59:02.512 [info] UploadPackV2: fetch response 205 bytes
.
18:59:02.550 [info] UploadPackV2: processing ls-refs command
18:59:02.553 [info] UploadPackV2: processing fetch command
18:59:02.553 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:02.554 [info] UploadPackV2: collected 9 objects, generating pack
18:59:02.554 [info] UploadPackV2: pack generated, 549 bytes
18:59:02.554 [info] UploadPackV2: fetch response 571 bytes
18:59:02.582 [info] UploadPackV2: processing ls-refs command
..
18:59:02.644 [info] UploadPackV2: processing ls-refs command
18:59:02.647 [info] UploadPackV2: processing fetch command
18:59:02.647 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:02.648 [info] UploadPackV2: collected 15 objects, generating pack
18:59:02.649 [info] UploadPackV2: pack generated, 919 bytes
18:59:02.649 [info] UploadPackV2: fetch response 941 bytes
.
18:59:02.765 [info] UploadPackV2: processing fetch command
18:59:02.765 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:02.766 [info] UploadPackV2: collected 3 objects, generating pack
18:59:02.766 [info] UploadPackV2: pack generated, 183 bytes
18:59:02.766 [info] UploadPackV2: fetch response 205 bytes
.
18:59:02.790 [info] UploadPackV2: processing ls-refs command
18:59:02.793 [info] UploadPackV2: processing fetch command
18:59:02.793 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:02.794 [info] UploadPackV2: collected 6 objects, generating pack
18:59:02.794 [info] UploadPackV2: pack generated, 366 bytes
18:59:02.794 [info] UploadPackV2: fetch response 388 bytes
18:59:02.821 [info] UploadPackV2: processing ls-refs command
.
18:59:02.848 [info] UploadPackV2: processing ls-refs command
18:59:02.850 [info] UploadPackV2: processing fetch command
18:59:02.851 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:02.855 [info] UploadPackV2: collected 180 objects, generating pack
18:59:02.857 [info] UploadPackV2: pack generated, 11106 bytes
18:59:02.857 [info] UploadPackV2: fetch response 11128 bytes
..
18:59:02.877 [info] The function passed as a handler with ID "graph-query-test-10242" 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
......
18:59:02.887 [info] The function passed as a handler with ID "graph-query-test-7333" 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
..
18:59:02.889 [info] The function passed as a handler with ID "graph-query-test-9156" 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
...................
18:59:02.937 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:40675 (http)
12) test full end-to-end: git push + git clone + git lfs pull clone-then-pull round-trips both git commits and LFS content (ExGitObjectstore.Lfs.InteropTest)
test/ex_git_objectstore/lfs/interop_test.exs:419
** (RuntimeError) git lfs track *.bin failed (1): git: 'lfs' is not a git command. See 'git --help'.
The most similar command is
log
code: publisher = setup_client_repo(ctx, repo_id, "lfs-e2e-publish", "*.bin")
stacktrace:
test/ex_git_objectstore/lfs/interop_test.exs:561: ExGitObjectstore.Lfs.InteropTest.git!/2
test/ex_git_objectstore/lfs/interop_test.exs:488: ExGitObjectstore.Lfs.InteropTest.setup_client_repo/4
test/ex_git_objectstore/lfs/interop_test.exs:423: (test)
18:59:02.963 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:57973 (http)
13) test git lfs push/pull round-trips a large binary file via the basic transfer adapter (ExGitObjectstore.Lfs.InteropTest)
test/ex_git_objectstore/lfs/interop_test.exs:86
** (RuntimeError) git lfs track *.bin failed (1): git: 'lfs' is not a git command. See 'git --help'.
The most similar command is
log
code: git!(work, ["lfs", "track", "*.bin"])
stacktrace:
test/ex_git_objectstore/lfs/interop_test.exs:561: ExGitObjectstore.Lfs.InteropTest.git!/2
test/ex_git_objectstore/lfs/interop_test.exs:96: (test)
18:59:02.984 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:46021 (http)
.
18:59:03.055 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:53577 (http)
.
18:59:03.064 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:55777 (http)
14) test git lfs locks — verify and force-unlock locks verify splits ours vs theirs and force unlocks foreign lock (ExGitObjectstore.Lfs.InteropTest)
test/ex_git_objectstore/lfs/interop_test.exs:356
** (RuntimeError) git lfs track *.psd failed (1): git: 'lfs' is not a git command. See 'git --help'.
The most similar command is
log
code: git!(alice_work, ["lfs", "track", "*.psd"])
stacktrace:
test/ex_git_objectstore/lfs/interop_test.exs:561: ExGitObjectstore.Lfs.InteropTest.git!/2
test/ex_git_objectstore/lfs/interop_test.exs:367: (test)
18:59:03.085 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:35237 (http)
15) test git lfs push — edge-case payload sizes single-byte file (ExGitObjectstore.Lfs.InteropTest)
test/ex_git_objectstore/lfs/interop_test.exs:251
** (RuntimeError) git lfs track *.bin failed (1): git: 'lfs' is not a git command. See 'git --help'.
The most similar command is
log
code: work = setup_client_repo(ctx, repo_id, "lfs-one", "*.bin")
stacktrace:
test/ex_git_objectstore/lfs/interop_test.exs:561: ExGitObjectstore.Lfs.InteropTest.git!/2
test/ex_git_objectstore/lfs/interop_test.exs:488: ExGitObjectstore.Lfs.InteropTest.setup_client_repo/4
test/ex_git_objectstore/lfs/interop_test.exs:253: (test)
18:59:03.105 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:52995 (http)
16) test git lfs push (idempotency) pushing the same object twice is a no-op the second time (ExGitObjectstore.Lfs.InteropTest)
test/ex_git_objectstore/lfs/interop_test.exs:169
** (RuntimeError) git lfs track *.bin failed (1): git: 'lfs' is not a git command. See 'git --help'.
The most similar command is
log
code: git!(work, ["lfs", "track", "*.bin"])
stacktrace:
test/ex_git_objectstore/lfs/interop_test.exs:561: ExGitObjectstore.Lfs.InteropTest.git!/2
test/ex_git_objectstore/lfs/interop_test.exs:178: (test)
18:59:03.124 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:43167 (http)
17) test git lfs push — multiple objects pushes N distinct files in one batch (ExGitObjectstore.Lfs.InteropTest)
test/ex_git_objectstore/lfs/interop_test.exs:265
** (RuntimeError) git lfs track *.bin failed (1): git: 'lfs' is not a git command. See 'git --help'.
The most similar command is
log
code: work = setup_client_repo(ctx, repo_id, "lfs-multi", "*.bin")
stacktrace:
test/ex_git_objectstore/lfs/interop_test.exs:561: ExGitObjectstore.Lfs.InteropTest.git!/2
test/ex_git_objectstore/lfs/interop_test.exs:488: ExGitObjectstore.Lfs.InteropTest.setup_client_repo/4
test/ex_git_objectstore/lfs/interop_test.exs:267: (test)
18:59:03.144 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:59729 (http)
18) test git lfs push — concurrent transfers git-lfs parallel-upload path lands every object without duplication (ExGitObjectstore.Lfs.InteropTest)
test/ex_git_objectstore/lfs/interop_test.exs:310
** (RuntimeError) git lfs track *.bin failed (1): git: 'lfs' is not a git command. See 'git --help'.
The most similar command is
log
code: work = setup_client_repo(ctx, repo_id, "lfs-par", "*.bin")
stacktrace:
test/ex_git_objectstore/lfs/interop_test.exs:561: ExGitObjectstore.Lfs.InteropTest.git!/2
test/ex_git_objectstore/lfs/interop_test.exs:488: ExGitObjectstore.Lfs.InteropTest.setup_client_repo/4
test/ex_git_objectstore/lfs/interop_test.exs:312: (test)
18:59:03.163 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:42187 (http)
19) test git lfs lock/unlock round-trips lock creation and release (ExGitObjectstore.Lfs.InteropTest)
test/ex_git_objectstore/lfs/interop_test.exs:195
** (RuntimeError) git lfs track *.psd failed (1): git: 'lfs' is not a git command. See 'git --help'.
The most similar command is
log
code: git!(work, ["lfs", "track", "*.psd"])
stacktrace:
test/ex_git_objectstore/lfs/interop_test.exs:561: ExGitObjectstore.Lfs.InteropTest.git!/2
test/ex_git_objectstore/lfs/interop_test.exs:203: (test)
18:59:03.183 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:58771 (http)
20) test git lfs push — multiple objects mixed-state batch skips present objects and uploads new ones (ExGitObjectstore.Lfs.InteropTest)
test/ex_git_objectstore/lfs/interop_test.exs:287
** (RuntimeError) git lfs track *.bin failed (1): git: 'lfs' is not a git command. See 'git --help'.
The most similar command is
log
code: work = setup_client_repo(ctx, repo_id, "lfs-mixed", "*.bin")
stacktrace:
test/ex_git_objectstore/lfs/interop_test.exs:561: ExGitObjectstore.Lfs.InteropTest.git!/2
test/ex_git_objectstore/lfs/interop_test.exs:488: ExGitObjectstore.Lfs.InteropTest.setup_client_repo/4
test/ex_git_objectstore/lfs/interop_test.exs:289: (test)
...
18:59:03.453 [info] UploadPackV2: processing ls-refs command
18:59:03.455 [info] UploadPackV2: processing fetch command
18:59:03.455 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:03.455 [info] UploadPackV2: collected 3 objects, generating pack
18:59:03.455 [info] UploadPackV2: pack generated, 183 bytes
18:59:03.455 [info] UploadPackV2: fetch response 205 bytes
.
18:59:03.577 [info] UploadPackV2: processing ls-refs command
18:59:03.579 [info] UploadPackV2: processing fetch command
18:59:03.579 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:03.579 [info] UploadPackV2: collected 3 objects, generating pack
18:59:03.579 [info] UploadPackV2: pack generated, 201 bytes
18:59:03.579 [info] UploadPackV2: fetch response 223 bytes
..
18:59:03.765 [info] UploadPackV2: processing ls-refs command
18:59:03.766 [info] UploadPackV2: processing fetch command
18:59:03.766 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:03.766 [info] UploadPackV2: collected 3 objects, generating pack
18:59:03.767 [info] UploadPackV2: pack generated, 183 bytes
18:59:03.767 [info] UploadPackV2: fetch response 205 bytes
.
18:59:03.889 [info] UploadPackV2: processing ls-refs command
18:59:03.891 [info] UploadPackV2: processing fetch command
18:59:03.891 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:03.891 [info] UploadPackV2: collected 6 objects, generating pack
18:59:03.891 [info] UploadPackV2: pack generated, 365 bytes
18:59:03.891 [info] UploadPackV2: fetch response 387 bytes
..
18:59:04.033 [info] UploadPackV2: processing ls-refs command
18:59:04.035 [info] UploadPackV2: processing fetch command
18:59:04.035 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:04.035 [info] UploadPackV2: collected 6 objects, generating pack
18:59:04.035 [info] UploadPackV2: pack generated, 365 bytes
18:59:04.035 [info] UploadPackV2: fetch response 387 bytes
..
18:59:04.175 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 1
18:59:04.183 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 2
18:59:04.218 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 3
18:59:04.250 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 4
18:59:04.259 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 5
18:59:04.514 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 6
18:59:05.036 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 7
18:59:05.252 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 8
18:59:06.757 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 9
18:59:09.130 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 10
18:59:09.144 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:48259 (http)
21) test git lfs push/pull against S3 backend presigned URL round-trip — client uploads to MinIO, downloads from MinIO (ExGitObjectstore.Lfs.InteropS3Test)
test/ex_git_objectstore/lfs/interop_s3_test.exs:97
** (RuntimeError) git lfs track *.bin failed (1): git: 'lfs' is not a git command. See 'git --help'.
The most similar command is
log
code: git!(publisher, ["lfs", "track", "*.bin"])
stacktrace:
test/ex_git_objectstore/lfs/interop_s3_test.exs:214: ExGitObjectstore.Lfs.InteropS3Test.git!/2
test/ex_git_objectstore/lfs/interop_s3_test.exs:109: (test)
18:59:09.174 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:49495 (http)
18:59:09.195 [info] The function passed as a handler with ID "telemetry-test-5475" 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
22) test git lfs push/pull against S3 backend multi-object push lands all objects on S3 (ExGitObjectstore.Lfs.InteropS3Test)
test/ex_git_objectstore/lfs/interop_s3_test.exs:158
** (RuntimeError) git lfs track *.bin failed (1): git: 'lfs' is not a git command. See 'git --help'.
The most similar command is
log
code: git!(work, ["lfs", "track", "*.bin"])
stacktrace:
test/ex_git_objectstore/lfs/interop_s3_test.exs:214: ExGitObjectstore.Lfs.InteropS3Test.git!/2
test/ex_git_objectstore/lfs/interop_s3_test.exs:166: (test)
18:59:09.196 [info] UploadPackV2: processing fetch command
18:59:09.196 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:09.196 [info] UploadPackV2: collected 3 objects, generating pack
18:59:09.196 [info] UploadPackV2: pack generated, 186 bytes
18:59:09.196 [info] UploadPackV2: fetch response 208 bytes
.
18:59:09.200 [info] The function passed as a handler with ID "telemetry-test-5507" 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
.
18:59:09.270 [info] The function passed as a handler with ID "telemetry-test-10658" 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
18:59:09.271 [info] UploadPackV2: processing fetch command
18:59:09.271 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:59:09.271 [info] UploadPackV2: collected 3 objects, generating pack
18:59:09.272 [info] UploadPackV2: pack generated, 183 bytes
.
18:59:09.272 [info] UploadPackV2: fetch response 205 bytes
18:59:09.272 [info] The function passed as a handler with ID "telemetry-test-9764" 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
18:59:09.273 [info] UploadPackV2: processing fetch command
18:59:09.273 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:59:09.273 [info] UploadPackV2: collected 2 objects, generating pack
18:59:09.274 [info] UploadPackV2: pack generated, 169 bytes
18:59:09.274 [info] UploadPackV2: fetch response 191 bytes
.
18:59:09.274 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :start]--576460752303413693" 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
18:59:09.275 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :stop]--576460752303412799" 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
.
18:59:09.276 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :start]--576460752303412767" 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
18:59:09.276 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :stop]--576460752303412735" 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
.
18:59:09.277 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :start]--576460752303412703" 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
18:59:09.277 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :stop]--576460752303412671" 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
.
18:59:09.278 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :start]--576460752303413661" 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
18:59:09.279 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :stop]--576460752303413629" 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
.
18:59:09.337 [info] UploadPackV2: processing ls-refs command
18:59:09.339 [info] UploadPackV2: processing fetch command
18:59:09.339 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:09.339 [info] UploadPackV2: collected 6 objects, generating pack
18:59:09.339 [info] UploadPackV2: pack generated, 366 bytes
18:59:09.340 [info] UploadPackV2: fetch response 388 bytes
18:59:09.401 [info] UploadPackV2: processing ls-refs command
18:59:09.402 [info] UploadPackV2: processing fetch command
18:59:09.402 [info] UploadPackV2.handle_fetch: 1 wants, 2 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
18:59:09.402 [info] UploadPackV2: fetch response 32 bytes
18:59:09.403 [info] UploadPackV2: processing fetch command
18:59:09.403 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:09.403 [info] UploadPackV2: collected 3 objects, generating pack
18:59:09.403 [info] UploadPackV2: pack generated, 183 bytes
18:59:09.404 [info] UploadPackV2: fetch response 205 bytes
.
18:59:09.485 [info] UploadPackV2: processing ls-refs command
18:59:09.487 [info] UploadPackV2: processing fetch command
18:59:09.487 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:09.488 [info] UploadPackV2: collected 6 objects, generating pack
18:59:09.488 [info] UploadPackV2: pack generated, 365 bytes
18:59:09.489 [info] UploadPackV2: fetch response 387 bytes
.
18:59:09.577 [info] UploadPackV2: processing ls-refs command
18:59:09.578 [info] UploadPackV2: processing fetch command
18:59:09.578 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:09.582 [info] UploadPackV2: collected 90 objects, generating pack
18:59:09.583 [info] UploadPackV2: pack generated, 5649 bytes
18:59:09.583 [info] UploadPackV2: fetch response 5671 bytes
18:59:09.881 [info] UploadPackV2: processing ls-refs command
.
18:59:09.937 [info] UploadPackV2: processing ls-refs command
18:59:09.938 [info] UploadPackV2: processing fetch command
18:59:09.938 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:09.939 [info] UploadPackV2: collected 6 objects, generating pack
18:59:09.939 [info] UploadPackV2: pack generated, 365 bytes
18:59:09.939 [info] UploadPackV2: fetch response 387 bytes
18:59:09.965 [info] UploadPackV2: processing fetch command
18:59:09.965 [info] UploadPackV2.handle_fetch: 0 wants, 2 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
18:59:09.966 [info] UploadPackV2: fetch response 122 bytes
.
18:59:10.033 [info] UploadPackV2: processing ls-refs command
18:59:10.033 [info] UploadPackV2: processing fetch command
18:59:10.034 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:59:10.034 [info] UploadPackV2: collected 3 objects, generating pack
18:59:10.035 [info] UploadPackV2: pack generated, 216 bytes
18:59:10.035 [info] UploadPackV2: fetch response 346 bytes
.
18:59:10.042 [info] UploadPackV2: processing fetch command
18:59:10.042 [info] UploadPackV2.handle_fetch: 1 wants, 3 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
18:59:10.042 [info] UploadPackV2: collected 3 objects, generating pack
18:59:10.042 [info] UploadPackV2: pack generated, 183 bytes
18:59:10.043 [info] UploadPackV2: fetch response 205 bytes
18:59:10.101 [info] UploadPackV2: processing ls-refs command
18:59:10.101 [info] UploadPackV2: processing ls-refs command
18:59:10.102 [info] UploadPackV2: processing fetch command
18:59:10.102 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:10.103 [info] UploadPackV2: collected 6 objects, generating pack
18:59:10.103 [info] UploadPackV2: pack generated, 365 bytes
18:59:10.103 [info] UploadPackV2: fetch response 387 bytes
18:59:10.103 [info] UploadPackV2: processing fetch command
18:59:10.103 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:10.104 [info] UploadPackV2: collected 6 objects, generating pack
18:59:10.104 [info] UploadPackV2: pack generated, 365 bytes
18:59:10.104 [info] UploadPackV2: fetch response 387 bytes
.
18:59:10.181 [info] UploadPackV2: processing ls-refs command
18:59:10.183 [info] UploadPackV2: processing fetch command
18:59:10.183 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:10.184 [info] UploadPackV2: collected 9 objects, generating pack
18:59:10.184 [info] UploadPackV2: pack generated, 547 bytes
18:59:10.184 [info] UploadPackV2: fetch response 569 bytes
18:59:10.253 [info] UploadPackV2: processing ls-refs command
.
18:59:10.381 [info] UploadPackV2: processing ls-refs command
18:59:10.382 [info] UploadPackV2: processing fetch command
18:59:10.382 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:10.383 [info] UploadPackV2: collected 6 objects, generating pack
18:59:10.383 [info] UploadPackV2: pack generated, 365 bytes
18:59:10.383 [info] UploadPackV2: fetch response 387 bytes
18:59:12.233 [info] UploadPackV2: processing ls-refs command
..
18:59:12.289 [info] UploadPackV2: processing ls-refs command
18:59:12.292 [info] UploadPackV2: processing fetch command
18:59:12.292 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:object_type, :commit}, send_packfile=true
18:59:12.292 [info] UploadPackV2: collected 3 objects, generating pack
18:59:12.292 [info] UploadPackV2: pack generated, 381 bytes
18:59:12.293 [info] UploadPackV2: fetch response 403 bytes
.
18:59:12.373 [info] UploadPackV2: processing ls-refs command
.
18:59:12.425 [info] UploadPackV2: processing ls-refs command
18:59:12.427 [info] UploadPackV2: processing fetch command
18:59:12.427 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:sparse_oid, "4f00cd9a7367fae9a753bdda17205e0f324aa8ae"}, send_packfile=true
18:59:12.428 [info] UploadPackV2: collected 5 objects, generating pack
18:59:12.428 [info] UploadPackV2: pack generated, 319 bytes
18:59:12.428 [info] UploadPackV2: fetch response 341 bytes
.
18:59:12.497 [info] UploadPackV2: processing ls-refs command
18:59:12.501 [info] UploadPackV2: processing fetch command
18:59:12.501 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
18:59:12.501 [info] UploadPackV2: collected 6 objects, generating pack
18:59:12.502 [info] UploadPackV2: pack generated, 513 bytes
18:59:12.502 [info] UploadPackV2: fetch response 535 bytes
..
18:59:12.565 [info] UploadPackV2: processing ls-refs command
18:59:12.567 [info] UploadPackV2: processing fetch command
18:59:12.568 [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
18:59:12.568 [info] UploadPackV2: collected 6 objects, generating pack
18:59:12.569 [info] UploadPackV2: pack generated, 513 bytes
18:59:12.569 [info] UploadPackV2: fetch response 535 bytes
.
18:59:12.633 [info] UploadPackV2: processing ls-refs command
.
18:59:12.685 [info] UploadPackV2: processing ls-refs command
18:59:12.689 [info] UploadPackV2: processing fetch command
18:59:12.689 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:tree_depth, 0}, send_packfile=true
18:59:12.689 [info] UploadPackV2: collected 3 objects, generating pack
18:59:12.690 [info] UploadPackV2: pack generated, 381 bytes
18:59:12.690 [info] UploadPackV2: fetch response 403 bytes
.
18:59:12.757 [info] UploadPackV2: processing ls-refs command
18:59:12.758 [info] UploadPackV2: processing fetch command
18:59:12.758 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:59:12.759 [info] UploadPackV2: collected 3 objects, generating pack
18:59:12.759 [info] UploadPackV2: pack generated, 216 bytes
18:59:12.759 [info] UploadPackV2: fetch response 312 bytes
.
18:59:12.825 [info] UploadPackV2: processing ls-refs command
18:59:12.826 [info] UploadPackV2: processing fetch command
18:59:12.826 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
18:59:12.827 [info] UploadPackV2: collected 9 objects, generating pack
18:59:12.827 [info] UploadPackV2: pack generated, 549 bytes
18:59:12.827 [info] UploadPackV2: fetch response 571 bytes
18:59:12.843 [info] UploadPackV2: processing fetch command
18:59:12.843 [info] UploadPackV2.handle_fetch: 0 wants, 3 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
18:59:12.843 [info] UploadPackV2: fetch response 171 bytes
.
18:59:12.889 [info] UploadPackV2: processing ls-refs command
.
18:59:12.941 [info] UploadPackV2: processing ls-refs command
18:59:12.942 [info] UploadPackV2: processing fetch command
18:59:12.942 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:59:12.943 [info] UploadPackV2: collected 3 objects, generating pack
18:59:12.943 [info] UploadPackV2: pack generated, 216 bytes
18:59:12.943 [info] UploadPackV2: fetch response 312 bytes
18:59:13.001 [info] UploadPackV2: processing ls-refs command
18:59:13.001 [info] UploadPackV2: processing fetch command
18:59:13.001 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:59:13.002 [info] UploadPackV2: collected 12 objects, generating pack
18:59:13.002 [info] UploadPackV2: pack generated, 768 bytes
18:59:13.002 [info] UploadPackV2: fetch response 1002 bytes
.
18:59:13.061 [info] UploadPackV2: processing ls-refs command
18:59:13.063 [info] UploadPackV2: processing fetch command
18:59:13.063 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:59:13.063 [info] UploadPackV2: collected 9 objects, generating pack
18:59:13.064 [info] UploadPackV2: pack generated, 585 bytes
18:59:13.064 [info] UploadPackV2: fetch response 681 bytes
.
18:59:13.129 [info] UploadPackV2: processing ls-refs command
.
18:59:13.181 [info] UploadPackV2: processing ls-refs command
18:59:13.182 [info] UploadPackV2: processing fetch command
18:59:13.182 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
18:59:13.183 [info] UploadPackV2: collected 3 objects, generating pack
18:59:13.183 [info] UploadPackV2: pack generated, 218 bytes
18:59:13.183 [info] UploadPackV2: fetch response 314 bytes
.
Finished in 89.0 seconds (20.0s async, 69.0s sync)
971 tests, 22 failures, 36 invalid
Exporting cover results ...
Run "mix test.coverage" once all exports complete