pulumi / pulumi-awsx

AWS infrastructure best practices in component form!
https://www.pulumi.com/docs/guides/crosswalk/aws/
Apache License 2.0
227 stars 104 forks source link

Workflow failure: cron #1336

Closed pulumi-bot closed 4 months ago

pulumi-bot commented 4 months ago

Workflow Failure

cron has failed. See the list of failures below:

t0yv0 commented 4 months ago

This was a flake of the following sort:

    provider_nodejs_test.go:65: installing packages and plugins
      pulumiTest.go:103: failed to install packages and plugins: exit status 255
          Installing dependencies...

          npm error code ECONNRESET
          npm error errno ECONNRESET
          npm error network Invalid response body while trying to fetch https://registry.npmjs.org/@pulumi%2fdocker: aborted
          npm error network This is a problem related to network connectivity.
          npm error network In most cases you are behind a proxy or have bad network settings.
          npm error network
          npm error network If you are behind a proxy, please make sure that the
          npm error network 'proxy' config is set properly.  See: 'npm help config'

          npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2024-07-02T07_16_34_262Z-debug-0.log
          error: installing dependencies: dependency installation failed: exit status 1
t0yv0 commented 4 months ago

Root-cause tracked in https://github.com/pulumi/providertest/issues/89 as an opportunity to improve.