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

[flaky] vibe.core.net.1726 test #56

Open
MartinNowak opened this issue Feb 9, 2018 · 0 comments
Open

[flaky] vibe.core.net.1726 test #56

MartinNowak opened this issue Feb 9, 2018 · 0 comments
Labels
flaky-test CI tests that sometimes fail and sometimes succeed

Comments

@MartinNowak
Copy link
Contributor

MartinNowak commented Feb 9, 2018

Sometimes hangs indefinitely (v0.8.3-alpha.1).
https://ci.dlang.io/blue/organizations/jenkins/dlang-org%2Fphobos/detail/PR-5948/2/pipeline/#step-328-log-2266

[test.log](https://github.com/vibe-d/vibe-core/files/1710416/test.log)
[INFO] Running test vibe.core.net.1726
+ cd tests/vibe.core.net.1726
+ dub --compiler=dmd --override-config=vibe-d:core/libevent --build-mode=separate
Performing "debug" build using dmd for x86_64.
stdx-allocator 2.77.0: target for configuration "library" is up to date.
vibe-d:utils 0.8.3-alpha.1: target for configuration "library" is up to date.
vibe-d:data 0.8.3-alpha.1: target for configuration "library" is up to date.
vibe-d:core 0.8.3-alpha.1: target for configuration "libevent" is up to date.
tests ~master: building configuration "application"...
Linking...
To force a rebuild of up-to-date targets, run again with --force.
Running ./tests
core.exception.AssertError@source/app.d(58): Test has hung.
----------------
??:? _d_assert_msg [0x610b6a]
source/app.d:58 pure nothrow @nogc @safe void app.main().__lambda1() [0x555a50]
../../core/vibe/core/core.d:629 void vibe.core.core.makeTaskFuncInfo!(void delegate() @safe).makeTaskFuncInfo(ref void delegate() @safe).callDelegate(vibe.core.core.TaskFuncInfo*) [0x560f27]
../../core/vibe/core/core.d:1269 void vibe.core.core.CoreTask.run() [0x5655a6]
??:? void core.thread.Fiber.run() [0x6468a7]
??:? fiber_entryPoint [0x6465fa]
??:? [0xffffffff]
Program exited with code 1
script returned exit code 2

Here is the full test.log.

Also see dlang/ci#96

@s-ludwig s-ludwig added the flaky-test CI tests that sometimes fail and sometimes succeed label Feb 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test CI tests that sometimes fail and sometimes succeed
Projects
None yet
Development

No branches or pull requests

2 participants