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

[WIP] Extend synchronization points to leverage fixed-size units/fields #1948

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Proof-of-concept size-based synchronization at top-level.

a13eb04
Select commit
Loading
Failed to load commit list.
Draft

[WIP] Extend synchronization points to leverage fixed-size units/fields #1948

Proof-of-concept size-based synchronization at top-level.
a13eb04
Select commit
Loading
Failed to load commit list.
Cirrus CI / docker_centos_stream_9 failed Dec 20, 2024 in 27m 45s

Task Summary

Instruction test_install failed in 21:39

Details

✅ 00:04 clone
✅ 00:25 ccache
✅ 00:14 update_git
✅ 00:03 configure
✅ 04:52 build
❌ 21:39 test_install

[ #9] spicy.types.unit.void-eod [installation] ... ok
[#10] spicy.types.unit.void [installation] ... ok
[ #5] spicy.types.vector.iterator [installation] ... ok
[ #2] spicy.types.unit.void-requires [installation] ... ok
[ #7] spicy.types.vector.operators [installation] ... ok
[#11] spicy.types.vector.ctor [installation] ... ok
[ #2] spicy.types.vector.parse-lahead-int-ambiguous [installation] ... ok
[ #1] spicy.types.unit.void-until [installation] ... ok
[#15] spicy.types.vector.ctor-vector [installation] ... ok
[ #8] spicy.types.vector.offset [installation] ... ok
[#16] spicy.types.vector.infinite-loop-for-each [installation] ... ok
[ #4] spicy.types.vector.parse-const [installation] ... ok
[ #3] spicy.types.vector.infinite-loop-lahead [installation] ... ok
[#12] spicy.types.vector.parse-ctor [installation] ... ok
[#14] spicy.types.vector.parse-eod [installation] ... ok
[#13] spicy.types.vector.parse-enum [installation] ... ok
[ #6] spicy.types.vector.parse-lahead-across-other-parses [installation] ... ok
[#10] spicy.types.vector.parse-lahead-eod [installation] ... ok
[ #9] spicy.types.vector.parse-lahead-ctor [installation] ... ok
[ #5] spicy.types.vector.parse-lahead-int [installation] ... ok
[#11] spicy.types.vector.parse-lahead-int-regexp [installation] ... ok
[#16] spicy.types.vector.parse-lahead-parse-from [installation] ... ok
[#15] spicy.types.vector.parse-lahead-mixed [installation] ... ok
[ #7] spicy.types.vector.parse-lahead-int-longest-match [installation] ... ok
[ #1] spicy.types.vector.parse-lahead-int-variable [installation] ... ok
[#15] spicy.types.vector.parse-subitem-attrs-fail [installation] ... ok
[ #8] spicy.types.vector.parse-lahead-nested [installation] ... ok
[ #2] spicy.types.vector.parse-lahead-int-regexp-longest-match [installation] ... ok
[#14] spicy.types.vector.parse-requires [installation] ... ok
[ #3] spicy.types.vector.parse-length [installation] ... ok
[ #3] spicy.types.vector.synchronize [installation] ... failed
  % 'spicyc -j -d -o test.hlto /tmp/cirrus-ci-build/tests/.tmp/spicy.types.vector.synchronize/synchronize.spicy' failed unexpectedly (exit code -11)
  % cat .stderr

[ #4] spicy.types.vector.parse-lahead-regexp [installation] ... ok
[#13] spicy.types.vector.parse-requires-2 [installation] ... ok
[#12] spicy.types.vector.parse-regexp [installation] ... ok
[ #6] spicy.types.vector.parse-requires-3 [installation] ... ok
[#10] spicy.types.vector.parse-requires-4 [installation] ... ok
[#16] spicy.types.vector.parse-subitem-attrs [installation] ... ok
[ #9] spicy.types.vector.parse-size [installation] ... ok
[ #5] spicy.types.vector.parse-size-stop [installation] ... ok
[ #7] spicy.types.vector.parse-type [installation] ... ok
[ #1] spicy.types.vector.parse-unbounded-stop [installation] ... ok
[#11] spicy.types.vector.parse-subitem [installation] ... ok
[ #3] spicy.types.vector.synchronize-known-size [installation] ... ok
[ #4] spicy.types.vector.until-including-dd [installation] ... ok
[ #2] spicy.types.vector.parse-while [installation] ... ok
[#15] spicy.types.vector.parse-until [installation] ... ok
[ #8] spicy.types.vector.parse-until-including [installation] ... ok
[#14] spicy.types.vector.size-from-self [installation] ... ok
39 of 781 tests failed, 7 skipped
make: *** [Makefile:14: test-spicy-install] Error 1
make: Leaving directory '/tmp/cirrus-ci-build/tests'

Exit status: 2