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

fix: Stop memcpy-ing internal data structures into packets. #2595

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

fix: Stop memcpy-ing internal data structures into packets.

8e5791e
Select commit
Loading
Failed to load commit list.
Draft

fix: Stop memcpy-ing internal data structures into packets. #2595

fix: Stop memcpy-ing internal data structures into packets.
8e5791e
Select commit
Loading
Failed to load commit list.
Cirrus CI / cimple failed Nov 8, 2024 in 1h 0m 0s

Task Summary

Instruction test_all failed in 59:52

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:05 clone
✅ 00:01 configure
❌ 59:52 test_all

cd /src/workspace && bazel test -k --remote_cache=http://$CIRRUS_HTTP_CACHE_HOST --build_tag_filters=haskell --test_tag_filters=haskell -- //c-toxcore/...
Starting local Bazel server and connecting to it...
(14:49:31) �[35mWARNING: �[0moption '--jobs' was expanded to from both option '--config=docker' (source /src/workspace/tools/bazelrc.docker) and option '--config=docker' (source /src/workspace/tools/bazelrc.docker)
(14:49:31) �[32mINFO: �[0mInvocation ID: b3d2f49e-79a9-449a-8d57-3ad3593ac22f
(14:49:31) �[32mINFO: �[0mCurrent date is 2024-11-08
(14:49:31) �[32mLoading:�[0m 
(14:49:32) �[32mLoading:�[0m 
(14:49:33) �[35mWARNING: �[0moption '--jobs' was expanded to from both option '--config=docker' (source /src/workspace/tools/bazelrc.docker) and option '--config=docker' (source /src/workspace/tools/bazelrc.docker)
(14:49:33) �[32mLoading:�[0m 
(14:49:33) �[32mLoading:�[0m 0 packages loaded
(14:49:34) �[32mAnalyzing:�[0m 3 targets (16 packages loaded, 0 targets configured)
(14:49:35) �[32mAnalyzing:�[0m 3 targets (61 packages loaded, 203 targets configured)
(14:49:36) �[32mAnalyzing:�[0m 3 targets (94 packages loaded, 1293 targets configured)
(14:49:37) �[32mAnalyzing:�[0m 3 targets (101 packages loaded, 1401 targets configured)
(14:49:41) �[32mAnalyzing:�[0m 3 targets (102 packages loaded, 1785 targets configured)
(14:49:42) �[32mAnalyzing:�[0m 3 targets (107 packages loaded, 3891 targets configured)
(14:49:42) �[32mINFO: �[0mAnalyzed 3 targets (107 packages loaded, 3891 targets configured).
(14:49:42) �[32mINFO: �[0mFound 3 test targets...
(14:49:43) �[32m[1 / 73]�[0m [Prepa] Creating source manifest for //c-toxcore/testing:c_test
(14:49:44) �[32m[141 / 257]�[0m Executing genrule @libvpx//:x86_64_vpx_scale_rtcd; 0s remote-cache ... (3 actions, 0 running)
(14:49:45) �[32m[283 / 286]�[0m Testing //c-toxcore/testing:cimplefmt_test; 0s remote-cache, processwrapper-sandbox ... (5 actions, 4 running)
(14:49:46) �[32m[283 / 286]�[0m Testing //c-toxcore/testing:cimplefmt_test; 1s remote-cache, processwrapper-sandbox ... (6 actions running)
(14:49:47) �[32m[284 / 286]�[0m 1 / 3 tests;�[0m Testing //c-toxcore/testing:cimple_test; 2s remote-cache, processwrapper-sandbox ... (4 actions running)
(14:49:51) �[32m[284 / 286]�[0m 1 / 3 tests;�[0m Testing //c-toxcore/testing:cimple_test; 6s remote-cache, processwrapper-sandbox ... (4 actions running)
(14:49:52) �[32m[285 / 286]�[0m 2 / 3 tests;�[0m Testing //c-toxcore/testing:c_test; 6s remote-cache, processwrapper-sandbox
(14:49:59) �[32m[285 / 286]�[0m 2 / 3 tests;�[0m Testing //c-toxcore/testing:c_test; 13s remote-cache, processwrapper-sandbox
(14:49:59) �[32mINFO: �[0mElapsed time: 30.230s, Critical Path: 15.97s
(14:49:59) �[32mINFO: �[0m31 processes: 21 remote cache hit, 6 internal, 4 processwrapper-sandbox.
(14:49:59) �[32mINFO:�[0m Build completed successfully, 31 total actions
//c-toxcore/testing:c_test                                               �[0m�[32mPASSED�[0m in 13.2s
//c-toxcore/testing:cimple_test                                          �[0m�[32mPASSED�[0m in 6.2s
//c-toxcore/testing:cimplefmt_test                                       �[0m�[32mPASSED�[0m in 1.8s

Executed 3 out of 3 tests: 3 tests pass.
(14:50:00) �[32mINFO:�[0m Build completed successfully, 31 total actions

Timed out!