Bugfix corrupt dlx headers #574
Merged
Cirrus CI / freebsd
failed
Sep 25, 2023 in 1m 51s
Task Summary
Instruction spec failed in 00:39
Details
✅ 00:02 clone
✅ 00:00 pkg
✅ 01:07 install
❌ 00:39 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.10)
I: Installing amqp-client (1.0.12)
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
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
Loading