Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on GitHub CI #723

Closed
fcollonval opened this issue Sep 21, 2021 · 5 comments
Closed

Error on GitHub CI #723

fcollonval opened this issue Sep 21, 2021 · 5 comments
Assignees
Labels
bug Something isn't working p0-critical Max priority (ASAP)

Comments

@fcollonval
Copy link

Hey,

We are hitting an issue on the setup action on GitHub CI since yesterday:

Run iterative/setup-cml@v1
Uninstalling previous CML
Installing CML version latest
Error: Command failed: /usr/bin/sudo npm install -g canvas@2 vega@5 vega-cli@5 vega-lite@4 @dvcorg/cml
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated @types/fast-json-stable-stringify@2.1.0: This is a stub types definition. fast-json-stable-stringify provides its own type definitions, so you do not need this installed.

See https://github.com/jupyterlab/jupyterlab/runs/3656903043

We are installing the following tools on ubuntu 20.04:

    runs-on: ubuntu-20.04
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Install node
        uses: actions/setup-node@v2
        with:
          node-version: '14.x'
      - name: Install Python
        uses: actions/setup-python@v2
        with:
          python-version: 3.8

Do we need to update those?

@0x2b3bfa0 0x2b3bfa0 self-assigned this Sep 21, 2021
@0x2b3bfa0 0x2b3bfa0 added bug Something isn't working p0-critical Max priority (ASAP) labels Sep 21, 2021
@0x2b3bfa0
Copy link
Member

@fcollonval, it looks like GitHub was banning the npm user agent and returning 403 errors to prebuilt package requests. 🙃 I'm no longer able to reproduce it. Can you please try again?

@fcollonval
Copy link
Author

thanks for the update. Indeed, this has been solved and restarting the job, it now passes.

@0x2b3bfa0
Copy link
Member

Awesome! Glad to hear that!

@0x2b3bfa0
Copy link
Member

0x2b3bfa0 commented Sep 21, 2021

@casperdcl, should we run daily/hourly checks for setup–(cml|dvc) on status.cml.dev to catch “non–service” reliability issues faster?

@casperdcl
Copy link
Contributor

casperdcl commented Sep 21, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p0-critical Max priority (ASAP)
Projects
None yet
Development

No branches or pull requests

3 participants