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

Fixes for crystal 1.12 #660

Merged
merged 8 commits into from
Apr 15, 2024

Update amqp-client

bf332cd
Select commit
Loading
Failed to load commit list.
Merged

Fixes for crystal 1.12 #660

Update amqp-client
bf332cd
Select commit
Loading
Failed to load commit list.
Cirrus CI / freebsd completed Apr 15, 2024 in 1m 39s

Task Summary

Instruction spec failed in 00:35

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:02 clone
✅ 00:00 pkg
✅ 00:59 install
❌ 00:35 spec

gmake test nocolor=1
shards install --production --no-color
I: Resolving dependencies
I: Fetching https://github.com/cloudamqp/amqp-client.cr.git
I: Fetching https://github.com/cloudamqp/amq-protocol.cr.git
I: Fetching https://github.com/tbrand/router.cr.git
I: Fetching https://github.com/84codes/systemd.cr.git
I: Fetching https://github.com/84codes/lz4.cr.git
I: Fetching https://github.com/luislavena/radix.git
I: Installing amq-protocol (1.1.14)
I: Installing amqp-client (1.2.3)
I: Installing radix (0.4.1)
I: Installing router (0.2.8)
I: Installing systemd (2.0.0)
I: Installing lz4 (1.0.0 at 6cc0d00)
crystal spec --order random --no-color --verbose
ld: error: undefined symbol: EVP_MD_size
>>> referenced by digest.cr:77 (/usr/local/lib/crystal/openssl/digest.cr:77)
>>>               D-igest5858S-H-A-1.o:(*Digest::SHA1@OpenSSL::Digest#digest_size:Int32)
>>> referenced by digest.cr:77 (/usr/local/lib/crystal/openssl/digest.cr:77)
>>>               O-penS-S-L-5858D-igest.o:(*OpenSSL::Digest#digest_size:Int32)
>>> referenced by digest.cr:77 (/usr/local/lib/crystal/openssl/digest.cr:77)
>>>               D-igest5858M-D-5.o:(*Digest::MD5@OpenSSL::Digest#digest_size:Int32)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Error: execution of command failed with code: 1: `cc "${@}" -o /.cache/crystal/crystal-run-spec.tmp  -rdynamic -L/usr/local/bin/../lib/crystal -llz4 -lz `command -v pkg-config > /dev/null && pkg-config --libs --silence-errors libssl || printf %s '-lssl -lcrypto'` -L/usr/lib -lcrypto -lpcre -lm -lgc-threaded -lpthread -L/usr/local/lib -levent -lpthread`
gmake: *** [Makefile:81: test] Error 1

Exit status: 2