Fwd: git.openjdk.* forwarder problems; breaks GHA on getting jtreg dependencies
Aleksey Shipilev
shipilev at amazon.de
Fri Jan 12 15:41:56 UTC 2024
(sorry for the broad message)
Hi there!
I wonder if anyone reads ops at openjdk.org, or if there is an infra problem, or folks are on
vacations? Ops folks are usually very responsive. But for the message below, I have seen no replies.
In case this is just my mail not getting through, could anyone ask Ops folks if they have seen it?
Thanks!
-Aleksey
-------- Forwarded Message --------
Subject: git.openjdk.* forwarder problems; breaks GHA on getting jtreg dependencies
Date: Thu, 11 Jan 2024 11:09:34 +0100
From: Aleksey Shipilev <shipilev at amazon.de>
To: ops at openjdk.org
Hi,
Current GHA runs seem to be stuck on getting jtreg dependencies for build. This effectively breaks
our on-going pre-integration testing :)
There seem to be no response from neither git.openjdk.java.net, nor from git.openjdk.org. Is there
an outage on forwarder there? Pulling stuff directly from github.com works.
I am seeing this on one of my EC2 instances:
% wget --timeout=10 --tries=1 https://git.openjdk.java.net/jtharness/archive/jt6.0-b24.zip
--2024-01-11 10:06:14-- https://git.openjdk.java.net/jtharness/archive/jt6.0-b24.zip
Resolving git.openjdk.java.net (git.openjdk.java.net)... 23.38.211.164, 2a02:26f0:9b00:484::2c21,
2a02:26f0:9b00:493::2c21
Connecting to git.openjdk.java.net (git.openjdk.java.net)|23.38.211.164|:443... connected.
HTTP request sent, awaiting response... Read error (Connection timed out) in headers.
Giving up.
% wget --timeout=10 --tries=1 https://git.openjdk.org/jtharness/archive/jt6.0-b24.zip
--2024-01-11 10:06:37-- https://git.openjdk.org/jtharness/archive/jt6.0-b24.zip
Resolving git.openjdk.org (git.openjdk.org)... 23.38.211.164, 2a02:26f0:9b00:484::2c21,
2a02:26f0:9b00:493::2c21
Connecting to git.openjdk.org (git.openjdk.org)|23.38.211.164|:443... connected.
HTTP request sent, awaiting response... Read error (Connection timed out) in headers.
Giving up.
% wget --timeout=10 --tries=1 https://github.com/openjdk/jtharness/archive/jt6.0-b24.zip
--2024-01-11 10:08:26-- https://github.com/openjdk/jtharness/archive/jt6.0-b24.zip
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/openjdk/jtharness/zip/refs/tags/jt6.0-b24 [following]
--2024-01-11 10:08:26-- https://codeload.github.com/openjdk/jtharness/zip/refs/tags/jt6.0-b24
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘jt6.0-b24.zip’
[ <=> ] 5,133,453
11.9MB/s in 0.4s
--
Thanks,
-Aleksey
Amazon Development Center Germany GmbH
Krausenstr. 38
10117 Berlin
Geschaeftsfuehrung: Christian Schlaeger, Jonathan Weiss
Eingetragen am Amtsgericht Charlottenburg unter HRB 149173 B
Sitz: Berlin
Ust-ID: DE 289 237 879
More information about the jdk-dev
mailing list