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

test/misc/BogusMessageTest.cpp:190: Failure #180

Closed
mquinson opened this issue Jun 14, 2020 · 1 comment
Closed

test/misc/BogusMessageTest.cpp:190: Failure #180

mquinson opened this issue Jun 14, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@mquinson
Copy link

Hello,

the following automated test failed on SimGrid's CI:
https://framagit.org/simgrid/external-projects-ci/-/jobs/1022401

Here is an excerpt of the logs:

5180 [ RUN      ] BogusMessageTest.FileRegistryService
5181 [1000.00000000010311396181][Host1:file_registry_179(2)] Uncaught exception std::runtime_error: FileRegistryService::processNextMessage(): Unexpected [bogus] message
5182 [1000.00000000010311396181][Host1:file_registry_179(2)] Current backtrace:
5183 [1000.00000000010311396181][Host1:file_registry_179(2)]   ->  0# simgrid::xbt::Backtrace::Backtrace() at ./src/xbt/backtrace.cpp:68
5184  1# simgrid::xbt::handler() at ./src/xbt/exception.cpp:98
5185  2# 0x00007F38640908F6 in /usr/lib/x86_64-linux-gnu/libstdc++.so.6
5186  3# 0x00007F3864090961 in /usr/lib/x86_64-linux-gnu/libstdc++.so.6
5187  4# 0x00007F3864090BF5 in /usr/lib/x86_64-linux-gnu/libstdc++.so.6
5188  5# wrench::FileRegistryService::processNextMessage() at /builds/simgrid/external-projects-ci/wrench.git/src/wrench/services/file_registry/FileRegistryService.cpp:367
5189  6# wrench::FileRegistryService::main() at /builds/simgrid/external-projects-ci/wrench.git/src/wrench/services/file_registry/FileRegistryService.cpp:259
5190  7# wrench::S4U_Daemon::runMainMethod() at /builds/simgrid/external-projects-ci/wrench.git/src/wrench/simgrid_S4U_util/S4U_Daemon.cpp:253
5191  8# wrench::S4U_DaemonActor::operator()() at /builds/simgrid/external-projects-ci/wrench.git/src/wrench/simgrid_S4U_util/S4U_DaemonActor.h:52
5192  9# std::_Function_handler<void (), wrench::S4U_DaemonActor>::_M_invoke(std::_Any_data const&) at /usr/include/c++/9/bits/std_function.h:300
5193 10# smx_ctx_wrapper at ./src/kernel/context/ContextSwapped.cpp:48
5194 [ ABORTING ]
5195 [ ** Observed a fatal failure (exit code: 1), as expected **]
5196 [       OK ] BogusMessageTest.FileRegistryService (456 ms)
5197 [ RUN      ] BogusMessageTest.SimpleStorage
5198 [       OK ] BogusMessageTest.SimpleStorage (461 ms)
5199 [ RUN      ] BogusMessageTest.BareMetalCompute
5200 /builds/simgrid/external-projects-ci/wrench.git/test/misc/BogusMessageTest.cpp:190: Failure
5201 Expected: ((((exit_code) & 0xff00) >> 8)) != (0), actual: 0 vs 0
5202 [  FAILED  ] BogusMessageTest.BareMetalCompute (52 ms)

Thanks,
Mt

@mquinson mquinson added the bug label Jun 14, 2020
@rafaelfsilva rafaelfsilva added this to the 1.7 milestone Jun 15, 2020
@henricasanova
Copy link
Contributor

weird, that test was supposed to be disabled (because useless).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants