We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
weird, that test was supposed to be disabled (because useless).
Sorry, something went wrong.
henricasanova
No branches or pull requests
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:
Thanks,
Mt
The text was updated successfully, but these errors were encountered: