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/li

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

2020-11-25 Thread Aleksey Shipilev
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/libasou

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/libasou

Integrated: 8256755: Update build.tools.depend.Depend to handle record components in API signatures

2020-11-25 Thread Chris Hegarty
On Tue, 24 Nov 2020 09:59:44 GMT, Chris Hegarty wrote: > The `Depend` build tool creates a hash of a module's API elements, so that it > can determine if downstream modules require recompilation. The build tool > fails (throws an exception) when it encounters an "unknown" record > attribute/co

Re: RFR: 8256755: Update build.tools.depend.Depend to handle record components in API signatures [v2]

2020-11-25 Thread Chris Hegarty
> The `Depend` build tool creates a hash of a module's API elements, so that it > can determine if downstream modules require recompilation. The build tool > fails (throws an exception) when it encounters an "unknown" record > attribute/component - the build tool predates records. > > The compo

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/lib

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/libasou

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

Re: gh actions fail on linux x64 when fetching libsound

2020-11-25 Thread Robin Westberg
Hi Aleksey, > On 25 Nov 2020, at 09:49, Aleksey Shipilev wrote: > > On 11/25/20 9:45 AM, Thomas Stüfe wrote: >> "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]" >> https://gi

Re: gh actions fail on linux x64 when fetching libsound

2020-11-25 Thread Aleksey Shipilev
On 11/25/20 9:49 AM, Aleksey Shipilev wrote: On 11/25/20 9:45 AM, Thomas Stüfe wrote: "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]" https://github.com/tstuefe/jdk/runs/145222

Re: gh actions fail on linux x64 when fetching libsound

2020-11-25 Thread Aleksey Shipilev
On 11/25/20 9:45 AM, Thomas Stüfe wrote: "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]" https://github.com/tstuefe/jdk/runs/1452221121 Does anyone have an idea? I think this

Re: RFR: 8256831: MIPS Zero builds fail with undefined __atomic_compare_exchange_8 [v3]

2020-11-25 Thread Aleksey Shipilev
On Tue, 24 Nov 2020 07:13:27 GMT, Magnus Ihse Bursie wrote: >> Aleksey Shipilev has updated the pull request with a new target base due to >> a merge or a rebase. The pull request now contains four commits: >> >> - Merge branch 'master' into JDK-8256831-mips-8-byte-cas >> - Move the library a

gh actions fail on linux x64 when fetching libsound

2020-11-25 Thread Thomas Stüfe
Hi, all my linux x64 gh builds fail with: "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]" https://github.com/tstuefe/jdk/runs/1452221121 Does anyone have an idea? Thanks, Thomas

Integrated: 8256747: GitHub Actions: decouple the hotspot build-only jobs from Linux x64 testing

2020-11-25 Thread Robin Westberg
On Fri, 20 Nov 2020 14:24:12 GMT, Robin Westberg wrote: > Currently Linux x64 testing in GitHub Actions depends on a few non-relevant > hotspot build-only jobs (such as zero) that prevents testing from being run > if those build were to fail. As the tests only require the x64 release and > deb