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: Failed installing dependency: https://luarocks.org/lua-resty-etcd-1.10.5-0.src.rock #11744

Open
hwddong opened this issue Nov 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@hwddong
Copy link

hwddong commented Nov 13, 2024

Current Behavior

cd apisix-3.11.0
make deps

Expected Behavior

No response

Error Logs

No response

Steps to Reproduce

cd apisix-3.11.0
make deps

Environment

  • APISIX version (run apisix version):3.11.0
  • Operating system (run uname -a):Linux xxx 5.10.134-16.1.al8.x86_64 change: added doc of how to load plugin. #1 SMP Thu Dec 7 14:11:24 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  • OpenResty / Nginx version (run openresty -V or nginx -V):nginx version: openresty/1.25.3.2
  • etcd version, if relevant (run curl http://127.0.0.1:9090/v1/server_info):
  • APISIX Dashboard version, if relevant:
  • Plugin runner version, for issues related to plugin runners:
  • LuaRocks version, for installation issues (run luarocks --version):/usr/local/bin/luarocks 3.2.1
@hwddong
Copy link
Author

hwddong commented Nov 13, 2024

Error Logs:

make deps
Wrote
variables.OPENSSL_LIBDIR = "/usr/local/openresty/openssl3/lib"
to
/usr/local/etc/luarocks/config-5.1.lua
Wrote
variables.OPENSSL_INCDIR = "/usr/local/openresty/openssl3/include"
to
/usr/local/etc/luarocks/config-5.1.lua
Wrote
variables.YAML_DIR = "/usr"
to
/usr/local/etc/luarocks/config-5.1.lua
Missing dependencies for apisix master-0:
lua-resty-etcd 1.10.5 (not installed)
lua-resty-balancer 0.04 (not installed)
lua-resty-ngxvar 0.5.2 (not installed)
lua-resty-jit-uuid 0.0.7 (not installed)
lua-resty-worker-events 1.0.0 (not installed)
lua-resty-healthcheck-api7 3.2.0 (not installed)
api7-lua-resty-jwt 0.2.5 (not installed)
lua-resty-hmac-ffi 0.06-1 (not installed)
lua-resty-cookie 0.2.0-1 (not installed)
lua-resty-session 3.10 (not installed)
opentracing-openresty 0.1 (not installed)
lua-resty-radixtree 2.9.1 (not installed)
lua-protobuf 0.5.2-1 (0.4.1-1 installed)
lua-resty-openidc 1.7.6-3 (not installed)
nginx-lua-prometheus-api7 0.20240201-1 (not installed)
jsonschema 0.9.8 (not installed)
lua-resty-ipmatcher 0.6.1 (not installed)
lua-resty-kafka 0.23-0 (not installed)
lua-resty-logger-socket 2.0.1-0 (not installed)
skywalking-nginx-lua 1.0.1 (not installed)
base64 1.5-2 (not installed)
api7-dkjson 0.1.1 (not installed)
resty-redis-cluster 1.05-1 (not installed)
lua-resty-expr 1.3.2 (not installed)
graphql 0.0.2 (not installed)
argparse 0.7.1-1 (not installed)
luasocket 3.1.0-1 (not installed)
luasec 1.3.2-1 (not installed)
lua-resty-consul 0.3-2 (not installed)
penlight 1.13.1 (1.9.2-1 installed)
ext-plugin-proto 0.6.1 (not installed)
casbin 1.41.9-1 (not installed)
inspect 3.1.1 (not installed)
lualdap 1.2.6-1 (not installed)
lua-resty-rocketmq 0.3.0-0 (not installed)
opentelemetry-lua 0.2-3 (not installed)
net-url 0.9-1 (not installed)
xml2lua 1.5-2 (not installed)
nanoid 0.1-1 (not installed)
lua-resty-mediador 0.1.2-1 (not installed)
lua-resty-ldap 0.1.0-0 (not installed)
lua-resty-t1k 1.1.5 (not installed)
brotli-ffi 0.3-1 (not installed)
lua-ffi-zlib 0.6-0 (not installed)
api7-lua-resty-aws 2.0.1-1 (not installed)

apisix master-0 depends on lua-resty-etcd 1.10.5 (not installed)
Installing https://luarocks.org/lua-resty-etcd-1.10.5-0.src.rock
Missing dependencies for lua-resty-etcd 1.10.5-0:
lua-typeof 0.1 (not installed)

lua-resty-etcd 1.10.5-0 depends on lua-typeof 0.1 (not installed)
Installing https://luarocks.org/lua-typeof-0.1-0.rockspec

Cloning into 'lua-typeof'...
fatal: unable to connect to github.com:
github.com[0: 20.205.243.166]: errno=Connection timed out

Error: Failed installing dependency: https://luarocks.org/lua-resty-etcd-1.10.5-0.src.rock - Failed installing dependency: https://luarocks.org/lua-typeof-0.1-0.rockspec - Failed cloning git repository.

@dosubot dosubot bot added the bug Something isn't working label Nov 13, 2024
@wklken
Copy link

wklken commented Nov 14, 2024

Cloning into 'lua-typeof'...
fatal: unable to connect to github.com:
github.com[0: 20.205.243.166]: errno=Connection timed out

you should check the network

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants