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

Bugfix corrupt dlx headers #574

Merged
merged 4 commits into from
Sep 25, 2023

test that x_death.inspect is a string

ee5b9da
Select commit
Loading
Failed to load commit list.
Merged

Bugfix corrupt dlx headers #574

test that x_death.inspect is a string
ee5b9da
Select commit
Loading
Failed to load commit list.
Cirrus CI / freebsd failed Sep 25, 2023 in 1m 51s

Task Summary

Instruction spec failed in 00:39

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 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