Re: RFR: 8257056: Submit workflow should apt-get update to avoid package installation errors

2020-11-25 Thread Aleksey Shipilev
On Wed, 25 Nov 2020 13:08:59 GMT, Severin Gehwolf  wrote:

>> For example, current jobs fail with:
>> 
>> Get:13 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libxtst-dev 
>> amd64 2:1.2.3-1 [15.2 kB]
>> E: Failed to fetch 
>> http://azure.archive.ubuntu.com/ubuntu/pool/main/a/alsa-lib/libasound2-dev_1.2.2-2.1ubuntu2.1_amd64.deb
>>  404 Not Found [IP: 52.147.219.192 80]
>> Fetched 760 kB in 0s (3154 kB/s)
>> E: Unable to fetch some archives, maybe run apt-get update or try with 
>> --fix-missing?
>
> Ship it!

Thank you!

-

PR: https://git.openjdk.java.net/jdk/pull/1427


Re: RFR: 8257056: Submit workflow should apt-get update to avoid package installation errors

2020-11-25 Thread Severin Gehwolf
On Wed, 25 Nov 2020 08:56:33 GMT, Aleksey Shipilev  wrote:

> For example, current jobs fail with:
> 
> Get:13 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libxtst-dev 
> amd64 2:1.2.3-1 [15.2 kB]
> E: Failed to fetch 
> http://azure.archive.ubuntu.com/ubuntu/pool/main/a/alsa-lib/libasound2-dev_1.2.2-2.1ubuntu2.1_amd64.deb
>  404 Not Found [IP: 52.147.219.192 80]
> Fetched 760 kB in 0s (3154 kB/s)
> E: Unable to fetch some archives, maybe run apt-get update or try with 
> --fix-missing?

Ship it!

-

Marked as reviewed by sgehwolf (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/1427


Re: RFR: 8257056: Submit workflow should apt-get update to avoid package installation errors

2020-11-25 Thread Aleksey Shipilev
On Wed, 25 Nov 2020 09:11:26 GMT, Robin Westberg  wrote:

>> For example, current jobs fail with:
>> 
>> Get:13 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libxtst-dev 
>> amd64 2:1.2.3-1 [15.2 kB]
>> E: Failed to fetch 
>> http://azure.archive.ubuntu.com/ubuntu/pool/main/a/alsa-lib/libasound2-dev_1.2.2-2.1ubuntu2.1_amd64.deb
>>  404 Not Found [IP: 52.147.219.192 80]
>> Fetched 760 kB in 0s (3154 kB/s)
>> E: Unable to fetch some archives, maybe run apt-get update or try with 
>> --fix-missing?
>
> Looks good!

Thanks! By this time, GH actions seem to pass all Linux builds, including the 
additional ones, except known failures on Linux x86_32.

Still need a formal Reviewer ack to integrate.

-

PR: https://git.openjdk.java.net/jdk/pull/1427


Re: RFR: 8257056: Submit workflow should apt-get update to avoid package installation errors

2020-11-25 Thread Robin Westberg
On Wed, 25 Nov 2020 08:56:33 GMT, Aleksey Shipilev  wrote:

> For example, current jobs fail with:
> 
> Get:13 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libxtst-dev 
> amd64 2:1.2.3-1 [15.2 kB]
> E: Failed to fetch 
> http://azure.archive.ubuntu.com/ubuntu/pool/main/a/alsa-lib/libasound2-dev_1.2.2-2.1ubuntu2.1_amd64.deb
>  404 Not Found [IP: 52.147.219.192 80]
> Fetched 760 kB in 0s (3154 kB/s)
> E: Unable to fetch some archives, maybe run apt-get update or try with 
> --fix-missing?

Looks good!

-

Marked as reviewed by rwestberg (Committer).

PR: https://git.openjdk.java.net/jdk/pull/1427


RFR: 8257056: Submit workflow should apt-get update to avoid package installation errors

2020-11-25 Thread Aleksey Shipilev
For example, current jobs fail with:

Get:13 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libxtst-dev 
amd64 2:1.2.3-1 [15.2 kB]
E: Failed to fetch 
http://azure.archive.ubuntu.com/ubuntu/pool/main/a/alsa-lib/libasound2-dev_1.2.2-2.1ubuntu2.1_amd64.deb
 404 Not Found [IP: 52.147.219.192 80]
Fetched 760 kB in 0s (3154 kB/s)
E: Unable to fetch some archives, maybe run apt-get update or try with 
--fix-missing?

-

Commit messages:
 - 8257056: Submit workflow should apt-get update to avoid package installation 
errors

Changes: https://git.openjdk.java.net/jdk/pull/1427/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=1427=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8257056
  Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1427.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1427/head:pull/1427

PR: https://git.openjdk.java.net/jdk/pull/1427