Skip to content

Suddenly the step is extremely slow? #109

Description

@mydea

Since a bit more than an hour, suddenly this action became extremely slow - it takes 5-10 minutes to run.

We have multiple workflows which look like this:

jobs:
test:
runs-on: ubuntu-latesttimeout-minutes: 6 steps:
- uses: actions/checkout@v2
- name: Setup Javauses: actions/setup-java@v1with:
java-version: "11"architecture: "x64"

Which now time out because the "Setup Java" step takes too long, and is aborted:

Run actions/setup-java@v1
with:
java-version: 11
architecture: x64
java-package: jdk
server-id: github
server-username: GITHUB_ACTOR
server-password: GITHUB_TOKEN
Error: The operation was canceled.

With debugging enabled, I get this output:

Run actions/setup-java@v1
##[debug]isExplicit: ##[debug]explicit? false
##[debug]evaluating 0 versions
##[debug]match not found
##[debug]Downloading JDK from Azul
##[debug]Searching for files with extension: -linux_x64.tar.gz
##[debug]Downloading https://static.azul.com/zulu/bin/zulu11.41.23-ca-jdk11.0.8-linux_x64.tar.gz
##[debug]Downloading /home/runner/work/_temp/396c3e9f-c908-4376-bc75-60add47a4e50
##[debug]Re-evaluate condition on job cancellation for step: 'Setup Java'.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions