• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

basilisp-lang / basilisp / 7114475202
99%

Build:
DEFAULT BRANCH: main
Ran 06 Dec 2023 12:32PM UTC
Jobs 1
Files 42
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Dec 2023 12:24PM UTC coverage: 99.122%. Remained the same
7114475202

push

github

web-flow
fix CircleCI shared lib issue with pypy 3.9 & 3.10 (#726)

Hi,

can you please review patch to fix circleci tests failing for pypy 3.9
and 3.10. It fails with the following error during poetry installation:

```
Installing Poetry (1.7.1): An error occurred. Removing partial environment.
Poetry installation failed.
See /root/project/poetry-installer-error-s__g4uo2.log for error logs.

Exited with code exit status 127
```

I guess there was a poetry change that somehow affected the virtual
environment created by poetry during its installation. It is missing the
pypy shared libraries and fails the installation with the following
message (as taken from the log)

```
See /root/project/poetry-installer-error-24g4cn6z.log for error logs.
/root/.local/share/pypoetry/venv/bin/python3: error while loading shared libraries: libffi.so.6: cannot open shared object file: No such file or directory

Traceback:

  File "<stdin>", line 923, in main
  File "<stdin>", line 562, in run
```

I couldn't find a mention of this issue on the Internet. I've opted to
sym link the pypy shared libraries to the venv and add it to the
LD_LIBRARY_PATH so they are available at runtime.

Thanks

Co-authored-by: ikappaki <ikappaki@users.noreply.github.com>

1643 of 1645 branches covered (0.0%)

Branch coverage included in aggregate %.

7726 of 7807 relevant lines covered (98.96%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7114475202.1 06 Dec 2023 12:32PM UTC 0
99.12
GitHub Action Run
Source Files on build 7114475202
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7114475202
  • 8a420546 on github
  • Prev Build on main (#7100595864)
  • Next Build on main (#7215684133)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc