archlinuxcn / lilac

Lilac is the build bot for archlinuxcn
GNU General Public License v3.0
113 stars 39 forks source link

AUR packages can not be used #182

Closed starsareintherose closed 2 years ago

starsareintherose commented 2 years ago
Traceback (most recent call last):
  File "/usr/bin/lilac", line 16, in <module>
    import sqlalchemy
ModuleNotFoundError: No module named 'sqlalchemy'

when I add python-tomli and python-sqlalchemy see https://log.bioarchlinux.org/2021-12-29T22%3A58%3A21/lilac-main.log it can use the URL checker but we can ping

[bio@bioarchlinux ~]$ ping github.com
PING github.com (140.82.114.3) 56(84) bytes of data.
64 bytes from lb-140-82-114-3-iad.github.com (140.82.114.3): icmp_seq=1 ttl=54 time=54.4 ms
64 bytes from lb-140-82-114-3-iad.github.com (140.82.114.3): icmp_seq=2 ttl=54 time=54.3 ms
64 bytes from lb-140-82-114-3-iad.github.com (140.82.114.3): icmp_seq=3 ttl=54 time=54.2 ms
64 bytes from lb-140-82-114-3-iad.github.com (140.82.114.3): icmp_seq=4 ttl=54 time=54.2 ms
^Z
[1]+  Stopped                 ping github.com
[bio@bioarchlinux ~]$ ping api.github.com
PING api.github.com (140.82.114.6) 56(84) bytes of data.
64 bytes from lb-140-82-114-6-iad.github.com (140.82.114.6): icmp_seq=1 ttl=54 time=54.3 ms
64 bytes from lb-140-82-114-6-iad.github.com (140.82.114.6): icmp_seq=2 ttl=54 time=54.5 ms
64 bytes from lb-140-82-114-6-iad.github.com (140.82.114.6): icmp_seq=3 ttl=54 time=54.4 ms
64 bytes from lb-140-82-114-6-iad.github.com (140.82.114.6): icmp_seq=4 ttl=54 time=54.4 ms
^Z
[2]+  Stopped                 ping api.github.com
starsareintherose commented 2 years ago

but now it can run, so strange, maybe releated with github now it present same problem, so strange That's GitHub API issue

lilydjwg commented 2 years ago

python-sqlalchemy is now optional.

403 = You are rate limited. Have you set up a GitHub token?

starsareintherose commented 2 years ago

I just set, now I have updated the aur and pr the archlinuxcn repo