examples icon indicating copy to clipboard operation
examples copied to clipboard

TestAccAwsPyWebserver failure

Open t0yv0 opened this issue 3 years ago • 0 comments

What happened?

https://github.com/pulumi/examples/runs/7000756011?check_suite_focus=true#step:24:288

Invoke '/tmp/p-it-fv-az83-57-aws-py-web-b52f0909-905135799/venv/bin/python -m pip install -r requirements.txt' failed: exit status 1

          File "/opt/hostedtoolcache/Python/3.7.13/x64/lib/python3.7/lib2to3/pgen2/grammar.py", line 108, in load
            d = pickle.load(f)
        EOFError: Ran out of input
        [end of output]

Highly suspect it's running Python 2 to 3 conversion during install. Possibly a flake. We could solve by retrying pip install.

Steps to reproduce

Find failures in CI.

Expected Behavior

Passing CI test.

Actual Behavior

Failing CI test.

Versions used

No response

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

t0yv0 avatar Jun 22 '22 18:06 t0yv0