Bug 2019516

Summary: [sig-builds][Feature:Builds] clone repository using git:// protocol should clone using git:// if no proxy is configured [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
Product: OpenShift Container Platform Reporter: Devan Goodwin <dgoodwin>
Component: Test FrameworkAssignee: Devan Goodwin <dgoodwin>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.10CC: aaleman, adam.kaplan, aos-bugs, dgoodwin, jitsingh, pbhattac, rvanderp, spandura, suryadav, wking
Target Milestone: ---   
Target Release: 4.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 2019433 Environment:
Last Closed: 2022-01-19 18:52:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2019433, 2019518    

Description Devan Goodwin 2021-11-02 17:42:45 UTC
Cloning for the short term solution which is to skip the test.

+++ This bug was initially created as a clone of Bug #2019433 +++

Description of problem:
CI jobs are failing with `The unauthenticated git protocol on port 9418 is no longer supported.`  

Failing job specific to sig-builds: 
https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_console/10341/pull-ci-openshift-console-master-e2e-gcp/1455327531476455424

Sample of failing jobs:
https://search.ci.openshift.org/?search=The+unauthenticated+git+protocol+on+port+9418&maxAge=48h&context=1&type=build-log&name=&excludeName=&maxMatches=5&maxBytes=20971520&groupBy=job

Version-Release number of selected component (if applicable):
Numerous 4.x

How reproducible:
Consistently

Steps to Reproduce:
1. Run openshift-tests
2.
3.

Actual results:
[sig-builds][Feature:Builds] is failing due to reported unsupported git protocol.

Expected results:
[sig-builds][Feature:Builds] should use supported mechanism for interacting with git.

Additional info:

--- Additional comment from Surender Yadav on 2021-11-02 16:09:32 UTC ---

CI jobs are failing with `The unauthenticated git protocol on port 9418 is no longer supported" for s390x as well.

Failing job specific to sig-builds: 
https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-openshift-multiarch-master-nightly-4.6-ocp-e2e-remote-libvirt-s390x/1455308719846854656
https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-openshift-multiarch-master-nightly-4.9-ocp-e2e-remote-libvirt-s390x/1455505091434909696

Sample of failing jobs:
https://search.ci.openshift.org/?search=The+unauthenticated+git+protocol+on+port+9418+is+no+longer+supported&maxAge=168h&context=1&type=build-log&name=s390x&excludeName=&maxMatches=5&maxBytes=20971520&groupBy=job

Version-Release number of selected component (if applicable):
Numerous 4.9 & 4.6

--- Additional comment from Devan Goodwin on 2021-11-02 17:21:42 UTC ---

I am working on a PR to disable this in 4.10 and backport throughout, but will leave this bugzilla open for a proper fix.