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 17:05 UTC Completed: Apr 29, 2026 at 17:07 UTC Duration: 2m 15s
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 3s (2836 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 (6032 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) ...
Generated ex_git_objectstore app
Cover compiling modules ...
Running ExUnit with seed: 748929, max_cases: 8
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 "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 "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: 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
...........................................................................................
17:05:48.383 [info] The function passed as a handler with ID #Reference<0.1450088975.2332819457.62678> 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
..................
17:05:50.116 [info] UploadPackV2: processing ls-refs command
....
17:05:50.143 [info] UploadPackV2: processing fetch command
17:05:50.156 [warning] post_receive hook failed: "webhook failed"
.
17:05:50.162 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:05:50.167 [info] UploadPackV2: collected 90 objects, generating pack
17:05:50.172 [info] UploadPackV2: pack generated, 5946 bytes
17:05:50.172 [info] UploadPackV2: fetch response 5968 bytes
.
17:05:50.184 [info] UploadPackV2: processing fetch command
.
17:05:50.184 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:05:50.186 [info] UploadPackV2: collected 3 objects, generating pack
.
17:05:50.186 [info] UploadPackV2: pack generated, 191 bytes
17:05:50.186 [info] UploadPackV2: fetch response 213 bytes
17:05:50.188 [info] UploadPackV2: processing fetch command
17:05:50.188 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:05:50.189 [info] UploadPackV2: collected 6 objects, generating pack
17:05:50.189 [info] UploadPackV2: pack generated, 414 bytes
17:05:50.189 [info] UploadPackV2: fetch response 436 bytes
17:05:50.195 [info] UploadPackV2: processing fetch command
17:05:50.195 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:05:50.200 [info] UploadPackV2: collected 15 objects, generating pack
17:05:50.201 [info] UploadPackV2: pack generated, 984 bytes
17:05:50.201 [info] UploadPackV2: fetch response 1006 bytes
......
17:05:50.312 [info] UploadPackV2: processing fetch command
17:05:50.312 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:05:50.393 [info] UploadPackV2: collected 700 objects, generating pack
...
17:05:50.408 [info] UploadPackV2: pack generated, 48139 bytes
.
17:05:50.408 [info] UploadPackV2: fetch response 48161 bytes
.....................
17:05:50.490 [info] UploadPackV2: processing fetch command
.
17:05:50.490 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:05:50.490 [info] UploadPackV2: collected 3 objects, generating pack
.
17:05:50.490 [info] UploadPackV2: pack generated, 223 bytes
.
17:05:50.491 [info] UploadPackV2: fetch response 245 bytes
.
17:05:50.504 [error] UploadPackV2: parse_command failed: {:invalid_pkt_hex, "garb"}
...
17:05:50.587 [info] UploadPackV2: processing fetch command
.
17:05:50.587 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
........
17:05:50.623 [info] UploadPackV2: collected 600 objects, generating pack
..
17:05:50.636 [info] UploadPackV2: pack generated, 39862 bytes
.
17:05:50.636 [info] UploadPackV2: fetch response 39884 bytes
..................
17:05:50.706 [info] UploadPackV2: processing fetch command
.
17:05:50.706 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:05:50.709 [info] UploadPackV2: collected 3 objects, generating pack
.
17:05:50.710 [info] UploadPackV2: pack generated, 191 bytes
.
17:05:50.710 [info] UploadPackV2: fetch response 213 bytes
.
17:05:50.714 [info] UploadPackV2: processing ls-refs command
.
17:05:50.716 [info] UploadPackV2: processing fetch command
.
17:05:50.716 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:05:50.719 [info] UploadPackV2: collected 3 objects, generating pack
.
17:05:50.719 [info] UploadPackV2: pack generated, 206 bytes
.
17:05:50.719 [info] UploadPackV2: fetch response 228 bytes
.
17:05:50.772 [info] UploadPackV2: processing ls-refs command
.
17:05:50.772 [info] UploadPackV2: processing fetch command
.
17:05:50.772 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:05:50.772 [info] UploadPackV2: collected 3 objects, generating pack
.
17:05:50.773 [info] UploadPackV2: pack generated, 210 bytes
.
17:05:50.773 [info] UploadPackV2: fetch response 232 bytes
.
17:05:50.774 [info] The function passed as a handler with ID #Reference<0.1450088975.2332819457.76436> 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
..
17:05:50.859 [info] UploadPackV2: processing fetch command
.
17:05:50.859 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:05:50.859 [info] UploadPackV2: collected 0 objects, generating pack
.
17:05:50.859 [info] UploadPackV2: pack generated, 32 bytes
.
17:05:50.860 [info] UploadPackV2: fetch response 54 bytes
.
17:05:50.862 [info] UploadPackV2: processing fetch command
.
17:05:50.862 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:05:50.864 [info] UploadPackV2: collected 3 objects, generating pack
.
17:05:50.864 [info] UploadPackV2: pack generated, 194 bytes
.
17:05:50.865 [info] UploadPackV2: fetch response 216 bytes
.
17:05:50.871 [info] UploadPackV2: processing fetch command
.
17:05:50.871 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
.
17:05:50.872 [info] UploadPackV2: collected 3 objects, generating pack
.
17:05:50.872 [info] UploadPackV2: pack generated, 195 bytes
.
17:05:50.872 [info] UploadPackV2: fetch response 217 bytes
.
17:05:50.874 [info] UploadPackV2: processing ls-refs command
.
17:05:50.874 [info] UploadPackV2: processing fetch command
.
17:05:50.875 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:05:50.876 [info] UploadPackV2: collected 3 objects, generating pack
17:05:50.876 [info] UploadPackV2: pack generated, 191 bytes
17:05:50.876 [info] UploadPackV2: fetch response 213 bytes
17:05:50.878 [error] UploadPackV2: parse_command failed: {:unknown_command, "invalid"}
17:05:50.879 [info] UploadPackV2: processing fetch command
17:05:50.879 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:05:50.881 [info] UploadPackV2: collected 3 objects, generating pack
17:05:50.882 [info] UploadPackV2: pack generated, 195 bytes
17:05:50.882 [info] UploadPackV2: fetch response 217 bytes
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 "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
35 │ test "symrefs resolves HEAD to its target branch", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_capabilities_test.exs:35:67: ExGitObjectstore.Integration.UploadPackV2CapabilitiesTest."test ls-refs symrefs resolves HEAD to its target branch"/1
warning: variable "tmp_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
60 │ test "peel exposes annotated tag targets", %{tmp_dir: tmp_dir} do
│ ~~~~~~~
└─ test/ex_git_objectstore/integration/upload_pack_v2_capabilities_test.exs:60:59: ExGitObjectstore.Integration.UploadPackV2CapabilitiesTest."test ls-refs peel exposes annotated tag targets"/1
warning: variable "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
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
17:06:13.157 [info] UploadPackV2: processing ls-refs command
17:06:13.158 [info] UploadPackV2: processing fetch command
17:06:13.158 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.180 [info] UploadPackV2: collected 600 objects, generating pack
17:06:13.197 [info] UploadPackV2: pack generated, 45197 bytes
17:06:13.197 [info] UploadPackV2: fetch response 45219 bytes
.
17:06:13.228 [info] UploadPackV2: processing fetch command
17:06:13.228 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.229 [info] UploadPackV2: collected 0 objects, generating pack
17:06:13.229 [info] UploadPackV2: pack generated, 32 bytes
17:06:13.229 [info] UploadPackV2: fetch response 54 bytes
.
17:06:13.473 [info] UploadPackV2: processing ls-refs command
.
17:06:13.525 [info] UploadPackV2: processing ls-refs command
.
17:06:13.645 [info] UploadPackV2: processing ls-refs command
17:06:13.646 [info] UploadPackV2: processing fetch command
17:06:13.646 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:06:13.646 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.646 [info] UploadPackV2: pack generated, 231 bytes
17:06:13.647 [info] UploadPackV2: fetch response 327 bytes
.
17:06:13.717 [info] UploadPackV2: processing ls-refs command
17:06:13.718 [info] UploadPackV2: processing fetch command
17:06:13.718 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.724 [info] UploadPackV2: collected 240 objects, generating pack
17:06:13.728 [info] UploadPackV2: pack generated, 16258 bytes
17:06:13.728 [info] UploadPackV2: fetch response 16280 bytes
.
17:06:13.744 [info] UploadPackV2: processing fetch command
17:06:13.744 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.744 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.744 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.744 [info] UploadPackV2: fetch response 205 bytes
17:06:13.744 [info] UploadPackV2: processing fetch command
17:06:13.744 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.744 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.744 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.745 [info] UploadPackV2: fetch response 205 bytes
17:06:13.745 [info] UploadPackV2: processing fetch command
17:06:13.745 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.745 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.745 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.745 [info] UploadPackV2: fetch response 205 bytes
17:06:13.745 [info] UploadPackV2: processing fetch command
17:06:13.745 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.745 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.745 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.745 [info] UploadPackV2: fetch response 205 bytes
17:06:13.746 [info] UploadPackV2: processing fetch command
17:06:13.746 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.746 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.746 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.746 [info] UploadPackV2: fetch response 205 bytes
17:06:13.746 [info] UploadPackV2: processing fetch command
17:06:13.746 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.746 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.746 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.746 [info] UploadPackV2: fetch response 205 bytes
17:06:13.746 [info] UploadPackV2: processing fetch command
17:06:13.747 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.747 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.747 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.747 [info] UploadPackV2: fetch response 205 bytes
17:06:13.747 [info] UploadPackV2: processing fetch command
17:06:13.747 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.747 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.747 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.747 [info] UploadPackV2: fetch response 205 bytes
17:06:13.748 [info] UploadPackV2: processing fetch command
17:06:13.748 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.748 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.748 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.748 [info] UploadPackV2: fetch response 205 bytes
17:06:13.748 [info] UploadPackV2: processing fetch command
17:06:13.748 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.748 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.748 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.748 [info] UploadPackV2: fetch response 205 bytes
17:06:13.748 [info] UploadPackV2: processing fetch command
17:06:13.749 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.749 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.749 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.749 [info] UploadPackV2: fetch response 205 bytes
17:06:13.749 [info] UploadPackV2: processing fetch command
17:06:13.749 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.749 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.749 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.749 [info] UploadPackV2: fetch response 205 bytes
17:06:13.749 [info] UploadPackV2: processing fetch command
17:06:13.749 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.750 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.750 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.750 [info] UploadPackV2: fetch response 205 bytes
17:06:13.750 [info] UploadPackV2: processing fetch command
17:06:13.750 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.750 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.750 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.750 [info] UploadPackV2: fetch response 205 bytes
17:06:13.750 [info] UploadPackV2: processing fetch command
17:06:13.750 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.751 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.751 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.751 [info] UploadPackV2: fetch response 205 bytes
17:06:13.751 [info] UploadPackV2: processing fetch command
17:06:13.751 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.751 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.751 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.751 [info] UploadPackV2: fetch response 205 bytes
17:06:13.751 [info] UploadPackV2: processing fetch command
17:06:13.752 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.752 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.752 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.752 [info] UploadPackV2: fetch response 205 bytes
17:06:13.752 [info] UploadPackV2: processing fetch command
17:06:13.752 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.752 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.753 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.753 [info] UploadPackV2: fetch response 205 bytes
17:06:13.753 [info] UploadPackV2: processing fetch command
17:06:13.753 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.753 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.753 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.753 [info] UploadPackV2: fetch response 205 bytes
17:06:13.753 [info] UploadPackV2: processing fetch command
17:06:13.753 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.754 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.754 [info] UploadPackV2: pack generated, 183 bytes
17:06:13.754 [info] UploadPackV2: fetch response 205 bytes
17:06:13.754 [info] UploadPackV2: processing fetch command
17:06:13.754 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:06:13.754 [info] UploadPackV2: collected 3 objects, generating pack
17:06:13.754 [info] UploadPackV2: pack generated, 183 bytes
.
17:06:13.754 [info] UploadPackV2: fetch response 205 bytes
17:06:13.788 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:48129 (http)
1) 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)
17:06:13.812 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:57625 (http)
2) 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)
17:06:13.830 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:40381 (http)
.
17:06:14.006 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:40505 (http)
3) 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)
17:06:14.024 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:54579 (http)
4) 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)
17:06:14.042 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:56095 (http)
5) 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)
17:06:14.061 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:39661 (http)
.
17:06:14.071 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:52243 (http)
6) 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)
17:06:14.090 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:56603 (http)
7) 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)
17:06:14.111 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:57263 (http)
8) 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)
17:06:14.131 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:40559 (http)
9) 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)
17:06:14.232 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6819/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 1
17:06:14.245 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6819/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 2
17:06:14.277 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6819/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 3
17:06:14.329 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6819/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 4
17:06:14.363 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6819/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 5
17:06:14.465 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6819/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 6
17:06:14.901 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6819/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 7
17:06:14.993 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6819/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 8
17:06:17.074 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6819/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 9
17:06:18.842 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6819/lfs/aa/aa/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?uploads=1" ATTEMPT: 10
10) 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)
17:06:18.849 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6851/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 1
17:06:18.870 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6851/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 2
17:06:18.906 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6851/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 3
17:06:18.910 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6851/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 4
17:06:18.973 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6851/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 5
17:06:19.209 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6851/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 6
17:06:19.601 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6851/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 7
17:06:19.671 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6851/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 8
17:06:20.956 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6851/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 9
17:06:21.423 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6851/lfs/ff/ff/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ATTEMPT: 10
11) 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)
17:06:21.425 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6883/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 1
17:06:21.430 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6883/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 2
17:06:21.469 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6883/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 3
17:06:21.537 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6883/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 4
17:06:21.623 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6883/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 5
17:06:21.851 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6883/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 6
17:06:22.015 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6883/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 7
17:06:22.269 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6883/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 8
17:06:22.446 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6883/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 9
17:06:26.655 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6883/lfs/f9/d6/f9d6cec6deabf54691804bb7c1bf02ad7f461ab07f31a18398495b9de1cabf28?uploads=1" ATTEMPT: 10
12) 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)
.
17:06:26.668 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6947/lfs/3e/c4/3ec4c0159929dc3a8d8cf95b264591a8db8d6c53080f831387dfce5ca6c52e96?uploads=1" ATTEMPT: 1
17:06:26.688 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6947/lfs/3e/c4/3ec4c0159929dc3a8d8cf95b264591a8db8d6c53080f831387dfce5ca6c52e96?uploads=1" ATTEMPT: 2
17:06:26.691 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6947/lfs/3e/c4/3ec4c0159929dc3a8d8cf95b264591a8db8d6c53080f831387dfce5ca6c52e96?uploads=1" ATTEMPT: 3
17:06:26.751 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6947/lfs/3e/c4/3ec4c0159929dc3a8d8cf95b264591a8db8d6c53080f831387dfce5ca6c52e96?uploads=1" ATTEMPT: 4
17:06:26.781 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6947/lfs/3e/c4/3ec4c0159929dc3a8d8cf95b264591a8db8d6c53080f831387dfce5ca6c52e96?uploads=1" ATTEMPT: 5
17:06:26.890 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6947/lfs/3e/c4/3ec4c0159929dc3a8d8cf95b264591a8db8d6c53080f831387dfce5ca6c52e96?uploads=1" ATTEMPT: 6
17:06:27.039 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6947/lfs/3e/c4/3ec4c0159929dc3a8d8cf95b264591a8db8d6c53080f831387dfce5ca6c52e96?uploads=1" ATTEMPT: 7
17:06:27.161 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6947/lfs/3e/c4/3ec4c0159929dc3a8d8cf95b264591a8db8d6c53080f831387dfce5ca6c52e96?uploads=1" ATTEMPT: 8
17:06:27.193 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6947/lfs/3e/c4/3ec4c0159929dc3a8d8cf95b264591a8db8d6c53080f831387dfce5ca6c52e96?uploads=1" ATTEMPT: 9
17:06:30.575 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6947/lfs/3e/c4/3ec4c0159929dc3a8d8cf95b264591a8db8d6c53080f831387dfce5ca6c52e96?uploads=1" ATTEMPT: 10
13) 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)
17:06:30.576 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6979/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 1
17:06:30.587 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6979/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 2
17:06:30.591 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6979/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 3
17:06:30.622 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6979/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 4
17:06:30.715 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6979/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 5
17:06:30.898 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6979/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 6
17:06:31.419 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6979/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 7
17:06:31.525 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6979/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 8
17:06:31.578 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6979/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 9
17:06:35.370 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/6979/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 10
14) 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)
17:06:35.372 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7011/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 1
17:06:35.393 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7011/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 2
17:06:35.414 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7011/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 3
17:06:35.466 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7011/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 4
17:06:35.615 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7011/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 5
17:06:35.811 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7011/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 6
17:06:36.163 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7011/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 7
17:06:37.000 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7011/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 8
17:06:39.124 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7011/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 9
17:06:43.249 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7011/lfs/77/1d/771d5439016d493cca2cf784c9fd1602bdb8ca6c235a206693daf0a8fd51726f?uploads=1" ATTEMPT: 10
15) 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)
17:06:43.251 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7043/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 1
17:06:43.261 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7043/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 2
17:06:43.298 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7043/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 3
17:06:43.307 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7043/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 4
17:06:43.348 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7043/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 5
17:06:43.563 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7043/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 6
17:06:43.579 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7043/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 7
17:06:44.386 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7043/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 8
17:06:46.782 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7043/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 9
17:06:49.730 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7043/lfs/af/ed/afed2f77cefe58d821f08e334aeb42e52facc63c4f97e9d5d18f53fd0e285953?uploads=1" ATTEMPT: 10
16) 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)
17:06:49.733 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7075/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 1
17:06:49.746 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7075/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 2
17:06:49.749 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7075/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 3
17:06:49.791 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7075/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 4
17:06:49.889 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7075/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 5
17:06:50.162 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7075/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 6
17:06:50.448 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7075/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 7
17:06:51.272 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7075/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 8
17:06:53.638 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7075/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 9
17:06:57.301 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7075/lfs/14/6d/146dc798ae952e223414fc0485be284e1191c1712d56469f218341966072d0c9?uploads=1" ATTEMPT: 10
17) 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)
.
17:06:57.303 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7139/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 1
17:06:57.318 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7139/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 2
17:06:57.346 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7139/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 3
17:06:57.357 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7139/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 4
17:06:57.491 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7139/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 5
17:06:57.811 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7139/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 6
17:06:58.379 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7139/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 7
17:06:59.464 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7139/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 8
17:06:59.922 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7139/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 9
17:07:04.246 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7139/lfs/b3/91/b391249d35f0184dd17d0be73af2a074e6bf87f15080f4a06d4df12fe9f8fd69?uploads=1" ATTEMPT: 10
18) 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)
17:07:04.247 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7171/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 1
17:07:04.251 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7171/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 2
17:07:04.265 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7171/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 3
17:07:04.314 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7171/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 4
17:07:04.372 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7171/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 5
17:07:04.610 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7171/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 6
17:07:05.249 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7171/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 7
17:07:05.676 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7171/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 8
17:07:06.747 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7171/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 9
17:07:09.221 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7171/lfs/00/00/0000000000000000000000000000000000000000000000000000000000000000" ATTEMPT: 10
19) 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)
.
17:07:09.224 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7235/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 1
17:07:09.230 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7235/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 2
17:07:09.235 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7235/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 3
17:07:09.283 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7235/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 4
17:07:09.367 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7235/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 5
17:07:09.481 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7235/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 6
17:07:09.709 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7235/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 7
17:07:10.309 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7235/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 8
17:07:12.429 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7235/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 9
17:07:16.301 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/lfs-test/7235/lfs/3f/5b/3f5b96880a432d16b8bfdae7839419599a3e5c019f81db4d4c364660955a6f3f?uploads=1" ATTEMPT: 10
20) 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)
17:07:16.303 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :start]--576460752303415935" 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
17:07:16.303 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :read, :stop]--576460752303415903" 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
.
17:07:16.304 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :start]--576460752303415871" 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
17:07:16.304 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :protocol, :receive_pack, :stop]--576460752303415839" 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
.
17:07:16.306 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :start]--576460752303416222" 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
17:07:16.306 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :ref, :update, :stop]--576460752303416190" 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
.
17:07:16.307 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :start]--576460752303416158" is a local function.
This means that it is either an anonymous function or a capture of a function without a module specified. That may cause a performance penalty when calling that handler. For more details see the note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach/4
17:07:16.307 [info] The function passed as a handler with ID "test-[:ex_git_objectstore, :object, :write, :stop]--576460752303416126" 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
.......
17:07:16.381 [info] UploadPackV2: processing ls-refs command
17:07:16.382 [info] UploadPackV2: processing fetch command
17:07:16.382 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:16.384 [info] UploadPackV2: collected 15 objects, generating pack
17:07:16.384 [info] UploadPackV2: pack generated, 952 bytes
17:07:16.384 [info] UploadPackV2: fetch response 974 bytes
.
17:07:16.457 [info] UploadPackV2: processing ls-refs command
17:07:16.458 [info] UploadPackV2: processing fetch command
17:07:16.458 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:16.459 [info] UploadPackV2: collected 3 objects, generating pack
17:07:16.459 [info] UploadPackV2: pack generated, 185 bytes
17:07:16.459 [info] UploadPackV2: fetch response 207 bytes
17:07:16.517 [info] UploadPackV2: processing ls-refs command
.
17:07:16.585 [info] UploadPackV2: processing ls-refs command
17:07:16.586 [info] UploadPackV2: processing fetch command
17:07:16.586 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:07:16.586 [info] UploadPackV2: collected 3 objects, generating pack
17:07:16.586 [info] UploadPackV2: pack generated, 200 bytes
17:07:16.587 [info] UploadPackV2: fetch response 256 bytes
.
17:07:16.645 [info] UploadPackV2: processing ls-refs command
17:07:16.646 [info] UploadPackV2: processing fetch command
17:07:16.646 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:16.647 [info] UploadPackV2: collected 3 objects, generating pack
17:07:16.647 [info] UploadPackV2: pack generated, 196 bytes
17:07:16.647 [info] UploadPackV2: fetch response 218 bytes
.
17:07:16.665 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 1
17:07:16.676 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 2
17:07:16.689 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 3
17:07:16.735 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 4
17:07:16.855 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 5
17:07:17.067 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 6
17:07:17.256 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 7
17:07:17.709 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 8
17:07:19.141 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 9
17:07:22.733 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 10
17:07:22.735 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 1
17:07:22.750 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 2
17:07:22.780 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 3
17:07:22.808 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 4
17:07:22.920 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 5
17:07:22.954 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 6
17:07:23.053 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 7
17:07:23.220 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 8
17:07:24.191 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 9
17:07:29.041 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 10
???????????????????????????????????
20) 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:436: 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
17:07:29.101 [info] UploadPackV2: processing ls-refs command
17:07:29.102 [info] UploadPackV2: processing fetch command
17:07:29.102 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:29.103 [info] UploadPackV2: collected 3 objects, generating pack
17:07:29.103 [info] UploadPackV2: pack generated, 183 bytes
17:07:29.103 [info] UploadPackV2: fetch response 205 bytes
.
17:07:29.233 [info] UploadPackV2: processing ls-refs command
17:07:29.235 [info] UploadPackV2: processing fetch command
17:07:29.235 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:29.235 [info] UploadPackV2: collected 6 objects, generating pack
17:07:29.236 [info] UploadPackV2: pack generated, 365 bytes
17:07:29.236 [info] UploadPackV2: fetch response 387 bytes
.....
17:07:29.605 [info] UploadPackV2: processing ls-refs command
17:07:29.606 [info] UploadPackV2: processing fetch command
17:07:29.606 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:29.607 [info] UploadPackV2: collected 3 objects, generating pack
17:07:29.607 [info] UploadPackV2: pack generated, 183 bytes
17:07:29.607 [info] UploadPackV2: fetch response 205 bytes
.
17:07:29.729 [info] UploadPackV2: processing ls-refs command
17:07:29.731 [info] UploadPackV2: processing fetch command
17:07:29.731 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:29.731 [info] UploadPackV2: collected 6 objects, generating pack
17:07:29.732 [info] UploadPackV2: pack generated, 365 bytes
17:07:29.732 [info] UploadPackV2: fetch response 387 bytes
..
17:07:29.933 [info] UploadPackV2: processing ls-refs command
17:07:29.935 [info] UploadPackV2: processing fetch command
17:07:29.935 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:29.935 [info] UploadPackV2: collected 3 objects, generating pack
17:07:29.936 [info] UploadPackV2: pack generated, 201 bytes
17:07:29.936 [info] UploadPackV2: fetch response 223 bytes
..
17:07:30.079 [info] The function passed as a handler with ID "telemetry-test-7810" 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
.
17:07:30.079 [info] UploadPackV2: processing fetch command
17:07:30.079 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:07:30.079 [info] UploadPackV2: collected 3 objects, generating pack
17:07:30.080 [info] UploadPackV2: pack generated, 183 bytes
17:07:30.080 [info] UploadPackV2: fetch response 205 bytes
17:07:30.085 [info] The function passed as a handler with ID "telemetry-test-7842" 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
.
17:07:30.150 [info] The function passed as a handler with ID "telemetry-test-7874" 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
.
17:07:30.151 [info] UploadPackV2: processing fetch command
17:07:30.151 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:07:30.151 [info] UploadPackV2: collected 2 objects, generating pack
17:07:30.151 [info] UploadPackV2: pack generated, 169 bytes
.
17:07:30.151 [info] UploadPackV2: fetch response 191 bytes
17:07:30.152 [info] The function passed as a handler with ID "telemetry-test-7906" 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
17:07:30.152 [info] UploadPackV2: processing fetch command
17:07:30.153 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:30.153 [info] UploadPackV2: collected 3 objects, generating pack
17:07:30.153 [info] UploadPackV2: pack generated, 186 bytes
17:07:30.153 [info] UploadPackV2: fetch response 208 bytes
.
17:07:30.269 [info] UploadPackV2: processing ls-refs command
17:07:30.271 [info] UploadPackV2: processing fetch command
17:07:30.271 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:30.271 [info] UploadPackV2: collected 3 objects, generating pack
17:07:30.271 [info] UploadPackV2: pack generated, 185 bytes
17:07:30.272 [info] UploadPackV2: fetch response 207 bytes
.
17:07:30.345 [info] UploadPackV2: processing ls-refs command
17:07:30.347 [info] UploadPackV2: processing fetch command
17:07:30.347 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:30.347 [info] UploadPackV2: collected 3 objects, generating pack
17:07:30.347 [info] UploadPackV2: pack generated, 196 bytes
17:07:30.347 [info] UploadPackV2: fetch response 218 bytes
.
17:07:30.389 [info] UploadPackV2: processing ls-refs command
17:07:30.392 [info] UploadPackV2: processing fetch command
17:07:30.393 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:30.394 [info] UploadPackV2: collected 15 objects, generating pack
17:07:30.394 [info] UploadPackV2: pack generated, 919 bytes
17:07:30.394 [info] UploadPackV2: fetch response 941 bytes
.
17:07:30.415 [info] UploadPackV2: processing fetch command
17:07:30.415 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:30.416 [info] UploadPackV2: collected 3 objects, generating pack
17:07:30.416 [info] UploadPackV2: pack generated, 183 bytes
17:07:30.416 [info] UploadPackV2: fetch response 205 bytes
..
17:07:30.479 [info] UploadPackV2: processing ls-refs command
17:07:30.481 [info] UploadPackV2: processing fetch command
17:07:30.481 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:30.482 [info] UploadPackV2: collected 9 objects, generating pack
17:07:30.483 [info] UploadPackV2: pack generated, 549 bytes
17:07:30.483 [info] UploadPackV2: fetch response 571 bytes
17:07:30.512 [info] UploadPackV2: processing ls-refs command
.
17:07:30.537 [info] UploadPackV2: processing ls-refs command
17:07:30.541 [info] UploadPackV2: processing fetch command
17:07:30.541 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:30.541 [info] UploadPackV2: collected 6 objects, generating pack
17:07:30.542 [info] UploadPackV2: pack generated, 366 bytes
17:07:30.542 [info] UploadPackV2: fetch response 388 bytes
17:07:30.572 [info] UploadPackV2: processing ls-refs command
.
17:07:30.596 [info] UploadPackV2: processing ls-refs command
17:07:30.598 [info] UploadPackV2: processing fetch command
17:07:30.599 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:30.599 [info] UploadPackV2: collected 3 objects, generating pack
17:07:30.599 [info] UploadPackV2: pack generated, 183 bytes
17:07:30.599 [info] UploadPackV2: fetch response 205 bytes
.
17:07:30.646 [info] UploadPackV2: processing ls-refs command
17:07:30.649 [info] UploadPackV2: processing fetch command
17:07:30.649 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:30.655 [info] UploadPackV2: collected 180 objects, generating pack
17:07:30.658 [info] UploadPackV2: pack generated, 11106 bytes
17:07:30.658 [info] UploadPackV2: fetch response 11128 bytes
.....................
17:07:30.696 [info] The function passed as a handler with ID "graph-query-test-8130" 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
..
17:07:30.701 [info] The function passed as a handler with ID "graph-query-test-8226" 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
.....
17:07:30.706 [info] The function passed as a handler with ID "graph-query-test-7683" 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
.
17:07:30.711 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 1
17:07:30.721 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 2
17:07:30.745 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 3
17:07:30.788 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 4
17:07:30.903 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 5
17:07:30.980 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 6
17:07:31.206 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 7
17:07:31.846 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 8
17:07:33.184 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 9
17:07:33.503 [warning] ExAws: HTTP ERROR: :econnrefused for URL: "http://localhost:9000/test-bucket/" ATTEMPT: 10
17:07:33.510 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:59283 (http)
21) 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)
17:07:33.538 [info] Running ExGitObjectstore.Test.LfsHttpAdapter with Bandit 1.10.4 at 127.0.0.1:34479 (http)
22) 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)
17:07:33.605 [info] UploadPackV2: processing ls-refs command
.
17:07:33.661 [info] UploadPackV2: processing ls-refs command
17:07:33.662 [info] UploadPackV2: processing fetch command
17:07:33.662 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:07:33.663 [info] UploadPackV2: collected 3 objects, generating pack
17:07:33.663 [info] UploadPackV2: pack generated, 216 bytes
17:07:33.663 [info] UploadPackV2: fetch response 312 bytes
17:07:33.725 [info] UploadPackV2: processing ls-refs command
17:07:33.726 [info] UploadPackV2: processing fetch command
17:07:33.726 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:07:33.726 [info] UploadPackV2: collected 12 objects, generating pack
17:07:33.727 [info] UploadPackV2: pack generated, 768 bytes
17:07:33.727 [info] UploadPackV2: fetch response 1002 bytes
.
17:07:33.793 [info] UploadPackV2: processing ls-refs command
17:07:33.798 [info] UploadPackV2: processing fetch command
17:07:33.798 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=:blob_none, send_packfile=true
17:07:33.799 [info] UploadPackV2: collected 6 objects, generating pack
17:07:33.799 [info] UploadPackV2: pack generated, 513 bytes
17:07:33.799 [info] UploadPackV2: fetch response 535 bytes
.
17:07:33.873 [info] UploadPackV2: processing ls-refs command
17:07:33.878 [info] UploadPackV2: processing fetch command
17:07:33.878 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:sparse_oid, "4f00cd9a7367fae9a753bdda17205e0f324aa8ae"}, send_packfile=true
17:07:33.879 [info] UploadPackV2: collected 5 objects, generating pack
17:07:33.879 [info] UploadPackV2: pack generated, 319 bytes
17:07:33.879 [info] UploadPackV2: fetch response 341 bytes
.
17:07:33.953 [info] UploadPackV2: processing ls-refs command
17:07:33.955 [info] UploadPackV2: processing fetch command
17:07:33.955 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:07:33.955 [info] UploadPackV2: collected 3 objects, generating pack
17:07:33.955 [info] UploadPackV2: pack generated, 216 bytes
17:07:33.955 [info] UploadPackV2: fetch response 312 bytes
.
17:07:34.029 [info] UploadPackV2: processing ls-refs command
17:07:34.030 [info] UploadPackV2: processing fetch command
17:07:34.031 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:07:34.031 [info] UploadPackV2: collected 9 objects, generating pack
17:07:34.032 [info] UploadPackV2: pack generated, 585 bytes
17:07:34.032 [info] UploadPackV2: fetch response 681 bytes
.
17:07:34.101 [info] UploadPackV2: processing ls-refs command
17:07:34.103 [info] UploadPackV2: processing fetch command
17:07:34.103 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:34.104 [info] UploadPackV2: collected 9 objects, generating pack
17:07:34.104 [info] UploadPackV2: pack generated, 549 bytes
17:07:34.104 [info] UploadPackV2: fetch response 571 bytes
17:07:34.123 [info] UploadPackV2: processing fetch command
17:07:34.123 [info] UploadPackV2.handle_fetch: 0 wants, 3 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
17:07:34.123 [info] UploadPackV2: fetch response 171 bytes
.
17:07:34.177 [info] UploadPackV2: processing ls-refs command
17:07:34.180 [info] UploadPackV2: processing fetch command
17:07:34.180 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:object_type, :commit}, send_packfile=true
17:07:34.181 [info] UploadPackV2: collected 3 objects, generating pack
17:07:34.181 [info] UploadPackV2: pack generated, 381 bytes
17:07:34.181 [info] UploadPackV2: fetch response 403 bytes
.
17:07:34.249 [info] UploadPackV2: processing ls-refs command
17:07:34.252 [info] UploadPackV2: processing fetch command
17:07:34.252 [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
17:07:34.253 [info] UploadPackV2: collected 6 objects, generating pack
17:07:34.253 [info] UploadPackV2: pack generated, 513 bytes
17:07:34.253 [info] UploadPackV2: fetch response 535 bytes
..
17:07:34.325 [info] UploadPackV2: processing ls-refs command
.
17:07:34.377 [info] UploadPackV2: processing ls-refs command
.
17:07:34.425 [info] UploadPackV2: processing ls-refs command
.
17:07:34.477 [info] UploadPackV2: processing ls-refs command
17:07:34.480 [info] UploadPackV2: processing fetch command
17:07:34.480 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter={:tree_depth, 0}, send_packfile=true
17:07:34.481 [info] UploadPackV2: collected 3 objects, generating pack
17:07:34.481 [info] UploadPackV2: pack generated, 381 bytes
17:07:34.481 [info] UploadPackV2: fetch response 403 bytes
..
17:07:34.557 [info] UploadPackV2: processing ls-refs command
17:07:34.559 [info] UploadPackV2: processing fetch command
17:07:34.559 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:07:34.560 [info] UploadPackV2: collected 3 objects, generating pack
17:07:34.560 [info] UploadPackV2: pack generated, 218 bytes
17:07:34.560 [info] UploadPackV2: fetch response 314 bytes
.
17:07:34.653 [info] UploadPackV2: processing ls-refs command
17:07:34.654 [info] UploadPackV2: processing fetch command
17:07:34.654 [info] UploadPackV2.handle_fetch: 1 wants, 1 haves, done=false, wait-for-done=false, shallow=true, filter=nil, send_packfile=true
17:07:34.654 [info] UploadPackV2: collected 3 objects, generating pack
17:07:34.654 [info] UploadPackV2: pack generated, 216 bytes
17:07:34.654 [info] UploadPackV2: fetch response 346 bytes
.
17:07:34.662 [info] UploadPackV2: processing fetch command
17:07:34.662 [info] UploadPackV2.handle_fetch: 1 wants, 3 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:34.662 [info] UploadPackV2: collected 3 objects, generating pack
17:07:34.662 [info] UploadPackV2: pack generated, 183 bytes
.
17:07:34.662 [info] UploadPackV2: fetch response 205 bytes
17:07:34.737 [info] UploadPackV2: processing ls-refs command
17:07:34.739 [info] UploadPackV2: processing fetch command
17:07:34.739 [info] UploadPackV2.handle_fetch: 3 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:34.739 [info] UploadPackV2: collected 9 objects, generating pack
17:07:34.740 [info] UploadPackV2: pack generated, 525 bytes
17:07:34.740 [info] UploadPackV2: fetch response 547 bytes
.
17:07:34.817 [info] UploadPackV2: processing ls-refs command
17:07:34.819 [info] UploadPackV2: processing fetch command
17:07:34.819 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:34.820 [info] UploadPackV2: collected 6 objects, generating pack
17:07:34.820 [info] UploadPackV2: pack generated, 365 bytes
17:07:34.820 [info] UploadPackV2: fetch response 387 bytes
17:07:34.840 [info] UploadPackV2: processing fetch command
17:07:34.840 [info] UploadPackV2.handle_fetch: 0 wants, 2 haves, done=false, wait-for-done=true, shallow=false, filter=nil, send_packfile=false
17:07:34.841 [info] UploadPackV2: fetch response 122 bytes
.
17:07:34.901 [info] UploadPackV2: processing ls-refs command
17:07:34.901 [info] UploadPackV2: processing ls-refs command
17:07:34.903 [info] UploadPackV2: processing fetch command
17:07:34.903 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:34.904 [info] UploadPackV2: collected 6 objects, generating pack
17:07:34.904 [info] UploadPackV2: pack generated, 365 bytes
17:07:34.904 [info] UploadPackV2: fetch response 387 bytes
17:07:34.904 [info] UploadPackV2: processing fetch command
17:07:34.904 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:34.905 [info] UploadPackV2: collected 6 objects, generating pack
17:07:34.905 [info] UploadPackV2: pack generated, 365 bytes
17:07:34.905 [info] UploadPackV2: fetch response 387 bytes
.
17:07:35.001 [info] UploadPackV2: processing ls-refs command
17:07:35.002 [info] UploadPackV2: processing fetch command
17:07:35.003 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:35.006 [info] UploadPackV2: collected 90 objects, generating pack
17:07:35.008 [info] UploadPackV2: pack generated, 5649 bytes
17:07:35.008 [info] UploadPackV2: fetch response 5671 bytes
17:07:35.285 [info] UploadPackV2: processing ls-refs command
.
17:07:35.341 [info] UploadPackV2: processing ls-refs command
17:07:35.342 [info] UploadPackV2: processing fetch command
17:07:35.342 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:35.343 [info] UploadPackV2: collected 9 objects, generating pack
17:07:35.344 [info] UploadPackV2: pack generated, 547 bytes
17:07:35.344 [info] UploadPackV2: fetch response 569 bytes
17:07:35.417 [info] UploadPackV2: processing ls-refs command
.
17:07:35.473 [info] UploadPackV2: processing ls-refs command
17:07:35.474 [info] UploadPackV2: processing fetch command
17:07:35.474 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:35.475 [info] UploadPackV2: collected 6 objects, generating pack
17:07:35.475 [info] UploadPackV2: pack generated, 366 bytes
17:07:35.475 [info] UploadPackV2: fetch response 388 bytes
17:07:35.537 [info] UploadPackV2: processing ls-refs command
17:07:35.537 [info] UploadPackV2: processing fetch command
17:07:35.538 [info] UploadPackV2.handle_fetch: 1 wants, 2 haves, done=false, wait-for-done=false, shallow=false, filter=nil, send_packfile=false
17:07:35.538 [info] UploadPackV2: fetch response 32 bytes
17:07:35.538 [info] UploadPackV2: processing fetch command
17:07:35.538 [info] UploadPackV2.handle_fetch: 1 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:35.538 [info] UploadPackV2: collected 3 objects, generating pack
17:07:35.538 [info] UploadPackV2: pack generated, 183 bytes
17:07:35.539 [info] UploadPackV2: fetch response 205 bytes
.
17:07:35.645 [info] UploadPackV2: processing ls-refs command
17:07:35.647 [info] UploadPackV2: processing fetch command
17:07:35.647 [info] UploadPackV2.handle_fetch: 2 wants, 0 haves, done=true, wait-for-done=false, shallow=false, filter=nil, send_packfile=true
17:07:35.648 [info] UploadPackV2: collected 6 objects, generating pack
17:07:35.648 [info] UploadPackV2: pack generated, 365 bytes
17:07:35.648 [info] UploadPackV2: fetch response 387 bytes
17:07:39.397 [info] UploadPackV2: processing ls-refs command
.
Finished in 111.6 seconds (25.2s async, 86.3s sync)
954 tests, 22 failures, 35 invalid
Exporting cover results ...
Run "mix test.coverage" once all exports complete
Uploading 1 artifact(s)...