Skip to content

CI failures on macos targets #5159

Closed
@derrickstolee

Description

@derrickstolee
  • I was not able to find an open or closed issue matching what I'm seeing

I'm not sure if this is new, but it doesn't seem to be related to my changes in my PR. The PR builds are failing for all macos targets.

Here is one sample error log, though they are all the same:

=== Failed test: t5559-http-fetch-smart-http2 ===
The full logs are in the 'print test failures' step below.
See also the 'failed-tests-*' artifacts attached to this run.
Error: failed: t5559.30 large fetch-pack requests can be sent using chunked encoding
failure: t5559.30 large fetch-pack requests can be sent using chunked encoding 
  	GIT_TRACE_CURL=true git -c http.postbuffer=65536 \
  		clone --bare "$HTTPD_URL/smart/repo.git" split.git 2>err &&
  	{
  		test_have_prereq HTTP2 ||
  		grep "^=> Send header: Transfer-Encoding: chunked" err
  	}
  
  +++ GIT_TRACE_CURL=true
  +++ git -c http.postbuffer=65536 clone --bare https://127.0.0.1:5559/smart/repo.git split.git
  error: last command exited with $?=128
  not ok 30 - large fetch-pack requests can be sent using chunked encoding
  #	
  #		GIT_TRACE_CURL=true git -c http.postbuffer=65536 \
  #			clone --bare "$HTTPD_URL/smart/repo.git" split.git 2>err &&
  #		{
  #			test_have_prereq HTTP2 ||
  #			grep "^=> Send header: Transfer-Encoding: chunked" err
  #		}
  #	

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions